diff --git a/admin/css/opHighlightMode/Border_Around.css b/admin/css/opHighlightMode/Border_Around.css new file mode 100644 index 0000000..80adfae --- /dev/null +++ b/admin/css/opHighlightMode/Border_Around.css @@ -0,0 +1,7 @@ +/* Border Around */ +input.qtranxs-translatable, textarea.qtranxs-translatable, div.qtranxs-translatable { +outline: 2px solid #Color2 !important; +} +div.qtranxs-translatable div.mce-panel { +margin-top: 2px +} diff --git a/admin/css/opHighlightMode/Left_Border.css b/admin/css/opHighlightMode/Left_Border.css new file mode 100644 index 0000000..c6fb114 --- /dev/null +++ b/admin/css/opHighlightMode/Left_Border.css @@ -0,0 +1,4 @@ +/* Left Border */ +input.qtranxs-translatable, textarea.qtranxs-translatable, div.qtranxs-translatable { +box-shadow: -3px 0 #Color2 !important; +} diff --git a/admin/css/opLSBStyle/Simple_Buttons.css b/admin/css/opLSBStyle/Simple_Buttons.css new file mode 100644 index 0000000..6817c07 --- /dev/null +++ b/admin/css/opLSBStyle/Simple_Buttons.css @@ -0,0 +1,33 @@ +/* Language Switching Buttons as Simple Horizontal Block */ + +.qtranxs-lang-switch-wrap +{ + //margin: 10px 0; + margin: 0; +} + +.qtranxs-lang-switch +{ + border: 1px solid #ccc; + background-image: linear-gradient(to top,#e5e5e5,#f4f4f4); + //margin-top: 2px; + //padding: 8px; + padding: 0 0 2px 4px; + margin: 0 4px 0 0; + cursor: default; + display: inline-block; +} + +.qtranxs-lang-switch.active +{ + border-color: #888; + background-image: none; + background-color: #bbb; + color: #555; +} + +.qtranxs-lang-switch>* +{ + vertical-align: middle; + margin-right: 4px; +} diff --git a/admin/css/opLSBStyle/Simple_Tabs.css b/admin/css/opLSBStyle/Simple_Tabs.css new file mode 100644 index 0000000..e4e6a45 --- /dev/null +++ b/admin/css/opLSBStyle/Simple_Tabs.css @@ -0,0 +1,52 @@ +/* Language Switching Buttons as Simple Tabs */ + +.qtranxs-lang-switch-wrap { + margin: 10px 0 10px; + position: relative; +} + +.qtranxs-lang-switch-wrap:before{ + position: absolute; + content: ' '; + bottom:0; + left:0; + right:0; + z-index: 1; + border-bottom: 1px solid #ccc; +} + +.qtranxs-lang-switch-wrap li.qtranxs-lang-switch{ + position: relative; + border-color: #ccc; + padding: 5px 5px; + cursor: pointer; + position: relative; + z-index: 2; + background: none; + margin-right: 2px; + line-height: 1.42857143; + border: 1px solid transparent; + border-radius: 4px 4px 0 0; + opacity: 0.8; + display: inline-block; +} + +.qtranxs-lang-switch-wrap li.qtranxs-lang-switch:hover{ + background: #e0e0e0; + opacity: 1; +} + +.qtranxs-lang-switch-wrap li.qtranxs-lang-switch.active, +.qtranxs-lang-switch-wrap li.qtranxs-lang-switch.active:focus, +.qtranxs-lang-switch-wrap li.qtranxs-lang-switch.active:hover { + color: #555; + cursor: default; + background-color: #f1f1f1; + border: 1px solid #ccc; + border-bottom-color: transparent; + opacity: 1; +} + +.qtranxs-lang-switch img { + margin-right: 4px; +} diff --git a/admin/css/opLSBStyle/Tabs_in_Block.css b/admin/css/opLSBStyle/Tabs_in_Block.css new file mode 100644 index 0000000..3ac03a2 --- /dev/null +++ b/admin/css/opLSBStyle/Tabs_in_Block.css @@ -0,0 +1,34 @@ +/* Language Switching Buttons as Tabs in Black Block */ + +.qtranxs-lang-switch-wrap +{ + //margin: 10px 0; + margin: 0; +} + +.qtranxs-lang-switch +{ + padding: 3px 8px 5px 8px; + margin: 6px 4px 0 4px; + display: inline-block; +} + +.qtranxs-lang-switch +{ + cursor: pointer; +} + +.qtranxs-lang-switch>* +{ + vertical-align: middle; + margin-right: 4px; +} + +.qtranxs-lang-switch * +{ + vertical-align: middle; +} + +.qtranxs-lang-switch img { + margin-right: 4px; +} diff --git a/qtranslate_configuration.css b/admin/css/qtranslate_configuration.css similarity index 98% rename from qtranslate_configuration.css rename to admin/css/qtranslate_configuration.css index daed07d..f223753 100644 --- a/qtranslate_configuration.css +++ b/admin/css/qtranslate_configuration.css @@ -86,7 +86,7 @@ } -/* Language Switching Buttons as horizontal block */ +/* Language Switching Buttons as horizontal block .qtranxs-lang-switch-wrap { @@ -119,6 +119,7 @@ vertical-align: middle; margin-right: 4px; } +*/ /* Language Switching Buttons as tabs * diff --git a/admin/js/common.js b/admin/js/common.js index 600c667..ae22654 100644 --- a/admin/js/common.js +++ b/admin/js/common.js @@ -873,7 +873,8 @@ var qTranslateX=function(pg) } for(var i=0; i < anchors.length; ++i){ var anchor = anchors[i]; - var langSwitchWrap=qtranxj_ce('ul', {className: 'qtranxs-lang-switch-wrap'}); + var langSwitchWrap=qtranxj_ce('ul', {className: qTranslateConfig.lsb_style_wrap_class}); + //var langSwitchWrap=qtranxj_ce('ul', {className: 'qtranxs-lang-switch-wrap wp-ui-primary'}); //var header=w.getElementsByTagName('h2')[0]; //header.parentNode.insertBefore(langSwitchWrap, header.nextElementSibling); anchor.parentNode.insertBefore( langSwitchWrap, anchor ); @@ -915,7 +916,9 @@ function qtranxj_LanguageSwitch(langSwitchWrap) { var tabSwitches = qTranslateConfig.tabSwitches[qTranslateConfig.activeLanguage]; for(var i=0; i < tabSwitches.length; ++i){ - tabSwitches[i].classList.remove('active'); + tabSwitches[i].classList.remove(qTranslateConfig.lsb_style_active_class); + //tabSwitches[i].classList.remove('active'); + //tabSwitches[i].classList.remove('wp-ui-highlight'); } //tabSwitches[qTranslateConfig.activeLanguage].classList.remove('active'); } @@ -923,7 +926,9 @@ function qtranxj_LanguageSwitch(langSwitchWrap) { var tabSwitches = qTranslateConfig.tabSwitches[qTranslateConfig.activeLanguage]; for(var i=0; i < tabSwitches.length; ++i){ - tabSwitches[i].classList.add('active'); + tabSwitches[i].classList.add(qTranslateConfig.lsb_style_active_class); + //tabSwitches[i].classList.add('active'); + //tabSwitches[i].classList.add('wp-ui-highlight'); } //tabSwitch.classList.add('active'); } @@ -943,7 +948,7 @@ function qtranxj_LanguageSwitch(langSwitchWrap) qtranxj_ce('img', {src: flag_location+qTranslateConfig.flag[lang]}, tabSwitch); qtranxj_ce('span', {innerHTML: langNames[lang]}, tabSwitch); if ( qTranslateConfig.activeLanguage == lang ) - tabSwitch.classList.add('active'); + tabSwitch.classList.add(qTranslateConfig.lsb_style_active_class); if(!qTranslateConfig.tabSwitches[lang]) qTranslateConfig.tabSwitches[lang] = []; qTranslateConfig.tabSwitches[lang].push(tabSwitch); //tabSwitches[lang]=tabSwitch; diff --git a/admin/js/common.min.js b/admin/js/common.min.js index b4bc7c2..8af049b 100644 --- a/admin/js/common.min.js +++ b/admin/js/common.min.js @@ -1 +1 @@ -function qtranxj_get_cookie(n){for(var e=document.cookie.split(";"),a=0;a||\[:[a-z]{2}\]|\[:\])/gi;return n.xsplit(e)},qtranxj_split=function(n){var e=qtranxj_get_split_blocks(n);return qtranxj_split_blocks(e)},qtranxj_split_blocks=function(n){for(var e=new Object,a=0;a/gi,l=/\[:([a-z]{2})\]/gi,t=!1,a=0;a"!=i&&"[:]"!=i)if(t)e[t]+=i,t=!1;else for(var g in e)e[g]+=i;else t=!1;else t=o[1];else t=o[1]}return e},qtranxj_allthesame=function(n){if(0==qTranslateConfig.enabled_languages.length)return"";for(var e="",a=0;a1&&t.push(e[1]),a=n.lastIndex;return a||\[:[a-z]{2}\]|\[:\])/gi;return n.xsplit(e)},qtranxj_split=function(n){var e=qtranxj_get_split_blocks(n);return qtranxj_split_blocks(e)},qtranxj_split_blocks=function(n){for(var e=new Object,a=0;a/gi,l=/\[:([a-z]{2})\]/gi,t=!1,a=0;a"!=i&&"[:]"!=i)if(t)e[t]+=i,t=!1;else for(var g in e)e[g]+=i;else t=!1;else t=o[1];else t=o[1]}return e},qtranxj_allthesame=function(n){if(0==qTranslateConfig.enabled_languages.length)return"";for(var e="",a=0;a1&&t.push(e[1]),a=n.lastIndex;return a $lo){ + if($lo != $locale) continue; + $lang = $ln; + break; + } + if(!$lang) $lang = substr($locale,0,2); + if(!qtranxf_language_predefined($lang)){ + $langs = array(); + $langs['language_name'][$lang] = 'Unknown'; + $langs['flag'][$lang] = 'eu.png'; + $langs['locale'][$lang] = $locale; + $langs['date_format'][$lang] = '%d/%m/%y'; + $langs['time_format'][$lang] = '%H:%M'; + $langs['not_available'][$lang] = 'Sorry, this entry is only available in %LANG:, : and %.'; + qtranxf_save_languages($langs); + } + return array($lang); + //return array( 'de', 'en', 'zh' ); +} + +/** + * since 3.2.9.2 + */ +function qtranxf_default_default_language() +{ + $enabled_languages = qtranxf_default_enabled_languages(); + $default_language = $enabled_languages[0]; + update_option('qtranslate_enabled_languages',$enabled_languages); + update_option('qtranslate_default_language',$default_language); + return $default_language; +} + function qtranxf_admin_notice_deactivate_plugin($nm,$plugin) { deactivate_plugins($plugin,true); @@ -24,8 +65,9 @@ function qtranxf_admin_notice_deactivate_plugin($nm,$plugin) $link=''.$nm.''; $qtxnm='qTranslate‑X'; $qtxlink=''.$qtxnm.''; - $f='qtranxf_migrate_import_'.str_replace('-','_',dirname($plugin)); $imported=false; + //if($first_install){ + $f='qtranxf_migrate_import_'.str_replace('-','_',dirname($plugin)); if(function_exists($f)){ global $wpdb; $options = $wpdb->get_col("SELECT `option_name` FROM {$wpdb->options} WHERE `option_name` LIKE 'qtranslate_%'"); @@ -34,6 +76,7 @@ function qtranxf_admin_notice_deactivate_plugin($nm,$plugin) $imported=true; } } + //} $s = '

'.sprintf(__('It might be a good idea to review %smigration instructions%s, if you have not yet done so.', 'qtranslate'),'','').'

'; $msg=sprintf(__('Activation of plugin %s deactivated plugin %s since they cannot run simultaneously.', 'qtranslate'), $qtxlink, $link).' '; if($imported){ @@ -49,6 +92,8 @@ function qtranxf_admin_notice_deactivate_plugin($nm,$plugin) function qtranxf_activation_hook() { + //global $q_config; + // Check if other qTranslate forks are activated. if ( is_plugin_active( 'mqtranslate/mqtranslate.php' ) ) qtranxf_admin_notice_deactivate_plugin('mqTranslate','mqtranslate/mqtranslate.php'); @@ -62,8 +107,31 @@ function qtranxf_activation_hook() if ( is_plugin_active( 'ztranslate/ztranslate.php' ) ) qtranxf_admin_notice_deactivate_plugin('zTranslate','ztranslate/ztranslate.php'); - //deactivate_plugins(plugin_basename(__FILE__)); // Deactivate ourself + //deactivate_plugins(plugin_basename(__FILE__)); // Deactivate ourself + + $default_language = get_option('qtranslate_default_language'); + $first_install = $default_language===false; + if($first_install){ + qtranxf_default_default_language(); + } +} + +function qtranxf_admin_notices_version() +{ + $ver = get_option('qtranslate_version'); + //qtranxf_dbg_log('qtranxf_admin_notices_version: ver:',$ver); + if($ver != QTX_VERSION){ + update_option('qtranslate_version',QTX_VERSION); + } + switch(QTX_VERSION){ + case '3.2.9.2': + case '3.3': + qtranxf_admin_notices_new_options(array('Highlight Style','LSB Style'),QTX_VERSION); + break; + default: break; + } } +add_action('admin_notices', 'qtranxf_admin_notices_version'); /* function qtranxf_admin_notice_deactivated($plugin) @@ -129,7 +197,7 @@ function qtranxf_check_qtranslate_other() function qtranxf_admin_notice_plugin_conflict($title,$plugin) { if(!is_plugin_active($plugin)) return; - $me='qTranslate‑X'; + $me=qtranxf_get_plugin_link(); $link=''.$title.''; echo '

'; printf(__('%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/Languages configuration page. Then you have to deactivate one of the plugins to continue.','qtranslate'),'','',$me,$link,'qTranslate‑X',$title,admin_url('options-general.php?page=qtranslate-x'), 'qtranslate'); @@ -152,6 +220,11 @@ function qtranxf_admin_notices_plugin_conflicts() } add_action('admin_notices', 'qtranxf_admin_notices_plugin_conflicts'); +function qtranxf_get_plugin_link() +{ + return 'qTranslate‑X'; +} + function qtranxf_admin_notice_plugin_integration($plugin,$integr_title,$integr_plugin) { if(!is_plugin_active($plugin)) return 0; @@ -168,7 +241,7 @@ function qtranxf_admin_notice_plugin_integration($plugin,$integr_title,$integr_p $pluginName = $pd['Name']; $pluginURI = $pd['PluginURI']; - $me='qTranslate‑X'; + $me=qtranxf_get_plugin_link(); $plugin_link=''.$pluginName.''; $integr_link=''.$integr_title.''; @@ -188,6 +261,20 @@ function qtranxf_admin_notice_plugin_integration($plugin,$integr_title,$integr_p return 1; } +function qtranxf_admin_notice_dismiss_script() +{ +?> + +0){ -?> - - - -

';// text-align: center; printf(__('Thank you for using %s plugin!', 'qtranslate'), 'qTranslate‑X'); echo '
'; @@ -258,3 +327,24 @@ function qtranxf_ajax_qtranslate_admin_notice() //echo "jQuery('#qtranxs_+$id').css('display','none');"; die(); } add_action('wp_ajax_qtranslate_admin_notice', 'qtranxf_ajax_qtranslate_admin_notice'); + +function qtranxf_admin_notices_new_options($nms,$ver) +{ + $messages = get_option('qtranslate_admin_notices'); + $id='new-options-ver-'.str_replace('.','',$ver); + if(isset($messages[$id])) return; + $me=qtranxf_get_plugin_link(); + $opns = ''; + for($i = 0; $i < sizeof($nms); ++$i){ + $nm = $nms[$i]; + if($i) $opns .= ', '; + $opns .= '"'.__($nm, 'qtranslate').'"'; + } + qtranxf_admin_notice_dismiss_script(); + echo '

';// style="font-size: larger" + //echo __('One time message:', 'qtranslate'); echo ' '; + printf(__('The latest version of plugin %s has a number of new options, for example, %s, which may change the look of some pages. Please, review the help text of new options on %sconfiguration page%s.','qtranslate'), $me, $opns, '',''); + //echo ' '; + echo '

   '.__('I have already done it, dismiss this message.', 'qtranslate'); + echo '

'; +} diff --git a/admin/admin_utils.php b/admin/qtx_admin_utils.php similarity index 93% rename from admin/admin_utils.php rename to admin/qtx_admin_utils.php index 7a6d266..ba6b85a 100644 --- a/admin/admin_utils.php +++ b/admin/qtx_admin_utils.php @@ -9,11 +9,12 @@ function qtranxf_detect_admin_language($url_info) { $url_info['lang_cookie_admin'] = $lang; } if(!$lang){ - $locale = get_locale(); - $url_info['locale'] = $locale; - $lang = qtranxf_resolveLangCase(substr($locale,0,2),$cs); - $url_info['lang_locale'] = $lang; - if(!$lang) $lang = $q_config['default_language']; + //$locale = get_locale(); + //$url_info['locale'] = $locale; + //$lang = qtranxf_resolveLangCase(substr($locale,0,2),$cs); + //$url_info['lang_locale'] = $lang; + //if(!$lang) + $lang = $q_config['default_language']; } $url_info['doing_front_end'] = false; $url_info['lang_admin'] = $lang; @@ -405,9 +406,9 @@ function qtranxf_language_columns($columns) { 'flag' => __('Flag', 'qtranslate'), 'name' => __('Name', 'qtranslate'), 'status' => __('Action', 'qtranslate'), - 'status2' => '', - 'status3' => '' - ); + 'status2' => __('Edit', 'qtranslate'), + 'status3' => __('Stored', 'qtranslate') + ); } function qtranxf_languageColumnHeader($columns){ @@ -438,6 +439,39 @@ function qtranxf_languageColumn($column) { return $column; } +function qtranxf_fetch_file_selection($dir,$suffix='.css'){ + //qtranxf_dbg_log('qtranxf_fetch_file_selection: dir:',$dir); + $files = array(); + $dir_handle = @opendir($dir); + if(!$dir_handle) return false; + while (false !== ($file = readdir($dir_handle))) { + if(!qtranxf_endsWith($file,$suffix)) continue; + $nm = basename($file, $suffix); + if(!$nm) continue; + $nm = str_replace('_',' ',$nm); + if(qtranxf_endsWith($nm,'.min')){ + $nm = substr($nm,-4); + $files[$nm] = $file; + }elseif(!isset($files[$nm])){ + $files[$nm] = $file; + } + } + ksort($files); + //qtranxf_dbg_log('qtranxf_fetch_file_selection: files:',$files); + return $files; +} + +function qtranxf_fixAdminBar($wp_admin_bar) { + global $wp_admin_bar; + if(!isset($wp_admin_bar)) return; + $nodes=$wp_admin_bar->get_nodes(); + //qtranxf_dbg_echo('$nodes:',$nodes); + if(!isset($nodes)) return;//sometimes $nodes is NULL + foreach($nodes as $node) { + $wp_admin_bar->add_node(qtranxf_useCurrentLanguageIfNotFoundUseDefaultLanguage($node)); + } +} + function qtranxf_admin_list_cats($text) { global $pagenow; //qtranxf_dbg_echo('qtranxf_admin_list_cats: $text',$text); diff --git a/qtranslate_configuration.php b/admin/qtx_configuration.php similarity index 82% rename from qtranslate_configuration.php rename to admin/qtx_configuration.php index f2aa838..9c905ef 100644 --- a/qtranslate_configuration.php +++ b/admin/qtx_configuration.php @@ -20,8 +20,9 @@ // Exit if accessed directly if ( !defined( 'WP_ADMIN' ) ) exit; -require_once(dirname(__FILE__).'/admin/import_export.php'); -require_once(dirname(__FILE__).'/qtranslate_user_options.php'); +require_once(dirname(__FILE__).'/qtx_languages.php'); +require_once(dirname(__FILE__).'/qtx_import_export.php'); +require_once(dirname(__FILE__).'/qtx_user_options.php'); function qtranxf_reset_config() { @@ -35,7 +36,18 @@ function qtranxf_reset_config() if( !isset($_POST['qtranslate_reset']) || !isset($_POST['qtranslate_reset2']) ) return; // reset all settings + foreach($qtranslate_options['int'] as $nm => $def){ delete_option('qtranslate_'.$nm); } + foreach($qtranslate_options['str'] as $nm => $def){ delete_option('qtranslate_'.$nm); } + foreach($qtranslate_options['array'] as $nm => $def){ delete_option('qtranslate_'.$nm); } + foreach($qtranslate_options['default_value'] as $nm => $def){ delete_option('qtranslate_'.$nm); } + foreach($qtranslate_options['languages'] as $nm => $opn){ delete_option($opn); } + + //internal private options not loaded by default delete_option('qtranslate_admin_notices'); + delete_option('qtranslate_next_thanks'); + delete_option('qtranslate_next_update_mo'); + delete_option('qtranslate_widget_css'); // obsolete option +/* delete_option('qtranslate_language_names'); delete_option('qtranslate_enabled_languages'); delete_option('qtranslate_default_language'); @@ -45,28 +57,20 @@ function qtranxf_reset_config() delete_option('qtranslate_na_messages'); delete_option('qtranslate_date_formats'); delete_option('qtranslate_time_formats'); - delete_option('qtranslate_use_strftime'); delete_option('qtranslate_ignore_file_types'); - delete_option('qtranslate_url_mode'); delete_option('qtranslate_detect_browser_language'); delete_option('qtranslate_hide_untranslated'); delete_option('qtranslate_show_displayed_language_prefix'); delete_option('qtranslate_auto_update_mo'); - delete_option('qtranslate_next_update_mo'); - delete_option('qtranslate_next_thanks'); delete_option('qtranslate_hide_default_language'); delete_option('qtranslate_qtrans_compatibility'); - delete_option('qtranslate_editor_mode'); - delete_option('qtranslate_highlight_mode'); - delete_option('qtranslate_highlight_mode_custom_css'); delete_option('qtranslate_custom_fields'); - delete_option('qtranslate_widget_css'); // obsolete option delete_option('qtranslate_use_secure_cookie'); delete_option('qtranslate_disable_client_cookies'); - delete_option('qtranslate_filter_options_mode'); delete_option('qtranslate_filter_options'); delete_option('qtranslate_header_css_on'); delete_option('qtranslate_header_css'); +*/ if(isset($_POST['qtranslate_reset3'])) { delete_option('qtranslate_term_name'); } @@ -80,7 +84,7 @@ function qtranxf_init_admin() // update Gettext Databases if on back-end if($q_config['auto_update_mo']){ - require_once(dirname(__FILE__).'/admin/update-gettext-db.php'); + require_once(dirname(__FILE__).'/qtx_update_gettext_db.php'); qtranxf_updateGettextDatabases(); } @@ -94,11 +98,20 @@ function qtranxf_init_admin() function qtranxf_update_option( $nm, $default_value=null ) { global $q_config; - if( !isset($q_config[$nm]) || empty($q_config[$nm]) || (!is_null($default_value) && $default_value===$q_config[$nm]) ){ + if( !isset($q_config[$nm]) || $q_config[$nm] === '' ){ delete_option('qtranslate_'.$nm); - }else{ - update_option('qtranslate_'.$nm, $q_config[$nm]); + return; } + if(!is_null($default_value)){ + if(is_string($default_value) && function_exists($default_value)){ + $default_value = call_user_func($default_value); + } + if( $default_value===$q_config[$nm] ){ + delete_option('qtranslate_'.$nm); + return; + } + } + update_option('qtranslate_'.$nm, $q_config[$nm]); } function qtranxf_update_option_bool( $nm, $default_value=null ) { @@ -112,49 +125,53 @@ function qtranxf_update_option_bool( $nm, $default_value=null ) { // saves entire configuration - it should be in admin only? function qtranxf_saveConfig() { - global $q_config; - - update_option('qtranslate_language_names', $q_config['language_name']);// language_names != language_name - //update_option('qtranslate_enabled_languages', $q_config['enabled_languages']); + global $q_config, $qtranslate_options; + //update_option('qtranslate_default_language', $q_config['default_language']); + qtranxf_update_option('default_language'); qtranxf_update_option('enabled_languages'); + + foreach($qtranslate_options['int'] as $nm => $def){ + qtranxf_update_option($nm,$def); + } + + foreach($qtranslate_options['bool'] as $nm){ + qtranxf_update_option_bool($nm); + } + qtranxf_update_option_bool('qtrans_compatibility'); + qtranxf_update_option_bool('disable_client_cookies'); + + foreach($qtranslate_options['str'] as $nm => $def){ + qtranxf_update_option($nm,$def); + } + + foreach($qtranslate_options['array'] as $nm => $def){ + qtranxf_update_option($nm,$def); + } qtranxf_update_option('domains'); - update_option('qtranslate_default_language', $q_config['default_language']); - qtranxf_update_option('flag_location',qtranxf_flag_location_default()); - update_option('qtranslate_flags', $q_config['flag']); - update_option('qtranslate_locales', $q_config['locale']); - update_option('qtranslate_na_messages', $q_config['not_available']); - update_option('qtranslate_date_formats', $q_config['date_format']); - update_option('qtranslate_time_formats', $q_config['time_format']); - update_option('qtranslate_ignore_file_types', implode(',',$q_config['ignore_file_types'])); - update_option('qtranslate_url_mode', $q_config['url_mode']); - update_option('qtranslate_term_name', $q_config['term_name']); - update_option('qtranslate_use_strftime', $q_config['use_strftime']); + //update_option('qtranslate_language_names', $q_config['language_name']);// language_names != language_name + //update_option('qtranslate_flags', $q_config['flag']); + //update_option('qtranslate_locales', $q_config['locale']); + //update_option('qtranslate_na_messages', $q_config['not_available']); + //update_option('qtranslate_date_formats', $q_config['date_format']); + //update_option('qtranslate_time_formats', $q_config['time_format']); + //foreach($qtranslate_options['languages'] as $nm => $opn){ + // update_option($opn, $q_config[$nm]); + //} - qtranxf_update_option('editor_mode', QTX_EDITOR_MODE_LSB); + update_option('qtranslate_ignore_file_types', implode(',',$q_config['ignore_file_types'])); - qtranxf_update_option('custom_fields'); - qtranxf_update_option('custom_field_classes'); - qtranxf_update_option('text_field_filters'); - qtranxf_update_option('custom_pages'); + qtranxf_update_option('flag_location',qtranxf_flag_location_default()); - qtranxf_update_option('filter_options_mode',QTX_FILTER_OPTIONS_ALL); //if($q_config['filter_options_mode'] == QTX_FILTER_OPTIONS_LIST) qtranxf_update_option('filter_options',explode(' ',QTX_FILTER_OPTIONS_DEFAULT)); - qtranxf_update_option_bool('detect_browser_language'); - qtranxf_update_option_bool('hide_untranslated'); - qtranxf_update_option_bool('show_displayed_language_prefix'); - qtranxf_update_option_bool('auto_update_mo'); - qtranxf_update_option_bool('hide_default_language'); - qtranxf_update_option_bool('qtrans_compatibility'); - qtranxf_update_option_bool('use_secure_cookie'); - qtranxf_update_option_bool('disable_client_cookies'); - - qtranxf_update_option_bool('header_css_on'); qtranxf_update_option('header_css', qtranxf_front_header_css_default()); + qtranxf_update_option('term_name'); + //update_option('qtranslate_term_name', $q_config['term_name']); + do_action('qtranslate_saveConfig'); } @@ -234,7 +251,7 @@ function qtranxf_select_admin_js ($enqueue_script=false) { if(!$script) return false; break; } - $plugin_dir_path=plugin_dir_path(__FILE__); + $plugin_dir_path=plugin_dir_path(QTRANSLATE_FILE); $script_path=$script.'.min.js'; $fn=$plugin_dir_path.$script_path; while(!file_exists($fn)){ $script_path=$script.'.js'; $fn=$plugin_dir_path.$script_path; @@ -244,7 +261,7 @@ function qtranxf_select_admin_js ($enqueue_script=false) { return false; } if($enqueue_script){ - $script_url=plugins_url( $script_path, __FILE__ ); + $script_url=plugins_url( $script_path, QTRANSLATE_FILE ); //wp_register_script( 'qtranslate-admin-edit', $script_url, array('qtranslate-admin-common'), QTX_VERSION ); wp_register_script( 'qtranslate-admin-edit', $script_url, array(), QTX_VERSION ); wp_enqueue_script( 'qtranslate-admin-edit' ); @@ -300,7 +317,7 @@ function qtranxf_add_admin_footer_js ( $enqueue_script=false ) { wp_deregister_script( 'autosave' );//autosave script saves the active language only and messes it up later in a hard way if( $enqueue_script ){ - //wp_register_script( 'qtranslate-admin-utils', plugins_url( '/admin/js/utils.min.js', __FILE__ ), array(), QTX_VERSION ); + //wp_register_script( 'qtranslate-admin-utils', plugins_url( 'js/utils.min.js', __FILE__ ), array(), QTX_VERSION ); //wp_enqueue_script( 'qtranslate-admin-utils' ); $deps = array(); if($script_file) $deps[] = 'qtranslate-admin-edit'; @@ -308,12 +325,12 @@ function qtranxf_add_admin_footer_js ( $enqueue_script=false ) { foreach($page_config['scripts'] as $js){ } } - wp_register_script( 'qtranslate-admin-common', plugins_url( '/admin/js/common.min.js', __FILE__ ), $deps, QTX_VERSION ); + wp_register_script( 'qtranslate-admin-common', plugins_url( 'js/common.min.js', __FILE__ ), $deps, QTX_VERSION ); wp_enqueue_script( 'qtranslate-admin-common' ); } $config=array(); - $keys=array('enabled_languages','default_language','language','custom_fields','custom_field_classes','url_mode');//,'term_name' + $keys=array('enabled_languages', 'default_language', 'language', 'custom_fields', 'custom_field_classes', 'url_mode','lsb_style_wrap_class', 'lsb_style_active_class');//,'term_name' foreach($keys as $key){ $config[$key]=$q_config[$key]; } @@ -332,6 +349,23 @@ function qtranxf_add_admin_footer_js ( $enqueue_script=false ) { $config['language_name'][$lang]=$q_config['language_name'][$lang]; } if(!empty($page_config)) $config['page_config'] = $page_config; + + //$config['lsb_style'] = array(); + //$config['lsb_style']['wrap_class'] = $q_config['lsb_style_wrap_class']; + //$config['lsb_style']['active_class'] = $q_config['lsb_style_active_class']; + /* + switch($q_config['lsb_style']){ + case 'Tabs_in_Block.css': + $config['lsb_style']['wrap_class'] = 'qtranxs-lang-switch-wrap wp-ui-primary'; + //$config['lsb_style']['wrap_class'] = 'qtranxs-lang-switch-wrap wp-ui-secondary'; + $config['lsb_style']['active_class'] = 'wp-ui-highlight'; + break; + default: + $config['lsb_style']['wrap_class'] = 'qtranxs-lang-switch-wrap'; + $config['lsb_style']['active_class'] = 'active'; + break; + } + */ ?> +
' . __('Settings', 'qtranslate') . ''; array_unshift( $links, $settings_link ); // before other links diff --git a/admin/import_export.php b/admin/qtx_import_export.php similarity index 100% rename from admin/import_export.php rename to admin/qtx_import_export.php diff --git a/admin/qtx_languages.php b/admin/qtx_languages.php new file mode 100644 index 0000000..ee0981f --- /dev/null +++ b/admin/qtx_languages.php @@ -0,0 +1,99 @@ + $opn){ + $cfg[$nm] = get_option($opn,array()); + } + return $cfg; +} + +/** + * Save language properties from configuration $cfg to database + * @since 3.3 + */ +function qtranxf_save_languages($cfg) +{ + global $qtranslate_options; + foreach($qtranslate_options['languages'] as $nm => $opn){ + update_option($opn,$cfg[$nm]); + } + return $cfg; +} + +/** + * Remove language $lang properties from hash $langs. + * @since 3.3 + */ +function qtranxf_unsetLanguage(&$langs, $lang) { + unset($langs['language_name'][$lang]); + unset($langs['flag'][$lang]); + unset($langs['locale'][$lang]); + unset($langs['date_format'][$lang]); + unset($langs['time_format'][$lang]); + unset($langs['not_available'][$lang]); +} + +/** + * Remove language $lang properties from hash $langs. + * @since 3.3 + */ +function qtranxf_copyLanguage(&$langs, $cfg, $lang) { + $langs['language_name'][$lang] = $cfg['language_name'][$lang]; + $langs['flag'][$lang] = $cfg['flag'][$lang]; + $langs['locale'][$lang] = $cfg['locale'][$lang]; + $langs['date_format'][$lang] = $cfg['date_format'][$lang]; + $langs['time_format'][$lang] = $cfg['time_format'][$lang]; + $langs['not_available'][$lang] = $cfg['not_available'][$lang]; +} + +function qtranxf_disableLanguage($lang) { + global $q_config; + if(qtranxf_isEnabled($lang)) { + $new_enabled = array(); + for($i = 0; $i < sizeof($q_config['enabled_languages']); $i++) { + if($q_config['enabled_languages'][$i] != $lang) { + $new_enabled[] = $q_config['enabled_languages'][$i]; + }else{ + qtranxf_unsetLanguage($q_config,$lang); + } + } + $q_config['enabled_languages'] = $new_enabled; + return true; + } + return false; +} + +function qtranxf_enableLanguage($lang) { + global $q_config; + if(qtranxf_isEnabled($lang))// || !isset($q_config['language_name'][$lang])) + return false; + $q_config['enabled_languages'][] = $lang; + // force update of .mo files + if ($q_config['auto_update_mo']) qtranxf_updateGettextDatabases(true, $lang); + qtranxf_load_languages_enabled(); + return true; +} + +/** + * Remove language $lang from the database. + * @since 3.3 + */ +function qtranxf_deleteLanguage($lang) { + global $q_config; + if( !qtranxf_language_predefined($lang) && $q_config['default_language'] == $lang ){ + //if($q_config['default_language']==$lang) $error = ; + //if(!isset($q_config['language_name'][$lang])||strtolower($lang)=='code') $error = __('No such language!', 'qtranslate'); + return __('Cannot delete Default Language!', 'qtranslate'); + } + $langs=array(); qtranxf_load_languages($langs); + qtranxf_unsetLanguage($langs,$lang); + qtranxf_save_languages($langs); + return ''; +} diff --git a/admin/update-gettext-db.php b/admin/qtx_update_gettext_db.php similarity index 100% rename from admin/update-gettext-db.php rename to admin/qtx_update_gettext_db.php diff --git a/qtranslate_user_options.php b/admin/qtx_user_options.php similarity index 53% rename from qtranslate_user_options.php rename to admin/qtx_user_options.php index c7ba607..ba7a1cb 100644 --- a/qtranslate_user_options.php +++ b/admin/qtx_user_options.php @@ -11,11 +11,11 @@ function qtranxf_show_extra_profile_fields( $user ) { - + @@ -35,6 +35,11 @@ function qtranxf_save_extra_profile_fields( $user_id ) { } if ( $q_config['highlight_mode'] != QTX_HIGHLIGHT_MODE_NONE ) { - update_user_meta( $user_id, 'qtranslate_highlight_disabled', isset($_POST['qtranslate_highlight_disabled']) ); + $enabled = isset($_POST['qtranslate_highlight_enabled']); + if($enabled){ + delete_user_meta($user_id,'qtranslate_highlight_disabled'); + }else{ + update_user_meta( $user_id, 'qtranslate_highlight_disabled', true ); + } } } \ No newline at end of file diff --git a/dev/qtx-test-convertURL.php b/dev/qtx-test-convertURL.php new file mode 100644 index 0000000..8aead82 --- /dev/null +++ b/dev/qtx-test-convertURL.php @@ -0,0 +1,197 @@ + $url_expected){ + //$url_converted = qtranxf_convertURL($url, false, true); + $url_converted = qtranxf_get_url_for_language($url, $lang, $showLanguage); + //qtranxf_tst_log('test convertURL('.$url.'): ', $url_converted); + if(!qtranxf_check_url($url_converted,$url_expected)){ + ++$cnt; + qtranxf_tst_log('qtranxf_test_convertURL('.$url_mode_name.'): exit on the first error for url: ',$url); + exit(); + } + } + //qtranxf_tst_log('qtranxf_test_convertURL('.$url_mode_name.'): '.($showLanguage?'show':'hide').' language lang='.$lang.'; #errors=', $cnt); + return $cnt; +} + +function qtranxf_run_test_convertURL($url_mode, $lang){ + global $q_config; + + $homeinfo = qtranxf_get_home_info(); + $p = $homeinfo['path']; + $h = $homeinfo['scheme'].'://'.$homeinfo['host'].$p; + $b = trailingslashit($p); + //$lang = qtranxf_getLanguage(); + + //common tests + $urls = array( + '#' => '#', + '#tag' => '#tag', + 'http://external.domain.com' => 'http://external.domain.com', + 'http://external.domain.com/' => 'http://external.domain.com/', + 'http://external.domain.com?tr=123#tag' => 'http://external.domain.com?tr=123#tag', + 'http://external.domain.com/?tr=123#tag' => 'http://external.domain.com/?tr=123#tag', + 'http://external.domain.com?tr=123' => 'http://external.domain.com?tr=123', + 'http://external.domain.com/?tr=123' => 'http://external.domain.com/?tr=123', + 'http://external.domain.com#tag' => 'http://external.domain.com#tag', + 'http://external.domain.com/#tag' => 'http://external.domain.com/#tag', + ); + $cnt = qtranxf_test_convertURL('Common', $urls, $lang, true); + $cnt = qtranxf_test_convertURL('Common', $urls, $lang, false); + + $q_config['url_mode'] = $url_mode; + switch($url_mode){ + + case QTX_URL_QUERY: + //qtranxf_tst_log('qtx-test-convertURL: $url_mode=QTX_URL_QUERY: $p=',$p); + $urls = array( + $b.'?lang=fr' => $h.'/?lang='.$lang, + $b.'#' => $h.'/?lang='.$lang, + $b.'#tag' => $h.'/?lang='.$lang.'#tag', + $h.'#tag' => $h.'?lang='.$lang.'#tag', + $h.'?lang=fr#tag' => $h.'?lang='.$lang.'#tag', + $b.'?lang=fr&page_id=123#tag' => $h.'/?page_id=123&lang='.$lang.'#tag', + $h.'?page_id=123&lang=fr' => $h.'?page_id=123&lang='.$lang.'', + $h.'?page_id=123&lang=fr#tag' => $h.'?page_id=123&lang='.$lang.'#tag', + $b.'?page_id=123&lang=fr&tab=tab3' => $h.'/?page_id=123&tab=tab3&lang='.$lang.'', + $h.'?page_id=123&lang=fr&tab=tab3#tag' => $h.'?page_id=123&tab=tab3&lang='.$lang.'#tag', + ); + $cnt = qtranxf_test_convertURL('QTX_URL_QUERY', $urls, $lang, true); + $urls = array( + $b.'?lang=fr' => $h.'/', + $b.'#' => $h.'/', + $b.'#tag' => $h.'/#tag', + $h.'#tag' => $h.'#tag', + $h.'?lang=fr#tag' => $h.'#tag', + $b.'?lang=fr&page_id=123#tag' => $h.'/?page_id=123#tag', + $h.'?page_id=123&lang=fr' => $h.'?page_id=123', + $h.'?page_id=123&lang=fr#tag' => $h.'?page_id=123#tag', + $b.'?page_id=123&lang=fr&tab=tab3' => $h.'/?page_id=123&tab=tab3', + $h.'?page_id=123&lang=fr&tab=tab3#tag' => $h.'?page_id=123&tab=tab3#tag', + ); + $cnt = qtranxf_test_convertURL('QTX_URL_QUERY', $urls, $lang, false); + break; + + case QTX_URL_PATH: + //qtranxf_tst_log('qtx-test-convertURL: $url_mode=QTX_URL_PATH'); + $hp = $h.'/'.$lang; + $urls = array( + $b.'fr' => $hp.'', + $h.'/fr' => $hp.'', + $b.'fr/' => $hp.'/', + $h.'/fr/' => $hp.'/', + $b.'#' => $hp.'/', + $b.'#tag' => $hp.'/#tag', + $h.'#tag' => $hp.'#tag', + $b.'fr/?lang=fr' => $hp.'/', + $h.'/fr?lang=fr#tag' => $hp.'#tag', + $b.'fr/?lang=fr&page_id=123#tag' => $hp.'/?page_id=123#tag', + $h.'?page_id=123&lang=fr' => $hp.'?page_id=123', + $h.'/fr?page_id=123&lang=fr#tag' => $hp.'?page_id=123#tag', + $b.'?page_id=123&lang=fr&tab=tab3' => $hp.'/?page_id=123&tab=tab3', + $h.'/fr/?page_id=123&lang=fr&lang=xx&tab=tab3#tag' => $hp.'/?page_id=123&tab=tab3#tag', + ); + $cnt = qtranxf_test_convertURL('QTX_URL_PATH', $urls, $lang, true); + $urls = array( + $b.'fr' => $h.'', + $h.'/fr' => $h.'', + $b.'fr/' => $h.'/', + $h.'/fr/' => $h.'/', + $b.'#' => $h.'/', + $b.'#tag' => $h.'/#tag', + $h.'#tag' => $h.'#tag', + $b.'?lang=fr' => $h.'/', + $h.'?lang=fr' => $h.'', + $h.'/fr?lang=fr#tag' => $h.'#tag', + $b.'fr/?lang=fr&page_id=123#tag' => $h.'/?page_id=123#tag', + $h.'?page_id=123&lang=fr' => $h.'?page_id=123', + $h.'?page_id=123&lang=fr#tag' => $h.'?page_id=123#tag', + $b.'fr/?page_id=123&lang=fr&tab=tab3' => $h.'/?page_id=123&tab=tab3', + $h.'/fr/?page_id=123&lang=fr&tab=tab3#tag' => $h.'/?page_id=123&tab=tab3#tag', + ); + $cnt = qtranxf_test_convertURL('QTX_URL_PATH', $urls, $lang, false); + break; + case QTX_URL_DOMAIN: + //qtranxf_tst_log('qtx-test-convertURL: $url_mode=QTX_URL_DOMAIN'); + $hp = $homeinfo['scheme'].'://'.$lang.'.'.$homeinfo['host'].$p; + $urls = array( + $b.'?lang=fr' => $hp.'/', + $b.'#' => $hp.'/', + $h.'?lang=fr#tag' => $hp.'#tag', + $b.'?lang=fr&page_id=123#tag' => $hp.'/?page_id=123#tag', + $h.'?page_id=123&lang=fr' => $hp.'?page_id=123', + $h.'?page_id=123&lang=fr#tag' => $hp.'?page_id=123#tag', + $b.'?page_id=123&lang=fr&tab=tab3' => $hp.'/?page_id=123&tab=tab3', + $h.'?page_id=123&lang=fr&tab=tab3#tag' => $hp.'?page_id=123&tab=tab3#tag', + ); + $cnt = qtranxf_test_convertURL('QTX_URL_DOMAIN', $urls, $lang, true); + $urls = array( + $b.'?lang=fr' => $h.'/', + $b.'#' => $h.'/', + $h.'?lang=fr#tag' => $h.'#tag', + $b.'?lang=fr&page_id=123#tag' => $h.'/?page_id=123#tag', + $h.'?page_id=123&lang=fr' => $h.'?page_id=123', + $h.'?page_id=123&lang=fr#tag' => $h.'?page_id=123#tag', + $b.'?page_id=123&lang=fr&tab=tab3' => $h.'/?page_id=123&tab=tab3', + $h.'?page_id=123&lang=fr&tab=tab3#tag' => $h.'?page_id=123&tab=tab3#tag', + ); + $cnt = qtranxf_test_convertURL('QTX_URL_DOMAIN', $urls, $lang, false); + break; + case QTX_URL_DOMAINS: + //qtranxf_tst_log('qtx-test-convertURL: $url_mode=QTX_URL_DOMAINS'); + $h = $homeinfo['scheme'].'://'.$q_config['domains'][$q_config['default_language']].$p; + $hp = $homeinfo['scheme'].'://'.$q_config['domains'][$lang].$p; + $urls = array( + $b.'?lang=fr' => $hp.'/', + $b.'#' => $hp.'/', + $h.'?lang=fr#tag' => $hp.'#tag', + $b.'?lang=fr&page_id=123#tag' => $hp.'/?page_id=123#tag', + $h.'?page_id=123&lang=fr' => $hp.'?page_id=123', + $h.'?page_id=123&lang=fr#tag' => $hp.'?page_id=123#tag', + $b.'?page_id=123&lang=fr&tab=tab3' => $hp.'/?page_id=123&tab=tab3', + $h.'?page_id=123&lang=fr&tab=tab3#tag' => $hp.'?page_id=123&tab=tab3#tag', + ); + $cnt = qtranxf_test_convertURL('QTX_URL_DOMAINS', $urls, $lang, true); + $urls = array( + $b.'?lang=fr' => $h.'/', + $b.'#' => $h.'/', + $h.'?lang=fr#tag' => $h.'#tag', + $b.'?lang=fr&page_id=123#tag' => $h.'/?page_id=123#tag', + $h.'?page_id=123&lang=fr' => $h.'?page_id=123', + $h.'?page_id=123&lang=fr#tag' => $h.'?page_id=123#tag', + $b.'?page_id=123&lang=fr&tab=tab3' => $h.'/?page_id=123&tab=tab3', + $h.'?page_id=123&lang=fr&tab=tab3#tag' => $h.'?page_id=123&tab=tab3#tag', + ); + $cnt = qtranxf_test_convertURL('QTX_URL_DOMAINS', $urls, $lang, false); + break; + default: + qtranxf_tst_log('qtx-test-convertURL: unknown $url_mode=',$url_mode); + return; + } +} + +function qtranxf_run_tests_convertURL(){ + global $q_config; + $lang = qtranxf_getLanguage(); + foreach($q_config['enabled_languages'] as $lng){ + if($lng == $q_config['default_language']) continue; + $lang = $lng; + break; + } + $url_mode = $q_config['url_mode']; + qtranxf_run_test_convertURL($url_mode, $lang); + //cache breaks tests, need to run one at a time + //qtranxf_run_test_convertURL(QTX_URL_QUERY, $lang); + //qtranxf_run_test_convertURL(QTX_URL_PATH, $lang); + //qtranxf_run_test_convertURL(QTX_URL_DOMAIN, $lang); + //qtranxf_run_test_convertURL(QTX_URL_DOMAINS, $lang); + $q_config['url_mode'] = $url_mode; +} +qtranxf_run_tests_convertURL(); diff --git a/dev/qtx-test-date-time.php b/dev/qtx-test-date-time.php new file mode 100644 index 0000000..f3b70ab --- /dev/null +++ b/dev/qtx-test-date-time.php @@ -0,0 +1,16 @@ + $date_expected){ + $d = get_the_date($fmt,1); + qtranxf_tst_log('qtranxf_test_date: get_the_date('.$fmt.'): ', $d); + if(!qtranxf_check_test($d,$date_expected,basename(__FILE__))) ++$cnt; + } + return $cnt; +} + $ds = array( + 'c' => '2015-02-25T23:38:07+00:00', + ); + qtranxf_test_date($ds); diff --git a/dev/qtx-tests.php b/dev/qtx-tests.php new file mode 100644 index 0000000..e2df399 --- /dev/null +++ b/dev/qtx-tests.php @@ -0,0 +1,15 @@ +\n" "Language-Team: qTranslate Team Translators \n" -"Language: Arabic\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: Arabic\n" "X-Poedit-KeywordsList: __;_e\n" "X-Poedit-Basepath: .\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" @@ -17,1048 +17,1234 @@ msgstr "" "X-Poedit-SearchPath-0: .\n" "X-Poedit-SearchPath-1: ..\n" -#: ../qtranslate_user_options.php:9 -msgid "Translation options" -msgstr "خيارات الترجمة" +#: admin/qtx_activation_hook.php:80 admin/qtx_activation_hook.php:205 +#: admin/qtx_configuration.php:882 +#, php-format +msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so." +msgstr "" + +#: admin/qtx_activation_hook.php:81 +#, php-format +msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously." +msgstr "" -#: ../qtranslate_user_options.php:14 -msgid "Do not highlight fields" +#: admin/qtx_activation_hook.php:83 +#, php-format +msgid "The compatible settings from %s have been imported to %s. Further tuning, import, export and reset of options can be done at Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: ../qtranslate_user_options.php:18 -msgid "" -"If you do not like that the translatable fields are highlighted, you can " -"disable that option here" +#: admin/qtx_activation_hook.php:85 +#, php-format +msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: ../qtranslate_frontend.php:162 ../qtranslate_widget.php:67 -msgid "Language" -msgstr "اللغة" +#: admin/qtx_activation_hook.php:203 +#, php-format +msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/Languages configuration page. Then you have to deactivate one of the plugins to continue." +msgstr "" + +#: admin/qtx_activation_hook.php:208 admin/qtx_activation_hook.php:210 +#, php-format +msgid "Deactivate %s" +msgstr "" + +#: admin/qtx_activation_hook.php:249 +#, php-format +msgid "Plugin %s may be integrated with multilingual plugin %s with a help of plugin %s." +msgstr "" -#: ../qtranslate_frontend.php:168 ../qtranslate_frontend.php:195 -#: ../qtranslate_configuration.php:528 ../qtranslate_configuration.php:551 -#: ../admin/admin_utils.php:405 +#: admin/qtx_activation_hook.php:251 +msgid "Please, press an appropriate button below." +msgstr "" + +#: admin/qtx_activation_hook.php:255 +#, php-format +msgid "Activate plugin %s" +msgstr "" + +#: admin/qtx_activation_hook.php:257 +#, php-format +msgid "Install plugin %s" +msgstr "" + +#: admin/qtx_activation_hook.php:259 +msgid "I am aware of that, dismiss this message." +msgstr "" + +#: admin/qtx_activation_hook.php:309 +#, php-format +msgid "Thank you for using %s plugin!" +msgstr "" + +#: admin/qtx_activation_hook.php:311 +#, php-format +msgid "Please, help us to make a decision on \"%s\" feature, press the button below." +msgstr "" + +#: admin/qtx_activation_hook.php:311 admin/qtx_activation_hook.php:313 +#: qtranslate_services.php:787 +msgid "Translation Service" +msgstr "" + +#: admin/qtx_activation_hook.php:313 +#, php-format +msgid "Survey on \"%s\" feature" +msgstr "" + +#: admin/qtx_activation_hook.php:314 admin/qtx_activation_hook.php:348 +msgid "I have already done it, dismiss this message." +msgstr "" + +#: admin/qtx_activation_hook.php:346 +#, php-format +msgid "The latest version of plugin %s has a number of new options, for example, %s, which may change the look of some pages. Please, review the help text of new options on %sconfiguration page%s." +msgstr "" + +#: admin/qtx_admin_utils.php:146 +msgid "Database has been converted to square bracket format." +msgstr "" + +#: admin/qtx_admin_utils.php:146 admin/qtx_admin_utils.php:148 +msgid "Note: custom entries are not touched." +msgstr "" + +#: admin/qtx_admin_utils.php:148 +msgid "Database has been converted to legacy dual-tag format." +msgstr "" + +#: admin/qtx_admin_utils.php:406 admin/qtx_configuration.php:565 +#: admin/qtx_configuration.php:588 qtranslate_frontend.php:168 +#: qtranslate_frontend.php:195 msgid "Flag" msgstr "العلم" -#: ../qtranslate_configuration.php:515 -msgid "Language Management" -msgstr "إدارة اللغة" +#: admin/qtx_admin_utils.php:407 admin/qtx_configuration.php:606 +msgid "Name" +msgstr "الاسم" + +#: admin/qtx_admin_utils.php:408 qtranslate_services.php:383 +msgid "Action" +msgstr "الحالة" + +#: admin/qtx_admin_utils.php:409 admin/qtx_configuration.php:1441 +#: admin/qtx_configuration.php:1466 +msgid "Edit" +msgstr "" -#: ../qtranslate_configuration.php:515 ../qtranslate_configuration.php:1329 -#: ../admin/admin_utils.php:420 +#: admin/qtx_admin_utils.php:410 +msgid "Stored" +msgstr "" + +#: admin/qtx_admin_utils.php:421 admin/qtx_configuration.php:552 +#: admin/qtx_configuration.php:1424 msgid "Languages" msgstr "اللغات" -#: ../qtranslate_configuration.php:523 +#: admin/qtx_configuration.php:552 +msgid "Language Management" +msgstr "إدارة اللغة" + +#: admin/qtx_configuration.php:560 msgid "Language Code" msgstr "كود اللغة" -#: ../qtranslate_configuration.php:525 -msgid "" -"2-Letter ISO " -"Language Code for the Language you want to insert. (Example: en)" -msgstr "" -"2-حرف ISO رمز " -"اللغة للغة المطلوب ادخالها. (مثال: en)" +#: admin/qtx_configuration.php:562 +msgid "2-Letter ISO Language Code for the Language you want to insert. (Example: en)" +msgstr "2-حرف ISO رمز اللغة للغة المطلوب ادخالها. (مثال: en)" -#: ../qtranslate_configuration.php:554 +#: admin/qtx_configuration.php:591 msgid "Incorrect Flag Image Path! Please correct it!" msgstr "" -#: ../qtranslate_configuration.php:557 +#: admin/qtx_configuration.php:594 msgid "Choose the corresponding country flag for language. (Example: gb.png)" msgstr "قم باختيار العلم المناسب للغة" -#: ../qtranslate_configuration.php:569 ../admin/admin_utils.php:406 -msgid "Name" -msgstr "الاسم" - -#: ../qtranslate_configuration.php:571 -msgid "" -"The Name of the language, which will be displayed on the site. (Example: " -"English)" +#: admin/qtx_configuration.php:608 +msgid "The Name of the language, which will be displayed on the site. (Example: English)" msgstr "اسم اللغة التي ستم عرضها علي الموقع (مثال: الانجليزية)" -#: ../qtranslate_configuration.php:574 +#: admin/qtx_configuration.php:611 msgid "Locale" msgstr "منطقة اللغة" -#: ../qtranslate_configuration.php:577 +#: admin/qtx_configuration.php:614 msgid "PHP and Wordpress Locale for the language. (Example: en_US)" msgstr "(مثال: en_US)" -#: ../qtranslate_configuration.php:578 +#: admin/qtx_configuration.php:615 msgid "You will need to install the .mo file for this language." msgstr "يجب تنزيل ملف ترجمة .mo لهذه اللغة" -#: ../qtranslate_configuration.php:582 +#: admin/qtx_configuration.php:619 msgid "Date Format" msgstr "تنسيق التاريخ" -#: ../qtranslate_configuration.php:584 -msgid "" -"Depending on your Date / Time Conversion Mode, you can either enter a strftime (use " -"%q for day suffix (st,nd,rd,th)) or date format. This field is optional. (Example: %A %B " -"%e%q, %Y)" +#: admin/qtx_configuration.php:621 +msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime (use %q for day suffix (st,nd,rd,th)) or date format. This field is optional. (Example: %A %B %e%q, %Y)" msgstr "اختياري" -#: ../qtranslate_configuration.php:587 +#: admin/qtx_configuration.php:624 msgid "Time Format" msgstr "تنسيق الوقت" -#: ../qtranslate_configuration.php:589 -msgid "" -"Depending on your Date / Time Conversion Mode, you can either enter a strftime or date format. This " -"field is optional. (Example: %I:%M %p)" +#: admin/qtx_configuration.php:626 +msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime or date format. This field is optional. (Example: %I:%M %p)" msgstr "اختياري" -#: ../qtranslate_configuration.php:592 +#: admin/qtx_configuration.php:629 msgid "Not Available Message" msgstr "رسالة الخطأ" -#: ../qtranslate_configuration.php:595 -msgid "" -"Message to display if post is not available in the requested language. " -"(Example: Sorry, this entry is only available in %LANG:, : and %.)" -msgstr "" -"رسالة للعرض عن عدم توافر اللغة المطلوبة للمحتوي المعروض (مثال: عفوا هذه " -"اللغة غير متاحة في %LANG:, : و %.)" +#: admin/qtx_configuration.php:632 +msgid "Message to display if post is not available in the requested language. (Example: Sorry, this entry is only available in %LANG:, : and %.)" +msgstr "رسالة للعرض عن عدم توافر اللغة المطلوبة للمحتوي المعروض (مثال: عفوا هذه اللغة غير متاحة في %LANG:, : و %.)" -#: ../qtranslate_configuration.php:596 -msgid "" -"%LANG:<normal_separator>:<last_separator>% generates a list of " -"languages separated by <normal_separator> except for the last one, " -"where <last_separator> will be used instead." +#: admin/qtx_configuration.php:633 +msgid "%LANG:<normal_separator>:<last_separator>% generates a list of languages separated by <normal_separator> except for the last one, where <last_separator> will be used instead." msgstr "" -#: ../qtranslate_configuration.php:712 -msgid "Show" -msgstr "عرض" - -#: ../qtranslate_configuration.php:712 +#: admin/qtx_configuration.php:756 msgid "Hide" msgstr "اخفاء" -#: ../qtranslate_configuration.php:719 +#: admin/qtx_configuration.php:756 +msgid "Show" +msgstr "عرض" + +#: admin/qtx_configuration.php:763 msgid "Save Changes" msgstr "حفظ التغييرات" -#: ../qtranslate_configuration.php:736 +#: admin/qtx_configuration.php:780 msgid "Switching Language" msgstr "تغيير اللغة" -#: ../qtranslate_configuration.php:736 +#: admin/qtx_configuration.php:780 #, php-format -msgid "" -"Switching language to %1$s... If the Dashboard isn't loading, use this link." -msgstr "" -"جاري تغيير اللغة الي %1$s... اذا لم يتم تحويلك تلقائيا برجاء الضغط هنا." +msgid "Switching language to %1$s... If the Dashboard isn't loading, use this link." +msgstr "جاري تغيير اللغة الي %1$s... اذا لم يتم تحويلك تلقائيا برجاء الضغط هنا." -#: ../qtranslate_configuration.php:757 +#: admin/qtx_configuration.php:801 msgid "qTranslate has been reset." msgstr "تم اعادة تعيين الاعدادات" -#: ../qtranslate_configuration.php:812 +#: admin/qtx_configuration.php:875 msgid "Gettext databases updated." msgstr "تم تحديث قاعدة بيانات ملف اللغة" -#: ../qtranslate_configuration.php:819 +#: admin/qtx_configuration.php:882 #, php-format -msgid "" -"Applicable options and taxonomy names from plugin %s have been imported. " -"Note that the multilingual content of posts, pages and other objects has not " -"been altered during this operation. There is no additional operation needed " -"to import content, since its format is compatible with %s." +msgid "Applicable options and taxonomy names from plugin %s have been imported. Note that the multilingual content of posts, pages and other objects has not been altered during this operation. There is no additional operation needed to import content, since its format is compatible with %s." msgstr "" -#: ../qtranslate_configuration.php:819 ../admin/activation_hook.php:37 -#: ../admin/activation_hook.php:137 +#: admin/qtx_configuration.php:883 #, php-format -msgid "" -"It might be a good idea to review %smigration instructions%s, if you have " -"not yet done so." +msgid "%sImportant%s: Before you start making edits to post and pages, please, make sure that both, your front site and admin back-end, work under this configuration. It may help to review \"%s\" and see if any of conflicting plugins mentioned there are used here. While the current content, coming from %s, is compatible with this plugin, the newly modified posts and pages will be saved with a new square-bracket-only encoding, which has a number of advantages comparing to former %s encoding. However, the new encoding is not straightforwardly compatible with %s and you will need an additional step available under \"%s\" option if you ever decide to go back to %s. Even with this additional conversion step, the 3rd-party plugins custom-stored data will not be auto-converted, but manual editing will still work. That is why it is advisable to create a test-copy of your site before making any further changes. In case you encounter a problem, please give us a chance to improve %s, send the login information to the test-copy of your site to %s along with a detailed step-by-step description of what is not working, and continue using your main site with %s meanwhile. It would also help, if you share a success story as well, either on %sthe forum%s, or via the same e-mail as mentioned above. Thank you very much for trying %s." msgstr "" -#: ../qtranslate_configuration.php:820 -#, php-format -msgid "" -"%sImportant%s: Before you start making edits to post and pages, please, make " -"sure that both, your front site and admin back-end, work under this " -"configuration. It may help to review \"%s\" and see if any of conflicting " -"plugins mentioned there are used here. While the current content, coming " -"from %s, is compatible with this plugin, the newly modified posts and pages " -"will be saved with a new square-bracket-only encoding, which has a number of " -"advantages comparing to former %s encoding. However, the new encoding is not " -"straightforwardly compatible with %s and you will need an additional step " -"available under \"%s\" option if you ever decide to go back to %s. Even with " -"this additional conversion step, the 3rd-party plugins custom-stored data " -"will not be auto-converted, but manual editing will still work. That is why " -"it is advisable to create a test-copy of your site before making any further " -"changes. In case you encounter a problem, please give us a chance to improve " -"%s, send the login information to the test-copy of your site to %s along " -"with a detailed step-by-step description of what is not working, and " -"continue using your main site with %s meanwhile. It would also help, if you " -"share a success story as well, either on %sthe forum%s, or via the same e-" -"mail as mentioned above. Thank you very much for trying %s." -msgstr "" - -#: ../qtranslate_configuration.php:820 ../qtranslate_configuration.php:831 -#: ../qtranslate_configuration.php:1078 ../admin/import_export.php:156 +#: admin/qtx_configuration.php:883 admin/qtx_configuration.php:894 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:156 msgid "Convert Database" msgstr "تحويل قاعدة البيانات" -#: ../qtranslate_configuration.php:820 -msgid "" -"This is a one-time message, which you will not see again, unless the same " -"import is repeated." +#: admin/qtx_configuration.php:883 +msgid "This is a one-time message, which you will not see again, unless the same import is repeated." msgstr "" -#: ../qtranslate_configuration.php:822 -#, php-format -msgid "" -"Option \"%s\" has also been turned on, as the most common case for importing " -"configuration from %s. You may turn it off manually if your setup does not " -"require it. Refer to %sFAQ%s for more information." +#: admin/qtx_configuration.php:885 admin/qtx_configuration.php:1320 +msgid "Compatibility Functions" msgstr "" -#: ../qtranslate_configuration.php:822 ../qtranslate_configuration.php:1252 -msgid "Compatibility Functions" +#: admin/qtx_configuration.php:885 +#, php-format +msgid "Option \"%s\" has also been turned on, as the most common case for importing configuration from %s. You may turn it off manually if your setup does not require it. Refer to %sFAQ%s for more information." msgstr "" -#: ../qtranslate_configuration.php:831 +#: admin/qtx_configuration.php:894 #, php-format -msgid "" -"Applicable options have been exported to plugin %s. If you have done some " -"post or page updates after migrating from %s, then \"%s\" operation is also " -"required to convert the content to \"dual language tag\" style in order for " -"plugin %s to function." +msgid "Applicable options have been exported to plugin %s. If you have done some post or page updates after migrating from %s, then \"%s\" operation is also required to convert the content to \"dual language tag\" style in order for plugin %s to function." msgstr "" -#: ../qtranslate_configuration.php:842 +#: admin/qtx_configuration.php:906 msgid "The Language must have a Not-Available Message!" msgstr "" -#: ../qtranslate_configuration.php:843 +#: admin/qtx_configuration.php:907 msgid "The Language must have a Locale!" msgstr "" -#: ../qtranslate_configuration.php:844 +#: admin/qtx_configuration.php:908 msgid "The Language must have a name!" msgstr "" -#: ../qtranslate_configuration.php:845 +#: admin/qtx_configuration.php:909 msgid "Language Code has to be 2 characters long!" msgstr "" -#: ../qtranslate_configuration.php:849 ../qtranslate_configuration.php:855 +#: admin/qtx_configuration.php:916 admin/qtx_configuration.php:922 msgid "There is already a language with the same Language Code!" msgstr "يوجد لغة من قبل بهذا الاسم!" -#: ../qtranslate_configuration.php:940 ../qtranslate_configuration.php:962 -#: ../qtranslate_configuration.php:969 ../qtranslate_configuration.php:986 -msgid "No such language!" -msgstr "لا توجد لغة" - -#: ../qtranslate_configuration.php:954 +#: admin/qtx_configuration.php:1019 msgid "Language is already enabled or invalid!" msgstr "اللغة مفعلة من قبل" -#: ../qtranslate_configuration.php:959 +#: admin/qtx_configuration.php:1025 msgid "Cannot disable Default Language!" msgstr "لا يمكن تعطيل اللغة الاساسية" -#: ../qtranslate_configuration.php:965 +#: admin/qtx_configuration.php:1028 admin/qtx_configuration.php:1035 +#: admin/qtx_configuration.php:1052 +msgid "No such language!" +msgstr "لا توجد لغة" + +#: admin/qtx_configuration.php:1031 msgid "Language is already disabled!" msgstr "اللغة معطلة" -#: ../qtranslate_configuration.php:973 +#: admin/qtx_configuration.php:1039 msgid "Language is already first!" msgstr "اللغة هي الاولي بالفعل" -#: ../qtranslate_configuration.php:979 ../qtranslate_configuration.php:996 +#: admin/qtx_configuration.php:1045 admin/qtx_configuration.php:1062 msgid "New order saved." msgstr "تم حفظ الترتيب" -#: ../qtranslate_configuration.php:990 +#: admin/qtx_configuration.php:1056 msgid "Language is already last!" msgstr "اللغة هي الاخيرة بالفعل!" -#: ../qtranslate_configuration.php:1008 +#: admin/qtx_configuration.php:1074 msgid "Options saved." msgstr "تم الحفظ" -#: ../qtranslate_configuration.php:1013 +#: admin/qtx_configuration.php:1079 #, php-format msgid "Could not write to \"%s\", Gettext Databases could not be downloaded!" msgstr "فشل كتابة الملف \"%s\"" -#: ../qtranslate_configuration.php:1039 +#: admin/qtx_configuration.php:1105 msgid "Edit Language" msgstr "تعديل اللغة" -#: ../qtranslate_configuration.php:1042 +#: admin/qtx_configuration.php:1108 msgid "Save Changes »" msgstr "حفظ التغيرات" -#: ../qtranslate_configuration.php:1047 +#: admin/qtx_configuration.php:1110 +msgid "back to configuration page" +msgstr "" + +#: admin/qtx_configuration.php:1114 msgid "Language Management (qTranslate Configuration)" msgstr "إدارة اللغة" -#: ../qtranslate_configuration.php:1048 +#: admin/qtx_configuration.php:1115 #, php-format -msgid "" -"For help on how to configure qTranslate correctly, take a look at the qTranslate FAQ and the Support Forum." -msgstr "" -"للمساعدة في تفعيل و تشغيل qTranslate بشكل صحيح, الرجاء اتباع التعليمات و الدعم الفني." +msgid "For help on how to configure qTranslate correctly, take a look at the qTranslate FAQ and the Support Forum." +msgstr "للمساعدة في تفعيل و تشغيل qTranslate بشكل صحيح, الرجاء اتباع التعليمات و الدعم الفني." -#: ../qtranslate_configuration.php:1050 +#: admin/qtx_configuration.php:1117 msgid "General Settings" msgstr "الإعدادات العامة" -#: ../qtranslate_configuration.php:1053 +#: admin/qtx_configuration.php:1120 msgid "Default Language / Order" msgstr "اللغة الافتراضية / ترتيب" -#: ../qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1122 msgid "Default Language" msgstr "اللغة الافتراضية" -#: ../qtranslate_configuration.php:1068 +#: admin/qtx_configuration.php:1135 #, php-format -msgid "" -"Choose the default language of your blog. This is the language which will be " -"shown on %s. You can also change the order the languages by clicking on the " -"arrows above." -msgstr "" -"اختر اللغة الافتراضية لموفعك. يمكنك مشاهدة اللغة من هنا %s. يمكن ايضا تغيير " -"ترتيب اللغات عن طريق الضغط علي الاسهم بالاعلي." +msgid "Choose the default language of your blog. This is the language which will be shown on %s. You can also change the order the languages by clicking on the arrows above." +msgstr "اختر اللغة الافتراضية لموفعك. يمكنك مشاهدة اللغة من هنا %s. يمكن ايضا تغيير ترتيب اللغات عن طريق الضغط علي الاسهم بالاعلي." -#: ../qtranslate_configuration.php:1073 +#: admin/qtx_configuration.php:1140 msgid "Hide Untranslated Content" msgstr "اخفاء المحتوي الغير مترجم" -#: ../qtranslate_configuration.php:1075 +#: admin/qtx_configuration.php:1142 msgid "Hide Content which is not available for the selected language." msgstr "اخفاء المحتوي الغير متوفر له ترجمة للغة المختارة." -#: ../qtranslate_configuration.php:1077 -msgid "" -"When checked, posts will be hidden if the content is not available for the " -"selected language. If unchecked, a message will appear showing all the " -"languages the content is available in." -msgstr "" -"عند التفعيل, لن تظهر المواضيع ان لم تكن متاحة في اللغة المختارة. اذا لم يتم " -"التفعيل ستظهر رسالة بها كل اللغات المتاحة للمحتوي المعروض." +#: admin/qtx_configuration.php:1144 +msgid "When checked, posts will be hidden if the content is not available for the selected language. If unchecked, a message will appear showing all the languages the content is available in." +msgstr "عند التفعيل, لن تظهر المواضيع ان لم تكن متاحة في اللغة المختارة. اذا لم يتم التفعيل ستظهر رسالة بها كل اللغات المتاحة للمحتوي المعروض." -#: ../qtranslate_configuration.php:1078 -#, php-format -msgid "" -"This function will not work correctly if you installed %s on a blog with " -"existing entries. In this case you will need to take a look at option \"%s\" " -"under \"%s\" section." -msgstr "" -"لن يعمل هذا الخيار اذا تم تنصيب %s علي محتوي قديم. في هذه الحالة برجاء " -"مراجعة \"%s\" في قسم \"%s\"" +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Export" +msgstr "تصدير" -#: ../qtranslate_configuration.php:1078 ../admin/import_export.php:151 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 msgid "Import" msgstr "استيراد" -#: ../qtranslate_configuration.php:1078 ../admin/import_export.php:151 -msgid "Export" -msgstr "تصدير" +#: admin/qtx_configuration.php:1145 +#, php-format +msgid "This function will not work correctly if you installed %s on a blog with existing entries. In this case you will need to take a look at option \"%s\" under \"%s\" section." +msgstr "لن يعمل هذا الخيار اذا تم تنصيب %s علي محتوي قديم. في هذه الحالة برجاء مراجعة \"%s\" في قسم \"%s\"" -#: ../qtranslate_configuration.php:1080 -msgid "" -"Show displayed language prefix when content is not available for the " -"selected language." +#: admin/qtx_configuration.php:1147 +msgid "Show displayed language prefix when content is not available for the selected language." msgstr "عرض بادئة اللغة المعروضة في حالة عدم وجود اللغة المختارة في المحتوي" -#: ../qtranslate_configuration.php:1084 +#: admin/qtx_configuration.php:1151 msgid "Detect Browser Language" msgstr "كشف لغة المتصفح" -#: ../qtranslate_configuration.php:1086 +#: admin/qtx_configuration.php:1153 msgid "Detect the language of the browser and redirect accordingly." msgstr "قم بتحويل اللغة بناء علي لغة المتصفح" -#: ../qtranslate_configuration.php:1088 -msgid "" -"When the frontpage is visited via bookmark/external link/type-in, the " -"visitor will be forwarded to the correct URL for the language specified by " -"his browser." -msgstr "" -"اذا تم زيارة الصفحة سيتم التحويل اللغة تلقائيا الي اللغة المستخدمة في " -"المتصفح." +#: admin/qtx_configuration.php:1155 +msgid "When the frontpage is visited via bookmark/external link/type-in, the visitor will be forwarded to the correct URL for the language specified by his browser." +msgstr "اذا تم زيارة الصفحة سيتم التحويل اللغة تلقائيا الي اللغة المستخدمة في المتصفح." -#: ../qtranslate_configuration.php:1093 +#: admin/qtx_configuration.php:1160 msgid "Advanced Settings" msgstr "خيارات متقدمة" -#: ../qtranslate_configuration.php:1100 ../qtranslate_configuration.php:1102 -#: ../qtranslate_configuration.php:1175 +#: admin/qtx_configuration.php:1167 admin/qtx_configuration.php:1169 +#: admin/qtx_configuration.php:1243 msgid "URL Modification Mode" msgstr "تعديل عرض الروابط" -#: ../qtranslate_configuration.php:1103 -msgid "Use Query Mode (?lang=en)" -msgstr "" - -#: ../qtranslate_configuration.php:1103 +#: admin/qtx_configuration.php:1170 msgid "Most SEO unfriendly, not recommended." msgstr "" -#: ../qtranslate_configuration.php:1110 -msgid "Use Pre-Path Mode (Default, puts /en/ in front of URL)" +#: admin/qtx_configuration.php:1170 +msgid "Use Query Mode (?lang=en)" msgstr "" -#: ../qtranslate_configuration.php:1110 +#: admin/qtx_configuration.php:1177 msgid "SEO friendly." msgstr "" -#: ../qtranslate_configuration.php:1111 +#: admin/qtx_configuration.php:1177 +msgid "Use Pre-Path Mode (Default, puts /en/ in front of URL)" +msgstr "" + +#: admin/qtx_configuration.php:1178 msgid "Use Pre-Domain Mode (uses http://en.yoursite.com)" msgstr "" -#: ../qtranslate_configuration.php:1111 +#: admin/qtx_configuration.php:1178 msgid "You will need to configure DNS sub-domains on your site." msgstr "" -#: ../qtranslate_configuration.php:1116 +#: admin/qtx_configuration.php:1183 msgid "Hide URL language information for default language." msgstr "" -#: ../qtranslate_configuration.php:1117 +#: admin/qtx_configuration.php:1184 msgid "This is only applicable to Pre-Path and Pre-Domain mode." msgstr "" -#: ../qtranslate_configuration.php:1122 -msgid "" -"Use Per-Domain mode: specify separate user-defined domain for each language." +#: admin/qtx_configuration.php:1189 +msgid "Use Per-Domain mode: specify separate user-defined domain for each language." msgstr "" -#: ../qtranslate_configuration.php:1140 +#: admin/qtx_configuration.php:1208 msgid "Domain for" msgstr "" -#: ../qtranslate_configuration.php:1145 +#: admin/qtx_configuration.php:1213 msgid "Flag Image Path" msgstr "مسار صور الاعلام" -#: ../qtranslate_configuration.php:1149 +#: admin/qtx_configuration.php:1217 #, php-format -msgid "" -"Path to the flag images under wp-content, with trailing slash. (Default: %s, " -"clear the value above to reset it to the default)" +msgid "Path to the flag images under wp-content, with trailing slash. (Default: %s, clear the value above to reset it to the default)" msgstr "مسار محتوي اعلام الدول داخل wp-content (الافتراضي هو %s )" -#: ../qtranslate_configuration.php:1153 +#: admin/qtx_configuration.php:1221 msgid "Ignore Links" msgstr "تجاهل الروابط" -#: ../qtranslate_configuration.php:1157 +#: admin/qtx_configuration.php:1225 #, php-format -msgid "" -"Don't convert links to files of the given file types. (Always included: %s)" +msgid "Don't convert links to files of the given file types. (Always included: %s)" msgstr "" -#: ../qtranslate_configuration.php:1161 ../qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1229 qtranslate_widget.php:119 msgid "Head inline CSS" msgstr "" -#: ../qtranslate_configuration.php:1163 +#: admin/qtx_configuration.php:1231 msgid "CSS code added by plugin in the head of front-end pages:" msgstr "" -#: ../qtranslate_configuration.php:1167 ../qtranslate_configuration.php:1300 -#: ../qtranslate_widget.php:119 -msgid "To reset to default, clear the text." -msgstr "لاعادة التعيين امسح المحتوي وقم بالحفظ" - -#: ../qtranslate_configuration.php:1167 ../qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 qtranslate_widget.php:119 msgid "To disable this inline CSS, clear the check box." msgstr "" -#: ../qtranslate_configuration.php:1171 +#: admin/qtx_configuration.php:1235 admin/qtx_configuration.php:1395 +#: qtranslate_widget.php:119 +msgid "To reset to default, clear the text." +msgstr "لاعادة التعيين امسح المحتوي وقم بالحفظ" + +#: admin/qtx_configuration.php:1239 msgid "Cookie Settings" msgstr "اعدادات Cookie" -#: ../qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1241 #, php-format msgid "Disable language client cookie \"%s\" (not recommended)." msgstr "" -#: ../qtranslate_configuration.php:1175 +#: admin/qtx_configuration.php:1243 #, php-format -msgid "" -"Language cookie is auto-disabled for \"%s\" \"Pre-Domain\" and \"Per-Domain" -"\", as language is always unambiguously defined by a url in those modes." +msgid "Language cookie is auto-disabled for \"%s\" \"Pre-Domain\" and \"Per-Domain\", as language is always unambiguously defined by a url in those modes." msgstr "" -#: ../qtranslate_configuration.php:1175 +#: admin/qtx_configuration.php:1243 #, php-format -msgid "" -"Otherwise, use this option with a caution, for simple enough sites only. If " -"checked, the user choice of browsing language will not be saved between " -"sessions and some AJAX calls may deliver unexpected language, as well as " -"some undesired language switching during browsing may occur under certain " -"themes (%sRead More%s)." +msgid "Otherwise, use this option with a caution, for simple enough sites only. If checked, the user choice of browsing language will not be saved between sessions and some AJAX calls may deliver unexpected language, as well as some undesired language switching during browsing may occur under certain themes (%sRead More%s)." msgstr "" -#: ../qtranslate_configuration.php:1177 +#: admin/qtx_configuration.php:1245 #, php-format msgid "Make %s cookies available only through HTTPS connections." msgstr "" -#: ../qtranslate_configuration.php:1179 +#: admin/qtx_configuration.php:1247 msgid "Don't check this if you don't know what you're doing!" msgstr "" -#: ../qtranslate_configuration.php:1183 +#: admin/qtx_configuration.php:1251 msgid "Update Gettext Databases" msgstr "" -#: ../qtranslate_configuration.php:1185 +#: admin/qtx_configuration.php:1253 msgid "Automatically check for .mo-Database Updates of installed languages." msgstr "" -#: ../qtranslate_configuration.php:1187 +#: admin/qtx_configuration.php:1255 msgid "Update Gettext databases now." msgstr "" -#: ../qtranslate_configuration.php:1189 -msgid "" -"qTranslate will query the Wordpress Localisation Repository every week and " -"download the latest Gettext Databases (.mo Files)." +#: admin/qtx_configuration.php:1257 +msgid "qTranslate will query the Wordpress Localisation Repository every week and download the latest Gettext Databases (.mo Files)." msgstr "" -#: ../qtranslate_configuration.php:1193 +#: admin/qtx_configuration.php:1261 msgid "Date / Time Conversion" msgstr "تحويل التاريخ / الوقت" -#: ../qtranslate_configuration.php:1195 +#: admin/qtx_configuration.php:1263 msgid "Use emulated date function." msgstr "" -#: ../qtranslate_configuration.php:1196 -msgid "" -"Use emulated date function and replace formats with the predefined formats " -"for each language." +#: admin/qtx_configuration.php:1264 +msgid "Use emulated date function and replace formats with the predefined formats for each language." msgstr "" -#: ../qtranslate_configuration.php:1197 +#: admin/qtx_configuration.php:1265 msgid "Use strftime instead of date." msgstr "" -#: ../qtranslate_configuration.php:1198 -msgid "" -"Use strftime instead of date and replace formats with the predefined formats " -"for each language." +#: admin/qtx_configuration.php:1266 +msgid "Use strftime instead of date and replace formats with the predefined formats for each language." msgstr "" -#: ../qtranslate_configuration.php:1199 -msgid "" -"Depending on the mode selected, additional customizations of the theme may " -"be needed." +#: admin/qtx_configuration.php:1267 +msgid "Depending on the mode selected, additional customizations of the theme may be needed." msgstr "" -#: ../qtranslate_configuration.php:1208 +#: admin/qtx_configuration.php:1276 msgid "Translation of options" msgstr "ترجمة الخيارات" -#: ../qtranslate_configuration.php:1210 -msgid "" -"Filter all WordPress options for translation at front-end. It may hurt " -"performance of the site, but ensures that all options are translated." +#: admin/qtx_configuration.php:1278 +msgid "Filter all WordPress options for translation at front-end. It may hurt performance of the site, but ensures that all options are translated." msgstr "" -#: ../qtranslate_configuration.php:1210 -msgid "" -"Starting from version 3.2.5, only options with multilingual content get " -"filtered, which should help on performance issues." +#: admin/qtx_configuration.php:1278 +msgid "Starting from version 3.2.5, only options with multilingual content get filtered, which should help on performance issues." msgstr "" -#: ../qtranslate_configuration.php:1212 +#: admin/qtx_configuration.php:1280 msgid "Translate only options listed below (for experts only):" msgstr "" -#: ../qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1283 #, php-format -msgid "" -"By default, all options are filtered to be translated at front-end for the " -"sake of simplicity of configuration. However, for a developed site, this may " -"cause a considerable performance degradation. Normally, there are very few " -"options, which actually need a translation. You may simply list them above " -"to minimize the performance impact, while still getting translations needed. " -"Options names must match the field \"%s\" of table \"%s\" of WordPress " -"database. A minimum common set of option, normally needed a translation, is " -"already entered in the list above as a default example. Option names in the " -"list may contain wildcard with symbol \"%s\"." -msgstr "" - -#: ../qtranslate_configuration.php:1219 +msgid "By default, all options are filtered to be translated at front-end for the sake of simplicity of configuration. However, for a developed site, this may cause a considerable performance degradation. Normally, there are very few options, which actually need a translation. You may simply list them above to minimize the performance impact, while still getting translations needed. Options names must match the field \"%s\" of table \"%s\" of WordPress database. A minimum common set of option, normally needed a translation, is already entered in the list above as a default example. Option names in the list may contain wildcard with symbol \"%s\"." +msgstr "" + +#: admin/qtx_configuration.php:1287 msgid "Custom Fields" msgstr "الحقول المخصصة" -#: ../qtranslate_configuration.php:1221 +#: admin/qtx_configuration.php:1289 #, php-format -msgid "" -"Enter \"%s\" or \"%s\" attribute of text fields from your theme, which you " -"wish to translate. This applies to post, page and media editors (%s). To " -"lookup \"%s\" or \"%s\", right-click on the field in the post or the page " -"editor and choose \"%s\". Look for an attribute of the field named \"%s\" or " -"\"%s\". Enter it below, as many as you need, space- or comma-separated. " -"After saving configuration, these fields will start responding to the " -"language switching buttons, and you can enter different text for each " -"language. The input fields of type %s will be parsed using %s syntax, while " -"single line text fields will use %s syntax. If you need to override this " -"behaviour, prepend prefix %s or %s to the name of the field to specify which " -"syntax to use. For more information, read %sFAQ%s." -msgstr "" - -#: ../qtranslate_configuration.php:1228 -msgid "" -"The value of \"id\" attribute is normally unique within one page, otherwise " -"the first field found, having an id specified, is picked up." +msgid "Enter \"%s\" or \"%s\" attribute of text fields from your theme, which you wish to translate. This applies to post, page and media editors (%s). To lookup \"%s\" or \"%s\", right-click on the field in the post or the page editor and choose \"%s\". Look for an attribute of the field named \"%s\" or \"%s\". Enter it below, as many as you need, space- or comma-separated. After saving configuration, these fields will start responding to the language switching buttons, and you can enter different text for each language. The input fields of type %s will be parsed using %s syntax, while single line text fields will use %s syntax. If you need to override this behaviour, prepend prefix %s or %s to the name of the field to specify which syntax to use. For more information, read %sFAQ%s." +msgstr "" + +#: admin/qtx_configuration.php:1289 +msgctxt "browser option" +msgid "Inspect Element" msgstr "" -#: ../qtranslate_configuration.php:1235 +#: admin/qtx_configuration.php:1296 +msgid "The value of \"id\" attribute is normally unique within one page, otherwise the first field found, having an id specified, is picked up." +msgstr "" + +#: admin/qtx_configuration.php:1303 #, php-format -msgid "" -"All the fields of specified classes will respond to Language Switching " -"Buttons. Be careful not to include a class, which would affect language-" -"neutral fields. If you cannot uniquely identify a field needed neither by " -"%s, nor by %s attribute, report the issue on %sSupport Forum%s" +msgid "All the fields of specified classes will respond to Language Switching Buttons. Be careful not to include a class, which would affect language-neutral fields. If you cannot uniquely identify a field needed neither by %s, nor by %s attribute, report the issue on %sSupport Forum%s" msgstr "" -#: ../qtranslate_configuration.php:1239 +#: admin/qtx_configuration.php:1307 msgid "Custom Filters" msgstr "" -#: ../qtranslate_configuration.php:1242 +#: admin/qtx_configuration.php:1310 #, php-format -msgid "" -"Names of filters (which are enabled on theme or other plugins via %s " -"function) to add translation to. For more information, read %sFAQ%s." +msgid "Names of filters (which are enabled on theme or other plugins via %s function) to add translation to. For more information, read %sFAQ%s." msgstr "" -#: ../qtranslate_configuration.php:1246 +#: admin/qtx_configuration.php:1314 msgid "Custom Admin Pages" msgstr "" -#: ../qtranslate_configuration.php:1248 +#: admin/qtx_configuration.php:1316 #, php-format -msgid "" -"List the custom admin page paths for which you wish Language Switching " -"Buttons to show up. The Buttons will then control fields configured in " -"\"Custom Fields\" section. You may only include part of the full URL after " -"%s, including a distinctive query string if needed. As many as desired pages " -"can be listed space/comma separated. For more information, read %sFAQ%s." +msgid "List the custom admin page paths for which you wish Language Switching Buttons to show up. The Buttons will then control fields configured in \"Custom Fields\" section. You may only include part of the full URL after %s, including a distinctive query string if needed. As many as desired pages can be listed space/comma separated. For more information, read %sFAQ%s." msgstr "" -#: ../qtranslate_configuration.php:1254 +#: admin/qtx_configuration.php:1322 #, php-format msgid "Enable function name compatibility (%s)." msgstr "" -#: ../qtranslate_configuration.php:1255 +#: admin/qtx_configuration.php:1323 #, php-format -msgid "" -"Some plugins and themes use direct calls to the functions listed, which are " -"defined in former %s plugin and some of its forks. Turning this flag on will " -"enable those function to exists, which will make the dependent plugins and " -"themes to work. WordPress policy prohibits to define functions with the same " -"names as in other plugins, since it generates user-unfriendly fatal errors, " -"when two conflicting plugins are activated simultaneously. Before turning " -"this option on, you have to make sure that there are no other plugins " -"active, which define those functions." +msgid "Some plugins and themes use direct calls to the functions listed, which are defined in former %s plugin and some of its forks. Turning this flag on will enable those function to exists, which will make the dependent plugins and themes to work. WordPress policy prohibits to define functions with the same names as in other plugins, since it generates user-unfriendly fatal errors, when two conflicting plugins are activated simultaneously. Before turning this option on, you have to make sure that there are no other plugins active, which define those functions." msgstr "" -#: ../qtranslate_configuration.php:1259 +#: admin/qtx_configuration.php:1327 msgid "Editor Mode" msgstr "" -#: ../qtranslate_configuration.php:1261 +#: admin/qtx_configuration.php:1329 msgid "Use Language Switching Buttons (LSB)." msgstr "" -#: ../qtranslate_configuration.php:1262 +#: admin/qtx_configuration.php:1330 msgid "This is the default mode." msgstr "" -#: ../qtranslate_configuration.php:1263 +#: admin/qtx_configuration.php:1331 +msgid "Do not use Language Switching Buttons to edit multi-language text entries." +msgstr "" + +#: admin/qtx_configuration.php:1331 msgid "Editor Raw Mode" msgstr "" -#: ../qtranslate_configuration.php:1263 -msgid "" -"Do not use Language Switching Buttons to edit multi-language text entries." +#: admin/qtx_configuration.php:1332 +msgid "Some people prefer to edit the raw entries containing all languages together separated by language defining tags, as they are stored in database." msgstr "" -#: ../qtranslate_configuration.php:1264 -msgid "" -"Some people prefer to edit the raw entries containing all languages together " -"separated by language defining tags, as they are stored in database." +#: admin/qtx_configuration.php:1340 admin/qtx_configuration.php:1343 +msgid "LSB Style" msgstr "" -#: ../qtranslate_configuration.php:1277 ../qtranslate_configuration.php:1280 -msgid "Highlight Mode" +#: admin/qtx_configuration.php:1344 +msgid "Choose CSS style for how Language Switching Buttons are rendered:" msgstr "" -#: ../qtranslate_configuration.php:1281 ../qtranslate_configuration.php:1283 -msgid "Do not highlight the translatable fields" +#: admin/qtx_configuration.php:1345 +#, php-format +msgid "LSB %s-wrap classes:" +msgstr "" + +#: admin/qtx_configuration.php:1346 +msgid "Active button class:" msgstr "" -#: ../qtranslate_configuration.php:1285 ../qtranslate_configuration.php:1287 -msgid "Show a line on the left border of translatable fields" +#: admin/qtx_configuration.php:1347 +msgid "The above is reset to an appropriate default, if the below is changed." msgstr "" -#: ../qtranslate_configuration.php:1289 ../qtranslate_configuration.php:1291 -msgid "Draw a border around translatable fields" +#: admin/qtx_configuration.php:1348 +msgid "CSS set:" msgstr "" -#: ../qtranslate_configuration.php:1293 ../qtranslate_configuration.php:1295 +#: admin/qtx_configuration.php:1352 admin/qtx_configuration.php:1354 +#: admin/qtx_configuration.php:1388 admin/qtx_configuration.php:1390 msgid "Use custom CSS" msgstr "" -#: ../qtranslate_configuration.php:1351 +#: admin/qtx_configuration.php:1354 #, php-format -msgid "%s Flag" +msgid "Choice \"%s\" disables this option and allows one to use its own custom CSS provided by other means." +msgstr "" + +#: admin/qtx_configuration.php:1371 admin/qtx_configuration.php:1375 +#: admin/qtx_user_options.php:18 +msgid "Highlight Style" +msgstr "" + +#: admin/qtx_configuration.php:1373 +msgid "When there are many integrated or customized translatable fields, it may become confusing to know which field has multilingual value. The highlighting of translatable fields may come handy then:" +msgstr "" + +#: admin/qtx_configuration.php:1376 admin/qtx_configuration.php:1378 +msgid "Do not highlight the translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1380 admin/qtx_configuration.php:1382 +msgid "Show a line on the left border of translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1384 admin/qtx_configuration.php:1386 +msgid "Draw a border around translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1395 +msgid "Admin Color Scheme" +msgstr "" + +#: admin/qtx_configuration.php:1395 +#, php-format +msgid "The color in use is taken from your profile option %s, the third color." +msgstr "" + +#: admin/qtx_configuration.php:1433 +#, fuzzy +msgid "List of Configured Languages" +msgstr "لغة مصدر" + +#: admin/qtx_configuration.php:1438 +#, php-format +msgid "Only enabled languages are loaded at front-end, while all %d configured languages are listed here." msgstr "" -#: ../qtranslate_configuration.php:1353 +#: admin/qtx_configuration.php:1439 +msgid "The table below contains both pre-defined and manually added or modified languages." +msgstr "" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Delete" +msgstr "" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Disable" msgstr "" -#: ../qtranslate_configuration.php:1353 +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Enable" msgstr "" -#: ../qtranslate_configuration.php:1354 -msgid "Edit" +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Reset" msgstr "" -#: ../qtranslate_configuration.php:1355 -msgid "Default" +#: admin/qtx_configuration.php:1440 +#, php-format +msgid "You may %s or %s a language, or %s manually added language, or %s previous modifications of a pre-defined language." msgstr "" -#: ../qtranslate_configuration.php:1355 -msgid "Delete" +#: admin/qtx_configuration.php:1441 +#, php-format +msgid "Click %s to modify language properties." msgstr "" -#: ../qtranslate_configuration.php:1360 -msgid "" -"Enabling a language will cause qTranslate to update the Gettext-Database for " -"the language, which can take a while depending on your server's connection " -"speed." +#: admin/qtx_configuration.php:1463 +#, php-format +msgid "%s Flag" +msgstr "" + +#: admin/qtx_configuration.php:1465 +msgid "Default" +msgstr "" + +#: admin/qtx_configuration.php:1467 +msgid "Pre-Defined" msgstr "" -"تفعيل لغة ستسبب qTranslate بتحديث قاعدة البيانات Gettext الخاصة باللغة, سوف " -"تستغرق العملية بعض الوقت حسب سرعة اتصال الخادم بالانترنت." -#: ../qtranslate_configuration.php:1367 +#: admin/qtx_configuration.php:1476 +msgid "Enabling a language will cause qTranslate to update the Gettext-Database for the language, which can take a while depending on your server's connection speed." +msgstr "تفعيل لغة ستسبب qTranslate بتحديث قاعدة البيانات Gettext الخاصة باللغة, سوف تستغرق العملية بعض الوقت حسب سرعة اتصال الخادم بالانترنت." + +#: admin/qtx_configuration.php:1483 msgid "Add Language" msgstr "اضافة لغة" -#: ../qtranslate_configuration.php:1370 +#: admin/qtx_configuration.php:1486 msgid "Add Language »" msgstr "اضافة لغة" -#: ../qtranslate_configuration.php:1385 +#: admin/qtx_configuration.php:1508 msgid "Language Menu" msgstr "قائمة اللغة" -#: ../qtranslate_configuration.php:1434 +#: admin/qtx_configuration.php:1557 msgid "Help" msgstr "مساعدة" -#: ../qtranslate_configuration.php:1436 +#: admin/qtx_configuration.php:1559 #, php-format -msgid "" -"Menu item added is replaced with a sub-menu of available languages when menu " -"is rendered. Depending on how your theme renders menu you may need to " -"override and customize css entries %s and %s, originally defined in %s. The " -"field \"URL\" of inserted menu item allows additional configuration " -"described in %sFAQ%s." +msgid "Menu item added is replaced with a sub-menu of available languages when menu is rendered. Depending on how your theme renders menu you may need to override and customize css entries %s and %s, originally defined in %s. The field \"URL\" of inserted menu item allows additional configuration described in %sFAQ%s." msgstr "" -#: ../qtranslate_configuration.php:1451 +#: admin/qtx_configuration.php:1564 +msgid "Add to Menu" +msgstr "" + +#: admin/qtx_configuration.php:1574 msgid "Language Switcher" msgstr "" -#: ../qtranslate_configuration.php:1488 +#: admin/qtx_configuration.php:1619 msgid "Settings" msgstr "الإعدادات" -#: ../qtranslate_widget.php:50 -msgid "Allows your visitors to choose a Language." -msgstr "السماح للزوار بتغيير اللغة" +#: admin/qtx_import_export.php:125 +msgid "Plugin" +msgstr "" -#: ../qtranslate_widget.php:51 -msgid "qTranslate Language Chooser" -msgstr "اختيار اللغة" +#: admin/qtx_import_export.php:131 +msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." +msgstr "" -#: ../qtranslate_widget.php:111 -msgid "Title:" -msgstr "العنوان" +#: admin/qtx_import_export.php:134 +#, php-format +msgid "Use plugin %s to import data." +msgstr "" -#: ../qtranslate_widget.php:112 -msgid "Hide Title:" -msgstr "اخفاء العنوان" +#: admin/qtx_import_export.php:138 +msgid "Do not migrate any setting" +msgstr "" -#: ../qtranslate_widget.php:113 -msgid "Hide Title Colon:" +#: admin/qtx_import_export.php:140 +msgid "Import settings from " +msgstr "استيراد الاعدادات من " + +#: admin/qtx_import_export.php:142 +msgid "Export settings to " +msgstr "تصدير الاعدادات الي " + +#: admin/qtx_import_export.php:158 +#, php-format +msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." msgstr "" -#: ../qtranslate_widget.php:114 -msgid "Display:" -msgstr "عرض" +#: admin/qtx_import_export.php:159 +#, php-format +msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." +msgstr "" -#: ../qtranslate_widget.php:115 -msgid "Text only" -msgstr "اسم اللغة" +#: admin/qtx_import_export.php:160 +msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." +msgstr "" -#: ../qtranslate_widget.php:116 -msgid "Image only" -msgstr "صورة" +#: admin/qtx_import_export.php:161 +msgid "Do not convert database" +msgstr "لا تقم بتحويل قاعدة البيانات" -#: ../qtranslate_widget.php:117 -msgid "Text and Image" -msgstr "اسم اللغة و صورة" +#: admin/qtx_import_export.php:162 +msgid "Convert database to the \"square bracket only\" style." +msgstr "" -#: ../qtranslate_widget.php:118 -msgid "Dropdown Box" -msgstr "قائمة منسدلة" +#: admin/qtx_import_export.php:163 +#, php-format +msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." +msgstr "" -#: ../qtranslate_widget.php:119 -msgid "Widget CSS:" +#: admin/qtx_import_export.php:164 +msgid "Convert database back to the legacy \"dual language tag\" style." +msgstr "" + +#: admin/qtx_import_export.php:165 +msgid "Note, that only string options and standard post and page fields are affected." msgstr "" -#: ../qtranslate_widget.php:119 +#: admin/qtx_import_export.php:174 +msgid "Reset qTranslate" +msgstr "اعادة تعيين الاعدادات" + +#: admin/qtx_import_export.php:176 +msgid "Check this box and click Save Changes to reset all qTranslate settings." +msgstr "اعادة تعيين جميع اعدادات qTranslate" + +#: admin/qtx_import_export.php:178 +msgid "Yes, I really want to reset qTranslate." +msgstr "اجل, اريد اعادة تعيين qTranslate" + +#: admin/qtx_import_export.php:180 +msgid "Also delete Translations for Categories/Tags/Link Categories." +msgstr "حذف جميع التصنيفات/الوسوم/الروابط" + +#: admin/qtx_import_export.php:182 +msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." +msgstr "اذا حدث اي شئ خاطئ يمكن اجراء اعادة تعيين الاعدادات للحالة الافتراضية. اعادة التعيين لن تقوم بمسح اي محتوي او موضوع فقط سيتم حذف الاعدادات (متضمنة اللغات التي تمت اضافتها)" + +#: admin/qtx_languages.php:93 +#, fuzzy +msgid "Cannot delete Default Language!" +msgstr "لا يمكن تعطيل اللغة الاساسية" + +#: admin/qtx_user_options.php:9 +msgid "Translation options" +msgstr "خيارات الترجمة" + +#: admin/qtx_user_options.php:14 +msgid "Highlight Translatable Fields" +msgstr "" + +#: admin/qtx_user_options.php:18 #, php-format -msgid "" -"Other common CSS block for flag classes \"%s\" is loaded in the head of HTML " -"and can be controlled with option \"%s\"." +msgid "The way the translatable fields are highlighted is configured with global option %s." msgstr "" -#: ../admin/admin_utils.php:145 -msgid "Database has been converted to square bracket format." +#: qtranslate_frontend.php:162 qtranslate_widget.php:67 +msgid "Language" +msgstr "اللغة" + +#: qtranslate_services.php:62 +msgid "The language/s do not have a valid ISO 639-1 representation." msgstr "" -#: ../admin/admin_utils.php:145 ../admin/admin_utils.php:147 -msgid "Note: custom entries are not touched." +#: qtranslate_services.php:63 +msgid "The language/s you used are not supported by the service." msgstr "" -#: ../admin/admin_utils.php:147 -msgid "Database has been converted to legacy dual-tag format." +#: qtranslate_services.php:64 +msgid "There is no such service." msgstr "" -#: ../admin/admin_utils.php:407 -msgid "Action" -msgstr "الحالة" +#: qtranslate_services.php:65 +msgid "The system could not process your order." +msgstr "" -#: ../admin/activation_hook.php:38 -#, php-format -msgid "" -"Activation of plugin %s deactivated plugin %s since they cannot run " -"simultaneously." +#: qtranslate_services.php:66 +msgid "There has been an error with the selected service." +msgstr "" + +#: qtranslate_services.php:67 +msgid "An unknown error occured with the selected service." msgstr "" -#: ../admin/activation_hook.php:40 +#: qtranslate_services.php:68 +msgid "The server returned a debugging message." +msgstr "" + +#: qtranslate_services.php:183 #, php-format -msgid "" -"The compatible settings from %s have been imported to %s. Further tuning, " -"import, export and reset of options can be done at Settings/Languages " -"configuration page, once %s is running.%sContinue%s" +msgid "
Translate to %s
" msgstr "" -#: ../admin/activation_hook.php:42 +#: qtranslate_services.php:239 qtranslate_services.php:240 +#, fuzzy +msgid "Translate to" +msgstr "خيارات الترجمة" + +#: qtranslate_services.php:327 +msgid "Order deleted." +msgstr "" + +#: qtranslate_services.php:331 +msgid "Status updated for all open orders." +msgstr "" + +#: qtranslate_services.php:351 +msgid "Please save your post first." +msgstr "" + +#: qtranslate_services.php:379 +msgid "Post Title" +msgstr "عنوان الموضوع" + +#: qtranslate_services.php:380 +msgid "Service" +msgstr "الخدمة" + +#: qtranslate_services.php:381 +msgid "Source Language" +msgstr "لغة مصدر" + +#: qtranslate_services.php:382 +msgid "Target Language" +msgstr "اللغة المطلوية" + +#: qtranslate_services.php:389 +#, fuzzy +msgid "qTranslate Services Settings" +msgstr "تم اعادة تعيين الاعدادات" + +#: qtranslate_services.php:394 qtranslate_services.php:675 +#: qtranslate_services.php:685 qtranslate_services.php:709 +#, fuzzy +msgid "qTranslate Services" +msgstr "تم اعادة تعيين الاعدادات" + +#: qtranslate_services.php:396 #, php-format -msgid "" -"You may import/export compatible settings from %s to %s on Settings/" -"Languages configuration page, once %s is running.%sContinue%s" +msgid "

qTranslate Services could not load OpenSSL!

" +msgstr "" + +#: qtranslate_services.php:397 +msgid "Enable qTranslate Services" +msgstr "" + +#: qtranslate_services.php:399 +msgid "With qTranslate Services, you will be able to use professional human translation services with a few clicks." +msgstr "" + +#: qtranslate_services.php:409 +msgid "Open Orders" msgstr "" -#: ../admin/activation_hook.php:135 +#: qtranslate_services.php:431 #, php-format -msgid "" -"%sError:%s plugin %s cannot run concurrently with plugin %s. You may import " -"and export compatible settings between %s and %s on Settings/Languages configuration page. Then you have to deactivate one of the " -"plugins to continue." +msgid "Edit %s" msgstr "" -#: ../admin/activation_hook.php:140 ../admin/activation_hook.php:142 +#: qtranslate_services.php:432 qtranslate_services.php:479 +#: qtranslate_services.php:815 qtranslate_services.php:822 +msgid "Website" +msgstr "" + +#: qtranslate_services.php:442 #, php-format -msgid "Deactivate %s" +msgid "Current Status: %s" msgstr "" -#: ../admin/activation_hook.php:176 +#: qtranslate_services.php:450 #, php-format -msgid "" -"Plugin %s may be integrated with multilingual plugin %s with a help of " -"plugin %s." +msgid "qTranslate Services will automatically check every hour whether the translations are finished and update your posts accordingly. You can always check manually." msgstr "" -#: ../admin/activation_hook.php:178 -msgid "Please, press an appropriate button below." +#: qtranslate_services.php:451 +msgid "Deleting an open order doesn't cancel it. You will have to logon to the service homepage and cancel it there." +msgstr "" + +#: qtranslate_services.php:453 +#, fuzzy +msgid "No open orders." +msgstr "تم حفظ الترتيب" + +#: qtranslate_services.php:469 +msgid "Service Configuration" +msgstr "" + +#: qtranslate_services.php:470 +msgid "Below, you will find configuration settings for qTranslate Service Providers, which are required for them to operate." msgstr "" -#: ../admin/activation_hook.php:182 +#: qtranslate_services.php:550 #, php-format -msgid "Activate plugin %s" +msgid "To translate a post, please go to the edit posts overview." msgstr "" -#: ../admin/activation_hook.php:184 +#: qtranslate_services.php:566 #, php-format -msgid "Install plugin %s" +msgid "Post with id \"%s\" not found!" msgstr "" -#: ../admin/activation_hook.php:186 -msgid "I am aware of that, dismiss this message." +#: qtranslate_services.php:574 +msgid "The requested Post has no content, no Translation possible." msgstr "" -#: ../admin/activation_hook.php:240 +#: qtranslate_services.php:583 +msgid "The Post already has content for the selected target language. If a translation request is send, the current text for the target language will be overwritten." +msgstr "" + +#: qtranslate_services.php:654 #, php-format -msgid "Thank you for using %s plugin!" +msgid "An error occured: %s" msgstr "" -#: ../admin/activation_hook.php:242 +#: qtranslate_services.php:656 #, php-format -msgid "" -"Please, help us to make a decision on \"%s\" feature, press the button below." +msgid "Additional information: %s" msgstr "" -#: ../admin/activation_hook.php:242 ../admin/activation_hook.php:244 -msgid "Translation Service" +#: qtranslate_services.php:677 +#, php-format +msgid "An serious error occured and qTranslate Services cannot proceed. For help, please visit the Support Forum" +msgstr "" + +#: qtranslate_services.php:686 +msgid "Order successfully sent." +msgstr "" + +#: qtranslate_services.php:687 +msgid "Your translation order has been successfully transfered to the selected service." msgstr "" -#: ../admin/activation_hook.php:244 +#: qtranslate_services.php:691 #, php-format -msgid "Survey on \"%s\" feature" +msgid "The service returned this message: %s" msgstr "" -#: ../admin/activation_hook.php:245 -msgid "I have already done it, dismiss this message." +#: qtranslate_services.php:695 +msgid "Feel free to choose an action:" msgstr "" -#: ../admin/import_export.php:125 -msgid "Plugin" +#: qtranslate_services.php:697 +msgid "Translate this post to another language." msgstr "" -#: ../admin/import_export.php:131 -msgid "" -"There is no need to migrate any setting, the database schema is compatible " -"with this plugin." +#: qtranslate_services.php:698 +#, fuzzy +msgid "Translate a different post." +msgstr "تم اعادة تعيين الاعدادات" + +#: qtranslate_services.php:699 +msgid "View all open orders." +msgstr "" + +#: qtranslate_services.php:700 +msgid "Let qTranslate Services check if any open orders are finished." +msgstr "" + +#: qtranslate_services.php:701 +msgid "View this post." msgstr "" -#: ../admin/import_export.php:134 +#: qtranslate_services.php:726 #, php-format -msgid "Use plugin %s to import data." +msgid "Your article is available in multiple languages. If you do not want to translate from %1$s, you can switch to one of the following languages: %2$s" msgstr "" -#: ../admin/import_export.php:138 -msgid "Do not migrate any setting" +#: qtranslate_services.php:734 +msgid "Please choose the language you want to translate to:" msgstr "" -#: ../admin/import_export.php:140 -msgid "Import settings from " -msgstr "استيراد الاعدادات من " +#: qtranslate_services.php:746 +msgid "Continue" +msgstr "" -#: ../admin/import_export.php:142 -msgid "Export settings to " -msgstr "تصدير الاعدادات الي " +#: qtranslate_services.php:757 qtranslate_services.php:760 +msgid "Confirm Order" +msgstr "" -#: ../admin/import_export.php:158 -#, php-format -msgid "" -"If you are updating from qTranslate 1.x or Polyglot, click " -"here to convert posts to the new language tag format." +#: qtranslate_services.php:759 +msgid "Please confirm your order." msgstr "" -#: ../admin/import_export.php:159 +#: qtranslate_services.php:767 qtranslate_services.php:916 +#, fuzzy +msgid "Request Translation" +msgstr "اعادة تعيين الاعدادات" + +#: qtranslate_services.php:769 +msgid "Javascript is required for qTranslate Services" +msgstr "" + +#: qtranslate_services.php:770 +msgid "Please choose a service first" +msgstr "" + +#: qtranslate_services.php:779 +msgid "ERROR: Could not connect to qTranslate Services. Please try again later." +msgstr "" + +#: qtranslate_services.php:816 #, php-format -msgid "" -"If you have installed qTranslate for the first time on a Wordpress with " -"existing posts, you can either go through all your posts manually and save " -"them in the correct language or click here to mark all " -"existing posts as written in the default language." +msgid "Cannot use this service, not all required fields filled in for this service." msgstr "" -#: ../admin/import_export.php:160 -msgid "" -"Both processes are irreversible! Be sure to make a full database " -"backup before clicking one of the links." +#: qtranslate_services.php:832 +msgid "

Getting Quote...

" msgstr "" -#: ../admin/import_export.php:161 -msgid "Do not convert database" -msgstr "لا تقم بتحويل قاعدة البيانات" +#: qtranslate_services.php:853 +msgid "Click to toggle" +msgstr "" -#: ../admin/import_export.php:162 -msgid "Convert database to the \"square bracket only\" style." +#: qtranslate_services.php:854 +msgid "Review Article" msgstr "" -#: ../admin/import_export.php:163 +#: qtranslate_services.php:860 +msgid "Your article will be SSL encrypted and securly sent to qTranslate Services, which will forward your text to the chosen Translation Service. Once qTranslate Services receives the translated text, it will automatically appear on your blog." +msgstr "" + +#: qtranslate_services.php:899 qtranslate_services.php:906 +msgid "unavailable" +msgstr "" + +#: qtranslate_services.php:904 +msgid "free" +msgstr "" + +#: qtranslate_services.php:911 #, php-format -msgid "" -"The square bracket language tag %s only will be used as opposite to dual-tag " -"(%s and %s) %s legacy database format. All string options and standard post " -"and page fields will be uniformly encoded like %s." +msgid "

Price: %1$s %2$s

" msgstr "" -#: ../admin/import_export.php:164 -msgid "Convert database back to the legacy \"dual language tag\" style." +#: qtranslate_services.php:912 +#, php-format +msgid "~ %1$s %2$s" msgstr "" -#: ../admin/import_export.php:165 -msgid "" -"Note, that only string options and standard post and page fields are " -"affected." +#: qtranslate_services.php:919 +msgid "An error occured!" msgstr "" -#: ../admin/import_export.php:174 -msgid "Reset qTranslate" +#: qtranslate_services.php:937 +#, fuzzy +msgid "Translate" msgstr "اعادة تعيين الاعدادات" -#: ../admin/import_export.php:176 -msgid "Check this box and click Save Changes to reset all qTranslate settings." -msgstr "اعادة تعيين جميع اعدادات qTranslate" +#: qtranslate_widget.php:50 +msgid "Allows your visitors to choose a Language." +msgstr "السماح للزوار بتغيير اللغة" -#: ../admin/import_export.php:178 -msgid "Yes, I really want to reset qTranslate." -msgstr "اجل, اريد اعادة تعيين qTranslate" +#: qtranslate_widget.php:51 +msgid "qTranslate Language Chooser" +msgstr "اختيار اللغة" -#: ../admin/import_export.php:180 -msgid "Also delete Translations for Categories/Tags/Link Categories." -msgstr "حذف جميع التصنيفات/الوسوم/الروابط" +#: qtranslate_widget.php:111 +msgid "Title:" +msgstr "العنوان" -#: ../admin/import_export.php:182 -msgid "" -"If something isn't working correctly, you can always try to reset all " -"qTranslate settings. A Reset won't delete any posts but will remove all " -"settings (including all languages added)." +#: qtranslate_widget.php:112 +msgid "Hide Title:" +msgstr "اخفاء العنوان" + +#: qtranslate_widget.php:113 +msgid "Hide Title Colon:" msgstr "" -"اذا حدث اي شئ خاطئ يمكن اجراء اعادة تعيين الاعدادات للحالة الافتراضية. اعادة " -"التعيين لن تقوم بمسح اي محتوي او موضوع فقط سيتم حذف الاعدادات (متضمنة اللغات " -"التي تمت اضافتها)" -#~ msgid "Post Title" -#~ msgstr "عنوان الموضوع" +#: qtranslate_widget.php:114 +msgid "Display:" +msgstr "عرض" -#~ msgid "Service" -#~ msgstr "الخدمة" +#: qtranslate_widget.php:115 +msgid "Text only" +msgstr "اسم اللغة" -#~ msgid "Source Language" -#~ msgstr "لغة مصدر" +#: qtranslate_widget.php:116 +msgid "Image only" +msgstr "صورة" -#~ msgid "Target Language" -#~ msgstr "اللغة المطلوية" +#: qtranslate_widget.php:117 +msgid "Text and Image" +msgstr "اسم اللغة و صورة" + +#: qtranslate_widget.php:118 +msgid "Dropdown Box" +msgstr "قائمة منسدلة" + +#: qtranslate_widget.php:119 +#, php-format +msgid "Other common CSS block for flag classes \"%s\" is loaded in the head of HTML and can be controlled with option \"%s\"." +msgstr "" + +#: qtranslate_widget.php:119 +msgid "Widget CSS:" +msgstr "" + +#: qtranslate.php:5 +msgid "Adds user-friendly and database-friendly multilingual content support." +msgstr "" diff --git a/lang/qtranslate-az_AZ.po b/lang/qtranslate-az_AZ.po index 1f598a8..342f53a 100644 --- a/lang/qtranslate-az_AZ.po +++ b/lang/qtranslate-az_AZ.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: qTranslate-X 3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-03-19 14:09-0600\n" +"POT-Creation-Date: 2015-03-25 22:22-0600\n" "PO-Revision-Date: 2009-09-10 12:00+0400\n" "Last-Translator: Rashad Aliyev \n" "Language-Team: LANGUAGE \n" @@ -10,778 +10,909 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: admin/activation_hook.php:37 admin/activation_hook.php:137 -#: qtranslate_configuration.php:772 +#: admin/qtx_activation_hook.php:80 admin/qtx_activation_hook.php:205 +#: admin/qtx_configuration.php:882 #, php-format msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so." msgstr "" -#: admin/activation_hook.php:38 +#: admin/qtx_activation_hook.php:81 #, php-format msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously." msgstr "" -#: admin/activation_hook.php:40 +#: admin/qtx_activation_hook.php:83 #, php-format msgid "The compatible settings from %s have been imported to %s. Further tuning, import, export and reset of options can be done at Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:42 +#: admin/qtx_activation_hook.php:85 #, php-format msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:135 +#: admin/qtx_activation_hook.php:203 #, php-format msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/Languages configuration page. Then you have to deactivate one of the plugins to continue." msgstr "" -#: admin/activation_hook.php:140 admin/activation_hook.php:142 +#: admin/qtx_activation_hook.php:208 admin/qtx_activation_hook.php:210 #, php-format msgid "Deactivate %s" msgstr "" -#: admin/activation_hook.php:176 +#: admin/qtx_activation_hook.php:249 #, php-format msgid "Plugin %s may be integrated with multilingual plugin %s with a help of plugin %s." msgstr "" -#: admin/activation_hook.php:178 +#: admin/qtx_activation_hook.php:251 msgid "Please, press an appropriate button below." msgstr "" -#: admin/activation_hook.php:182 +#: admin/qtx_activation_hook.php:255 #, php-format msgid "Activate plugin %s" msgstr "" -#: admin/activation_hook.php:184 +#: admin/qtx_activation_hook.php:257 #, php-format msgid "Install plugin %s" msgstr "" -#: admin/activation_hook.php:186 +#: admin/qtx_activation_hook.php:259 msgid "I am aware of that, dismiss this message." msgstr "" -#: admin/activation_hook.php:240 +#: admin/qtx_activation_hook.php:309 #, php-format msgid "Thank you for using %s plugin!" msgstr "" -#: admin/activation_hook.php:242 +#: admin/qtx_activation_hook.php:311 #, php-format msgid "Please, help us to make a decision on \"%s\" feature, press the button below." msgstr "" -#: admin/activation_hook.php:242 admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:311 admin/qtx_activation_hook.php:313 #: qtranslate_services.php:787 #, fuzzy msgid "Translation Service" msgstr "qTranslate" -#: admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:313 #, php-format msgid "Survey on \"%s\" feature" msgstr "" -#: admin/activation_hook.php:245 +#: admin/qtx_activation_hook.php:314 admin/qtx_activation_hook.php:348 msgid "I have already done it, dismiss this message." msgstr "" -#: admin/admin_utils.php:145 +#: admin/qtx_activation_hook.php:346 +#, php-format +msgid "The latest version of plugin %s has a number of new options, for example, %s, which may change the look of some pages. Please, review the help text of new options on %sconfiguration page%s." +msgstr "" + +#: admin/qtx_admin_utils.php:146 msgid "Database has been converted to square bracket format." msgstr "" -#: admin/admin_utils.php:145 admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:146 admin/qtx_admin_utils.php:148 msgid "Note: custom entries are not touched." msgstr "" -#: admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:148 msgid "Database has been converted to legacy dual-tag format." msgstr "" -#: admin/admin_utils.php:405 qtranslate_configuration.php:484 -#: qtranslate_configuration.php:507 qtranslate_frontend.php:168 +#: admin/qtx_admin_utils.php:406 admin/qtx_configuration.php:565 +#: admin/qtx_configuration.php:588 qtranslate_frontend.php:168 #: qtranslate_frontend.php:195 msgid "Flag" msgstr "Bayraq" -#: admin/admin_utils.php:406 qtranslate_configuration.php:525 +#: admin/qtx_admin_utils.php:407 admin/qtx_configuration.php:606 msgid "Name" msgstr "İsim" -#: admin/admin_utils.php:407 qtranslate_services.php:383 +#: admin/qtx_admin_utils.php:408 qtranslate_services.php:383 msgid "Action" msgstr "Fəaliyyət" -#: admin/admin_utils.php:420 qtranslate_configuration.php:471 -#: qtranslate_configuration.php:1245 -msgid "Languages" -msgstr "Dillər" - -#: admin/import_export.php:125 -msgid "Plugin" -msgstr "" - -#: admin/import_export.php:131 -msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." -msgstr "" - -#: admin/import_export.php:134 -#, php-format -msgid "Use plugin %s to import data." -msgstr "" - -#: admin/import_export.php:138 -msgid "Do not migrate any setting" -msgstr "" - -#: admin/import_export.php:140 -#, fuzzy -msgid "Import settings from " -msgstr "qTranslate-i Sıfırla" - -#: admin/import_export.php:142 -#, fuzzy -msgid "Export settings to " -msgstr "qTranslate-i Sıfırla" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Export" -msgstr "" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Import" -msgstr "" - -#: admin/import_export.php:156 qtranslate_configuration.php:773 -#: qtranslate_configuration.php:783 qtranslate_configuration.php:1030 -msgid "Convert Database" -msgstr "Məlumat Bazasını Çevir" - -#: admin/import_export.php:158 -#, php-format -msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." -msgstr "Əyər qTranslate 1.x ya da Polyglot'dan yeniləşdirmə aparırsanız, məzmunları yeni dil etiket formasına çevirmək üçün buraya tıqlayın." - -#: admin/import_export.php:159 -#, php-format -msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." -msgstr "Əyər qTranslate-i məzmunları olan bir Wordpress-e yükləmişsəniz, mövcud məzmunları tək-tək tənzimləyib doğru dildə yaddaşda saxlaya bilər, ya da buraya tıqlayaraq mövcud bütün məzmunları Ana Dil-də yazılmış olaraq işarətləyə bilərsiniz." - -#: admin/import_export.php:160 -msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." -msgstr "Hər iki proses də geri qaytarıla bilməz! Bu prosesin hər hansı birini aktivləşdirməzdən əvvəl məlumat bazanızın kopya nüsxəsini götürməyi unudmayın." - -#: admin/import_export.php:161 -#, fuzzy -msgid "Do not convert database" -msgstr "Məlumat Bazasını Çevir" - -#: admin/import_export.php:162 -msgid "Convert database to the \"square bracket only\" style." -msgstr "" - -#: admin/import_export.php:163 -#, php-format -msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." -msgstr "" - -#: admin/import_export.php:164 -msgid "Convert database back to the legacy \"dual language tag\" style." -msgstr "" +#: admin/qtx_admin_utils.php:409 admin/qtx_configuration.php:1441 +#: admin/qtx_configuration.php:1466 +msgid "Edit" +msgstr "Düzəliş" -#: admin/import_export.php:165 -msgid "Note, that only string options and standard post and page fields are affected." +#: admin/qtx_admin_utils.php:410 +msgid "Stored" msgstr "" -#: admin/import_export.php:174 -msgid "Reset qTranslate" -msgstr "qTranslate-i Sıfırla" - -#: admin/import_export.php:176 -msgid "Check this box and click Save Changes to reset all qTranslate settings." -msgstr "qTranslate tənzimləmələrini sıfırlamaq üçün bu qutunu işarətləyin və Dəyişilmişləri Yadda Saxla düyməsinə klikləyin." - -#: admin/import_export.php:178 -msgid "Yes, I really want to reset qTranslate." -msgstr "Bəli, həqiqətən qTranslate tənzimləmələrini sıfırlamaq istəyirəm." - -#: admin/import_export.php:180 -msgid "Also delete Translations for Categories/Tags/Link Categories." -msgstr "Kateqoriyalar, Etiketlər və Link Kateqoriyaları üçün edilən tərcümələri sil." - -#: admin/import_export.php:182 -msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." -msgstr "Eyər hər hansı bir şey düzgün işləmirsə, qTranslate tənzimləmələrinizi istədiyiniz vaxt sıfırlaya bilərsiniz. Sıfırlama prosesi məzmunları yox ancaq (əlavə etdiyiniz dillər də daxil olmaqla) bütün tənzimləmələri silər." +#: admin/qtx_admin_utils.php:421 admin/qtx_configuration.php:552 +#: admin/qtx_configuration.php:1424 +msgid "Languages" +msgstr "Dillər" -#: qtranslate_configuration.php:471 +#: admin/qtx_configuration.php:552 msgid "Language Management" msgstr "Dil İdarəetmə" -#: qtranslate_configuration.php:479 +#: admin/qtx_configuration.php:560 msgid "Language Code" msgstr "Dil Kodu" -#: qtranslate_configuration.php:481 +#: admin/qtx_configuration.php:562 msgid "2-Letter ISO Language Code for the Language you want to insert. (Example: en)" msgstr "Əlavə etmək istədiyiniz dil üçün 2 hərf uzunluğundakı ISO Dil Kodu. (Nümunə: az)" -#: qtranslate_configuration.php:510 +#: admin/qtx_configuration.php:591 msgid "Incorrect Flag Image Path! Please correct it!" msgstr "Bayraq Şəkil Ünvanı Səhfdir! Xahiş olunur düzəldin!" -#: qtranslate_configuration.php:513 +#: admin/qtx_configuration.php:594 msgid "Choose the corresponding country flag for language. (Example: gb.png)" msgstr "Dil üçün uyğun bayrağı seçin. (Nümunə: az.png)" -#: qtranslate_configuration.php:527 +#: admin/qtx_configuration.php:608 msgid "The Name of the language, which will be displayed on the site. (Example: English)" msgstr "Dilin saytda göstəriləcək adı. (Nümunə: Azərbaycan)" -#: qtranslate_configuration.php:530 +#: admin/qtx_configuration.php:611 msgid "Locale" msgstr "Bölgə Kodu" -#: qtranslate_configuration.php:533 +#: admin/qtx_configuration.php:614 msgid "PHP and Wordpress Locale for the language. (Example: en_US)" msgstr "Dil üçün PHP və Wordpress Bölgə Kodu. (Nümunə: az_AZ)" -#: qtranslate_configuration.php:534 +#: admin/qtx_configuration.php:615 #, fuzzy msgid "You will need to install the .mo file for this language." msgstr "Bu dil üçün .mo faylını yükləməniz lazımdır." -#: qtranslate_configuration.php:538 +#: admin/qtx_configuration.php:619 msgid "Date Format" msgstr "Tarix Növü" -#: qtranslate_configuration.php:540 +#: admin/qtx_configuration.php:621 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime (use %q for day suffix (st,nd,rd,th)) or date format. This field is optional. (Example: %A %B %e%q, %Y)" msgstr "Tarix / Saat növündən asılı olaraq, strftime (gün üçün %q istifadə edin (st,nd,rd,th)) ya da date növündən istifadə edin. Bu bölməni istəyinizə görə tənzimləyə bilərsiniz. (Nümunə: %A %B %e%q, %Y)" -#: qtranslate_configuration.php:543 +#: admin/qtx_configuration.php:624 msgid "Time Format" msgstr "Saat Növü" -#: qtranslate_configuration.php:545 +#: admin/qtx_configuration.php:626 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime or date format. This field is optional. (Example: %I:%M %p)" msgstr "Tarix / Saat növündən asılı olaraq, strftime ya da date növündən istifadə edin. Bu bölməni istəyinizə görə tənzimləyə bilərsiniz. (Nümunə: %I:%M %p)" -#: qtranslate_configuration.php:548 +#: admin/qtx_configuration.php:629 msgid "Not Available Message" msgstr "Mövcud Deyil Mesajı" -#: qtranslate_configuration.php:551 +#: admin/qtx_configuration.php:632 msgid "Message to display if post is not available in the requested language. (Example: Sorry, this entry is only available in %LANG:, : and %.)" msgstr "Seçilən bölməyə aid tərcümə yox isə görünən mesaj. (Nümunə: Bağışlayın, bu bölmə sadəcə %LANG:, :% dillərində mövcuddur.)" -#: qtranslate_configuration.php:552 +#: admin/qtx_configuration.php:633 msgid "%LANG:<normal_separator>:<last_separator>% generates a list of languages separated by <normal_separator> except for the last one, where <last_separator> will be used instead." msgstr "%LANG:<normal_separator>:<last_separator>% ilə ayrılmış dil siyahısı yaradır. Normalda ayıran olaraq <normal_separator> istifadə edilir. Son ayıran olaraq <last_separator> istifadə edilir." -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Hide" msgstr "" -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Show" msgstr "Göstər" -#: qtranslate_configuration.php:675 +#: admin/qtx_configuration.php:763 msgid "Save Changes" msgstr "Yadda Saxla" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, fuzzy msgid "Switching Language" msgstr "Dili Düzəld" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, php-format msgid "Switching language to %1$s... If the Dashboard isn't loading, use this link." msgstr "" -#: qtranslate_configuration.php:713 +#: admin/qtx_configuration.php:801 msgid "qTranslate has been reset." msgstr "qTranslate sıfırlandı." -#: qtranslate_configuration.php:766 +#: admin/qtx_configuration.php:875 msgid "Gettext databases updated." msgstr "Gettext məlumat bazaları yeniləndi." -#: qtranslate_configuration.php:772 +#: admin/qtx_configuration.php:882 #, php-format msgid "Applicable options and taxonomy names from plugin %s have been imported. Note that the multilingual content of posts, pages and other objects has not been altered during this operation. There is no additional operation needed to import content, since its format is compatible with %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 #, php-format msgid "%sImportant%s: Before you start making edits to post and pages, please, make sure that both, your front site and admin back-end, work under this configuration. It may help to review \"%s\" and see if any of conflicting plugins mentioned there are used here. While the current content, coming from %s, is compatible with this plugin, the newly modified posts and pages will be saved with a new square-bracket-only encoding, which has a number of advantages comparing to former %s encoding. However, the new encoding is not straightforwardly compatible with %s and you will need an additional step available under \"%s\" option if you ever decide to go back to %s. Even with this additional conversion step, the 3rd-party plugins custom-stored data will not be auto-converted, but manual editing will still work. That is why it is advisable to create a test-copy of your site before making any further changes. In case you encounter a problem, please give us a chance to improve %s, send the login information to the test-copy of your site to %s along with a detailed step-by-step description of what is not working, and continue using your main site with %s meanwhile. It would also help, if you share a success story as well, either on %sthe forum%s, or via the same e-mail as mentioned above. Thank you very much for trying %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 admin/qtx_configuration.php:894 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:156 +msgid "Convert Database" +msgstr "Məlumat Bazasını Çevir" + +#: admin/qtx_configuration.php:883 msgid "This is a one-time message, which you will not see again, unless the same import is repeated." msgstr "" -#: qtranslate_configuration.php:775 qtranslate_configuration.php:1204 +#: admin/qtx_configuration.php:885 admin/qtx_configuration.php:1320 msgid "Compatibility Functions" msgstr "" -#: qtranslate_configuration.php:775 +#: admin/qtx_configuration.php:885 #, php-format msgid "Option \"%s\" has also been turned on, as the most common case for importing configuration from %s. You may turn it off manually if your setup does not require it. Refer to %sFAQ%s for more information." msgstr "" -#: qtranslate_configuration.php:783 +#: admin/qtx_configuration.php:894 #, php-format msgid "Applicable options have been exported to plugin %s. If you have done some post or page updates after migrating from %s, then \"%s\" operation is also required to convert the content to \"dual language tag\" style in order for plugin %s to function." msgstr "" -#: qtranslate_configuration.php:794 +#: admin/qtx_configuration.php:906 msgid "The Language must have a Not-Available Message!" msgstr "Dil üçün 'Mövcud Deyil Mesajı' olmalıdır!" -#: qtranslate_configuration.php:795 +#: admin/qtx_configuration.php:907 msgid "The Language must have a Locale!" msgstr "Dil üçün, 'Bölgə Kodu' olmalıdır!" -#: qtranslate_configuration.php:796 +#: admin/qtx_configuration.php:908 msgid "The Language must have a name!" msgstr "Dil üçün, 'İsim' olmalıdır!" -#: qtranslate_configuration.php:797 +#: admin/qtx_configuration.php:909 msgid "Language Code has to be 2 characters long!" msgstr "Dil Kodu 2 hərf uzunluğunda olmalıdır!" -#: qtranslate_configuration.php:801 qtranslate_configuration.php:807 +#: admin/qtx_configuration.php:916 admin/qtx_configuration.php:922 msgid "There is already a language with the same Language Code!" msgstr "Eyni Dil Kodu-na sahib bir dil mövcuddur." -#: qtranslate_configuration.php:892 qtranslate_configuration.php:914 -#: qtranslate_configuration.php:921 qtranslate_configuration.php:938 -msgid "No such language!" -msgstr "Dil mövcud deyil!" - -#: qtranslate_configuration.php:906 +#: admin/qtx_configuration.php:1019 msgid "Language is already enabled or invalid!" msgstr "Bu dil səhfdir ya da aktivdir." -#: qtranslate_configuration.php:911 +#: admin/qtx_configuration.php:1025 msgid "Cannot disable Default Language!" msgstr "Ana Dil Ləğv Passivləşdirilə Bilməz!" -#: qtranslate_configuration.php:917 +#: admin/qtx_configuration.php:1028 admin/qtx_configuration.php:1035 +#: admin/qtx_configuration.php:1052 +msgid "No such language!" +msgstr "Dil mövcud deyil!" + +#: admin/qtx_configuration.php:1031 msgid "Language is already disabled!" msgstr "Dil passivləşdirilmişdir!" -#: qtranslate_configuration.php:925 +#: admin/qtx_configuration.php:1039 #, fuzzy msgid "Language is already first!" msgstr "Dil passivləşdirilmişdir!" -#: qtranslate_configuration.php:931 qtranslate_configuration.php:948 +#: admin/qtx_configuration.php:1045 admin/qtx_configuration.php:1062 msgid "New order saved." msgstr "" -#: qtranslate_configuration.php:942 +#: admin/qtx_configuration.php:1056 #, fuzzy msgid "Language is already last!" msgstr "Dil passivləşdirilmişdir!" -#: qtranslate_configuration.php:960 +#: admin/qtx_configuration.php:1074 msgid "Options saved." msgstr "Seçimlər qeyd edildi." -#: qtranslate_configuration.php:965 +#: admin/qtx_configuration.php:1079 #, php-format msgid "Could not write to \"%s\", Gettext Databases could not be downloaded!" msgstr "\"%s\" adrəsinə yazma səlahiyyəti yoxdur, Gettext Məlumat bazası qey edilə bilməz!" -#: qtranslate_configuration.php:991 +#: admin/qtx_configuration.php:1105 msgid "Edit Language" msgstr "Dili Düzəld" -#: qtranslate_configuration.php:994 +#: admin/qtx_configuration.php:1108 msgid "Save Changes »" msgstr "Dəyişilmişləri Yadda Saxla »" -#: qtranslate_configuration.php:999 +#: admin/qtx_configuration.php:1110 +msgid "back to configuration page" +msgstr "" + +#: admin/qtx_configuration.php:1114 msgid "Language Management (qTranslate Configuration)" msgstr "Dil İdarəetməsi (qTranslate Tənzimlənməsi)" -#: qtranslate_configuration.php:1000 +#: admin/qtx_configuration.php:1115 #, php-format msgid "For help on how to configure qTranslate correctly, take a look at the qTranslate FAQ and the Support Forum." msgstr "qTranslate-i xətasız tənzimləmək üçün, qTranslate SSSYardım Forumu adreslərinə nəzər salın." -#: qtranslate_configuration.php:1002 +#: admin/qtx_configuration.php:1117 msgid "General Settings" msgstr "Ümumi Ayarlar" -#: qtranslate_configuration.php:1005 +#: admin/qtx_configuration.php:1120 #, fuzzy msgid "Default Language / Order" msgstr "Ana Dil" -#: qtranslate_configuration.php:1007 +#: admin/qtx_configuration.php:1122 msgid "Default Language" msgstr "Ana Dil" -#: qtranslate_configuration.php:1020 +#: admin/qtx_configuration.php:1135 #, php-format msgid "Choose the default language of your blog. This is the language which will be shown on %s. You can also change the order the languages by clicking on the arrows above." msgstr "" -#: qtranslate_configuration.php:1025 +#: admin/qtx_configuration.php:1140 msgid "Hide Untranslated Content" msgstr "Tərcüməsi olamayan məzmunu gizlət" -#: qtranslate_configuration.php:1027 +#: admin/qtx_configuration.php:1142 msgid "Hide Content which is not available for the selected language." msgstr "Seçilən dil üçün tərcüməsi olmayan məzmunu gizlət." -#: qtranslate_configuration.php:1029 +#: admin/qtx_configuration.php:1144 msgid "When checked, posts will be hidden if the content is not available for the selected language. If unchecked, a message will appear showing all the languages the content is available in." msgstr "Bu bölmə işarətləndiyi zaman, seçilən dil üçün tərcüməsi olmayan məzmunlər gizlədiləcəkdir. Əyər işarət götürülərsə, məzmuna aid digər tərcümələrin olduğu barəsində mesaj göstəriləcək." -#: qtranslate_configuration.php:1030 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Export" +msgstr "" + +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Import" +msgstr "" + +#: admin/qtx_configuration.php:1145 #, fuzzy, php-format msgid "This function will not work correctly if you installed %s on a blog with existing entries. In this case you will need to take a look at option \"%s\" under \"%s\" section." msgstr "Əyər qTranslate'-i məzmunlar daxil edilmiş bir blog-a yükləmişsəniz bu funksiya düzgün işləməyəcəkdir. Bu halda \"Məlumat Bazası Çevir\" və \"Geniş Tənzimləmələr\"ə baxmanız gərəkəcəkdir." -#: qtranslate_configuration.php:1032 +#: admin/qtx_configuration.php:1147 #, fuzzy msgid "Show displayed language prefix when content is not available for the selected language." msgstr "Seçilən dil üçün tərcüməsi olmayan məzmunu gizlət." -#: qtranslate_configuration.php:1036 +#: admin/qtx_configuration.php:1151 msgid "Detect Browser Language" msgstr "Bələdçi (Browser) Dilini Tap" -#: qtranslate_configuration.php:1038 +#: admin/qtx_configuration.php:1153 msgid "Detect the language of the browser and redirect accordingly." msgstr "Bələdçi dilini avtomatik olaraq tap və ona görə istiqamətləndir." -#: qtranslate_configuration.php:1040 +#: admin/qtx_configuration.php:1155 msgid "When the frontpage is visited via bookmark/external link/type-in, the visitor will be forwarded to the correct URL for the language specified by his browser." msgstr "İstifadəçi anasəhifəyə Sıx İstifadə edilənlər bölməsinə və ya sayt ünvanına daxil olduqda, avtomatik olaraq istifadə etdiyi dilə yönləndirilir." -#: qtranslate_configuration.php:1045 +#: admin/qtx_configuration.php:1160 msgid "Advanced Settings" msgstr "Geniş Seçimlər" -#: qtranslate_configuration.php:1052 qtranslate_configuration.php:1054 -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1167 admin/qtx_configuration.php:1169 +#: admin/qtx_configuration.php:1243 msgid "URL Modification Mode" msgstr "URL Dəyişdirmə Forması" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Most SEO unfriendly, not recommended." msgstr "" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Use Query Mode (?lang=en)" msgstr "Sorgu Növünü İşləd (?lang=az)" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "SEO friendly." msgstr "" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "Use Pre-Path Mode (Default, puts /en/ in front of URL)" msgstr "Ön-Yol Formasını İşləd (Mövcud unvanın önünə /az/ əlavə olunur)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "Use Pre-Domain Mode (uses http://en.yoursite.com)" msgstr "Sub-ad Formasını İşləd (http://az.sizinsayt.com)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "You will need to configure DNS sub-domains on your site." msgstr "" -#: qtranslate_configuration.php:1068 +#: admin/qtx_configuration.php:1183 msgid "Hide URL language information for default language." msgstr "" -#: qtranslate_configuration.php:1069 +#: admin/qtx_configuration.php:1184 msgid "This is only applicable to Pre-Path and Pre-Domain mode." msgstr "" -#: qtranslate_configuration.php:1074 +#: admin/qtx_configuration.php:1189 #, fuzzy msgid "Use Per-Domain mode: specify separate user-defined domain for each language." msgstr "emulated date funksiyasını işləd və əvvəlcədən müəyyən edilmiş tarix formasını seçilən dilə görə yenidən tənzimlə." -#: qtranslate_configuration.php:1092 +#: admin/qtx_configuration.php:1208 msgid "Domain for" msgstr "" -#: qtranslate_configuration.php:1097 +#: admin/qtx_configuration.php:1213 msgid "Flag Image Path" msgstr "Bayraq Şəkil Yolu" -#: qtranslate_configuration.php:1101 +#: admin/qtx_configuration.php:1217 #, fuzzy, php-format msgid "Path to the flag images under wp-content, with trailing slash. (Default: %s, clear the value above to reset it to the default)" msgstr "Bayraq şəkilləri üçün wp-content folderinin altındakı yolu. (Varsayılan: plugins/qtranslate/flags/)" -#: qtranslate_configuration.php:1105 +#: admin/qtx_configuration.php:1221 msgid "Ignore Links" msgstr "Linklərə Əhəmiyyət vermə" -#: qtranslate_configuration.php:1109 +#: admin/qtx_configuration.php:1225 #, fuzzy, php-format msgid "Don't convert links to files of the given file types. (Always included: %s)" msgstr "Bu fayl növlərinə verilən linkləri çevirmə. (Mövcud: gif,jpg,jpeg,png,pdf,swf,tif,rar,zip,7z,mpg,divx,mpeg,avi,css,js)" -#: qtranslate_configuration.php:1113 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1229 qtranslate_widget.php:119 msgid "Head inline CSS" msgstr "" -#: qtranslate_configuration.php:1115 +#: admin/qtx_configuration.php:1231 msgid "CSS code added by plugin in the head of front-end pages:" msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 qtranslate_widget.php:119 msgid "To disable this inline CSS, clear the check box." msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 admin/qtx_configuration.php:1395 +#: qtranslate_widget.php:119 msgid "To reset to default, clear the text." msgstr "" -#: qtranslate_configuration.php:1123 +#: admin/qtx_configuration.php:1239 #, fuzzy msgid "Cookie Settings" msgstr "Xüsusiyyətlər" -#: qtranslate_configuration.php:1125 +#: admin/qtx_configuration.php:1241 #, php-format msgid "Disable language client cookie \"%s\" (not recommended)." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Language cookie is auto-disabled for \"%s\" \"Pre-Domain\" and \"Per-Domain\", as language is always unambiguously defined by a url in those modes." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Otherwise, use this option with a caution, for simple enough sites only. If checked, the user choice of browsing language will not be saved between sessions and some AJAX calls may deliver unexpected language, as well as some undesired language switching during browsing may occur under certain themes (%sRead More%s)." msgstr "" -#: qtranslate_configuration.php:1129 +#: admin/qtx_configuration.php:1245 #, php-format msgid "Make %s cookies available only through HTTPS connections." msgstr "" -#: qtranslate_configuration.php:1131 +#: admin/qtx_configuration.php:1247 msgid "Don't check this if you don't know what you're doing!" msgstr "" -#: qtranslate_configuration.php:1135 +#: admin/qtx_configuration.php:1251 msgid "Update Gettext Databases" msgstr "Gettext Məlumat Bazasını Yeniləşdir" -#: qtranslate_configuration.php:1137 +#: admin/qtx_configuration.php:1253 msgid "Automatically check for .mo-Database Updates of installed languages." msgstr "Yüklənən dillər üçün .mo faylların yeniləşdirilməsini avtomatik olaraq yoxla." -#: qtranslate_configuration.php:1139 +#: admin/qtx_configuration.php:1255 msgid "Update Gettext databases now." msgstr "Gettext məlumat bazalarını indi yenilə." -#: qtranslate_configuration.php:1141 +#: admin/qtx_configuration.php:1257 msgid "qTranslate will query the Wordpress Localisation Repository every week and download the latest Gettext Databases (.mo Files)." msgstr "qTranslate hər həftə Wordpress Local Serverini yoxlayacaq və ən yeni Gettext Məlumat Bazalarını (.mo fayllarını) yükləyəcək." -#: qtranslate_configuration.php:1145 +#: admin/qtx_configuration.php:1261 msgid "Date / Time Conversion" msgstr "Tarix / Saat Çevirmə" -#: qtranslate_configuration.php:1147 +#: admin/qtx_configuration.php:1263 msgid "Use emulated date function." msgstr "emulated date funksiyasını işləd." -#: qtranslate_configuration.php:1148 +#: admin/qtx_configuration.php:1264 msgid "Use emulated date function and replace formats with the predefined formats for each language." msgstr "emulated date funksiyasını işləd və əvvəlcədən müəyyən edilmiş tarix formasını seçilən dilə görə yenidən tənzimlə." -#: qtranslate_configuration.php:1149 +#: admin/qtx_configuration.php:1265 msgid "Use strftime instead of date." msgstr "date funksiyası yerinə strftime funksiyası işlədilsin." -#: qtranslate_configuration.php:1150 +#: admin/qtx_configuration.php:1266 msgid "Use strftime instead of date and replace formats with the predefined formats for each language." msgstr "date funksiyası yerinə strftime funksiyasını işləd və əvvəlcədən müəyyən edilmiş tarix formasını seçilən dilə görə yenidən tənzimlə." -#: qtranslate_configuration.php:1151 +#: admin/qtx_configuration.php:1267 msgid "Depending on the mode selected, additional customizations of the theme may be needed." msgstr "Seçilən formaya görə, sayt şablon fayllarınızda tənzimləmələr aparmanıza ehtiyac yarana bilər." -#: qtranslate_configuration.php:1160 +#: admin/qtx_configuration.php:1276 #, fuzzy msgid "Translation of options" msgstr "qTranslate" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Filter all WordPress options for translation at front-end. It may hurt performance of the site, but ensures that all options are translated." msgstr "" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Starting from version 3.2.5, only options with multilingual content get filtered, which should help on performance issues." msgstr "" -#: qtranslate_configuration.php:1164 +#: admin/qtx_configuration.php:1280 msgid "Translate only options listed below (for experts only):" msgstr "" -#: qtranslate_configuration.php:1167 +#: admin/qtx_configuration.php:1283 #, php-format msgid "By default, all options are filtered to be translated at front-end for the sake of simplicity of configuration. However, for a developed site, this may cause a considerable performance degradation. Normally, there are very few options, which actually need a translation. You may simply list them above to minimize the performance impact, while still getting translations needed. Options names must match the field \"%s\" of table \"%s\" of WordPress database. A minimum common set of option, normally needed a translation, is already entered in the list above as a default example. Option names in the list may contain wildcard with symbol \"%s\"." msgstr "" -#: qtranslate_configuration.php:1171 +#: admin/qtx_configuration.php:1287 msgid "Custom Fields" msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 #, php-format msgid "Enter \"%s\" or \"%s\" attribute of text fields from your theme, which you wish to translate. This applies to post, page and media editors (%s). To lookup \"%s\" or \"%s\", right-click on the field in the post or the page editor and choose \"%s\". Look for an attribute of the field named \"%s\" or \"%s\". Enter it below, as many as you need, space- or comma-separated. After saving configuration, these fields will start responding to the language switching buttons, and you can enter different text for each language. The input fields of type %s will be parsed using %s syntax, while single line text fields will use %s syntax. If you need to override this behaviour, prepend prefix %s or %s to the name of the field to specify which syntax to use. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 msgctxt "browser option" msgid "Inspect Element" msgstr "" -#: qtranslate_configuration.php:1180 +#: admin/qtx_configuration.php:1296 msgid "The value of \"id\" attribute is normally unique within one page, otherwise the first field found, having an id specified, is picked up." msgstr "" -#: qtranslate_configuration.php:1187 +#: admin/qtx_configuration.php:1303 #, php-format msgid "All the fields of specified classes will respond to Language Switching Buttons. Be careful not to include a class, which would affect language-neutral fields. If you cannot uniquely identify a field needed neither by %s, nor by %s attribute, report the issue on %sSupport Forum%s" msgstr "" -#: qtranslate_configuration.php:1191 +#: admin/qtx_configuration.php:1307 msgid "Custom Filters" msgstr "" -#: qtranslate_configuration.php:1194 +#: admin/qtx_configuration.php:1310 #, php-format msgid "Names of filters (which are enabled on theme or other plugins via %s function) to add translation to. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1198 +#: admin/qtx_configuration.php:1314 msgid "Custom Admin Pages" msgstr "" -#: qtranslate_configuration.php:1200 +#: admin/qtx_configuration.php:1316 #, php-format msgid "List the custom admin page paths for which you wish Language Switching Buttons to show up. The Buttons will then control fields configured in \"Custom Fields\" section. You may only include part of the full URL after %s, including a distinctive query string if needed. As many as desired pages can be listed space/comma separated. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1206 +#: admin/qtx_configuration.php:1322 #, php-format msgid "Enable function name compatibility (%s)." msgstr "" -#: qtranslate_configuration.php:1207 +#: admin/qtx_configuration.php:1323 #, php-format msgid "Some plugins and themes use direct calls to the functions listed, which are defined in former %s plugin and some of its forks. Turning this flag on will enable those function to exists, which will make the dependent plugins and themes to work. WordPress policy prohibits to define functions with the same names as in other plugins, since it generates user-unfriendly fatal errors, when two conflicting plugins are activated simultaneously. Before turning this option on, you have to make sure that there are no other plugins active, which define those functions." msgstr "" -#: qtranslate_configuration.php:1211 +#: admin/qtx_configuration.php:1327 msgid "Editor Mode" msgstr "" -#: qtranslate_configuration.php:1213 +#: admin/qtx_configuration.php:1329 msgid "Use Language Switching Buttons (LSB)." msgstr "" -#: qtranslate_configuration.php:1214 +#: admin/qtx_configuration.php:1330 msgid "This is the default mode." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Do not use Language Switching Buttons to edit multi-language text entries." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Editor Raw Mode" msgstr "" -#: qtranslate_configuration.php:1216 +#: admin/qtx_configuration.php:1332 msgid "Some people prefer to edit the raw entries containing all languages together separated by language defining tags, as they are stored in database." msgstr "" -#: qtranslate_configuration.php:1267 -#, fuzzy, php-format -msgid "%s Flag" -msgstr "Bayraq" +#: admin/qtx_configuration.php:1340 admin/qtx_configuration.php:1343 +msgid "LSB Style" +msgstr "" + +#: admin/qtx_configuration.php:1344 +msgid "Choose CSS style for how Language Switching Buttons are rendered:" +msgstr "" + +#: admin/qtx_configuration.php:1345 +#, php-format +msgid "LSB %s-wrap classes:" +msgstr "" + +#: admin/qtx_configuration.php:1346 +msgid "Active button class:" +msgstr "" + +#: admin/qtx_configuration.php:1347 +msgid "The above is reset to an appropriate default, if the below is changed." +msgstr "" + +#: admin/qtx_configuration.php:1348 +msgid "CSS set:" +msgstr "" + +#: admin/qtx_configuration.php:1352 admin/qtx_configuration.php:1354 +#: admin/qtx_configuration.php:1388 admin/qtx_configuration.php:1390 +msgid "Use custom CSS" +msgstr "" + +#: admin/qtx_configuration.php:1354 +#, php-format +msgid "Choice \"%s\" disables this option and allows one to use its own custom CSS provided by other means." +msgstr "" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1371 admin/qtx_configuration.php:1375 +#: admin/qtx_user_options.php:18 +msgid "Highlight Style" +msgstr "" + +#: admin/qtx_configuration.php:1373 +msgid "When there are many integrated or customized translatable fields, it may become confusing to know which field has multilingual value. The highlighting of translatable fields may come handy then:" +msgstr "" + +#: admin/qtx_configuration.php:1376 admin/qtx_configuration.php:1378 +msgid "Do not highlight the translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1380 admin/qtx_configuration.php:1382 +msgid "Show a line on the left border of translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1384 admin/qtx_configuration.php:1386 +msgid "Draw a border around translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1395 +msgid "Admin Color Scheme" +msgstr "" + +#: admin/qtx_configuration.php:1395 +#, php-format +msgid "The color in use is taken from your profile option %s, the third color." +msgstr "" + +#: admin/qtx_configuration.php:1433 +#, fuzzy +msgid "List of Configured Languages" +msgstr "Dil" + +#: admin/qtx_configuration.php:1438 +#, php-format +msgid "Only enabled languages are loaded at front-end, while all %d configured languages are listed here." +msgstr "" + +#: admin/qtx_configuration.php:1439 +msgid "The table below contains both pre-defined and manually added or modified languages." +msgstr "" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Delete" +msgstr "Sil" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Disable" msgstr "Məhrum etmək" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Enable" msgstr "Aktivləşdir" -#: qtranslate_configuration.php:1270 -msgid "Edit" -msgstr "Düzəliş" +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Reset" +msgstr "" -#: qtranslate_configuration.php:1271 +#: admin/qtx_configuration.php:1440 +#, php-format +msgid "You may %s or %s a language, or %s manually added language, or %s previous modifications of a pre-defined language." +msgstr "" + +#: admin/qtx_configuration.php:1441 +#, php-format +msgid "Click %s to modify language properties." +msgstr "" + +#: admin/qtx_configuration.php:1463 +#, fuzzy, php-format +msgid "%s Flag" +msgstr "Bayraq" + +#: admin/qtx_configuration.php:1465 msgid "Default" msgstr "Təməl" -#: qtranslate_configuration.php:1271 -msgid "Delete" -msgstr "Sil" +#: admin/qtx_configuration.php:1467 +msgid "Pre-Defined" +msgstr "" -#: qtranslate_configuration.php:1276 +#: admin/qtx_configuration.php:1476 msgid "Enabling a language will cause qTranslate to update the Gettext-Database for the language, which can take a while depending on your server's connection speed." msgstr "" -#: qtranslate_configuration.php:1283 +#: admin/qtx_configuration.php:1483 msgid "Add Language" msgstr "Dil Əlavə et" -#: qtranslate_configuration.php:1286 +#: admin/qtx_configuration.php:1486 msgid "Add Language »" msgstr "Dil Əlavə et »" -#: qtranslate_configuration.php:1301 +#: admin/qtx_configuration.php:1508 #, fuzzy msgid "Language Menu" msgstr "Dil Kodu" -#: qtranslate_configuration.php:1350 +#: admin/qtx_configuration.php:1557 msgid "Help" msgstr "" -#: qtranslate_configuration.php:1352 +#: admin/qtx_configuration.php:1559 #, php-format msgid "Menu item added is replaced with a sub-menu of available languages when menu is rendered. Depending on how your theme renders menu you may need to override and customize css entries %s and %s, originally defined in %s. The field \"URL\" of inserted menu item allows additional configuration described in %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1357 +#: admin/qtx_configuration.php:1564 msgid "Add to Menu" msgstr "" -#: qtranslate_configuration.php:1367 +#: admin/qtx_configuration.php:1574 #, fuzzy msgid "Language Switcher" msgstr "Dil Kodu" -#: qtranslate_configuration.php:1404 +#: admin/qtx_configuration.php:1619 msgid "Settings" msgstr "Xüsusiyyətlər" +#: admin/qtx_import_export.php:125 +msgid "Plugin" +msgstr "" + +#: admin/qtx_import_export.php:131 +msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." +msgstr "" + +#: admin/qtx_import_export.php:134 +#, php-format +msgid "Use plugin %s to import data." +msgstr "" + +#: admin/qtx_import_export.php:138 +msgid "Do not migrate any setting" +msgstr "" + +#: admin/qtx_import_export.php:140 +#, fuzzy +msgid "Import settings from " +msgstr "qTranslate-i Sıfırla" + +#: admin/qtx_import_export.php:142 +#, fuzzy +msgid "Export settings to " +msgstr "qTranslate-i Sıfırla" + +#: admin/qtx_import_export.php:158 +#, php-format +msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." +msgstr "Əyər qTranslate 1.x ya da Polyglot'dan yeniləşdirmə aparırsanız, məzmunları yeni dil etiket formasına çevirmək üçün buraya tıqlayın." + +#: admin/qtx_import_export.php:159 +#, php-format +msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." +msgstr "Əyər qTranslate-i məzmunları olan bir Wordpress-e yükləmişsəniz, mövcud məzmunları tək-tək tənzimləyib doğru dildə yaddaşda saxlaya bilər, ya da buraya tıqlayaraq mövcud bütün məzmunları Ana Dil-də yazılmış olaraq işarətləyə bilərsiniz." + +#: admin/qtx_import_export.php:160 +msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." +msgstr "Hər iki proses də geri qaytarıla bilməz! Bu prosesin hər hansı birini aktivləşdirməzdən əvvəl məlumat bazanızın kopya nüsxəsini götürməyi unudmayın." + +#: admin/qtx_import_export.php:161 +#, fuzzy +msgid "Do not convert database" +msgstr "Məlumat Bazasını Çevir" + +#: admin/qtx_import_export.php:162 +msgid "Convert database to the \"square bracket only\" style." +msgstr "" + +#: admin/qtx_import_export.php:163 +#, php-format +msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." +msgstr "" + +#: admin/qtx_import_export.php:164 +msgid "Convert database back to the legacy \"dual language tag\" style." +msgstr "" + +#: admin/qtx_import_export.php:165 +msgid "Note, that only string options and standard post and page fields are affected." +msgstr "" + +#: admin/qtx_import_export.php:174 +msgid "Reset qTranslate" +msgstr "qTranslate-i Sıfırla" + +#: admin/qtx_import_export.php:176 +msgid "Check this box and click Save Changes to reset all qTranslate settings." +msgstr "qTranslate tənzimləmələrini sıfırlamaq üçün bu qutunu işarətləyin və Dəyişilmişləri Yadda Saxla düyməsinə klikləyin." + +#: admin/qtx_import_export.php:178 +msgid "Yes, I really want to reset qTranslate." +msgstr "Bəli, həqiqətən qTranslate tənzimləmələrini sıfırlamaq istəyirəm." + +#: admin/qtx_import_export.php:180 +msgid "Also delete Translations for Categories/Tags/Link Categories." +msgstr "Kateqoriyalar, Etiketlər və Link Kateqoriyaları üçün edilən tərcümələri sil." + +#: admin/qtx_import_export.php:182 +msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." +msgstr "Eyər hər hansı bir şey düzgün işləmirsə, qTranslate tənzimləmələrinizi istədiyiniz vaxt sıfırlaya bilərsiniz. Sıfırlama prosesi məzmunları yox ancaq (əlavə etdiyiniz dillər də daxil olmaqla) bütün tənzimləmələri silər." + +#: admin/qtx_languages.php:93 +#, fuzzy +msgid "Cannot delete Default Language!" +msgstr "Ana Dil Ləğv Passivləşdirilə Bilməz!" + +#: admin/qtx_user_options.php:9 +#, fuzzy +msgid "Translation options" +msgstr "qTranslate" + +#: admin/qtx_user_options.php:14 +msgid "Highlight Translatable Fields" +msgstr "" + +#: admin/qtx_user_options.php:18 +#, php-format +msgid "The way the translatable fields are highlighted is configured with global option %s." +msgstr "" + #: qtranslate_frontend.php:162 qtranslate_widget.php:67 msgid "Language" msgstr "Dil" diff --git a/lang/qtranslate-bg_BG.po b/lang/qtranslate-bg_BG.po index 4992642..a9fe9fa 100644 --- a/lang/qtranslate-bg_BG.po +++ b/lang/qtranslate-bg_BG.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: qTranslate-X 3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-03-19 14:09-0600\n" +"POT-Creation-Date: 2015-03-25 22:22-0600\n" "PO-Revision-Date: 2010-01-13 16:56+0200\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -10,774 +10,905 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: admin/activation_hook.php:37 admin/activation_hook.php:137 -#: qtranslate_configuration.php:772 +#: admin/qtx_activation_hook.php:80 admin/qtx_activation_hook.php:205 +#: admin/qtx_configuration.php:882 #, php-format msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so." msgstr "" -#: admin/activation_hook.php:38 +#: admin/qtx_activation_hook.php:81 #, php-format msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously." msgstr "" -#: admin/activation_hook.php:40 +#: admin/qtx_activation_hook.php:83 #, php-format msgid "The compatible settings from %s have been imported to %s. Further tuning, import, export and reset of options can be done at Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:42 +#: admin/qtx_activation_hook.php:85 #, php-format msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:135 +#: admin/qtx_activation_hook.php:203 #, php-format msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/Languages configuration page. Then you have to deactivate one of the plugins to continue." msgstr "" -#: admin/activation_hook.php:140 admin/activation_hook.php:142 +#: admin/qtx_activation_hook.php:208 admin/qtx_activation_hook.php:210 #, php-format msgid "Deactivate %s" msgstr "" -#: admin/activation_hook.php:176 +#: admin/qtx_activation_hook.php:249 #, php-format msgid "Plugin %s may be integrated with multilingual plugin %s with a help of plugin %s." msgstr "" -#: admin/activation_hook.php:178 +#: admin/qtx_activation_hook.php:251 msgid "Please, press an appropriate button below." msgstr "" -#: admin/activation_hook.php:182 +#: admin/qtx_activation_hook.php:255 #, php-format msgid "Activate plugin %s" msgstr "" -#: admin/activation_hook.php:184 +#: admin/qtx_activation_hook.php:257 #, php-format msgid "Install plugin %s" msgstr "" -#: admin/activation_hook.php:186 +#: admin/qtx_activation_hook.php:259 msgid "I am aware of that, dismiss this message." msgstr "" -#: admin/activation_hook.php:240 +#: admin/qtx_activation_hook.php:309 #, php-format msgid "Thank you for using %s plugin!" msgstr "" -#: admin/activation_hook.php:242 +#: admin/qtx_activation_hook.php:311 #, php-format msgid "Please, help us to make a decision on \"%s\" feature, press the button below." msgstr "" -#: admin/activation_hook.php:242 admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:311 admin/qtx_activation_hook.php:313 #: qtranslate_services.php:787 #, fuzzy msgid "Translation Service" msgstr "Услуги qTranslate" -#: admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:313 #, php-format msgid "Survey on \"%s\" feature" msgstr "" -#: admin/activation_hook.php:245 +#: admin/qtx_activation_hook.php:314 admin/qtx_activation_hook.php:348 msgid "I have already done it, dismiss this message." msgstr "" -#: admin/admin_utils.php:145 +#: admin/qtx_activation_hook.php:346 +#, php-format +msgid "The latest version of plugin %s has a number of new options, for example, %s, which may change the look of some pages. Please, review the help text of new options on %sconfiguration page%s." +msgstr "" + +#: admin/qtx_admin_utils.php:146 msgid "Database has been converted to square bracket format." msgstr "" -#: admin/admin_utils.php:145 admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:146 admin/qtx_admin_utils.php:148 msgid "Note: custom entries are not touched." msgstr "" -#: admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:148 msgid "Database has been converted to legacy dual-tag format." msgstr "" -#: admin/admin_utils.php:405 qtranslate_configuration.php:484 -#: qtranslate_configuration.php:507 qtranslate_frontend.php:168 +#: admin/qtx_admin_utils.php:406 admin/qtx_configuration.php:565 +#: admin/qtx_configuration.php:588 qtranslate_frontend.php:168 #: qtranslate_frontend.php:195 msgid "Flag" msgstr "Знаме" -#: admin/admin_utils.php:406 qtranslate_configuration.php:525 +#: admin/qtx_admin_utils.php:407 admin/qtx_configuration.php:606 msgid "Name" msgstr "Име" -#: admin/admin_utils.php:407 qtranslate_services.php:383 +#: admin/qtx_admin_utils.php:408 qtranslate_services.php:383 msgid "Action" msgstr "Действие" -#: admin/admin_utils.php:420 qtranslate_configuration.php:471 -#: qtranslate_configuration.php:1245 -msgid "Languages" -msgstr "Езици" - -#: admin/import_export.php:125 -msgid "Plugin" -msgstr "" - -#: admin/import_export.php:131 -msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." -msgstr "" - -#: admin/import_export.php:134 -#, php-format -msgid "Use plugin %s to import data." -msgstr "" - -#: admin/import_export.php:138 -msgid "Do not migrate any setting" -msgstr "" - -#: admin/import_export.php:140 -#, fuzzy -msgid "Import settings from " -msgstr "Начално състояние на qTranslate" - -#: admin/import_export.php:142 -#, fuzzy -msgid "Export settings to " -msgstr "Начално състояние на qTranslate" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Export" -msgstr "" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Import" -msgstr "" - -#: admin/import_export.php:156 qtranslate_configuration.php:773 -#: qtranslate_configuration.php:783 qtranslate_configuration.php:1030 -msgid "Convert Database" -msgstr "Преобразуване" - -#: admin/import_export.php:158 -#, php-format -msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." -msgstr "Ако обновявате от qTranslate 1.х или Polyglot, натиснете тук, за да приведете публикациите си към новия формат на оператора за език." - -#: admin/import_export.php:159 -#, php-format -msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." -msgstr "Ако първото инсталиране на qTranslate е направено в блог със съществуващи публикации, можете или да минете ръчно през всички тях и да ги запазите в правилния език или да натиснете тук, за автоматичното им отбелязване като написани на избрания за основен език." - -#: admin/import_export.php:160 -msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." -msgstr "И двете команди са необратими! Правете пълен архив на базите данни на сайта преди да натинете някоя от тях." - -#: admin/import_export.php:161 -#, fuzzy -msgid "Do not convert database" -msgstr "Преобразуване" - -#: admin/import_export.php:162 -msgid "Convert database to the \"square bracket only\" style." -msgstr "" - -#: admin/import_export.php:163 -#, php-format -msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." -msgstr "" - -#: admin/import_export.php:164 -msgid "Convert database back to the legacy \"dual language tag\" style." -msgstr "" +#: admin/qtx_admin_utils.php:409 admin/qtx_configuration.php:1441 +#: admin/qtx_configuration.php:1466 +msgid "Edit" +msgstr "Редактирай" -#: admin/import_export.php:165 -msgid "Note, that only string options and standard post and page fields are affected." +#: admin/qtx_admin_utils.php:410 +msgid "Stored" msgstr "" -#: admin/import_export.php:174 -msgid "Reset qTranslate" -msgstr "Начално състояние на qTranslate" - -#: admin/import_export.php:176 -msgid "Check this box and click Save Changes to reset all qTranslate settings." -msgstr "Поставете отметка в кутийката и натиснете \"Запазване на промените\" за да презаредите всички настройки на qTranslate." - -#: admin/import_export.php:178 -msgid "Yes, I really want to reset qTranslate." -msgstr "Да, наистина желая да върна qTranslate към първоначалните му настройки." - -#: admin/import_export.php:180 -msgid "Also delete Translations for Categories/Tags/Link Categories." -msgstr "Също така, изтрий преводите на Категориите, Етикетите, Категориите за връзки." - -#: admin/import_export.php:182 -msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." -msgstr "В случай че нещо не работи както трябва, винаги можете да опитате връщане на qTranslate към първоначалните му настройки. Презареждането няма да изтрие публикации, само ще изчисти всички настройки (включително добавените езици)." +#: admin/qtx_admin_utils.php:421 admin/qtx_configuration.php:552 +#: admin/qtx_configuration.php:1424 +msgid "Languages" +msgstr "Езици" -#: qtranslate_configuration.php:471 +#: admin/qtx_configuration.php:552 msgid "Language Management" msgstr "Езикови настройки" -#: qtranslate_configuration.php:479 +#: admin/qtx_configuration.php:560 msgid "Language Code" msgstr "Код на езика" -#: qtranslate_configuration.php:481 +#: admin/qtx_configuration.php:562 msgid "2-Letter ISO Language Code for the Language you want to insert. (Example: en)" msgstr "2-буквен ISO езиков код на езика, който желаете да добавите. (Пример: en, bg, ru и т.н.)" -#: qtranslate_configuration.php:510 +#: admin/qtx_configuration.php:591 msgid "Incorrect Flag Image Path! Please correct it!" msgstr "Грешен път до картинката за знамето. Моля, коригирайте го!" -#: qtranslate_configuration.php:513 +#: admin/qtx_configuration.php:594 msgid "Choose the corresponding country flag for language. (Example: gb.png)" msgstr "Изберете съответния за езика държавен флаг (пример: bg.png, gb.png и т.н.)" -#: qtranslate_configuration.php:527 +#: admin/qtx_configuration.php:608 msgid "The Name of the language, which will be displayed on the site. (Example: English)" msgstr "Наименованието на езика, което ще се вижда в сайта (напр.: Български, Русский, English и т.н.)" -#: qtranslate_configuration.php:530 +#: admin/qtx_configuration.php:611 msgid "Locale" msgstr "Езиков файл" -#: qtranslate_configuration.php:533 +#: admin/qtx_configuration.php:614 msgid "PHP and Wordpress Locale for the language. (Example: en_US)" msgstr "Име на PHP и Wordpress езиковия файл (напр.: en_US, bg_BG, ru_RU и т.н.)" -#: qtranslate_configuration.php:534 +#: admin/qtx_configuration.php:615 msgid "You will need to install the .mo file for this language." msgstr "Нужно е да инсталирате езиков файл с разширение .mo за този език." -#: qtranslate_configuration.php:538 +#: admin/qtx_configuration.php:619 msgid "Date Format" msgstr "Формат на датата" -#: qtranslate_configuration.php:540 +#: admin/qtx_configuration.php:621 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime (use %q for day suffix (st,nd,rd,th)) or date format. This field is optional. (Example: %A %B %e%q, %Y)" msgstr "В зависимост от типа преобразуване на вашите Дата и Час, можете да използвате както strftime (използвайте %q за окончание за датите (st,nd,rd,th или -ви,-ри,-ти)), така и date формат. Полето не е задължително (напр.: %A %B %e%q, %Y)." -#: qtranslate_configuration.php:543 +#: admin/qtx_configuration.php:624 msgid "Time Format" msgstr "Формат на часа" -#: qtranslate_configuration.php:545 +#: admin/qtx_configuration.php:626 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime or date format. This field is optional. (Example: %I:%M %p)" msgstr "В зависимост от типа преобразуване на вашите Дата и Час, можете да използвате както strftime, така и date формат. Полето не е задължително (напр.: %I:%M %p или %H:%M и др.)." -#: qtranslate_configuration.php:548 +#: admin/qtx_configuration.php:629 msgid "Not Available Message" msgstr "Съобщение при липса" -#: qtranslate_configuration.php:551 +#: admin/qtx_configuration.php:632 msgid "Message to display if post is not available in the requested language. (Example: Sorry, this entry is only available in %LANG:, : and %.)" msgstr "Съобщение, извеждащо се при зареждане на публикация на език, за който липсва превод. Пример: \"Този материал е наличен само на следните езици: %LANG:, : и %.\" или \"Sorry, this entry is only available in %LANG:, : and %.\"." -#: qtranslate_configuration.php:552 +#: admin/qtx_configuration.php:633 msgid "%LANG:<normal_separator>:<last_separator>% generates a list of languages separated by <normal_separator> except for the last one, where <last_separator> will be used instead." msgstr "%LANG:<normal_separator>:<last_separator>% създава списък на езиците, разделени с <normal_separator> без последния, за който ще бъде използван <last_separator>." -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Hide" msgstr "" -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Show" msgstr "Покажи" -#: qtranslate_configuration.php:675 +#: admin/qtx_configuration.php:763 msgid "Save Changes" msgstr "Запази промените" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, fuzzy msgid "Switching Language" msgstr "Редакция на език" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, php-format msgid "Switching language to %1$s... If the Dashboard isn't loading, use this link." msgstr "" -#: qtranslate_configuration.php:713 +#: admin/qtx_configuration.php:801 msgid "qTranslate has been reset." msgstr "qTranslate е презареден." -#: qtranslate_configuration.php:766 +#: admin/qtx_configuration.php:875 msgid "Gettext databases updated." msgstr "Текстовите бази данни са обновени." -#: qtranslate_configuration.php:772 +#: admin/qtx_configuration.php:882 #, php-format msgid "Applicable options and taxonomy names from plugin %s have been imported. Note that the multilingual content of posts, pages and other objects has not been altered during this operation. There is no additional operation needed to import content, since its format is compatible with %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 #, php-format msgid "%sImportant%s: Before you start making edits to post and pages, please, make sure that both, your front site and admin back-end, work under this configuration. It may help to review \"%s\" and see if any of conflicting plugins mentioned there are used here. While the current content, coming from %s, is compatible with this plugin, the newly modified posts and pages will be saved with a new square-bracket-only encoding, which has a number of advantages comparing to former %s encoding. However, the new encoding is not straightforwardly compatible with %s and you will need an additional step available under \"%s\" option if you ever decide to go back to %s. Even with this additional conversion step, the 3rd-party plugins custom-stored data will not be auto-converted, but manual editing will still work. That is why it is advisable to create a test-copy of your site before making any further changes. In case you encounter a problem, please give us a chance to improve %s, send the login information to the test-copy of your site to %s along with a detailed step-by-step description of what is not working, and continue using your main site with %s meanwhile. It would also help, if you share a success story as well, either on %sthe forum%s, or via the same e-mail as mentioned above. Thank you very much for trying %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 admin/qtx_configuration.php:894 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:156 +msgid "Convert Database" +msgstr "Преобразуване" + +#: admin/qtx_configuration.php:883 msgid "This is a one-time message, which you will not see again, unless the same import is repeated." msgstr "" -#: qtranslate_configuration.php:775 qtranslate_configuration.php:1204 +#: admin/qtx_configuration.php:885 admin/qtx_configuration.php:1320 msgid "Compatibility Functions" msgstr "" -#: qtranslate_configuration.php:775 +#: admin/qtx_configuration.php:885 #, php-format msgid "Option \"%s\" has also been turned on, as the most common case for importing configuration from %s. You may turn it off manually if your setup does not require it. Refer to %sFAQ%s for more information." msgstr "" -#: qtranslate_configuration.php:783 +#: admin/qtx_configuration.php:894 #, php-format msgid "Applicable options have been exported to plugin %s. If you have done some post or page updates after migrating from %s, then \"%s\" operation is also required to convert the content to \"dual language tag\" style in order for plugin %s to function." msgstr "" -#: qtranslate_configuration.php:794 +#: admin/qtx_configuration.php:906 msgid "The Language must have a Not-Available Message!" msgstr "Езикът трябва да има \"Съобщение при липса\"" -#: qtranslate_configuration.php:795 +#: admin/qtx_configuration.php:907 msgid "The Language must have a Locale!" msgstr "Езикът трябва да има \"Езиков файл\"" -#: qtranslate_configuration.php:796 +#: admin/qtx_configuration.php:908 msgid "The Language must have a name!" msgstr "Езикът трябва да има \"Име\"" -#: qtranslate_configuration.php:797 +#: admin/qtx_configuration.php:909 msgid "Language Code has to be 2 characters long!" msgstr "Кодът на езика е от два символа!" -#: qtranslate_configuration.php:801 qtranslate_configuration.php:807 +#: admin/qtx_configuration.php:916 admin/qtx_configuration.php:922 msgid "There is already a language with the same Language Code!" msgstr "Вече има език с този \"Езиков код\"" -#: qtranslate_configuration.php:892 qtranslate_configuration.php:914 -#: qtranslate_configuration.php:921 qtranslate_configuration.php:938 -msgid "No such language!" -msgstr "Няма такъв език!" - -#: qtranslate_configuration.php:906 +#: admin/qtx_configuration.php:1019 msgid "Language is already enabled or invalid!" msgstr "Езикът вече е включен или е невалиден!" -#: qtranslate_configuration.php:911 +#: admin/qtx_configuration.php:1025 msgid "Cannot disable Default Language!" msgstr "Не можете да изключите основния език!" -#: qtranslate_configuration.php:917 +#: admin/qtx_configuration.php:1028 admin/qtx_configuration.php:1035 +#: admin/qtx_configuration.php:1052 +msgid "No such language!" +msgstr "Няма такъв език!" + +#: admin/qtx_configuration.php:1031 msgid "Language is already disabled!" msgstr "Езикът е вече изключен!" -#: qtranslate_configuration.php:925 +#: admin/qtx_configuration.php:1039 msgid "Language is already first!" msgstr "Езикът е вече първи!" -#: qtranslate_configuration.php:931 qtranslate_configuration.php:948 +#: admin/qtx_configuration.php:1045 admin/qtx_configuration.php:1062 msgid "New order saved." msgstr "Новата подребда е запазена." -#: qtranslate_configuration.php:942 +#: admin/qtx_configuration.php:1056 msgid "Language is already last!" msgstr "Езикът е вече последен!" -#: qtranslate_configuration.php:960 +#: admin/qtx_configuration.php:1074 msgid "Options saved." msgstr "Настройките са запазени." -#: qtranslate_configuration.php:965 +#: admin/qtx_configuration.php:1079 #, php-format msgid "Could not write to \"%s\", Gettext Databases could not be downloaded!" msgstr "Невъзможно записване в \"%s\", текстовите бази данни не могат да бъдат изтеглени!" -#: qtranslate_configuration.php:991 +#: admin/qtx_configuration.php:1105 msgid "Edit Language" msgstr "Редакция на език" -#: qtranslate_configuration.php:994 +#: admin/qtx_configuration.php:1108 msgid "Save Changes »" msgstr "Запазване на промените »" -#: qtranslate_configuration.php:999 +#: admin/qtx_configuration.php:1110 +msgid "back to configuration page" +msgstr "" + +#: admin/qtx_configuration.php:1114 msgid "Language Management (qTranslate Configuration)" msgstr "Езикови настройки (Настройка на qTranslate)" -#: qtranslate_configuration.php:1000 +#: admin/qtx_configuration.php:1115 #, php-format msgid "For help on how to configure qTranslate correctly, take a look at the qTranslate FAQ and the Support Forum." msgstr "За помощ по правилното настройване на qTranslate, моля вижте qTranslate ЧЗВ и Форума за поддръжка (на англ.)." -#: qtranslate_configuration.php:1002 +#: admin/qtx_configuration.php:1117 msgid "General Settings" msgstr "Общи настройки" -#: qtranslate_configuration.php:1005 +#: admin/qtx_configuration.php:1120 msgid "Default Language / Order" msgstr "Основен език / Подредба" -#: qtranslate_configuration.php:1007 +#: admin/qtx_configuration.php:1122 msgid "Default Language" msgstr "Основен език" -#: qtranslate_configuration.php:1020 +#: admin/qtx_configuration.php:1135 #, php-format msgid "Choose the default language of your blog. This is the language which will be shown on %s. You can also change the order the languages by clicking on the arrows above." msgstr "Изберете основния езика на блога си. Това е езикът, на който %s ще се зарежда. Можете да преподредите реда на показване на езиците чрез стрелките." -#: qtranslate_configuration.php:1025 +#: admin/qtx_configuration.php:1140 msgid "Hide Untranslated Content" msgstr "Скрий непреведеното съдържание" -#: qtranslate_configuration.php:1027 +#: admin/qtx_configuration.php:1142 msgid "Hide Content which is not available for the selected language." msgstr "Скривате съдържанието, което не е налично за избрания език." -#: qtranslate_configuration.php:1029 +#: admin/qtx_configuration.php:1144 msgid "When checked, posts will be hidden if the content is not available for the selected language. If unchecked, a message will appear showing all the languages the content is available in." msgstr "При поставяне на отметка, публикациите ще са видими само на онзи език, за който имат превод. При липса на отметка ще се появи съобщение, показващо всички езици, на които публикацията е преведена." -#: qtranslate_configuration.php:1030 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Export" +msgstr "" + +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Import" +msgstr "" + +#: admin/qtx_configuration.php:1145 #, fuzzy, php-format msgid "This function will not work correctly if you installed %s on a blog with existing entries. In this case you will need to take a look at option \"%s\" under \"%s\" section." msgstr "Тази функция няма да работи коректно, ако инсталирате qTranslate в блог с налични записи. В случая ще е нужно да погледнете \"Преобразуване\" в \"Разширени настройки\"." -#: qtranslate_configuration.php:1032 +#: admin/qtx_configuration.php:1147 #, fuzzy msgid "Show displayed language prefix when content is not available for the selected language." msgstr "Скривате съдържанието, което не е налично за избрания език." -#: qtranslate_configuration.php:1036 +#: admin/qtx_configuration.php:1151 msgid "Detect Browser Language" msgstr "Разпознай езика на браузъра" -#: qtranslate_configuration.php:1038 +#: admin/qtx_configuration.php:1153 msgid "Detect the language of the browser and redirect accordingly." msgstr "Автоматично разпознаване на езика, използван от браузъра на посетителя и съответно езиково пренасочване." -#: qtranslate_configuration.php:1040 +#: admin/qtx_configuration.php:1155 msgid "When the frontpage is visited via bookmark/external link/type-in, the visitor will be forwarded to the correct URL for the language specified by his browser." msgstr "Когато началната страница бъде заредена от отметка, външна хипервръзка или директно, посетителят автоматично ще бъде прехвърлен на езиковата версия на блога, съответна на настройките на неговия браузър." -#: qtranslate_configuration.php:1045 +#: admin/qtx_configuration.php:1160 msgid "Advanced Settings" msgstr "Разширени настройки" -#: qtranslate_configuration.php:1052 qtranslate_configuration.php:1054 -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1167 admin/qtx_configuration.php:1169 +#: admin/qtx_configuration.php:1243 msgid "URL Modification Mode" msgstr "Модел на преобразуване на адреса (URL)." -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Most SEO unfriendly, not recommended." msgstr "" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Use Query Mode (?lang=en)" msgstr "Използвай модел \"запитване\" (?lang=en)" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "SEO friendly." msgstr "" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "Use Pre-Path Mode (Default, puts /en/ in front of URL)" msgstr "Използвай модел \"подпапка\" (основен; поставя езиковия код в адреса (напр.: /bg/ или /en/ и т.н.))" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "Use Pre-Domain Mode (uses http://en.yoursite.com)" msgstr "Използвай модел \"поддомейн\" (напр.: http://en.mysite.com)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "You will need to configure DNS sub-domains on your site." msgstr "" -#: qtranslate_configuration.php:1068 +#: admin/qtx_configuration.php:1183 msgid "Hide URL language information for default language." msgstr "Скрий езиковата индикация от адреса (URL) за основния език." -#: qtranslate_configuration.php:1069 +#: admin/qtx_configuration.php:1184 msgid "This is only applicable to Pre-Path and Pre-Domain mode." msgstr "" -#: qtranslate_configuration.php:1074 +#: admin/qtx_configuration.php:1189 #, fuzzy msgid "Use Per-Domain mode: specify separate user-defined domain for each language." msgstr "Използва функция за емулация на датата и заменя формата с предварително зададените формати за всеки език." -#: qtranslate_configuration.php:1092 +#: admin/qtx_configuration.php:1208 msgid "Domain for" msgstr "" -#: qtranslate_configuration.php:1097 +#: admin/qtx_configuration.php:1213 msgid "Flag Image Path" msgstr "Път до картинката на знамето" -#: qtranslate_configuration.php:1101 +#: admin/qtx_configuration.php:1217 #, fuzzy, php-format msgid "Path to the flag images under wp-content, with trailing slash. (Default: %s, clear the value above to reset it to the default)" msgstr "Път до изображенията на флаговете в директория wp-content, заедно с завършваща наклонена черта (по подразб.: plugins/qtranslate/flags/)" -#: qtranslate_configuration.php:1105 +#: admin/qtx_configuration.php:1221 msgid "Ignore Links" msgstr "Игнорирай връзките" -#: qtranslate_configuration.php:1109 +#: admin/qtx_configuration.php:1225 #, fuzzy, php-format msgid "Don't convert links to files of the given file types. (Always included: %s)" msgstr "Не преобразувай връзките към файлове от изброените типове (по подразб.: gif, jpg, jpeg, png, pdf, swf, tif, rar, zip, 7z, mpg, divx, mpeg, avi, css, js)" -#: qtranslate_configuration.php:1113 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1229 qtranslate_widget.php:119 msgid "Head inline CSS" msgstr "" -#: qtranslate_configuration.php:1115 +#: admin/qtx_configuration.php:1231 msgid "CSS code added by plugin in the head of front-end pages:" msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 qtranslate_widget.php:119 msgid "To disable this inline CSS, clear the check box." msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 admin/qtx_configuration.php:1395 +#: qtranslate_widget.php:119 msgid "To reset to default, clear the text." msgstr "" -#: qtranslate_configuration.php:1123 +#: admin/qtx_configuration.php:1239 #, fuzzy msgid "Cookie Settings" msgstr "Настройки" -#: qtranslate_configuration.php:1125 +#: admin/qtx_configuration.php:1241 #, php-format msgid "Disable language client cookie \"%s\" (not recommended)." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Language cookie is auto-disabled for \"%s\" \"Pre-Domain\" and \"Per-Domain\", as language is always unambiguously defined by a url in those modes." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Otherwise, use this option with a caution, for simple enough sites only. If checked, the user choice of browsing language will not be saved between sessions and some AJAX calls may deliver unexpected language, as well as some undesired language switching during browsing may occur under certain themes (%sRead More%s)." msgstr "" -#: qtranslate_configuration.php:1129 +#: admin/qtx_configuration.php:1245 #, php-format msgid "Make %s cookies available only through HTTPS connections." msgstr "" -#: qtranslate_configuration.php:1131 +#: admin/qtx_configuration.php:1247 msgid "Don't check this if you don't know what you're doing!" msgstr "" -#: qtranslate_configuration.php:1135 +#: admin/qtx_configuration.php:1251 msgid "Update Gettext Databases" msgstr "Обнови текстовите бази данни" -#: qtranslate_configuration.php:1137 +#: admin/qtx_configuration.php:1253 msgid "Automatically check for .mo-Database Updates of installed languages." msgstr "Провери автоматично за обновени .mo файлове за инсталираните езици." -#: qtranslate_configuration.php:1139 +#: admin/qtx_configuration.php:1255 msgid "Update Gettext databases now." msgstr "Обнови текстовите бази данни сега!" -#: qtranslate_configuration.php:1141 +#: admin/qtx_configuration.php:1257 msgid "qTranslate will query the Wordpress Localisation Repository every week and download the latest Gettext Databases (.mo Files)." msgstr "qTranslate ще проверява в страницата за езикови версии на Wordpress всяка седмица и ще изтегля последните текстови бази данни (.mo файлове) автоматично." -#: qtranslate_configuration.php:1145 +#: admin/qtx_configuration.php:1261 msgid "Date / Time Conversion" msgstr "Преобразуване на Дата / Час" -#: qtranslate_configuration.php:1147 +#: admin/qtx_configuration.php:1263 msgid "Use emulated date function." msgstr "Използвай функция за емулация на датата." -#: qtranslate_configuration.php:1148 +#: admin/qtx_configuration.php:1264 msgid "Use emulated date function and replace formats with the predefined formats for each language." msgstr "Използва функция за емулация на датата и заменя формата с предварително зададените формати за всеки език." -#: qtranslate_configuration.php:1149 +#: admin/qtx_configuration.php:1265 msgid "Use strftime instead of date." msgstr "Използвай strftime вместо дата." -#: qtranslate_configuration.php:1150 +#: admin/qtx_configuration.php:1266 msgid "Use strftime instead of date and replace formats with the predefined formats for each language." msgstr "Използва strftime вместо датата и заменя формата с предварително зададените формати за всеки език." -#: qtranslate_configuration.php:1151 +#: admin/qtx_configuration.php:1267 msgid "Depending on the mode selected, additional customizations of the theme may be needed." msgstr "В зависимост от избрания модел е възможно да се наложи да се правят допълнителни промени по шаблона." -#: qtranslate_configuration.php:1160 +#: admin/qtx_configuration.php:1276 #, fuzzy msgid "Translation of options" msgstr "Преведи на" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Filter all WordPress options for translation at front-end. It may hurt performance of the site, but ensures that all options are translated." msgstr "" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Starting from version 3.2.5, only options with multilingual content get filtered, which should help on performance issues." msgstr "" -#: qtranslate_configuration.php:1164 +#: admin/qtx_configuration.php:1280 msgid "Translate only options listed below (for experts only):" msgstr "" -#: qtranslate_configuration.php:1167 +#: admin/qtx_configuration.php:1283 #, php-format msgid "By default, all options are filtered to be translated at front-end for the sake of simplicity of configuration. However, for a developed site, this may cause a considerable performance degradation. Normally, there are very few options, which actually need a translation. You may simply list them above to minimize the performance impact, while still getting translations needed. Options names must match the field \"%s\" of table \"%s\" of WordPress database. A minimum common set of option, normally needed a translation, is already entered in the list above as a default example. Option names in the list may contain wildcard with symbol \"%s\"." msgstr "" -#: qtranslate_configuration.php:1171 +#: admin/qtx_configuration.php:1287 msgid "Custom Fields" msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 #, php-format msgid "Enter \"%s\" or \"%s\" attribute of text fields from your theme, which you wish to translate. This applies to post, page and media editors (%s). To lookup \"%s\" or \"%s\", right-click on the field in the post or the page editor and choose \"%s\". Look for an attribute of the field named \"%s\" or \"%s\". Enter it below, as many as you need, space- or comma-separated. After saving configuration, these fields will start responding to the language switching buttons, and you can enter different text for each language. The input fields of type %s will be parsed using %s syntax, while single line text fields will use %s syntax. If you need to override this behaviour, prepend prefix %s or %s to the name of the field to specify which syntax to use. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 msgctxt "browser option" msgid "Inspect Element" msgstr "" -#: qtranslate_configuration.php:1180 +#: admin/qtx_configuration.php:1296 msgid "The value of \"id\" attribute is normally unique within one page, otherwise the first field found, having an id specified, is picked up." msgstr "" -#: qtranslate_configuration.php:1187 +#: admin/qtx_configuration.php:1303 #, php-format msgid "All the fields of specified classes will respond to Language Switching Buttons. Be careful not to include a class, which would affect language-neutral fields. If you cannot uniquely identify a field needed neither by %s, nor by %s attribute, report the issue on %sSupport Forum%s" msgstr "" -#: qtranslate_configuration.php:1191 +#: admin/qtx_configuration.php:1307 msgid "Custom Filters" msgstr "" -#: qtranslate_configuration.php:1194 +#: admin/qtx_configuration.php:1310 #, php-format msgid "Names of filters (which are enabled on theme or other plugins via %s function) to add translation to. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1198 +#: admin/qtx_configuration.php:1314 msgid "Custom Admin Pages" msgstr "" -#: qtranslate_configuration.php:1200 +#: admin/qtx_configuration.php:1316 #, php-format msgid "List the custom admin page paths for which you wish Language Switching Buttons to show up. The Buttons will then control fields configured in \"Custom Fields\" section. You may only include part of the full URL after %s, including a distinctive query string if needed. As many as desired pages can be listed space/comma separated. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1206 +#: admin/qtx_configuration.php:1322 #, php-format msgid "Enable function name compatibility (%s)." msgstr "" -#: qtranslate_configuration.php:1207 +#: admin/qtx_configuration.php:1323 #, php-format msgid "Some plugins and themes use direct calls to the functions listed, which are defined in former %s plugin and some of its forks. Turning this flag on will enable those function to exists, which will make the dependent plugins and themes to work. WordPress policy prohibits to define functions with the same names as in other plugins, since it generates user-unfriendly fatal errors, when two conflicting plugins are activated simultaneously. Before turning this option on, you have to make sure that there are no other plugins active, which define those functions." msgstr "" -#: qtranslate_configuration.php:1211 +#: admin/qtx_configuration.php:1327 msgid "Editor Mode" msgstr "" -#: qtranslate_configuration.php:1213 +#: admin/qtx_configuration.php:1329 msgid "Use Language Switching Buttons (LSB)." msgstr "" -#: qtranslate_configuration.php:1214 +#: admin/qtx_configuration.php:1330 msgid "This is the default mode." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Do not use Language Switching Buttons to edit multi-language text entries." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Editor Raw Mode" msgstr "" -#: qtranslate_configuration.php:1216 +#: admin/qtx_configuration.php:1332 msgid "Some people prefer to edit the raw entries containing all languages together separated by language defining tags, as they are stored in database." msgstr "" -#: qtranslate_configuration.php:1267 -#, fuzzy, php-format -msgid "%s Flag" -msgstr "Знаме" +#: admin/qtx_configuration.php:1340 admin/qtx_configuration.php:1343 +msgid "LSB Style" +msgstr "" + +#: admin/qtx_configuration.php:1344 +msgid "Choose CSS style for how Language Switching Buttons are rendered:" +msgstr "" + +#: admin/qtx_configuration.php:1345 +#, php-format +msgid "LSB %s-wrap classes:" +msgstr "" + +#: admin/qtx_configuration.php:1346 +msgid "Active button class:" +msgstr "" + +#: admin/qtx_configuration.php:1347 +msgid "The above is reset to an appropriate default, if the below is changed." +msgstr "" + +#: admin/qtx_configuration.php:1348 +msgid "CSS set:" +msgstr "" + +#: admin/qtx_configuration.php:1352 admin/qtx_configuration.php:1354 +#: admin/qtx_configuration.php:1388 admin/qtx_configuration.php:1390 +msgid "Use custom CSS" +msgstr "" + +#: admin/qtx_configuration.php:1354 +#, php-format +msgid "Choice \"%s\" disables this option and allows one to use its own custom CSS provided by other means." +msgstr "" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1371 admin/qtx_configuration.php:1375 +#: admin/qtx_user_options.php:18 +msgid "Highlight Style" +msgstr "" + +#: admin/qtx_configuration.php:1373 +msgid "When there are many integrated or customized translatable fields, it may become confusing to know which field has multilingual value. The highlighting of translatable fields may come handy then:" +msgstr "" + +#: admin/qtx_configuration.php:1376 admin/qtx_configuration.php:1378 +msgid "Do not highlight the translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1380 admin/qtx_configuration.php:1382 +msgid "Show a line on the left border of translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1384 admin/qtx_configuration.php:1386 +msgid "Draw a border around translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1395 +msgid "Admin Color Scheme" +msgstr "" + +#: admin/qtx_configuration.php:1395 +#, php-format +msgid "The color in use is taken from your profile option %s, the third color." +msgstr "" + +#: admin/qtx_configuration.php:1433 +#, fuzzy +msgid "List of Configured Languages" +msgstr "Език, от който ще се превежда" + +#: admin/qtx_configuration.php:1438 +#, php-format +msgid "Only enabled languages are loaded at front-end, while all %d configured languages are listed here." +msgstr "" + +#: admin/qtx_configuration.php:1439 +msgid "The table below contains both pre-defined and manually added or modified languages." +msgstr "" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Delete" +msgstr "Изтрий" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Disable" msgstr "Изключи" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Enable" msgstr "Включи" -#: qtranslate_configuration.php:1270 -msgid "Edit" -msgstr "Редактирай" +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Reset" +msgstr "" -#: qtranslate_configuration.php:1271 +#: admin/qtx_configuration.php:1440 +#, php-format +msgid "You may %s or %s a language, or %s manually added language, or %s previous modifications of a pre-defined language." +msgstr "" + +#: admin/qtx_configuration.php:1441 +#, php-format +msgid "Click %s to modify language properties." +msgstr "" + +#: admin/qtx_configuration.php:1463 +#, fuzzy, php-format +msgid "%s Flag" +msgstr "Знаме" + +#: admin/qtx_configuration.php:1465 msgid "Default" msgstr "Основен" -#: qtranslate_configuration.php:1271 -msgid "Delete" -msgstr "Изтрий" +#: admin/qtx_configuration.php:1467 +msgid "Pre-Defined" +msgstr "" -#: qtranslate_configuration.php:1276 +#: admin/qtx_configuration.php:1476 msgid "Enabling a language will cause qTranslate to update the Gettext-Database for the language, which can take a while depending on your server's connection speed." msgstr "Включването на даден език ще накара qTranslate да обнови текстовата база данни за този език, което може да отнеме известно време (зависи от скоростта на връзката на вашия сървър)." -#: qtranslate_configuration.php:1283 +#: admin/qtx_configuration.php:1483 msgid "Add Language" msgstr "Добавяне на език" -#: qtranslate_configuration.php:1286 +#: admin/qtx_configuration.php:1486 msgid "Add Language »" msgstr "Добави езика »" -#: qtranslate_configuration.php:1301 +#: admin/qtx_configuration.php:1508 #, fuzzy msgid "Language Menu" msgstr "Код на езика" -#: qtranslate_configuration.php:1350 +#: admin/qtx_configuration.php:1557 msgid "Help" msgstr "" -#: qtranslate_configuration.php:1352 +#: admin/qtx_configuration.php:1559 #, php-format msgid "Menu item added is replaced with a sub-menu of available languages when menu is rendered. Depending on how your theme renders menu you may need to override and customize css entries %s and %s, originally defined in %s. The field \"URL\" of inserted menu item allows additional configuration described in %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1357 +#: admin/qtx_configuration.php:1564 msgid "Add to Menu" msgstr "" -#: qtranslate_configuration.php:1367 +#: admin/qtx_configuration.php:1574 #, fuzzy msgid "Language Switcher" msgstr "Код на езика" -#: qtranslate_configuration.php:1404 +#: admin/qtx_configuration.php:1619 msgid "Settings" msgstr "Настройки" +#: admin/qtx_import_export.php:125 +msgid "Plugin" +msgstr "" + +#: admin/qtx_import_export.php:131 +msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." +msgstr "" + +#: admin/qtx_import_export.php:134 +#, php-format +msgid "Use plugin %s to import data." +msgstr "" + +#: admin/qtx_import_export.php:138 +msgid "Do not migrate any setting" +msgstr "" + +#: admin/qtx_import_export.php:140 +#, fuzzy +msgid "Import settings from " +msgstr "Начално състояние на qTranslate" + +#: admin/qtx_import_export.php:142 +#, fuzzy +msgid "Export settings to " +msgstr "Начално състояние на qTranslate" + +#: admin/qtx_import_export.php:158 +#, php-format +msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." +msgstr "Ако обновявате от qTranslate 1.х или Polyglot, натиснете тук, за да приведете публикациите си към новия формат на оператора за език." + +#: admin/qtx_import_export.php:159 +#, php-format +msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." +msgstr "Ако първото инсталиране на qTranslate е направено в блог със съществуващи публикации, можете или да минете ръчно през всички тях и да ги запазите в правилния език или да натиснете тук, за автоматичното им отбелязване като написани на избрания за основен език." + +#: admin/qtx_import_export.php:160 +msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." +msgstr "И двете команди са необратими! Правете пълен архив на базите данни на сайта преди да натинете някоя от тях." + +#: admin/qtx_import_export.php:161 +#, fuzzy +msgid "Do not convert database" +msgstr "Преобразуване" + +#: admin/qtx_import_export.php:162 +msgid "Convert database to the \"square bracket only\" style." +msgstr "" + +#: admin/qtx_import_export.php:163 +#, php-format +msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." +msgstr "" + +#: admin/qtx_import_export.php:164 +msgid "Convert database back to the legacy \"dual language tag\" style." +msgstr "" + +#: admin/qtx_import_export.php:165 +msgid "Note, that only string options and standard post and page fields are affected." +msgstr "" + +#: admin/qtx_import_export.php:174 +msgid "Reset qTranslate" +msgstr "Начално състояние на qTranslate" + +#: admin/qtx_import_export.php:176 +msgid "Check this box and click Save Changes to reset all qTranslate settings." +msgstr "Поставете отметка в кутийката и натиснете \"Запазване на промените\" за да презаредите всички настройки на qTranslate." + +#: admin/qtx_import_export.php:178 +msgid "Yes, I really want to reset qTranslate." +msgstr "Да, наистина желая да върна qTranslate към първоначалните му настройки." + +#: admin/qtx_import_export.php:180 +msgid "Also delete Translations for Categories/Tags/Link Categories." +msgstr "Също така, изтрий преводите на Категориите, Етикетите, Категориите за връзки." + +#: admin/qtx_import_export.php:182 +msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." +msgstr "В случай че нещо не работи както трябва, винаги можете да опитате връщане на qTranslate към първоначалните му настройки. Презареждането няма да изтрие публикации, само ще изчисти всички настройки (включително добавените езици)." + +#: admin/qtx_languages.php:93 +#, fuzzy +msgid "Cannot delete Default Language!" +msgstr "Не можете да изключите основния език!" + +#: admin/qtx_user_options.php:9 +#, fuzzy +msgid "Translation options" +msgstr "Преведи на" + +#: admin/qtx_user_options.php:14 +msgid "Highlight Translatable Fields" +msgstr "" + +#: admin/qtx_user_options.php:18 +#, php-format +msgid "The way the translatable fields are highlighted is configured with global option %s." +msgstr "" + #: qtranslate_frontend.php:162 qtranslate_widget.php:67 msgid "Language" msgstr "Език" diff --git a/lang/qtranslate-cs_CZ.po b/lang/qtranslate-cs_CZ.po index 58873dd..48f1645 100644 --- a/lang/qtranslate-cs_CZ.po +++ b/lang/qtranslate-cs_CZ.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: qTranslate-X 3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-03-19 14:09-0600\n" +"POT-Creation-Date: 2015-03-25 22:22-0600\n" "PO-Revision-Date: 2015-02-04 14:41-0000\n" "Language-Team: qTranslate Team Translators\n" "MIME-Version: 1.0\n" @@ -21,766 +21,897 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Poedit-SearchPath-0: .\n" -#: admin/activation_hook.php:37 admin/activation_hook.php:137 -#: qtranslate_configuration.php:772 +#: admin/qtx_activation_hook.php:80 admin/qtx_activation_hook.php:205 +#: admin/qtx_configuration.php:882 #, php-format msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so." msgstr "" -#: admin/activation_hook.php:38 +#: admin/qtx_activation_hook.php:81 #, php-format msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously." msgstr "" -#: admin/activation_hook.php:40 +#: admin/qtx_activation_hook.php:83 #, php-format msgid "The compatible settings from %s have been imported to %s. Further tuning, import, export and reset of options can be done at Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:42 +#: admin/qtx_activation_hook.php:85 #, php-format msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:135 +#: admin/qtx_activation_hook.php:203 #, php-format msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/Languages configuration page. Then you have to deactivate one of the plugins to continue." msgstr "" -#: admin/activation_hook.php:140 admin/activation_hook.php:142 +#: admin/qtx_activation_hook.php:208 admin/qtx_activation_hook.php:210 #, php-format msgid "Deactivate %s" msgstr "" -#: admin/activation_hook.php:176 +#: admin/qtx_activation_hook.php:249 #, php-format msgid "Plugin %s may be integrated with multilingual plugin %s with a help of plugin %s." msgstr "" -#: admin/activation_hook.php:178 +#: admin/qtx_activation_hook.php:251 msgid "Please, press an appropriate button below." msgstr "" -#: admin/activation_hook.php:182 +#: admin/qtx_activation_hook.php:255 #, php-format msgid "Activate plugin %s" msgstr "" -#: admin/activation_hook.php:184 +#: admin/qtx_activation_hook.php:257 #, php-format msgid "Install plugin %s" msgstr "" -#: admin/activation_hook.php:186 +#: admin/qtx_activation_hook.php:259 msgid "I am aware of that, dismiss this message." msgstr "" -#: admin/activation_hook.php:240 +#: admin/qtx_activation_hook.php:309 #, php-format msgid "Thank you for using %s plugin!" msgstr "" -#: admin/activation_hook.php:242 +#: admin/qtx_activation_hook.php:311 #, php-format msgid "Please, help us to make a decision on \"%s\" feature, press the button below." msgstr "" -#: admin/activation_hook.php:242 admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:311 admin/qtx_activation_hook.php:313 #: qtranslate_services.php:787 msgid "Translation Service" msgstr "Překladatelská služba" -#: admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:313 #, php-format msgid "Survey on \"%s\" feature" msgstr "" -#: admin/activation_hook.php:245 +#: admin/qtx_activation_hook.php:314 admin/qtx_activation_hook.php:348 msgid "I have already done it, dismiss this message." msgstr "" -#: admin/admin_utils.php:145 +#: admin/qtx_activation_hook.php:346 +#, php-format +msgid "The latest version of plugin %s has a number of new options, for example, %s, which may change the look of some pages. Please, review the help text of new options on %sconfiguration page%s." +msgstr "" + +#: admin/qtx_admin_utils.php:146 msgid "Database has been converted to square bracket format." msgstr "" -#: admin/admin_utils.php:145 admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:146 admin/qtx_admin_utils.php:148 msgid "Note: custom entries are not touched." msgstr "" -#: admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:148 msgid "Database has been converted to legacy dual-tag format." msgstr "" -#: admin/admin_utils.php:405 qtranslate_configuration.php:484 -#: qtranslate_configuration.php:507 qtranslate_frontend.php:168 +#: admin/qtx_admin_utils.php:406 admin/qtx_configuration.php:565 +#: admin/qtx_configuration.php:588 qtranslate_frontend.php:168 #: qtranslate_frontend.php:195 msgid "Flag" msgstr "Vlajka" -#: admin/admin_utils.php:406 qtranslate_configuration.php:525 +#: admin/qtx_admin_utils.php:407 admin/qtx_configuration.php:606 msgid "Name" msgstr "Jméno" -#: admin/admin_utils.php:407 qtranslate_services.php:383 +#: admin/qtx_admin_utils.php:408 qtranslate_services.php:383 msgid "Action" msgstr "Stav" -#: admin/admin_utils.php:420 qtranslate_configuration.php:471 -#: qtranslate_configuration.php:1245 -msgid "Languages" -msgstr "Jazyky" - -#: admin/import_export.php:125 -msgid "Plugin" -msgstr "" - -#: admin/import_export.php:131 -msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." -msgstr "" - -#: admin/import_export.php:134 -#, php-format -msgid "Use plugin %s to import data." -msgstr "" - -#: admin/import_export.php:138 -msgid "Do not migrate any setting" -msgstr "" - -#: admin/import_export.php:140 -msgid "Import settings from " -msgstr "" - -#: admin/import_export.php:142 -msgid "Export settings to " -msgstr "" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Export" -msgstr "" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Import" -msgstr "" - -#: admin/import_export.php:156 qtranslate_configuration.php:773 -#: qtranslate_configuration.php:783 qtranslate_configuration.php:1030 -msgid "Convert Database" -msgstr "Převést databázi" - -#: admin/import_export.php:158 -#, php-format -msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." -msgstr "Pokud aktualizujete z qTranslate 1.x nebo Polyglotu, klikněte zde pro převedení příspěvků do nového formátu." - -#: admin/import_export.php:159 -#, php-format -msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." -msgstr "Pokud máte nainstalovaný qTranslate poprvé na Wordpressu, můžete projít všechny vaše příspěvky ručně a uložit je ve správném jazyce nebo kliknout zde pro označení všech stávajících příspěvků, které jsou psány ve výchozím jazyce." - -#: admin/import_export.php:160 -msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." -msgstr "Oba procesy jsou nezvratné! Ujistěte se, že máte zalohovanou databázi předtím než kliknete na odkaz." - -#: admin/import_export.php:161 -#, fuzzy -msgid "Do not convert database" -msgstr "Převést databázi" - -#: admin/import_export.php:162 -msgid "Convert database to the \"square bracket only\" style." -msgstr "" - -#: admin/import_export.php:163 -#, php-format -msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." -msgstr "" - -#: admin/import_export.php:164 -msgid "Convert database back to the legacy \"dual language tag\" style." -msgstr "" +#: admin/qtx_admin_utils.php:409 admin/qtx_configuration.php:1441 +#: admin/qtx_configuration.php:1466 +msgid "Edit" +msgstr "Upravit" -#: admin/import_export.php:165 -msgid "Note, that only string options and standard post and page fields are affected." +#: admin/qtx_admin_utils.php:410 +msgid "Stored" msgstr "" -#: admin/import_export.php:174 -msgid "Reset qTranslate" -msgstr "Resetovat qTranslate" - -#: admin/import_export.php:176 -msgid "Check this box and click Save Changes to reset all qTranslate settings." -msgstr "Zaškrtněte toto políčko a klepněte na tlačítko Uložit změny pro obnovení všech nastavení qTranslate." - -#: admin/import_export.php:178 -msgid "Yes, I really want to reset qTranslate." -msgstr "Ano, opravdu chci resetovat qTranslate." - -#: admin/import_export.php:180 -msgid "Also delete Translations for Categories/Tags/Link Categories." -msgstr "Vymazat překlady pro kategorie/tagy/kategorie odkazů." - -#: admin/import_export.php:182 -msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." -msgstr "Pokud něco nefunguje správně, můžete zkusit obnovit všechna qTranslate nastavení. Resetováním se neodstraní žádné příspěvky, ale odstraní veškerá nastavení (včetně všech přidaných jazyků)." +#: admin/qtx_admin_utils.php:421 admin/qtx_configuration.php:552 +#: admin/qtx_configuration.php:1424 +msgid "Languages" +msgstr "Jazyky" -#: qtranslate_configuration.php:471 +#: admin/qtx_configuration.php:552 msgid "Language Management" msgstr "Správa jazyku" -#: qtranslate_configuration.php:479 +#: admin/qtx_configuration.php:560 msgid "Language Code" msgstr "Kód jazyka" -#: qtranslate_configuration.php:481 +#: admin/qtx_configuration.php:562 msgid "2-Letter ISO Language Code for the Language you want to insert. (Example: en)" msgstr "2 znaky ISO Language Code jazyku, který chcete vložit. (Např: cs)" -#: qtranslate_configuration.php:510 +#: admin/qtx_configuration.php:591 msgid "Incorrect Flag Image Path! Please correct it!" msgstr "Nesprávná cesta obrázku vlajky! Prosím opravte to!" -#: qtranslate_configuration.php:513 +#: admin/qtx_configuration.php:594 msgid "Choose the corresponding country flag for language. (Example: gb.png)" msgstr "Zvolte příslušnou vlajku země pro jazyk. (Příklad: cz.png)" -#: qtranslate_configuration.php:527 +#: admin/qtx_configuration.php:608 msgid "The Name of the language, which will be displayed on the site. (Example: English)" msgstr "Jméno jazyka, který se zobrazí na webu. (Příklad: čeština)" -#: qtranslate_configuration.php:530 +#: admin/qtx_configuration.php:611 msgid "Locale" msgstr "Lokalizace" -#: qtranslate_configuration.php:533 +#: admin/qtx_configuration.php:614 msgid "PHP and Wordpress Locale for the language. (Example: en_US)" msgstr "PHP a Wordpress jazykové prostředí. (Příklad: cs_CZ)" -#: qtranslate_configuration.php:534 +#: admin/qtx_configuration.php:615 msgid "You will need to install the .mo file for this language." msgstr "Budete muset nainstalovat .mo soubor tohoto jazyka." -#: qtranslate_configuration.php:538 +#: admin/qtx_configuration.php:619 msgid "Date Format" msgstr "Formát data" -#: qtranslate_configuration.php:540 +#: admin/qtx_configuration.php:621 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime (use %q for day suffix (st,nd,rd,th)) or date format. This field is optional. (Example: %A %B %e%q, %Y)" msgstr "V závislosti na vašem formátu času a datumu, můžete buď zadat strftime nebo date formát. Toto pole je nepovinné. (Příklad: %e. %m %Y)" -#: qtranslate_configuration.php:543 +#: admin/qtx_configuration.php:624 msgid "Time Format" msgstr "Formát času" -#: qtranslate_configuration.php:545 +#: admin/qtx_configuration.php:626 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime or date format. This field is optional. (Example: %I:%M %p)" msgstr "V závislosti na vašem formátu času a datumu, můžete buď zadat strftime nebo date formát. Toto pole je nepovinné. (Příklad: %H : %m)" -#: qtranslate_configuration.php:548 +#: admin/qtx_configuration.php:629 msgid "Not Available Message" msgstr "Zpráva, pokud není k dispozici" -#: qtranslate_configuration.php:551 +#: admin/qtx_configuration.php:632 msgid "Message to display if post is not available in the requested language. (Example: Sorry, this entry is only available in %LANG:, : and %.)" msgstr "Zpráva, která se zobrazí pokud příspěvek není dostupný v daném jazyce. (Příklad: Omlouváme se, tato položka je k dispozici pouze v %LANG:, : a %.)" -#: qtranslate_configuration.php:552 +#: admin/qtx_configuration.php:633 msgid "%LANG:<normal_separator>:<last_separator>% generates a list of languages separated by <normal_separator> except for the last one, where <last_separator> will be used instead." msgstr "%LANG:, : a % vytváří seznam jazyků oddělených čárkou kromě posledního, který je použit." -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Hide" msgstr "" -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Show" msgstr "Zobrazit" -#: qtranslate_configuration.php:675 +#: admin/qtx_configuration.php:763 msgid "Save Changes" msgstr "Uložit změny" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 msgid "Switching Language" msgstr "Přepínání jazyků" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, php-format msgid "Switching language to %1$s... If the Dashboard isn't loading, use this link." msgstr "Přepínání jazyků na %1$s... Pokud se nástěnka nenačte, použijte tento odkaz." -#: qtranslate_configuration.php:713 +#: admin/qtx_configuration.php:801 msgid "qTranslate has been reset." msgstr "qTranslate byl resetován." -#: qtranslate_configuration.php:766 +#: admin/qtx_configuration.php:875 msgid "Gettext databases updated." msgstr "Gettext databáze aktualizována." -#: qtranslate_configuration.php:772 +#: admin/qtx_configuration.php:882 #, php-format msgid "Applicable options and taxonomy names from plugin %s have been imported. Note that the multilingual content of posts, pages and other objects has not been altered during this operation. There is no additional operation needed to import content, since its format is compatible with %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 #, php-format msgid "%sImportant%s: Before you start making edits to post and pages, please, make sure that both, your front site and admin back-end, work under this configuration. It may help to review \"%s\" and see if any of conflicting plugins mentioned there are used here. While the current content, coming from %s, is compatible with this plugin, the newly modified posts and pages will be saved with a new square-bracket-only encoding, which has a number of advantages comparing to former %s encoding. However, the new encoding is not straightforwardly compatible with %s and you will need an additional step available under \"%s\" option if you ever decide to go back to %s. Even with this additional conversion step, the 3rd-party plugins custom-stored data will not be auto-converted, but manual editing will still work. That is why it is advisable to create a test-copy of your site before making any further changes. In case you encounter a problem, please give us a chance to improve %s, send the login information to the test-copy of your site to %s along with a detailed step-by-step description of what is not working, and continue using your main site with %s meanwhile. It would also help, if you share a success story as well, either on %sthe forum%s, or via the same e-mail as mentioned above. Thank you very much for trying %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 admin/qtx_configuration.php:894 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:156 +msgid "Convert Database" +msgstr "Převést databázi" + +#: admin/qtx_configuration.php:883 msgid "This is a one-time message, which you will not see again, unless the same import is repeated." msgstr "" -#: qtranslate_configuration.php:775 qtranslate_configuration.php:1204 +#: admin/qtx_configuration.php:885 admin/qtx_configuration.php:1320 msgid "Compatibility Functions" msgstr "" -#: qtranslate_configuration.php:775 +#: admin/qtx_configuration.php:885 #, php-format msgid "Option \"%s\" has also been turned on, as the most common case for importing configuration from %s. You may turn it off manually if your setup does not require it. Refer to %sFAQ%s for more information." msgstr "" -#: qtranslate_configuration.php:783 +#: admin/qtx_configuration.php:894 #, php-format msgid "Applicable options have been exported to plugin %s. If you have done some post or page updates after migrating from %s, then \"%s\" operation is also required to convert the content to \"dual language tag\" style in order for plugin %s to function." msgstr "" -#: qtranslate_configuration.php:794 +#: admin/qtx_configuration.php:906 msgid "The Language must have a Not-Available Message!" msgstr "Jazyk musí mít k dispozici zprávu Není k dispozici!" -#: qtranslate_configuration.php:795 +#: admin/qtx_configuration.php:907 msgid "The Language must have a Locale!" msgstr "Jazyk musí mít lokalizaci!" -#: qtranslate_configuration.php:796 +#: admin/qtx_configuration.php:908 msgid "The Language must have a name!" msgstr "Jazyk musí mít jméno!" -#: qtranslate_configuration.php:797 +#: admin/qtx_configuration.php:909 msgid "Language Code has to be 2 characters long!" msgstr "Kód jazyka musí být 2 znaky dlouhý!" -#: qtranslate_configuration.php:801 qtranslate_configuration.php:807 +#: admin/qtx_configuration.php:916 admin/qtx_configuration.php:922 msgid "There is already a language with the same Language Code!" msgstr "Už existuje jazyk s tímto kódem jazyka!" -#: qtranslate_configuration.php:892 qtranslate_configuration.php:914 -#: qtranslate_configuration.php:921 qtranslate_configuration.php:938 -msgid "No such language!" -msgstr "Žádný takový jazyk!" - -#: qtranslate_configuration.php:906 +#: admin/qtx_configuration.php:1019 msgid "Language is already enabled or invalid!" msgstr "Jazyk je již povolen nebo je neplatný!" -#: qtranslate_configuration.php:911 +#: admin/qtx_configuration.php:1025 msgid "Cannot disable Default Language!" msgstr "Nemůžete zakázat Výchozí jazyk!" -#: qtranslate_configuration.php:917 +#: admin/qtx_configuration.php:1028 admin/qtx_configuration.php:1035 +#: admin/qtx_configuration.php:1052 +msgid "No such language!" +msgstr "Žádný takový jazyk!" + +#: admin/qtx_configuration.php:1031 msgid "Language is already disabled!" msgstr "Jazyk je již zakázán!" -#: qtranslate_configuration.php:925 +#: admin/qtx_configuration.php:1039 msgid "Language is already first!" msgstr "Jazyk je již první!" -#: qtranslate_configuration.php:931 qtranslate_configuration.php:948 +#: admin/qtx_configuration.php:1045 admin/qtx_configuration.php:1062 msgid "New order saved." msgstr "Nové pořadí uloženo." -#: qtranslate_configuration.php:942 +#: admin/qtx_configuration.php:1056 msgid "Language is already last!" msgstr "Jazyk je již poslední!" -#: qtranslate_configuration.php:960 +#: admin/qtx_configuration.php:1074 msgid "Options saved." msgstr "Nastavení uloženo." -#: qtranslate_configuration.php:965 +#: admin/qtx_configuration.php:1079 #, php-format msgid "Could not write to \"%s\", Gettext Databases could not be downloaded!" msgstr "Nelze zapisovat do \"%s\", Gettext Databáze není možno stáhnout!" -#: qtranslate_configuration.php:991 +#: admin/qtx_configuration.php:1105 msgid "Edit Language" msgstr "Upravit Jazyk" -#: qtranslate_configuration.php:994 +#: admin/qtx_configuration.php:1108 msgid "Save Changes »" msgstr "Uložit změny »" -#: qtranslate_configuration.php:999 +#: admin/qtx_configuration.php:1110 +msgid "back to configuration page" +msgstr "" + +#: admin/qtx_configuration.php:1114 msgid "Language Management (qTranslate Configuration)" msgstr "Zpráva jazyku (qTranslate konfigurace)" -#: qtranslate_configuration.php:1000 +#: admin/qtx_configuration.php:1115 #, php-format msgid "For help on how to configure qTranslate correctly, take a look at the qTranslate FAQ and the Support Forum." msgstr "Pr nápovědu na správnou konfiguraci qTranslate se podívejte na qTranslate FAQ nebo Forum podpory." -#: qtranslate_configuration.php:1002 +#: admin/qtx_configuration.php:1117 msgid "General Settings" msgstr "Obecné nastavení" -#: qtranslate_configuration.php:1005 +#: admin/qtx_configuration.php:1120 msgid "Default Language / Order" msgstr "Výchozí pořadí jazyků" -#: qtranslate_configuration.php:1007 +#: admin/qtx_configuration.php:1122 msgid "Default Language" msgstr "Výchozí jazyk" -#: qtranslate_configuration.php:1020 +#: admin/qtx_configuration.php:1135 #, php-format msgid "Choose the default language of your blog. This is the language which will be shown on %s. You can also change the order the languages by clicking on the arrows above." msgstr "Vyberte si výchozí jazyk svého blogu. To je jazyk, který se zobrazí na %s. Můžete také změnit pořadí jazyků kliknutím na šipky výše." -#: qtranslate_configuration.php:1025 +#: admin/qtx_configuration.php:1140 msgid "Hide Untranslated Content" msgstr "Skrýt nepřeložený obsah" -#: qtranslate_configuration.php:1027 +#: admin/qtx_configuration.php:1142 msgid "Hide Content which is not available for the selected language." msgstr "Skrýt obsah, který není dostupný pro zvolený jazyk." -#: qtranslate_configuration.php:1029 +#: admin/qtx_configuration.php:1144 msgid "When checked, posts will be hidden if the content is not available for the selected language. If unchecked, a message will appear showing all the languages the content is available in." msgstr "Při zaškrtnutí budou příspěvky skryté, pokud obsah není dostupný pro zvolený jazyk. Je-li zaškrtnuto, objeví se zpráva uvádějící všechny jazyky které jsou k dispozici." -#: qtranslate_configuration.php:1030 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Export" +msgstr "" + +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Import" +msgstr "" + +#: admin/qtx_configuration.php:1145 #, php-format msgid "This function will not work correctly if you installed %s on a blog with existing entries. In this case you will need to take a look at option \"%s\" under \"%s\" section." msgstr "Tato funkce nebude pracovat správně, pokud jste nainstalovali %s na blogu s existujícími záznamy. V tomto případě budete muset podívat na \"%s\" v \"%s\"." -#: qtranslate_configuration.php:1032 +#: admin/qtx_configuration.php:1147 msgid "Show displayed language prefix when content is not available for the selected language." msgstr "" -#: qtranslate_configuration.php:1036 +#: admin/qtx_configuration.php:1151 msgid "Detect Browser Language" msgstr "Detekovat jazyk prohlížeče" -#: qtranslate_configuration.php:1038 +#: admin/qtx_configuration.php:1153 msgid "Detect the language of the browser and redirect accordingly." msgstr "Detekovat jazyk prohlížeče a přesměrovat odpovídajícím způsobem." -#: qtranslate_configuration.php:1040 +#: admin/qtx_configuration.php:1155 msgid "When the frontpage is visited via bookmark/external link/type-in, the visitor will be forwarded to the correct URL for the language specified by his browser." msgstr "Pokud je hlavní stránka navštívena přes záložku/externí odkaz, bude návštěvníkovi předána správná adresa URL s jazykem určeným pro jeho prohlížeč." -#: qtranslate_configuration.php:1045 +#: admin/qtx_configuration.php:1160 msgid "Advanced Settings" msgstr "Pokročilé nastavení" -#: qtranslate_configuration.php:1052 qtranslate_configuration.php:1054 -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1167 admin/qtx_configuration.php:1169 +#: admin/qtx_configuration.php:1243 msgid "URL Modification Mode" msgstr "Mód úpravy URL" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Most SEO unfriendly, not recommended." msgstr "" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Use Query Mode (?lang=en)" msgstr "Použít Query mód (?lang=cs)" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "SEO friendly." msgstr "" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "Use Pre-Path Mode (Default, puts /en/ in front of URL)" msgstr "Použít Pre-Path mód (výchozí, vloží /cs/ před URL)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "Use Pre-Domain Mode (uses http://en.yoursite.com)" msgstr "Použít Pre-Domain mód (použíje http://cs.tvujweb.cz)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "You will need to configure DNS sub-domains on your site." msgstr "" -#: qtranslate_configuration.php:1068 +#: admin/qtx_configuration.php:1183 msgid "Hide URL language information for default language." msgstr "Neměnit URL pro výchozí jazyk." -#: qtranslate_configuration.php:1069 +#: admin/qtx_configuration.php:1184 msgid "This is only applicable to Pre-Path and Pre-Domain mode." msgstr "" -#: qtranslate_configuration.php:1074 +#: admin/qtx_configuration.php:1189 msgid "Use Per-Domain mode: specify separate user-defined domain for each language." msgstr "" -#: qtranslate_configuration.php:1092 +#: admin/qtx_configuration.php:1208 msgid "Domain for" msgstr "" -#: qtranslate_configuration.php:1097 +#: admin/qtx_configuration.php:1213 msgid "Flag Image Path" msgstr "Cesta k obrázkům vlajek" -#: qtranslate_configuration.php:1101 +#: admin/qtx_configuration.php:1217 #, php-format msgid "Path to the flag images under wp-content, with trailing slash. (Default: %s, clear the value above to reset it to the default)" msgstr "" -#: qtranslate_configuration.php:1105 +#: admin/qtx_configuration.php:1221 msgid "Ignore Links" msgstr "Ignorované odkazy" -#: qtranslate_configuration.php:1109 +#: admin/qtx_configuration.php:1225 #, php-format msgid "Don't convert links to files of the given file types. (Always included: %s)" msgstr "" -#: qtranslate_configuration.php:1113 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1229 qtranslate_widget.php:119 msgid "Head inline CSS" msgstr "" -#: qtranslate_configuration.php:1115 +#: admin/qtx_configuration.php:1231 msgid "CSS code added by plugin in the head of front-end pages:" msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 qtranslate_widget.php:119 msgid "To disable this inline CSS, clear the check box." msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 admin/qtx_configuration.php:1395 +#: qtranslate_widget.php:119 msgid "To reset to default, clear the text." msgstr "" -#: qtranslate_configuration.php:1123 +#: admin/qtx_configuration.php:1239 #, fuzzy msgid "Cookie Settings" msgstr "Nastavení" -#: qtranslate_configuration.php:1125 +#: admin/qtx_configuration.php:1241 #, php-format msgid "Disable language client cookie \"%s\" (not recommended)." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Language cookie is auto-disabled for \"%s\" \"Pre-Domain\" and \"Per-Domain\", as language is always unambiguously defined by a url in those modes." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Otherwise, use this option with a caution, for simple enough sites only. If checked, the user choice of browsing language will not be saved between sessions and some AJAX calls may deliver unexpected language, as well as some undesired language switching during browsing may occur under certain themes (%sRead More%s)." msgstr "" -#: qtranslate_configuration.php:1129 +#: admin/qtx_configuration.php:1245 #, php-format msgid "Make %s cookies available only through HTTPS connections." msgstr "" -#: qtranslate_configuration.php:1131 +#: admin/qtx_configuration.php:1247 msgid "Don't check this if you don't know what you're doing!" msgstr "" -#: qtranslate_configuration.php:1135 +#: admin/qtx_configuration.php:1251 msgid "Update Gettext Databases" msgstr "Aktualizovat Gettext databázi" -#: qtranslate_configuration.php:1137 +#: admin/qtx_configuration.php:1253 msgid "Automatically check for .mo-Database Updates of installed languages." msgstr "Automaticky kontrolovat aktualizace .mo databáze instalovaných jazyků." -#: qtranslate_configuration.php:1139 +#: admin/qtx_configuration.php:1255 msgid "Update Gettext databases now." msgstr "Aktualizovat Gettext databázi nyní." -#: qtranslate_configuration.php:1141 +#: admin/qtx_configuration.php:1257 msgid "qTranslate will query the Wordpress Localisation Repository every week and download the latest Gettext Databases (.mo Files)." msgstr "qTranslate bude dotazovat Wordpress Localisation Repository každý týden a stáhne nejnovější Gettext databází (.mo Files)." -#: qtranslate_configuration.php:1145 +#: admin/qtx_configuration.php:1261 msgid "Date / Time Conversion" msgstr "Konverze Datumu/času" -#: qtranslate_configuration.php:1147 +#: admin/qtx_configuration.php:1263 msgid "Use emulated date function." msgstr "Použijte funkci emulovaného datumu." -#: qtranslate_configuration.php:1148 +#: admin/qtx_configuration.php:1264 msgid "Use emulated date function and replace formats with the predefined formats for each language." msgstr "Použít funkci emulovaného datumu a nahradit předdefinované formáty pro každý jazyk." -#: qtranslate_configuration.php:1149 +#: admin/qtx_configuration.php:1265 msgid "Use strftime instead of date." msgstr "Použít strftime místo data." -#: qtranslate_configuration.php:1150 +#: admin/qtx_configuration.php:1266 msgid "Use strftime instead of date and replace formats with the predefined formats for each language." msgstr "Použít strftime místo data a nahradit formáty s předdefinovaným formátem pro každý jazyk." -#: qtranslate_configuration.php:1151 +#: admin/qtx_configuration.php:1267 msgid "Depending on the mode selected, additional customizations of the theme may be needed." msgstr "V závislosti na zvoleném režimu, další úpravy témy můžou být zapotřebí." -#: qtranslate_configuration.php:1160 +#: admin/qtx_configuration.php:1276 #, fuzzy msgid "Translation of options" msgstr "Přeložit do" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Filter all WordPress options for translation at front-end. It may hurt performance of the site, but ensures that all options are translated." msgstr "" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Starting from version 3.2.5, only options with multilingual content get filtered, which should help on performance issues." msgstr "" -#: qtranslate_configuration.php:1164 +#: admin/qtx_configuration.php:1280 msgid "Translate only options listed below (for experts only):" msgstr "" -#: qtranslate_configuration.php:1167 +#: admin/qtx_configuration.php:1283 #, php-format msgid "By default, all options are filtered to be translated at front-end for the sake of simplicity of configuration. However, for a developed site, this may cause a considerable performance degradation. Normally, there are very few options, which actually need a translation. You may simply list them above to minimize the performance impact, while still getting translations needed. Options names must match the field \"%s\" of table \"%s\" of WordPress database. A minimum common set of option, normally needed a translation, is already entered in the list above as a default example. Option names in the list may contain wildcard with symbol \"%s\"." msgstr "" -#: qtranslate_configuration.php:1171 +#: admin/qtx_configuration.php:1287 msgid "Custom Fields" msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 #, php-format msgid "Enter \"%s\" or \"%s\" attribute of text fields from your theme, which you wish to translate. This applies to post, page and media editors (%s). To lookup \"%s\" or \"%s\", right-click on the field in the post or the page editor and choose \"%s\". Look for an attribute of the field named \"%s\" or \"%s\". Enter it below, as many as you need, space- or comma-separated. After saving configuration, these fields will start responding to the language switching buttons, and you can enter different text for each language. The input fields of type %s will be parsed using %s syntax, while single line text fields will use %s syntax. If you need to override this behaviour, prepend prefix %s or %s to the name of the field to specify which syntax to use. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 msgctxt "browser option" msgid "Inspect Element" msgstr "" -#: qtranslate_configuration.php:1180 +#: admin/qtx_configuration.php:1296 msgid "The value of \"id\" attribute is normally unique within one page, otherwise the first field found, having an id specified, is picked up." msgstr "" -#: qtranslate_configuration.php:1187 +#: admin/qtx_configuration.php:1303 #, php-format msgid "All the fields of specified classes will respond to Language Switching Buttons. Be careful not to include a class, which would affect language-neutral fields. If you cannot uniquely identify a field needed neither by %s, nor by %s attribute, report the issue on %sSupport Forum%s" msgstr "" -#: qtranslate_configuration.php:1191 +#: admin/qtx_configuration.php:1307 msgid "Custom Filters" msgstr "" -#: qtranslate_configuration.php:1194 +#: admin/qtx_configuration.php:1310 #, php-format msgid "Names of filters (which are enabled on theme or other plugins via %s function) to add translation to. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1198 +#: admin/qtx_configuration.php:1314 msgid "Custom Admin Pages" msgstr "" -#: qtranslate_configuration.php:1200 +#: admin/qtx_configuration.php:1316 #, php-format msgid "List the custom admin page paths for which you wish Language Switching Buttons to show up. The Buttons will then control fields configured in \"Custom Fields\" section. You may only include part of the full URL after %s, including a distinctive query string if needed. As many as desired pages can be listed space/comma separated. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1206 +#: admin/qtx_configuration.php:1322 #, php-format msgid "Enable function name compatibility (%s)." msgstr "" -#: qtranslate_configuration.php:1207 +#: admin/qtx_configuration.php:1323 #, php-format msgid "Some plugins and themes use direct calls to the functions listed, which are defined in former %s plugin and some of its forks. Turning this flag on will enable those function to exists, which will make the dependent plugins and themes to work. WordPress policy prohibits to define functions with the same names as in other plugins, since it generates user-unfriendly fatal errors, when two conflicting plugins are activated simultaneously. Before turning this option on, you have to make sure that there are no other plugins active, which define those functions." msgstr "" -#: qtranslate_configuration.php:1211 +#: admin/qtx_configuration.php:1327 msgid "Editor Mode" msgstr "" -#: qtranslate_configuration.php:1213 +#: admin/qtx_configuration.php:1329 msgid "Use Language Switching Buttons (LSB)." msgstr "" -#: qtranslate_configuration.php:1214 +#: admin/qtx_configuration.php:1330 msgid "This is the default mode." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Do not use Language Switching Buttons to edit multi-language text entries." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Editor Raw Mode" msgstr "" -#: qtranslate_configuration.php:1216 +#: admin/qtx_configuration.php:1332 msgid "Some people prefer to edit the raw entries containing all languages together separated by language defining tags, as they are stored in database." msgstr "" -#: qtranslate_configuration.php:1267 -#, fuzzy, php-format -msgid "%s Flag" -msgstr "Vlajka" +#: admin/qtx_configuration.php:1340 admin/qtx_configuration.php:1343 +msgid "LSB Style" +msgstr "" + +#: admin/qtx_configuration.php:1344 +msgid "Choose CSS style for how Language Switching Buttons are rendered:" +msgstr "" + +#: admin/qtx_configuration.php:1345 +#, php-format +msgid "LSB %s-wrap classes:" +msgstr "" + +#: admin/qtx_configuration.php:1346 +msgid "Active button class:" +msgstr "" + +#: admin/qtx_configuration.php:1347 +msgid "The above is reset to an appropriate default, if the below is changed." +msgstr "" + +#: admin/qtx_configuration.php:1348 +msgid "CSS set:" +msgstr "" + +#: admin/qtx_configuration.php:1352 admin/qtx_configuration.php:1354 +#: admin/qtx_configuration.php:1388 admin/qtx_configuration.php:1390 +msgid "Use custom CSS" +msgstr "" + +#: admin/qtx_configuration.php:1354 +#, php-format +msgid "Choice \"%s\" disables this option and allows one to use its own custom CSS provided by other means." +msgstr "" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1371 admin/qtx_configuration.php:1375 +#: admin/qtx_user_options.php:18 +msgid "Highlight Style" +msgstr "" + +#: admin/qtx_configuration.php:1373 +msgid "When there are many integrated or customized translatable fields, it may become confusing to know which field has multilingual value. The highlighting of translatable fields may come handy then:" +msgstr "" + +#: admin/qtx_configuration.php:1376 admin/qtx_configuration.php:1378 +msgid "Do not highlight the translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1380 admin/qtx_configuration.php:1382 +msgid "Show a line on the left border of translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1384 admin/qtx_configuration.php:1386 +msgid "Draw a border around translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1395 +msgid "Admin Color Scheme" +msgstr "" + +#: admin/qtx_configuration.php:1395 +#, php-format +msgid "The color in use is taken from your profile option %s, the third color." +msgstr "" + +#: admin/qtx_configuration.php:1433 +#, fuzzy +msgid "List of Configured Languages" +msgstr "Zdrojový jazyk" + +#: admin/qtx_configuration.php:1438 +#, php-format +msgid "Only enabled languages are loaded at front-end, while all %d configured languages are listed here." +msgstr "" + +#: admin/qtx_configuration.php:1439 +msgid "The table below contains both pre-defined and manually added or modified languages." +msgstr "" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Delete" +msgstr "Odstranit" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Disable" msgstr "Zakázat" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Enable" msgstr "Povolit" -#: qtranslate_configuration.php:1270 -msgid "Edit" -msgstr "Upravit" +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Reset" +msgstr "" -#: qtranslate_configuration.php:1271 +#: admin/qtx_configuration.php:1440 +#, php-format +msgid "You may %s or %s a language, or %s manually added language, or %s previous modifications of a pre-defined language." +msgstr "" + +#: admin/qtx_configuration.php:1441 +#, php-format +msgid "Click %s to modify language properties." +msgstr "" + +#: admin/qtx_configuration.php:1463 +#, fuzzy, php-format +msgid "%s Flag" +msgstr "Vlajka" + +#: admin/qtx_configuration.php:1465 msgid "Default" msgstr "Výchozí" -#: qtranslate_configuration.php:1271 -msgid "Delete" -msgstr "Odstranit" +#: admin/qtx_configuration.php:1467 +msgid "Pre-Defined" +msgstr "" -#: qtranslate_configuration.php:1276 +#: admin/qtx_configuration.php:1476 msgid "Enabling a language will cause qTranslate to update the Gettext-Database for the language, which can take a while depending on your server's connection speed." msgstr "Povolení jazyku způsobí, že qTranslate aktualizuje Gettext-databázi pro jazyk, což může chvíli trvat v závislosti na vašem serveru a na rychlosti připojení." -#: qtranslate_configuration.php:1283 +#: admin/qtx_configuration.php:1483 msgid "Add Language" msgstr "Přidat Jazyk" -#: qtranslate_configuration.php:1286 +#: admin/qtx_configuration.php:1486 msgid "Add Language »" msgstr "Přidat jazyk »" -#: qtranslate_configuration.php:1301 +#: admin/qtx_configuration.php:1508 msgid "Language Menu" msgstr "" -#: qtranslate_configuration.php:1350 +#: admin/qtx_configuration.php:1557 msgid "Help" msgstr "" -#: qtranslate_configuration.php:1352 +#: admin/qtx_configuration.php:1559 #, php-format msgid "Menu item added is replaced with a sub-menu of available languages when menu is rendered. Depending on how your theme renders menu you may need to override and customize css entries %s and %s, originally defined in %s. The field \"URL\" of inserted menu item allows additional configuration described in %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1357 +#: admin/qtx_configuration.php:1564 msgid "Add to Menu" msgstr "" -#: qtranslate_configuration.php:1367 +#: admin/qtx_configuration.php:1574 msgid "Language Switcher" msgstr "" -#: qtranslate_configuration.php:1404 +#: admin/qtx_configuration.php:1619 msgid "Settings" msgstr "Nastavení" +#: admin/qtx_import_export.php:125 +msgid "Plugin" +msgstr "" + +#: admin/qtx_import_export.php:131 +msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." +msgstr "" + +#: admin/qtx_import_export.php:134 +#, php-format +msgid "Use plugin %s to import data." +msgstr "" + +#: admin/qtx_import_export.php:138 +msgid "Do not migrate any setting" +msgstr "" + +#: admin/qtx_import_export.php:140 +msgid "Import settings from " +msgstr "" + +#: admin/qtx_import_export.php:142 +msgid "Export settings to " +msgstr "" + +#: admin/qtx_import_export.php:158 +#, php-format +msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." +msgstr "Pokud aktualizujete z qTranslate 1.x nebo Polyglotu, klikněte zde pro převedení příspěvků do nového formátu." + +#: admin/qtx_import_export.php:159 +#, php-format +msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." +msgstr "Pokud máte nainstalovaný qTranslate poprvé na Wordpressu, můžete projít všechny vaše příspěvky ručně a uložit je ve správném jazyce nebo kliknout zde pro označení všech stávajících příspěvků, které jsou psány ve výchozím jazyce." + +#: admin/qtx_import_export.php:160 +msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." +msgstr "Oba procesy jsou nezvratné! Ujistěte se, že máte zalohovanou databázi předtím než kliknete na odkaz." + +#: admin/qtx_import_export.php:161 +#, fuzzy +msgid "Do not convert database" +msgstr "Převést databázi" + +#: admin/qtx_import_export.php:162 +msgid "Convert database to the \"square bracket only\" style." +msgstr "" + +#: admin/qtx_import_export.php:163 +#, php-format +msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." +msgstr "" + +#: admin/qtx_import_export.php:164 +msgid "Convert database back to the legacy \"dual language tag\" style." +msgstr "" + +#: admin/qtx_import_export.php:165 +msgid "Note, that only string options and standard post and page fields are affected." +msgstr "" + +#: admin/qtx_import_export.php:174 +msgid "Reset qTranslate" +msgstr "Resetovat qTranslate" + +#: admin/qtx_import_export.php:176 +msgid "Check this box and click Save Changes to reset all qTranslate settings." +msgstr "Zaškrtněte toto políčko a klepněte na tlačítko Uložit změny pro obnovení všech nastavení qTranslate." + +#: admin/qtx_import_export.php:178 +msgid "Yes, I really want to reset qTranslate." +msgstr "Ano, opravdu chci resetovat qTranslate." + +#: admin/qtx_import_export.php:180 +msgid "Also delete Translations for Categories/Tags/Link Categories." +msgstr "Vymazat překlady pro kategorie/tagy/kategorie odkazů." + +#: admin/qtx_import_export.php:182 +msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." +msgstr "Pokud něco nefunguje správně, můžete zkusit obnovit všechna qTranslate nastavení. Resetováním se neodstraní žádné příspěvky, ale odstraní veškerá nastavení (včetně všech přidaných jazyků)." + +#: admin/qtx_languages.php:93 +#, fuzzy +msgid "Cannot delete Default Language!" +msgstr "Nemůžete zakázat Výchozí jazyk!" + +#: admin/qtx_user_options.php:9 +#, fuzzy +msgid "Translation options" +msgstr "Přeložit do" + +#: admin/qtx_user_options.php:14 +msgid "Highlight Translatable Fields" +msgstr "" + +#: admin/qtx_user_options.php:18 +#, php-format +msgid "The way the translatable fields are highlighted is configured with global option %s." +msgstr "" + #: qtranslate_frontend.php:162 qtranslate_widget.php:67 msgid "Language" msgstr "Jazyk" diff --git a/lang/qtranslate-da_DK.po b/lang/qtranslate-da_DK.po index e520d50..f008bfc 100644 --- a/lang/qtranslate-da_DK.po +++ b/lang/qtranslate-da_DK.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: qTranslate-X 3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-03-19 14:09-0600\n" +"POT-Creation-Date: 2015-03-25 22:22-0600\n" "PO-Revision-Date: \n" "Last-Translator: Jan Christensen \n" "Language-Team: Jan Christensen \n" @@ -13,774 +13,905 @@ msgstr "" "X-Poedit-Country: DENMARK\n" "X-Poedit-SourceCharset: iso-8859-1\n" -#: admin/activation_hook.php:37 admin/activation_hook.php:137 -#: qtranslate_configuration.php:772 +#: admin/qtx_activation_hook.php:80 admin/qtx_activation_hook.php:205 +#: admin/qtx_configuration.php:882 #, php-format msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so." msgstr "" -#: admin/activation_hook.php:38 +#: admin/qtx_activation_hook.php:81 #, php-format msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously." msgstr "" -#: admin/activation_hook.php:40 +#: admin/qtx_activation_hook.php:83 #, php-format msgid "The compatible settings from %s have been imported to %s. Further tuning, import, export and reset of options can be done at Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:42 +#: admin/qtx_activation_hook.php:85 #, php-format msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:135 +#: admin/qtx_activation_hook.php:203 #, php-format msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/Languages configuration page. Then you have to deactivate one of the plugins to continue." msgstr "" -#: admin/activation_hook.php:140 admin/activation_hook.php:142 +#: admin/qtx_activation_hook.php:208 admin/qtx_activation_hook.php:210 #, php-format msgid "Deactivate %s" msgstr "" -#: admin/activation_hook.php:176 +#: admin/qtx_activation_hook.php:249 #, php-format msgid "Plugin %s may be integrated with multilingual plugin %s with a help of plugin %s." msgstr "" -#: admin/activation_hook.php:178 +#: admin/qtx_activation_hook.php:251 msgid "Please, press an appropriate button below." msgstr "" -#: admin/activation_hook.php:182 +#: admin/qtx_activation_hook.php:255 #, php-format msgid "Activate plugin %s" msgstr "" -#: admin/activation_hook.php:184 +#: admin/qtx_activation_hook.php:257 #, php-format msgid "Install plugin %s" msgstr "" -#: admin/activation_hook.php:186 +#: admin/qtx_activation_hook.php:259 msgid "I am aware of that, dismiss this message." msgstr "" -#: admin/activation_hook.php:240 +#: admin/qtx_activation_hook.php:309 #, php-format msgid "Thank you for using %s plugin!" msgstr "" -#: admin/activation_hook.php:242 +#: admin/qtx_activation_hook.php:311 #, php-format msgid "Please, help us to make a decision on \"%s\" feature, press the button below." msgstr "" -#: admin/activation_hook.php:242 admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:311 admin/qtx_activation_hook.php:313 #: qtranslate_services.php:787 #, fuzzy msgid "Translation Service" msgstr "qTranslate Services" -#: admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:313 #, php-format msgid "Survey on \"%s\" feature" msgstr "" -#: admin/activation_hook.php:245 +#: admin/qtx_activation_hook.php:314 admin/qtx_activation_hook.php:348 msgid "I have already done it, dismiss this message." msgstr "" -#: admin/admin_utils.php:145 +#: admin/qtx_activation_hook.php:346 +#, php-format +msgid "The latest version of plugin %s has a number of new options, for example, %s, which may change the look of some pages. Please, review the help text of new options on %sconfiguration page%s." +msgstr "" + +#: admin/qtx_admin_utils.php:146 msgid "Database has been converted to square bracket format." msgstr "" -#: admin/admin_utils.php:145 admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:146 admin/qtx_admin_utils.php:148 msgid "Note: custom entries are not touched." msgstr "" -#: admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:148 msgid "Database has been converted to legacy dual-tag format." msgstr "" -#: admin/admin_utils.php:405 qtranslate_configuration.php:484 -#: qtranslate_configuration.php:507 qtranslate_frontend.php:168 +#: admin/qtx_admin_utils.php:406 admin/qtx_configuration.php:565 +#: admin/qtx_configuration.php:588 qtranslate_frontend.php:168 #: qtranslate_frontend.php:195 msgid "Flag" msgstr "Flag" -#: admin/admin_utils.php:406 qtranslate_configuration.php:525 +#: admin/qtx_admin_utils.php:407 admin/qtx_configuration.php:606 msgid "Name" msgstr "Navn" -#: admin/admin_utils.php:407 qtranslate_services.php:383 +#: admin/qtx_admin_utils.php:408 qtranslate_services.php:383 msgid "Action" msgstr "Handling" -#: admin/admin_utils.php:420 qtranslate_configuration.php:471 -#: qtranslate_configuration.php:1245 -msgid "Languages" -msgstr "Sprog" - -#: admin/import_export.php:125 -msgid "Plugin" -msgstr "" - -#: admin/import_export.php:131 -msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." -msgstr "" - -#: admin/import_export.php:134 -#, php-format -msgid "Use plugin %s to import data." -msgstr "" - -#: admin/import_export.php:138 -msgid "Do not migrate any setting" -msgstr "" - -#: admin/import_export.php:140 -#, fuzzy -msgid "Import settings from " -msgstr "Nulstil qTranslate" - -#: admin/import_export.php:142 -#, fuzzy -msgid "Export settings to " -msgstr "Nulstil qTranslate" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Export" -msgstr "" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Import" -msgstr "" - -#: admin/import_export.php:156 qtranslate_configuration.php:773 -#: qtranslate_configuration.php:783 qtranslate_configuration.php:1030 -msgid "Convert Database" -msgstr "Konverter database" - -#: admin/import_export.php:158 -#, php-format -msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." -msgstr "Såfremt du opgraderer fra qTranslate 1.x or Polyglot, klik her for at konvertere indlæg til det nye sprog-tag-format." - -#: admin/import_export.php:159 -#, php-format -msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." -msgstr "Såfremt du har installeret qTranslate for første gang på en Wordpress med eksisterende indlæg, så kan du enten gennemgå alle dine indlæg manuelt og gemme dem i det korrekte sprog, eller du kan klikke her for at markere alle eksisterende indlæg som skrevet i standardsproget." - -#: admin/import_export.php:160 -msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." -msgstr "Begge handlinger kan ikke fortrydes! Lav en fuld nackup af databasen før du klikker på et af linkene." - -#: admin/import_export.php:161 -#, fuzzy -msgid "Do not convert database" -msgstr "Konverter database" - -#: admin/import_export.php:162 -msgid "Convert database to the \"square bracket only\" style." -msgstr "" - -#: admin/import_export.php:163 -#, php-format -msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." -msgstr "" - -#: admin/import_export.php:164 -msgid "Convert database back to the legacy \"dual language tag\" style." -msgstr "" +#: admin/qtx_admin_utils.php:409 admin/qtx_configuration.php:1441 +#: admin/qtx_configuration.php:1466 +msgid "Edit" +msgstr "Rediger" -#: admin/import_export.php:165 -msgid "Note, that only string options and standard post and page fields are affected." +#: admin/qtx_admin_utils.php:410 +msgid "Stored" msgstr "" -#: admin/import_export.php:174 -msgid "Reset qTranslate" -msgstr "Nulstil qTranslate" - -#: admin/import_export.php:176 -msgid "Check this box and click Save Changes to reset all qTranslate settings." -msgstr "Vælg denne boks og klik Gem ændringer for at nulstille alle indstillinger i qTranslate." - -#: admin/import_export.php:178 -msgid "Yes, I really want to reset qTranslate." -msgstr "Ja, jeg ønsker at nulstille qTranslate." - -#: admin/import_export.php:180 -msgid "Also delete Translations for Categories/Tags/Link Categories." -msgstr "Slet også oversættelser for Kategorier/Tags/Link Kategorier." - -#: admin/import_export.php:182 -msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." -msgstr "Oplever du problemer, så kan du altid prøve at nulstille alle qTranslate indstillinger. Nulstilling sletter ikke indlæg, men fjerne alle indstillinger (inklusive alle sprog)." +#: admin/qtx_admin_utils.php:421 admin/qtx_configuration.php:552 +#: admin/qtx_configuration.php:1424 +msgid "Languages" +msgstr "Sprog" -#: qtranslate_configuration.php:471 +#: admin/qtx_configuration.php:552 msgid "Language Management" msgstr "Administrer sprog" -#: qtranslate_configuration.php:479 +#: admin/qtx_configuration.php:560 msgid "Language Code" msgstr "Sprogkode" -#: qtranslate_configuration.php:481 +#: admin/qtx_configuration.php:562 msgid "2-Letter ISO Language Code for the Language you want to insert. (Example: en)" msgstr "2-bogstavs ISO sprogkode for det sprog du ønsker at tilføje. (Eksempel: da)" -#: qtranslate_configuration.php:510 +#: admin/qtx_configuration.php:591 msgid "Incorrect Flag Image Path! Please correct it!" msgstr "Forkert sti til flag! Venligst ret det!" -#: qtranslate_configuration.php:513 +#: admin/qtx_configuration.php:594 msgid "Choose the corresponding country flag for language. (Example: gb.png)" msgstr "Vælg det flag, der svarer til sproget. (Eksempel: da.png)" -#: qtranslate_configuration.php:527 +#: admin/qtx_configuration.php:608 msgid "The Name of the language, which will be displayed on the site. (Example: English)" msgstr "Navnet på sproget, der vil blive vist på sitet. (Elsempel: Dansk)" -#: qtranslate_configuration.php:530 +#: admin/qtx_configuration.php:611 msgid "Locale" msgstr "Locale" -#: qtranslate_configuration.php:533 +#: admin/qtx_configuration.php:614 msgid "PHP and Wordpress Locale for the language. (Example: en_US)" msgstr "PHP og Wordpress Locale for sproget. (Eksempel: da_DK)" -#: qtranslate_configuration.php:534 +#: admin/qtx_configuration.php:615 msgid "You will need to install the .mo file for this language." msgstr "Installer .mo filen for dette sprog." -#: qtranslate_configuration.php:538 +#: admin/qtx_configuration.php:619 msgid "Date Format" msgstr "Datoformat" -#: qtranslate_configuration.php:540 +#: admin/qtx_configuration.php:621 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime (use %q for day suffix (st,nd,rd,th)) or date format. This field is optional. (Example: %A %B %e%q, %Y)" msgstr "Afhængig af din Dato / Tid konverteringsmode, kan du enten angive en strftime (brug %q for dag endelse (st,nd,rd,th)) eller dato format. Feltet er valgfrit. (Eksempel: %A %B %e%q, %Y)" -#: qtranslate_configuration.php:543 +#: admin/qtx_configuration.php:624 msgid "Time Format" msgstr "Tid format" -#: qtranslate_configuration.php:545 +#: admin/qtx_configuration.php:626 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime or date format. This field is optional. (Example: %I:%M %p)" msgstr "Afhængig af din Dato / Tid konverteringsmode, kan du enten angive en strftime eller dato format. Feltet er valgfrit. (Eksempel: %A %B %e%q, %Y)" -#: qtranslate_configuration.php:548 +#: admin/qtx_configuration.php:629 msgid "Not Available Message" msgstr "Ikke tilgængelig besked" -#: qtranslate_configuration.php:551 +#: admin/qtx_configuration.php:632 msgid "Message to display if post is not available in the requested language. (Example: Sorry, this entry is only available in %LANG:, : and %.)" msgstr "Besked der skal vises hvis indlægget ikke findes for det valgte sprog. (Eksempel: Beklager, indlægget findes kun på %LANG:, : og %.)" -#: qtranslate_configuration.php:552 +#: admin/qtx_configuration.php:633 msgid "%LANG:<normal_separator>:<last_separator>% generates a list of languages separated by <normal_separator> except for the last one, where <last_separator> will be used instead." msgstr "%LANG:<normal_separator>:<last_separator>% genererer en liste af sprog adskildt med <normal_separator> undtagen for den sidste, hvor <last_separator> vil være anvendt." -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Hide" msgstr "" -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Show" msgstr "Vis" -#: qtranslate_configuration.php:675 +#: admin/qtx_configuration.php:763 msgid "Save Changes" msgstr "Gem ændringer" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, fuzzy msgid "Switching Language" msgstr "Rediger sprog." -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, php-format msgid "Switching language to %1$s... If the Dashboard isn't loading, use this link." msgstr "" -#: qtranslate_configuration.php:713 +#: admin/qtx_configuration.php:801 msgid "qTranslate has been reset." msgstr "qTranslate er nulstillet" -#: qtranslate_configuration.php:766 +#: admin/qtx_configuration.php:875 msgid "Gettext databases updated." msgstr "Gettext database er opdateret" -#: qtranslate_configuration.php:772 +#: admin/qtx_configuration.php:882 #, php-format msgid "Applicable options and taxonomy names from plugin %s have been imported. Note that the multilingual content of posts, pages and other objects has not been altered during this operation. There is no additional operation needed to import content, since its format is compatible with %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 #, php-format msgid "%sImportant%s: Before you start making edits to post and pages, please, make sure that both, your front site and admin back-end, work under this configuration. It may help to review \"%s\" and see if any of conflicting plugins mentioned there are used here. While the current content, coming from %s, is compatible with this plugin, the newly modified posts and pages will be saved with a new square-bracket-only encoding, which has a number of advantages comparing to former %s encoding. However, the new encoding is not straightforwardly compatible with %s and you will need an additional step available under \"%s\" option if you ever decide to go back to %s. Even with this additional conversion step, the 3rd-party plugins custom-stored data will not be auto-converted, but manual editing will still work. That is why it is advisable to create a test-copy of your site before making any further changes. In case you encounter a problem, please give us a chance to improve %s, send the login information to the test-copy of your site to %s along with a detailed step-by-step description of what is not working, and continue using your main site with %s meanwhile. It would also help, if you share a success story as well, either on %sthe forum%s, or via the same e-mail as mentioned above. Thank you very much for trying %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 admin/qtx_configuration.php:894 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:156 +msgid "Convert Database" +msgstr "Konverter database" + +#: admin/qtx_configuration.php:883 msgid "This is a one-time message, which you will not see again, unless the same import is repeated." msgstr "" -#: qtranslate_configuration.php:775 qtranslate_configuration.php:1204 +#: admin/qtx_configuration.php:885 admin/qtx_configuration.php:1320 msgid "Compatibility Functions" msgstr "" -#: qtranslate_configuration.php:775 +#: admin/qtx_configuration.php:885 #, php-format msgid "Option \"%s\" has also been turned on, as the most common case for importing configuration from %s. You may turn it off manually if your setup does not require it. Refer to %sFAQ%s for more information." msgstr "" -#: qtranslate_configuration.php:783 +#: admin/qtx_configuration.php:894 #, php-format msgid "Applicable options have been exported to plugin %s. If you have done some post or page updates after migrating from %s, then \"%s\" operation is also required to convert the content to \"dual language tag\" style in order for plugin %s to function." msgstr "" -#: qtranslate_configuration.php:794 +#: admin/qtx_configuration.php:906 msgid "The Language must have a Not-Available Message!" msgstr "Sproget skal have en Ikke-tilgængelig besked!" -#: qtranslate_configuration.php:795 +#: admin/qtx_configuration.php:907 msgid "The Language must have a Locale!" msgstr "Sproget skal have en Locale!" -#: qtranslate_configuration.php:796 +#: admin/qtx_configuration.php:908 msgid "The Language must have a name!" msgstr "Sproget skal have et navn!" -#: qtranslate_configuration.php:797 +#: admin/qtx_configuration.php:909 msgid "Language Code has to be 2 characters long!" msgstr "Sprogkode skal være 2 karakterer!" -#: qtranslate_configuration.php:801 qtranslate_configuration.php:807 +#: admin/qtx_configuration.php:916 admin/qtx_configuration.php:922 msgid "There is already a language with the same Language Code!" msgstr "Der findes allerede et sprog med den samme sprogkode!" -#: qtranslate_configuration.php:892 qtranslate_configuration.php:914 -#: qtranslate_configuration.php:921 qtranslate_configuration.php:938 -msgid "No such language!" -msgstr "Sproget findes ikke!" - -#: qtranslate_configuration.php:906 +#: admin/qtx_configuration.php:1019 msgid "Language is already enabled or invalid!" msgstr "Sproget er allerede aktivt eller ugyldigt!" -#: qtranslate_configuration.php:911 +#: admin/qtx_configuration.php:1025 msgid "Cannot disable Default Language!" msgstr "Standardsproget kunne ikke inaktiveres!" -#: qtranslate_configuration.php:917 +#: admin/qtx_configuration.php:1028 admin/qtx_configuration.php:1035 +#: admin/qtx_configuration.php:1052 +msgid "No such language!" +msgstr "Sproget findes ikke!" + +#: admin/qtx_configuration.php:1031 msgid "Language is already disabled!" msgstr "Sproget er allerede inaktivt!" -#: qtranslate_configuration.php:925 +#: admin/qtx_configuration.php:1039 msgid "Language is already first!" msgstr "Sproget er allerede først!" -#: qtranslate_configuration.php:931 qtranslate_configuration.php:948 +#: admin/qtx_configuration.php:1045 admin/qtx_configuration.php:1062 msgid "New order saved." msgstr "Ny rækkefølge er gemt." -#: qtranslate_configuration.php:942 +#: admin/qtx_configuration.php:1056 msgid "Language is already last!" msgstr "Sproget er allerede det sidste!" -#: qtranslate_configuration.php:960 +#: admin/qtx_configuration.php:1074 msgid "Options saved." msgstr "Indstillinger er gemt." -#: qtranslate_configuration.php:965 +#: admin/qtx_configuration.php:1079 #, php-format msgid "Could not write to \"%s\", Gettext Databases could not be downloaded!" msgstr "Kunne ikke skrive til \"%s\", Gettext Database kunne ikke downloades!" -#: qtranslate_configuration.php:991 +#: admin/qtx_configuration.php:1105 msgid "Edit Language" msgstr "Rediger sprog." -#: qtranslate_configuration.php:994 +#: admin/qtx_configuration.php:1108 msgid "Save Changes »" msgstr "Gem ændringer »" -#: qtranslate_configuration.php:999 +#: admin/qtx_configuration.php:1110 +msgid "back to configuration page" +msgstr "" + +#: admin/qtx_configuration.php:1114 msgid "Language Management (qTranslate Configuration)" msgstr "Administrer sprog (qTranslate konfiguration)" -#: qtranslate_configuration.php:1000 +#: admin/qtx_configuration.php:1115 #, php-format msgid "For help on how to configure qTranslate correctly, take a look at the qTranslate FAQ and the Support Forum." msgstr "For at få hjælp til at konfigurere qTranslate korrekt, se qTranslate FAQ and the Support Forum." -#: qtranslate_configuration.php:1002 +#: admin/qtx_configuration.php:1117 msgid "General Settings" msgstr "Generelle indstillinger" -#: qtranslate_configuration.php:1005 +#: admin/qtx_configuration.php:1120 msgid "Default Language / Order" msgstr "Standard sprog / rækkefølge" -#: qtranslate_configuration.php:1007 +#: admin/qtx_configuration.php:1122 msgid "Default Language" msgstr "Standardsprog" -#: qtranslate_configuration.php:1020 +#: admin/qtx_configuration.php:1135 #, php-format msgid "Choose the default language of your blog. This is the language which will be shown on %s. You can also change the order the languages by clicking on the arrows above." msgstr "Vælg standardsprog til din blog. Dette er sproget, der vil blive brugt på %s. Du kan også ændre sprogenes rækkefølge ved at bruge ovenstående pile." -#: qtranslate_configuration.php:1025 +#: admin/qtx_configuration.php:1140 msgid "Hide Untranslated Content" msgstr "Skjul indhold, der ikke er oversat" -#: qtranslate_configuration.php:1027 +#: admin/qtx_configuration.php:1142 msgid "Hide Content which is not available for the selected language." msgstr "Skjul indhold, der ikke findes på det valgte sprog." -#: qtranslate_configuration.php:1029 +#: admin/qtx_configuration.php:1144 msgid "When checked, posts will be hidden if the content is not available for the selected language. If unchecked, a message will appear showing all the languages the content is available in." msgstr "Hvis valgt, indlæg vil være skjult, hvis indholdet ikke findes for det valgte sprog. Hvis ikke valgt, vil en besked fortælle, hvilke sprog, indholdet findes i." -#: qtranslate_configuration.php:1030 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Export" +msgstr "" + +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Import" +msgstr "" + +#: admin/qtx_configuration.php:1145 #, fuzzy, php-format msgid "This function will not work correctly if you installed %s on a blog with existing entries. In this case you will need to take a look at option \"%s\" under \"%s\" section." msgstr "Denne funktion virker ikke, hvis du har installeret qTranslate i en blog med eksisterende indlæg. Er det tilfældet, skal du kigge på \"Konverter databasen\" under \"Avancerede indstillinger\"." -#: qtranslate_configuration.php:1032 +#: admin/qtx_configuration.php:1147 #, fuzzy msgid "Show displayed language prefix when content is not available for the selected language." msgstr "Skjul indhold, der ikke findes på det valgte sprog." -#: qtranslate_configuration.php:1036 +#: admin/qtx_configuration.php:1151 msgid "Detect Browser Language" msgstr "Find browser sprog" -#: qtranslate_configuration.php:1038 +#: admin/qtx_configuration.php:1153 msgid "Detect the language of the browser and redirect accordingly." msgstr "Find browserens sprog og omdiriger på baggrund af det." -#: qtranslate_configuration.php:1040 +#: admin/qtx_configuration.php:1155 msgid "When the frontpage is visited via bookmark/external link/type-in, the visitor will be forwarded to the correct URL for the language specified by his browser." msgstr "Når forsiden besøges via bogmærke/eksternt link/indtastning, vil den besøgende blive sendt videre til den korrekte url for sproget, der er valgt i browseren." -#: qtranslate_configuration.php:1045 +#: admin/qtx_configuration.php:1160 msgid "Advanced Settings" msgstr "Avancerede indstillinger" -#: qtranslate_configuration.php:1052 qtranslate_configuration.php:1054 -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1167 admin/qtx_configuration.php:1169 +#: admin/qtx_configuration.php:1243 msgid "URL Modification Mode" msgstr "URL ændringsmåde" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Most SEO unfriendly, not recommended." msgstr "" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Use Query Mode (?lang=en)" msgstr "Brug Query Mode (?lang=da)" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "SEO friendly." msgstr "" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "Use Pre-Path Mode (Default, puts /en/ in front of URL)" msgstr "Brug Pre-Path mode (Indsætter /da/ i begyndelsen af URL som standard)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "Use Pre-Domain Mode (uses http://en.yoursite.com)" msgstr "Brug Pre-Domain Mode (bruger http://da.dinside.dk)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "You will need to configure DNS sub-domains on your site." msgstr "" -#: qtranslate_configuration.php:1068 +#: admin/qtx_configuration.php:1183 msgid "Hide URL language information for default language." msgstr "Skjul sproginformationen i URL ved standard sprog." -#: qtranslate_configuration.php:1069 +#: admin/qtx_configuration.php:1184 msgid "This is only applicable to Pre-Path and Pre-Domain mode." msgstr "" -#: qtranslate_configuration.php:1074 +#: admin/qtx_configuration.php:1189 #, fuzzy msgid "Use Per-Domain mode: specify separate user-defined domain for each language." msgstr "Brug emuleret dato-funktion og erstat formater med foruddefinerede formater for hvert sprog." -#: qtranslate_configuration.php:1092 +#: admin/qtx_configuration.php:1208 msgid "Domain for" msgstr "" -#: qtranslate_configuration.php:1097 +#: admin/qtx_configuration.php:1213 msgid "Flag Image Path" msgstr "Sti til flag billeder" -#: qtranslate_configuration.php:1101 +#: admin/qtx_configuration.php:1217 #, fuzzy, php-format msgid "Path to the flag images under wp-content, with trailing slash. (Default: %s, clear the value above to reset it to the default)" msgstr "Sti til billeder af flag i wp-content, med efterfølgende slash. (Standard: plugins/qtranslate/flags/)" -#: qtranslate_configuration.php:1105 +#: admin/qtx_configuration.php:1221 msgid "Ignore Links" msgstr "Ignorer links" -#: qtranslate_configuration.php:1109 +#: admin/qtx_configuration.php:1225 #, fuzzy, php-format msgid "Don't convert links to files of the given file types. (Always included: %s)" msgstr "Konverter ikke links til filer af følgende typer. (Standard: gif,jpg,jpeg,png,pdf,swf,tif,rar,zip,7z,mpg,divx,mpeg,avi,css,js)" -#: qtranslate_configuration.php:1113 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1229 qtranslate_widget.php:119 msgid "Head inline CSS" msgstr "" -#: qtranslate_configuration.php:1115 +#: admin/qtx_configuration.php:1231 msgid "CSS code added by plugin in the head of front-end pages:" msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 qtranslate_widget.php:119 msgid "To disable this inline CSS, clear the check box." msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 admin/qtx_configuration.php:1395 +#: qtranslate_widget.php:119 msgid "To reset to default, clear the text." msgstr "" -#: qtranslate_configuration.php:1123 +#: admin/qtx_configuration.php:1239 #, fuzzy msgid "Cookie Settings" msgstr "Indstillinger" -#: qtranslate_configuration.php:1125 +#: admin/qtx_configuration.php:1241 #, php-format msgid "Disable language client cookie \"%s\" (not recommended)." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Language cookie is auto-disabled for \"%s\" \"Pre-Domain\" and \"Per-Domain\", as language is always unambiguously defined by a url in those modes." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Otherwise, use this option with a caution, for simple enough sites only. If checked, the user choice of browsing language will not be saved between sessions and some AJAX calls may deliver unexpected language, as well as some undesired language switching during browsing may occur under certain themes (%sRead More%s)." msgstr "" -#: qtranslate_configuration.php:1129 +#: admin/qtx_configuration.php:1245 #, php-format msgid "Make %s cookies available only through HTTPS connections." msgstr "" -#: qtranslate_configuration.php:1131 +#: admin/qtx_configuration.php:1247 msgid "Don't check this if you don't know what you're doing!" msgstr "" -#: qtranslate_configuration.php:1135 +#: admin/qtx_configuration.php:1251 msgid "Update Gettext Databases" msgstr "Opdater Gettext databaser" -#: qtranslate_configuration.php:1137 +#: admin/qtx_configuration.php:1253 msgid "Automatically check for .mo-Database Updates of installed languages." msgstr "Kontroller automatisk .mo-databasen for opdateringer til de installerede sprog." -#: qtranslate_configuration.php:1139 +#: admin/qtx_configuration.php:1255 msgid "Update Gettext databases now." msgstr "Opdater Gettext databaser nu." -#: qtranslate_configuration.php:1141 +#: admin/qtx_configuration.php:1257 msgid "qTranslate will query the Wordpress Localisation Repository every week and download the latest Gettext Databases (.mo Files)." msgstr "qTranslate vil forespørge Wordpress Localisation Repository hver uge og downloade de seneste Gettext databaser (.mo filer)." -#: qtranslate_configuration.php:1145 +#: admin/qtx_configuration.php:1261 msgid "Date / Time Conversion" msgstr "Dato / Tid konvertering" -#: qtranslate_configuration.php:1147 +#: admin/qtx_configuration.php:1263 msgid "Use emulated date function." msgstr "Brug emuleret dato funktion." -#: qtranslate_configuration.php:1148 +#: admin/qtx_configuration.php:1264 msgid "Use emulated date function and replace formats with the predefined formats for each language." msgstr "Brug emuleret dato-funktion og erstat formater med foruddefinerede formater for hvert sprog." -#: qtranslate_configuration.php:1149 +#: admin/qtx_configuration.php:1265 msgid "Use strftime instead of date." msgstr "Brug strftime i stedet for dato." -#: qtranslate_configuration.php:1150 +#: admin/qtx_configuration.php:1266 msgid "Use strftime instead of date and replace formats with the predefined formats for each language." msgstr "Brug strftime i stedet for dato og erstat formater med foruddefinerede formater for hvert sprog." -#: qtranslate_configuration.php:1151 +#: admin/qtx_configuration.php:1267 msgid "Depending on the mode selected, additional customizations of the theme may be needed." msgstr "Afhængig af det valgte mode, kan yderligere tilpasninger af temaet være nødvendigt." -#: qtranslate_configuration.php:1160 +#: admin/qtx_configuration.php:1276 #, fuzzy msgid "Translation of options" msgstr "Oversæt til" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Filter all WordPress options for translation at front-end. It may hurt performance of the site, but ensures that all options are translated." msgstr "" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Starting from version 3.2.5, only options with multilingual content get filtered, which should help on performance issues." msgstr "" -#: qtranslate_configuration.php:1164 +#: admin/qtx_configuration.php:1280 msgid "Translate only options listed below (for experts only):" msgstr "" -#: qtranslate_configuration.php:1167 +#: admin/qtx_configuration.php:1283 #, php-format msgid "By default, all options are filtered to be translated at front-end for the sake of simplicity of configuration. However, for a developed site, this may cause a considerable performance degradation. Normally, there are very few options, which actually need a translation. You may simply list them above to minimize the performance impact, while still getting translations needed. Options names must match the field \"%s\" of table \"%s\" of WordPress database. A minimum common set of option, normally needed a translation, is already entered in the list above as a default example. Option names in the list may contain wildcard with symbol \"%s\"." msgstr "" -#: qtranslate_configuration.php:1171 +#: admin/qtx_configuration.php:1287 msgid "Custom Fields" msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 #, php-format msgid "Enter \"%s\" or \"%s\" attribute of text fields from your theme, which you wish to translate. This applies to post, page and media editors (%s). To lookup \"%s\" or \"%s\", right-click on the field in the post or the page editor and choose \"%s\". Look for an attribute of the field named \"%s\" or \"%s\". Enter it below, as many as you need, space- or comma-separated. After saving configuration, these fields will start responding to the language switching buttons, and you can enter different text for each language. The input fields of type %s will be parsed using %s syntax, while single line text fields will use %s syntax. If you need to override this behaviour, prepend prefix %s or %s to the name of the field to specify which syntax to use. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 msgctxt "browser option" msgid "Inspect Element" msgstr "" -#: qtranslate_configuration.php:1180 +#: admin/qtx_configuration.php:1296 msgid "The value of \"id\" attribute is normally unique within one page, otherwise the first field found, having an id specified, is picked up." msgstr "" -#: qtranslate_configuration.php:1187 +#: admin/qtx_configuration.php:1303 #, php-format msgid "All the fields of specified classes will respond to Language Switching Buttons. Be careful not to include a class, which would affect language-neutral fields. If you cannot uniquely identify a field needed neither by %s, nor by %s attribute, report the issue on %sSupport Forum%s" msgstr "" -#: qtranslate_configuration.php:1191 +#: admin/qtx_configuration.php:1307 msgid "Custom Filters" msgstr "" -#: qtranslate_configuration.php:1194 +#: admin/qtx_configuration.php:1310 #, php-format msgid "Names of filters (which are enabled on theme or other plugins via %s function) to add translation to. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1198 +#: admin/qtx_configuration.php:1314 msgid "Custom Admin Pages" msgstr "" -#: qtranslate_configuration.php:1200 +#: admin/qtx_configuration.php:1316 #, php-format msgid "List the custom admin page paths for which you wish Language Switching Buttons to show up. The Buttons will then control fields configured in \"Custom Fields\" section. You may only include part of the full URL after %s, including a distinctive query string if needed. As many as desired pages can be listed space/comma separated. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1206 +#: admin/qtx_configuration.php:1322 #, php-format msgid "Enable function name compatibility (%s)." msgstr "" -#: qtranslate_configuration.php:1207 +#: admin/qtx_configuration.php:1323 #, php-format msgid "Some plugins and themes use direct calls to the functions listed, which are defined in former %s plugin and some of its forks. Turning this flag on will enable those function to exists, which will make the dependent plugins and themes to work. WordPress policy prohibits to define functions with the same names as in other plugins, since it generates user-unfriendly fatal errors, when two conflicting plugins are activated simultaneously. Before turning this option on, you have to make sure that there are no other plugins active, which define those functions." msgstr "" -#: qtranslate_configuration.php:1211 +#: admin/qtx_configuration.php:1327 msgid "Editor Mode" msgstr "" -#: qtranslate_configuration.php:1213 +#: admin/qtx_configuration.php:1329 msgid "Use Language Switching Buttons (LSB)." msgstr "" -#: qtranslate_configuration.php:1214 +#: admin/qtx_configuration.php:1330 msgid "This is the default mode." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Do not use Language Switching Buttons to edit multi-language text entries." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Editor Raw Mode" msgstr "" -#: qtranslate_configuration.php:1216 +#: admin/qtx_configuration.php:1332 msgid "Some people prefer to edit the raw entries containing all languages together separated by language defining tags, as they are stored in database." msgstr "" -#: qtranslate_configuration.php:1267 -#, fuzzy, php-format -msgid "%s Flag" -msgstr "Flag" +#: admin/qtx_configuration.php:1340 admin/qtx_configuration.php:1343 +msgid "LSB Style" +msgstr "" + +#: admin/qtx_configuration.php:1344 +msgid "Choose CSS style for how Language Switching Buttons are rendered:" +msgstr "" + +#: admin/qtx_configuration.php:1345 +#, php-format +msgid "LSB %s-wrap classes:" +msgstr "" + +#: admin/qtx_configuration.php:1346 +msgid "Active button class:" +msgstr "" + +#: admin/qtx_configuration.php:1347 +msgid "The above is reset to an appropriate default, if the below is changed." +msgstr "" + +#: admin/qtx_configuration.php:1348 +msgid "CSS set:" +msgstr "" + +#: admin/qtx_configuration.php:1352 admin/qtx_configuration.php:1354 +#: admin/qtx_configuration.php:1388 admin/qtx_configuration.php:1390 +msgid "Use custom CSS" +msgstr "" + +#: admin/qtx_configuration.php:1354 +#, php-format +msgid "Choice \"%s\" disables this option and allows one to use its own custom CSS provided by other means." +msgstr "" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1371 admin/qtx_configuration.php:1375 +#: admin/qtx_user_options.php:18 +msgid "Highlight Style" +msgstr "" + +#: admin/qtx_configuration.php:1373 +msgid "When there are many integrated or customized translatable fields, it may become confusing to know which field has multilingual value. The highlighting of translatable fields may come handy then:" +msgstr "" + +#: admin/qtx_configuration.php:1376 admin/qtx_configuration.php:1378 +msgid "Do not highlight the translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1380 admin/qtx_configuration.php:1382 +msgid "Show a line on the left border of translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1384 admin/qtx_configuration.php:1386 +msgid "Draw a border around translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1395 +msgid "Admin Color Scheme" +msgstr "" + +#: admin/qtx_configuration.php:1395 +#, php-format +msgid "The color in use is taken from your profile option %s, the third color." +msgstr "" + +#: admin/qtx_configuration.php:1433 +#, fuzzy +msgid "List of Configured Languages" +msgstr "Kildesprog" + +#: admin/qtx_configuration.php:1438 +#, php-format +msgid "Only enabled languages are loaded at front-end, while all %d configured languages are listed here." +msgstr "" + +#: admin/qtx_configuration.php:1439 +msgid "The table below contains both pre-defined and manually added or modified languages." +msgstr "" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Delete" +msgstr "Slet" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Disable" msgstr "Inaktiver" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Enable" msgstr "Aktiver" -#: qtranslate_configuration.php:1270 -msgid "Edit" -msgstr "Rediger" +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Reset" +msgstr "" -#: qtranslate_configuration.php:1271 +#: admin/qtx_configuration.php:1440 +#, php-format +msgid "You may %s or %s a language, or %s manually added language, or %s previous modifications of a pre-defined language." +msgstr "" + +#: admin/qtx_configuration.php:1441 +#, php-format +msgid "Click %s to modify language properties." +msgstr "" + +#: admin/qtx_configuration.php:1463 +#, fuzzy, php-format +msgid "%s Flag" +msgstr "Flag" + +#: admin/qtx_configuration.php:1465 msgid "Default" msgstr "Standard" -#: qtranslate_configuration.php:1271 -msgid "Delete" -msgstr "Slet" +#: admin/qtx_configuration.php:1467 +msgid "Pre-Defined" +msgstr "" -#: qtranslate_configuration.php:1276 +#: admin/qtx_configuration.php:1476 msgid "Enabling a language will cause qTranslate to update the Gettext-Database for the language, which can take a while depending on your server's connection speed." msgstr "Aktivering af et sprog vil få qTranslate til at opdatere Gettext-databasen med det sprog. Dette kan tage et stykke tid afhængig af din servers forbindelseshastighed." -#: qtranslate_configuration.php:1283 +#: admin/qtx_configuration.php:1483 msgid "Add Language" msgstr "Tilføj sprog" -#: qtranslate_configuration.php:1286 +#: admin/qtx_configuration.php:1486 msgid "Add Language »" msgstr "Tilføj sprog »" -#: qtranslate_configuration.php:1301 +#: admin/qtx_configuration.php:1508 #, fuzzy msgid "Language Menu" msgstr "Sprogkode" -#: qtranslate_configuration.php:1350 +#: admin/qtx_configuration.php:1557 msgid "Help" msgstr "" -#: qtranslate_configuration.php:1352 +#: admin/qtx_configuration.php:1559 #, php-format msgid "Menu item added is replaced with a sub-menu of available languages when menu is rendered. Depending on how your theme renders menu you may need to override and customize css entries %s and %s, originally defined in %s. The field \"URL\" of inserted menu item allows additional configuration described in %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1357 +#: admin/qtx_configuration.php:1564 msgid "Add to Menu" msgstr "" -#: qtranslate_configuration.php:1367 +#: admin/qtx_configuration.php:1574 #, fuzzy msgid "Language Switcher" msgstr "Sprogkode" -#: qtranslate_configuration.php:1404 +#: admin/qtx_configuration.php:1619 msgid "Settings" msgstr "Indstillinger" +#: admin/qtx_import_export.php:125 +msgid "Plugin" +msgstr "" + +#: admin/qtx_import_export.php:131 +msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." +msgstr "" + +#: admin/qtx_import_export.php:134 +#, php-format +msgid "Use plugin %s to import data." +msgstr "" + +#: admin/qtx_import_export.php:138 +msgid "Do not migrate any setting" +msgstr "" + +#: admin/qtx_import_export.php:140 +#, fuzzy +msgid "Import settings from " +msgstr "Nulstil qTranslate" + +#: admin/qtx_import_export.php:142 +#, fuzzy +msgid "Export settings to " +msgstr "Nulstil qTranslate" + +#: admin/qtx_import_export.php:158 +#, php-format +msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." +msgstr "Såfremt du opgraderer fra qTranslate 1.x or Polyglot, klik her for at konvertere indlæg til det nye sprog-tag-format." + +#: admin/qtx_import_export.php:159 +#, php-format +msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." +msgstr "Såfremt du har installeret qTranslate for første gang på en Wordpress med eksisterende indlæg, så kan du enten gennemgå alle dine indlæg manuelt og gemme dem i det korrekte sprog, eller du kan klikke her for at markere alle eksisterende indlæg som skrevet i standardsproget." + +#: admin/qtx_import_export.php:160 +msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." +msgstr "Begge handlinger kan ikke fortrydes! Lav en fuld nackup af databasen før du klikker på et af linkene." + +#: admin/qtx_import_export.php:161 +#, fuzzy +msgid "Do not convert database" +msgstr "Konverter database" + +#: admin/qtx_import_export.php:162 +msgid "Convert database to the \"square bracket only\" style." +msgstr "" + +#: admin/qtx_import_export.php:163 +#, php-format +msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." +msgstr "" + +#: admin/qtx_import_export.php:164 +msgid "Convert database back to the legacy \"dual language tag\" style." +msgstr "" + +#: admin/qtx_import_export.php:165 +msgid "Note, that only string options and standard post and page fields are affected." +msgstr "" + +#: admin/qtx_import_export.php:174 +msgid "Reset qTranslate" +msgstr "Nulstil qTranslate" + +#: admin/qtx_import_export.php:176 +msgid "Check this box and click Save Changes to reset all qTranslate settings." +msgstr "Vælg denne boks og klik Gem ændringer for at nulstille alle indstillinger i qTranslate." + +#: admin/qtx_import_export.php:178 +msgid "Yes, I really want to reset qTranslate." +msgstr "Ja, jeg ønsker at nulstille qTranslate." + +#: admin/qtx_import_export.php:180 +msgid "Also delete Translations for Categories/Tags/Link Categories." +msgstr "Slet også oversættelser for Kategorier/Tags/Link Kategorier." + +#: admin/qtx_import_export.php:182 +msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." +msgstr "Oplever du problemer, så kan du altid prøve at nulstille alle qTranslate indstillinger. Nulstilling sletter ikke indlæg, men fjerne alle indstillinger (inklusive alle sprog)." + +#: admin/qtx_languages.php:93 +#, fuzzy +msgid "Cannot delete Default Language!" +msgstr "Standardsproget kunne ikke inaktiveres!" + +#: admin/qtx_user_options.php:9 +#, fuzzy +msgid "Translation options" +msgstr "Oversæt til" + +#: admin/qtx_user_options.php:14 +msgid "Highlight Translatable Fields" +msgstr "" + +#: admin/qtx_user_options.php:18 +#, php-format +msgid "The way the translatable fields are highlighted is configured with global option %s." +msgstr "" + #: qtranslate_frontend.php:162 qtranslate_widget.php:67 msgid "Language" msgstr "Sprog" diff --git a/lang/qtranslate-de_DE.po b/lang/qtranslate-de_DE.po index 512d918..5957063 100644 --- a/lang/qtranslate-de_DE.po +++ b/lang/qtranslate-de_DE.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: qTranslate-X 3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-03-19 14:09-0600\n" +"POT-Creation-Date: 2015-03-25 22:22-0600\n" "PO-Revision-Date: \n" "Last-Translator: Maurizio Omissoni \n" "Language-Team: qTranslate Team Translators\n" @@ -13,774 +13,905 @@ msgstr "" "Language: de_DE\n" "X-Generator: Poedit 1.7.4\n" -#: admin/activation_hook.php:37 admin/activation_hook.php:137 -#: qtranslate_configuration.php:772 +#: admin/qtx_activation_hook.php:80 admin/qtx_activation_hook.php:205 +#: admin/qtx_configuration.php:882 #, php-format msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so." msgstr "" -#: admin/activation_hook.php:38 +#: admin/qtx_activation_hook.php:81 #, php-format msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously." msgstr "Aktivierung des %s Plugin und deaktivierung des %s Plugin, da sie nicht gleichzeitig laufen können" -#: admin/activation_hook.php:40 +#: admin/qtx_activation_hook.php:83 #, php-format msgid "The compatible settings from %s have been imported to %s. Further tuning, import, export and reset of options can be done at Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "Die kompatible Einstellungen von %s sind in %s importiert worden. Weitere Einstellungen, Importe, Exporte und Rückstellungen von Optionen, können in der Einstellungen/Sprachen Konfigurantionsseite vorgenommen werden, wenn %s läuft.%sWeiter%s" -#: admin/activation_hook.php:42 +#: admin/qtx_activation_hook.php:85 #, php-format msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "Sie können kompatible Einstellungen von %s zu %s in der Einstellungen/Sprachen Konfigurantionsseite importieren/exportieren, sobald %s läuft. %sWeiter%s" -#: admin/activation_hook.php:135 +#: admin/qtx_activation_hook.php:203 #, php-format msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/Languages configuration page. Then you have to deactivate one of the plugins to continue." msgstr "%sFehler:%s Das Plugin %s kann nicht gleichzeitig mit dem Plugin %s laufen. Sie können kompatible Einstellungen zwischen %s und %s in der Einstellungen/Sprachen Konfigurantionsseite importieren/exportieren. Dann müssen sie einen Plugin abschalten um fortzufahren" -#: admin/activation_hook.php:140 admin/activation_hook.php:142 +#: admin/qtx_activation_hook.php:208 admin/qtx_activation_hook.php:210 #, php-format msgid "Deactivate %s" msgstr "Deaktiviert %s" -#: admin/activation_hook.php:176 +#: admin/qtx_activation_hook.php:249 #, php-format msgid "Plugin %s may be integrated with multilingual plugin %s with a help of plugin %s." msgstr "" -#: admin/activation_hook.php:178 +#: admin/qtx_activation_hook.php:251 msgid "Please, press an appropriate button below." msgstr "" -#: admin/activation_hook.php:182 +#: admin/qtx_activation_hook.php:255 #, fuzzy, php-format msgid "Activate plugin %s" msgstr "Deaktiviert %s" -#: admin/activation_hook.php:184 +#: admin/qtx_activation_hook.php:257 #, php-format msgid "Install plugin %s" msgstr "" -#: admin/activation_hook.php:186 +#: admin/qtx_activation_hook.php:259 #, fuzzy msgid "I am aware of that, dismiss this message." msgstr "Bereits gemacht, Nachricht ignorieren" -#: admin/activation_hook.php:240 +#: admin/qtx_activation_hook.php:309 #, php-format msgid "Thank you for using %s plugin!" msgstr "Danke für die Anwendung des %s Plugin!" -#: admin/activation_hook.php:242 +#: admin/qtx_activation_hook.php:311 #, php-format msgid "Please, help us to make a decision on \"%s\" feature, press the button below." msgstr "Bitte helfen sie uns, über das \"%s\" feature zu entscheiden, drücken sie den Knopf da unten." -#: admin/activation_hook.php:242 admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:311 admin/qtx_activation_hook.php:313 #: qtranslate_services.php:787 #, fuzzy msgid "Translation Service" msgstr "qTranslate Services" -#: admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:313 #, php-format msgid "Survey on \"%s\" feature" msgstr "Umfrage über die \"%s\" Funktion" -#: admin/activation_hook.php:245 +#: admin/qtx_activation_hook.php:314 admin/qtx_activation_hook.php:348 msgid "I have already done it, dismiss this message." msgstr "Bereits gemacht, Nachricht ignorieren" -#: admin/admin_utils.php:145 +#: admin/qtx_activation_hook.php:346 +#, php-format +msgid "The latest version of plugin %s has a number of new options, for example, %s, which may change the look of some pages. Please, review the help text of new options on %sconfiguration page%s." +msgstr "" + +#: admin/qtx_admin_utils.php:146 msgid "Database has been converted to square bracket format." msgstr "" -#: admin/admin_utils.php:145 admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:146 admin/qtx_admin_utils.php:148 msgid "Note: custom entries are not touched." msgstr "" -#: admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:148 msgid "Database has been converted to legacy dual-tag format." msgstr "" -#: admin/admin_utils.php:405 qtranslate_configuration.php:484 -#: qtranslate_configuration.php:507 qtranslate_frontend.php:168 +#: admin/qtx_admin_utils.php:406 admin/qtx_configuration.php:565 +#: admin/qtx_configuration.php:588 qtranslate_frontend.php:168 #: qtranslate_frontend.php:195 msgid "Flag" msgstr "Flagge" -#: admin/admin_utils.php:406 qtranslate_configuration.php:525 +#: admin/qtx_admin_utils.php:407 admin/qtx_configuration.php:606 msgid "Name" msgstr "Name" -#: admin/admin_utils.php:407 qtranslate_services.php:383 +#: admin/qtx_admin_utils.php:408 qtranslate_services.php:383 msgid "Action" msgstr "Aktion" -#: admin/admin_utils.php:420 qtranslate_configuration.php:471 -#: qtranslate_configuration.php:1245 -msgid "Languages" -msgstr "Sprachen" - -#: admin/import_export.php:125 -msgid "Plugin" -msgstr "Plugin" - -#: admin/import_export.php:131 -msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." -msgstr "Es ist nicht nötig die Einstellungen zu migrieren, der Datenbank-Schema ist kompatibel mit dem Plugin" - -#: admin/import_export.php:134 -#, php-format -msgid "Use plugin %s to import data." -msgstr "" - -#: admin/import_export.php:138 -msgid "Do not migrate any setting" -msgstr "Migriert keine Einstellungen" - -#: admin/import_export.php:140 -#, fuzzy -msgid "Import settings from " -msgstr "qTranslate zurücksetzen" - -#: admin/import_export.php:142 -#, fuzzy -msgid "Export settings to " -msgstr "qTranslate zurücksetzen" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Export" -msgstr "Exportieren" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Import" -msgstr "Importieren" - -#: admin/import_export.php:156 qtranslate_configuration.php:773 -#: qtranslate_configuration.php:783 qtranslate_configuration.php:1030 -msgid "Convert Database" -msgstr "Datenbank konvertieren" - -#: admin/import_export.php:158 -#, php-format -msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." -msgstr "Wenn ein Update von qTranslate 1.x oder Polyglot erfolgt ist, bitte hier klicken um alle Posts in den neuen Sprachformat umzuwandeln." - -#: admin/import_export.php:159 -#, php-format -msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." -msgstr "Wenn qTranslate zum ersten Mal auf einem Wordpress System installiert wurde, das bereits Einträge hat, kann man entweder alle Einträge manuell öffnen und sie zu einer Sprache zuweisen oder hier klicken um alle Einträge der aktuellen Standardsprache zuzuweisen." - -#: admin/import_export.php:160 -msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." -msgstr "Beide Vorgänge können nicht rückgängig gemacht werden! " - -#: admin/import_export.php:161 -#, fuzzy -msgid "Do not convert database" -msgstr "Datenbank konvertieren" - -#: admin/import_export.php:162 -msgid "Convert database to the \"square bracket only\" style." -msgstr "" - -#: admin/import_export.php:163 -#, php-format -msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." -msgstr "" - -#: admin/import_export.php:164 -msgid "Convert database back to the legacy \"dual language tag\" style." -msgstr "" +#: admin/qtx_admin_utils.php:409 admin/qtx_configuration.php:1441 +#: admin/qtx_configuration.php:1466 +msgid "Edit" +msgstr "Bearbeiten" -#: admin/import_export.php:165 -msgid "Note, that only string options and standard post and page fields are affected." +#: admin/qtx_admin_utils.php:410 +msgid "Stored" msgstr "" -#: admin/import_export.php:174 -msgid "Reset qTranslate" -msgstr "qTranslate zurücksetzen" - -#: admin/import_export.php:176 -msgid "Check this box and click Save Changes to reset all qTranslate settings." -msgstr "Aktivere diese Box und klicke auf Einstellungen speichern um alle qTranslate Einstellungen zurückzusetzen." - -#: admin/import_export.php:178 -msgid "Yes, I really want to reset qTranslate." -msgstr "Ja, ich möchte wirklich qTranslate zurücksetzen." - -#: admin/import_export.php:180 -msgid "Also delete Translations for Categories/Tags/Link Categories." -msgstr "Lösche außerdem alle Überetzungen für Kategorien/Tags/Link Kategorien." - -#: admin/import_export.php:182 -msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." -msgstr "Wenn etwas nicht korrekt funktioniert, kann man versuchen qTranslate zurückzusetzen. Der Vorgang löscht keine Beiträge, wird aber alle Einstellungen löschen und zurücksetzen (inklusive neu hinzugefügter Sprachen)." +#: admin/qtx_admin_utils.php:421 admin/qtx_configuration.php:552 +#: admin/qtx_configuration.php:1424 +msgid "Languages" +msgstr "Sprachen" -#: qtranslate_configuration.php:471 +#: admin/qtx_configuration.php:552 msgid "Language Management" msgstr "Sprachverwaltung" -#: qtranslate_configuration.php:479 +#: admin/qtx_configuration.php:560 msgid "Language Code" msgstr "Sprachcode" -#: qtranslate_configuration.php:481 +#: admin/qtx_configuration.php:562 msgid "2-Letter ISO Language Code for the Language you want to insert. (Example: en)" msgstr "2-Zeichen ISO-Sprachcode für die Sprache. (Beispiel: de)" -#: qtranslate_configuration.php:510 +#: admin/qtx_configuration.php:591 msgid "Incorrect Flag Image Path! Please correct it!" msgstr "Inkorrekter Pfad für die Flaggenbilder! Bitte korrigiere es!" -#: qtranslate_configuration.php:513 +#: admin/qtx_configuration.php:594 msgid "Choose the corresponding country flag for language. (Example: gb.png)" msgstr "Wähle die Landesflagge für deine Sprache. (Beispiel: de.png)" -#: qtranslate_configuration.php:527 +#: admin/qtx_configuration.php:608 msgid "The Name of the language, which will be displayed on the site. (Example: English)" msgstr "Der Name der Sprache, der auf der Seite angezeigt wird. (Beispiel: Deutsch)" -#: qtranslate_configuration.php:530 +#: admin/qtx_configuration.php:611 msgid "Locale" msgstr "Locale" -#: qtranslate_configuration.php:533 +#: admin/qtx_configuration.php:614 msgid "PHP and Wordpress Locale for the language. (Example: en_US)" msgstr "PHP/Wordpress-Locale für die Sprache. (Beispiel: de_DE)" -#: qtranslate_configuration.php:534 +#: admin/qtx_configuration.php:615 msgid "You will need to install the .mo file for this language." msgstr "Die .mo Datenbank für diese Sprache wird benötigt." -#: qtranslate_configuration.php:538 +#: admin/qtx_configuration.php:619 msgid "Date Format" msgstr "Datumsformat" -#: qtranslate_configuration.php:540 +#: admin/qtx_configuration.php:621 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime (use %q for day suffix (st,nd,rd,th)) or date format. This field is optional. (Example: %A %B %e%q, %Y)" msgstr "Je nachdem, welche Modus für die Datums- und Zeitkonvertierung gewählt wurde, kann hier entweder ein strftime (Benutze %q für Tag-Suffixe (st,nd,rd,th)) oder date Format eingegeben werden. Dieses Feld ist optional. (Beispiel: %A, der %e. %B %Y)" -#: qtranslate_configuration.php:543 +#: admin/qtx_configuration.php:624 msgid "Time Format" msgstr "Zeitformat" -#: qtranslate_configuration.php:545 +#: admin/qtx_configuration.php:626 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime or date format. This field is optional. (Example: %I:%M %p)" msgstr "Je nachdem, welche Modus für die Datums- und Zeitkonvertierung gewählt wurde, kann hier entweder ein strftime oder date Format eingegeben werden. Dieses Feld ist optional. (Beispiel: %H:%M)" -#: qtranslate_configuration.php:548 +#: admin/qtx_configuration.php:629 msgid "Not Available Message" msgstr "Nicht-Verfügbarkeits-Nachricht" -#: qtranslate_configuration.php:551 +#: admin/qtx_configuration.php:632 msgid "Message to display if post is not available in the requested language. (Example: Sorry, this entry is only available in %LANG:, : and %.)" msgstr "Zeige diese Nachricht, wenn kein Inhalt in der gewählten Sprache verfügbar ist. (Beispiel: Leider ist der Eintrag nur auf %LANG:, : und % verfügbar.)" -#: qtranslate_configuration.php:552 +#: admin/qtx_configuration.php:633 msgid "%LANG:<normal_separator>:<last_separator>% generates a list of languages separated by <normal_separator> except for the last one, where <last_separator> will be used instead." msgstr "%LANG:<normal_separator>:<last_separator>% generiert eine Liste von Sprachen, die bis auf den letzten beiden Elementen von <normal_separator> getrennt wird. Für die letzten beiden wird <last_separator> verwendet." -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Hide" msgstr "Versteckt" -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Show" msgstr "Anzeigen" -#: qtranslate_configuration.php:675 +#: admin/qtx_configuration.php:763 msgid "Save Changes" msgstr "Einstellungen speichern" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 msgid "Switching Language" msgstr "Sprache wechseln" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, php-format msgid "Switching language to %1$s... If the Dashboard isn't loading, use this link." msgstr "Wechsele Sprache zu %1$s... Wenn der Dashboard nicht laden sollte, klickehier." -#: qtranslate_configuration.php:713 +#: admin/qtx_configuration.php:801 msgid "qTranslate has been reset." msgstr "qTranslate wurde in den Ausgangszustand zurückgesetzt." -#: qtranslate_configuration.php:766 +#: admin/qtx_configuration.php:875 msgid "Gettext databases updated." msgstr "Gettext-Datenbanken wurden aktualisiert." -#: qtranslate_configuration.php:772 +#: admin/qtx_configuration.php:882 #, php-format msgid "Applicable options and taxonomy names from plugin %s have been imported. Note that the multilingual content of posts, pages and other objects has not been altered during this operation. There is no additional operation needed to import content, since its format is compatible with %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 #, php-format msgid "%sImportant%s: Before you start making edits to post and pages, please, make sure that both, your front site and admin back-end, work under this configuration. It may help to review \"%s\" and see if any of conflicting plugins mentioned there are used here. While the current content, coming from %s, is compatible with this plugin, the newly modified posts and pages will be saved with a new square-bracket-only encoding, which has a number of advantages comparing to former %s encoding. However, the new encoding is not straightforwardly compatible with %s and you will need an additional step available under \"%s\" option if you ever decide to go back to %s. Even with this additional conversion step, the 3rd-party plugins custom-stored data will not be auto-converted, but manual editing will still work. That is why it is advisable to create a test-copy of your site before making any further changes. In case you encounter a problem, please give us a chance to improve %s, send the login information to the test-copy of your site to %s along with a detailed step-by-step description of what is not working, and continue using your main site with %s meanwhile. It would also help, if you share a success story as well, either on %sthe forum%s, or via the same e-mail as mentioned above. Thank you very much for trying %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 admin/qtx_configuration.php:894 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:156 +msgid "Convert Database" +msgstr "Datenbank konvertieren" + +#: admin/qtx_configuration.php:883 msgid "This is a one-time message, which you will not see again, unless the same import is repeated." msgstr "" -#: qtranslate_configuration.php:775 qtranslate_configuration.php:1204 +#: admin/qtx_configuration.php:885 admin/qtx_configuration.php:1320 msgid "Compatibility Functions" msgstr "Kompatibilitäts-Funktion" -#: qtranslate_configuration.php:775 +#: admin/qtx_configuration.php:885 #, php-format msgid "Option \"%s\" has also been turned on, as the most common case for importing configuration from %s. You may turn it off manually if your setup does not require it. Refer to %sFAQ%s for more information." msgstr "" -#: qtranslate_configuration.php:783 +#: admin/qtx_configuration.php:894 #, php-format msgid "Applicable options have been exported to plugin %s. If you have done some post or page updates after migrating from %s, then \"%s\" operation is also required to convert the content to \"dual language tag\" style in order for plugin %s to function." msgstr "" -#: qtranslate_configuration.php:794 +#: admin/qtx_configuration.php:906 msgid "The Language must have a Not-Available Message!" msgstr "Die Sprache muss eine Nicht-Verfügbarkeits-Nachricht besitzen!" -#: qtranslate_configuration.php:795 +#: admin/qtx_configuration.php:907 msgid "The Language must have a Locale!" msgstr "Die Sprache muss ein Locale haben!" -#: qtranslate_configuration.php:796 +#: admin/qtx_configuration.php:908 msgid "The Language must have a name!" msgstr "Die Sprache muss einen Namen haben!" -#: qtranslate_configuration.php:797 +#: admin/qtx_configuration.php:909 msgid "Language Code has to be 2 characters long!" msgstr "Der Sprachcode muss genau 2 Zeichen lang sein!" -#: qtranslate_configuration.php:801 qtranslate_configuration.php:807 +#: admin/qtx_configuration.php:916 admin/qtx_configuration.php:922 msgid "There is already a language with the same Language Code!" msgstr "Es existiert bereits eine Sprache mit dem selben Sprachcode!" -#: qtranslate_configuration.php:892 qtranslate_configuration.php:914 -#: qtranslate_configuration.php:921 qtranslate_configuration.php:938 -msgid "No such language!" -msgstr "Sprache nicht vorhanden!" - -#: qtranslate_configuration.php:906 +#: admin/qtx_configuration.php:1019 msgid "Language is already enabled or invalid!" msgstr "Die Sprache ist bereits aktiviert oder ungültig!" -#: qtranslate_configuration.php:911 +#: admin/qtx_configuration.php:1025 msgid "Cannot disable Default Language!" msgstr "Die Standardsprache kann nicht deaktiviert werden!" -#: qtranslate_configuration.php:917 +#: admin/qtx_configuration.php:1028 admin/qtx_configuration.php:1035 +#: admin/qtx_configuration.php:1052 +msgid "No such language!" +msgstr "Sprache nicht vorhanden!" + +#: admin/qtx_configuration.php:1031 msgid "Language is already disabled!" msgstr "Die Sprache ist bereits deaktiviert!" -#: qtranslate_configuration.php:925 +#: admin/qtx_configuration.php:1039 msgid "Language is already first!" msgstr "Die Sprache ist bereits an erster Stelle!" -#: qtranslate_configuration.php:931 qtranslate_configuration.php:948 +#: admin/qtx_configuration.php:1045 admin/qtx_configuration.php:1062 msgid "New order saved." msgstr "Neuer Auftrag gespeichert." -#: qtranslate_configuration.php:942 +#: admin/qtx_configuration.php:1056 msgid "Language is already last!" msgstr "Die Sprache ist bereits an der letzten Stelle!" -#: qtranslate_configuration.php:960 +#: admin/qtx_configuration.php:1074 msgid "Options saved." msgstr "Einstellungen gespeichert." -#: qtranslate_configuration.php:965 +#: admin/qtx_configuration.php:1079 #, php-format msgid "Could not write to \"%s\", Gettext Databases could not be downloaded!" msgstr "Konnte nicht auf \"%s\" schreiben, Gettext Datenbanken konnten nicht heruntergeladen werden!" -#: qtranslate_configuration.php:991 +#: admin/qtx_configuration.php:1105 msgid "Edit Language" msgstr "Sprache bearbeiten" -#: qtranslate_configuration.php:994 +#: admin/qtx_configuration.php:1108 msgid "Save Changes »" msgstr "Einstellungen speichern »" -#: qtranslate_configuration.php:999 +#: admin/qtx_configuration.php:1110 +msgid "back to configuration page" +msgstr "" + +#: admin/qtx_configuration.php:1114 msgid "Language Management (qTranslate Configuration)" msgstr "Sprachverwaltung (qTranslate-Einstellungen)" -#: qtranslate_configuration.php:1000 +#: admin/qtx_configuration.php:1115 #, php-format msgid "For help on how to configure qTranslate correctly, take a look at the qTranslate FAQ and the Support Forum." msgstr "Für Hilfe, kann man sich die qTranslate FAQ anschauen und in das Support Forum besuchen." -#: qtranslate_configuration.php:1002 +#: admin/qtx_configuration.php:1117 msgid "General Settings" msgstr "Allgemeine Einstellungen" -#: qtranslate_configuration.php:1005 +#: admin/qtx_configuration.php:1120 msgid "Default Language / Order" msgstr "Standardsprache / Reihenfolge" -#: qtranslate_configuration.php:1007 +#: admin/qtx_configuration.php:1122 msgid "Default Language" msgstr "Standardsprache" -#: qtranslate_configuration.php:1020 +#: admin/qtx_configuration.php:1135 #, php-format msgid "Choose the default language of your blog. This is the language which will be shown on %s. You can also change the order the languages by clicking on the arrows above." msgstr "Wähle die Standardsprache für diesen Blog. Die Sprache wird auf %s erscheinen. Man kann die Reihenfolge der Sprachen ändern, indem man auf die Pfeile oben klickt." -#: qtranslate_configuration.php:1025 +#: admin/qtx_configuration.php:1140 msgid "Hide Untranslated Content" msgstr "Verberge nicht übersetzten Inhalt" -#: qtranslate_configuration.php:1027 +#: admin/qtx_configuration.php:1142 msgid "Hide Content which is not available for the selected language." msgstr "Verstecke Inhalt, der nicht für die gewählte Sprache verfügbar ist." -#: qtranslate_configuration.php:1029 +#: admin/qtx_configuration.php:1144 msgid "When checked, posts will be hidden if the content is not available for the selected language. If unchecked, a message will appear showing all the languages the content is available in." msgstr "Wenn aktiviert, werden alle Einträge versteckt, die nicht für die gewählte Sprache verfügbar sind. Wenn deaktiviert, erscheint eine Nachricht, die alle Sprachen anzeigt, in der der Inhalt verfügbar ist." -#: qtranslate_configuration.php:1030 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Export" +msgstr "Exportieren" + +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Import" +msgstr "Importieren" + +#: admin/qtx_configuration.php:1145 #, fuzzy, php-format msgid "This function will not work correctly if you installed %s on a blog with existing entries. In this case you will need to take a look at option \"%s\" under \"%s\" section." msgstr "Diese Funktion wird nicht korrekt funktionieren, wenn qTranslate auf einem Blog installiert wurde, wo bereits Einträge geschrieben wurden. In diesem Fall sind weitere Schritte nötig, siehe \"Datenbank konvertieren\" unter \"Erweiterterte Einstellungen\"." -#: qtranslate_configuration.php:1032 +#: admin/qtx_configuration.php:1147 #, fuzzy msgid "Show displayed language prefix when content is not available for the selected language." msgstr "Verstecke Inhalt, der nicht für die gewählte Sprache verfügbar ist." -#: qtranslate_configuration.php:1036 +#: admin/qtx_configuration.php:1151 msgid "Detect Browser Language" msgstr "Browser-Sprache erkennen" -#: qtranslate_configuration.php:1038 +#: admin/qtx_configuration.php:1153 msgid "Detect the language of the browser and redirect accordingly." msgstr "Erkenne die Sprache vom Browser der Besucher und leite entsprechend um." -#: qtranslate_configuration.php:1040 +#: admin/qtx_configuration.php:1155 msgid "When the frontpage is visited via bookmark/external link/type-in, the visitor will be forwarded to the correct URL for the language specified by his browser." msgstr "Wenn die Startseite besucht wird per Lesezeichen/externer Link/URL Eingabe wird der Nutzer auf die von seinem Browser definierte Sprache umgeleitet" -#: qtranslate_configuration.php:1045 +#: admin/qtx_configuration.php:1160 msgid "Advanced Settings" msgstr "Erweiterte Einstellungen" -#: qtranslate_configuration.php:1052 qtranslate_configuration.php:1054 -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1167 admin/qtx_configuration.php:1169 +#: admin/qtx_configuration.php:1243 msgid "URL Modification Mode" msgstr "URL Veränderungsmodus" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Most SEO unfriendly, not recommended." msgstr "Überhaupt nicht suchmaschinenfreundlich. Nicht empfohlen." -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Use Query Mode (?lang=en)" msgstr "Query-Modus (?lang=de)" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "SEO friendly." msgstr "Suchmaschinenfreundlich" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "Use Pre-Path Mode (Default, puts /en/ in front of URL)" msgstr "Verzeichnis-Modus (Standard, fügt /de/ vorne an die URL)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "Use Pre-Domain Mode (uses http://en.yoursite.com)" msgstr "Domain-Modus (z.B. http://de.deineseite.de)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "You will need to configure DNS sub-domains on your site." msgstr "Sie müssen die Sub-Domain DNS ihrer Seite konfigurieren" -#: qtranslate_configuration.php:1068 +#: admin/qtx_configuration.php:1183 msgid "Hide URL language information for default language." msgstr "URL Informationen für die Standardsprache verstecken." -#: qtranslate_configuration.php:1069 +#: admin/qtx_configuration.php:1184 msgid "This is only applicable to Pre-Path and Pre-Domain mode." msgstr "Dies ist nur für Pre-Path und Pre-Domain Modus anwendbar" -#: qtranslate_configuration.php:1074 +#: admin/qtx_configuration.php:1189 msgid "Use Per-Domain mode: specify separate user-defined domain for each language." msgstr "Benutze emulierte Date Funktion und ersetze alle Formate mit den vordefinierten aus jeder Sprache." -#: qtranslate_configuration.php:1092 +#: admin/qtx_configuration.php:1208 msgid "Domain for" msgstr "Domäne für" -#: qtranslate_configuration.php:1097 +#: admin/qtx_configuration.php:1213 msgid "Flag Image Path" msgstr "Pfad für Flaggenbilder" -#: qtranslate_configuration.php:1101 +#: admin/qtx_configuration.php:1217 #, php-format msgid "Path to the flag images under wp-content, with trailing slash. (Default: %s, clear the value above to reset it to the default)" msgstr "Pfad für die Flaggenbilder unter wp-content, mit Slash am Ende. (Standard: %s. Wert löschen, um ihn zurückzusetzen)" -#: qtranslate_configuration.php:1105 +#: admin/qtx_configuration.php:1221 msgid "Ignore Links" msgstr "Ignoriere Links" -#: qtranslate_configuration.php:1109 +#: admin/qtx_configuration.php:1225 #, fuzzy, php-format msgid "Don't convert links to files of the given file types. (Always included: %s)" msgstr "Konvertiere keine Links zu den gegebenen Dateitypen. (Immer eingeschlossen: gif,jpg,jpeg,png,pdf,swf,tif,rar,zip,7z,mpg,divx,mpeg,avi,css,js)" -#: qtranslate_configuration.php:1113 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1229 qtranslate_widget.php:119 msgid "Head inline CSS" msgstr "" -#: qtranslate_configuration.php:1115 +#: admin/qtx_configuration.php:1231 msgid "CSS code added by plugin in the head of front-end pages:" msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 qtranslate_widget.php:119 msgid "To disable this inline CSS, clear the check box." msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 admin/qtx_configuration.php:1395 +#: qtranslate_widget.php:119 msgid "To reset to default, clear the text." msgstr "Text löschen um die Voreinstellungen zurückzusetzen" -#: qtranslate_configuration.php:1123 +#: admin/qtx_configuration.php:1239 #, fuzzy msgid "Cookie Settings" msgstr "Einstellungen" -#: qtranslate_configuration.php:1125 +#: admin/qtx_configuration.php:1241 #, php-format msgid "Disable language client cookie \"%s\" (not recommended)." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Language cookie is auto-disabled for \"%s\" \"Pre-Domain\" and \"Per-Domain\", as language is always unambiguously defined by a url in those modes." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Otherwise, use this option with a caution, for simple enough sites only. If checked, the user choice of browsing language will not be saved between sessions and some AJAX calls may deliver unexpected language, as well as some undesired language switching during browsing may occur under certain themes (%sRead More%s)." msgstr "" -#: qtranslate_configuration.php:1129 +#: admin/qtx_configuration.php:1245 #, php-format msgid "Make %s cookies available only through HTTPS connections." msgstr "" -#: qtranslate_configuration.php:1131 +#: admin/qtx_configuration.php:1247 msgid "Don't check this if you don't know what you're doing!" msgstr "" -#: qtranslate_configuration.php:1135 +#: admin/qtx_configuration.php:1251 msgid "Update Gettext Databases" msgstr "Aktualisiere Gettext-Datenbanken" -#: qtranslate_configuration.php:1137 +#: admin/qtx_configuration.php:1253 msgid "Automatically check for .mo-Database Updates of installed languages." msgstr "Prüfe automatisch auf Aktualisierungen der .mo-Datenbanken für installierte Sprachen." -#: qtranslate_configuration.php:1139 +#: admin/qtx_configuration.php:1255 msgid "Update Gettext databases now." msgstr "Aktualisiere jetzt alle Gettext Datenbanken." -#: qtranslate_configuration.php:1141 +#: admin/qtx_configuration.php:1257 msgid "qTranslate will query the Wordpress Localisation Repository every week and download the latest Gettext Databases (.mo Files)." msgstr "qTranslate überprüft jede Woche die Wordpress Localisation Repository und lädt die neusten Gettext Datenbanken (.mo-Dateien) herrunter." -#: qtranslate_configuration.php:1145 +#: admin/qtx_configuration.php:1261 msgid "Date / Time Conversion" msgstr "Datum / Zeit Konvertierung" -#: qtranslate_configuration.php:1147 +#: admin/qtx_configuration.php:1263 msgid "Use emulated date function." msgstr "Benutze emulierte date Funktion." -#: qtranslate_configuration.php:1148 +#: admin/qtx_configuration.php:1264 msgid "Use emulated date function and replace formats with the predefined formats for each language." msgstr "Benutze emulierte Date-Funktion und ersetze alle Formate mit den vordefinierten aus jeder Sprache." -#: qtranslate_configuration.php:1149 +#: admin/qtx_configuration.php:1265 msgid "Use strftime instead of date." msgstr "Benutze strftime anstatt von date." -#: qtranslate_configuration.php:1150 +#: admin/qtx_configuration.php:1266 msgid "Use strftime instead of date and replace formats with the predefined formats for each language." msgstr "Benutze strftime anstatt von date und ersetzte alle Formate mit den vordefinierten aus jeder Sprache." -#: qtranslate_configuration.php:1151 +#: admin/qtx_configuration.php:1267 msgid "Depending on the mode selected, additional customizations of the theme may be needed." msgstr "Je nachdem, welcher Modus ausgewählt ist, sind weitere Einstellungen nötig." -#: qtranslate_configuration.php:1160 +#: admin/qtx_configuration.php:1276 #, fuzzy msgid "Translation of options" msgstr "Übersetzen nach" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Filter all WordPress options for translation at front-end. It may hurt performance of the site, but ensures that all options are translated." msgstr "" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Starting from version 3.2.5, only options with multilingual content get filtered, which should help on performance issues." msgstr "" -#: qtranslate_configuration.php:1164 +#: admin/qtx_configuration.php:1280 msgid "Translate only options listed below (for experts only):" msgstr "" -#: qtranslate_configuration.php:1167 +#: admin/qtx_configuration.php:1283 #, php-format msgid "By default, all options are filtered to be translated at front-end for the sake of simplicity of configuration. However, for a developed site, this may cause a considerable performance degradation. Normally, there are very few options, which actually need a translation. You may simply list them above to minimize the performance impact, while still getting translations needed. Options names must match the field \"%s\" of table \"%s\" of WordPress database. A minimum common set of option, normally needed a translation, is already entered in the list above as a default example. Option names in the list may contain wildcard with symbol \"%s\"." msgstr "" -#: qtranslate_configuration.php:1171 +#: admin/qtx_configuration.php:1287 msgid "Custom Fields" msgstr "Benutzerdefinierte Felder" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 #, php-format msgid "Enter \"%s\" or \"%s\" attribute of text fields from your theme, which you wish to translate. This applies to post, page and media editors (%s). To lookup \"%s\" or \"%s\", right-click on the field in the post or the page editor and choose \"%s\". Look for an attribute of the field named \"%s\" or \"%s\". Enter it below, as many as you need, space- or comma-separated. After saving configuration, these fields will start responding to the language switching buttons, and you can enter different text for each language. The input fields of type %s will be parsed using %s syntax, while single line text fields will use %s syntax. If you need to override this behaviour, prepend prefix %s or %s to the name of the field to specify which syntax to use. For more information, read %sFAQ%s." msgstr "Fügen sie \"%s\" oder \"%s\" Attribute von Text-Felder von ihren Theme, die sie übersetzen wollen. Das wird auf Post, Seiten und Media-Editoren angewendet (%s). Um \"%s\" oder \"%s\" nachzuschlagen, klicken sie mit der rechten Taste das Feld im Post oder Seiten-Editor und wählen \"%s\". Suchen sie einen Attribut des Text-Feldes \"%s\" oder \"%s\". Fügen sie beliebig viele unten ein die durch Leerschlag oder Komma getrennt sind. Nach dem abspeichern der Konfiguration, diese Felder werden auf die Sprach-Umschalt-Schalter reagieren, und sie können verschiedene Texte für jede Sprache einfügen. Die Einfüge-Felder vom Typ %s werden durch die %s Syntax generiert, während Einzeilige Text-Felder die %s Syntax benutzen. Wollen sie dieses Verhalten überschreiben, stellen sie den Präfix %s oder %s dem Feld-Namen voran um auszuwählen welche Syntax benutzt werden soll. Für mehr Infos lesen sie in den %sFAQ%s." -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 msgctxt "browser option" msgid "Inspect Element" msgstr "Kontroll-Element" -#: qtranslate_configuration.php:1180 +#: admin/qtx_configuration.php:1296 msgid "The value of \"id\" attribute is normally unique within one page, otherwise the first field found, having an id specified, is picked up." msgstr "Der Wert vom \"id\" Attribut, muss normalerweise einmalig innerhalb einer Seite sein, ansonsten wird der erste gefundener und mit ID gekennzeichneter Feld aufgehoben" -#: qtranslate_configuration.php:1187 +#: admin/qtx_configuration.php:1303 #, php-format msgid "All the fields of specified classes will respond to Language Switching Buttons. Be careful not to include a class, which would affect language-neutral fields. If you cannot uniquely identify a field needed neither by %s, nor by %s attribute, report the issue on %sSupport Forum%s" msgstr "Alle Felder der beschriebenen Klassen werden auf die Sprachumschalt-Knöpfen reagieren. Seien sie vorsichtig, keine Klasse einzubeziehen, die sprachneutrale Felder beeinflussen. Falls sie nicht eindeutig einen Feld der weder von %s noch von %s Attribute benutzt wird identifizieren können, melden sie das bitte am %sSupport Forum%s " -#: qtranslate_configuration.php:1191 +#: admin/qtx_configuration.php:1307 msgid "Custom Filters" msgstr "Benutzer-Filter" -#: qtranslate_configuration.php:1194 +#: admin/qtx_configuration.php:1310 #, php-format msgid "Names of filters (which are enabled on theme or other plugins via %s function) to add translation to. For more information, read %sFAQ%s." msgstr "Namen von Filter (die von Theme oder ein anderer Plugin via der %s Funktion aktiviert wurde) um Übersetzungen hinzu zufügen. Für mehr Infos, lesen sie bitte die %sFAQ%s. " -#: qtranslate_configuration.php:1198 +#: admin/qtx_configuration.php:1314 msgid "Custom Admin Pages" msgstr "Benutzer- Verwaltungsseiten" -#: qtranslate_configuration.php:1200 +#: admin/qtx_configuration.php:1316 #, php-format msgid "List the custom admin page paths for which you wish Language Switching Buttons to show up. The Buttons will then control fields configured in \"Custom Fields\" section. You may only include part of the full URL after %s, including a distinctive query string if needed. As many as desired pages can be listed space/comma separated. For more information, read %sFAQ%s." msgstr "Listet die Pfäde der Benutzer-Verwaltungs-Seite, für die die gewünschte Anzeige des Sprach-Umschalte-Knopf. Die Tasten kontrollieren dann die Felder die in der \"Custom Fields\" Sektion eingestellt sind. Sie können auch nur einen Teil der ganzen URL nach %s einschliessen, mit einem bestimmten Such-Text falls erwünscht. Es können beliebig viele durch Leerschlag oder Komma getrennte Seiten aufgelistet werden. Für mehr Infos bitte die %sFAQ%s lesen." -#: qtranslate_configuration.php:1206 +#: admin/qtx_configuration.php:1322 #, php-format msgid "Enable function name compatibility (%s)." msgstr "Ermöglicht die Namens-Kompatibilitäts-Funktion (%s)." -#: qtranslate_configuration.php:1207 +#: admin/qtx_configuration.php:1323 #, php-format msgid "Some plugins and themes use direct calls to the functions listed, which are defined in former %s plugin and some of its forks. Turning this flag on will enable those function to exists, which will make the dependent plugins and themes to work. WordPress policy prohibits to define functions with the same names as in other plugins, since it generates user-unfriendly fatal errors, when two conflicting plugins are activated simultaneously. Before turning this option on, you have to make sure that there are no other plugins active, which define those functions." msgstr "Einige Plugins und Themes benutzen direkte Aufrufe zu den gelisteten Funktionen, die in frühere %s Plugin und Varianten dieser Plugins definiert wurden. Diese Markierung einzuschalten erlaubt, dass diese Funktionen existieren und erlaubt es so, dass die abhängige Themes und Plugins funktionieren. Die Wordpress Richtlinien erlauben es nicht, Funktionen zu definieren die den gleichen Namen wie Funktionen von anderen Plugins benutzen, da dies fatale Fehler erzeugt, wenn die kollidierende Plugins gleichzeitig aktiviert werden. Bevor diese Funktion eingeschaltet wird, stellen sie sicher, dass kein weiterer Plugin aktiv ist, der solche Funktion definiert" -#: qtranslate_configuration.php:1211 +#: admin/qtx_configuration.php:1327 #, fuzzy msgid "Editor Mode" msgstr "Editor Raw (roh, unbearbeitet) Modus" -#: qtranslate_configuration.php:1213 +#: admin/qtx_configuration.php:1329 msgid "Use Language Switching Buttons (LSB)." msgstr "" -#: qtranslate_configuration.php:1214 +#: admin/qtx_configuration.php:1330 msgid "This is the default mode." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Do not use Language Switching Buttons to edit multi-language text entries." msgstr "Nicht den Sprachumschalt-Knopf benutzen, um mehrsprachige Texteinträge zu bearbeiten." -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Editor Raw Mode" msgstr "Editor Raw (roh, unbearbeitet) Modus" -#: qtranslate_configuration.php:1216 +#: admin/qtx_configuration.php:1332 msgid "Some people prefer to edit the raw entries containing all languages together separated by language defining tags, as they are stored in database." msgstr "Einige Leute bevorzugen die unbearbeiteten (raw) Einträge die alle Sprachen beinhalten und durch Formatierungszeichen (tags) die die Sprache definieren, zu editieren, so wie sie in Datenbanken gespeichert sind" -#: qtranslate_configuration.php:1267 +#: admin/qtx_configuration.php:1340 admin/qtx_configuration.php:1343 +msgid "LSB Style" +msgstr "" + +#: admin/qtx_configuration.php:1344 +msgid "Choose CSS style for how Language Switching Buttons are rendered:" +msgstr "" + +#: admin/qtx_configuration.php:1345 #, php-format -msgid "%s Flag" -msgstr "%s Flagge" +msgid "LSB %s-wrap classes:" +msgstr "" + +#: admin/qtx_configuration.php:1346 +msgid "Active button class:" +msgstr "" + +#: admin/qtx_configuration.php:1347 +msgid "The above is reset to an appropriate default, if the below is changed." +msgstr "" + +#: admin/qtx_configuration.php:1348 +msgid "CSS set:" +msgstr "" + +#: admin/qtx_configuration.php:1352 admin/qtx_configuration.php:1354 +#: admin/qtx_configuration.php:1388 admin/qtx_configuration.php:1390 +msgid "Use custom CSS" +msgstr "" + +#: admin/qtx_configuration.php:1354 +#, php-format +msgid "Choice \"%s\" disables this option and allows one to use its own custom CSS provided by other means." +msgstr "" + +#: admin/qtx_configuration.php:1371 admin/qtx_configuration.php:1375 +#: admin/qtx_user_options.php:18 +msgid "Highlight Style" +msgstr "" + +#: admin/qtx_configuration.php:1373 +msgid "When there are many integrated or customized translatable fields, it may become confusing to know which field has multilingual value. The highlighting of translatable fields may come handy then:" +msgstr "" + +#: admin/qtx_configuration.php:1376 admin/qtx_configuration.php:1378 +msgid "Do not highlight the translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1380 admin/qtx_configuration.php:1382 +msgid "Show a line on the left border of translatable fields." +msgstr "" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1384 admin/qtx_configuration.php:1386 +msgid "Draw a border around translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1395 +msgid "Admin Color Scheme" +msgstr "" + +#: admin/qtx_configuration.php:1395 +#, php-format +msgid "The color in use is taken from your profile option %s, the third color." +msgstr "" + +#: admin/qtx_configuration.php:1433 +#, fuzzy +msgid "List of Configured Languages" +msgstr "Ausgangssprache" + +#: admin/qtx_configuration.php:1438 +#, php-format +msgid "Only enabled languages are loaded at front-end, while all %d configured languages are listed here." +msgstr "" + +#: admin/qtx_configuration.php:1439 +msgid "The table below contains both pre-defined and manually added or modified languages." +msgstr "" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Delete" +msgstr "Löschen" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Disable" msgstr "Deaktivieren" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Enable" msgstr "Aktivieren" -#: qtranslate_configuration.php:1270 -msgid "Edit" -msgstr "Bearbeiten" +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Reset" +msgstr "" + +#: admin/qtx_configuration.php:1440 +#, php-format +msgid "You may %s or %s a language, or %s manually added language, or %s previous modifications of a pre-defined language." +msgstr "" + +#: admin/qtx_configuration.php:1441 +#, php-format +msgid "Click %s to modify language properties." +msgstr "" -#: qtranslate_configuration.php:1271 +#: admin/qtx_configuration.php:1463 +#, php-format +msgid "%s Flag" +msgstr "%s Flagge" + +#: admin/qtx_configuration.php:1465 msgid "Default" msgstr "Standard" -#: qtranslate_configuration.php:1271 -msgid "Delete" -msgstr "Löschen" +#: admin/qtx_configuration.php:1467 +msgid "Pre-Defined" +msgstr "" -#: qtranslate_configuration.php:1276 +#: admin/qtx_configuration.php:1476 msgid "Enabling a language will cause qTranslate to update the Gettext-Database for the language, which can take a while depending on your server's connection speed." msgstr "Das Aktivieren einer Sprache veranlasst qTranslate die Gettext-Datenbank dieser Sprache zu aktualisieren, was je nach Verbindungsgeschwindigkeit eine Weile dauern kann." -#: qtranslate_configuration.php:1283 +#: admin/qtx_configuration.php:1483 msgid "Add Language" msgstr "Sprache hinzufügen" -#: qtranslate_configuration.php:1286 +#: admin/qtx_configuration.php:1486 msgid "Add Language »" msgstr "Sprache hinzufügen »" -#: qtranslate_configuration.php:1301 +#: admin/qtx_configuration.php:1508 #, fuzzy msgid "Language Menu" msgstr "Sprachcode" -#: qtranslate_configuration.php:1350 +#: admin/qtx_configuration.php:1557 msgid "Help" msgstr "Hilfe" -#: qtranslate_configuration.php:1352 +#: admin/qtx_configuration.php:1559 #, php-format msgid "Menu item added is replaced with a sub-menu of available languages when menu is rendered. Depending on how your theme renders menu you may need to override and customize css entries %s and %s, originally defined in %s. The field \"URL\" of inserted menu item allows additional configuration described in %sFAQ%s." msgstr "Hinzugefügter Menü-Punkt wird durch ein Sub-Menu der verfügbaren Sprachen ersetzt, wenn das Menu generiert wird. Je nachdem wie ihr Theme Menus generiert, könnte es nötig sein die %s und %s CSS_Einträge zu überschreiben und zu personalisieren die ursprünglich in %s definiert wurden. Das \"URL\" Feld des eingefügten Menu-Punkt erlaubt zusätzliche Konfigurationen fie in %sFAQ%s beschrieben." -#: qtranslate_configuration.php:1357 +#: admin/qtx_configuration.php:1564 msgid "Add to Menu" msgstr "Zum Menu hinzufügen" -#: qtranslate_configuration.php:1367 +#: admin/qtx_configuration.php:1574 #, fuzzy msgid "Language Switcher" msgstr "Sprachcode" -#: qtranslate_configuration.php:1404 +#: admin/qtx_configuration.php:1619 msgid "Settings" msgstr "Einstellungen" +#: admin/qtx_import_export.php:125 +msgid "Plugin" +msgstr "Plugin" + +#: admin/qtx_import_export.php:131 +msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." +msgstr "Es ist nicht nötig die Einstellungen zu migrieren, der Datenbank-Schema ist kompatibel mit dem Plugin" + +#: admin/qtx_import_export.php:134 +#, php-format +msgid "Use plugin %s to import data." +msgstr "" + +#: admin/qtx_import_export.php:138 +msgid "Do not migrate any setting" +msgstr "Migriert keine Einstellungen" + +#: admin/qtx_import_export.php:140 +#, fuzzy +msgid "Import settings from " +msgstr "qTranslate zurücksetzen" + +#: admin/qtx_import_export.php:142 +#, fuzzy +msgid "Export settings to " +msgstr "qTranslate zurücksetzen" + +#: admin/qtx_import_export.php:158 +#, php-format +msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." +msgstr "Wenn ein Update von qTranslate 1.x oder Polyglot erfolgt ist, bitte hier klicken um alle Posts in den neuen Sprachformat umzuwandeln." + +#: admin/qtx_import_export.php:159 +#, php-format +msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." +msgstr "Wenn qTranslate zum ersten Mal auf einem Wordpress System installiert wurde, das bereits Einträge hat, kann man entweder alle Einträge manuell öffnen und sie zu einer Sprache zuweisen oder hier klicken um alle Einträge der aktuellen Standardsprache zuzuweisen." + +#: admin/qtx_import_export.php:160 +msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." +msgstr "Beide Vorgänge können nicht rückgängig gemacht werden! " + +#: admin/qtx_import_export.php:161 +#, fuzzy +msgid "Do not convert database" +msgstr "Datenbank konvertieren" + +#: admin/qtx_import_export.php:162 +msgid "Convert database to the \"square bracket only\" style." +msgstr "" + +#: admin/qtx_import_export.php:163 +#, php-format +msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." +msgstr "" + +#: admin/qtx_import_export.php:164 +msgid "Convert database back to the legacy \"dual language tag\" style." +msgstr "" + +#: admin/qtx_import_export.php:165 +msgid "Note, that only string options and standard post and page fields are affected." +msgstr "" + +#: admin/qtx_import_export.php:174 +msgid "Reset qTranslate" +msgstr "qTranslate zurücksetzen" + +#: admin/qtx_import_export.php:176 +msgid "Check this box and click Save Changes to reset all qTranslate settings." +msgstr "Aktivere diese Box und klicke auf Einstellungen speichern um alle qTranslate Einstellungen zurückzusetzen." + +#: admin/qtx_import_export.php:178 +msgid "Yes, I really want to reset qTranslate." +msgstr "Ja, ich möchte wirklich qTranslate zurücksetzen." + +#: admin/qtx_import_export.php:180 +msgid "Also delete Translations for Categories/Tags/Link Categories." +msgstr "Lösche außerdem alle Überetzungen für Kategorien/Tags/Link Kategorien." + +#: admin/qtx_import_export.php:182 +msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." +msgstr "Wenn etwas nicht korrekt funktioniert, kann man versuchen qTranslate zurückzusetzen. Der Vorgang löscht keine Beiträge, wird aber alle Einstellungen löschen und zurücksetzen (inklusive neu hinzugefügter Sprachen)." + +#: admin/qtx_languages.php:93 +#, fuzzy +msgid "Cannot delete Default Language!" +msgstr "Die Standardsprache kann nicht deaktiviert werden!" + +#: admin/qtx_user_options.php:9 +#, fuzzy +msgid "Translation options" +msgstr "Übersetzen nach" + +#: admin/qtx_user_options.php:14 +msgid "Highlight Translatable Fields" +msgstr "" + +#: admin/qtx_user_options.php:18 +#, php-format +msgid "The way the translatable fields are highlighted is configured with global option %s." +msgstr "" + #: qtranslate_frontend.php:162 qtranslate_widget.php:67 msgid "Language" msgstr "Sprache" diff --git a/lang/qtranslate-eo.po b/lang/qtranslate-eo.po index 4c49310..4002eef 100644 --- a/lang/qtranslate-eo.po +++ b/lang/qtranslate-eo.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: qTranslate-X 3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-03-19 14:09-0600\n" +"POT-Creation-Date: 2015-03-25 22:22-0600\n" "PO-Revision-Date: 2011-01-20 16:09+0100\n" "Last-Translator: felix.zesch \n" "Language-Team: German \n" @@ -12,770 +12,900 @@ msgstr "" "X-Generator: Lokalize 1.1\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: admin/activation_hook.php:37 admin/activation_hook.php:137 -#: qtranslate_configuration.php:772 +#: admin/qtx_activation_hook.php:80 admin/qtx_activation_hook.php:205 +#: admin/qtx_configuration.php:882 #, php-format msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so." msgstr "" -#: admin/activation_hook.php:38 +#: admin/qtx_activation_hook.php:81 #, php-format msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously." msgstr "" -#: admin/activation_hook.php:40 +#: admin/qtx_activation_hook.php:83 #, php-format msgid "The compatible settings from %s have been imported to %s. Further tuning, import, export and reset of options can be done at Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:42 +#: admin/qtx_activation_hook.php:85 #, php-format msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:135 +#: admin/qtx_activation_hook.php:203 #, php-format msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/Languages configuration page. Then you have to deactivate one of the plugins to continue." msgstr "" -#: admin/activation_hook.php:140 admin/activation_hook.php:142 +#: admin/qtx_activation_hook.php:208 admin/qtx_activation_hook.php:210 #, php-format msgid "Deactivate %s" msgstr "" -#: admin/activation_hook.php:176 +#: admin/qtx_activation_hook.php:249 #, php-format msgid "Plugin %s may be integrated with multilingual plugin %s with a help of plugin %s." msgstr "" -#: admin/activation_hook.php:178 +#: admin/qtx_activation_hook.php:251 msgid "Please, press an appropriate button below." msgstr "" -#: admin/activation_hook.php:182 +#: admin/qtx_activation_hook.php:255 #, php-format msgid "Activate plugin %s" msgstr "" -#: admin/activation_hook.php:184 +#: admin/qtx_activation_hook.php:257 #, php-format msgid "Install plugin %s" msgstr "" -#: admin/activation_hook.php:186 +#: admin/qtx_activation_hook.php:259 msgid "I am aware of that, dismiss this message." msgstr "" -#: admin/activation_hook.php:240 +#: admin/qtx_activation_hook.php:309 #, php-format msgid "Thank you for using %s plugin!" msgstr "" -#: admin/activation_hook.php:242 +#: admin/qtx_activation_hook.php:311 #, php-format msgid "Please, help us to make a decision on \"%s\" feature, press the button below." msgstr "" -#: admin/activation_hook.php:242 admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:311 admin/qtx_activation_hook.php:313 #: qtranslate_services.php:787 msgid "Translation Service" msgstr "" -#: admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:313 #, php-format msgid "Survey on \"%s\" feature" msgstr "" -#: admin/activation_hook.php:245 +#: admin/qtx_activation_hook.php:314 admin/qtx_activation_hook.php:348 msgid "I have already done it, dismiss this message." msgstr "" -#: admin/admin_utils.php:145 +#: admin/qtx_activation_hook.php:346 +#, php-format +msgid "The latest version of plugin %s has a number of new options, for example, %s, which may change the look of some pages. Please, review the help text of new options on %sconfiguration page%s." +msgstr "" + +#: admin/qtx_admin_utils.php:146 msgid "Database has been converted to square bracket format." msgstr "" -#: admin/admin_utils.php:145 admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:146 admin/qtx_admin_utils.php:148 msgid "Note: custom entries are not touched." msgstr "" -#: admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:148 msgid "Database has been converted to legacy dual-tag format." msgstr "" -#: admin/admin_utils.php:405 qtranslate_configuration.php:484 -#: qtranslate_configuration.php:507 qtranslate_frontend.php:168 +#: admin/qtx_admin_utils.php:406 admin/qtx_configuration.php:565 +#: admin/qtx_configuration.php:588 qtranslate_frontend.php:168 #: qtranslate_frontend.php:195 msgid "Flag" msgstr "" -#: admin/admin_utils.php:406 qtranslate_configuration.php:525 +#: admin/qtx_admin_utils.php:407 admin/qtx_configuration.php:606 msgid "Name" msgstr "" -#: admin/admin_utils.php:407 qtranslate_services.php:383 +#: admin/qtx_admin_utils.php:408 qtranslate_services.php:383 msgid "Action" msgstr "" -#: admin/admin_utils.php:420 qtranslate_configuration.php:471 -#: qtranslate_configuration.php:1245 -msgid "Languages" -msgstr "Lingvoj " - -#: admin/import_export.php:125 -msgid "Plugin" -msgstr "" - -#: admin/import_export.php:131 -msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." -msgstr "" - -#: admin/import_export.php:134 -#, php-format -msgid "Use plugin %s to import data." -msgstr "" - -#: admin/import_export.php:138 -msgid "Do not migrate any setting" -msgstr "" - -#: admin/import_export.php:140 -msgid "Import settings from " -msgstr "" - -#: admin/import_export.php:142 -msgid "Export settings to " -msgstr "" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Export" -msgstr "" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Import" -msgstr "" - -#: admin/import_export.php:156 qtranslate_configuration.php:773 -#: qtranslate_configuration.php:783 qtranslate_configuration.php:1030 -msgid "Convert Database" -msgstr "" - -#: admin/import_export.php:158 -#, php-format -msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." -msgstr "" - -#: admin/import_export.php:159 -#, php-format -msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." -msgstr "" - -#: admin/import_export.php:160 -msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." -msgstr "" - -#: admin/import_export.php:161 -msgid "Do not convert database" -msgstr "" - -#: admin/import_export.php:162 -msgid "Convert database to the \"square bracket only\" style." -msgstr "" - -#: admin/import_export.php:163 -#, php-format -msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." -msgstr "" - -#: admin/import_export.php:164 -msgid "Convert database back to the legacy \"dual language tag\" style." -msgstr "" - -#: admin/import_export.php:165 -msgid "Note, that only string options and standard post and page fields are affected." -msgstr "" - -#: admin/import_export.php:174 -msgid "Reset qTranslate" +#: admin/qtx_admin_utils.php:409 admin/qtx_configuration.php:1441 +#: admin/qtx_configuration.php:1466 +msgid "Edit" msgstr "" -#: admin/import_export.php:176 -msgid "Check this box and click Save Changes to reset all qTranslate settings." +#: admin/qtx_admin_utils.php:410 +msgid "Stored" msgstr "" -#: admin/import_export.php:178 -msgid "Yes, I really want to reset qTranslate." -msgstr "" - -#: admin/import_export.php:180 -msgid "Also delete Translations for Categories/Tags/Link Categories." -msgstr "" - -#: admin/import_export.php:182 -msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." -msgstr "" +#: admin/qtx_admin_utils.php:421 admin/qtx_configuration.php:552 +#: admin/qtx_configuration.php:1424 +msgid "Languages" +msgstr "Lingvoj " -#: qtranslate_configuration.php:471 +#: admin/qtx_configuration.php:552 msgid "Language Management" msgstr "Lingvomastrumado" -#: qtranslate_configuration.php:479 +#: admin/qtx_configuration.php:560 #, fuzzy msgid "Language Code" msgstr "Lingvo" -#: qtranslate_configuration.php:481 +#: admin/qtx_configuration.php:562 msgid "2-Letter ISO Language Code for the Language you want to insert. (Example: en)" msgstr "" -#: qtranslate_configuration.php:510 +#: admin/qtx_configuration.php:591 msgid "Incorrect Flag Image Path! Please correct it!" msgstr "" -#: qtranslate_configuration.php:513 +#: admin/qtx_configuration.php:594 msgid "Choose the corresponding country flag for language. (Example: gb.png)" msgstr "" -#: qtranslate_configuration.php:527 +#: admin/qtx_configuration.php:608 msgid "The Name of the language, which will be displayed on the site. (Example: English)" msgstr "La nomo de la lingvo, kiu estas montrota en la retejo (ekz. Esperanto)" -#: qtranslate_configuration.php:530 +#: admin/qtx_configuration.php:611 msgid "Locale" msgstr "Lokaĵaro" -#: qtranslate_configuration.php:533 +#: admin/qtx_configuration.php:614 msgid "PHP and Wordpress Locale for the language. (Example: en_US)" msgstr "PHP kaj Wordpress por tiu lingvo (ekz. eo)" -#: qtranslate_configuration.php:534 +#: admin/qtx_configuration.php:615 msgid "You will need to install the .mo file for this language." msgstr "" -#: qtranslate_configuration.php:538 +#: admin/qtx_configuration.php:619 msgid "Date Format" msgstr "" -#: qtranslate_configuration.php:540 +#: admin/qtx_configuration.php:621 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime (use %q for day suffix (st,nd,rd,th)) or date format. This field is optional. (Example: %A %B %e%q, %Y)" msgstr "" -#: qtranslate_configuration.php:543 +#: admin/qtx_configuration.php:624 msgid "Time Format" msgstr "" -#: qtranslate_configuration.php:545 +#: admin/qtx_configuration.php:626 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime or date format. This field is optional. (Example: %I:%M %p)" msgstr "" -#: qtranslate_configuration.php:548 +#: admin/qtx_configuration.php:629 msgid "Not Available Message" msgstr "" -#: qtranslate_configuration.php:551 +#: admin/qtx_configuration.php:632 msgid "Message to display if post is not available in the requested language. (Example: Sorry, this entry is only available in %LANG:, : and %.)" msgstr "" -#: qtranslate_configuration.php:552 +#: admin/qtx_configuration.php:633 msgid "%LANG:<normal_separator>:<last_separator>% generates a list of languages separated by <normal_separator> except for the last one, where <last_separator> will be used instead." msgstr "" -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Hide" msgstr "" -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Show" msgstr "" -#: qtranslate_configuration.php:675 +#: admin/qtx_configuration.php:763 msgid "Save Changes" msgstr "" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, fuzzy msgid "Switching Language" msgstr "Lingvo" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, php-format msgid "Switching language to %1$s... If the Dashboard isn't loading, use this link." msgstr "" -#: qtranslate_configuration.php:713 +#: admin/qtx_configuration.php:801 msgid "qTranslate has been reset." msgstr "" -#: qtranslate_configuration.php:766 +#: admin/qtx_configuration.php:875 msgid "Gettext databases updated." msgstr "" -#: qtranslate_configuration.php:772 +#: admin/qtx_configuration.php:882 #, php-format msgid "Applicable options and taxonomy names from plugin %s have been imported. Note that the multilingual content of posts, pages and other objects has not been altered during this operation. There is no additional operation needed to import content, since its format is compatible with %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 #, php-format msgid "%sImportant%s: Before you start making edits to post and pages, please, make sure that both, your front site and admin back-end, work under this configuration. It may help to review \"%s\" and see if any of conflicting plugins mentioned there are used here. While the current content, coming from %s, is compatible with this plugin, the newly modified posts and pages will be saved with a new square-bracket-only encoding, which has a number of advantages comparing to former %s encoding. However, the new encoding is not straightforwardly compatible with %s and you will need an additional step available under \"%s\" option if you ever decide to go back to %s. Even with this additional conversion step, the 3rd-party plugins custom-stored data will not be auto-converted, but manual editing will still work. That is why it is advisable to create a test-copy of your site before making any further changes. In case you encounter a problem, please give us a chance to improve %s, send the login information to the test-copy of your site to %s along with a detailed step-by-step description of what is not working, and continue using your main site with %s meanwhile. It would also help, if you share a success story as well, either on %sthe forum%s, or via the same e-mail as mentioned above. Thank you very much for trying %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 admin/qtx_configuration.php:894 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:156 +msgid "Convert Database" +msgstr "" + +#: admin/qtx_configuration.php:883 msgid "This is a one-time message, which you will not see again, unless the same import is repeated." msgstr "" -#: qtranslate_configuration.php:775 qtranslate_configuration.php:1204 +#: admin/qtx_configuration.php:885 admin/qtx_configuration.php:1320 msgid "Compatibility Functions" msgstr "" -#: qtranslate_configuration.php:775 +#: admin/qtx_configuration.php:885 #, php-format msgid "Option \"%s\" has also been turned on, as the most common case for importing configuration from %s. You may turn it off manually if your setup does not require it. Refer to %sFAQ%s for more information." msgstr "" -#: qtranslate_configuration.php:783 +#: admin/qtx_configuration.php:894 #, php-format msgid "Applicable options have been exported to plugin %s. If you have done some post or page updates after migrating from %s, then \"%s\" operation is also required to convert the content to \"dual language tag\" style in order for plugin %s to function." msgstr "" -#: qtranslate_configuration.php:794 +#: admin/qtx_configuration.php:906 msgid "The Language must have a Not-Available Message!" msgstr "" -#: qtranslate_configuration.php:795 +#: admin/qtx_configuration.php:907 msgid "The Language must have a Locale!" msgstr "" -#: qtranslate_configuration.php:796 +#: admin/qtx_configuration.php:908 msgid "The Language must have a name!" msgstr "" -#: qtranslate_configuration.php:797 +#: admin/qtx_configuration.php:909 msgid "Language Code has to be 2 characters long!" msgstr "" -#: qtranslate_configuration.php:801 qtranslate_configuration.php:807 +#: admin/qtx_configuration.php:916 admin/qtx_configuration.php:922 msgid "There is already a language with the same Language Code!" msgstr "" -#: qtranslate_configuration.php:892 qtranslate_configuration.php:914 -#: qtranslate_configuration.php:921 qtranslate_configuration.php:938 -msgid "No such language!" -msgstr "" - -#: qtranslate_configuration.php:906 +#: admin/qtx_configuration.php:1019 msgid "Language is already enabled or invalid!" msgstr "" -#: qtranslate_configuration.php:911 +#: admin/qtx_configuration.php:1025 msgid "Cannot disable Default Language!" msgstr "" -#: qtranslate_configuration.php:917 +#: admin/qtx_configuration.php:1028 admin/qtx_configuration.php:1035 +#: admin/qtx_configuration.php:1052 +msgid "No such language!" +msgstr "" + +#: admin/qtx_configuration.php:1031 msgid "Language is already disabled!" msgstr "" -#: qtranslate_configuration.php:925 +#: admin/qtx_configuration.php:1039 msgid "Language is already first!" msgstr "" -#: qtranslate_configuration.php:931 qtranslate_configuration.php:948 +#: admin/qtx_configuration.php:1045 admin/qtx_configuration.php:1062 msgid "New order saved." msgstr "" -#: qtranslate_configuration.php:942 +#: admin/qtx_configuration.php:1056 msgid "Language is already last!" msgstr "" -#: qtranslate_configuration.php:960 +#: admin/qtx_configuration.php:1074 msgid "Options saved." msgstr "" -#: qtranslate_configuration.php:965 +#: admin/qtx_configuration.php:1079 #, php-format msgid "Could not write to \"%s\", Gettext Databases could not be downloaded!" msgstr "" -#: qtranslate_configuration.php:991 +#: admin/qtx_configuration.php:1105 #, fuzzy msgid "Edit Language" msgstr "Lingvo" -#: qtranslate_configuration.php:994 +#: admin/qtx_configuration.php:1108 msgid "Save Changes »" msgstr "" -#: qtranslate_configuration.php:999 +#: admin/qtx_configuration.php:1110 +msgid "back to configuration page" +msgstr "" + +#: admin/qtx_configuration.php:1114 msgid "Language Management (qTranslate Configuration)" msgstr "" -#: qtranslate_configuration.php:1000 +#: admin/qtx_configuration.php:1115 #, php-format msgid "For help on how to configure qTranslate correctly, take a look at the qTranslate FAQ and the Support Forum." msgstr "" -#: qtranslate_configuration.php:1002 +#: admin/qtx_configuration.php:1117 msgid "General Settings" msgstr "" -#: qtranslate_configuration.php:1005 +#: admin/qtx_configuration.php:1120 msgid "Default Language / Order" msgstr "" -#: qtranslate_configuration.php:1007 +#: admin/qtx_configuration.php:1122 #, fuzzy msgid "Default Language" msgstr "Lingvo" -#: qtranslate_configuration.php:1020 +#: admin/qtx_configuration.php:1135 #, php-format msgid "Choose the default language of your blog. This is the language which will be shown on %s. You can also change the order the languages by clicking on the arrows above." msgstr "" -#: qtranslate_configuration.php:1025 +#: admin/qtx_configuration.php:1140 msgid "Hide Untranslated Content" msgstr "" -#: qtranslate_configuration.php:1027 +#: admin/qtx_configuration.php:1142 msgid "Hide Content which is not available for the selected language." msgstr "" -#: qtranslate_configuration.php:1029 +#: admin/qtx_configuration.php:1144 msgid "When checked, posts will be hidden if the content is not available for the selected language. If unchecked, a message will appear showing all the languages the content is available in." msgstr "" -#: qtranslate_configuration.php:1030 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Export" +msgstr "" + +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Import" +msgstr "" + +#: admin/qtx_configuration.php:1145 #, php-format msgid "This function will not work correctly if you installed %s on a blog with existing entries. In this case you will need to take a look at option \"%s\" under \"%s\" section." msgstr "" -#: qtranslate_configuration.php:1032 +#: admin/qtx_configuration.php:1147 msgid "Show displayed language prefix when content is not available for the selected language." msgstr "" -#: qtranslate_configuration.php:1036 +#: admin/qtx_configuration.php:1151 msgid "Detect Browser Language" msgstr "" -#: qtranslate_configuration.php:1038 +#: admin/qtx_configuration.php:1153 msgid "Detect the language of the browser and redirect accordingly." msgstr "" -#: qtranslate_configuration.php:1040 +#: admin/qtx_configuration.php:1155 msgid "When the frontpage is visited via bookmark/external link/type-in, the visitor will be forwarded to the correct URL for the language specified by his browser." msgstr "" -#: qtranslate_configuration.php:1045 +#: admin/qtx_configuration.php:1160 msgid "Advanced Settings" msgstr "" -#: qtranslate_configuration.php:1052 qtranslate_configuration.php:1054 -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1167 admin/qtx_configuration.php:1169 +#: admin/qtx_configuration.php:1243 msgid "URL Modification Mode" msgstr "" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Most SEO unfriendly, not recommended." msgstr "" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Use Query Mode (?lang=en)" msgstr "" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "SEO friendly." msgstr "" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "Use Pre-Path Mode (Default, puts /en/ in front of URL)" msgstr "" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "Use Pre-Domain Mode (uses http://en.yoursite.com)" msgstr "" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "You will need to configure DNS sub-domains on your site." msgstr "" -#: qtranslate_configuration.php:1068 +#: admin/qtx_configuration.php:1183 msgid "Hide URL language information for default language." msgstr "" -#: qtranslate_configuration.php:1069 +#: admin/qtx_configuration.php:1184 msgid "This is only applicable to Pre-Path and Pre-Domain mode." msgstr "" -#: qtranslate_configuration.php:1074 +#: admin/qtx_configuration.php:1189 msgid "Use Per-Domain mode: specify separate user-defined domain for each language." msgstr "" -#: qtranslate_configuration.php:1092 +#: admin/qtx_configuration.php:1208 msgid "Domain for" msgstr "" -#: qtranslate_configuration.php:1097 +#: admin/qtx_configuration.php:1213 msgid "Flag Image Path" msgstr "" -#: qtranslate_configuration.php:1101 +#: admin/qtx_configuration.php:1217 #, php-format msgid "Path to the flag images under wp-content, with trailing slash. (Default: %s, clear the value above to reset it to the default)" msgstr "" -#: qtranslate_configuration.php:1105 +#: admin/qtx_configuration.php:1221 msgid "Ignore Links" msgstr "" -#: qtranslate_configuration.php:1109 +#: admin/qtx_configuration.php:1225 #, php-format msgid "Don't convert links to files of the given file types. (Always included: %s)" msgstr "" -#: qtranslate_configuration.php:1113 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1229 qtranslate_widget.php:119 msgid "Head inline CSS" msgstr "" -#: qtranslate_configuration.php:1115 +#: admin/qtx_configuration.php:1231 msgid "CSS code added by plugin in the head of front-end pages:" msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 qtranslate_widget.php:119 msgid "To disable this inline CSS, clear the check box." msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 admin/qtx_configuration.php:1395 +#: qtranslate_widget.php:119 msgid "To reset to default, clear the text." msgstr "" -#: qtranslate_configuration.php:1123 +#: admin/qtx_configuration.php:1239 msgid "Cookie Settings" msgstr "" -#: qtranslate_configuration.php:1125 +#: admin/qtx_configuration.php:1241 #, php-format msgid "Disable language client cookie \"%s\" (not recommended)." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Language cookie is auto-disabled for \"%s\" \"Pre-Domain\" and \"Per-Domain\", as language is always unambiguously defined by a url in those modes." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Otherwise, use this option with a caution, for simple enough sites only. If checked, the user choice of browsing language will not be saved between sessions and some AJAX calls may deliver unexpected language, as well as some undesired language switching during browsing may occur under certain themes (%sRead More%s)." msgstr "" -#: qtranslate_configuration.php:1129 +#: admin/qtx_configuration.php:1245 #, php-format msgid "Make %s cookies available only through HTTPS connections." msgstr "" -#: qtranslate_configuration.php:1131 +#: admin/qtx_configuration.php:1247 msgid "Don't check this if you don't know what you're doing!" msgstr "" -#: qtranslate_configuration.php:1135 +#: admin/qtx_configuration.php:1251 msgid "Update Gettext Databases" msgstr "" -#: qtranslate_configuration.php:1137 +#: admin/qtx_configuration.php:1253 msgid "Automatically check for .mo-Database Updates of installed languages." msgstr "" -#: qtranslate_configuration.php:1139 +#: admin/qtx_configuration.php:1255 msgid "Update Gettext databases now." msgstr "" -#: qtranslate_configuration.php:1141 +#: admin/qtx_configuration.php:1257 msgid "qTranslate will query the Wordpress Localisation Repository every week and download the latest Gettext Databases (.mo Files)." msgstr "" -#: qtranslate_configuration.php:1145 +#: admin/qtx_configuration.php:1261 msgid "Date / Time Conversion" msgstr "" -#: qtranslate_configuration.php:1147 +#: admin/qtx_configuration.php:1263 msgid "Use emulated date function." msgstr "" -#: qtranslate_configuration.php:1148 +#: admin/qtx_configuration.php:1264 msgid "Use emulated date function and replace formats with the predefined formats for each language." msgstr "" -#: qtranslate_configuration.php:1149 +#: admin/qtx_configuration.php:1265 msgid "Use strftime instead of date." msgstr "" -#: qtranslate_configuration.php:1150 +#: admin/qtx_configuration.php:1266 msgid "Use strftime instead of date and replace formats with the predefined formats for each language." msgstr "" -#: qtranslate_configuration.php:1151 +#: admin/qtx_configuration.php:1267 msgid "Depending on the mode selected, additional customizations of the theme may be needed." msgstr "" -#: qtranslate_configuration.php:1160 +#: admin/qtx_configuration.php:1276 msgid "Translation of options" msgstr "" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Filter all WordPress options for translation at front-end. It may hurt performance of the site, but ensures that all options are translated." msgstr "" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Starting from version 3.2.5, only options with multilingual content get filtered, which should help on performance issues." msgstr "" -#: qtranslate_configuration.php:1164 +#: admin/qtx_configuration.php:1280 msgid "Translate only options listed below (for experts only):" msgstr "" -#: qtranslate_configuration.php:1167 +#: admin/qtx_configuration.php:1283 #, php-format msgid "By default, all options are filtered to be translated at front-end for the sake of simplicity of configuration. However, for a developed site, this may cause a considerable performance degradation. Normally, there are very few options, which actually need a translation. You may simply list them above to minimize the performance impact, while still getting translations needed. Options names must match the field \"%s\" of table \"%s\" of WordPress database. A minimum common set of option, normally needed a translation, is already entered in the list above as a default example. Option names in the list may contain wildcard with symbol \"%s\"." msgstr "" -#: qtranslate_configuration.php:1171 +#: admin/qtx_configuration.php:1287 msgid "Custom Fields" msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 #, php-format msgid "Enter \"%s\" or \"%s\" attribute of text fields from your theme, which you wish to translate. This applies to post, page and media editors (%s). To lookup \"%s\" or \"%s\", right-click on the field in the post or the page editor and choose \"%s\". Look for an attribute of the field named \"%s\" or \"%s\". Enter it below, as many as you need, space- or comma-separated. After saving configuration, these fields will start responding to the language switching buttons, and you can enter different text for each language. The input fields of type %s will be parsed using %s syntax, while single line text fields will use %s syntax. If you need to override this behaviour, prepend prefix %s or %s to the name of the field to specify which syntax to use. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 msgctxt "browser option" msgid "Inspect Element" msgstr "" -#: qtranslate_configuration.php:1180 +#: admin/qtx_configuration.php:1296 msgid "The value of \"id\" attribute is normally unique within one page, otherwise the first field found, having an id specified, is picked up." msgstr "" -#: qtranslate_configuration.php:1187 +#: admin/qtx_configuration.php:1303 #, php-format msgid "All the fields of specified classes will respond to Language Switching Buttons. Be careful not to include a class, which would affect language-neutral fields. If you cannot uniquely identify a field needed neither by %s, nor by %s attribute, report the issue on %sSupport Forum%s" msgstr "" -#: qtranslate_configuration.php:1191 +#: admin/qtx_configuration.php:1307 msgid "Custom Filters" msgstr "" -#: qtranslate_configuration.php:1194 +#: admin/qtx_configuration.php:1310 #, php-format msgid "Names of filters (which are enabled on theme or other plugins via %s function) to add translation to. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1198 +#: admin/qtx_configuration.php:1314 msgid "Custom Admin Pages" msgstr "" -#: qtranslate_configuration.php:1200 +#: admin/qtx_configuration.php:1316 #, php-format msgid "List the custom admin page paths for which you wish Language Switching Buttons to show up. The Buttons will then control fields configured in \"Custom Fields\" section. You may only include part of the full URL after %s, including a distinctive query string if needed. As many as desired pages can be listed space/comma separated. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1206 +#: admin/qtx_configuration.php:1322 #, php-format msgid "Enable function name compatibility (%s)." msgstr "" -#: qtranslate_configuration.php:1207 +#: admin/qtx_configuration.php:1323 #, php-format msgid "Some plugins and themes use direct calls to the functions listed, which are defined in former %s plugin and some of its forks. Turning this flag on will enable those function to exists, which will make the dependent plugins and themes to work. WordPress policy prohibits to define functions with the same names as in other plugins, since it generates user-unfriendly fatal errors, when two conflicting plugins are activated simultaneously. Before turning this option on, you have to make sure that there are no other plugins active, which define those functions." msgstr "" -#: qtranslate_configuration.php:1211 +#: admin/qtx_configuration.php:1327 msgid "Editor Mode" msgstr "" -#: qtranslate_configuration.php:1213 +#: admin/qtx_configuration.php:1329 msgid "Use Language Switching Buttons (LSB)." msgstr "" -#: qtranslate_configuration.php:1214 +#: admin/qtx_configuration.php:1330 msgid "This is the default mode." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Do not use Language Switching Buttons to edit multi-language text entries." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Editor Raw Mode" msgstr "" -#: qtranslate_configuration.php:1216 +#: admin/qtx_configuration.php:1332 msgid "Some people prefer to edit the raw entries containing all languages together separated by language defining tags, as they are stored in database." msgstr "" -#: qtranslate_configuration.php:1267 +#: admin/qtx_configuration.php:1340 admin/qtx_configuration.php:1343 +msgid "LSB Style" +msgstr "" + +#: admin/qtx_configuration.php:1344 +msgid "Choose CSS style for how Language Switching Buttons are rendered:" +msgstr "" + +#: admin/qtx_configuration.php:1345 #, php-format -msgid "%s Flag" +msgid "LSB %s-wrap classes:" +msgstr "" + +#: admin/qtx_configuration.php:1346 +msgid "Active button class:" +msgstr "" + +#: admin/qtx_configuration.php:1347 +msgid "The above is reset to an appropriate default, if the below is changed." +msgstr "" + +#: admin/qtx_configuration.php:1348 +msgid "CSS set:" msgstr "" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1352 admin/qtx_configuration.php:1354 +#: admin/qtx_configuration.php:1388 admin/qtx_configuration.php:1390 +msgid "Use custom CSS" +msgstr "" + +#: admin/qtx_configuration.php:1354 +#, php-format +msgid "Choice \"%s\" disables this option and allows one to use its own custom CSS provided by other means." +msgstr "" + +#: admin/qtx_configuration.php:1371 admin/qtx_configuration.php:1375 +#: admin/qtx_user_options.php:18 +msgid "Highlight Style" +msgstr "" + +#: admin/qtx_configuration.php:1373 +msgid "When there are many integrated or customized translatable fields, it may become confusing to know which field has multilingual value. The highlighting of translatable fields may come handy then:" +msgstr "" + +#: admin/qtx_configuration.php:1376 admin/qtx_configuration.php:1378 +msgid "Do not highlight the translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1380 admin/qtx_configuration.php:1382 +msgid "Show a line on the left border of translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1384 admin/qtx_configuration.php:1386 +msgid "Draw a border around translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1395 +msgid "Admin Color Scheme" +msgstr "" + +#: admin/qtx_configuration.php:1395 +#, php-format +msgid "The color in use is taken from your profile option %s, the third color." +msgstr "" + +#: admin/qtx_configuration.php:1433 +#, fuzzy +msgid "List of Configured Languages" +msgstr "Lingvo" + +#: admin/qtx_configuration.php:1438 +#, php-format +msgid "Only enabled languages are loaded at front-end, while all %d configured languages are listed here." +msgstr "" + +#: admin/qtx_configuration.php:1439 +msgid "The table below contains both pre-defined and manually added or modified languages." +msgstr "" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Delete" +msgstr "" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Disable" msgstr "" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Enable" msgstr "" -#: qtranslate_configuration.php:1270 -msgid "Edit" +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Reset" +msgstr "" + +#: admin/qtx_configuration.php:1440 +#, php-format +msgid "You may %s or %s a language, or %s manually added language, or %s previous modifications of a pre-defined language." +msgstr "" + +#: admin/qtx_configuration.php:1441 +#, php-format +msgid "Click %s to modify language properties." +msgstr "" + +#: admin/qtx_configuration.php:1463 +#, php-format +msgid "%s Flag" msgstr "" -#: qtranslate_configuration.php:1271 +#: admin/qtx_configuration.php:1465 msgid "Default" msgstr "" -#: qtranslate_configuration.php:1271 -msgid "Delete" +#: admin/qtx_configuration.php:1467 +msgid "Pre-Defined" msgstr "" -#: qtranslate_configuration.php:1276 +#: admin/qtx_configuration.php:1476 msgid "Enabling a language will cause qTranslate to update the Gettext-Database for the language, which can take a while depending on your server's connection speed." msgstr "" -#: qtranslate_configuration.php:1283 +#: admin/qtx_configuration.php:1483 #, fuzzy msgid "Add Language" msgstr "Lingvo" -#: qtranslate_configuration.php:1286 +#: admin/qtx_configuration.php:1486 msgid "Add Language »" msgstr "" -#: qtranslate_configuration.php:1301 +#: admin/qtx_configuration.php:1508 #, fuzzy msgid "Language Menu" msgstr "Lingvo" -#: qtranslate_configuration.php:1350 +#: admin/qtx_configuration.php:1557 msgid "Help" msgstr "" -#: qtranslate_configuration.php:1352 +#: admin/qtx_configuration.php:1559 #, php-format msgid "Menu item added is replaced with a sub-menu of available languages when menu is rendered. Depending on how your theme renders menu you may need to override and customize css entries %s and %s, originally defined in %s. The field \"URL\" of inserted menu item allows additional configuration described in %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1357 +#: admin/qtx_configuration.php:1564 msgid "Add to Menu" msgstr "" -#: qtranslate_configuration.php:1367 +#: admin/qtx_configuration.php:1574 #, fuzzy msgid "Language Switcher" msgstr "Lingvo" -#: qtranslate_configuration.php:1404 +#: admin/qtx_configuration.php:1619 msgid "Settings" msgstr "" +#: admin/qtx_import_export.php:125 +msgid "Plugin" +msgstr "" + +#: admin/qtx_import_export.php:131 +msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." +msgstr "" + +#: admin/qtx_import_export.php:134 +#, php-format +msgid "Use plugin %s to import data." +msgstr "" + +#: admin/qtx_import_export.php:138 +msgid "Do not migrate any setting" +msgstr "" + +#: admin/qtx_import_export.php:140 +msgid "Import settings from " +msgstr "" + +#: admin/qtx_import_export.php:142 +msgid "Export settings to " +msgstr "" + +#: admin/qtx_import_export.php:158 +#, php-format +msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." +msgstr "" + +#: admin/qtx_import_export.php:159 +#, php-format +msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." +msgstr "" + +#: admin/qtx_import_export.php:160 +msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." +msgstr "" + +#: admin/qtx_import_export.php:161 +msgid "Do not convert database" +msgstr "" + +#: admin/qtx_import_export.php:162 +msgid "Convert database to the \"square bracket only\" style." +msgstr "" + +#: admin/qtx_import_export.php:163 +#, php-format +msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." +msgstr "" + +#: admin/qtx_import_export.php:164 +msgid "Convert database back to the legacy \"dual language tag\" style." +msgstr "" + +#: admin/qtx_import_export.php:165 +msgid "Note, that only string options and standard post and page fields are affected." +msgstr "" + +#: admin/qtx_import_export.php:174 +msgid "Reset qTranslate" +msgstr "" + +#: admin/qtx_import_export.php:176 +msgid "Check this box and click Save Changes to reset all qTranslate settings." +msgstr "" + +#: admin/qtx_import_export.php:178 +msgid "Yes, I really want to reset qTranslate." +msgstr "" + +#: admin/qtx_import_export.php:180 +msgid "Also delete Translations for Categories/Tags/Link Categories." +msgstr "" + +#: admin/qtx_import_export.php:182 +msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." +msgstr "" + +#: admin/qtx_languages.php:93 +#, fuzzy +msgid "Cannot delete Default Language!" +msgstr "Lingvo" + +#: admin/qtx_user_options.php:9 +msgid "Translation options" +msgstr "" + +#: admin/qtx_user_options.php:14 +msgid "Highlight Translatable Fields" +msgstr "" + +#: admin/qtx_user_options.php:18 +#, php-format +msgid "The way the translatable fields are highlighted is configured with global option %s." +msgstr "" + #: qtranslate_frontend.php:162 qtranslate_widget.php:67 msgid "Language" msgstr "Lingvo" diff --git a/lang/qtranslate-es_CA.po b/lang/qtranslate-es_CA.po index 769d96d..0fa7045 100644 --- a/lang/qtranslate-es_CA.po +++ b/lang/qtranslate-es_CA.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: qTranslate-X 3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-03-19 14:09-0600\n" +"POT-Creation-Date: 2015-03-25 22:22-0600\n" "PO-Revision-Date: 2011-02-22 02:55+0100\n" "Last-Translator: Carlos Sanz \n" "Language-Team: Carlos A Sanz García \n" @@ -13,774 +13,905 @@ msgstr "" "X-Poedit-Country: CATALÀ\n" "X-Poedit-SourceCharset: utf-8\n" -#: admin/activation_hook.php:37 admin/activation_hook.php:137 -#: qtranslate_configuration.php:772 +#: admin/qtx_activation_hook.php:80 admin/qtx_activation_hook.php:205 +#: admin/qtx_configuration.php:882 #, php-format msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so." msgstr "" -#: admin/activation_hook.php:38 +#: admin/qtx_activation_hook.php:81 #, php-format msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously." msgstr "" -#: admin/activation_hook.php:40 +#: admin/qtx_activation_hook.php:83 #, php-format msgid "The compatible settings from %s have been imported to %s. Further tuning, import, export and reset of options can be done at Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:42 +#: admin/qtx_activation_hook.php:85 #, php-format msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:135 +#: admin/qtx_activation_hook.php:203 #, php-format msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/Languages configuration page. Then you have to deactivate one of the plugins to continue." msgstr "" -#: admin/activation_hook.php:140 admin/activation_hook.php:142 +#: admin/qtx_activation_hook.php:208 admin/qtx_activation_hook.php:210 #, php-format msgid "Deactivate %s" msgstr "" -#: admin/activation_hook.php:176 +#: admin/qtx_activation_hook.php:249 #, php-format msgid "Plugin %s may be integrated with multilingual plugin %s with a help of plugin %s." msgstr "" -#: admin/activation_hook.php:178 +#: admin/qtx_activation_hook.php:251 msgid "Please, press an appropriate button below." msgstr "" -#: admin/activation_hook.php:182 +#: admin/qtx_activation_hook.php:255 #, php-format msgid "Activate plugin %s" msgstr "" -#: admin/activation_hook.php:184 +#: admin/qtx_activation_hook.php:257 #, php-format msgid "Install plugin %s" msgstr "" -#: admin/activation_hook.php:186 +#: admin/qtx_activation_hook.php:259 msgid "I am aware of that, dismiss this message." msgstr "" -#: admin/activation_hook.php:240 +#: admin/qtx_activation_hook.php:309 #, php-format msgid "Thank you for using %s plugin!" msgstr "" -#: admin/activation_hook.php:242 +#: admin/qtx_activation_hook.php:311 #, php-format msgid "Please, help us to make a decision on \"%s\" feature, press the button below." msgstr "" -#: admin/activation_hook.php:242 admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:311 admin/qtx_activation_hook.php:313 #: qtranslate_services.php:787 #, fuzzy msgid "Translation Service" msgstr "Serveis qTranslate" -#: admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:313 #, php-format msgid "Survey on \"%s\" feature" msgstr "" -#: admin/activation_hook.php:245 +#: admin/qtx_activation_hook.php:314 admin/qtx_activation_hook.php:348 msgid "I have already done it, dismiss this message." msgstr "" -#: admin/admin_utils.php:145 +#: admin/qtx_activation_hook.php:346 +#, php-format +msgid "The latest version of plugin %s has a number of new options, for example, %s, which may change the look of some pages. Please, review the help text of new options on %sconfiguration page%s." +msgstr "" + +#: admin/qtx_admin_utils.php:146 msgid "Database has been converted to square bracket format." msgstr "" -#: admin/admin_utils.php:145 admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:146 admin/qtx_admin_utils.php:148 msgid "Note: custom entries are not touched." msgstr "" -#: admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:148 msgid "Database has been converted to legacy dual-tag format." msgstr "" -#: admin/admin_utils.php:405 qtranslate_configuration.php:484 -#: qtranslate_configuration.php:507 qtranslate_frontend.php:168 +#: admin/qtx_admin_utils.php:406 admin/qtx_configuration.php:565 +#: admin/qtx_configuration.php:588 qtranslate_frontend.php:168 #: qtranslate_frontend.php:195 msgid "Flag" msgstr "Bandera" -#: admin/admin_utils.php:406 qtranslate_configuration.php:525 +#: admin/qtx_admin_utils.php:407 admin/qtx_configuration.php:606 msgid "Name" msgstr "Nom" -#: admin/admin_utils.php:407 qtranslate_services.php:383 +#: admin/qtx_admin_utils.php:408 qtranslate_services.php:383 msgid "Action" msgstr "Acció" -#: admin/admin_utils.php:420 qtranslate_configuration.php:471 -#: qtranslate_configuration.php:1245 -msgid "Languages" -msgstr "Idiomes" - -#: admin/import_export.php:125 -msgid "Plugin" -msgstr "" - -#: admin/import_export.php:131 -msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." -msgstr "" - -#: admin/import_export.php:134 -#, php-format -msgid "Use plugin %s to import data." -msgstr "" - -#: admin/import_export.php:138 -msgid "Do not migrate any setting" -msgstr "" - -#: admin/import_export.php:140 -#, fuzzy -msgid "Import settings from " -msgstr "Restablir qTranslate" - -#: admin/import_export.php:142 -#, fuzzy -msgid "Export settings to " -msgstr "Restablir qTranslate" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Export" -msgstr "" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Import" -msgstr "" - -#: admin/import_export.php:156 qtranslate_configuration.php:773 -#: qtranslate_configuration.php:783 qtranslate_configuration.php:1030 -msgid "Convert Database" -msgstr "Convertir base de dades" - -#: admin/import_export.php:158 -#, php-format -msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." -msgstr "Si estàs actualitzant desde qTranslate 1.x o Polyglot, fes clic aquí per convertir els missatges al format d'idioma de codis nous." - -#: admin/import_export.php:159 -#, php-format -msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." -msgstr "Si has instal·lat qTranslate per primera vegada en un Wordpress amb posts existents, pots anar a tots els teus posts de forma manual i guardar-los en l'idioma correcte o fer clic aquí per marcar tots els posts existents com està escrit en l'idioma per defecte." - -#: admin/import_export.php:160 -msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." -msgstr "Tots dós processos són irreversibles! Assegurat de fer una còpia de seguretat completa abans de fer clic en un dels enllaços." - -#: admin/import_export.php:161 -#, fuzzy -msgid "Do not convert database" -msgstr "Convertir base de dades" - -#: admin/import_export.php:162 -msgid "Convert database to the \"square bracket only\" style." -msgstr "" - -#: admin/import_export.php:163 -#, php-format -msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." -msgstr "" - -#: admin/import_export.php:164 -msgid "Convert database back to the legacy \"dual language tag\" style." -msgstr "" +#: admin/qtx_admin_utils.php:409 admin/qtx_configuration.php:1441 +#: admin/qtx_configuration.php:1466 +msgid "Edit" +msgstr "Editar" -#: admin/import_export.php:165 -msgid "Note, that only string options and standard post and page fields are affected." +#: admin/qtx_admin_utils.php:410 +msgid "Stored" msgstr "" -#: admin/import_export.php:174 -msgid "Reset qTranslate" -msgstr "Restablir qTranslate" - -#: admin/import_export.php:176 -msgid "Check this box and click Save Changes to reset all qTranslate settings." -msgstr "Marqueu aquesta casella i feu clic a Desa els canvis per restablir tots els paràmetres de qTranslate." - -#: admin/import_export.php:178 -msgid "Yes, I really want to reset qTranslate." -msgstr "Sí, realment vull per restablir qTranslate." - -#: admin/import_export.php:180 -msgid "Also delete Translations for Categories/Tags/Link Categories." -msgstr "També eliminar les traduccions per a les categories/Etiquetes/Categories d'Enllaços." - -#: admin/import_export.php:182 -msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." -msgstr "Si alguna cosa no està funcionant correctament, sempre pots tractar de restablir tots els paràmetres de qTranslate. Amb un reajustament no s'eliminaran tots els posts, però s'eliminaran tots els ajustos (incloent tots els idiomes afegits)." +#: admin/qtx_admin_utils.php:421 admin/qtx_configuration.php:552 +#: admin/qtx_configuration.php:1424 +msgid "Languages" +msgstr "Idiomes" -#: qtranslate_configuration.php:471 +#: admin/qtx_configuration.php:552 msgid "Language Management" msgstr "Gestió d'Idiomes" -#: qtranslate_configuration.php:479 +#: admin/qtx_configuration.php:560 msgid "Language Code" msgstr "Codi d'Idioma" -#: qtranslate_configuration.php:481 +#: admin/qtx_configuration.php:562 msgid "2-Letter ISO Language Code for the Language you want to insert. (Example: en)" msgstr "2-Lletres ISO de Codi d'Idioma per l'idioma que vulguis afegir. (Example: ca)" -#: qtranslate_configuration.php:510 +#: admin/qtx_configuration.php:591 msgid "Incorrect Flag Image Path! Please correct it!" msgstr "Ruta de Bandera incorrecta! Si us plau, corregiu-ho!" -#: qtranslate_configuration.php:513 +#: admin/qtx_configuration.php:594 msgid "Choose the corresponding country flag for language. (Example: gb.png)" msgstr "Tria la bandera del país corresponent per al llenguatge. (Per exemple: gb.png)" -#: qtranslate_configuration.php:527 +#: admin/qtx_configuration.php:608 msgid "The Name of the language, which will be displayed on the site. (Example: English)" msgstr "El nom de la llengua, que es mostrarà en el lloc. (Exemple: Anglès)" -#: qtranslate_configuration.php:530 +#: admin/qtx_configuration.php:611 msgid "Locale" msgstr "Local" -#: qtranslate_configuration.php:533 +#: admin/qtx_configuration.php:614 msgid "PHP and Wordpress Locale for the language. (Example: en_US)" msgstr "PHP i configuració regional de Wordpress per l'idioma. (Exemple: ca_ES)" -#: qtranslate_configuration.php:534 +#: admin/qtx_configuration.php:615 msgid "You will need to install the .mo file for this language." msgstr "Hauràs d'instal·lar l'arxiu .mo per aquest idioma." -#: qtranslate_configuration.php:538 +#: admin/qtx_configuration.php:619 msgid "Date Format" msgstr "Format de data" -#: qtranslate_configuration.php:540 +#: admin/qtx_configuration.php:621 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime (use %q for day suffix (st,nd,rd,th)) or date format. This field is optional. (Example: %A %B %e%q, %Y)" msgstr "Depenent de la teva data i format d'hora, pots util·litzar els formats strftime (utilitza %q per als dies sufix (st,nd,rd,th)) o date. Aquest camp és opcional. (Exemple: %I:%M %p)" -#: qtranslate_configuration.php:543 +#: admin/qtx_configuration.php:624 msgid "Time Format" msgstr "Format d'hora" -#: qtranslate_configuration.php:545 +#: admin/qtx_configuration.php:626 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime or date format. This field is optional. (Example: %I:%M %p)" msgstr "Depenent de la teva data i format d'hora, pots util·litzar els formatsstrftime o date. Aquest camp és opcional. (Exemple: %I:%M %p)" -#: qtranslate_configuration.php:548 +#: admin/qtx_configuration.php:629 msgid "Not Available Message" msgstr "Missatge no disponible" -#: qtranslate_configuration.php:551 +#: admin/qtx_configuration.php:632 msgid "Message to display if post is not available in the requested language. (Example: Sorry, this entry is only available in %LANG:, : and %.)" msgstr "Missatge a mostrar si el post no està disponible en l'idioma demanat. (Exemple: Ho sento, aquesta entrada està disponible en% LANG:, : i %.)" -#: qtranslate_configuration.php:552 +#: admin/qtx_configuration.php:633 msgid "%LANG:<normal_separator>:<last_separator>% generates a list of languages separated by <normal_separator> except for the last one, where <last_separator> will be used instead." msgstr "%LANG:<normal_separator>:<last_separator>% genera una llista de seperat idiomes <normal_separator> excepte per l'ultim, on <last_separator> serà utilitzad en aquest cas." -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Hide" msgstr "" -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Show" msgstr "Mostrar" -#: qtranslate_configuration.php:675 +#: admin/qtx_configuration.php:763 msgid "Save Changes" msgstr "Desa els canvis" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, fuzzy msgid "Switching Language" msgstr "Edició Idioma" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, php-format msgid "Switching language to %1$s... If the Dashboard isn't loading, use this link." msgstr "" -#: qtranslate_configuration.php:713 +#: admin/qtx_configuration.php:801 msgid "qTranslate has been reset." msgstr "qTranslate s'ha restablert." -#: qtranslate_configuration.php:766 +#: admin/qtx_configuration.php:875 msgid "Gettext databases updated." msgstr "bases de dade Gettext actualitzades." -#: qtranslate_configuration.php:772 +#: admin/qtx_configuration.php:882 #, php-format msgid "Applicable options and taxonomy names from plugin %s have been imported. Note that the multilingual content of posts, pages and other objects has not been altered during this operation. There is no additional operation needed to import content, since its format is compatible with %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 #, php-format msgid "%sImportant%s: Before you start making edits to post and pages, please, make sure that both, your front site and admin back-end, work under this configuration. It may help to review \"%s\" and see if any of conflicting plugins mentioned there are used here. While the current content, coming from %s, is compatible with this plugin, the newly modified posts and pages will be saved with a new square-bracket-only encoding, which has a number of advantages comparing to former %s encoding. However, the new encoding is not straightforwardly compatible with %s and you will need an additional step available under \"%s\" option if you ever decide to go back to %s. Even with this additional conversion step, the 3rd-party plugins custom-stored data will not be auto-converted, but manual editing will still work. That is why it is advisable to create a test-copy of your site before making any further changes. In case you encounter a problem, please give us a chance to improve %s, send the login information to the test-copy of your site to %s along with a detailed step-by-step description of what is not working, and continue using your main site with %s meanwhile. It would also help, if you share a success story as well, either on %sthe forum%s, or via the same e-mail as mentioned above. Thank you very much for trying %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 admin/qtx_configuration.php:894 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:156 +msgid "Convert Database" +msgstr "Convertir base de dades" + +#: admin/qtx_configuration.php:883 msgid "This is a one-time message, which you will not see again, unless the same import is repeated." msgstr "" -#: qtranslate_configuration.php:775 qtranslate_configuration.php:1204 +#: admin/qtx_configuration.php:885 admin/qtx_configuration.php:1320 msgid "Compatibility Functions" msgstr "" -#: qtranslate_configuration.php:775 +#: admin/qtx_configuration.php:885 #, php-format msgid "Option \"%s\" has also been turned on, as the most common case for importing configuration from %s. You may turn it off manually if your setup does not require it. Refer to %sFAQ%s for more information." msgstr "" -#: qtranslate_configuration.php:783 +#: admin/qtx_configuration.php:894 #, php-format msgid "Applicable options have been exported to plugin %s. If you have done some post or page updates after migrating from %s, then \"%s\" operation is also required to convert the content to \"dual language tag\" style in order for plugin %s to function." msgstr "" -#: qtranslate_configuration.php:794 +#: admin/qtx_configuration.php:906 msgid "The Language must have a Not-Available Message!" msgstr "L'idioma ha de tenir un missatge de No-Disponible!" -#: qtranslate_configuration.php:795 +#: admin/qtx_configuration.php:907 msgid "The Language must have a Locale!" msgstr "L'idioma ha de tenir un Local!" -#: qtranslate_configuration.php:796 +#: admin/qtx_configuration.php:908 msgid "The Language must have a name!" msgstr "L'idioma ha de tenir un nom!" -#: qtranslate_configuration.php:797 +#: admin/qtx_configuration.php:909 msgid "Language Code has to be 2 characters long!" msgstr "El Codi d'Idioma ha de tenir 2 caràcters de longitud!" -#: qtranslate_configuration.php:801 qtranslate_configuration.php:807 +#: admin/qtx_configuration.php:916 admin/qtx_configuration.php:922 msgid "There is already a language with the same Language Code!" msgstr "Hi ha un Idioma amb el mateix Codi d'Idioma!" -#: qtranslate_configuration.php:892 qtranslate_configuration.php:914 -#: qtranslate_configuration.php:921 qtranslate_configuration.php:938 -msgid "No such language!" -msgstr "No aquest idioma!" - -#: qtranslate_configuration.php:906 +#: admin/qtx_configuration.php:1019 msgid "Language is already enabled or invalid!" msgstr "L'Idioma és ja habilitat o no vàlid!" -#: qtranslate_configuration.php:911 +#: admin/qtx_configuration.php:1025 msgid "Cannot disable Default Language!" msgstr "No es pot deshabilitar l'idioma predeterminat!" -#: qtranslate_configuration.php:917 +#: admin/qtx_configuration.php:1028 admin/qtx_configuration.php:1035 +#: admin/qtx_configuration.php:1052 +msgid "No such language!" +msgstr "No aquest idioma!" + +#: admin/qtx_configuration.php:1031 msgid "Language is already disabled!" msgstr "L'Idoma s'ha inhabilitat!" -#: qtranslate_configuration.php:925 +#: admin/qtx_configuration.php:1039 msgid "Language is already first!" msgstr "Language is already first!" -#: qtranslate_configuration.php:931 qtranslate_configuration.php:948 +#: admin/qtx_configuration.php:1045 admin/qtx_configuration.php:1062 msgid "New order saved." msgstr "Comanda salvada" -#: qtranslate_configuration.php:942 +#: admin/qtx_configuration.php:1056 msgid "Language is already last!" msgstr "L'Idioma ja és l'ultim!" -#: qtranslate_configuration.php:960 +#: admin/qtx_configuration.php:1074 msgid "Options saved." msgstr "Opciones guardades." -#: qtranslate_configuration.php:965 +#: admin/qtx_configuration.php:1079 #, php-format msgid "Could not write to \"%s\", Gettext Databases could not be downloaded!" msgstr "No es pot escriure a \"%s\", les bases de dades Gettext Databases no poden accedir!" -#: qtranslate_configuration.php:991 +#: admin/qtx_configuration.php:1105 msgid "Edit Language" msgstr "Edició Idioma" -#: qtranslate_configuration.php:994 +#: admin/qtx_configuration.php:1108 msgid "Save Changes »" msgstr "Desar Cambis »" -#: qtranslate_configuration.php:999 +#: admin/qtx_configuration.php:1110 +msgid "back to configuration page" +msgstr "" + +#: admin/qtx_configuration.php:1114 msgid "Language Management (qTranslate Configuration)" msgstr "Gestió d'Idiomes (configuració de qTranslate)" -#: qtranslate_configuration.php:1000 +#: admin/qtx_configuration.php:1115 #, php-format msgid "For help on how to configure qTranslate correctly, take a look at the qTranslate FAQ and the Support Forum." msgstr "Per obtenir ajuda sobre com configurar qTranslate correctament, doneu un cop d'ull a la qTranslate FAQ i Fòrum de Support." -#: qtranslate_configuration.php:1002 +#: admin/qtx_configuration.php:1117 msgid "General Settings" msgstr "Opcions Generals" -#: qtranslate_configuration.php:1005 +#: admin/qtx_configuration.php:1120 msgid "Default Language / Order" msgstr "Idioma per defecte / Ordre" -#: qtranslate_configuration.php:1007 +#: admin/qtx_configuration.php:1122 msgid "Default Language" msgstr "Idioma per defecte" -#: qtranslate_configuration.php:1020 +#: admin/qtx_configuration.php:1135 #, php-format msgid "Choose the default language of your blog. This is the language which will be shown on %s. You can also change the order the languages by clicking on the arrows above." msgstr "Tria l'idioma predeterminat del teu blog. Aquest és el llenguatge que es mostra en %s. També pots canviar l'ordre dels idiomes en fer clic a les fletxes amunt/aball." -#: qtranslate_configuration.php:1025 +#: admin/qtx_configuration.php:1140 msgid "Hide Untranslated Content" msgstr "Amaga contingut sense traduir" -#: qtranslate_configuration.php:1027 +#: admin/qtx_configuration.php:1142 msgid "Hide Content which is not available for the selected language." msgstr "Ocultar contingut que no està disponible per a l'idioma seleccionat." -#: qtranslate_configuration.php:1029 +#: admin/qtx_configuration.php:1144 msgid "When checked, posts will be hidden if the content is not available for the selected language. If unchecked, a message will appear showing all the languages the content is available in." msgstr "Quan s'activa, els posts s'ocultaràn si el contingut no està disponible per a l'idioma seleccionat. Si no es controla, un post apareixerà mostrant tots els idiomes els quals el contingut estigui disponible." -#: qtranslate_configuration.php:1030 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Export" +msgstr "" + +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Import" +msgstr "" + +#: admin/qtx_configuration.php:1145 #, fuzzy, php-format msgid "This function will not work correctly if you installed %s on a blog with existing entries. In this case you will need to take a look at option \"%s\" under \"%s\" section." msgstr "Aquesta funció no funcionarà correctament si teniu qTranslate en un blog amb les entrades existents. En aquest cas, hauràs de fer una ullada a \"Convertir base de dades\" a \"Opcions Avançades\"." -#: qtranslate_configuration.php:1032 +#: admin/qtx_configuration.php:1147 #, fuzzy msgid "Show displayed language prefix when content is not available for the selected language." msgstr "Ocultar contingut que no està disponible per a l'idioma seleccionat." -#: qtranslate_configuration.php:1036 +#: admin/qtx_configuration.php:1151 msgid "Detect Browser Language" msgstr "Detectar idioma del navegador" -#: qtranslate_configuration.php:1038 +#: admin/qtx_configuration.php:1153 msgid "Detect the language of the browser and redirect accordingly." msgstr "Detectar l'idioma del navegador i redireccionar en conseqüència." -#: qtranslate_configuration.php:1040 +#: admin/qtx_configuration.php:1155 msgid "When the frontpage is visited via bookmark/external link/type-in, the visitor will be forwarded to the correct URL for the language specified by his browser." msgstr "Quan es visita la pàgina principal a través d'un marcador o enllaç extern, el visitant serà enviat a la direcció correcta per l'idioma especificat pel seu navegador." -#: qtranslate_configuration.php:1045 +#: admin/qtx_configuration.php:1160 msgid "Advanced Settings" msgstr "Configuració avançada" -#: qtranslate_configuration.php:1052 qtranslate_configuration.php:1054 -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1167 admin/qtx_configuration.php:1169 +#: admin/qtx_configuration.php:1243 msgid "URL Modification Mode" msgstr "URL Manera de Modificació" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Most SEO unfriendly, not recommended." msgstr "" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Use Query Mode (?lang=en)" msgstr "Utilitzeu el mode de consulta (?Lang=ca)" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "SEO friendly." msgstr "" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "Use Pre-Path Mode (Default, puts /en/ in front of URL)" msgstr "Utilitzar el mode de pre-ruta (per defecte, mostra /ca/ davant de la URL)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "Use Pre-Domain Mode (uses http://en.yoursite.com)" msgstr "Utilitzeu la manera de pre-domini (utilitza http://ca.yoursite.com)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "You will need to configure DNS sub-domains on your site." msgstr "" -#: qtranslate_configuration.php:1068 +#: admin/qtx_configuration.php:1183 msgid "Hide URL language information for default language." msgstr "Ocultar URL d'informació d'idioma (ca. | /ca/ ) per l'idioma per defecte." -#: qtranslate_configuration.php:1069 +#: admin/qtx_configuration.php:1184 msgid "This is only applicable to Pre-Path and Pre-Domain mode." msgstr "" -#: qtranslate_configuration.php:1074 +#: admin/qtx_configuration.php:1189 #, fuzzy msgid "Use Per-Domain mode: specify separate user-defined domain for each language." msgstr "Utilitza la funció d'emular la data i reemplaçar formats amb els formats predefinits per a cada idioma." -#: qtranslate_configuration.php:1092 +#: admin/qtx_configuration.php:1208 msgid "Domain for" msgstr "" -#: qtranslate_configuration.php:1097 +#: admin/qtx_configuration.php:1213 msgid "Flag Image Path" msgstr "Ruta d'imatge de la bandera" -#: qtranslate_configuration.php:1101 +#: admin/qtx_configuration.php:1217 #, fuzzy, php-format msgid "Path to the flag images under wp-content, with trailing slash. (Default: %s, clear the value above to reset it to the default)" msgstr "Ruta d'accés a les imatges del banderes a wp-content, amb barra final. (Per defecte: plugins/qtranslate/flags/)" -#: qtranslate_configuration.php:1105 +#: admin/qtx_configuration.php:1221 msgid "Ignore Links" msgstr "Ignorar Enllaços" -#: qtranslate_configuration.php:1109 +#: admin/qtx_configuration.php:1225 #, fuzzy, php-format msgid "Don't convert links to files of the given file types. (Always included: %s)" msgstr "No convertie els enllaços als arxius dels tipus de fitxer determinat. (Per defecte: gif, jpg, jpeg, png, pdf, swf, tif, rar, zip,7z, mpg, divx, mpeg, avi, css, js)" -#: qtranslate_configuration.php:1113 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1229 qtranslate_widget.php:119 msgid "Head inline CSS" msgstr "" -#: qtranslate_configuration.php:1115 +#: admin/qtx_configuration.php:1231 msgid "CSS code added by plugin in the head of front-end pages:" msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 qtranslate_widget.php:119 msgid "To disable this inline CSS, clear the check box." msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 admin/qtx_configuration.php:1395 +#: qtranslate_widget.php:119 msgid "To reset to default, clear the text." msgstr "" -#: qtranslate_configuration.php:1123 +#: admin/qtx_configuration.php:1239 #, fuzzy msgid "Cookie Settings" msgstr "Configuració" -#: qtranslate_configuration.php:1125 +#: admin/qtx_configuration.php:1241 #, php-format msgid "Disable language client cookie \"%s\" (not recommended)." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Language cookie is auto-disabled for \"%s\" \"Pre-Domain\" and \"Per-Domain\", as language is always unambiguously defined by a url in those modes." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Otherwise, use this option with a caution, for simple enough sites only. If checked, the user choice of browsing language will not be saved between sessions and some AJAX calls may deliver unexpected language, as well as some undesired language switching during browsing may occur under certain themes (%sRead More%s)." msgstr "" -#: qtranslate_configuration.php:1129 +#: admin/qtx_configuration.php:1245 #, php-format msgid "Make %s cookies available only through HTTPS connections." msgstr "" -#: qtranslate_configuration.php:1131 +#: admin/qtx_configuration.php:1247 msgid "Don't check this if you don't know what you're doing!" msgstr "" -#: qtranslate_configuration.php:1135 +#: admin/qtx_configuration.php:1251 msgid "Update Gettext Databases" msgstr "Actualitza bases de dades Gettext" -#: qtranslate_configuration.php:1137 +#: admin/qtx_configuration.php:1253 msgid "Automatically check for .mo-Database Updates of installed languages." msgstr "Cercar automàticament actualitzacions de les base de dades .mo dels idiomes instal.lats." -#: qtranslate_configuration.php:1139 +#: admin/qtx_configuration.php:1255 msgid "Update Gettext databases now." msgstr "Actualizar bases de dades Gettext ara." -#: qtranslate_configuration.php:1141 +#: admin/qtx_configuration.php:1257 msgid "qTranslate will query the Wordpress Localisation Repository every week and download the latest Gettext Databases (.mo Files)." msgstr "qTranslate consultarà el Repositori de Localització de Wordpress totes les setmanes i descarregarà les darreres bases de dades de Gettext (arxius .mo)." -#: qtranslate_configuration.php:1145 +#: admin/qtx_configuration.php:1261 msgid "Date / Time Conversion" msgstr "Conversió Data / hora" -#: qtranslate_configuration.php:1147 +#: admin/qtx_configuration.php:1263 msgid "Use emulated date function." msgstr "Utilitza la funció d'emular la data." -#: qtranslate_configuration.php:1148 +#: admin/qtx_configuration.php:1264 msgid "Use emulated date function and replace formats with the predefined formats for each language." msgstr "Utilitza la funció d'emular la data i reemplaçar formats amb els formats predefinits per a cada idioma." -#: qtranslate_configuration.php:1149 +#: admin/qtx_configuration.php:1265 msgid "Use strftime instead of date." msgstr "Utilitzar strftime en lloc de la data." -#: qtranslate_configuration.php:1150 +#: admin/qtx_configuration.php:1266 msgid "Use strftime instead of date and replace formats with the predefined formats for each language." msgstr "Utilitzar strftime lloc de la data i reemplaçar formats amb els formats predefinits per a cada idioma." -#: qtranslate_configuration.php:1151 +#: admin/qtx_configuration.php:1267 msgid "Depending on the mode selected, additional customizations of the theme may be needed." msgstr "Depenent del mode seleccionat, personalitzacions addicionals del tema poden ser necessàries." -#: qtranslate_configuration.php:1160 +#: admin/qtx_configuration.php:1276 #, fuzzy msgid "Translation of options" msgstr "Traduir a" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Filter all WordPress options for translation at front-end. It may hurt performance of the site, but ensures that all options are translated." msgstr "" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Starting from version 3.2.5, only options with multilingual content get filtered, which should help on performance issues." msgstr "" -#: qtranslate_configuration.php:1164 +#: admin/qtx_configuration.php:1280 msgid "Translate only options listed below (for experts only):" msgstr "" -#: qtranslate_configuration.php:1167 +#: admin/qtx_configuration.php:1283 #, php-format msgid "By default, all options are filtered to be translated at front-end for the sake of simplicity of configuration. However, for a developed site, this may cause a considerable performance degradation. Normally, there are very few options, which actually need a translation. You may simply list them above to minimize the performance impact, while still getting translations needed. Options names must match the field \"%s\" of table \"%s\" of WordPress database. A minimum common set of option, normally needed a translation, is already entered in the list above as a default example. Option names in the list may contain wildcard with symbol \"%s\"." msgstr "" -#: qtranslate_configuration.php:1171 +#: admin/qtx_configuration.php:1287 msgid "Custom Fields" msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 #, php-format msgid "Enter \"%s\" or \"%s\" attribute of text fields from your theme, which you wish to translate. This applies to post, page and media editors (%s). To lookup \"%s\" or \"%s\", right-click on the field in the post or the page editor and choose \"%s\". Look for an attribute of the field named \"%s\" or \"%s\". Enter it below, as many as you need, space- or comma-separated. After saving configuration, these fields will start responding to the language switching buttons, and you can enter different text for each language. The input fields of type %s will be parsed using %s syntax, while single line text fields will use %s syntax. If you need to override this behaviour, prepend prefix %s or %s to the name of the field to specify which syntax to use. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 msgctxt "browser option" msgid "Inspect Element" msgstr "" -#: qtranslate_configuration.php:1180 +#: admin/qtx_configuration.php:1296 msgid "The value of \"id\" attribute is normally unique within one page, otherwise the first field found, having an id specified, is picked up." msgstr "" -#: qtranslate_configuration.php:1187 +#: admin/qtx_configuration.php:1303 #, php-format msgid "All the fields of specified classes will respond to Language Switching Buttons. Be careful not to include a class, which would affect language-neutral fields. If you cannot uniquely identify a field needed neither by %s, nor by %s attribute, report the issue on %sSupport Forum%s" msgstr "" -#: qtranslate_configuration.php:1191 +#: admin/qtx_configuration.php:1307 msgid "Custom Filters" msgstr "" -#: qtranslate_configuration.php:1194 +#: admin/qtx_configuration.php:1310 #, php-format msgid "Names of filters (which are enabled on theme or other plugins via %s function) to add translation to. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1198 +#: admin/qtx_configuration.php:1314 msgid "Custom Admin Pages" msgstr "" -#: qtranslate_configuration.php:1200 +#: admin/qtx_configuration.php:1316 #, php-format msgid "List the custom admin page paths for which you wish Language Switching Buttons to show up. The Buttons will then control fields configured in \"Custom Fields\" section. You may only include part of the full URL after %s, including a distinctive query string if needed. As many as desired pages can be listed space/comma separated. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1206 +#: admin/qtx_configuration.php:1322 #, php-format msgid "Enable function name compatibility (%s)." msgstr "" -#: qtranslate_configuration.php:1207 +#: admin/qtx_configuration.php:1323 #, php-format msgid "Some plugins and themes use direct calls to the functions listed, which are defined in former %s plugin and some of its forks. Turning this flag on will enable those function to exists, which will make the dependent plugins and themes to work. WordPress policy prohibits to define functions with the same names as in other plugins, since it generates user-unfriendly fatal errors, when two conflicting plugins are activated simultaneously. Before turning this option on, you have to make sure that there are no other plugins active, which define those functions." msgstr "" -#: qtranslate_configuration.php:1211 +#: admin/qtx_configuration.php:1327 msgid "Editor Mode" msgstr "" -#: qtranslate_configuration.php:1213 +#: admin/qtx_configuration.php:1329 msgid "Use Language Switching Buttons (LSB)." msgstr "" -#: qtranslate_configuration.php:1214 +#: admin/qtx_configuration.php:1330 msgid "This is the default mode." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Do not use Language Switching Buttons to edit multi-language text entries." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Editor Raw Mode" msgstr "" -#: qtranslate_configuration.php:1216 +#: admin/qtx_configuration.php:1332 msgid "Some people prefer to edit the raw entries containing all languages together separated by language defining tags, as they are stored in database." msgstr "" -#: qtranslate_configuration.php:1267 -#, fuzzy, php-format -msgid "%s Flag" -msgstr "Bandera" +#: admin/qtx_configuration.php:1340 admin/qtx_configuration.php:1343 +msgid "LSB Style" +msgstr "" + +#: admin/qtx_configuration.php:1344 +msgid "Choose CSS style for how Language Switching Buttons are rendered:" +msgstr "" + +#: admin/qtx_configuration.php:1345 +#, php-format +msgid "LSB %s-wrap classes:" +msgstr "" + +#: admin/qtx_configuration.php:1346 +msgid "Active button class:" +msgstr "" + +#: admin/qtx_configuration.php:1347 +msgid "The above is reset to an appropriate default, if the below is changed." +msgstr "" + +#: admin/qtx_configuration.php:1348 +msgid "CSS set:" +msgstr "" + +#: admin/qtx_configuration.php:1352 admin/qtx_configuration.php:1354 +#: admin/qtx_configuration.php:1388 admin/qtx_configuration.php:1390 +msgid "Use custom CSS" +msgstr "" + +#: admin/qtx_configuration.php:1354 +#, php-format +msgid "Choice \"%s\" disables this option and allows one to use its own custom CSS provided by other means." +msgstr "" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1371 admin/qtx_configuration.php:1375 +#: admin/qtx_user_options.php:18 +msgid "Highlight Style" +msgstr "" + +#: admin/qtx_configuration.php:1373 +msgid "When there are many integrated or customized translatable fields, it may become confusing to know which field has multilingual value. The highlighting of translatable fields may come handy then:" +msgstr "" + +#: admin/qtx_configuration.php:1376 admin/qtx_configuration.php:1378 +msgid "Do not highlight the translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1380 admin/qtx_configuration.php:1382 +msgid "Show a line on the left border of translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1384 admin/qtx_configuration.php:1386 +msgid "Draw a border around translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1395 +msgid "Admin Color Scheme" +msgstr "" + +#: admin/qtx_configuration.php:1395 +#, php-format +msgid "The color in use is taken from your profile option %s, the third color." +msgstr "" + +#: admin/qtx_configuration.php:1433 +#, fuzzy +msgid "List of Configured Languages" +msgstr "Idioma origen" + +#: admin/qtx_configuration.php:1438 +#, php-format +msgid "Only enabled languages are loaded at front-end, while all %d configured languages are listed here." +msgstr "" + +#: admin/qtx_configuration.php:1439 +msgid "The table below contains both pre-defined and manually added or modified languages." +msgstr "" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Delete" +msgstr "El·liminar" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Disable" msgstr "Desactivar" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Enable" msgstr "Activar" -#: qtranslate_configuration.php:1270 -msgid "Edit" -msgstr "Editar" +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Reset" +msgstr "" -#: qtranslate_configuration.php:1271 +#: admin/qtx_configuration.php:1440 +#, php-format +msgid "You may %s or %s a language, or %s manually added language, or %s previous modifications of a pre-defined language." +msgstr "" + +#: admin/qtx_configuration.php:1441 +#, php-format +msgid "Click %s to modify language properties." +msgstr "" + +#: admin/qtx_configuration.php:1463 +#, fuzzy, php-format +msgid "%s Flag" +msgstr "Bandera" + +#: admin/qtx_configuration.php:1465 msgid "Default" msgstr "Per defecte" -#: qtranslate_configuration.php:1271 -msgid "Delete" -msgstr "El·liminar" +#: admin/qtx_configuration.php:1467 +msgid "Pre-Defined" +msgstr "" -#: qtranslate_configuration.php:1276 +#: admin/qtx_configuration.php:1476 msgid "Enabling a language will cause qTranslate to update the Gettext-Database for the language, which can take a while depending on your server's connection speed." msgstr "Habilitar un idioma pot causar que qTranslate per actualitzar la base de dades Gettext per al llenguatge, Trigui una mica depenent de la velocitat de connexió del teu servidor." -#: qtranslate_configuration.php:1283 +#: admin/qtx_configuration.php:1483 msgid "Add Language" msgstr "Afegir Idioma" -#: qtranslate_configuration.php:1286 +#: admin/qtx_configuration.php:1486 msgid "Add Language »" msgstr "Afegir Idioma »" -#: qtranslate_configuration.php:1301 +#: admin/qtx_configuration.php:1508 #, fuzzy msgid "Language Menu" msgstr "Codi d'Idioma" -#: qtranslate_configuration.php:1350 +#: admin/qtx_configuration.php:1557 msgid "Help" msgstr "" -#: qtranslate_configuration.php:1352 +#: admin/qtx_configuration.php:1559 #, php-format msgid "Menu item added is replaced with a sub-menu of available languages when menu is rendered. Depending on how your theme renders menu you may need to override and customize css entries %s and %s, originally defined in %s. The field \"URL\" of inserted menu item allows additional configuration described in %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1357 +#: admin/qtx_configuration.php:1564 msgid "Add to Menu" msgstr "" -#: qtranslate_configuration.php:1367 +#: admin/qtx_configuration.php:1574 #, fuzzy msgid "Language Switcher" msgstr "Codi d'Idioma" -#: qtranslate_configuration.php:1404 +#: admin/qtx_configuration.php:1619 msgid "Settings" msgstr "Configuració" +#: admin/qtx_import_export.php:125 +msgid "Plugin" +msgstr "" + +#: admin/qtx_import_export.php:131 +msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." +msgstr "" + +#: admin/qtx_import_export.php:134 +#, php-format +msgid "Use plugin %s to import data." +msgstr "" + +#: admin/qtx_import_export.php:138 +msgid "Do not migrate any setting" +msgstr "" + +#: admin/qtx_import_export.php:140 +#, fuzzy +msgid "Import settings from " +msgstr "Restablir qTranslate" + +#: admin/qtx_import_export.php:142 +#, fuzzy +msgid "Export settings to " +msgstr "Restablir qTranslate" + +#: admin/qtx_import_export.php:158 +#, php-format +msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." +msgstr "Si estàs actualitzant desde qTranslate 1.x o Polyglot, fes clic aquí per convertir els missatges al format d'idioma de codis nous." + +#: admin/qtx_import_export.php:159 +#, php-format +msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." +msgstr "Si has instal·lat qTranslate per primera vegada en un Wordpress amb posts existents, pots anar a tots els teus posts de forma manual i guardar-los en l'idioma correcte o fer clic aquí per marcar tots els posts existents com està escrit en l'idioma per defecte." + +#: admin/qtx_import_export.php:160 +msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." +msgstr "Tots dós processos són irreversibles! Assegurat de fer una còpia de seguretat completa abans de fer clic en un dels enllaços." + +#: admin/qtx_import_export.php:161 +#, fuzzy +msgid "Do not convert database" +msgstr "Convertir base de dades" + +#: admin/qtx_import_export.php:162 +msgid "Convert database to the \"square bracket only\" style." +msgstr "" + +#: admin/qtx_import_export.php:163 +#, php-format +msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." +msgstr "" + +#: admin/qtx_import_export.php:164 +msgid "Convert database back to the legacy \"dual language tag\" style." +msgstr "" + +#: admin/qtx_import_export.php:165 +msgid "Note, that only string options and standard post and page fields are affected." +msgstr "" + +#: admin/qtx_import_export.php:174 +msgid "Reset qTranslate" +msgstr "Restablir qTranslate" + +#: admin/qtx_import_export.php:176 +msgid "Check this box and click Save Changes to reset all qTranslate settings." +msgstr "Marqueu aquesta casella i feu clic a Desa els canvis per restablir tots els paràmetres de qTranslate." + +#: admin/qtx_import_export.php:178 +msgid "Yes, I really want to reset qTranslate." +msgstr "Sí, realment vull per restablir qTranslate." + +#: admin/qtx_import_export.php:180 +msgid "Also delete Translations for Categories/Tags/Link Categories." +msgstr "També eliminar les traduccions per a les categories/Etiquetes/Categories d'Enllaços." + +#: admin/qtx_import_export.php:182 +msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." +msgstr "Si alguna cosa no està funcionant correctament, sempre pots tractar de restablir tots els paràmetres de qTranslate. Amb un reajustament no s'eliminaran tots els posts, però s'eliminaran tots els ajustos (incloent tots els idiomes afegits)." + +#: admin/qtx_languages.php:93 +#, fuzzy +msgid "Cannot delete Default Language!" +msgstr "No es pot deshabilitar l'idioma predeterminat!" + +#: admin/qtx_user_options.php:9 +#, fuzzy +msgid "Translation options" +msgstr "Traduir a" + +#: admin/qtx_user_options.php:14 +msgid "Highlight Translatable Fields" +msgstr "" + +#: admin/qtx_user_options.php:18 +#, php-format +msgid "The way the translatable fields are highlighted is configured with global option %s." +msgstr "" + #: qtranslate_frontend.php:162 qtranslate_widget.php:67 msgid "Language" msgstr "Idioma" diff --git a/lang/qtranslate-es_ES.po b/lang/qtranslate-es_ES.po index e0f9e13..4e1c3dd 100644 --- a/lang/qtranslate-es_ES.po +++ b/lang/qtranslate-es_ES.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: qTranslate-X 3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-03-19 14:09-0600\n" +"POT-Creation-Date: 2015-03-25 22:22-0600\n" "PO-Revision-Date: \n" "Last-Translator: Alejandro Urrutia \n" "Language-Team: The Independent Project \n" @@ -12,774 +12,905 @@ msgstr "" "X-Poedit-Language: Spanish\n" "X-Poedit-Country: SPAIN\n" -#: admin/activation_hook.php:37 admin/activation_hook.php:137 -#: qtranslate_configuration.php:772 +#: admin/qtx_activation_hook.php:80 admin/qtx_activation_hook.php:205 +#: admin/qtx_configuration.php:882 #, php-format msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so." msgstr "" -#: admin/activation_hook.php:38 +#: admin/qtx_activation_hook.php:81 #, php-format msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously." msgstr "" -#: admin/activation_hook.php:40 +#: admin/qtx_activation_hook.php:83 #, php-format msgid "The compatible settings from %s have been imported to %s. Further tuning, import, export and reset of options can be done at Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:42 +#: admin/qtx_activation_hook.php:85 #, php-format msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:135 +#: admin/qtx_activation_hook.php:203 #, php-format msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/Languages configuration page. Then you have to deactivate one of the plugins to continue." msgstr "" -#: admin/activation_hook.php:140 admin/activation_hook.php:142 +#: admin/qtx_activation_hook.php:208 admin/qtx_activation_hook.php:210 #, php-format msgid "Deactivate %s" msgstr "" -#: admin/activation_hook.php:176 +#: admin/qtx_activation_hook.php:249 #, php-format msgid "Plugin %s may be integrated with multilingual plugin %s with a help of plugin %s." msgstr "" -#: admin/activation_hook.php:178 +#: admin/qtx_activation_hook.php:251 msgid "Please, press an appropriate button below." msgstr "" -#: admin/activation_hook.php:182 +#: admin/qtx_activation_hook.php:255 #, php-format msgid "Activate plugin %s" msgstr "" -#: admin/activation_hook.php:184 +#: admin/qtx_activation_hook.php:257 #, php-format msgid "Install plugin %s" msgstr "" -#: admin/activation_hook.php:186 +#: admin/qtx_activation_hook.php:259 msgid "I am aware of that, dismiss this message." msgstr "" -#: admin/activation_hook.php:240 +#: admin/qtx_activation_hook.php:309 #, php-format msgid "Thank you for using %s plugin!" msgstr "" -#: admin/activation_hook.php:242 +#: admin/qtx_activation_hook.php:311 #, php-format msgid "Please, help us to make a decision on \"%s\" feature, press the button below." msgstr "" -#: admin/activation_hook.php:242 admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:311 admin/qtx_activation_hook.php:313 #: qtranslate_services.php:787 #, fuzzy msgid "Translation Service" msgstr "Servicios de qTranslate" -#: admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:313 #, php-format msgid "Survey on \"%s\" feature" msgstr "" -#: admin/activation_hook.php:245 +#: admin/qtx_activation_hook.php:314 admin/qtx_activation_hook.php:348 msgid "I have already done it, dismiss this message." msgstr "" -#: admin/admin_utils.php:145 +#: admin/qtx_activation_hook.php:346 +#, php-format +msgid "The latest version of plugin %s has a number of new options, for example, %s, which may change the look of some pages. Please, review the help text of new options on %sconfiguration page%s." +msgstr "" + +#: admin/qtx_admin_utils.php:146 msgid "Database has been converted to square bracket format." msgstr "" -#: admin/admin_utils.php:145 admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:146 admin/qtx_admin_utils.php:148 msgid "Note: custom entries are not touched." msgstr "" -#: admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:148 msgid "Database has been converted to legacy dual-tag format." msgstr "" -#: admin/admin_utils.php:405 qtranslate_configuration.php:484 -#: qtranslate_configuration.php:507 qtranslate_frontend.php:168 +#: admin/qtx_admin_utils.php:406 admin/qtx_configuration.php:565 +#: admin/qtx_configuration.php:588 qtranslate_frontend.php:168 #: qtranslate_frontend.php:195 msgid "Flag" msgstr "Bandera" -#: admin/admin_utils.php:406 qtranslate_configuration.php:525 +#: admin/qtx_admin_utils.php:407 admin/qtx_configuration.php:606 msgid "Name" msgstr "Nombre" -#: admin/admin_utils.php:407 qtranslate_services.php:383 +#: admin/qtx_admin_utils.php:408 qtranslate_services.php:383 msgid "Action" msgstr "Acción" -#: admin/admin_utils.php:420 qtranslate_configuration.php:471 -#: qtranslate_configuration.php:1245 -msgid "Languages" -msgstr "Idiomas" - -#: admin/import_export.php:125 -msgid "Plugin" -msgstr "" - -#: admin/import_export.php:131 -msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." -msgstr "" - -#: admin/import_export.php:134 -#, php-format -msgid "Use plugin %s to import data." -msgstr "" - -#: admin/import_export.php:138 -msgid "Do not migrate any setting" -msgstr "" - -#: admin/import_export.php:140 -#, fuzzy -msgid "Import settings from " -msgstr "Resetear qtranslate" - -#: admin/import_export.php:142 -#, fuzzy -msgid "Export settings to " -msgstr "Resetear qtranslate" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Export" -msgstr "" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Import" -msgstr "" - -#: admin/import_export.php:156 qtranslate_configuration.php:773 -#: qtranslate_configuration.php:783 qtranslate_configuration.php:1030 -msgid "Convert Database" -msgstr "Convertir Base de Datos" - -#: admin/import_export.php:158 -#, php-format -msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." -msgstr "Si usted está actualizando de qTranslate 1.x o Polyglot, haga clic aqui para convertir las entradas al nuevo formato de etiquetas." - -#: admin/import_export.php:159 -#, php-format -msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." -msgstr "Si ha instalado qTranslate por primera vez en un Wordpress con entradas existentes, puede ir a través de todas las entradas manualmente y guardarlas en el idioma correcto o haga clic aquí para marcar todas las entradas existentes como escritas en el idioma por defecto." - -#: admin/import_export.php:160 -msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." -msgstr "¡Ambos procesos son irreversibles! Asegúrese de realizar una completa copia de seguridad de su base de datos antes de hacer clic en uno de los enlaces." - -#: admin/import_export.php:161 -#, fuzzy -msgid "Do not convert database" -msgstr "Convertir Base de Datos" - -#: admin/import_export.php:162 -msgid "Convert database to the \"square bracket only\" style." -msgstr "" - -#: admin/import_export.php:163 -#, php-format -msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." -msgstr "" - -#: admin/import_export.php:164 -msgid "Convert database back to the legacy \"dual language tag\" style." -msgstr "" +#: admin/qtx_admin_utils.php:409 admin/qtx_configuration.php:1441 +#: admin/qtx_configuration.php:1466 +msgid "Edit" +msgstr "Editar" -#: admin/import_export.php:165 -msgid "Note, that only string options and standard post and page fields are affected." +#: admin/qtx_admin_utils.php:410 +msgid "Stored" msgstr "" -#: admin/import_export.php:174 -msgid "Reset qTranslate" -msgstr "Resetear qtranslate" - -#: admin/import_export.php:176 -msgid "Check this box and click Save Changes to reset all qTranslate settings." -msgstr "Marque esta casilla y haga clic en Guardar cambios para restablecer todos los ajustes qTranslate." - -#: admin/import_export.php:178 -msgid "Yes, I really want to reset qTranslate." -msgstr "Sí, realmente quiero restablecer qTranslate." - -#: admin/import_export.php:180 -msgid "Also delete Translations for Categories/Tags/Link Categories." -msgstr "También eliminar las traducciones de Categorías/Etiquetas/Enlace Categorías." - -#: admin/import_export.php:182 -msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." -msgstr "Si algo no está funcionando correctamente, usted siempre puede tratar de restablecer todos los ajustes de qTranslate. Un Restablecimiento no eliminará ningúna entrada, pero sí eliminará todas las configuraciones incluyendo todos los idiomas añadidos)." +#: admin/qtx_admin_utils.php:421 admin/qtx_configuration.php:552 +#: admin/qtx_configuration.php:1424 +msgid "Languages" +msgstr "Idiomas" -#: qtranslate_configuration.php:471 +#: admin/qtx_configuration.php:552 msgid "Language Management" msgstr "Administración de idiomas" -#: qtranslate_configuration.php:479 +#: admin/qtx_configuration.php:560 msgid "Language Code" msgstr "Código del Idioma" -#: qtranslate_configuration.php:481 +#: admin/qtx_configuration.php:562 msgid "2-Letter ISO Language Code for the Language you want to insert. (Example: en)" msgstr "Código de idioma ISO de 2 letras para el idioma que desee insertar. (Ejemplo: es)" -#: qtranslate_configuration.php:510 +#: admin/qtx_configuration.php:591 msgid "Incorrect Flag Image Path! Please correct it!" msgstr "¡Ruta a las imágenes de banderas incorrecta!, ¡Por favor corríjala!" -#: qtranslate_configuration.php:513 +#: admin/qtx_configuration.php:594 msgid "Choose the corresponding country flag for language. (Example: gb.png)" msgstr "Seleccione la bandera del país correspondiente al idioma. (Ejemplo: es.png)" -#: qtranslate_configuration.php:527 +#: admin/qtx_configuration.php:608 msgid "The Name of the language, which will be displayed on the site. (Example: English)" msgstr "El nombre del Idioma, que se mostrará en el sitio. (Ejemplo: Español)" -#: qtranslate_configuration.php:530 +#: admin/qtx_configuration.php:611 msgid "Locale" msgstr "Local" -#: qtranslate_configuration.php:533 +#: admin/qtx_configuration.php:614 msgid "PHP and Wordpress Locale for the language. (Example: en_US)" msgstr "Código local para PHP y para WordPress. (Ej: es_ES)" -#: qtranslate_configuration.php:534 +#: admin/qtx_configuration.php:615 msgid "You will need to install the .mo file for this language." msgstr "Usted debe instalar el fichero .mo para éste Idioma." -#: qtranslate_configuration.php:538 +#: admin/qtx_configuration.php:619 msgid "Date Format" msgstr "Formato de Fecha" -#: qtranslate_configuration.php:540 +#: admin/qtx_configuration.php:621 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime (use %q for day suffix (st,nd,rd,th)) or date format. This field is optional. (Example: %A %B %e%q, %Y)" msgstr "Dependiendo del modo de conversión Fecha / Tiempo, puede introducir un strftime (use %q for day suffix (st,nd,rd,th)) o format de fecha. Éste campo es opcional. (Ejemplo: %A %B %e%q, %Y)" -#: qtranslate_configuration.php:543 +#: admin/qtx_configuration.php:624 msgid "Time Format" msgstr "Formato de Tiempo" -#: qtranslate_configuration.php:545 +#: admin/qtx_configuration.php:626 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime or date format. This field is optional. (Example: %I:%M %p)" msgstr "Dependiendo del formato de conversión Fecha / Tiempo, usted puede usar strftime o formato de fecha. Éste campo es opcional. (Ejemplo: %I:%M %p)" -#: qtranslate_configuration.php:548 +#: admin/qtx_configuration.php:629 msgid "Not Available Message" msgstr "Mensaje no disponible" -#: qtranslate_configuration.php:551 +#: admin/qtx_configuration.php:632 msgid "Message to display if post is not available in the requested language. (Example: Sorry, this entry is only available in %LANG:, : and %.)" msgstr "Mensaje que se mostrará si la entrada no está disponible en el idioma que ha solicitado. (Ejemplo: Lo sentimos, esta entrada se encuentra disponible únicamente en %LANG:, : y %.)" -#: qtranslate_configuration.php:552 +#: admin/qtx_configuration.php:633 msgid "%LANG:<normal_separator>:<last_separator>% generates a list of languages separated by <normal_separator> except for the last one, where <last_separator> will be used instead." msgstr "%LANG:<normal_separator>:<last_separator>% genera una lista de los idiomas separados por <normal_separator> excepto por el último, donde <last_separator> será usado." -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Hide" msgstr "" -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Show" msgstr "Mostrar" -#: qtranslate_configuration.php:675 +#: admin/qtx_configuration.php:763 msgid "Save Changes" msgstr "Guardar Cambios" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, fuzzy msgid "Switching Language" msgstr "Editar Idioma" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, php-format msgid "Switching language to %1$s... If the Dashboard isn't loading, use this link." msgstr "" -#: qtranslate_configuration.php:713 +#: admin/qtx_configuration.php:801 msgid "qTranslate has been reset." msgstr "qTranslate ha sido reseteado." -#: qtranslate_configuration.php:766 +#: admin/qtx_configuration.php:875 msgid "Gettext databases updated." msgstr "Bases de Datos Gettext actualizadas." -#: qtranslate_configuration.php:772 +#: admin/qtx_configuration.php:882 #, php-format msgid "Applicable options and taxonomy names from plugin %s have been imported. Note that the multilingual content of posts, pages and other objects has not been altered during this operation. There is no additional operation needed to import content, since its format is compatible with %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 #, php-format msgid "%sImportant%s: Before you start making edits to post and pages, please, make sure that both, your front site and admin back-end, work under this configuration. It may help to review \"%s\" and see if any of conflicting plugins mentioned there are used here. While the current content, coming from %s, is compatible with this plugin, the newly modified posts and pages will be saved with a new square-bracket-only encoding, which has a number of advantages comparing to former %s encoding. However, the new encoding is not straightforwardly compatible with %s and you will need an additional step available under \"%s\" option if you ever decide to go back to %s. Even with this additional conversion step, the 3rd-party plugins custom-stored data will not be auto-converted, but manual editing will still work. That is why it is advisable to create a test-copy of your site before making any further changes. In case you encounter a problem, please give us a chance to improve %s, send the login information to the test-copy of your site to %s along with a detailed step-by-step description of what is not working, and continue using your main site with %s meanwhile. It would also help, if you share a success story as well, either on %sthe forum%s, or via the same e-mail as mentioned above. Thank you very much for trying %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 admin/qtx_configuration.php:894 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:156 +msgid "Convert Database" +msgstr "Convertir Base de Datos" + +#: admin/qtx_configuration.php:883 msgid "This is a one-time message, which you will not see again, unless the same import is repeated." msgstr "" -#: qtranslate_configuration.php:775 qtranslate_configuration.php:1204 +#: admin/qtx_configuration.php:885 admin/qtx_configuration.php:1320 msgid "Compatibility Functions" msgstr "" -#: qtranslate_configuration.php:775 +#: admin/qtx_configuration.php:885 #, php-format msgid "Option \"%s\" has also been turned on, as the most common case for importing configuration from %s. You may turn it off manually if your setup does not require it. Refer to %sFAQ%s for more information." msgstr "" -#: qtranslate_configuration.php:783 +#: admin/qtx_configuration.php:894 #, php-format msgid "Applicable options have been exported to plugin %s. If you have done some post or page updates after migrating from %s, then \"%s\" operation is also required to convert the content to \"dual language tag\" style in order for plugin %s to function." msgstr "" -#: qtranslate_configuration.php:794 +#: admin/qtx_configuration.php:906 msgid "The Language must have a Not-Available Message!" msgstr "¡El idioma debe tener un mensaje de No Disponible!" -#: qtranslate_configuration.php:795 +#: admin/qtx_configuration.php:907 msgid "The Language must have a Locale!" msgstr "¡El idioma debe tener un local!" -#: qtranslate_configuration.php:796 +#: admin/qtx_configuration.php:908 msgid "The Language must have a name!" msgstr "¡El idioma debe tener un nombre!" -#: qtranslate_configuration.php:797 +#: admin/qtx_configuration.php:909 msgid "Language Code has to be 2 characters long!" msgstr "¡El código de idioma debe tener 2 caracteres!" -#: qtranslate_configuration.php:801 qtranslate_configuration.php:807 +#: admin/qtx_configuration.php:916 admin/qtx_configuration.php:922 msgid "There is already a language with the same Language Code!" msgstr "¡Ya existe un idioma con el mismo Código de idioma!" -#: qtranslate_configuration.php:892 qtranslate_configuration.php:914 -#: qtranslate_configuration.php:921 qtranslate_configuration.php:938 -msgid "No such language!" -msgstr "¡No existe el idioma!" - -#: qtranslate_configuration.php:906 +#: admin/qtx_configuration.php:1019 msgid "Language is already enabled or invalid!" msgstr "¡El Idioma ya está activado o no es válido!" -#: qtranslate_configuration.php:911 +#: admin/qtx_configuration.php:1025 msgid "Cannot disable Default Language!" msgstr "¡No es posible deshabilitar el idioma!" -#: qtranslate_configuration.php:917 +#: admin/qtx_configuration.php:1028 admin/qtx_configuration.php:1035 +#: admin/qtx_configuration.php:1052 +msgid "No such language!" +msgstr "¡No existe el idioma!" + +#: admin/qtx_configuration.php:1031 msgid "Language is already disabled!" msgstr "¡Idioma deshabilitado!" -#: qtranslate_configuration.php:925 +#: admin/qtx_configuration.php:1039 msgid "Language is already first!" msgstr "¡El idioma ya es el primero!" -#: qtranslate_configuration.php:931 qtranslate_configuration.php:948 +#: admin/qtx_configuration.php:1045 admin/qtx_configuration.php:1062 msgid "New order saved." msgstr "Nueva orden guardada." -#: qtranslate_configuration.php:942 +#: admin/qtx_configuration.php:1056 msgid "Language is already last!" msgstr "¡El idioma ya es el último!" -#: qtranslate_configuration.php:960 +#: admin/qtx_configuration.php:1074 msgid "Options saved." msgstr "Opciones guardadas." -#: qtranslate_configuration.php:965 +#: admin/qtx_configuration.php:1079 #, php-format msgid "Could not write to \"%s\", Gettext Databases could not be downloaded!" msgstr "No ha podido escribir en \"% s\",las Bases de Datos Gettext no se pueden descargar!" -#: qtranslate_configuration.php:991 +#: admin/qtx_configuration.php:1105 msgid "Edit Language" msgstr "Editar Idioma" -#: qtranslate_configuration.php:994 +#: admin/qtx_configuration.php:1108 msgid "Save Changes »" msgstr "Guardar Cambios »" -#: qtranslate_configuration.php:999 +#: admin/qtx_configuration.php:1110 +msgid "back to configuration page" +msgstr "" + +#: admin/qtx_configuration.php:1114 msgid "Language Management (qTranslate Configuration)" msgstr "Administración de Idiomas (Configuración de qTranslate)" -#: qtranslate_configuration.php:1000 +#: admin/qtx_configuration.php:1115 #, php-format msgid "For help on how to configure qTranslate correctly, take a look at the qTranslate FAQ and the Support Forum." msgstr "Para obtener ayuda sobre cómo configurar correctamente qTranslate, echa un vistazo a las FAQ de qTranslate y al foro de soporte." -#: qtranslate_configuration.php:1002 +#: admin/qtx_configuration.php:1117 msgid "General Settings" msgstr "Configuración General" -#: qtranslate_configuration.php:1005 +#: admin/qtx_configuration.php:1120 msgid "Default Language / Order" msgstr "Idioma / Orden por defecto" -#: qtranslate_configuration.php:1007 +#: admin/qtx_configuration.php:1122 msgid "Default Language" msgstr "Idioma por defecto" -#: qtranslate_configuration.php:1020 +#: admin/qtx_configuration.php:1135 #, php-format msgid "Choose the default language of your blog. This is the language which will be shown on %s. You can also change the order the languages by clicking on the arrows above." msgstr "Elija el idioma predeterminado de tu blog. éste es el idioma que será mostrado en %s. También puede cambiar el orden de los idiomas clicando en las flechas." -#: qtranslate_configuration.php:1025 +#: admin/qtx_configuration.php:1140 msgid "Hide Untranslated Content" msgstr "Ocultar contenido no traducido" -#: qtranslate_configuration.php:1027 +#: admin/qtx_configuration.php:1142 msgid "Hide Content which is not available for the selected language." msgstr "Ocultar contenido que no esté disponible para el idioma seleccionado." -#: qtranslate_configuration.php:1029 +#: admin/qtx_configuration.php:1144 msgid "When checked, posts will be hidden if the content is not available for the selected language. If unchecked, a message will appear showing all the languages the content is available in." msgstr "Cuando está marcada, las entradas se ocultan si el contenido no está disponible para el idioma seleccionado. Si no lo está, aparecerá un mensaje que muestra todos los idiomas en el cuál el contenido está disponible." -#: qtranslate_configuration.php:1030 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Export" +msgstr "" + +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Import" +msgstr "" + +#: admin/qtx_configuration.php:1145 #, fuzzy, php-format msgid "This function will not work correctly if you installed %s on a blog with existing entries. In this case you will need to take a look at option \"%s\" under \"%s\" section." msgstr "Esta función no funcionará correctamente si ha instalado qTranslate en un blog con las entradas existentes. En este caso tendrás que echar un vistazo a \"Convertir base de datos \" en \"Configuración avanzada \"." -#: qtranslate_configuration.php:1032 +#: admin/qtx_configuration.php:1147 #, fuzzy msgid "Show displayed language prefix when content is not available for the selected language." msgstr "Ocultar contenido que no esté disponible para el idioma seleccionado." -#: qtranslate_configuration.php:1036 +#: admin/qtx_configuration.php:1151 msgid "Detect Browser Language" msgstr "Detectar el Idioma del Navegador Web" -#: qtranslate_configuration.php:1038 +#: admin/qtx_configuration.php:1153 msgid "Detect the language of the browser and redirect accordingly." msgstr "Detectar el idioma del navegador y redirigir en consecuencia." -#: qtranslate_configuration.php:1040 +#: admin/qtx_configuration.php:1155 msgid "When the frontpage is visited via bookmark/external link/type-in, the visitor will be forwarded to the correct URL for the language specified by his browser." msgstr "Cuando se visita la página principal a través de un marcador/enlace externo/tipeo directo, el visitante será remitido a la dirección URL correcta para el idioma especificado por su navegador." -#: qtranslate_configuration.php:1045 +#: admin/qtx_configuration.php:1160 msgid "Advanced Settings" msgstr "Configuraciones avanzadas" -#: qtranslate_configuration.php:1052 qtranslate_configuration.php:1054 -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1167 admin/qtx_configuration.php:1169 +#: admin/qtx_configuration.php:1243 msgid "URL Modification Mode" msgstr "Modo de modificación de URL" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Most SEO unfriendly, not recommended." msgstr "" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Use Query Mode (?lang=en)" msgstr "Usar modo de consulta (?lang=es)" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "SEO friendly." msgstr "" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "Use Pre-Path Mode (Default, puts /en/ in front of URL)" msgstr "Usar modo de pre-ruta (Por defecto, pone /es/ delante de la URL)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "Use Pre-Domain Mode (uses http://en.yoursite.com)" msgstr "Usar modo de subdominio (http://es.tusitio.com)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "You will need to configure DNS sub-domains on your site." msgstr "" -#: qtranslate_configuration.php:1068 +#: admin/qtx_configuration.php:1183 msgid "Hide URL language information for default language." msgstr "Ocultar URL de idioma d einformación para el idioma por defecto." -#: qtranslate_configuration.php:1069 +#: admin/qtx_configuration.php:1184 msgid "This is only applicable to Pre-Path and Pre-Domain mode." msgstr "" -#: qtranslate_configuration.php:1074 +#: admin/qtx_configuration.php:1189 #, fuzzy msgid "Use Per-Domain mode: specify separate user-defined domain for each language." msgstr "Utilice la función de emulado de fecha y reemplaza los formatos con los formatos predefinidos para cada idioma." -#: qtranslate_configuration.php:1092 +#: admin/qtx_configuration.php:1208 msgid "Domain for" msgstr "" -#: qtranslate_configuration.php:1097 +#: admin/qtx_configuration.php:1213 msgid "Flag Image Path" msgstr "Ruta a la imagen de bandera" -#: qtranslate_configuration.php:1101 +#: admin/qtx_configuration.php:1217 #, fuzzy, php-format msgid "Path to the flag images under wp-content, with trailing slash. (Default: %s, clear the value above to reset it to the default)" msgstr "Ruta a las imágenes de banderas en wp-content, con barra inclinada. (Por defecto: plugins/qtranslate/flags/)" -#: qtranslate_configuration.php:1105 +#: admin/qtx_configuration.php:1221 msgid "Ignore Links" msgstr "Ignorar enlaces" -#: qtranslate_configuration.php:1109 +#: admin/qtx_configuration.php:1225 #, fuzzy, php-format msgid "Don't convert links to files of the given file types. (Always included: %s)" msgstr "No convertir enlaces a los ficheros de los tipos de fichero dado. (Por defecto: gif,jpg,jpeg,png,pdf,swf,tif,rar,zip,7z,mpg,divx,mpeg,avi,css,js)" -#: qtranslate_configuration.php:1113 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1229 qtranslate_widget.php:119 msgid "Head inline CSS" msgstr "" -#: qtranslate_configuration.php:1115 +#: admin/qtx_configuration.php:1231 msgid "CSS code added by plugin in the head of front-end pages:" msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 qtranslate_widget.php:119 msgid "To disable this inline CSS, clear the check box." msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 admin/qtx_configuration.php:1395 +#: qtranslate_widget.php:119 msgid "To reset to default, clear the text." msgstr "" -#: qtranslate_configuration.php:1123 +#: admin/qtx_configuration.php:1239 #, fuzzy msgid "Cookie Settings" msgstr "Configuración" -#: qtranslate_configuration.php:1125 +#: admin/qtx_configuration.php:1241 #, php-format msgid "Disable language client cookie \"%s\" (not recommended)." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Language cookie is auto-disabled for \"%s\" \"Pre-Domain\" and \"Per-Domain\", as language is always unambiguously defined by a url in those modes." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Otherwise, use this option with a caution, for simple enough sites only. If checked, the user choice of browsing language will not be saved between sessions and some AJAX calls may deliver unexpected language, as well as some undesired language switching during browsing may occur under certain themes (%sRead More%s)." msgstr "" -#: qtranslate_configuration.php:1129 +#: admin/qtx_configuration.php:1245 #, php-format msgid "Make %s cookies available only through HTTPS connections." msgstr "" -#: qtranslate_configuration.php:1131 +#: admin/qtx_configuration.php:1247 msgid "Don't check this if you don't know what you're doing!" msgstr "" -#: qtranslate_configuration.php:1135 +#: admin/qtx_configuration.php:1251 msgid "Update Gettext Databases" msgstr "Actualizar Bases de Datos Gettext" -#: qtranslate_configuration.php:1137 +#: admin/qtx_configuration.php:1253 msgid "Automatically check for .mo-Database Updates of installed languages." msgstr "Automáticamente chequear actualizaciones de Base de Datos de ficheros .mo de los Idiomas instalados." -#: qtranslate_configuration.php:1139 +#: admin/qtx_configuration.php:1255 msgid "Update Gettext databases now." msgstr "Actualizar bases de Datos Gettext" -#: qtranslate_configuration.php:1141 +#: admin/qtx_configuration.php:1257 msgid "qTranslate will query the Wordpress Localisation Repository every week and download the latest Gettext Databases (.mo Files)." msgstr "qTranslate consultará el repositorio de localización de WordPress cada semana y descargará las últimas Bases de Datos Gettext (ficheros .mo)." -#: qtranslate_configuration.php:1145 +#: admin/qtx_configuration.php:1261 msgid "Date / Time Conversion" msgstr "Conversión de Fecha / Tiempo" -#: qtranslate_configuration.php:1147 +#: admin/qtx_configuration.php:1263 msgid "Use emulated date function." msgstr "Utilizar función de fecha emulada." -#: qtranslate_configuration.php:1148 +#: admin/qtx_configuration.php:1264 msgid "Use emulated date function and replace formats with the predefined formats for each language." msgstr "Utilice la función de emulado de fecha y reemplaza los formatos con los formatos predefinidos para cada idioma." -#: qtranslate_configuration.php:1149 +#: admin/qtx_configuration.php:1265 msgid "Use strftime instead of date." msgstr "Use strftime en lugar de fecha." -#: qtranslate_configuration.php:1150 +#: admin/qtx_configuration.php:1266 msgid "Use strftime instead of date and replace formats with the predefined formats for each language." msgstr "Usar strftime en lugar de fecha y reemplazar formatos on los establecidos para cada idioma." -#: qtranslate_configuration.php:1151 +#: admin/qtx_configuration.php:1267 msgid "Depending on the mode selected, additional customizations of the theme may be needed." msgstr "Dependiendo del modo seleccionado, puede requerirse personalización adicional del tema." -#: qtranslate_configuration.php:1160 +#: admin/qtx_configuration.php:1276 #, fuzzy msgid "Translation of options" msgstr "Traducir a" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Filter all WordPress options for translation at front-end. It may hurt performance of the site, but ensures that all options are translated." msgstr "" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Starting from version 3.2.5, only options with multilingual content get filtered, which should help on performance issues." msgstr "" -#: qtranslate_configuration.php:1164 +#: admin/qtx_configuration.php:1280 msgid "Translate only options listed below (for experts only):" msgstr "" -#: qtranslate_configuration.php:1167 +#: admin/qtx_configuration.php:1283 #, php-format msgid "By default, all options are filtered to be translated at front-end for the sake of simplicity of configuration. However, for a developed site, this may cause a considerable performance degradation. Normally, there are very few options, which actually need a translation. You may simply list them above to minimize the performance impact, while still getting translations needed. Options names must match the field \"%s\" of table \"%s\" of WordPress database. A minimum common set of option, normally needed a translation, is already entered in the list above as a default example. Option names in the list may contain wildcard with symbol \"%s\"." msgstr "" -#: qtranslate_configuration.php:1171 +#: admin/qtx_configuration.php:1287 msgid "Custom Fields" msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 #, php-format msgid "Enter \"%s\" or \"%s\" attribute of text fields from your theme, which you wish to translate. This applies to post, page and media editors (%s). To lookup \"%s\" or \"%s\", right-click on the field in the post or the page editor and choose \"%s\". Look for an attribute of the field named \"%s\" or \"%s\". Enter it below, as many as you need, space- or comma-separated. After saving configuration, these fields will start responding to the language switching buttons, and you can enter different text for each language. The input fields of type %s will be parsed using %s syntax, while single line text fields will use %s syntax. If you need to override this behaviour, prepend prefix %s or %s to the name of the field to specify which syntax to use. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 msgctxt "browser option" msgid "Inspect Element" msgstr "" -#: qtranslate_configuration.php:1180 +#: admin/qtx_configuration.php:1296 msgid "The value of \"id\" attribute is normally unique within one page, otherwise the first field found, having an id specified, is picked up." msgstr "" -#: qtranslate_configuration.php:1187 +#: admin/qtx_configuration.php:1303 #, php-format msgid "All the fields of specified classes will respond to Language Switching Buttons. Be careful not to include a class, which would affect language-neutral fields. If you cannot uniquely identify a field needed neither by %s, nor by %s attribute, report the issue on %sSupport Forum%s" msgstr "" -#: qtranslate_configuration.php:1191 +#: admin/qtx_configuration.php:1307 msgid "Custom Filters" msgstr "" -#: qtranslate_configuration.php:1194 +#: admin/qtx_configuration.php:1310 #, php-format msgid "Names of filters (which are enabled on theme or other plugins via %s function) to add translation to. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1198 +#: admin/qtx_configuration.php:1314 msgid "Custom Admin Pages" msgstr "" -#: qtranslate_configuration.php:1200 +#: admin/qtx_configuration.php:1316 #, php-format msgid "List the custom admin page paths for which you wish Language Switching Buttons to show up. The Buttons will then control fields configured in \"Custom Fields\" section. You may only include part of the full URL after %s, including a distinctive query string if needed. As many as desired pages can be listed space/comma separated. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1206 +#: admin/qtx_configuration.php:1322 #, php-format msgid "Enable function name compatibility (%s)." msgstr "" -#: qtranslate_configuration.php:1207 +#: admin/qtx_configuration.php:1323 #, php-format msgid "Some plugins and themes use direct calls to the functions listed, which are defined in former %s plugin and some of its forks. Turning this flag on will enable those function to exists, which will make the dependent plugins and themes to work. WordPress policy prohibits to define functions with the same names as in other plugins, since it generates user-unfriendly fatal errors, when two conflicting plugins are activated simultaneously. Before turning this option on, you have to make sure that there are no other plugins active, which define those functions." msgstr "" -#: qtranslate_configuration.php:1211 +#: admin/qtx_configuration.php:1327 msgid "Editor Mode" msgstr "" -#: qtranslate_configuration.php:1213 +#: admin/qtx_configuration.php:1329 msgid "Use Language Switching Buttons (LSB)." msgstr "" -#: qtranslate_configuration.php:1214 +#: admin/qtx_configuration.php:1330 msgid "This is the default mode." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Do not use Language Switching Buttons to edit multi-language text entries." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Editor Raw Mode" msgstr "" -#: qtranslate_configuration.php:1216 +#: admin/qtx_configuration.php:1332 msgid "Some people prefer to edit the raw entries containing all languages together separated by language defining tags, as they are stored in database." msgstr "" -#: qtranslate_configuration.php:1267 -#, fuzzy, php-format -msgid "%s Flag" -msgstr "Bandera" +#: admin/qtx_configuration.php:1340 admin/qtx_configuration.php:1343 +msgid "LSB Style" +msgstr "" + +#: admin/qtx_configuration.php:1344 +msgid "Choose CSS style for how Language Switching Buttons are rendered:" +msgstr "" + +#: admin/qtx_configuration.php:1345 +#, php-format +msgid "LSB %s-wrap classes:" +msgstr "" + +#: admin/qtx_configuration.php:1346 +msgid "Active button class:" +msgstr "" + +#: admin/qtx_configuration.php:1347 +msgid "The above is reset to an appropriate default, if the below is changed." +msgstr "" + +#: admin/qtx_configuration.php:1348 +msgid "CSS set:" +msgstr "" + +#: admin/qtx_configuration.php:1352 admin/qtx_configuration.php:1354 +#: admin/qtx_configuration.php:1388 admin/qtx_configuration.php:1390 +msgid "Use custom CSS" +msgstr "" + +#: admin/qtx_configuration.php:1354 +#, php-format +msgid "Choice \"%s\" disables this option and allows one to use its own custom CSS provided by other means." +msgstr "" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1371 admin/qtx_configuration.php:1375 +#: admin/qtx_user_options.php:18 +msgid "Highlight Style" +msgstr "" + +#: admin/qtx_configuration.php:1373 +msgid "When there are many integrated or customized translatable fields, it may become confusing to know which field has multilingual value. The highlighting of translatable fields may come handy then:" +msgstr "" + +#: admin/qtx_configuration.php:1376 admin/qtx_configuration.php:1378 +msgid "Do not highlight the translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1380 admin/qtx_configuration.php:1382 +msgid "Show a line on the left border of translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1384 admin/qtx_configuration.php:1386 +msgid "Draw a border around translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1395 +msgid "Admin Color Scheme" +msgstr "" + +#: admin/qtx_configuration.php:1395 +#, php-format +msgid "The color in use is taken from your profile option %s, the third color." +msgstr "" + +#: admin/qtx_configuration.php:1433 +#, fuzzy +msgid "List of Configured Languages" +msgstr "Idioma de origen" + +#: admin/qtx_configuration.php:1438 +#, php-format +msgid "Only enabled languages are loaded at front-end, while all %d configured languages are listed here." +msgstr "" + +#: admin/qtx_configuration.php:1439 +msgid "The table below contains both pre-defined and manually added or modified languages." +msgstr "" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Delete" +msgstr "Eliminar" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Disable" msgstr "Deshabilitar" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Enable" msgstr "Habilitar" -#: qtranslate_configuration.php:1270 -msgid "Edit" -msgstr "Editar" +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Reset" +msgstr "" -#: qtranslate_configuration.php:1271 +#: admin/qtx_configuration.php:1440 +#, php-format +msgid "You may %s or %s a language, or %s manually added language, or %s previous modifications of a pre-defined language." +msgstr "" + +#: admin/qtx_configuration.php:1441 +#, php-format +msgid "Click %s to modify language properties." +msgstr "" + +#: admin/qtx_configuration.php:1463 +#, fuzzy, php-format +msgid "%s Flag" +msgstr "Bandera" + +#: admin/qtx_configuration.php:1465 msgid "Default" msgstr "Por defecto" -#: qtranslate_configuration.php:1271 -msgid "Delete" -msgstr "Eliminar" +#: admin/qtx_configuration.php:1467 +msgid "Pre-Defined" +msgstr "" -#: qtranslate_configuration.php:1276 +#: admin/qtx_configuration.php:1476 msgid "Enabling a language will cause qTranslate to update the Gettext-Database for the language, which can take a while depending on your server's connection speed." msgstr "habilitar un idioma hará que qTranslate actualice las bases de datos Gettext para el idioma, lo cuál podría tomar un momento dependiendo de la velocidad de conexión de su servidor." -#: qtranslate_configuration.php:1283 +#: admin/qtx_configuration.php:1483 msgid "Add Language" msgstr "Añadir Idioma" -#: qtranslate_configuration.php:1286 +#: admin/qtx_configuration.php:1486 msgid "Add Language »" msgstr "Añadir Idioma »" -#: qtranslate_configuration.php:1301 +#: admin/qtx_configuration.php:1508 #, fuzzy msgid "Language Menu" msgstr "Código del Idioma" -#: qtranslate_configuration.php:1350 +#: admin/qtx_configuration.php:1557 msgid "Help" msgstr "" -#: qtranslate_configuration.php:1352 +#: admin/qtx_configuration.php:1559 #, php-format msgid "Menu item added is replaced with a sub-menu of available languages when menu is rendered. Depending on how your theme renders menu you may need to override and customize css entries %s and %s, originally defined in %s. The field \"URL\" of inserted menu item allows additional configuration described in %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1357 +#: admin/qtx_configuration.php:1564 msgid "Add to Menu" msgstr "" -#: qtranslate_configuration.php:1367 +#: admin/qtx_configuration.php:1574 #, fuzzy msgid "Language Switcher" msgstr "Código del Idioma" -#: qtranslate_configuration.php:1404 +#: admin/qtx_configuration.php:1619 msgid "Settings" msgstr "Configuración" +#: admin/qtx_import_export.php:125 +msgid "Plugin" +msgstr "" + +#: admin/qtx_import_export.php:131 +msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." +msgstr "" + +#: admin/qtx_import_export.php:134 +#, php-format +msgid "Use plugin %s to import data." +msgstr "" + +#: admin/qtx_import_export.php:138 +msgid "Do not migrate any setting" +msgstr "" + +#: admin/qtx_import_export.php:140 +#, fuzzy +msgid "Import settings from " +msgstr "Resetear qtranslate" + +#: admin/qtx_import_export.php:142 +#, fuzzy +msgid "Export settings to " +msgstr "Resetear qtranslate" + +#: admin/qtx_import_export.php:158 +#, php-format +msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." +msgstr "Si usted está actualizando de qTranslate 1.x o Polyglot, haga clic aqui para convertir las entradas al nuevo formato de etiquetas." + +#: admin/qtx_import_export.php:159 +#, php-format +msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." +msgstr "Si ha instalado qTranslate por primera vez en un Wordpress con entradas existentes, puede ir a través de todas las entradas manualmente y guardarlas en el idioma correcto o haga clic aquí para marcar todas las entradas existentes como escritas en el idioma por defecto." + +#: admin/qtx_import_export.php:160 +msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." +msgstr "¡Ambos procesos son irreversibles! Asegúrese de realizar una completa copia de seguridad de su base de datos antes de hacer clic en uno de los enlaces." + +#: admin/qtx_import_export.php:161 +#, fuzzy +msgid "Do not convert database" +msgstr "Convertir Base de Datos" + +#: admin/qtx_import_export.php:162 +msgid "Convert database to the \"square bracket only\" style." +msgstr "" + +#: admin/qtx_import_export.php:163 +#, php-format +msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." +msgstr "" + +#: admin/qtx_import_export.php:164 +msgid "Convert database back to the legacy \"dual language tag\" style." +msgstr "" + +#: admin/qtx_import_export.php:165 +msgid "Note, that only string options and standard post and page fields are affected." +msgstr "" + +#: admin/qtx_import_export.php:174 +msgid "Reset qTranslate" +msgstr "Resetear qtranslate" + +#: admin/qtx_import_export.php:176 +msgid "Check this box and click Save Changes to reset all qTranslate settings." +msgstr "Marque esta casilla y haga clic en Guardar cambios para restablecer todos los ajustes qTranslate." + +#: admin/qtx_import_export.php:178 +msgid "Yes, I really want to reset qTranslate." +msgstr "Sí, realmente quiero restablecer qTranslate." + +#: admin/qtx_import_export.php:180 +msgid "Also delete Translations for Categories/Tags/Link Categories." +msgstr "También eliminar las traducciones de Categorías/Etiquetas/Enlace Categorías." + +#: admin/qtx_import_export.php:182 +msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." +msgstr "Si algo no está funcionando correctamente, usted siempre puede tratar de restablecer todos los ajustes de qTranslate. Un Restablecimiento no eliminará ningúna entrada, pero sí eliminará todas las configuraciones incluyendo todos los idiomas añadidos)." + +#: admin/qtx_languages.php:93 +#, fuzzy +msgid "Cannot delete Default Language!" +msgstr "¡No es posible deshabilitar el idioma!" + +#: admin/qtx_user_options.php:9 +#, fuzzy +msgid "Translation options" +msgstr "Traducir a" + +#: admin/qtx_user_options.php:14 +msgid "Highlight Translatable Fields" +msgstr "" + +#: admin/qtx_user_options.php:18 +#, php-format +msgid "The way the translatable fields are highlighted is configured with global option %s." +msgstr "" + #: qtranslate_frontend.php:162 qtranslate_widget.php:67 msgid "Language" msgstr "idioma" diff --git a/lang/qtranslate-fr_FR.po b/lang/qtranslate-fr_FR.po index d46a00d..7aa02a8 100644 --- a/lang/qtranslate-fr_FR.po +++ b/lang/qtranslate-fr_FR.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: qTranslate-X 3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-03-19 14:09-0600\n" +"POT-Creation-Date: 2015-03-25 22:22-0600\n" "PO-Revision-Date: 2015-03-11 11:33+0100\n" "Last-Translator: Sophie \n" "Language-Team: LANGUAGE \n" @@ -11,768 +11,899 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 1.5.4\n" -#: admin/activation_hook.php:37 admin/activation_hook.php:137 -#: qtranslate_configuration.php:772 +#: admin/qtx_activation_hook.php:80 admin/qtx_activation_hook.php:205 +#: admin/qtx_configuration.php:882 #, php-format msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so." msgstr "Ça pourrait être une bonne idée de consulter les %smigration instructions%s, si vous ne l’avez pas encore fait." -#: admin/activation_hook.php:38 +#: admin/qtx_activation_hook.php:81 #, php-format msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously." msgstr "L’activation de l’extention %s a désactivé l’extenstion %s puisqu’elles ne peuvent pas fonctionner simultanément." -#: admin/activation_hook.php:40 +#: admin/qtx_activation_hook.php:83 #, php-format msgid "The compatible settings from %s have been imported to %s. Further tuning, import, export and reset of options can be done at Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "Les réglages compatibles de %s ont été importés vers %s. Plus de réglages, importation, exportation et remise à défaut d’options peuvent être réalisés sur la page de configuration Réglages/Langues, une fois que %s sera en fonction. %sContinue%s" -#: admin/activation_hook.php:42 +#: admin/qtx_activation_hook.php:85 #, php-format msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "Vous pouvez importer/exporter les réglages compatibles de %s vers %s sur la page de configuration Paramètres/Langues, une fois que %s sera en fonction. %sContinue%s" -#: admin/activation_hook.php:135 +#: admin/qtx_activation_hook.php:203 #, php-format msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/Languages configuration page. Then you have to deactivate one of the plugins to continue." msgstr "%sError:%s l’extension %s ne peut pas fonctionner simultanémant avec l’extension %s. Vous pouvez importer et exporter les réglages compatibles entre %s et %s sur la page de configuration Réglages/Langues. Puis vous devrez désactiver l’une des extensions pour continuer." -#: admin/activation_hook.php:140 admin/activation_hook.php:142 +#: admin/qtx_activation_hook.php:208 admin/qtx_activation_hook.php:210 #, php-format msgid "Deactivate %s" msgstr "Désactiver %s" -#: admin/activation_hook.php:176 +#: admin/qtx_activation_hook.php:249 #, php-format msgid "Plugin %s may be integrated with multilingual plugin %s with a help of plugin %s." msgstr "" -#: admin/activation_hook.php:178 +#: admin/qtx_activation_hook.php:251 msgid "Please, press an appropriate button below." msgstr "" -#: admin/activation_hook.php:182 +#: admin/qtx_activation_hook.php:255 #, fuzzy, php-format msgid "Activate plugin %s" msgstr "Désactiver %s" -#: admin/activation_hook.php:184 +#: admin/qtx_activation_hook.php:257 #, php-format msgid "Install plugin %s" msgstr "" -#: admin/activation_hook.php:186 +#: admin/qtx_activation_hook.php:259 #, fuzzy msgid "I am aware of that, dismiss this message." msgstr "Je l’ai déjà fait, masquez ce message." -#: admin/activation_hook.php:240 +#: admin/qtx_activation_hook.php:309 #, php-format msgid "Thank you for using %s plugin!" msgstr "Merci d’utiliser l’extension %s !" -#: admin/activation_hook.php:242 +#: admin/qtx_activation_hook.php:311 #, php-format msgid "Please, help us to make a decision on \"%s\" feature, press the button below." msgstr "S’il vous plait, aidez-nous à prendre une décision sur la fonctionnalité \"%s\", cliquez sur le bouton ci-dessous." -#: admin/activation_hook.php:242 admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:311 admin/qtx_activation_hook.php:313 #: qtranslate_services.php:787 msgid "Translation Service" msgstr "Service de traduction" -#: admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:313 #, php-format msgid "Survey on \"%s\" feature" msgstr "Sondage sur la fonctionnalité \"%s\"" -#: admin/activation_hook.php:245 +#: admin/qtx_activation_hook.php:314 admin/qtx_activation_hook.php:348 msgid "I have already done it, dismiss this message." msgstr "Je l’ai déjà fait, masquez ce message." -#: admin/admin_utils.php:145 +#: admin/qtx_activation_hook.php:346 +#, php-format +msgid "The latest version of plugin %s has a number of new options, for example, %s, which may change the look of some pages. Please, review the help text of new options on %sconfiguration page%s." +msgstr "" + +#: admin/qtx_admin_utils.php:146 msgid "Database has been converted to square bracket format." msgstr "La base de données a été convertie au format en Crochets." -#: admin/admin_utils.php:145 admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:146 admin/qtx_admin_utils.php:148 msgid "Note: custom entries are not touched." msgstr "Note : les entrées personnalisées ne sont pas affectées." -#: admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:148 msgid "Database has been converted to legacy dual-tag format." msgstr "La base de données a été convertie au format hérité double-balise." -#: admin/admin_utils.php:405 qtranslate_configuration.php:484 -#: qtranslate_configuration.php:507 qtranslate_frontend.php:168 +#: admin/qtx_admin_utils.php:406 admin/qtx_configuration.php:565 +#: admin/qtx_configuration.php:588 qtranslate_frontend.php:168 #: qtranslate_frontend.php:195 msgid "Flag" msgstr "Drapeau" -#: admin/admin_utils.php:406 qtranslate_configuration.php:525 +#: admin/qtx_admin_utils.php:407 admin/qtx_configuration.php:606 msgid "Name" msgstr "Nom" -#: admin/admin_utils.php:407 qtranslate_services.php:383 +#: admin/qtx_admin_utils.php:408 qtranslate_services.php:383 msgid "Action" msgstr "Action" -#: admin/admin_utils.php:420 qtranslate_configuration.php:471 -#: qtranslate_configuration.php:1245 -msgid "Languages" -msgstr "Langues" - -#: admin/import_export.php:125 -msgid "Plugin" -msgstr "Extension" - -#: admin/import_export.php:131 -msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." -msgstr "Il n’y a pas besoin de migrer de réglages, la structure de base de données est compatible avec cette extension." +#: admin/qtx_admin_utils.php:409 admin/qtx_configuration.php:1441 +#: admin/qtx_configuration.php:1466 +msgid "Edit" +msgstr "Editer" -#: admin/import_export.php:134 -#, php-format -msgid "Use plugin %s to import data." +#: admin/qtx_admin_utils.php:410 +msgid "Stored" msgstr "" -#: admin/import_export.php:138 -msgid "Do not migrate any setting" -msgstr "Ne migrer aucun paramètre" - -#: admin/import_export.php:140 -msgid "Import settings from " -msgstr "Importer les paramètres depuis" - -#: admin/import_export.php:142 -msgid "Export settings to " -msgstr "Exporter les paramètres vers" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Export" -msgstr "Export" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Import" -msgstr "Import" - -#: admin/import_export.php:156 qtranslate_configuration.php:773 -#: qtranslate_configuration.php:783 qtranslate_configuration.php:1030 -msgid "Convert Database" -msgstr "Convertir la base de données" - -#: admin/import_export.php:158 -#, php-format -msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." -msgstr "Si vous mettez à jour depuis qTranslate 1.x ou Polyglot, cliquez ici pour convertir les articles dans le nouveau format de langue." - -#: admin/import_export.php:159 -#, php-format -msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." -msgstr "Si vous installez qTranslate pour la première fois sur un blog Wordpress ayant des articles existants, vous pouvez soit éditer tous vos articles manuellement et les enregistrer dans la bonne langue ou cliquez ici pour marquer tous les articles existants comme écrits dans la langue par défaut." - -#: admin/import_export.php:160 -msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." -msgstr "Ces deux processus sont irréversibles ! Assurez vous de faire une sauvegarde complète de votre base de données avant de cliquer sur un de ses liens." - -#: admin/import_export.php:161 -msgid "Do not convert database" -msgstr "Ne pas convertir la base de données" - -#: admin/import_export.php:162 -msgid "Convert database to the \"square bracket only\" style." -msgstr "Convertir la base de données au format \"crochets seuls\"." - -#: admin/import_export.php:163 -#, php-format -msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." -msgstr "Seules la balise de langue en crochets %s sera utilisée, par opposition au format de base de données hérité en double-balise (%s et %s) %s. Toutes les options de chaine de caractères et les champs standards d’article et de page seront uniformément encodées ainsi %s." - -#: admin/import_export.php:164 -msgid "Convert database back to the legacy \"dual language tag\" style." -msgstr "Convertir la base de données pour revenir au style hérité \"double-balise de langue\"." - -#: admin/import_export.php:165 -msgid "Note, that only string options and standard post and page fields are affected." -msgstr "Veuillez noter que seuls les options de chaine de caractères et les champs standards d’article et de page sont affectés." - -#: admin/import_export.php:174 -msgid "Reset qTranslate" -msgstr "Remettre qTranslate à défaut" - -#: admin/import_export.php:176 -msgid "Check this box and click Save Changes to reset all qTranslate settings." -msgstr "Cochez cette case puis cliquez sur Enregistrer les modifications pour remettre tous les paramètres de qTranslate à défaut." - -#: admin/import_export.php:178 -msgid "Yes, I really want to reset qTranslate." -msgstr "Oui, je veux remettre qTranslate à défaut." - -#: admin/import_export.php:180 -msgid "Also delete Translations for Categories/Tags/Link Categories." -msgstr "Supprimer également les traductions pour Catégories/Tags/Liens de catégories." - -#: admin/import_export.php:182 -msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." -msgstr "Si quelque chose ne fonctionne pas correctement, vous pouvez toujours essayer de supprimer tous les paramètres de qTranslate. Cette action ne supprimera pas les articles, mais effacera tous les paramètres (et toutes les langues ajoutées)." +#: admin/qtx_admin_utils.php:421 admin/qtx_configuration.php:552 +#: admin/qtx_configuration.php:1424 +msgid "Languages" +msgstr "Langues" -#: qtranslate_configuration.php:471 +#: admin/qtx_configuration.php:552 msgid "Language Management" msgstr "Gestion des langues" -#: qtranslate_configuration.php:479 +#: admin/qtx_configuration.php:560 msgid "Language Code" msgstr "Code de la langue" -#: qtranslate_configuration.php:481 +#: admin/qtx_configuration.php:562 msgid "2-Letter ISO Language Code for the Language you want to insert. (Example: en)" msgstr "Les 2 lettres du Code ISO de la langue que vous souhaitez ajouter. (Exemple : fr)" -#: qtranslate_configuration.php:510 +#: admin/qtx_configuration.php:591 msgid "Incorrect Flag Image Path! Please correct it!" msgstr "Chemin de l'image du drapeau incorrect ! Veuillez le corriger !" -#: qtranslate_configuration.php:513 +#: admin/qtx_configuration.php:594 msgid "Choose the corresponding country flag for language. (Example: gb.png)" msgstr "Choisissez le drapeau correspondant à la langue. (Exemple : fr.png)" -#: qtranslate_configuration.php:527 +#: admin/qtx_configuration.php:608 msgid "The Name of the language, which will be displayed on the site. (Example: English)" msgstr "Le nom de la langue, qui sera visible sur le site. (Exemple : Français)" -#: qtranslate_configuration.php:530 +#: admin/qtx_configuration.php:611 msgid "Locale" msgstr "Code local" -#: qtranslate_configuration.php:533 +#: admin/qtx_configuration.php:614 msgid "PHP and Wordpress Locale for the language. (Example: en_US)" msgstr "Code local de la langue pour PHP et Wordpress. (Exemple : fr_FR)" -#: qtranslate_configuration.php:534 +#: admin/qtx_configuration.php:615 msgid "You will need to install the .mo file for this language." msgstr "Vous devrez installer le fichier .mo pour cette langue." -#: qtranslate_configuration.php:538 +#: admin/qtx_configuration.php:619 msgid "Date Format" msgstr "Format de la date" -#: qtranslate_configuration.php:540 +#: admin/qtx_configuration.php:621 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime (use %q for day suffix (st,nd,rd,th)) or date format. This field is optional. (Example: %A %B %e%q, %Y)" msgstr "Dépend de votre mode de conversion Date / Heure, vous pouvez entrer une date au format strftime (utilisez %q pour le suffixe des jours anglais (st,nd,rd,th)) ou au format date. Ce champs est optionnel. (Exemple: %A %B %e%q, %Y)" -#: qtranslate_configuration.php:543 +#: admin/qtx_configuration.php:624 msgid "Time Format" msgstr "Format de l'heure" -#: qtranslate_configuration.php:545 +#: admin/qtx_configuration.php:626 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime or date format. This field is optional. (Example: %I:%M %p)" msgstr "Dépend de votre mode de conversion Date / Heure, vous pouvez entrer une heure au format strftime ou au format date. Ce champs est optionnel. (Exemple: %I:%M %p)" -#: qtranslate_configuration.php:548 +#: admin/qtx_configuration.php:629 msgid "Not Available Message" msgstr "Message \"non disponible\"" -#: qtranslate_configuration.php:551 +#: admin/qtx_configuration.php:632 msgid "Message to display if post is not available in the requested language. (Example: Sorry, this entry is only available in %LANG:, : and %.)" msgstr "Message à afficher si l'article n'est pas disponible dans la langue demandée. (Exemple : Désolé, cette article est uniquement disponible en %LANG:, : et %.)" -#: qtranslate_configuration.php:552 +#: admin/qtx_configuration.php:633 msgid "%LANG:<normal_separator>:<last_separator>% generates a list of languages separated by <normal_separator> except for the last one, where <last_separator> will be used instead." msgstr "%LANG:<séparateur_normal>:<dernier_séparateur>% génère une liste de langues séparées pas <séparateur_normal> à l'exception de la dernière langue ou <dernier_séparateur> est utilisé à la place." -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Hide" msgstr "Masquer" -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Show" msgstr "Voir" -#: qtranslate_configuration.php:675 +#: admin/qtx_configuration.php:763 msgid "Save Changes" msgstr "Enregistrer les modifications" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 msgid "Switching Language" msgstr "Changer de langue" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, php-format msgid "Switching language to %1$s... If the Dashboard isn't loading, use this link." msgstr "Changement de langue vers %1$s… Si le Tableau de bord ne se charge pas, utilisez ce lien." -#: qtranslate_configuration.php:713 +#: admin/qtx_configuration.php:801 msgid "qTranslate has been reset." msgstr "qTranslate à été remis à défaut." -#: qtranslate_configuration.php:766 +#: admin/qtx_configuration.php:875 msgid "Gettext databases updated." msgstr "Bases de données Gettext mises à jour." -#: qtranslate_configuration.php:772 +#: admin/qtx_configuration.php:882 #, php-format msgid "Applicable options and taxonomy names from plugin %s have been imported. Note that the multilingual content of posts, pages and other objects has not been altered during this operation. There is no additional operation needed to import content, since its format is compatible with %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 #, php-format msgid "%sImportant%s: Before you start making edits to post and pages, please, make sure that both, your front site and admin back-end, work under this configuration. It may help to review \"%s\" and see if any of conflicting plugins mentioned there are used here. While the current content, coming from %s, is compatible with this plugin, the newly modified posts and pages will be saved with a new square-bracket-only encoding, which has a number of advantages comparing to former %s encoding. However, the new encoding is not straightforwardly compatible with %s and you will need an additional step available under \"%s\" option if you ever decide to go back to %s. Even with this additional conversion step, the 3rd-party plugins custom-stored data will not be auto-converted, but manual editing will still work. That is why it is advisable to create a test-copy of your site before making any further changes. In case you encounter a problem, please give us a chance to improve %s, send the login information to the test-copy of your site to %s along with a detailed step-by-step description of what is not working, and continue using your main site with %s meanwhile. It would also help, if you share a success story as well, either on %sthe forum%s, or via the same e-mail as mentioned above. Thank you very much for trying %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 admin/qtx_configuration.php:894 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:156 +msgid "Convert Database" +msgstr "Convertir la base de données" + +#: admin/qtx_configuration.php:883 msgid "This is a one-time message, which you will not see again, unless the same import is repeated." msgstr "" -#: qtranslate_configuration.php:775 qtranslate_configuration.php:1204 +#: admin/qtx_configuration.php:885 admin/qtx_configuration.php:1320 msgid "Compatibility Functions" msgstr "" -#: qtranslate_configuration.php:775 +#: admin/qtx_configuration.php:885 #, php-format msgid "Option \"%s\" has also been turned on, as the most common case for importing configuration from %s. You may turn it off manually if your setup does not require it. Refer to %sFAQ%s for more information." msgstr "" -#: qtranslate_configuration.php:783 +#: admin/qtx_configuration.php:894 #, php-format msgid "Applicable options have been exported to plugin %s. If you have done some post or page updates after migrating from %s, then \"%s\" operation is also required to convert the content to \"dual language tag\" style in order for plugin %s to function." msgstr "" -#: qtranslate_configuration.php:794 +#: admin/qtx_configuration.php:906 msgid "The Language must have a Not-Available Message!" msgstr "La langue doit avoir un Message \"non disponible\" !" -#: qtranslate_configuration.php:795 +#: admin/qtx_configuration.php:907 msgid "The Language must have a Locale!" msgstr "La langue doit avoir un code local !" -#: qtranslate_configuration.php:796 +#: admin/qtx_configuration.php:908 msgid "The Language must have a name!" msgstr "La langue doit avoir un nom !" -#: qtranslate_configuration.php:797 +#: admin/qtx_configuration.php:909 msgid "Language Code has to be 2 characters long!" msgstr "Le code de la langue doit être long de 2 caractères !" -#: qtranslate_configuration.php:801 qtranslate_configuration.php:807 +#: admin/qtx_configuration.php:916 admin/qtx_configuration.php:922 msgid "There is already a language with the same Language Code!" msgstr "Il y a déjà une langue avec le même code !" -#: qtranslate_configuration.php:892 qtranslate_configuration.php:914 -#: qtranslate_configuration.php:921 qtranslate_configuration.php:938 -msgid "No such language!" -msgstr "Aucune langue !" - -#: qtranslate_configuration.php:906 +#: admin/qtx_configuration.php:1019 msgid "Language is already enabled or invalid!" msgstr "La langue est déjà active ou est invalide !" -#: qtranslate_configuration.php:911 +#: admin/qtx_configuration.php:1025 msgid "Cannot disable Default Language!" msgstr "Impossible de désactiver la langue par défaut !" -#: qtranslate_configuration.php:917 +#: admin/qtx_configuration.php:1028 admin/qtx_configuration.php:1035 +#: admin/qtx_configuration.php:1052 +msgid "No such language!" +msgstr "Aucune langue !" + +#: admin/qtx_configuration.php:1031 msgid "Language is already disabled!" msgstr "La langue est déjà désactivée !" -#: qtranslate_configuration.php:925 +#: admin/qtx_configuration.php:1039 msgid "Language is already first!" msgstr "La langue est déjà en premier !" -#: qtranslate_configuration.php:931 qtranslate_configuration.php:948 +#: admin/qtx_configuration.php:1045 admin/qtx_configuration.php:1062 msgid "New order saved." msgstr "Nouvel ordre sauvegardé." -#: qtranslate_configuration.php:942 +#: admin/qtx_configuration.php:1056 msgid "Language is already last!" msgstr "La langue est déjà en dernier !" -#: qtranslate_configuration.php:960 +#: admin/qtx_configuration.php:1074 msgid "Options saved." msgstr "Options enregistrées." -#: qtranslate_configuration.php:965 +#: admin/qtx_configuration.php:1079 #, php-format msgid "Could not write to \"%s\", Gettext Databases could not be downloaded!" msgstr "Impossible d'écrire sur \"%s\", les bases de données Gettext n'ont pas pu être téléchargées !" -#: qtranslate_configuration.php:991 +#: admin/qtx_configuration.php:1105 msgid "Edit Language" msgstr "Editer la langue" -#: qtranslate_configuration.php:994 +#: admin/qtx_configuration.php:1108 msgid "Save Changes »" msgstr "Enregistrer les modifications »" -#: qtranslate_configuration.php:999 +#: admin/qtx_configuration.php:1110 +msgid "back to configuration page" +msgstr "" + +#: admin/qtx_configuration.php:1114 msgid "Language Management (qTranslate Configuration)" msgstr "Gestion des langues (Configuration de qTranslate)" -#: qtranslate_configuration.php:1000 +#: admin/qtx_configuration.php:1115 #, php-format msgid "For help on how to configure qTranslate correctly, take a look at the qTranslate FAQ and the Support Forum." msgstr "Pour vous aidez à configurer qTranslate correctement, visitez la Foire Aux Questions qTranslate ou le Forum d'entraide." -#: qtranslate_configuration.php:1002 +#: admin/qtx_configuration.php:1117 msgid "General Settings" msgstr "Paramètres généraux" -#: qtranslate_configuration.php:1005 +#: admin/qtx_configuration.php:1120 msgid "Default Language / Order" msgstr "Langue / Ordre par défaut" -#: qtranslate_configuration.php:1007 +#: admin/qtx_configuration.php:1122 msgid "Default Language" msgstr "Langue par défaut" -#: qtranslate_configuration.php:1020 +#: admin/qtx_configuration.php:1135 #, php-format msgid "Choose the default language of your blog. This is the language which will be shown on %s. You can also change the order the languages by clicking on the arrows above." msgstr "Choisissez la langue par défaut de votre blog. C'est la langue qui sera affichée sur %s. Vous pouvez aussi changer l'ordre des langues en cliquant sur les flèches ci-dessus." -#: qtranslate_configuration.php:1025 +#: admin/qtx_configuration.php:1140 msgid "Hide Untranslated Content" msgstr "Masquer le contenu non traduit" -#: qtranslate_configuration.php:1027 +#: admin/qtx_configuration.php:1142 msgid "Hide Content which is not available for the selected language." msgstr "Masque le contenu s'il n'est pas traduit dans la langue selectionnée." -#: qtranslate_configuration.php:1029 +#: admin/qtx_configuration.php:1144 msgid "When checked, posts will be hidden if the content is not available for the selected language. If unchecked, a message will appear showing all the languages the content is available in." msgstr "Quand cette option est cochée, les articles seront cachés si le contenu n'est pas disponible pour la langue sélectionnée. Si elle n'est pas cochée, un message apparaîtra indiquant toutes les langues pour lesquelles le contenu est disponible." -#: qtranslate_configuration.php:1030 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Export" +msgstr "Export" + +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Import" +msgstr "Import" + +#: admin/qtx_configuration.php:1145 #, php-format msgid "This function will not work correctly if you installed %s on a blog with existing entries. In this case you will need to take a look at option \"%s\" under \"%s\" section." msgstr "Cette fonction ne marchera pas correctement si vous avez installé %s sur un blog ayant des entrées existantes. Dans ce cas, vous avez besoin d'aller voir l’option \"%s\" dans la section \"%s\"." -#: qtranslate_configuration.php:1032 +#: admin/qtx_configuration.php:1147 msgid "Show displayed language prefix when content is not available for the selected language." msgstr "Afficher le préfixe de langue sélectionnée quand le contenu n’est pas disponible pour la langue sélectionnée." -#: qtranslate_configuration.php:1036 +#: admin/qtx_configuration.php:1151 msgid "Detect Browser Language" msgstr "Détecter la langue du navigateur" -#: qtranslate_configuration.php:1038 +#: admin/qtx_configuration.php:1153 msgid "Detect the language of the browser and redirect accordingly." msgstr "Détecte la langue du navigateur et redirige en fonction." -#: qtranslate_configuration.php:1040 +#: admin/qtx_configuration.php:1155 msgid "When the frontpage is visited via bookmark/external link/type-in, the visitor will be forwarded to the correct URL for the language specified by his browser." msgstr "Lorsque la première page est visitée par bookmark / lien externe / type-in, le visiteur sera redirigé à la bonne URL en fonction de la langue spécifiée par son navigateur." -#: qtranslate_configuration.php:1045 +#: admin/qtx_configuration.php:1160 msgid "Advanced Settings" msgstr "Paramètres avancés" -#: qtranslate_configuration.php:1052 qtranslate_configuration.php:1054 -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1167 admin/qtx_configuration.php:1169 +#: admin/qtx_configuration.php:1243 msgid "URL Modification Mode" msgstr "Mode de modification de l'URL" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Most SEO unfriendly, not recommended." msgstr "" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Use Query Mode (?lang=en)" msgstr "Utiliser le mode Query (?lang=fr)" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "SEO friendly." msgstr "" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "Use Pre-Path Mode (Default, puts /en/ in front of URL)" msgstr "Utiliser le mode Par-Chemin (Par défaut, ajoute /fr/ devant l'URL)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "Use Pre-Domain Mode (uses http://en.yoursite.com)" msgstr "Utiliser le mode Sous-Domaine (http://fr.votresite.com)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "You will need to configure DNS sub-domains on your site." msgstr "" -#: qtranslate_configuration.php:1068 +#: admin/qtx_configuration.php:1183 msgid "Hide URL language information for default language." msgstr "Masquer l'information de langue dans l'URL pour la langue par défaut." -#: qtranslate_configuration.php:1069 +#: admin/qtx_configuration.php:1184 msgid "This is only applicable to Pre-Path and Pre-Domain mode." msgstr "Ceci ne s’applique qu’aux modes Par-Chemin et Sous-Domaine." -#: qtranslate_configuration.php:1074 +#: admin/qtx_configuration.php:1189 msgid "Use Per-Domain mode: specify separate user-defined domain for each language." msgstr "Utiliser le mode Par-Domaine : spécifiez des domaines séparés et définis par l’utilisateur pour chaque langue." -#: qtranslate_configuration.php:1092 +#: admin/qtx_configuration.php:1208 msgid "Domain for" msgstr "Domaine pour" -#: qtranslate_configuration.php:1097 +#: admin/qtx_configuration.php:1213 msgid "Flag Image Path" msgstr "Chemin des images de drapeaux" -#: qtranslate_configuration.php:1101 +#: admin/qtx_configuration.php:1217 #, php-format msgid "Path to the flag images under wp-content, with trailing slash. (Default: %s, clear the value above to reset it to the default)" msgstr "Chemin relatif des images de drapeaux, sous wp-content, avec slash de fin. (Par défaut : %s, effacez la valeur ci-dessus pour revenir à la valeur par défaut)" -#: qtranslate_configuration.php:1105 +#: admin/qtx_configuration.php:1221 msgid "Ignore Links" msgstr "Ignorer les liens" -#: qtranslate_configuration.php:1109 +#: admin/qtx_configuration.php:1225 #, php-format msgid "Don't convert links to files of the given file types. (Always included: %s)" msgstr "Ne par convertir les liens en fichiers pour les types de fichier donnés. (Toujours inclus : %s)" -#: qtranslate_configuration.php:1113 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1229 qtranslate_widget.php:119 msgid "Head inline CSS" msgstr "" -#: qtranslate_configuration.php:1115 +#: admin/qtx_configuration.php:1231 #, fuzzy msgid "CSS code added by plugin in the head of front-end pages:" msgstr "Supprimer le code CSS en ligne ajouté par le plugin de l'en-tête" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 qtranslate_widget.php:119 msgid "To disable this inline CSS, clear the check box." msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 admin/qtx_configuration.php:1395 +#: qtranslate_widget.php:119 msgid "To reset to default, clear the text." msgstr "Pour revenir à la valeur par défaut, effacer le texte." -#: qtranslate_configuration.php:1123 +#: admin/qtx_configuration.php:1239 #, fuzzy msgid "Cookie Settings" msgstr "Configurations" -#: qtranslate_configuration.php:1125 +#: admin/qtx_configuration.php:1241 #, fuzzy, php-format msgid "Disable language client cookie \"%s\" (not recommended)." msgstr "Désactiver tous les cookies clients" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Language cookie is auto-disabled for \"%s\" \"Pre-Domain\" and \"Per-Domain\", as language is always unambiguously defined by a url in those modes." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Otherwise, use this option with a caution, for simple enough sites only. If checked, the user choice of browsing language will not be saved between sessions and some AJAX calls may deliver unexpected language, as well as some undesired language switching during browsing may occur under certain themes (%sRead More%s)." msgstr "" -#: qtranslate_configuration.php:1129 +#: admin/qtx_configuration.php:1245 #, fuzzy, php-format msgid "Make %s cookies available only through HTTPS connections." msgstr "Rendre disponible le cookie de qTranslate uniquement via les connexions HTTPS" -#: qtranslate_configuration.php:1131 +#: admin/qtx_configuration.php:1247 msgid "Don't check this if you don't know what you're doing!" msgstr "Ne pas cocher si vous ne savez pas ce que vous faîtes" -#: qtranslate_configuration.php:1135 +#: admin/qtx_configuration.php:1251 msgid "Update Gettext Databases" msgstr "Mettre à jour les bases de données Gettext" -#: qtranslate_configuration.php:1137 +#: admin/qtx_configuration.php:1253 msgid "Automatically check for .mo-Database Updates of installed languages." msgstr "Vérifier automatiquement les mises à jour des bases de données .mo des langues installées" -#: qtranslate_configuration.php:1139 +#: admin/qtx_configuration.php:1255 msgid "Update Gettext databases now." msgstr "Mettre à jour les bases de données Gettext maintenant." -#: qtranslate_configuration.php:1141 +#: admin/qtx_configuration.php:1257 msgid "qTranslate will query the Wordpress Localisation Repository every week and download the latest Gettext Databases (.mo Files)." msgstr "qTranslate consultera le répertoire de Localisation des langues de Wordpress chaque semaine et téléchargera les dernières bases de données Gettext (fichiers .mo)" -#: qtranslate_configuration.php:1145 +#: admin/qtx_configuration.php:1261 msgid "Date / Time Conversion" msgstr "Conversion de Date / Heure" -#: qtranslate_configuration.php:1147 +#: admin/qtx_configuration.php:1263 msgid "Use emulated date function." msgstr "Utilisez la fonction de date générée." -#: qtranslate_configuration.php:1148 +#: admin/qtx_configuration.php:1264 msgid "Use emulated date function and replace formats with the predefined formats for each language." msgstr "Utiliser la fonction de date générée et remplacer les formats par les formats prédefinis pour chaque langue." -#: qtranslate_configuration.php:1149 +#: admin/qtx_configuration.php:1265 msgid "Use strftime instead of date." msgstr "Utiliser strftime au lieu de date." -#: qtranslate_configuration.php:1150 +#: admin/qtx_configuration.php:1266 msgid "Use strftime instead of date and replace formats with the predefined formats for each language." msgstr "Utiliser strftime au lieu de date et remplacer les formats avec les formats prédefinis pour chaque langue." -#: qtranslate_configuration.php:1151 +#: admin/qtx_configuration.php:1267 msgid "Depending on the mode selected, additional customizations of the theme may be needed." msgstr "Dépend du mode sélectionné, une modification du thème peut-être nécessaire." -#: qtranslate_configuration.php:1160 +#: admin/qtx_configuration.php:1276 #, fuzzy msgid "Translation of options" msgstr "Traduire vers" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Filter all WordPress options for translation at front-end. It may hurt performance of the site, but ensures that all options are translated." msgstr "" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Starting from version 3.2.5, only options with multilingual content get filtered, which should help on performance issues." msgstr "" -#: qtranslate_configuration.php:1164 +#: admin/qtx_configuration.php:1280 msgid "Translate only options listed below (for experts only):" msgstr "" -#: qtranslate_configuration.php:1167 +#: admin/qtx_configuration.php:1283 #, php-format msgid "By default, all options are filtered to be translated at front-end for the sake of simplicity of configuration. However, for a developed site, this may cause a considerable performance degradation. Normally, there are very few options, which actually need a translation. You may simply list them above to minimize the performance impact, while still getting translations needed. Options names must match the field \"%s\" of table \"%s\" of WordPress database. A minimum common set of option, normally needed a translation, is already entered in the list above as a default example. Option names in the list may contain wildcard with symbol \"%s\"." msgstr "" -#: qtranslate_configuration.php:1171 +#: admin/qtx_configuration.php:1287 msgid "Custom Fields" msgstr "Champs personnalisés" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 #, php-format msgid "Enter \"%s\" or \"%s\" attribute of text fields from your theme, which you wish to translate. This applies to post, page and media editors (%s). To lookup \"%s\" or \"%s\", right-click on the field in the post or the page editor and choose \"%s\". Look for an attribute of the field named \"%s\" or \"%s\". Enter it below, as many as you need, space- or comma-separated. After saving configuration, these fields will start responding to the language switching buttons, and you can enter different text for each language. The input fields of type %s will be parsed using %s syntax, while single line text fields will use %s syntax. If you need to override this behaviour, prepend prefix %s or %s to the name of the field to specify which syntax to use. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 msgctxt "browser option" msgid "Inspect Element" msgstr "Inspecter l’élément" -#: qtranslate_configuration.php:1180 +#: admin/qtx_configuration.php:1296 msgid "The value of \"id\" attribute is normally unique within one page, otherwise the first field found, having an id specified, is picked up." msgstr "La valeur de l’attribut \"id\" est normalement unique dans une page, sinon le premier champ trouvé, qui a un id de spécifié, sera sélectionné." -#: qtranslate_configuration.php:1187 +#: admin/qtx_configuration.php:1303 #, php-format msgid "All the fields of specified classes will respond to Language Switching Buttons. Be careful not to include a class, which would affect language-neutral fields. If you cannot uniquely identify a field needed neither by %s, nor by %s attribute, report the issue on %sSupport Forum%s" msgstr "Tous les champs des classes spécifiées répondront aux Boutons de sélection de langue. Attention à ne pas inclure une classe qui affecterait des champs indépendants de la langue. Si vous ne pouvez pas identifier de manière unique un champ requis ni par l’attribut %s, ni par %s, veuillez signaler le problème sur le %sSupport Forum%s" -#: qtranslate_configuration.php:1191 +#: admin/qtx_configuration.php:1307 msgid "Custom Filters" msgstr "Filtres personnalisés" -#: qtranslate_configuration.php:1194 +#: admin/qtx_configuration.php:1310 #, php-format msgid "Names of filters (which are enabled on theme or other plugins via %s function) to add translation to. For more information, read %sFAQ%s." msgstr "Noms des filtres (qui sont activés sur le thèmes ou d’autres extensions par la fonction %s) auxquels vous voulez ajouter une traduction. Pour plus d’information, lisez la %sFAQ%s." -#: qtranslate_configuration.php:1198 +#: admin/qtx_configuration.php:1314 msgid "Custom Admin Pages" msgstr "Pages d’Administration personnalisées" -#: qtranslate_configuration.php:1200 +#: admin/qtx_configuration.php:1316 #, php-format msgid "List the custom admin page paths for which you wish Language Switching Buttons to show up. The Buttons will then control fields configured in \"Custom Fields\" section. You may only include part of the full URL after %s, including a distinctive query string if needed. As many as desired pages can be listed space/comma separated. For more information, read %sFAQ%s." msgstr "Listez les chemins des pages d’admin personnalisées pour lesquelles vous voulez afficher des Boutons de sélection de langue. Ces Boutons vont ensuite contrôles les champs configurés dans la section \"Champs Personnalisés\". Vous pouvez n’inclure que la partie de l’URL complète après %s, y compris une chaine de requete (query string) distinctive si besoin. Vous pouvez lister autant de pages souhaitées que vous voulez, séparées par des espaces/virgules. Pour plus d’information, lisez la %sFAQ%s." -#: qtranslate_configuration.php:1206 +#: admin/qtx_configuration.php:1322 #, php-format msgid "Enable function name compatibility (%s)." msgstr "Permet d’activer la compatibilité des noms de fonction (%s)." -#: qtranslate_configuration.php:1207 +#: admin/qtx_configuration.php:1323 #, php-format msgid "Some plugins and themes use direct calls to the functions listed, which are defined in former %s plugin and some of its forks. Turning this flag on will enable those function to exists, which will make the dependent plugins and themes to work. WordPress policy prohibits to define functions with the same names as in other plugins, since it generates user-unfriendly fatal errors, when two conflicting plugins are activated simultaneously. Before turning this option on, you have to make sure that there are no other plugins active, which define those functions." msgstr "Certains thèmes et extensions utilisent des appels directs aux fonctions listées, qui sont définies dans l’extension précédente %s et certains de ses forks. Activer cette option permettra à ces fonctions d’exister, et permettra le fonctionnement des thèmes et extensions qui en dépendent. La politique de WordPress interdit de définir des fonctions avec des noms identiques à celles d’autres extensions, puisque ça génère des erreurs fatales très désagréables pour l’utilisateur, quand deux extensions en conflit sont activées simultanément. Avant d’activer cette option, vous devez vous assurez qu’il n’y a pas d’autre extension active qui définit déjà ces fonctions." -#: qtranslate_configuration.php:1211 +#: admin/qtx_configuration.php:1327 #, fuzzy msgid "Editor Mode" msgstr "Mode d’édition brut" -#: qtranslate_configuration.php:1213 +#: admin/qtx_configuration.php:1329 msgid "Use Language Switching Buttons (LSB)." msgstr "" -#: qtranslate_configuration.php:1214 +#: admin/qtx_configuration.php:1330 msgid "This is the default mode." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Do not use Language Switching Buttons to edit multi-language text entries." msgstr "Ne pas utiliser les Boutons de sélection de langue pour éditer les contenus multilingues." -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Editor Raw Mode" msgstr "Mode d’édition brut" -#: qtranslate_configuration.php:1216 +#: admin/qtx_configuration.php:1332 msgid "Some people prefer to edit the raw entries containing all languages together separated by language defining tags, as they are stored in database." msgstr "Certaines personnes préfèrent éditer les contenus bruts qui contiennent toutes les langues séparées par des balises définissant la langue, tels qu’ils sont stockées en base de données." -#: qtranslate_configuration.php:1267 -#, fuzzy, php-format -msgid "%s Flag" -msgstr "Drapeau" +#: admin/qtx_configuration.php:1340 admin/qtx_configuration.php:1343 +msgid "LSB Style" +msgstr "" + +#: admin/qtx_configuration.php:1344 +msgid "Choose CSS style for how Language Switching Buttons are rendered:" +msgstr "" + +#: admin/qtx_configuration.php:1345 +#, php-format +msgid "LSB %s-wrap classes:" +msgstr "" + +#: admin/qtx_configuration.php:1346 +msgid "Active button class:" +msgstr "" + +#: admin/qtx_configuration.php:1347 +msgid "The above is reset to an appropriate default, if the below is changed." +msgstr "" + +#: admin/qtx_configuration.php:1348 +msgid "CSS set:" +msgstr "" + +#: admin/qtx_configuration.php:1352 admin/qtx_configuration.php:1354 +#: admin/qtx_configuration.php:1388 admin/qtx_configuration.php:1390 +msgid "Use custom CSS" +msgstr "" + +#: admin/qtx_configuration.php:1354 +#, php-format +msgid "Choice \"%s\" disables this option and allows one to use its own custom CSS provided by other means." +msgstr "" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1371 admin/qtx_configuration.php:1375 +#: admin/qtx_user_options.php:18 +msgid "Highlight Style" +msgstr "" + +#: admin/qtx_configuration.php:1373 +msgid "When there are many integrated or customized translatable fields, it may become confusing to know which field has multilingual value. The highlighting of translatable fields may come handy then:" +msgstr "" + +#: admin/qtx_configuration.php:1376 admin/qtx_configuration.php:1378 +msgid "Do not highlight the translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1380 admin/qtx_configuration.php:1382 +msgid "Show a line on the left border of translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1384 admin/qtx_configuration.php:1386 +msgid "Draw a border around translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1395 +msgid "Admin Color Scheme" +msgstr "" + +#: admin/qtx_configuration.php:1395 +#, php-format +msgid "The color in use is taken from your profile option %s, the third color." +msgstr "" + +#: admin/qtx_configuration.php:1433 +#, fuzzy +msgid "List of Configured Languages" +msgstr "Langue source" + +#: admin/qtx_configuration.php:1438 +#, php-format +msgid "Only enabled languages are loaded at front-end, while all %d configured languages are listed here." +msgstr "" + +#: admin/qtx_configuration.php:1439 +msgid "The table below contains both pre-defined and manually added or modified languages." +msgstr "" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Delete" +msgstr "Supprimer" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Disable" msgstr "Désactiver" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Enable" msgstr "Activer" -#: qtranslate_configuration.php:1270 -msgid "Edit" -msgstr "Editer" +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Reset" +msgstr "" -#: qtranslate_configuration.php:1271 +#: admin/qtx_configuration.php:1440 +#, php-format +msgid "You may %s or %s a language, or %s manually added language, or %s previous modifications of a pre-defined language." +msgstr "" + +#: admin/qtx_configuration.php:1441 +#, php-format +msgid "Click %s to modify language properties." +msgstr "" + +#: admin/qtx_configuration.php:1463 +#, fuzzy, php-format +msgid "%s Flag" +msgstr "Drapeau" + +#: admin/qtx_configuration.php:1465 msgid "Default" msgstr "Défaut" -#: qtranslate_configuration.php:1271 -msgid "Delete" -msgstr "Supprimer" +#: admin/qtx_configuration.php:1467 +msgid "Pre-Defined" +msgstr "" -#: qtranslate_configuration.php:1276 +#: admin/qtx_configuration.php:1476 msgid "Enabling a language will cause qTranslate to update the Gettext-Database for the language, which can take a while depending on your server's connection speed." msgstr "Activer une langue va demander à qTranslate de mettre à jour la base de données Gettext pour cette langue, ce qui peut prendre un moment en fonction de la vitesse de connexion de votre serveur." -#: qtranslate_configuration.php:1283 +#: admin/qtx_configuration.php:1483 msgid "Add Language" msgstr "Ajouter une langue" -#: qtranslate_configuration.php:1286 +#: admin/qtx_configuration.php:1486 msgid "Add Language »" msgstr "Ajouter la langue »" -#: qtranslate_configuration.php:1301 +#: admin/qtx_configuration.php:1508 msgid "Language Menu" msgstr "Menu de choix de langue" -#: qtranslate_configuration.php:1350 +#: admin/qtx_configuration.php:1557 msgid "Help" msgstr "Aide" -#: qtranslate_configuration.php:1352 +#: admin/qtx_configuration.php:1559 #, php-format msgid "Menu item added is replaced with a sub-menu of available languages when menu is rendered. Depending on how your theme renders menu you may need to override and customize css entries %s and %s, originally defined in %s. The field \"URL\" of inserted menu item allows additional configuration described in %sFAQ%s." msgstr "L’élément de menu ajouté est remplacé par un sous-menu des langues disponibles quand le menu est affiché. Selon la façon dont votre thème affiche le menu, vous pourrez avoir à surcharger ou personnaliser les valeurs CSS %s et %s, qui sont définies initialement dans %s. Le champ \"URL\" des éléments de menu ajoutés permet des réglages supplémentaires décrits dans la %sFAQ%s." -#: qtranslate_configuration.php:1357 +#: admin/qtx_configuration.php:1564 msgid "Add to Menu" msgstr "Ajouter au menu" -#: qtranslate_configuration.php:1367 +#: admin/qtx_configuration.php:1574 msgid "Language Switcher" msgstr "Sélecteur de langue" -#: qtranslate_configuration.php:1404 +#: admin/qtx_configuration.php:1619 msgid "Settings" msgstr "Configurations" +#: admin/qtx_import_export.php:125 +msgid "Plugin" +msgstr "Extension" + +#: admin/qtx_import_export.php:131 +msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." +msgstr "Il n’y a pas besoin de migrer de réglages, la structure de base de données est compatible avec cette extension." + +#: admin/qtx_import_export.php:134 +#, php-format +msgid "Use plugin %s to import data." +msgstr "" + +#: admin/qtx_import_export.php:138 +msgid "Do not migrate any setting" +msgstr "Ne migrer aucun paramètre" + +#: admin/qtx_import_export.php:140 +msgid "Import settings from " +msgstr "Importer les paramètres depuis" + +#: admin/qtx_import_export.php:142 +msgid "Export settings to " +msgstr "Exporter les paramètres vers" + +#: admin/qtx_import_export.php:158 +#, php-format +msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." +msgstr "Si vous mettez à jour depuis qTranslate 1.x ou Polyglot, cliquez ici pour convertir les articles dans le nouveau format de langue." + +#: admin/qtx_import_export.php:159 +#, php-format +msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." +msgstr "Si vous installez qTranslate pour la première fois sur un blog Wordpress ayant des articles existants, vous pouvez soit éditer tous vos articles manuellement et les enregistrer dans la bonne langue ou cliquez ici pour marquer tous les articles existants comme écrits dans la langue par défaut." + +#: admin/qtx_import_export.php:160 +msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." +msgstr "Ces deux processus sont irréversibles ! Assurez vous de faire une sauvegarde complète de votre base de données avant de cliquer sur un de ses liens." + +#: admin/qtx_import_export.php:161 +msgid "Do not convert database" +msgstr "Ne pas convertir la base de données" + +#: admin/qtx_import_export.php:162 +msgid "Convert database to the \"square bracket only\" style." +msgstr "Convertir la base de données au format \"crochets seuls\"." + +#: admin/qtx_import_export.php:163 +#, php-format +msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." +msgstr "Seules la balise de langue en crochets %s sera utilisée, par opposition au format de base de données hérité en double-balise (%s et %s) %s. Toutes les options de chaine de caractères et les champs standards d’article et de page seront uniformément encodées ainsi %s." + +#: admin/qtx_import_export.php:164 +msgid "Convert database back to the legacy \"dual language tag\" style." +msgstr "Convertir la base de données pour revenir au style hérité \"double-balise de langue\"." + +#: admin/qtx_import_export.php:165 +msgid "Note, that only string options and standard post and page fields are affected." +msgstr "Veuillez noter que seuls les options de chaine de caractères et les champs standards d’article et de page sont affectés." + +#: admin/qtx_import_export.php:174 +msgid "Reset qTranslate" +msgstr "Remettre qTranslate à défaut" + +#: admin/qtx_import_export.php:176 +msgid "Check this box and click Save Changes to reset all qTranslate settings." +msgstr "Cochez cette case puis cliquez sur Enregistrer les modifications pour remettre tous les paramètres de qTranslate à défaut." + +#: admin/qtx_import_export.php:178 +msgid "Yes, I really want to reset qTranslate." +msgstr "Oui, je veux remettre qTranslate à défaut." + +#: admin/qtx_import_export.php:180 +msgid "Also delete Translations for Categories/Tags/Link Categories." +msgstr "Supprimer également les traductions pour Catégories/Tags/Liens de catégories." + +#: admin/qtx_import_export.php:182 +msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." +msgstr "Si quelque chose ne fonctionne pas correctement, vous pouvez toujours essayer de supprimer tous les paramètres de qTranslate. Cette action ne supprimera pas les articles, mais effacera tous les paramètres (et toutes les langues ajoutées)." + +#: admin/qtx_languages.php:93 +#, fuzzy +msgid "Cannot delete Default Language!" +msgstr "Impossible de désactiver la langue par défaut !" + +#: admin/qtx_user_options.php:9 +#, fuzzy +msgid "Translation options" +msgstr "Traduire vers" + +#: admin/qtx_user_options.php:14 +msgid "Highlight Translatable Fields" +msgstr "" + +#: admin/qtx_user_options.php:18 +#, php-format +msgid "The way the translatable fields are highlighted is configured with global option %s." +msgstr "" + #: qtranslate_frontend.php:162 qtranslate_widget.php:67 msgid "Language" msgstr "Langue" diff --git a/lang/qtranslate-hr_HR.po b/lang/qtranslate-hr_HR.po index 20ad50e..1e7af36 100644 --- a/lang/qtranslate-hr_HR.po +++ b/lang/qtranslate-hr_HR.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: qTranslate-X 3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-03-19 14:09-0600\n" +"POT-Creation-Date: 2015-03-25 22:22-0600\n" "PO-Revision-Date: 2015-02-20 22:38-0800\n" "Last-Translator: Sheldon Miles \n" "Language-Team: qTranslate Team\n" @@ -12,769 +12,900 @@ msgstr "" "Language: hr_HR\n" "X-Generator: Poedit 1.7.4\n" -#: admin/activation_hook.php:37 admin/activation_hook.php:137 -#: qtranslate_configuration.php:772 +#: admin/qtx_activation_hook.php:80 admin/qtx_activation_hook.php:205 +#: admin/qtx_configuration.php:882 #, php-format msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so." msgstr "" -#: admin/activation_hook.php:38 +#: admin/qtx_activation_hook.php:81 #, php-format msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously." msgstr "" -#: admin/activation_hook.php:40 +#: admin/qtx_activation_hook.php:83 #, php-format msgid "The compatible settings from %s have been imported to %s. Further tuning, import, export and reset of options can be done at Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:42 +#: admin/qtx_activation_hook.php:85 #, php-format msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:135 +#: admin/qtx_activation_hook.php:203 #, php-format msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/Languages configuration page. Then you have to deactivate one of the plugins to continue." msgstr "" -#: admin/activation_hook.php:140 admin/activation_hook.php:142 +#: admin/qtx_activation_hook.php:208 admin/qtx_activation_hook.php:210 #, fuzzy, php-format msgid "Deactivate %s" msgstr "Deaktivirali" -#: admin/activation_hook.php:176 +#: admin/qtx_activation_hook.php:249 #, php-format msgid "Plugin %s may be integrated with multilingual plugin %s with a help of plugin %s." msgstr "" -#: admin/activation_hook.php:178 +#: admin/qtx_activation_hook.php:251 msgid "Please, press an appropriate button below." msgstr "" -#: admin/activation_hook.php:182 +#: admin/qtx_activation_hook.php:255 #, fuzzy, php-format msgid "Activate plugin %s" msgstr "Deaktivirali" -#: admin/activation_hook.php:184 +#: admin/qtx_activation_hook.php:257 #, php-format msgid "Install plugin %s" msgstr "" -#: admin/activation_hook.php:186 +#: admin/qtx_activation_hook.php:259 msgid "I am aware of that, dismiss this message." msgstr "" -#: admin/activation_hook.php:240 +#: admin/qtx_activation_hook.php:309 #, php-format msgid "Thank you for using %s plugin!" msgstr "" -#: admin/activation_hook.php:242 +#: admin/qtx_activation_hook.php:311 #, php-format msgid "Please, help us to make a decision on \"%s\" feature, press the button below." msgstr "" -#: admin/activation_hook.php:242 admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:311 admin/qtx_activation_hook.php:313 #: qtranslate_services.php:787 #, fuzzy msgid "Translation Service" msgstr "qTranslate" -#: admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:313 #, php-format msgid "Survey on \"%s\" feature" msgstr "" -#: admin/activation_hook.php:245 +#: admin/qtx_activation_hook.php:314 admin/qtx_activation_hook.php:348 msgid "I have already done it, dismiss this message." msgstr "" -#: admin/admin_utils.php:145 +#: admin/qtx_activation_hook.php:346 +#, php-format +msgid "The latest version of plugin %s has a number of new options, for example, %s, which may change the look of some pages. Please, review the help text of new options on %sconfiguration page%s." +msgstr "" + +#: admin/qtx_admin_utils.php:146 msgid "Database has been converted to square bracket format." msgstr "" -#: admin/admin_utils.php:145 admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:146 admin/qtx_admin_utils.php:148 msgid "Note: custom entries are not touched." msgstr "" -#: admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:148 msgid "Database has been converted to legacy dual-tag format." msgstr "" -#: admin/admin_utils.php:405 qtranslate_configuration.php:484 -#: qtranslate_configuration.php:507 qtranslate_frontend.php:168 +#: admin/qtx_admin_utils.php:406 admin/qtx_configuration.php:565 +#: admin/qtx_configuration.php:588 qtranslate_frontend.php:168 #: qtranslate_frontend.php:195 msgid "Flag" msgstr "Zastava" -#: admin/admin_utils.php:406 qtranslate_configuration.php:525 +#: admin/qtx_admin_utils.php:407 admin/qtx_configuration.php:606 msgid "Name" msgstr "Naziv" -#: admin/admin_utils.php:407 qtranslate_services.php:383 +#: admin/qtx_admin_utils.php:408 qtranslate_services.php:383 msgid "Action" msgstr "Akcioni" -#: admin/admin_utils.php:420 qtranslate_configuration.php:471 -#: qtranslate_configuration.php:1245 -msgid "Languages" -msgstr "Jezici" - -#: admin/import_export.php:125 -msgid "Plugin" -msgstr "Plugin" - -#: admin/import_export.php:131 -msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." -msgstr "" - -#: admin/import_export.php:134 -#, php-format -msgid "Use plugin %s to import data." -msgstr "" - -#: admin/import_export.php:138 -msgid "Do not migrate any setting" -msgstr "" - -#: admin/import_export.php:140 -#, fuzzy -msgid "Import settings from " -msgstr "qTranslate-i Sıfırla" - -#: admin/import_export.php:142 -#, fuzzy -msgid "Export settings to " -msgstr "qTranslate-i Sıfırla" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Export" -msgstr "Izvoz" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Import" -msgstr "Uvoz" - -#: admin/import_export.php:156 qtranslate_configuration.php:773 -#: qtranslate_configuration.php:783 qtranslate_configuration.php:1030 -msgid "Convert Database" -msgstr "" - -#: admin/import_export.php:158 -#, php-format -msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." -msgstr "" - -#: admin/import_export.php:159 -#, php-format -msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." -msgstr "" - -#: admin/import_export.php:160 -msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." -msgstr "" - -#: admin/import_export.php:161 -msgid "Do not convert database" -msgstr "" - -#: admin/import_export.php:162 -msgid "Convert database to the \"square bracket only\" style." -msgstr "" - -#: admin/import_export.php:163 -#, php-format -msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." -msgstr "" - -#: admin/import_export.php:164 -msgid "Convert database back to the legacy \"dual language tag\" style." -msgstr "" - -#: admin/import_export.php:165 -msgid "Note, that only string options and standard post and page fields are affected." -msgstr "" - -#: admin/import_export.php:174 -msgid "Reset qTranslate" -msgstr "" - -#: admin/import_export.php:176 -msgid "Check this box and click Save Changes to reset all qTranslate settings." -msgstr "" +#: admin/qtx_admin_utils.php:409 admin/qtx_configuration.php:1441 +#: admin/qtx_configuration.php:1466 +msgid "Edit" +msgstr "Uredi" -#: admin/import_export.php:178 -msgid "Yes, I really want to reset qTranslate." +#: admin/qtx_admin_utils.php:410 +msgid "Stored" msgstr "" -#: admin/import_export.php:180 -msgid "Also delete Translations for Categories/Tags/Link Categories." -msgstr "" - -#: admin/import_export.php:182 -msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." -msgstr "" +#: admin/qtx_admin_utils.php:421 admin/qtx_configuration.php:552 +#: admin/qtx_configuration.php:1424 +msgid "Languages" +msgstr "Jezici" -#: qtranslate_configuration.php:471 +#: admin/qtx_configuration.php:552 msgid "Language Management" msgstr "Upravljanje Jezik" -#: qtranslate_configuration.php:479 +#: admin/qtx_configuration.php:560 msgid "Language Code" msgstr "Jezika Kod" -#: qtranslate_configuration.php:481 +#: admin/qtx_configuration.php:562 msgid "2-Letter ISO Language Code for the Language you want to insert. (Example: en)" msgstr "" -#: qtranslate_configuration.php:510 +#: admin/qtx_configuration.php:591 msgid "Incorrect Flag Image Path! Please correct it!" msgstr "" -#: qtranslate_configuration.php:513 +#: admin/qtx_configuration.php:594 msgid "Choose the corresponding country flag for language. (Example: gb.png)" msgstr "" -#: qtranslate_configuration.php:527 +#: admin/qtx_configuration.php:608 msgid "The Name of the language, which will be displayed on the site. (Example: English)" msgstr "" -#: qtranslate_configuration.php:530 +#: admin/qtx_configuration.php:611 msgid "Locale" msgstr "Mjesto" -#: qtranslate_configuration.php:533 +#: admin/qtx_configuration.php:614 msgid "PHP and Wordpress Locale for the language. (Example: en_US)" msgstr "" -#: qtranslate_configuration.php:534 +#: admin/qtx_configuration.php:615 msgid "You will need to install the .mo file for this language." msgstr "" -#: qtranslate_configuration.php:538 +#: admin/qtx_configuration.php:619 msgid "Date Format" msgstr "Format Datuma" -#: qtranslate_configuration.php:540 +#: admin/qtx_configuration.php:621 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime (use %q for day suffix (st,nd,rd,th)) or date format. This field is optional. (Example: %A %B %e%q, %Y)" msgstr "" -#: qtranslate_configuration.php:543 +#: admin/qtx_configuration.php:624 msgid "Time Format" msgstr "Format Vremena" -#: qtranslate_configuration.php:545 +#: admin/qtx_configuration.php:626 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime or date format. This field is optional. (Example: %I:%M %p)" msgstr "" -#: qtranslate_configuration.php:548 +#: admin/qtx_configuration.php:629 msgid "Not Available Message" msgstr "" -#: qtranslate_configuration.php:551 +#: admin/qtx_configuration.php:632 msgid "Message to display if post is not available in the requested language. (Example: Sorry, this entry is only available in %LANG:, : and %.)" msgstr "" -#: qtranslate_configuration.php:552 +#: admin/qtx_configuration.php:633 msgid "%LANG:<normal_separator>:<last_separator>% generates a list of languages separated by <normal_separator> except for the last one, where <last_separator> will be used instead." msgstr "" -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Hide" msgstr "Sakriti" -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Show" msgstr "Predstava" -#: qtranslate_configuration.php:675 +#: admin/qtx_configuration.php:763 msgid "Save Changes" msgstr "Spremiti Promjene" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 msgid "Switching Language" msgstr "Prebacivanje Jezika" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, php-format msgid "Switching language to %1$s... If the Dashboard isn't loading, use this link." msgstr "" -#: qtranslate_configuration.php:713 +#: admin/qtx_configuration.php:801 msgid "qTranslate has been reset." msgstr "" -#: qtranslate_configuration.php:766 +#: admin/qtx_configuration.php:875 msgid "Gettext databases updated." msgstr "" -#: qtranslate_configuration.php:772 +#: admin/qtx_configuration.php:882 #, php-format msgid "Applicable options and taxonomy names from plugin %s have been imported. Note that the multilingual content of posts, pages and other objects has not been altered during this operation. There is no additional operation needed to import content, since its format is compatible with %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 #, php-format msgid "%sImportant%s: Before you start making edits to post and pages, please, make sure that both, your front site and admin back-end, work under this configuration. It may help to review \"%s\" and see if any of conflicting plugins mentioned there are used here. While the current content, coming from %s, is compatible with this plugin, the newly modified posts and pages will be saved with a new square-bracket-only encoding, which has a number of advantages comparing to former %s encoding. However, the new encoding is not straightforwardly compatible with %s and you will need an additional step available under \"%s\" option if you ever decide to go back to %s. Even with this additional conversion step, the 3rd-party plugins custom-stored data will not be auto-converted, but manual editing will still work. That is why it is advisable to create a test-copy of your site before making any further changes. In case you encounter a problem, please give us a chance to improve %s, send the login information to the test-copy of your site to %s along with a detailed step-by-step description of what is not working, and continue using your main site with %s meanwhile. It would also help, if you share a success story as well, either on %sthe forum%s, or via the same e-mail as mentioned above. Thank you very much for trying %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 admin/qtx_configuration.php:894 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:156 +msgid "Convert Database" +msgstr "" + +#: admin/qtx_configuration.php:883 msgid "This is a one-time message, which you will not see again, unless the same import is repeated." msgstr "" -#: qtranslate_configuration.php:775 qtranslate_configuration.php:1204 +#: admin/qtx_configuration.php:885 admin/qtx_configuration.php:1320 msgid "Compatibility Functions" msgstr "" -#: qtranslate_configuration.php:775 +#: admin/qtx_configuration.php:885 #, php-format msgid "Option \"%s\" has also been turned on, as the most common case for importing configuration from %s. You may turn it off manually if your setup does not require it. Refer to %sFAQ%s for more information." msgstr "" -#: qtranslate_configuration.php:783 +#: admin/qtx_configuration.php:894 #, php-format msgid "Applicable options have been exported to plugin %s. If you have done some post or page updates after migrating from %s, then \"%s\" operation is also required to convert the content to \"dual language tag\" style in order for plugin %s to function." msgstr "" -#: qtranslate_configuration.php:794 +#: admin/qtx_configuration.php:906 msgid "The Language must have a Not-Available Message!" msgstr "" -#: qtranslate_configuration.php:795 +#: admin/qtx_configuration.php:907 msgid "The Language must have a Locale!" msgstr "" -#: qtranslate_configuration.php:796 +#: admin/qtx_configuration.php:908 msgid "The Language must have a name!" msgstr "" -#: qtranslate_configuration.php:797 +#: admin/qtx_configuration.php:909 msgid "Language Code has to be 2 characters long!" msgstr "" -#: qtranslate_configuration.php:801 qtranslate_configuration.php:807 +#: admin/qtx_configuration.php:916 admin/qtx_configuration.php:922 msgid "There is already a language with the same Language Code!" msgstr "" -#: qtranslate_configuration.php:892 qtranslate_configuration.php:914 -#: qtranslate_configuration.php:921 qtranslate_configuration.php:938 -msgid "No such language!" -msgstr "" - -#: qtranslate_configuration.php:906 +#: admin/qtx_configuration.php:1019 msgid "Language is already enabled or invalid!" msgstr "" -#: qtranslate_configuration.php:911 +#: admin/qtx_configuration.php:1025 msgid "Cannot disable Default Language!" msgstr "" -#: qtranslate_configuration.php:917 +#: admin/qtx_configuration.php:1028 admin/qtx_configuration.php:1035 +#: admin/qtx_configuration.php:1052 +msgid "No such language!" +msgstr "" + +#: admin/qtx_configuration.php:1031 msgid "Language is already disabled!" msgstr "" -#: qtranslate_configuration.php:925 +#: admin/qtx_configuration.php:1039 msgid "Language is already first!" msgstr "" -#: qtranslate_configuration.php:931 qtranslate_configuration.php:948 +#: admin/qtx_configuration.php:1045 admin/qtx_configuration.php:1062 msgid "New order saved." msgstr "" -#: qtranslate_configuration.php:942 +#: admin/qtx_configuration.php:1056 msgid "Language is already last!" msgstr "" -#: qtranslate_configuration.php:960 +#: admin/qtx_configuration.php:1074 msgid "Options saved." msgstr "Mogućnosti spasio." -#: qtranslate_configuration.php:965 +#: admin/qtx_configuration.php:1079 #, php-format msgid "Could not write to \"%s\", Gettext Databases could not be downloaded!" msgstr "" -#: qtranslate_configuration.php:991 +#: admin/qtx_configuration.php:1105 msgid "Edit Language" msgstr "Uredi Jezik" -#: qtranslate_configuration.php:994 +#: admin/qtx_configuration.php:1108 msgid "Save Changes »" msgstr "Spremiti Promjene »" -#: qtranslate_configuration.php:999 +#: admin/qtx_configuration.php:1110 +msgid "back to configuration page" +msgstr "" + +#: admin/qtx_configuration.php:1114 msgid "Language Management (qTranslate Configuration)" msgstr "" -#: qtranslate_configuration.php:1000 +#: admin/qtx_configuration.php:1115 #, php-format msgid "For help on how to configure qTranslate correctly, take a look at the qTranslate FAQ and the Support Forum." msgstr "" -#: qtranslate_configuration.php:1002 +#: admin/qtx_configuration.php:1117 msgid "General Settings" msgstr "Opće Postavke" -#: qtranslate_configuration.php:1005 +#: admin/qtx_configuration.php:1120 #, fuzzy msgid "Default Language / Order" msgstr "Ana Dil" -#: qtranslate_configuration.php:1007 +#: admin/qtx_configuration.php:1122 msgid "Default Language" msgstr "Ana Dil" -#: qtranslate_configuration.php:1020 +#: admin/qtx_configuration.php:1135 #, php-format msgid "Choose the default language of your blog. This is the language which will be shown on %s. You can also change the order the languages by clicking on the arrows above." msgstr "" -#: qtranslate_configuration.php:1025 +#: admin/qtx_configuration.php:1140 msgid "Hide Untranslated Content" msgstr "" -#: qtranslate_configuration.php:1027 +#: admin/qtx_configuration.php:1142 msgid "Hide Content which is not available for the selected language." msgstr "" -#: qtranslate_configuration.php:1029 +#: admin/qtx_configuration.php:1144 msgid "When checked, posts will be hidden if the content is not available for the selected language. If unchecked, a message will appear showing all the languages the content is available in." msgstr "" -#: qtranslate_configuration.php:1030 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Export" +msgstr "Izvoz" + +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Import" +msgstr "Uvoz" + +#: admin/qtx_configuration.php:1145 #, php-format msgid "This function will not work correctly if you installed %s on a blog with existing entries. In this case you will need to take a look at option \"%s\" under \"%s\" section." msgstr "" -#: qtranslate_configuration.php:1032 +#: admin/qtx_configuration.php:1147 msgid "Show displayed language prefix when content is not available for the selected language." msgstr "" -#: qtranslate_configuration.php:1036 +#: admin/qtx_configuration.php:1151 msgid "Detect Browser Language" msgstr "" -#: qtranslate_configuration.php:1038 +#: admin/qtx_configuration.php:1153 msgid "Detect the language of the browser and redirect accordingly." msgstr "" -#: qtranslate_configuration.php:1040 +#: admin/qtx_configuration.php:1155 msgid "When the frontpage is visited via bookmark/external link/type-in, the visitor will be forwarded to the correct URL for the language specified by his browser." msgstr "" -#: qtranslate_configuration.php:1045 +#: admin/qtx_configuration.php:1160 msgid "Advanced Settings" msgstr "Napredne Postavke" -#: qtranslate_configuration.php:1052 qtranslate_configuration.php:1054 -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1167 admin/qtx_configuration.php:1169 +#: admin/qtx_configuration.php:1243 msgid "URL Modification Mode" msgstr "" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Most SEO unfriendly, not recommended." msgstr "" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Use Query Mode (?lang=en)" msgstr "" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "SEO friendly." msgstr "SEO Naklonjen" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "Use Pre-Path Mode (Default, puts /en/ in front of URL)" msgstr "" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "Use Pre-Domain Mode (uses http://en.yoursite.com)" msgstr "" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "You will need to configure DNS sub-domains on your site." msgstr "" -#: qtranslate_configuration.php:1068 +#: admin/qtx_configuration.php:1183 msgid "Hide URL language information for default language." msgstr "" -#: qtranslate_configuration.php:1069 +#: admin/qtx_configuration.php:1184 msgid "This is only applicable to Pre-Path and Pre-Domain mode." msgstr "" -#: qtranslate_configuration.php:1074 +#: admin/qtx_configuration.php:1189 msgid "Use Per-Domain mode: specify separate user-defined domain for each language." msgstr "" -#: qtranslate_configuration.php:1092 +#: admin/qtx_configuration.php:1208 msgid "Domain for" msgstr "" -#: qtranslate_configuration.php:1097 +#: admin/qtx_configuration.php:1213 msgid "Flag Image Path" msgstr "" -#: qtranslate_configuration.php:1101 +#: admin/qtx_configuration.php:1217 #, php-format msgid "Path to the flag images under wp-content, with trailing slash. (Default: %s, clear the value above to reset it to the default)" msgstr "" -#: qtranslate_configuration.php:1105 +#: admin/qtx_configuration.php:1221 msgid "Ignore Links" msgstr "" -#: qtranslate_configuration.php:1109 +#: admin/qtx_configuration.php:1225 #, fuzzy, php-format msgid "Don't convert links to files of the given file types. (Always included: %s)" msgstr "Bu fayl növlərinə verilən linkləri çevirmə. (Mövcud: gif,jpg,jpeg,png,pdf,swf,tif,rar,zip,7z,mpg,divx,mpeg,avi,css,js)" -#: qtranslate_configuration.php:1113 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1229 qtranslate_widget.php:119 msgid "Head inline CSS" msgstr "" -#: qtranslate_configuration.php:1115 +#: admin/qtx_configuration.php:1231 msgid "CSS code added by plugin in the head of front-end pages:" msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 qtranslate_widget.php:119 msgid "To disable this inline CSS, clear the check box." msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 admin/qtx_configuration.php:1395 +#: qtranslate_widget.php:119 msgid "To reset to default, clear the text." msgstr "" -#: qtranslate_configuration.php:1123 +#: admin/qtx_configuration.php:1239 #, fuzzy msgid "Cookie Settings" msgstr "Postavke" -#: qtranslate_configuration.php:1125 +#: admin/qtx_configuration.php:1241 #, php-format msgid "Disable language client cookie \"%s\" (not recommended)." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Language cookie is auto-disabled for \"%s\" \"Pre-Domain\" and \"Per-Domain\", as language is always unambiguously defined by a url in those modes." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Otherwise, use this option with a caution, for simple enough sites only. If checked, the user choice of browsing language will not be saved between sessions and some AJAX calls may deliver unexpected language, as well as some undesired language switching during browsing may occur under certain themes (%sRead More%s)." msgstr "" -#: qtranslate_configuration.php:1129 +#: admin/qtx_configuration.php:1245 #, php-format msgid "Make %s cookies available only through HTTPS connections." msgstr "" -#: qtranslate_configuration.php:1131 +#: admin/qtx_configuration.php:1247 msgid "Don't check this if you don't know what you're doing!" msgstr "" -#: qtranslate_configuration.php:1135 +#: admin/qtx_configuration.php:1251 msgid "Update Gettext Databases" msgstr "" -#: qtranslate_configuration.php:1137 +#: admin/qtx_configuration.php:1253 msgid "Automatically check for .mo-Database Updates of installed languages." msgstr "" -#: qtranslate_configuration.php:1139 +#: admin/qtx_configuration.php:1255 msgid "Update Gettext databases now." msgstr "" -#: qtranslate_configuration.php:1141 +#: admin/qtx_configuration.php:1257 msgid "qTranslate will query the Wordpress Localisation Repository every week and download the latest Gettext Databases (.mo Files)." msgstr "" -#: qtranslate_configuration.php:1145 +#: admin/qtx_configuration.php:1261 msgid "Date / Time Conversion" msgstr "Datum / Vrijeme Pretvorbe" -#: qtranslate_configuration.php:1147 +#: admin/qtx_configuration.php:1263 msgid "Use emulated date function." msgstr "" -#: qtranslate_configuration.php:1148 +#: admin/qtx_configuration.php:1264 msgid "Use emulated date function and replace formats with the predefined formats for each language." msgstr "" -#: qtranslate_configuration.php:1149 +#: admin/qtx_configuration.php:1265 msgid "Use strftime instead of date." msgstr "" -#: qtranslate_configuration.php:1150 +#: admin/qtx_configuration.php:1266 msgid "Use strftime instead of date and replace formats with the predefined formats for each language." msgstr "" -#: qtranslate_configuration.php:1151 +#: admin/qtx_configuration.php:1267 msgid "Depending on the mode selected, additional customizations of the theme may be needed." msgstr "" -#: qtranslate_configuration.php:1160 +#: admin/qtx_configuration.php:1276 #, fuzzy msgid "Translation of options" msgstr "qTranslate" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Filter all WordPress options for translation at front-end. It may hurt performance of the site, but ensures that all options are translated." msgstr "" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Starting from version 3.2.5, only options with multilingual content get filtered, which should help on performance issues." msgstr "" -#: qtranslate_configuration.php:1164 +#: admin/qtx_configuration.php:1280 msgid "Translate only options listed below (for experts only):" msgstr "" -#: qtranslate_configuration.php:1167 +#: admin/qtx_configuration.php:1283 #, php-format msgid "By default, all options are filtered to be translated at front-end for the sake of simplicity of configuration. However, for a developed site, this may cause a considerable performance degradation. Normally, there are very few options, which actually need a translation. You may simply list them above to minimize the performance impact, while still getting translations needed. Options names must match the field \"%s\" of table \"%s\" of WordPress database. A minimum common set of option, normally needed a translation, is already entered in the list above as a default example. Option names in the list may contain wildcard with symbol \"%s\"." msgstr "" -#: qtranslate_configuration.php:1171 +#: admin/qtx_configuration.php:1287 msgid "Custom Fields" msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 #, php-format msgid "Enter \"%s\" or \"%s\" attribute of text fields from your theme, which you wish to translate. This applies to post, page and media editors (%s). To lookup \"%s\" or \"%s\", right-click on the field in the post or the page editor and choose \"%s\". Look for an attribute of the field named \"%s\" or \"%s\". Enter it below, as many as you need, space- or comma-separated. After saving configuration, these fields will start responding to the language switching buttons, and you can enter different text for each language. The input fields of type %s will be parsed using %s syntax, while single line text fields will use %s syntax. If you need to override this behaviour, prepend prefix %s or %s to the name of the field to specify which syntax to use. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 msgctxt "browser option" msgid "Inspect Element" msgstr "" -#: qtranslate_configuration.php:1180 +#: admin/qtx_configuration.php:1296 msgid "The value of \"id\" attribute is normally unique within one page, otherwise the first field found, having an id specified, is picked up." msgstr "" -#: qtranslate_configuration.php:1187 +#: admin/qtx_configuration.php:1303 #, php-format msgid "All the fields of specified classes will respond to Language Switching Buttons. Be careful not to include a class, which would affect language-neutral fields. If you cannot uniquely identify a field needed neither by %s, nor by %s attribute, report the issue on %sSupport Forum%s" msgstr "" -#: qtranslate_configuration.php:1191 +#: admin/qtx_configuration.php:1307 msgid "Custom Filters" msgstr "" -#: qtranslate_configuration.php:1194 +#: admin/qtx_configuration.php:1310 #, php-format msgid "Names of filters (which are enabled on theme or other plugins via %s function) to add translation to. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1198 +#: admin/qtx_configuration.php:1314 msgid "Custom Admin Pages" msgstr "" -#: qtranslate_configuration.php:1200 +#: admin/qtx_configuration.php:1316 #, php-format msgid "List the custom admin page paths for which you wish Language Switching Buttons to show up. The Buttons will then control fields configured in \"Custom Fields\" section. You may only include part of the full URL after %s, including a distinctive query string if needed. As many as desired pages can be listed space/comma separated. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1206 +#: admin/qtx_configuration.php:1322 #, php-format msgid "Enable function name compatibility (%s)." msgstr "" -#: qtranslate_configuration.php:1207 +#: admin/qtx_configuration.php:1323 #, php-format msgid "Some plugins and themes use direct calls to the functions listed, which are defined in former %s plugin and some of its forks. Turning this flag on will enable those function to exists, which will make the dependent plugins and themes to work. WordPress policy prohibits to define functions with the same names as in other plugins, since it generates user-unfriendly fatal errors, when two conflicting plugins are activated simultaneously. Before turning this option on, you have to make sure that there are no other plugins active, which define those functions." msgstr "" -#: qtranslate_configuration.php:1211 +#: admin/qtx_configuration.php:1327 msgid "Editor Mode" msgstr "" -#: qtranslate_configuration.php:1213 +#: admin/qtx_configuration.php:1329 msgid "Use Language Switching Buttons (LSB)." msgstr "" -#: qtranslate_configuration.php:1214 +#: admin/qtx_configuration.php:1330 msgid "This is the default mode." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Do not use Language Switching Buttons to edit multi-language text entries." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Editor Raw Mode" msgstr "" -#: qtranslate_configuration.php:1216 +#: admin/qtx_configuration.php:1332 msgid "Some people prefer to edit the raw entries containing all languages together separated by language defining tags, as they are stored in database." msgstr "" -#: qtranslate_configuration.php:1267 -#, fuzzy, php-format -msgid "%s Flag" -msgstr "Zastava" +#: admin/qtx_configuration.php:1340 admin/qtx_configuration.php:1343 +msgid "LSB Style" +msgstr "" + +#: admin/qtx_configuration.php:1344 +msgid "Choose CSS style for how Language Switching Buttons are rendered:" +msgstr "" + +#: admin/qtx_configuration.php:1345 +#, php-format +msgid "LSB %s-wrap classes:" +msgstr "" + +#: admin/qtx_configuration.php:1346 +msgid "Active button class:" +msgstr "" + +#: admin/qtx_configuration.php:1347 +msgid "The above is reset to an appropriate default, if the below is changed." +msgstr "" + +#: admin/qtx_configuration.php:1348 +msgid "CSS set:" +msgstr "" + +#: admin/qtx_configuration.php:1352 admin/qtx_configuration.php:1354 +#: admin/qtx_configuration.php:1388 admin/qtx_configuration.php:1390 +msgid "Use custom CSS" +msgstr "" + +#: admin/qtx_configuration.php:1354 +#, php-format +msgid "Choice \"%s\" disables this option and allows one to use its own custom CSS provided by other means." +msgstr "" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1371 admin/qtx_configuration.php:1375 +#: admin/qtx_user_options.php:18 +msgid "Highlight Style" +msgstr "" + +#: admin/qtx_configuration.php:1373 +msgid "When there are many integrated or customized translatable fields, it may become confusing to know which field has multilingual value. The highlighting of translatable fields may come handy then:" +msgstr "" + +#: admin/qtx_configuration.php:1376 admin/qtx_configuration.php:1378 +msgid "Do not highlight the translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1380 admin/qtx_configuration.php:1382 +msgid "Show a line on the left border of translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1384 admin/qtx_configuration.php:1386 +msgid "Draw a border around translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1395 +msgid "Admin Color Scheme" +msgstr "" + +#: admin/qtx_configuration.php:1395 +#, php-format +msgid "The color in use is taken from your profile option %s, the third color." +msgstr "" + +#: admin/qtx_configuration.php:1433 +#, fuzzy +msgid "List of Configured Languages" +msgstr "Izvorni Jezik" + +#: admin/qtx_configuration.php:1438 +#, php-format +msgid "Only enabled languages are loaded at front-end, while all %d configured languages are listed here." +msgstr "" + +#: admin/qtx_configuration.php:1439 +msgid "The table below contains both pre-defined and manually added or modified languages." +msgstr "" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Delete" +msgstr "Izbrisati" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Disable" msgstr "Onesposobiti" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Enable" msgstr "Omogućiti" -#: qtranslate_configuration.php:1270 -msgid "Edit" -msgstr "Uredi" +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Reset" +msgstr "" -#: qtranslate_configuration.php:1271 +#: admin/qtx_configuration.php:1440 +#, php-format +msgid "You may %s or %s a language, or %s manually added language, or %s previous modifications of a pre-defined language." +msgstr "" + +#: admin/qtx_configuration.php:1441 +#, php-format +msgid "Click %s to modify language properties." +msgstr "" + +#: admin/qtx_configuration.php:1463 +#, fuzzy, php-format +msgid "%s Flag" +msgstr "Zastava" + +#: admin/qtx_configuration.php:1465 msgid "Default" msgstr "Zadana" -#: qtranslate_configuration.php:1271 -msgid "Delete" -msgstr "Izbrisati" +#: admin/qtx_configuration.php:1467 +msgid "Pre-Defined" +msgstr "" -#: qtranslate_configuration.php:1276 +#: admin/qtx_configuration.php:1476 msgid "Enabling a language will cause qTranslate to update the Gettext-Database for the language, which can take a while depending on your server's connection speed." msgstr "" -#: qtranslate_configuration.php:1283 +#: admin/qtx_configuration.php:1483 msgid "Add Language" msgstr "Dodaj Jezika" -#: qtranslate_configuration.php:1286 +#: admin/qtx_configuration.php:1486 msgid "Add Language »" msgstr "Dodaj Jezika »" -#: qtranslate_configuration.php:1301 +#: admin/qtx_configuration.php:1508 msgid "Language Menu" msgstr "Izbornik Jezika" -#: qtranslate_configuration.php:1350 +#: admin/qtx_configuration.php:1557 msgid "Help" msgstr "Pomoć" -#: qtranslate_configuration.php:1352 +#: admin/qtx_configuration.php:1559 #, php-format msgid "Menu item added is replaced with a sub-menu of available languages when menu is rendered. Depending on how your theme renders menu you may need to override and customize css entries %s and %s, originally defined in %s. The field \"URL\" of inserted menu item allows additional configuration described in %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1357 +#: admin/qtx_configuration.php:1564 msgid "Add to Menu" msgstr "" -#: qtranslate_configuration.php:1367 +#: admin/qtx_configuration.php:1574 msgid "Language Switcher" msgstr "" -#: qtranslate_configuration.php:1404 +#: admin/qtx_configuration.php:1619 msgid "Settings" msgstr "Postavke" +#: admin/qtx_import_export.php:125 +msgid "Plugin" +msgstr "Plugin" + +#: admin/qtx_import_export.php:131 +msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." +msgstr "" + +#: admin/qtx_import_export.php:134 +#, php-format +msgid "Use plugin %s to import data." +msgstr "" + +#: admin/qtx_import_export.php:138 +msgid "Do not migrate any setting" +msgstr "" + +#: admin/qtx_import_export.php:140 +#, fuzzy +msgid "Import settings from " +msgstr "qTranslate-i Sıfırla" + +#: admin/qtx_import_export.php:142 +#, fuzzy +msgid "Export settings to " +msgstr "qTranslate-i Sıfırla" + +#: admin/qtx_import_export.php:158 +#, php-format +msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." +msgstr "" + +#: admin/qtx_import_export.php:159 +#, php-format +msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." +msgstr "" + +#: admin/qtx_import_export.php:160 +msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." +msgstr "" + +#: admin/qtx_import_export.php:161 +msgid "Do not convert database" +msgstr "" + +#: admin/qtx_import_export.php:162 +msgid "Convert database to the \"square bracket only\" style." +msgstr "" + +#: admin/qtx_import_export.php:163 +#, php-format +msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." +msgstr "" + +#: admin/qtx_import_export.php:164 +msgid "Convert database back to the legacy \"dual language tag\" style." +msgstr "" + +#: admin/qtx_import_export.php:165 +msgid "Note, that only string options and standard post and page fields are affected." +msgstr "" + +#: admin/qtx_import_export.php:174 +msgid "Reset qTranslate" +msgstr "" + +#: admin/qtx_import_export.php:176 +msgid "Check this box and click Save Changes to reset all qTranslate settings." +msgstr "" + +#: admin/qtx_import_export.php:178 +msgid "Yes, I really want to reset qTranslate." +msgstr "" + +#: admin/qtx_import_export.php:180 +msgid "Also delete Translations for Categories/Tags/Link Categories." +msgstr "" + +#: admin/qtx_import_export.php:182 +msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." +msgstr "" + +#: admin/qtx_languages.php:93 +#, fuzzy +msgid "Cannot delete Default Language!" +msgstr "Ana Dil" + +#: admin/qtx_user_options.php:9 +#, fuzzy +msgid "Translation options" +msgstr "qTranslate" + +#: admin/qtx_user_options.php:14 +msgid "Highlight Translatable Fields" +msgstr "" + +#: admin/qtx_user_options.php:18 +#, php-format +msgid "The way the translatable fields are highlighted is configured with global option %s." +msgstr "" + #: qtranslate_frontend.php:162 qtranslate_widget.php:67 msgid "Language" msgstr "Jezik" diff --git a/lang/qtranslate-hu_HU.po b/lang/qtranslate-hu_HU.po index dfbaae7..9d961e8 100644 --- a/lang/qtranslate-hu_HU.po +++ b/lang/qtranslate-hu_HU.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: qTranslate-X 3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-03-19 14:09-0600\n" +"POT-Creation-Date: 2015-03-25 22:22-0600\n" "PO-Revision-Date: 2015-02-24 09:58-0800\n" "Last-Translator: Németh Balázs \n" "Language-Team: \n" @@ -17,767 +17,898 @@ msgstr "" "X-Poedit-Basepath: .\n" "X-Poedit-SearchPath-0: ..\n" -#: admin/activation_hook.php:37 admin/activation_hook.php:137 -#: qtranslate_configuration.php:772 +#: admin/qtx_activation_hook.php:80 admin/qtx_activation_hook.php:205 +#: admin/qtx_configuration.php:882 #, php-format msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so." msgstr "" -#: admin/activation_hook.php:38 +#: admin/qtx_activation_hook.php:81 #, php-format msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously." msgstr "A %s bővítmény aktiválása deaktiválta a %s bővítményt, mivel nem tudnak egyszerre futni." -#: admin/activation_hook.php:40 +#: admin/qtx_activation_hook.php:83 #, php-format msgid "The compatible settings from %s have been imported to %s. Further tuning, import, export and reset of options can be done at Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "A %s kompatíbilis beállításai át lettekemelve a %s bővítménybe. További beállítások, importálás és exportálás a Beállítások / Nyelvek oldalon érhetők el, ha már fut a %s. %sTovább%s" -#: admin/activation_hook.php:42 +#: admin/qtx_activation_hook.php:85 #, php-format msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "A kompatibilis beállítások importálhatók/exportálhatók a %s és %s között a Beállítások/Nyelvek oldalon, ha már fut a %s. %sTovább%s" -#: admin/activation_hook.php:135 +#: admin/qtx_activation_hook.php:203 #, php-format msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/Languages configuration page. Then you have to deactivate one of the plugins to continue." msgstr "%sHiba:%s %s bővítmény nem futhat párhuzamosan a %s bővítménnyel. A kompatibilis beállítások importálhatók és exportálhatók %s és %s között a Beállítások/Nyelvek oldalon. Majd le kell állítani az egyik bővítményt a folytatáshoz." -#: admin/activation_hook.php:140 admin/activation_hook.php:142 +#: admin/qtx_activation_hook.php:208 admin/qtx_activation_hook.php:210 #, php-format msgid "Deactivate %s" msgstr "Kikapcsolás: %s" -#: admin/activation_hook.php:176 +#: admin/qtx_activation_hook.php:249 #, php-format msgid "Plugin %s may be integrated with multilingual plugin %s with a help of plugin %s." msgstr "" -#: admin/activation_hook.php:178 +#: admin/qtx_activation_hook.php:251 msgid "Please, press an appropriate button below." msgstr "" -#: admin/activation_hook.php:182 +#: admin/qtx_activation_hook.php:255 #, fuzzy, php-format msgid "Activate plugin %s" msgstr "Kikapcsolás: %s" -#: admin/activation_hook.php:184 +#: admin/qtx_activation_hook.php:257 #, php-format msgid "Install plugin %s" msgstr "" -#: admin/activation_hook.php:186 +#: admin/qtx_activation_hook.php:259 #, fuzzy msgid "I am aware of that, dismiss this message." msgstr "Már kitöltöttem, üzenet elrejtése." -#: admin/activation_hook.php:240 +#: admin/qtx_activation_hook.php:309 #, php-format msgid "Thank you for using %s plugin!" msgstr "Köszönjük, hogy használja a %s bővítményt." -#: admin/activation_hook.php:242 +#: admin/qtx_activation_hook.php:311 #, php-format msgid "Please, help us to make a decision on \"%s\" feature, press the button below." msgstr "Kérjük segítsen dönteni a „%s” funkcióról, kattintson az alábbi gombra." -#: admin/activation_hook.php:242 admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:311 admin/qtx_activation_hook.php:313 #: qtranslate_services.php:787 msgid "Translation Service" msgstr "Fordítás szolgáltatások" -#: admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:313 #, php-format msgid "Survey on \"%s\" feature" msgstr "Felmérés „%s” funkcióról" -#: admin/activation_hook.php:245 +#: admin/qtx_activation_hook.php:314 admin/qtx_activation_hook.php:348 msgid "I have already done it, dismiss this message." msgstr "Már kitöltöttem, üzenet elrejtése." -#: admin/admin_utils.php:145 +#: admin/qtx_activation_hook.php:346 +#, php-format +msgid "The latest version of plugin %s has a number of new options, for example, %s, which may change the look of some pages. Please, review the help text of new options on %sconfiguration page%s." +msgstr "" + +#: admin/qtx_admin_utils.php:146 msgid "Database has been converted to square bracket format." msgstr "Adatbázis átalakítva a szögletes zárójeles formátumúra." -#: admin/admin_utils.php:145 admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:146 admin/qtx_admin_utils.php:148 msgid "Note: custom entries are not touched." msgstr "Megjegyzés: az egyedi bejegyzések nem módosultak." -#: admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:148 msgid "Database has been converted to legacy dual-tag format." msgstr "Adatbázis átalakítva a hagyományos dupla-elem formátumra." -#: admin/admin_utils.php:405 qtranslate_configuration.php:484 -#: qtranslate_configuration.php:507 qtranslate_frontend.php:168 +#: admin/qtx_admin_utils.php:406 admin/qtx_configuration.php:565 +#: admin/qtx_configuration.php:588 qtranslate_frontend.php:168 #: qtranslate_frontend.php:195 msgid "Flag" msgstr "Zászló" -#: admin/admin_utils.php:406 qtranslate_configuration.php:525 +#: admin/qtx_admin_utils.php:407 admin/qtx_configuration.php:606 msgid "Name" msgstr "Név" -#: admin/admin_utils.php:407 qtranslate_services.php:383 +#: admin/qtx_admin_utils.php:408 qtranslate_services.php:383 msgid "Action" msgstr "Művelet" -#: admin/admin_utils.php:420 qtranslate_configuration.php:471 -#: qtranslate_configuration.php:1245 -msgid "Languages" -msgstr "Nyelvek" - -#: admin/import_export.php:125 -msgid "Plugin" -msgstr "Bővítmény" - -#: admin/import_export.php:131 -msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." -msgstr "Nem kell átvenni beállításokat, az adatbázis séma kompatíbilis e bővítménnyel." +#: admin/qtx_admin_utils.php:409 admin/qtx_configuration.php:1441 +#: admin/qtx_configuration.php:1466 +msgid "Edit" +msgstr "Szerkeszt" -#: admin/import_export.php:134 -#, php-format -msgid "Use plugin %s to import data." +#: admin/qtx_admin_utils.php:410 +msgid "Stored" msgstr "" -#: admin/import_export.php:138 -msgid "Do not migrate any setting" -msgstr "Ne migráljon semilyen beállítást" - -#: admin/import_export.php:140 -msgid "Import settings from " -msgstr "Beállítások importálása innen: " - -#: admin/import_export.php:142 -msgid "Export settings to " -msgstr "Bállítások exportálása ide: " - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Export" -msgstr "Exportál" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Import" -msgstr "Importál" - -#: admin/import_export.php:156 qtranslate_configuration.php:773 -#: qtranslate_configuration.php:783 qtranslate_configuration.php:1030 -msgid "Convert Database" -msgstr "Adatbázis átalakítása" - -#: admin/import_export.php:158 -#, php-format -msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." -msgstr "Ha a qTranslate 1.x vagy Polyglot bővítményekről frissít, akkor kattintson ide a bejgeyzések új nyelvi tag formátumra konvertálásához." - -#: admin/import_export.php:159 -#, php-format -msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." -msgstr "Ha először telepítette a qTranslate beépülőt egy bejegyzéseket már tartalmazó Wordpress oldara, akkor vagy egyesével újra menti a bejegyzéseket, vagy ide kattinthat a bejegyzések alapértelmezett nyelvűként megjelöléséhez." - -#: admin/import_export.php:160 -msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." -msgstr "Mindkét művelet megfordíthatatlan! Készítsen teljes biztonsági másolatot az adatbázisról, mielőtt a linkek bármelyikére kattint!" - -#: admin/import_export.php:161 -msgid "Do not convert database" -msgstr "NE alakítása át az adatbázist" - -#: admin/import_export.php:162 -msgid "Convert database to the \"square bracket only\" style." -msgstr "Adatbázis átalakítása a „csak szögletes zárójel” stílusra." - -#: admin/import_export.php:163 -#, fuzzy, php-format -msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." -msgstr "Csak a szögletes zárójeles nyelv jelölő %s lesz használva a régebbi (%s és %s) %s kódokkal szemben. Minden szöveges beállítás, és sima bejegyzés és oldal át lesz alakítva ilyenre: %s." - -#: admin/import_export.php:164 -msgid "Convert database back to the legacy \"dual language tag\" style." -msgstr "Adatbázis visszaalakítása a régi „dupla nyelvi kódos” stílusra." - -#: admin/import_export.php:165 -msgid "Note, that only string options and standard post and page fields are affected." -msgstr "Figyelem, csak a wp_options tábla opciói, a sima bejegyzések és oldalak érintettek." - -#: admin/import_export.php:174 -msgid "Reset qTranslate" -msgstr "qTranslate alap helyzetbe állítása" - -#: admin/import_export.php:176 -msgid "Check this box and click Save Changes to reset all qTranslate settings." -msgstr "Jelölje be ezt a jelölőnégyzetet és kattintson a Változások mentése gombra a qTranslate beállításainak alaphelyzetbe állításához." - -#: admin/import_export.php:178 -msgid "Yes, I really want to reset qTranslate." -msgstr "Igen, tényleg alapra szeretném állítani a qTranslate beépülőt." - -#: admin/import_export.php:180 -msgid "Also delete Translations for Categories/Tags/Link Categories." -msgstr "A kategóriák, címkék és link kategóriák fordításait is törölje." - -#: admin/import_export.php:182 -msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." -msgstr "Ha valami nem működik mindig meg lehet próbálni alaphelyzetre állítani a qTranslate beállításait. Az alapraállítás nem töröl egy bejegyzést se, de minden beállítást (a hozzáadott nyelveket is) eltávolít." +#: admin/qtx_admin_utils.php:421 admin/qtx_configuration.php:552 +#: admin/qtx_configuration.php:1424 +msgid "Languages" +msgstr "Nyelvek" -#: qtranslate_configuration.php:471 +#: admin/qtx_configuration.php:552 msgid "Language Management" msgstr "Nyelvek kezelése" -#: qtranslate_configuration.php:479 +#: admin/qtx_configuration.php:560 msgid "Language Code" msgstr "Nyelv kódja" -#: qtranslate_configuration.php:481 +#: admin/qtx_configuration.php:562 msgid "2-Letter ISO Language Code for the Language you want to insert. (Example: en)" msgstr "2-betűs ISO nyelv kód a beszúrandó nyelvhez. (Példa: en)" -#: qtranslate_configuration.php:510 +#: admin/qtx_configuration.php:591 msgid "Incorrect Flag Image Path! Please correct it!" msgstr "Hibás zászló kép elérési út! Kérem javítsa!" -#: qtranslate_configuration.php:513 +#: admin/qtx_configuration.php:594 msgid "Choose the corresponding country flag for language. (Example: gb.png)" msgstr "Válassza ki a megfelelő ország zászlót a nyelvhez. (Például: gb.png)" -#: qtranslate_configuration.php:527 +#: admin/qtx_configuration.php:608 msgid "The Name of the language, which will be displayed on the site. (Example: English)" msgstr "A nyelv neve. Így fog a weboldalon megjelenni. (Például: Angol)" -#: qtranslate_configuration.php:530 +#: admin/qtx_configuration.php:611 msgid "Locale" msgstr "Locale" -#: qtranslate_configuration.php:533 +#: admin/qtx_configuration.php:614 msgid "PHP and Wordpress Locale for the language. (Example: en_US)" msgstr "PHP és WordPress Locale a nyelvhez. (Példa: en_US)" -#: qtranslate_configuration.php:534 +#: admin/qtx_configuration.php:615 msgid "You will need to install the .mo file for this language." msgstr "Telepíteni kell a .mo fájlt ehhez a nyelvhez." -#: qtranslate_configuration.php:538 +#: admin/qtx_configuration.php:619 msgid "Date Format" msgstr "Dátum formátum" -#: qtranslate_configuration.php:540 +#: admin/qtx_configuration.php:621 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime (use %q for day suffix (st,nd,rd,th)) or date format. This field is optional. (Example: %A %B %e%q, %Y)" msgstr "A dátum / idő átalakítás módjától függően, vagy strftime vagy date formátumot lehet használni. Ez a mező opcionális. (Példa: %A %B %e%q, %Y)" -#: qtranslate_configuration.php:543 +#: admin/qtx_configuration.php:624 msgid "Time Format" msgstr "Idő formátum" -#: qtranslate_configuration.php:545 +#: admin/qtx_configuration.php:626 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime or date format. This field is optional. (Example: %I:%M %p)" msgstr "A dátum / idő átalakítás módjától függően, vagy strftime vagy date formátumot lehet használni. Ez a mező opcionális. (Példa: %I:%M %p)" -#: qtranslate_configuration.php:548 +#: admin/qtx_configuration.php:629 msgid "Not Available Message" msgstr "Nem elérhető üzenet" -#: qtranslate_configuration.php:551 +#: admin/qtx_configuration.php:632 msgid "Message to display if post is not available in the requested language. (Example: Sorry, this entry is only available in %LANG:, : and %.)" msgstr "Ez az üzenet jelenik meg, ha egy bejegyzés nem érhető el a kért nyelven. (Példa: Bocsi, ez a bejegyzés csak %LANG:, : és % nyelv(ek)en érhető el.)" -#: qtranslate_configuration.php:552 +#: admin/qtx_configuration.php:633 msgid "%LANG:<normal_separator>:<last_separator>% generates a list of languages separated by <normal_separator> except for the last one, where <last_separator> will be used instead." msgstr "%LANG:<normal_separator>:<last_separator>% létrehoz egy listát nyelvekből, ahol az elválasztójel: <normal_separator> az utolsó elválasztó pedig: <last_separator>." -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Hide" msgstr "elrejt" -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Show" msgstr "mutat" -#: qtranslate_configuration.php:675 +#: admin/qtx_configuration.php:763 msgid "Save Changes" msgstr "Változások mentése" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 msgid "Switching Language" msgstr "Nyelv váltás" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, php-format msgid "Switching language to %1$s... If the Dashboard isn't loading, use this link." msgstr "Nyelv váltása erre: %1$s... Ha a Vezérlőpult nem tölt be, akkor használja ezt a linket!" -#: qtranslate_configuration.php:713 +#: admin/qtx_configuration.php:801 msgid "qTranslate has been reset." msgstr "A qTranslate alaphelyzetbe lett állítva." -#: qtranslate_configuration.php:766 +#: admin/qtx_configuration.php:875 msgid "Gettext databases updated." msgstr "Gettext adatbázis frissítve." -#: qtranslate_configuration.php:772 +#: admin/qtx_configuration.php:882 #, fuzzy, php-format msgid "Applicable options and taxonomy names from plugin %s have been imported. Note that the multilingual content of posts, pages and other objects has not been altered during this operation. There is no additional operation needed to import content, since its format is compatible with %s." msgstr "A használható opciók és taxonómia nevek át lettek véve a %s bővítményből. A művelet alatt a bejegyzések, oldalak és egyéb objektumok tartalma nem változott. Nincs szükség további lépésekre a tartalom importálásához, mert a formátum kompatibilis ezzel: %s." -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 #, php-format msgid "%sImportant%s: Before you start making edits to post and pages, please, make sure that both, your front site and admin back-end, work under this configuration. It may help to review \"%s\" and see if any of conflicting plugins mentioned there are used here. While the current content, coming from %s, is compatible with this plugin, the newly modified posts and pages will be saved with a new square-bracket-only encoding, which has a number of advantages comparing to former %s encoding. However, the new encoding is not straightforwardly compatible with %s and you will need an additional step available under \"%s\" option if you ever decide to go back to %s. Even with this additional conversion step, the 3rd-party plugins custom-stored data will not be auto-converted, but manual editing will still work. That is why it is advisable to create a test-copy of your site before making any further changes. In case you encounter a problem, please give us a chance to improve %s, send the login information to the test-copy of your site to %s along with a detailed step-by-step description of what is not working, and continue using your main site with %s meanwhile. It would also help, if you share a success story as well, either on %sthe forum%s, or via the same e-mail as mentioned above. Thank you very much for trying %s." msgstr "%sFontos%s: Mielőtt nekiáll módosítani a bejegyzéseket és oldalakat, győződjön meg róla, hogy a weboldal frontendje és az admin felülete is működik ezen beállítások mellett. Segíthet, ha áttekinti ezt: „%s” és megnézi, hogy használ-e ott említett gondot okozó bővítményt. Míg a jelenlegi tartalom, ami %s-től van kompatíbilis ezzel a bővítménnyel, az ezentúl módosított bejegyzések és oldalak az új, csak szögletes zárójeleket használó kódolással lesznek mentve, aminek sok előnye van a korábbi %s kódolással szemben. Viszont az új kódolás nem egyértelműen kompatíbilis ezzel: %s, és „%s” alatt elérhető műveletkre lesz szükség, ha vissza akkar térni ehhez: %s. M?ég ezzel az extra konverziós lépéssel se lesznek átalakítva az egyedi bővítmények által tárolt adatok. Ezért javasolt egy teszt-változat létrehozása az egész weboldalból, mielőtt bármi mást módosítana. Ha problémával találkozik, kérjük adjon esélyt a %s fejleszésére és küldje el nekünk a teszt oldal belépési adatait ide: %s, egy részletes lépésről-lépésre leírással arról, hogy mi nem működik, és addig használja a fő oldalát tovább ezzel: %s. Az is segít, ha megosztja a probléma megoldását a %sfórum%son, vagy a fenti emailben. Köszönkük, hogy kipróbálja a %s bővítményt." -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 admin/qtx_configuration.php:894 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:156 +msgid "Convert Database" +msgstr "Adatbázis átalakítása" + +#: admin/qtx_configuration.php:883 msgid "This is a one-time message, which you will not see again, unless the same import is repeated." msgstr "Ez egy egyszeri üzenet, amit nem lát többet, hacsak nem hajtja végre újra ezt az importálást." -#: qtranslate_configuration.php:775 qtranslate_configuration.php:1204 +#: admin/qtx_configuration.php:885 admin/qtx_configuration.php:1320 msgid "Compatibility Functions" msgstr "Kompatibilitási függvények" -#: qtranslate_configuration.php:775 +#: admin/qtx_configuration.php:885 #, php-format msgid "Option \"%s\" has also been turned on, as the most common case for importing configuration from %s. You may turn it off manually if your setup does not require it. Refer to %sFAQ%s for more information." msgstr "A „%s” opció is engedélyezve lett, mint a %s importálása során általában. Kézzel kikapcsolható szükség esetén. További információ a %sGYIK%sben." -#: qtranslate_configuration.php:783 +#: admin/qtx_configuration.php:894 #, php-format msgid "Applicable options have been exported to plugin %s. If you have done some post or page updates after migrating from %s, then \"%s\" operation is also required to convert the content to \"dual language tag\" style in order for plugin %s to function." msgstr "Az érvényesíthető opciók exportálva lettek a %s bővítményhez. Ha módosított a bejegyzéseken vagy az oldalakon a %s-ről való migráció után, akkor a „%s” műveletre is szükség lesz, hogy a tartalmat átalakítsuk a „dupla nyelvi jelölő” stílusra, hogy működjön a %s bővítmény." -#: qtranslate_configuration.php:794 +#: admin/qtx_configuration.php:906 msgid "The Language must have a Not-Available Message!" msgstr "A nyelvhez meg kell adni a nem elérhető üzenetet!" -#: qtranslate_configuration.php:795 +#: admin/qtx_configuration.php:907 msgid "The Language must have a Locale!" msgstr "A nyelvhez kell Locale!" -#: qtranslate_configuration.php:796 +#: admin/qtx_configuration.php:908 msgid "The Language must have a name!" msgstr "A nyelvnek meg kell adni a nevét!" -#: qtranslate_configuration.php:797 +#: admin/qtx_configuration.php:909 msgid "Language Code has to be 2 characters long!" msgstr "A nyelvi kódnak pontosan 2 betűből kell állnia!" -#: qtranslate_configuration.php:801 qtranslate_configuration.php:807 +#: admin/qtx_configuration.php:916 admin/qtx_configuration.php:922 msgid "There is already a language with the same Language Code!" msgstr "Már létezik nyelv ezzel a nyelvi kóddal!" -#: qtranslate_configuration.php:892 qtranslate_configuration.php:914 -#: qtranslate_configuration.php:921 qtranslate_configuration.php:938 -msgid "No such language!" -msgstr "Nincs ilyen nyelv!" - -#: qtranslate_configuration.php:906 +#: admin/qtx_configuration.php:1019 msgid "Language is already enabled or invalid!" msgstr "A nyelv már engedélyezve van vagy érvénytelen!" -#: qtranslate_configuration.php:911 +#: admin/qtx_configuration.php:1025 msgid "Cannot disable Default Language!" msgstr "Az alap nyelvet nem lehet kikapcsolni!" -#: qtranslate_configuration.php:917 +#: admin/qtx_configuration.php:1028 admin/qtx_configuration.php:1035 +#: admin/qtx_configuration.php:1052 +msgid "No such language!" +msgstr "Nincs ilyen nyelv!" + +#: admin/qtx_configuration.php:1031 msgid "Language is already disabled!" msgstr "A nyelv már ki van kapcsolva!" -#: qtranslate_configuration.php:925 +#: admin/qtx_configuration.php:1039 msgid "Language is already first!" msgstr "A nyelv már az első!" -#: qtranslate_configuration.php:931 qtranslate_configuration.php:948 +#: admin/qtx_configuration.php:1045 admin/qtx_configuration.php:1062 msgid "New order saved." msgstr "Új sorrend elmentve." -#: qtranslate_configuration.php:942 +#: admin/qtx_configuration.php:1056 msgid "Language is already last!" msgstr "A nyelv már az utolsó!" -#: qtranslate_configuration.php:960 +#: admin/qtx_configuration.php:1074 msgid "Options saved." msgstr "Beállítások mentve." -#: qtranslate_configuration.php:965 +#: admin/qtx_configuration.php:1079 #, php-format msgid "Could not write to \"%s\", Gettext Databases could not be downloaded!" msgstr "Nem sikerült írni \"%s\", a Gettext adatbázisokat nem sikerült letölteni!" -#: qtranslate_configuration.php:991 +#: admin/qtx_configuration.php:1105 msgid "Edit Language" msgstr "Nyelv szerkesztése" -#: qtranslate_configuration.php:994 +#: admin/qtx_configuration.php:1108 msgid "Save Changes »" msgstr "Változások mentése »" -#: qtranslate_configuration.php:999 +#: admin/qtx_configuration.php:1110 +msgid "back to configuration page" +msgstr "" + +#: admin/qtx_configuration.php:1114 msgid "Language Management (qTranslate Configuration)" msgstr "Nyelv kezelő (qTranslate beállítások)" -#: qtranslate_configuration.php:1000 +#: admin/qtx_configuration.php:1115 #, php-format msgid "For help on how to configure qTranslate correctly, take a look at the qTranslate FAQ and the Support Forum." msgstr "A qTranslate helyes beállításához, tekintse meg a qTranslate GyIK és a Fórum oldalakat." -#: qtranslate_configuration.php:1002 +#: admin/qtx_configuration.php:1117 msgid "General Settings" msgstr "Általános beállítások" -#: qtranslate_configuration.php:1005 +#: admin/qtx_configuration.php:1120 msgid "Default Language / Order" msgstr "Alap nyelv / sorrend" -#: qtranslate_configuration.php:1007 +#: admin/qtx_configuration.php:1122 msgid "Default Language" msgstr "Alap nyelv" -#: qtranslate_configuration.php:1020 +#: admin/qtx_configuration.php:1135 #, php-format msgid "Choose the default language of your blog. This is the language which will be shown on %s. You can also change the order the languages by clicking on the arrows above." msgstr "Válassza ki az oldal alapértelmezett nyelvét. Ez az a nyelv, ami megjelenik itt: %s. A nyelvek sorrendje is megváltoztatható a nyilakra kattintva." -#: qtranslate_configuration.php:1025 +#: admin/qtx_configuration.php:1140 msgid "Hide Untranslated Content" msgstr "Lefordítatlan tartalom elrejtése" -#: qtranslate_configuration.php:1027 +#: admin/qtx_configuration.php:1142 msgid "Hide Content which is not available for the selected language." msgstr "Tartalom elrejtése, ami nem érhető el a kiválasztott nyelven." -#: qtranslate_configuration.php:1029 +#: admin/qtx_configuration.php:1144 msgid "When checked, posts will be hidden if the content is not available for the selected language. If unchecked, a message will appear showing all the languages the content is available in." msgstr "Ha be van jelölve, akkor azok a bejegyzések el lesznek rejtve, amik nem érhetők el a kiválasztott nyelven. Ha nincs bejelölve, akkor egy üzenet jelenik meg a bejegyzés elérhető nyelveinek listájával." -#: qtranslate_configuration.php:1030 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Export" +msgstr "Exportál" + +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Import" +msgstr "Importál" + +#: admin/qtx_configuration.php:1145 #, php-format msgid "This function will not work correctly if you installed %s on a blog with existing entries. In this case you will need to take a look at option \"%s\" under \"%s\" section." msgstr "Ez a funkció nem fog jól működni, ha a %s beépülőt a bejgyzések felvitele után telepítette. Ebben az esetben, tekintse meg az „%s” részt a „%s” között!" -#: qtranslate_configuration.php:1032 +#: admin/qtx_configuration.php:1147 msgid "Show displayed language prefix when content is not available for the selected language." msgstr "Megjelenítéshez használt nyelv nevének megjelenítése, ha a tartalom nem érhető el a kiválasztott nyelven." -#: qtranslate_configuration.php:1036 +#: admin/qtx_configuration.php:1151 msgid "Detect Browser Language" msgstr "Böngésző nyelvének felismerése" -#: qtranslate_configuration.php:1038 +#: admin/qtx_configuration.php:1153 msgid "Detect the language of the browser and redirect accordingly." msgstr "Átirányítás a böngésző nyelvének megfelelő nyelvű oldalra." -#: qtranslate_configuration.php:1040 +#: admin/qtx_configuration.php:1155 msgid "When the frontpage is visited via bookmark/external link/type-in, the visitor will be forwarded to the correct URL for the language specified by his browser." msgstr "Ha a nyitó oldal könyvjelzővől, külső hivatkozásból vagy közvetlen címsorba írással lett megnyitva, akkor a látogató a böngésző nyelvének megfelelő URl-re lesz átirányítva." -#: qtranslate_configuration.php:1045 +#: admin/qtx_configuration.php:1160 msgid "Advanced Settings" msgstr "Haladó beállítások" -#: qtranslate_configuration.php:1052 qtranslate_configuration.php:1054 -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1167 admin/qtx_configuration.php:1169 +#: admin/qtx_configuration.php:1243 msgid "URL Modification Mode" msgstr "URL módosítás módja" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Most SEO unfriendly, not recommended." msgstr "SEO számára legrosszabb, nem ajánlott." -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Use Query Mode (?lang=en)" msgstr "Query mód (?lang=en)" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "SEO friendly." msgstr "SEO barát." -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "Use Pre-Path Mode (Default, puts /en/ in front of URL)" msgstr "Előtag mód (alapértelmezett, /en/ az URL elejére)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "Use Pre-Domain Mode (uses http://en.yoursite.com)" msgstr "Aldomain mód (http://en.te-oldalad.hu)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "You will need to configure DNS sub-domains on your site." msgstr "Majd meg kell adni az aldomaineket a weboldalhoz a DNS rendszerben." -#: qtranslate_configuration.php:1068 +#: admin/qtx_configuration.php:1183 msgid "Hide URL language information for default language." msgstr "Nyelvi információ elrejtése az URL-ből alap nyelv esetén." -#: qtranslate_configuration.php:1069 +#: admin/qtx_configuration.php:1184 msgid "This is only applicable to Pre-Path and Pre-Domain mode." msgstr "Ez csak alkönyvtár és aldomain módban használható." -#: qtranslate_configuration.php:1074 +#: admin/qtx_configuration.php:1189 msgid "Use Per-Domain mode: specify separate user-defined domain for each language." msgstr "Külön-domain mód: minden nyelvhez külön domain megadása." -#: qtranslate_configuration.php:1092 +#: admin/qtx_configuration.php:1208 msgid "Domain for" msgstr "Domain ehhez:" -#: qtranslate_configuration.php:1097 +#: admin/qtx_configuration.php:1213 msgid "Flag Image Path" msgstr "Zászló képek elérési útja" -#: qtranslate_configuration.php:1101 +#: admin/qtx_configuration.php:1217 #, php-format msgid "Path to the flag images under wp-content, with trailing slash. (Default: %s, clear the value above to reset it to the default)" msgstr "Elérési út a zászló képekhez a wp-content mappán belül, lezáró per jellel. (Alapérték: %s, ürítse ki, ha alapra szeretné állítani)" -#: qtranslate_configuration.php:1105 +#: admin/qtx_configuration.php:1221 msgid "Ignore Links" msgstr "Egynyelvű hivatkozások" -#: qtranslate_configuration.php:1109 +#: admin/qtx_configuration.php:1225 #, php-format msgid "Don't convert links to files of the given file types. (Always included: %s)" msgstr "Az itt megadott típusú fájlokra mutató hivatkozások nem módosulnak. (Mindig benn van: %s)" -#: qtranslate_configuration.php:1113 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1229 qtranslate_widget.php:119 msgid "Head inline CSS" msgstr "" -#: qtranslate_configuration.php:1115 +#: admin/qtx_configuration.php:1231 msgid "CSS code added by plugin in the head of front-end pages:" msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 qtranslate_widget.php:119 msgid "To disable this inline CSS, clear the check box." msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 admin/qtx_configuration.php:1395 +#: qtranslate_widget.php:119 msgid "To reset to default, clear the text." msgstr "Alaphelyzetre állításhoz, üritse ki a mezőt." -#: qtranslate_configuration.php:1123 +#: admin/qtx_configuration.php:1239 #, fuzzy msgid "Cookie Settings" msgstr "Beállítások" -#: qtranslate_configuration.php:1125 +#: admin/qtx_configuration.php:1241 #, php-format msgid "Disable language client cookie \"%s\" (not recommended)." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Language cookie is auto-disabled for \"%s\" \"Pre-Domain\" and \"Per-Domain\", as language is always unambiguously defined by a url in those modes." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Otherwise, use this option with a caution, for simple enough sites only. If checked, the user choice of browsing language will not be saved between sessions and some AJAX calls may deliver unexpected language, as well as some undesired language switching during browsing may occur under certain themes (%sRead More%s)." msgstr "" -#: qtranslate_configuration.php:1129 +#: admin/qtx_configuration.php:1245 #, php-format msgid "Make %s cookies available only through HTTPS connections." msgstr "" -#: qtranslate_configuration.php:1131 +#: admin/qtx_configuration.php:1247 msgid "Don't check this if you don't know what you're doing!" msgstr "" -#: qtranslate_configuration.php:1135 +#: admin/qtx_configuration.php:1251 msgid "Update Gettext Databases" msgstr "Gettext adatbázis frissítése" -#: qtranslate_configuration.php:1137 +#: admin/qtx_configuration.php:1253 msgid "Automatically check for .mo-Database Updates of installed languages." msgstr "Automatikusan figyeli és letölti a telepített nyelvek .mo adatbázisát." -#: qtranslate_configuration.php:1139 +#: admin/qtx_configuration.php:1255 msgid "Update Gettext databases now." msgstr "Gettext adatbázis frissítése most." -#: qtranslate_configuration.php:1141 +#: admin/qtx_configuration.php:1257 msgid "qTranslate will query the Wordpress Localisation Repository every week and download the latest Gettext Databases (.mo Files)." msgstr "A qTranslate lekérdezi a WordPress fordítás tárat minden héten és letölti a legújabb gettext adatbázist (.mo fájlok)." -#: qtranslate_configuration.php:1145 +#: admin/qtx_configuration.php:1261 msgid "Date / Time Conversion" msgstr "Dátum / idő átalakítás" -#: qtranslate_configuration.php:1147 +#: admin/qtx_configuration.php:1263 msgid "Use emulated date function." msgstr "Emulált date függvény használata" -#: qtranslate_configuration.php:1148 +#: admin/qtx_configuration.php:1264 msgid "Use emulated date function and replace formats with the predefined formats for each language." msgstr "Emulált date függvényt használ és a megadottakra cseréli a formátumokat minden nyelvnél." -#: qtranslate_configuration.php:1149 +#: admin/qtx_configuration.php:1265 msgid "Use strftime instead of date." msgstr "strftime használata a date helyett" -#: qtranslate_configuration.php:1150 +#: admin/qtx_configuration.php:1266 msgid "Use strftime instead of date and replace formats with the predefined formats for each language." msgstr "Az strftime függvényt használja és a megadottakra cseréli a formátumokat minden nyelvnél." -#: qtranslate_configuration.php:1151 +#: admin/qtx_configuration.php:1267 msgid "Depending on the mode selected, additional customizations of the theme may be needed." msgstr "A választott mód függvényében az aktuális sablon testreszabására lehet szükség." -#: qtranslate_configuration.php:1160 +#: admin/qtx_configuration.php:1276 #, fuzzy msgid "Translation of options" msgstr "Fordítás erre" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Filter all WordPress options for translation at front-end. It may hurt performance of the site, but ensures that all options are translated." msgstr "" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Starting from version 3.2.5, only options with multilingual content get filtered, which should help on performance issues." msgstr "" -#: qtranslate_configuration.php:1164 +#: admin/qtx_configuration.php:1280 msgid "Translate only options listed below (for experts only):" msgstr "" -#: qtranslate_configuration.php:1167 +#: admin/qtx_configuration.php:1283 #, php-format msgid "By default, all options are filtered to be translated at front-end for the sake of simplicity of configuration. However, for a developed site, this may cause a considerable performance degradation. Normally, there are very few options, which actually need a translation. You may simply list them above to minimize the performance impact, while still getting translations needed. Options names must match the field \"%s\" of table \"%s\" of WordPress database. A minimum common set of option, normally needed a translation, is already entered in the list above as a default example. Option names in the list may contain wildcard with symbol \"%s\"." msgstr "" -#: qtranslate_configuration.php:1171 +#: admin/qtx_configuration.php:1287 msgid "Custom Fields" msgstr "Egyedi mezők" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 #, php-format msgid "Enter \"%s\" or \"%s\" attribute of text fields from your theme, which you wish to translate. This applies to post, page and media editors (%s). To lookup \"%s\" or \"%s\", right-click on the field in the post or the page editor and choose \"%s\". Look for an attribute of the field named \"%s\" or \"%s\". Enter it below, as many as you need, space- or comma-separated. After saving configuration, these fields will start responding to the language switching buttons, and you can enter different text for each language. The input fields of type %s will be parsed using %s syntax, while single line text fields will use %s syntax. If you need to override this behaviour, prepend prefix %s or %s to the name of the field to specify which syntax to use. For more information, read %sFAQ%s." msgstr "Adja meg az „%s” vagy „%s” attribútumát azon beviteli mezőknek, amiket több nyelven szeretne használni. Ez a bejegyzés, oldal és média szerkesztő oldalaknál fog működni (%s). „%s” vagy „%s” felfedezéséhez, kattintson a jobb egérgombbal a kérdéses beviteli mezőre, és válassza a(z) „%s” opciót. Az elem attribútumai között keressen „%s” vagy „%s” értéket. Alább adja meg a megtalált értékeket. Többet is lehet szóközzel vagy vesszővel elválasztva. A beállítások mentése után ezekre a mezőkre vonatkozni fognak a nyelválasztó gombok, így több nyelven meg lehet adni értéküket. A %s típusú mezőknél %s szintaxis lesz használva, míg a sima szöveges mezőknél %s szintaxis. Ha szükséges e működés felülbíráslása, ez megtehető a %s vagy %s előtéttel a mező neve előtt. További információ a %sGYIK%sben." -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 msgctxt "browser option" msgid "Inspect Element" msgstr "Elem vizsgálata" -#: qtranslate_configuration.php:1180 +#: admin/qtx_configuration.php:1296 msgid "The value of \"id\" attribute is normally unique within one page, otherwise the first field found, having an id specified, is picked up." msgstr "Az „id” attribútum értéke általában egyedi egy oldalon belül, egyébként az első ilyen nevűt használjuk." -#: qtranslate_configuration.php:1187 +#: admin/qtx_configuration.php:1303 #, php-format msgid "All the fields of specified classes will respond to Language Switching Buttons. Be careful not to include a class, which would affect language-neutral fields. If you cannot uniquely identify a field needed neither by %s, nor by %s attribute, report the issue on %sSupport Forum%s" msgstr "Minden elem, aminek van az itt felsorolt class-ok közül legalább egy, az reagálni fog a nyelvválasztó gombokra. Fontos, hogy NE adjunk meg olyan class-t, ami nyelvfüggetlen mezőn is szerepel. Ha nem tudsz beazonosítani egy mező %s és %s alapján se, akkor kérlek jelentsd a %sTámogató fórum%son." -#: qtranslate_configuration.php:1191 +#: admin/qtx_configuration.php:1307 msgid "Custom Filters" msgstr "Egyedi szűrők" -#: qtranslate_configuration.php:1194 +#: admin/qtx_configuration.php:1310 #, php-format msgid "Names of filters (which are enabled on theme or other plugins via %s function) to add translation to. For more information, read %sFAQ%s." msgstr "WordPress szűrők nevei (%s hívások), amikre rá kell akasztani a többnyelvűsítést. További információ a %sGYIK%sben." -#: qtranslate_configuration.php:1198 +#: admin/qtx_configuration.php:1314 msgid "Custom Admin Pages" msgstr "Egyedi admin oldalak" -#: qtranslate_configuration.php:1200 +#: admin/qtx_configuration.php:1316 #, php-format msgid "List the custom admin page paths for which you wish Language Switching Buttons to show up. The Buttons will then control fields configured in \"Custom Fields\" section. You may only include part of the full URL after %s, including a distinctive query string if needed. As many as desired pages can be listed space/comma separated. For more information, read %sFAQ%s." msgstr "Adja meg azon admin oldalak elérési útjainak listáját, ahol szeretne nyelvválasztó gombokat. A gombok az „Egyedi mezők” résznél megadott mezőket irányítják majd. Az admin oldal URLjének csak a %s utáni részét kell megadni. Vesszővel vagy szóközzel elválasztva többet is meg lehet adni. További információ a %sGYIK%sben." -#: qtranslate_configuration.php:1206 +#: admin/qtx_configuration.php:1322 #, php-format msgid "Enable function name compatibility (%s)." msgstr "Függvény-név kompatibilitás bekapcsolása (%s)." -#: qtranslate_configuration.php:1207 +#: admin/qtx_configuration.php:1323 #, php-format msgid "Some plugins and themes use direct calls to the functions listed, which are defined in former %s plugin and some of its forks. Turning this flag on will enable those function to exists, which will make the dependent plugins and themes to work. WordPress policy prohibits to define functions with the same names as in other plugins, since it generates user-unfriendly fatal errors, when two conflicting plugins are activated simultaneously. Before turning this option on, you have to make sure that there are no other plugins active, which define those functions." msgstr "Néhány bővítmény és sablon közvetlenül meghívja a fent listázottak némelyikét, amiket a korábbi %s bővítmények vagy leszármazottaik definiáltak. Ha engedélyezi ezt az opciót, akkor újra elérhetők lesznek ezek a függvények, így működni fognak az ezekre épülő bővítmények és sablonok. A WordPress szabályzata megtiltja, hogy egy bővítmény olyan nevű függvényeket használjon, ami más bővítményben szerepel, mert ez végzetes php hibát okozna a két bővítmény együttes használatakor. Mielőtt engedélyezi ezt, győződjön meg róla, hogy nincs másik aktív bővímény, ami definiálja ezeken függvények valamelyikét." -#: qtranslate_configuration.php:1211 +#: admin/qtx_configuration.php:1327 #, fuzzy msgid "Editor Mode" msgstr "Nyers szerkesztés mód" -#: qtranslate_configuration.php:1213 +#: admin/qtx_configuration.php:1329 msgid "Use Language Switching Buttons (LSB)." msgstr "" -#: qtranslate_configuration.php:1214 +#: admin/qtx_configuration.php:1330 msgid "This is the default mode." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Do not use Language Switching Buttons to edit multi-language text entries." msgstr "Ne legyenek nyelvválasztó gombok a több nyelvű szövegbeviteli mezők felett." -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Editor Raw Mode" msgstr "Nyers szerkesztés mód" -#: qtranslate_configuration.php:1216 +#: admin/qtx_configuration.php:1332 msgid "Some people prefer to edit the raw entries containing all languages together separated by language defining tags, as they are stored in database." msgstr "Egyes emberek szeretik a nyers bejegyzést szerkeszteni, amiben az összes nyelv tartalma szerepel elválasztókkal, pont mint az adatbázisban." -#: qtranslate_configuration.php:1267 -#, fuzzy, php-format -msgid "%s Flag" -msgstr "Zászló" +#: admin/qtx_configuration.php:1340 admin/qtx_configuration.php:1343 +msgid "LSB Style" +msgstr "" + +#: admin/qtx_configuration.php:1344 +msgid "Choose CSS style for how Language Switching Buttons are rendered:" +msgstr "" + +#: admin/qtx_configuration.php:1345 +#, php-format +msgid "LSB %s-wrap classes:" +msgstr "" + +#: admin/qtx_configuration.php:1346 +msgid "Active button class:" +msgstr "" + +#: admin/qtx_configuration.php:1347 +msgid "The above is reset to an appropriate default, if the below is changed." +msgstr "" + +#: admin/qtx_configuration.php:1348 +msgid "CSS set:" +msgstr "" + +#: admin/qtx_configuration.php:1352 admin/qtx_configuration.php:1354 +#: admin/qtx_configuration.php:1388 admin/qtx_configuration.php:1390 +msgid "Use custom CSS" +msgstr "" + +#: admin/qtx_configuration.php:1354 +#, php-format +msgid "Choice \"%s\" disables this option and allows one to use its own custom CSS provided by other means." +msgstr "" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1371 admin/qtx_configuration.php:1375 +#: admin/qtx_user_options.php:18 +msgid "Highlight Style" +msgstr "" + +#: admin/qtx_configuration.php:1373 +msgid "When there are many integrated or customized translatable fields, it may become confusing to know which field has multilingual value. The highlighting of translatable fields may come handy then:" +msgstr "" + +#: admin/qtx_configuration.php:1376 admin/qtx_configuration.php:1378 +msgid "Do not highlight the translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1380 admin/qtx_configuration.php:1382 +msgid "Show a line on the left border of translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1384 admin/qtx_configuration.php:1386 +msgid "Draw a border around translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1395 +msgid "Admin Color Scheme" +msgstr "" + +#: admin/qtx_configuration.php:1395 +#, php-format +msgid "The color in use is taken from your profile option %s, the third color." +msgstr "" + +#: admin/qtx_configuration.php:1433 +#, fuzzy +msgid "List of Configured Languages" +msgstr "Forrás nyelv" + +#: admin/qtx_configuration.php:1438 +#, php-format +msgid "Only enabled languages are loaded at front-end, while all %d configured languages are listed here." +msgstr "" + +#: admin/qtx_configuration.php:1439 +msgid "The table below contains both pre-defined and manually added or modified languages." +msgstr "" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Delete" +msgstr "Törlés" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Disable" msgstr "Kikapcsol" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Enable" msgstr "Bekapcsol" -#: qtranslate_configuration.php:1270 -msgid "Edit" -msgstr "Szerkeszt" +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Reset" +msgstr "" -#: qtranslate_configuration.php:1271 +#: admin/qtx_configuration.php:1440 +#, php-format +msgid "You may %s or %s a language, or %s manually added language, or %s previous modifications of a pre-defined language." +msgstr "" + +#: admin/qtx_configuration.php:1441 +#, php-format +msgid "Click %s to modify language properties." +msgstr "" + +#: admin/qtx_configuration.php:1463 +#, fuzzy, php-format +msgid "%s Flag" +msgstr "Zászló" + +#: admin/qtx_configuration.php:1465 msgid "Default" msgstr "Alap" -#: qtranslate_configuration.php:1271 -msgid "Delete" -msgstr "Törlés" +#: admin/qtx_configuration.php:1467 +msgid "Pre-Defined" +msgstr "" -#: qtranslate_configuration.php:1276 +#: admin/qtx_configuration.php:1476 msgid "Enabling a language will cause qTranslate to update the Gettext-Database for the language, which can take a while depending on your server's connection speed." msgstr "Egy nyelv engedélyezésekor a qTranslate megpróbálja frissíteni a nyelv gettext adatbázisát. Ez az Internet sebességének függvényében eltarthat egy ideig." -#: qtranslate_configuration.php:1283 +#: admin/qtx_configuration.php:1483 msgid "Add Language" msgstr "Nyelv hozzáadása" -#: qtranslate_configuration.php:1286 +#: admin/qtx_configuration.php:1486 msgid "Add Language »" msgstr "Nyelv hozzáadása »" -#: qtranslate_configuration.php:1301 +#: admin/qtx_configuration.php:1508 msgid "Language Menu" msgstr "Nyelvi menü" -#: qtranslate_configuration.php:1350 +#: admin/qtx_configuration.php:1557 msgid "Help" msgstr "Súgó" -#: qtranslate_configuration.php:1352 +#: admin/qtx_configuration.php:1559 #, php-format msgid "Menu item added is replaced with a sub-menu of available languages when menu is rendered. Depending on how your theme renders menu you may need to override and customize css entries %s and %s, originally defined in %s. The field \"URL\" of inserted menu item allows additional configuration described in %sFAQ%s." msgstr "A hozzáadott menüpont megjelenítéskor le lesz cserélve az elérhető nyelvek almenüjével. A sablon megjelenítésétől függően lehet, hogy módosítani kell a %s és %s css bejegyzéseket, ami eredetileg itt lett megadva: %s. A hozzáadott menü „URL” mezője további beállítást tesz lehetővé, amiről a %sGYIK%sben olvashat." -#: qtranslate_configuration.php:1357 +#: admin/qtx_configuration.php:1564 msgid "Add to Menu" msgstr "Hozzáadás a menühöz" -#: qtranslate_configuration.php:1367 +#: admin/qtx_configuration.php:1574 msgid "Language Switcher" msgstr "Nyelv váltó" -#: qtranslate_configuration.php:1404 +#: admin/qtx_configuration.php:1619 msgid "Settings" msgstr "Beállítások" +#: admin/qtx_import_export.php:125 +msgid "Plugin" +msgstr "Bővítmény" + +#: admin/qtx_import_export.php:131 +msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." +msgstr "Nem kell átvenni beállításokat, az adatbázis séma kompatíbilis e bővítménnyel." + +#: admin/qtx_import_export.php:134 +#, php-format +msgid "Use plugin %s to import data." +msgstr "" + +#: admin/qtx_import_export.php:138 +msgid "Do not migrate any setting" +msgstr "Ne migráljon semilyen beállítást" + +#: admin/qtx_import_export.php:140 +msgid "Import settings from " +msgstr "Beállítások importálása innen: " + +#: admin/qtx_import_export.php:142 +msgid "Export settings to " +msgstr "Bállítások exportálása ide: " + +#: admin/qtx_import_export.php:158 +#, php-format +msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." +msgstr "Ha a qTranslate 1.x vagy Polyglot bővítményekről frissít, akkor kattintson ide a bejgeyzések új nyelvi tag formátumra konvertálásához." + +#: admin/qtx_import_export.php:159 +#, php-format +msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." +msgstr "Ha először telepítette a qTranslate beépülőt egy bejegyzéseket már tartalmazó Wordpress oldara, akkor vagy egyesével újra menti a bejegyzéseket, vagy ide kattinthat a bejegyzések alapértelmezett nyelvűként megjelöléséhez." + +#: admin/qtx_import_export.php:160 +msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." +msgstr "Mindkét művelet megfordíthatatlan! Készítsen teljes biztonsági másolatot az adatbázisról, mielőtt a linkek bármelyikére kattint!" + +#: admin/qtx_import_export.php:161 +msgid "Do not convert database" +msgstr "NE alakítása át az adatbázist" + +#: admin/qtx_import_export.php:162 +msgid "Convert database to the \"square bracket only\" style." +msgstr "Adatbázis átalakítása a „csak szögletes zárójel” stílusra." + +#: admin/qtx_import_export.php:163 +#, fuzzy, php-format +msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." +msgstr "Csak a szögletes zárójeles nyelv jelölő %s lesz használva a régebbi (%s és %s) %s kódokkal szemben. Minden szöveges beállítás, és sima bejegyzés és oldal át lesz alakítva ilyenre: %s." + +#: admin/qtx_import_export.php:164 +msgid "Convert database back to the legacy \"dual language tag\" style." +msgstr "Adatbázis visszaalakítása a régi „dupla nyelvi kódos” stílusra." + +#: admin/qtx_import_export.php:165 +msgid "Note, that only string options and standard post and page fields are affected." +msgstr "Figyelem, csak a wp_options tábla opciói, a sima bejegyzések és oldalak érintettek." + +#: admin/qtx_import_export.php:174 +msgid "Reset qTranslate" +msgstr "qTranslate alap helyzetbe állítása" + +#: admin/qtx_import_export.php:176 +msgid "Check this box and click Save Changes to reset all qTranslate settings." +msgstr "Jelölje be ezt a jelölőnégyzetet és kattintson a Változások mentése gombra a qTranslate beállításainak alaphelyzetbe állításához." + +#: admin/qtx_import_export.php:178 +msgid "Yes, I really want to reset qTranslate." +msgstr "Igen, tényleg alapra szeretném állítani a qTranslate beépülőt." + +#: admin/qtx_import_export.php:180 +msgid "Also delete Translations for Categories/Tags/Link Categories." +msgstr "A kategóriák, címkék és link kategóriák fordításait is törölje." + +#: admin/qtx_import_export.php:182 +msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." +msgstr "Ha valami nem működik mindig meg lehet próbálni alaphelyzetre állítani a qTranslate beállításait. Az alapraállítás nem töröl egy bejegyzést se, de minden beállítást (a hozzáadott nyelveket is) eltávolít." + +#: admin/qtx_languages.php:93 +#, fuzzy +msgid "Cannot delete Default Language!" +msgstr "Az alap nyelvet nem lehet kikapcsolni!" + +#: admin/qtx_user_options.php:9 +#, fuzzy +msgid "Translation options" +msgstr "Fordítás erre" + +#: admin/qtx_user_options.php:14 +msgid "Highlight Translatable Fields" +msgstr "" + +#: admin/qtx_user_options.php:18 +#, php-format +msgid "The way the translatable fields are highlighted is configured with global option %s." +msgstr "" + #: qtranslate_frontend.php:162 qtranslate_widget.php:67 msgid "Language" msgstr "Nyelv" diff --git a/lang/qtranslate-id_ID.po b/lang/qtranslate-id_ID.po index eaf3f52..7c3cd8d 100644 --- a/lang/qtranslate-id_ID.po +++ b/lang/qtranslate-id_ID.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: qTranslate-X 3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-03-19 14:09-0600\n" +"POT-Creation-Date: 2015-03-25 22:22-0600\n" "PO-Revision-Date: \n" "Last-Translator: Masino Sinaga \n" "Language-Team: \n" @@ -10,774 +10,905 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: admin/activation_hook.php:37 admin/activation_hook.php:137 -#: qtranslate_configuration.php:772 +#: admin/qtx_activation_hook.php:80 admin/qtx_activation_hook.php:205 +#: admin/qtx_configuration.php:882 #, php-format msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so." msgstr "" -#: admin/activation_hook.php:38 +#: admin/qtx_activation_hook.php:81 #, php-format msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously." msgstr "" -#: admin/activation_hook.php:40 +#: admin/qtx_activation_hook.php:83 #, php-format msgid "The compatible settings from %s have been imported to %s. Further tuning, import, export and reset of options can be done at Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:42 +#: admin/qtx_activation_hook.php:85 #, php-format msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:135 +#: admin/qtx_activation_hook.php:203 #, php-format msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/Languages configuration page. Then you have to deactivate one of the plugins to continue." msgstr "" -#: admin/activation_hook.php:140 admin/activation_hook.php:142 +#: admin/qtx_activation_hook.php:208 admin/qtx_activation_hook.php:210 #, php-format msgid "Deactivate %s" msgstr "" -#: admin/activation_hook.php:176 +#: admin/qtx_activation_hook.php:249 #, php-format msgid "Plugin %s may be integrated with multilingual plugin %s with a help of plugin %s." msgstr "" -#: admin/activation_hook.php:178 +#: admin/qtx_activation_hook.php:251 msgid "Please, press an appropriate button below." msgstr "" -#: admin/activation_hook.php:182 +#: admin/qtx_activation_hook.php:255 #, php-format msgid "Activate plugin %s" msgstr "" -#: admin/activation_hook.php:184 +#: admin/qtx_activation_hook.php:257 #, php-format msgid "Install plugin %s" msgstr "" -#: admin/activation_hook.php:186 +#: admin/qtx_activation_hook.php:259 msgid "I am aware of that, dismiss this message." msgstr "" -#: admin/activation_hook.php:240 +#: admin/qtx_activation_hook.php:309 #, php-format msgid "Thank you for using %s plugin!" msgstr "" -#: admin/activation_hook.php:242 +#: admin/qtx_activation_hook.php:311 #, php-format msgid "Please, help us to make a decision on \"%s\" feature, press the button below." msgstr "" -#: admin/activation_hook.php:242 admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:311 admin/qtx_activation_hook.php:313 #: qtranslate_services.php:787 #, fuzzy msgid "Translation Service" msgstr "Layanan qTranslate" -#: admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:313 #, php-format msgid "Survey on \"%s\" feature" msgstr "" -#: admin/activation_hook.php:245 +#: admin/qtx_activation_hook.php:314 admin/qtx_activation_hook.php:348 msgid "I have already done it, dismiss this message." msgstr "" -#: admin/admin_utils.php:145 +#: admin/qtx_activation_hook.php:346 +#, php-format +msgid "The latest version of plugin %s has a number of new options, for example, %s, which may change the look of some pages. Please, review the help text of new options on %sconfiguration page%s." +msgstr "" + +#: admin/qtx_admin_utils.php:146 msgid "Database has been converted to square bracket format." msgstr "" -#: admin/admin_utils.php:145 admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:146 admin/qtx_admin_utils.php:148 msgid "Note: custom entries are not touched." msgstr "" -#: admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:148 msgid "Database has been converted to legacy dual-tag format." msgstr "" -#: admin/admin_utils.php:405 qtranslate_configuration.php:484 -#: qtranslate_configuration.php:507 qtranslate_frontend.php:168 +#: admin/qtx_admin_utils.php:406 admin/qtx_configuration.php:565 +#: admin/qtx_configuration.php:588 qtranslate_frontend.php:168 #: qtranslate_frontend.php:195 msgid "Flag" msgstr "Bendera" -#: admin/admin_utils.php:406 qtranslate_configuration.php:525 +#: admin/qtx_admin_utils.php:407 admin/qtx_configuration.php:606 msgid "Name" msgstr "Nama" -#: admin/admin_utils.php:407 qtranslate_services.php:383 +#: admin/qtx_admin_utils.php:408 qtranslate_services.php:383 msgid "Action" msgstr "Aksi" -#: admin/admin_utils.php:420 qtranslate_configuration.php:471 -#: qtranslate_configuration.php:1245 -msgid "Languages" -msgstr "Bahasa" - -#: admin/import_export.php:125 -msgid "Plugin" -msgstr "" - -#: admin/import_export.php:131 -msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." -msgstr "" - -#: admin/import_export.php:134 -#, php-format -msgid "Use plugin %s to import data." -msgstr "" - -#: admin/import_export.php:138 -msgid "Do not migrate any setting" -msgstr "" - -#: admin/import_export.php:140 -#, fuzzy -msgid "Import settings from " -msgstr "Reset qTranslate" - -#: admin/import_export.php:142 -#, fuzzy -msgid "Export settings to " -msgstr "Reset qTranslate" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Export" -msgstr "" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Import" -msgstr "" - -#: admin/import_export.php:156 qtranslate_configuration.php:773 -#: qtranslate_configuration.php:783 qtranslate_configuration.php:1030 -msgid "Convert Database" -msgstr "Konversi Database" - -#: admin/import_export.php:158 -#, php-format -msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." -msgstr "Jika Anda sedang mengubah dari qTranslate 1.x atau Polyglot, klik di sini untuk mengkonversi tulisan ke format tag bahasa yang baru." - -#: admin/import_export.php:159 -#, php-format -msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." -msgstr "Jika Anda telah menginstall qTranslate untuk pertama kali di WordPress dengan tulisan yang sudah ada, Anda juga dapat melalui semua tulisan secara manual dan menyimpannya dalam bahasa yang benar atau klik di sini untuk menandai semua tulisan yang sudah ada sebagai telah ditulis dalam bahasa yang default." - -#: admin/import_export.php:160 -msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." -msgstr "Kedua proses tidak dapat dikembalikan! Pastikan untuk membuat backup database secara lengkap dengan mengklik salah satu links" - -#: admin/import_export.php:161 -#, fuzzy -msgid "Do not convert database" -msgstr "Konversi Database" - -#: admin/import_export.php:162 -msgid "Convert database to the \"square bracket only\" style." -msgstr "" - -#: admin/import_export.php:163 -#, php-format -msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." -msgstr "" - -#: admin/import_export.php:164 -msgid "Convert database back to the legacy \"dual language tag\" style." -msgstr "" +#: admin/qtx_admin_utils.php:409 admin/qtx_configuration.php:1441 +#: admin/qtx_configuration.php:1466 +msgid "Edit" +msgstr "Ubah" -#: admin/import_export.php:165 -msgid "Note, that only string options and standard post and page fields are affected." +#: admin/qtx_admin_utils.php:410 +msgid "Stored" msgstr "" -#: admin/import_export.php:174 -msgid "Reset qTranslate" -msgstr "Reset qTranslate" - -#: admin/import_export.php:176 -msgid "Check this box and click Save Changes to reset all qTranslate settings." -msgstr "Centang kotak ini lalu kilik Simpan Perubahan untuk meriset semua pengaturan qTranslate." - -#: admin/import_export.php:178 -msgid "Yes, I really want to reset qTranslate." -msgstr "Ya, saya mau meriset qTranslate." - -#: admin/import_export.php:180 -msgid "Also delete Translations for Categories/Tags/Link Categories." -msgstr "Juga hapus Translasi untuk Kategori/Tags/Kategori Link" - -#: admin/import_export.php:182 -msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." -msgstr "Jika sesuatu tidak berfungsi dengan baik, Anda dapat selalu mencoba untuk meriset semua pengaturan qTranslate. Riset tidak akan menghapus tulisan tapi akan menghapus semua pengaturan (termasuk semua bahasa yang telah ditambahkan)." +#: admin/qtx_admin_utils.php:421 admin/qtx_configuration.php:552 +#: admin/qtx_configuration.php:1424 +msgid "Languages" +msgstr "Bahasa" -#: qtranslate_configuration.php:471 +#: admin/qtx_configuration.php:552 msgid "Language Management" msgstr "Pengaturan Bahasa" -#: qtranslate_configuration.php:479 +#: admin/qtx_configuration.php:560 msgid "Language Code" msgstr "Kode Bahasa" -#: qtranslate_configuration.php:481 +#: admin/qtx_configuration.php:562 msgid "2-Letter ISO Language Code for the Language you want to insert. (Example: en)" msgstr "2-Huruf ISO Language Code untuk bahasa yang ingin Anda tambahkan. (Contoh: en)" -#: qtranslate_configuration.php:510 +#: admin/qtx_configuration.php:591 msgid "Incorrect Flag Image Path! Please correct it!" msgstr "Direktori gambar bendera tidak benar! Mohon perbaiki!" -#: qtranslate_configuration.php:513 +#: admin/qtx_configuration.php:594 msgid "Choose the corresponding country flag for language. (Example: gb.png)" msgstr "Pilih bendera negara untuk bahasa tersebut (Contoh: gb.png)" -#: qtranslate_configuration.php:527 +#: admin/qtx_configuration.php:608 msgid "The Name of the language, which will be displayed on the site. (Example: English)" msgstr "Nama bahasa, yang akan ditampilkan di situs. (Contoh: English)" -#: qtranslate_configuration.php:530 +#: admin/qtx_configuration.php:611 msgid "Locale" msgstr "Lokal" -#: qtranslate_configuration.php:533 +#: admin/qtx_configuration.php:614 msgid "PHP and Wordpress Locale for the language. (Example: en_US)" msgstr "Lokal PHP dan WordPress untuk bahasa. (Contoh: en_US)" -#: qtranslate_configuration.php:534 +#: admin/qtx_configuration.php:615 msgid "You will need to install the .mo file for this language." msgstr "Anda perlu menginstall file .mo untuk bahasa ini." -#: qtranslate_configuration.php:538 +#: admin/qtx_configuration.php:619 msgid "Date Format" msgstr "Format Tanggal" -#: qtranslate_configuration.php:540 +#: admin/qtx_configuration.php:621 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime (use %q for day suffix (st,nd,rd,th)) or date format. This field is optional. (Example: %A %B %e%q, %Y)" msgstr "Tergantung pada format mode konversi Tanggal / Waktu, Anda juga dapat memasukkan strftime (use %q for day suffix (st,nd,rd,th)) atau format date. Field ini tidak wajib. (Contoh: %A %B %e%q, %Y)" -#: qtranslate_configuration.php:543 +#: admin/qtx_configuration.php:624 msgid "Time Format" msgstr "Format Waktu" -#: qtranslate_configuration.php:545 +#: admin/qtx_configuration.php:626 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime or date format. This field is optional. (Example: %I:%M %p)" msgstr "Tergantung pada mode konversi Tanggal / Waktu, Anda juga dapat memasukkan strftime atau format date. Field ini tidak wajib. (Contoh: %I:%M %p)" -#: qtranslate_configuration.php:548 +#: admin/qtx_configuration.php:629 msgid "Not Available Message" msgstr "Pesan Tidak Tersedia" -#: qtranslate_configuration.php:551 +#: admin/qtx_configuration.php:632 msgid "Message to display if post is not available in the requested language. (Example: Sorry, this entry is only available in %LANG:, : and %.)" msgstr "Pesan yang akan ditampilkan jika tulisan tidak tersedia dalam bahasa yang diminta. (Contoh: Maaf, tulisan ini tidak tersedia dalam bahasa %LANG:, : dan %.)" -#: qtranslate_configuration.php:552 +#: admin/qtx_configuration.php:633 msgid "%LANG:<normal_separator>:<last_separator>% generates a list of languages separated by <normal_separator> except for the last one, where <last_separator> will be used instead." msgstr "%LANG:<normal_separator>:<last_separator>% membangkitkan sebuah daftar bahasa yang dipisahkan dengan <normal_separator> kecuali yang terakhir, di mana <last_separator> yang akan digunakan." -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Hide" msgstr "" -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Show" msgstr "Tampilkan" -#: qtranslate_configuration.php:675 +#: admin/qtx_configuration.php:763 msgid "Save Changes" msgstr "Simpan Perubahan" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, fuzzy msgid "Switching Language" msgstr "Ubah Bahasa" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, php-format msgid "Switching language to %1$s... If the Dashboard isn't loading, use this link." msgstr "" -#: qtranslate_configuration.php:713 +#: admin/qtx_configuration.php:801 msgid "qTranslate has been reset." msgstr "qTranslate telah direset." -#: qtranslate_configuration.php:766 +#: admin/qtx_configuration.php:875 msgid "Gettext databases updated." msgstr "Database Gettext telah diperbaharui." -#: qtranslate_configuration.php:772 +#: admin/qtx_configuration.php:882 #, php-format msgid "Applicable options and taxonomy names from plugin %s have been imported. Note that the multilingual content of posts, pages and other objects has not been altered during this operation. There is no additional operation needed to import content, since its format is compatible with %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 #, php-format msgid "%sImportant%s: Before you start making edits to post and pages, please, make sure that both, your front site and admin back-end, work under this configuration. It may help to review \"%s\" and see if any of conflicting plugins mentioned there are used here. While the current content, coming from %s, is compatible with this plugin, the newly modified posts and pages will be saved with a new square-bracket-only encoding, which has a number of advantages comparing to former %s encoding. However, the new encoding is not straightforwardly compatible with %s and you will need an additional step available under \"%s\" option if you ever decide to go back to %s. Even with this additional conversion step, the 3rd-party plugins custom-stored data will not be auto-converted, but manual editing will still work. That is why it is advisable to create a test-copy of your site before making any further changes. In case you encounter a problem, please give us a chance to improve %s, send the login information to the test-copy of your site to %s along with a detailed step-by-step description of what is not working, and continue using your main site with %s meanwhile. It would also help, if you share a success story as well, either on %sthe forum%s, or via the same e-mail as mentioned above. Thank you very much for trying %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 admin/qtx_configuration.php:894 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:156 +msgid "Convert Database" +msgstr "Konversi Database" + +#: admin/qtx_configuration.php:883 msgid "This is a one-time message, which you will not see again, unless the same import is repeated." msgstr "" -#: qtranslate_configuration.php:775 qtranslate_configuration.php:1204 +#: admin/qtx_configuration.php:885 admin/qtx_configuration.php:1320 msgid "Compatibility Functions" msgstr "" -#: qtranslate_configuration.php:775 +#: admin/qtx_configuration.php:885 #, php-format msgid "Option \"%s\" has also been turned on, as the most common case for importing configuration from %s. You may turn it off manually if your setup does not require it. Refer to %sFAQ%s for more information." msgstr "" -#: qtranslate_configuration.php:783 +#: admin/qtx_configuration.php:894 #, php-format msgid "Applicable options have been exported to plugin %s. If you have done some post or page updates after migrating from %s, then \"%s\" operation is also required to convert the content to \"dual language tag\" style in order for plugin %s to function." msgstr "" -#: qtranslate_configuration.php:794 +#: admin/qtx_configuration.php:906 msgid "The Language must have a Not-Available Message!" msgstr "Bahasa haruslah sebuah Pesan yang Tidak Tersedia!" -#: qtranslate_configuration.php:795 +#: admin/qtx_configuration.php:907 msgid "The Language must have a Locale!" msgstr "Bahasa harus memiliki sebuah Locale!" -#: qtranslate_configuration.php:796 +#: admin/qtx_configuration.php:908 msgid "The Language must have a name!" msgstr "Bahasa harus memiliki nama!" -#: qtranslate_configuration.php:797 +#: admin/qtx_configuration.php:909 msgid "Language Code has to be 2 characters long!" msgstr "Kode bahasa harus terdiri dari 2 karakter!" -#: qtranslate_configuration.php:801 qtranslate_configuration.php:807 +#: admin/qtx_configuration.php:916 admin/qtx_configuration.php:922 msgid "There is already a language with the same Language Code!" msgstr "Sudah ada bahasa yang sama dengan Kode Bahasa!" -#: qtranslate_configuration.php:892 qtranslate_configuration.php:914 -#: qtranslate_configuration.php:921 qtranslate_configuration.php:938 -msgid "No such language!" -msgstr "Tidak ada bahasa tersebut!" - -#: qtranslate_configuration.php:906 +#: admin/qtx_configuration.php:1019 msgid "Language is already enabled or invalid!" msgstr "Bahasa sudah aktif atau tidak valid!" -#: qtranslate_configuration.php:911 +#: admin/qtx_configuration.php:1025 msgid "Cannot disable Default Language!" msgstr "Tidak dapat menonaktifkan Bahasa yang Default!" -#: qtranslate_configuration.php:917 +#: admin/qtx_configuration.php:1028 admin/qtx_configuration.php:1035 +#: admin/qtx_configuration.php:1052 +msgid "No such language!" +msgstr "Tidak ada bahasa tersebut!" + +#: admin/qtx_configuration.php:1031 msgid "Language is already disabled!" msgstr "Bahasa sudah dinoaktifkan!" -#: qtranslate_configuration.php:925 +#: admin/qtx_configuration.php:1039 msgid "Language is already first!" msgstr "Bahasa sudah ada duluan!" -#: qtranslate_configuration.php:931 qtranslate_configuration.php:948 +#: admin/qtx_configuration.php:1045 admin/qtx_configuration.php:1062 msgid "New order saved." msgstr "Urutan baru telah disimpan." -#: qtranslate_configuration.php:942 +#: admin/qtx_configuration.php:1056 msgid "Language is already last!" msgstr "Bahasa sudah ada terakhir!" -#: qtranslate_configuration.php:960 +#: admin/qtx_configuration.php:1074 msgid "Options saved." msgstr "Pilihan telah disimpan." -#: qtranslate_configuration.php:965 +#: admin/qtx_configuration.php:1079 #, php-format msgid "Could not write to \"%s\", Gettext Databases could not be downloaded!" msgstr "Tidak dapat menulisi ke \"%s\", Database Gettext tidak dapat didownload!" -#: qtranslate_configuration.php:991 +#: admin/qtx_configuration.php:1105 msgid "Edit Language" msgstr "Ubah Bahasa" -#: qtranslate_configuration.php:994 +#: admin/qtx_configuration.php:1108 msgid "Save Changes »" msgstr "Simpan Perubahan »" -#: qtranslate_configuration.php:999 +#: admin/qtx_configuration.php:1110 +msgid "back to configuration page" +msgstr "" + +#: admin/qtx_configuration.php:1114 msgid "Language Management (qTranslate Configuration)" msgstr "Pengaturan Bahasa (Konfigurasi qTranslate)" -#: qtranslate_configuration.php:1000 +#: admin/qtx_configuration.php:1115 #, php-format msgid "For help on how to configure qTranslate correctly, take a look at the qTranslate FAQ and the Support Forum." msgstr "Untuk bantuan bagaimana cara mengkonfigurasikan qTranslate dengan benar, kunjungi qTranslate FAQ dan Forum Diskusi." -#: qtranslate_configuration.php:1002 +#: admin/qtx_configuration.php:1117 msgid "General Settings" msgstr "Pengaturan Umum" -#: qtranslate_configuration.php:1005 +#: admin/qtx_configuration.php:1120 msgid "Default Language / Order" msgstr "Default Bahasa / Urutan" -#: qtranslate_configuration.php:1007 +#: admin/qtx_configuration.php:1122 msgid "Default Language" msgstr "Default Bahasa" -#: qtranslate_configuration.php:1020 +#: admin/qtx_configuration.php:1135 #, php-format msgid "Choose the default language of your blog. This is the language which will be shown on %s. You can also change the order the languages by clicking on the arrows above." msgstr "Pilih bahasa default di blog Anda. Ini bahasa yang akan ditampilkan di %s. Anda juga dapat mengganti urutan bahasa dengan mengklik panah di atas." -#: qtranslate_configuration.php:1025 +#: admin/qtx_configuration.php:1140 msgid "Hide Untranslated Content" msgstr "Sembunyikan Isi yang Tidak Diterjemahkan" -#: qtranslate_configuration.php:1027 +#: admin/qtx_configuration.php:1142 msgid "Hide Content which is not available for the selected language." msgstr "Sembunyikan Isi yang tidak tersedia untuk bahasa yang terpilih." -#: qtranslate_configuration.php:1029 +#: admin/qtx_configuration.php:1144 msgid "When checked, posts will be hidden if the content is not available for the selected language. If unchecked, a message will appear showing all the languages the content is available in." msgstr "Ketika dicentang, tulisan akan disembunyikan jika isi tidak tersedia untuk bahasa terpilih. Jika tidak dicentang, sebuah pesan akan muncul menampilkan semua isi bahasa yang tersedia." -#: qtranslate_configuration.php:1030 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Export" +msgstr "" + +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Import" +msgstr "" + +#: admin/qtx_configuration.php:1145 #, fuzzy, php-format msgid "This function will not work correctly if you installed %s on a blog with existing entries. In this case you will need to take a look at option \"%s\" under \"%s\" section." msgstr "Fungsi ini tidak akan berfungsi dengan benar jika Anda telah menginstall qTranslate di sebuah blog dengan isian yang sudah ada. Dalam hal ini Anda perlu melihat \"Konversi Database\" di bawah \"Pengaturan Lanjut\"." -#: qtranslate_configuration.php:1032 +#: admin/qtx_configuration.php:1147 #, fuzzy msgid "Show displayed language prefix when content is not available for the selected language." msgstr "Sembunyikan Isi yang tidak tersedia untuk bahasa yang terpilih." -#: qtranslate_configuration.php:1036 +#: admin/qtx_configuration.php:1151 msgid "Detect Browser Language" msgstr "Mendeteksi Bahasa Browser" -#: qtranslate_configuration.php:1038 +#: admin/qtx_configuration.php:1153 msgid "Detect the language of the browser and redirect accordingly." msgstr "Mendeteksi bahasa yang digunakan browser dan langsung meredirect sesuai dengan bahasa tersebut." -#: qtranslate_configuration.php:1040 +#: admin/qtx_configuration.php:1155 msgid "When the frontpage is visited via bookmark/external link/type-in, the visitor will be forwarded to the correct URL for the language specified by his browser." msgstr "Ketika halaman depan dikunjungi melalui bookmark/link eksternal/pengetikan, pengunjung akan diarahkan ke URL yang benar untuk bahasa yang ditentukan oleh browsernya." -#: qtranslate_configuration.php:1045 +#: admin/qtx_configuration.php:1160 msgid "Advanced Settings" msgstr "Pengaturan Lanjut" -#: qtranslate_configuration.php:1052 qtranslate_configuration.php:1054 -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1167 admin/qtx_configuration.php:1169 +#: admin/qtx_configuration.php:1243 msgid "URL Modification Mode" msgstr "Mode Perubahan URL" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Most SEO unfriendly, not recommended." msgstr "" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Use Query Mode (?lang=en)" msgstr "Gunakan Mode Query (?lang=en)" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "SEO friendly." msgstr "" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "Use Pre-Path Mode (Default, puts /en/ in front of URL)" msgstr "Gunakan Mode Pre-Path (Default, tempatkan /en/ di depan URL)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "Use Pre-Domain Mode (uses http://en.yoursite.com)" msgstr "Gunakan Mode Pre-Domain (menggunakan http://en.yoursite.com)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "You will need to configure DNS sub-domains on your site." msgstr "" -#: qtranslate_configuration.php:1068 +#: admin/qtx_configuration.php:1183 msgid "Hide URL language information for default language." msgstr "Sembunyikan informasi bahasa URL untuk bahasa yang default." -#: qtranslate_configuration.php:1069 +#: admin/qtx_configuration.php:1184 msgid "This is only applicable to Pre-Path and Pre-Domain mode." msgstr "" -#: qtranslate_configuration.php:1074 +#: admin/qtx_configuration.php:1189 #, fuzzy msgid "Use Per-Domain mode: specify separate user-defined domain for each language." msgstr "Gunakan fungsi tanggal yang diemulasi dan menggantikan format dengan format yang didefinsikan semula untuk setiap bahasa." -#: qtranslate_configuration.php:1092 +#: admin/qtx_configuration.php:1208 msgid "Domain for" msgstr "" -#: qtranslate_configuration.php:1097 +#: admin/qtx_configuration.php:1213 msgid "Flag Image Path" msgstr "Lokasi Gambar Bendera" -#: qtranslate_configuration.php:1101 +#: admin/qtx_configuration.php:1217 #, fuzzy, php-format msgid "Path to the flag images under wp-content, with trailing slash. (Default: %s, clear the value above to reset it to the default)" msgstr "Direktori ke gambar bendera di baewah direktori wp-content, dengan karakter slash di akhir. (Default: plugins/qtranslate/flags/)" -#: qtranslate_configuration.php:1105 +#: admin/qtx_configuration.php:1221 msgid "Ignore Links" msgstr "Abaikan Link" -#: qtranslate_configuration.php:1109 +#: admin/qtx_configuration.php:1225 #, fuzzy, php-format msgid "Don't convert links to files of the given file types. (Always included: %s)" msgstr "Jangan konversi Link ke file dari tipe file yang diberikan. (Default: gif,jpg,jpeg,png,pdf,swf,tif,rar,zip,7z,mpg,divx,mpeg,avi,css,js)" -#: qtranslate_configuration.php:1113 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1229 qtranslate_widget.php:119 msgid "Head inline CSS" msgstr "" -#: qtranslate_configuration.php:1115 +#: admin/qtx_configuration.php:1231 msgid "CSS code added by plugin in the head of front-end pages:" msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 qtranslate_widget.php:119 msgid "To disable this inline CSS, clear the check box." msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 admin/qtx_configuration.php:1395 +#: qtranslate_widget.php:119 msgid "To reset to default, clear the text." msgstr "" -#: qtranslate_configuration.php:1123 +#: admin/qtx_configuration.php:1239 #, fuzzy msgid "Cookie Settings" msgstr "Pengaturan" -#: qtranslate_configuration.php:1125 +#: admin/qtx_configuration.php:1241 #, php-format msgid "Disable language client cookie \"%s\" (not recommended)." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Language cookie is auto-disabled for \"%s\" \"Pre-Domain\" and \"Per-Domain\", as language is always unambiguously defined by a url in those modes." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Otherwise, use this option with a caution, for simple enough sites only. If checked, the user choice of browsing language will not be saved between sessions and some AJAX calls may deliver unexpected language, as well as some undesired language switching during browsing may occur under certain themes (%sRead More%s)." msgstr "" -#: qtranslate_configuration.php:1129 +#: admin/qtx_configuration.php:1245 #, php-format msgid "Make %s cookies available only through HTTPS connections." msgstr "" -#: qtranslate_configuration.php:1131 +#: admin/qtx_configuration.php:1247 msgid "Don't check this if you don't know what you're doing!" msgstr "" -#: qtranslate_configuration.php:1135 +#: admin/qtx_configuration.php:1251 msgid "Update Gettext Databases" msgstr "Perbaharui Database Gettext" -#: qtranslate_configuration.php:1137 +#: admin/qtx_configuration.php:1253 msgid "Automatically check for .mo-Database Updates of installed languages." msgstr "Otomatis memeriksa Perubahan mo-Database dari bahasa yang diinstall." -#: qtranslate_configuration.php:1139 +#: admin/qtx_configuration.php:1255 msgid "Update Gettext databases now." msgstr "Perbaharui database Gettext sekarang." -#: qtranslate_configuration.php:1141 +#: admin/qtx_configuration.php:1257 msgid "qTranslate will query the Wordpress Localisation Repository every week and download the latest Gettext Databases (.mo Files)." msgstr "qTranslate akan melakukan query ke Tempat Lokalisasi WordPress setiap minggu dan mendownload Database Gettext (.mo Files) terakhir." -#: qtranslate_configuration.php:1145 +#: admin/qtx_configuration.php:1261 msgid "Date / Time Conversion" msgstr "Konversi Tanggal / Jam" -#: qtranslate_configuration.php:1147 +#: admin/qtx_configuration.php:1263 msgid "Use emulated date function." msgstr "Gunakan fungsi tanggal yang diemulasi." -#: qtranslate_configuration.php:1148 +#: admin/qtx_configuration.php:1264 msgid "Use emulated date function and replace formats with the predefined formats for each language." msgstr "Gunakan fungsi tanggal yang diemulasi dan menggantikan format dengan format yang didefinsikan semula untuk setiap bahasa." -#: qtranslate_configuration.php:1149 +#: admin/qtx_configuration.php:1265 msgid "Use strftime instead of date." msgstr "Gunakan strftime menggantikan tanggal." -#: qtranslate_configuration.php:1150 +#: admin/qtx_configuration.php:1266 msgid "Use strftime instead of date and replace formats with the predefined formats for each language." msgstr "Gunakan strftime menggantikan tanggal dan menggantikan format dengan format yang didefinisikan semula untuk setiap bahasa." -#: qtranslate_configuration.php:1151 +#: admin/qtx_configuration.php:1267 msgid "Depending on the mode selected, additional customizations of the theme may be needed." msgstr "Tergantung pada mode yang terpilih, kostumisasi tambahan dari theme mungkin dibutuhkan." -#: qtranslate_configuration.php:1160 +#: admin/qtx_configuration.php:1276 #, fuzzy msgid "Translation of options" msgstr "Terjemahkan ke" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Filter all WordPress options for translation at front-end. It may hurt performance of the site, but ensures that all options are translated." msgstr "" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Starting from version 3.2.5, only options with multilingual content get filtered, which should help on performance issues." msgstr "" -#: qtranslate_configuration.php:1164 +#: admin/qtx_configuration.php:1280 msgid "Translate only options listed below (for experts only):" msgstr "" -#: qtranslate_configuration.php:1167 +#: admin/qtx_configuration.php:1283 #, php-format msgid "By default, all options are filtered to be translated at front-end for the sake of simplicity of configuration. However, for a developed site, this may cause a considerable performance degradation. Normally, there are very few options, which actually need a translation. You may simply list them above to minimize the performance impact, while still getting translations needed. Options names must match the field \"%s\" of table \"%s\" of WordPress database. A minimum common set of option, normally needed a translation, is already entered in the list above as a default example. Option names in the list may contain wildcard with symbol \"%s\"." msgstr "" -#: qtranslate_configuration.php:1171 +#: admin/qtx_configuration.php:1287 msgid "Custom Fields" msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 #, php-format msgid "Enter \"%s\" or \"%s\" attribute of text fields from your theme, which you wish to translate. This applies to post, page and media editors (%s). To lookup \"%s\" or \"%s\", right-click on the field in the post or the page editor and choose \"%s\". Look for an attribute of the field named \"%s\" or \"%s\". Enter it below, as many as you need, space- or comma-separated. After saving configuration, these fields will start responding to the language switching buttons, and you can enter different text for each language. The input fields of type %s will be parsed using %s syntax, while single line text fields will use %s syntax. If you need to override this behaviour, prepend prefix %s or %s to the name of the field to specify which syntax to use. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 msgctxt "browser option" msgid "Inspect Element" msgstr "" -#: qtranslate_configuration.php:1180 +#: admin/qtx_configuration.php:1296 msgid "The value of \"id\" attribute is normally unique within one page, otherwise the first field found, having an id specified, is picked up." msgstr "" -#: qtranslate_configuration.php:1187 +#: admin/qtx_configuration.php:1303 #, php-format msgid "All the fields of specified classes will respond to Language Switching Buttons. Be careful not to include a class, which would affect language-neutral fields. If you cannot uniquely identify a field needed neither by %s, nor by %s attribute, report the issue on %sSupport Forum%s" msgstr "" -#: qtranslate_configuration.php:1191 +#: admin/qtx_configuration.php:1307 msgid "Custom Filters" msgstr "" -#: qtranslate_configuration.php:1194 +#: admin/qtx_configuration.php:1310 #, php-format msgid "Names of filters (which are enabled on theme or other plugins via %s function) to add translation to. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1198 +#: admin/qtx_configuration.php:1314 msgid "Custom Admin Pages" msgstr "" -#: qtranslate_configuration.php:1200 +#: admin/qtx_configuration.php:1316 #, php-format msgid "List the custom admin page paths for which you wish Language Switching Buttons to show up. The Buttons will then control fields configured in \"Custom Fields\" section. You may only include part of the full URL after %s, including a distinctive query string if needed. As many as desired pages can be listed space/comma separated. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1206 +#: admin/qtx_configuration.php:1322 #, php-format msgid "Enable function name compatibility (%s)." msgstr "" -#: qtranslate_configuration.php:1207 +#: admin/qtx_configuration.php:1323 #, php-format msgid "Some plugins and themes use direct calls to the functions listed, which are defined in former %s plugin and some of its forks. Turning this flag on will enable those function to exists, which will make the dependent plugins and themes to work. WordPress policy prohibits to define functions with the same names as in other plugins, since it generates user-unfriendly fatal errors, when two conflicting plugins are activated simultaneously. Before turning this option on, you have to make sure that there are no other plugins active, which define those functions." msgstr "" -#: qtranslate_configuration.php:1211 +#: admin/qtx_configuration.php:1327 msgid "Editor Mode" msgstr "" -#: qtranslate_configuration.php:1213 +#: admin/qtx_configuration.php:1329 msgid "Use Language Switching Buttons (LSB)." msgstr "" -#: qtranslate_configuration.php:1214 +#: admin/qtx_configuration.php:1330 msgid "This is the default mode." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Do not use Language Switching Buttons to edit multi-language text entries." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Editor Raw Mode" msgstr "" -#: qtranslate_configuration.php:1216 +#: admin/qtx_configuration.php:1332 msgid "Some people prefer to edit the raw entries containing all languages together separated by language defining tags, as they are stored in database." msgstr "" -#: qtranslate_configuration.php:1267 -#, fuzzy, php-format -msgid "%s Flag" -msgstr "Bendera" +#: admin/qtx_configuration.php:1340 admin/qtx_configuration.php:1343 +msgid "LSB Style" +msgstr "" + +#: admin/qtx_configuration.php:1344 +msgid "Choose CSS style for how Language Switching Buttons are rendered:" +msgstr "" + +#: admin/qtx_configuration.php:1345 +#, php-format +msgid "LSB %s-wrap classes:" +msgstr "" + +#: admin/qtx_configuration.php:1346 +msgid "Active button class:" +msgstr "" + +#: admin/qtx_configuration.php:1347 +msgid "The above is reset to an appropriate default, if the below is changed." +msgstr "" + +#: admin/qtx_configuration.php:1348 +msgid "CSS set:" +msgstr "" + +#: admin/qtx_configuration.php:1352 admin/qtx_configuration.php:1354 +#: admin/qtx_configuration.php:1388 admin/qtx_configuration.php:1390 +msgid "Use custom CSS" +msgstr "" + +#: admin/qtx_configuration.php:1354 +#, php-format +msgid "Choice \"%s\" disables this option and allows one to use its own custom CSS provided by other means." +msgstr "" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1371 admin/qtx_configuration.php:1375 +#: admin/qtx_user_options.php:18 +msgid "Highlight Style" +msgstr "" + +#: admin/qtx_configuration.php:1373 +msgid "When there are many integrated or customized translatable fields, it may become confusing to know which field has multilingual value. The highlighting of translatable fields may come handy then:" +msgstr "" + +#: admin/qtx_configuration.php:1376 admin/qtx_configuration.php:1378 +msgid "Do not highlight the translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1380 admin/qtx_configuration.php:1382 +msgid "Show a line on the left border of translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1384 admin/qtx_configuration.php:1386 +msgid "Draw a border around translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1395 +msgid "Admin Color Scheme" +msgstr "" + +#: admin/qtx_configuration.php:1395 +#, php-format +msgid "The color in use is taken from your profile option %s, the third color." +msgstr "" + +#: admin/qtx_configuration.php:1433 +#, fuzzy +msgid "List of Configured Languages" +msgstr "Bahasa Asal" + +#: admin/qtx_configuration.php:1438 +#, php-format +msgid "Only enabled languages are loaded at front-end, while all %d configured languages are listed here." +msgstr "" + +#: admin/qtx_configuration.php:1439 +msgid "The table below contains both pre-defined and manually added or modified languages." +msgstr "" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Delete" +msgstr "Hapus" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Disable" msgstr "Tidak Aktif" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Enable" msgstr "Aktif" -#: qtranslate_configuration.php:1270 -msgid "Edit" -msgstr "Ubah" +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Reset" +msgstr "" -#: qtranslate_configuration.php:1271 +#: admin/qtx_configuration.php:1440 +#, php-format +msgid "You may %s or %s a language, or %s manually added language, or %s previous modifications of a pre-defined language." +msgstr "" + +#: admin/qtx_configuration.php:1441 +#, php-format +msgid "Click %s to modify language properties." +msgstr "" + +#: admin/qtx_configuration.php:1463 +#, fuzzy, php-format +msgid "%s Flag" +msgstr "Bendera" + +#: admin/qtx_configuration.php:1465 msgid "Default" msgstr "Default" -#: qtranslate_configuration.php:1271 -msgid "Delete" -msgstr "Hapus" +#: admin/qtx_configuration.php:1467 +msgid "Pre-Defined" +msgstr "" -#: qtranslate_configuration.php:1276 +#: admin/qtx_configuration.php:1476 msgid "Enabling a language will cause qTranslate to update the Gettext-Database for the language, which can take a while depending on your server's connection speed." msgstr "Dengan mengaktifkan sebuah bahasa akan menyebabkan qTranslate memperbaharui Database-Gettext untuk bahasa tersebut, yang akan tergantung pada kecepatan koneksi server Anda." -#: qtranslate_configuration.php:1283 +#: admin/qtx_configuration.php:1483 msgid "Add Language" msgstr "Tambah Bahasa" -#: qtranslate_configuration.php:1286 +#: admin/qtx_configuration.php:1486 msgid "Add Language »" msgstr "Tambah Bahasa »" -#: qtranslate_configuration.php:1301 +#: admin/qtx_configuration.php:1508 #, fuzzy msgid "Language Menu" msgstr "Kode Bahasa" -#: qtranslate_configuration.php:1350 +#: admin/qtx_configuration.php:1557 msgid "Help" msgstr "" -#: qtranslate_configuration.php:1352 +#: admin/qtx_configuration.php:1559 #, php-format msgid "Menu item added is replaced with a sub-menu of available languages when menu is rendered. Depending on how your theme renders menu you may need to override and customize css entries %s and %s, originally defined in %s. The field \"URL\" of inserted menu item allows additional configuration described in %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1357 +#: admin/qtx_configuration.php:1564 msgid "Add to Menu" msgstr "" -#: qtranslate_configuration.php:1367 +#: admin/qtx_configuration.php:1574 #, fuzzy msgid "Language Switcher" msgstr "Kode Bahasa" -#: qtranslate_configuration.php:1404 +#: admin/qtx_configuration.php:1619 msgid "Settings" msgstr "Pengaturan" +#: admin/qtx_import_export.php:125 +msgid "Plugin" +msgstr "" + +#: admin/qtx_import_export.php:131 +msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." +msgstr "" + +#: admin/qtx_import_export.php:134 +#, php-format +msgid "Use plugin %s to import data." +msgstr "" + +#: admin/qtx_import_export.php:138 +msgid "Do not migrate any setting" +msgstr "" + +#: admin/qtx_import_export.php:140 +#, fuzzy +msgid "Import settings from " +msgstr "Reset qTranslate" + +#: admin/qtx_import_export.php:142 +#, fuzzy +msgid "Export settings to " +msgstr "Reset qTranslate" + +#: admin/qtx_import_export.php:158 +#, php-format +msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." +msgstr "Jika Anda sedang mengubah dari qTranslate 1.x atau Polyglot, klik di sini untuk mengkonversi tulisan ke format tag bahasa yang baru." + +#: admin/qtx_import_export.php:159 +#, php-format +msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." +msgstr "Jika Anda telah menginstall qTranslate untuk pertama kali di WordPress dengan tulisan yang sudah ada, Anda juga dapat melalui semua tulisan secara manual dan menyimpannya dalam bahasa yang benar atau klik di sini untuk menandai semua tulisan yang sudah ada sebagai telah ditulis dalam bahasa yang default." + +#: admin/qtx_import_export.php:160 +msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." +msgstr "Kedua proses tidak dapat dikembalikan! Pastikan untuk membuat backup database secara lengkap dengan mengklik salah satu links" + +#: admin/qtx_import_export.php:161 +#, fuzzy +msgid "Do not convert database" +msgstr "Konversi Database" + +#: admin/qtx_import_export.php:162 +msgid "Convert database to the \"square bracket only\" style." +msgstr "" + +#: admin/qtx_import_export.php:163 +#, php-format +msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." +msgstr "" + +#: admin/qtx_import_export.php:164 +msgid "Convert database back to the legacy \"dual language tag\" style." +msgstr "" + +#: admin/qtx_import_export.php:165 +msgid "Note, that only string options and standard post and page fields are affected." +msgstr "" + +#: admin/qtx_import_export.php:174 +msgid "Reset qTranslate" +msgstr "Reset qTranslate" + +#: admin/qtx_import_export.php:176 +msgid "Check this box and click Save Changes to reset all qTranslate settings." +msgstr "Centang kotak ini lalu kilik Simpan Perubahan untuk meriset semua pengaturan qTranslate." + +#: admin/qtx_import_export.php:178 +msgid "Yes, I really want to reset qTranslate." +msgstr "Ya, saya mau meriset qTranslate." + +#: admin/qtx_import_export.php:180 +msgid "Also delete Translations for Categories/Tags/Link Categories." +msgstr "Juga hapus Translasi untuk Kategori/Tags/Kategori Link" + +#: admin/qtx_import_export.php:182 +msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." +msgstr "Jika sesuatu tidak berfungsi dengan baik, Anda dapat selalu mencoba untuk meriset semua pengaturan qTranslate. Riset tidak akan menghapus tulisan tapi akan menghapus semua pengaturan (termasuk semua bahasa yang telah ditambahkan)." + +#: admin/qtx_languages.php:93 +#, fuzzy +msgid "Cannot delete Default Language!" +msgstr "Tidak dapat menonaktifkan Bahasa yang Default!" + +#: admin/qtx_user_options.php:9 +#, fuzzy +msgid "Translation options" +msgstr "Terjemahkan ke" + +#: admin/qtx_user_options.php:14 +msgid "Highlight Translatable Fields" +msgstr "" + +#: admin/qtx_user_options.php:18 +#, php-format +msgid "The way the translatable fields are highlighted is configured with global option %s." +msgstr "" + #: qtranslate_frontend.php:162 qtranslate_widget.php:67 msgid "Language" msgstr "Bahasa" diff --git a/lang/qtranslate-it_IT.po b/lang/qtranslate-it_IT.po index 4a6adec..8cee7b8 100644 --- a/lang/qtranslate-it_IT.po +++ b/lang/qtranslate-it_IT.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: qTranslate-X 3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-03-19 14:09-0600\n" +"POT-Creation-Date: 2015-03-25 22:22-0600\n" "PO-Revision-Date: 2010-01-16 18:10+0100\n" "Last-Translator: shecky \n" "Language-Team: ITALIAN \n" @@ -10,774 +10,905 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: admin/activation_hook.php:37 admin/activation_hook.php:137 -#: qtranslate_configuration.php:772 +#: admin/qtx_activation_hook.php:80 admin/qtx_activation_hook.php:205 +#: admin/qtx_configuration.php:882 #, php-format msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so." msgstr "" -#: admin/activation_hook.php:38 +#: admin/qtx_activation_hook.php:81 #, php-format msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously." msgstr "" -#: admin/activation_hook.php:40 +#: admin/qtx_activation_hook.php:83 #, php-format msgid "The compatible settings from %s have been imported to %s. Further tuning, import, export and reset of options can be done at Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:42 +#: admin/qtx_activation_hook.php:85 #, php-format msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:135 +#: admin/qtx_activation_hook.php:203 #, php-format msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/Languages configuration page. Then you have to deactivate one of the plugins to continue." msgstr "" -#: admin/activation_hook.php:140 admin/activation_hook.php:142 +#: admin/qtx_activation_hook.php:208 admin/qtx_activation_hook.php:210 #, php-format msgid "Deactivate %s" msgstr "" -#: admin/activation_hook.php:176 +#: admin/qtx_activation_hook.php:249 #, php-format msgid "Plugin %s may be integrated with multilingual plugin %s with a help of plugin %s." msgstr "" -#: admin/activation_hook.php:178 +#: admin/qtx_activation_hook.php:251 msgid "Please, press an appropriate button below." msgstr "" -#: admin/activation_hook.php:182 +#: admin/qtx_activation_hook.php:255 #, php-format msgid "Activate plugin %s" msgstr "" -#: admin/activation_hook.php:184 +#: admin/qtx_activation_hook.php:257 #, php-format msgid "Install plugin %s" msgstr "" -#: admin/activation_hook.php:186 +#: admin/qtx_activation_hook.php:259 msgid "I am aware of that, dismiss this message." msgstr "" -#: admin/activation_hook.php:240 +#: admin/qtx_activation_hook.php:309 #, php-format msgid "Thank you for using %s plugin!" msgstr "" -#: admin/activation_hook.php:242 +#: admin/qtx_activation_hook.php:311 #, php-format msgid "Please, help us to make a decision on \"%s\" feature, press the button below." msgstr "" -#: admin/activation_hook.php:242 admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:311 admin/qtx_activation_hook.php:313 #: qtranslate_services.php:787 #, fuzzy msgid "Translation Service" msgstr "Servizi qTranslate" -#: admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:313 #, php-format msgid "Survey on \"%s\" feature" msgstr "" -#: admin/activation_hook.php:245 +#: admin/qtx_activation_hook.php:314 admin/qtx_activation_hook.php:348 msgid "I have already done it, dismiss this message." msgstr "" -#: admin/admin_utils.php:145 +#: admin/qtx_activation_hook.php:346 +#, php-format +msgid "The latest version of plugin %s has a number of new options, for example, %s, which may change the look of some pages. Please, review the help text of new options on %sconfiguration page%s." +msgstr "" + +#: admin/qtx_admin_utils.php:146 msgid "Database has been converted to square bracket format." msgstr "" -#: admin/admin_utils.php:145 admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:146 admin/qtx_admin_utils.php:148 msgid "Note: custom entries are not touched." msgstr "" -#: admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:148 msgid "Database has been converted to legacy dual-tag format." msgstr "" -#: admin/admin_utils.php:405 qtranslate_configuration.php:484 -#: qtranslate_configuration.php:507 qtranslate_frontend.php:168 +#: admin/qtx_admin_utils.php:406 admin/qtx_configuration.php:565 +#: admin/qtx_configuration.php:588 qtranslate_frontend.php:168 #: qtranslate_frontend.php:195 msgid "Flag" msgstr "Bandiera" -#: admin/admin_utils.php:406 qtranslate_configuration.php:525 +#: admin/qtx_admin_utils.php:407 admin/qtx_configuration.php:606 msgid "Name" msgstr "Nome" -#: admin/admin_utils.php:407 qtranslate_services.php:383 +#: admin/qtx_admin_utils.php:408 qtranslate_services.php:383 msgid "Action" msgstr "Azione" -#: admin/admin_utils.php:420 qtranslate_configuration.php:471 -#: qtranslate_configuration.php:1245 -msgid "Languages" -msgstr "Lingue" - -#: admin/import_export.php:125 -msgid "Plugin" -msgstr "" - -#: admin/import_export.php:131 -msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." -msgstr "" - -#: admin/import_export.php:134 -#, php-format -msgid "Use plugin %s to import data." -msgstr "" - -#: admin/import_export.php:138 -msgid "Do not migrate any setting" -msgstr "" - -#: admin/import_export.php:140 -#, fuzzy -msgid "Import settings from " -msgstr "Ripristina qTranslate" - -#: admin/import_export.php:142 -#, fuzzy -msgid "Export settings to " -msgstr "Ripristina qTranslate" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Export" -msgstr "" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Import" -msgstr "" - -#: admin/import_export.php:156 qtranslate_configuration.php:773 -#: qtranslate_configuration.php:783 qtranslate_configuration.php:1030 -msgid "Convert Database" -msgstr "Conversione Database" - -#: admin/import_export.php:158 -#, php-format -msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." -msgstr "Se stai aggiornando da qTranslate o Polyglot 1.x, clicca qui per convertire gli argomenti con i nuovi formati di tag lingua." - -#: admin/import_export.php:159 -#, php-format -msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." -msgstr "Se hai installato qTranslate per la prima volta su Wordpress con argomenti esistenti, è possibile scorrere manualmente tutti gli argomenti e salvarli nella lingua corretta oppure cliccare qui per contrassegnare tutti gli argomenti esistenti, come scritto nella lingua predefinita." - -#: admin/import_export.php:160 -msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." -msgstr "Entrambi i processi sono irreversibili! Assicurarsi di effettuare una backup completo dei dati prima di fare clic su uno dei link." - -#: admin/import_export.php:161 -#, fuzzy -msgid "Do not convert database" -msgstr "Conversione Database" - -#: admin/import_export.php:162 -msgid "Convert database to the \"square bracket only\" style." -msgstr "" - -#: admin/import_export.php:163 -#, php-format -msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." -msgstr "" - -#: admin/import_export.php:164 -msgid "Convert database back to the legacy \"dual language tag\" style." -msgstr "" +#: admin/qtx_admin_utils.php:409 admin/qtx_configuration.php:1441 +#: admin/qtx_configuration.php:1466 +msgid "Edit" +msgstr "Modifica" -#: admin/import_export.php:165 -msgid "Note, that only string options and standard post and page fields are affected." +#: admin/qtx_admin_utils.php:410 +msgid "Stored" msgstr "" -#: admin/import_export.php:174 -msgid "Reset qTranslate" -msgstr "Ripristina qTranslate" - -#: admin/import_export.php:176 -msgid "Check this box and click Save Changes to reset all qTranslate settings." -msgstr "Seleziona questa casella e fai clic su Salva Modifiche per ripristinare tutte le impostazioni qTranslate." - -#: admin/import_export.php:178 -msgid "Yes, I really want to reset qTranslate." -msgstr "Si, voglio ripristinare qTranslate" - -#: admin/import_export.php:180 -msgid "Also delete Translations for Categories/Tags/Link Categories." -msgstr "Elimina anche le Traduzioni per Categorie/Tags/Links Categorie" - -#: admin/import_export.php:182 -msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." -msgstr "Se qualcosa non funziona correttamente, si può sempre cercare di ripristinare tutte le impostazioni di qTranslate. Un Ripristino non eliminerà nessun argomento, ma rimuoverà tutte le impostazioni (comprese tutte le lingue aggiunte)." +#: admin/qtx_admin_utils.php:421 admin/qtx_configuration.php:552 +#: admin/qtx_configuration.php:1424 +msgid "Languages" +msgstr "Lingue" -#: qtranslate_configuration.php:471 +#: admin/qtx_configuration.php:552 msgid "Language Management" msgstr "Gestione Linguaggi" -#: qtranslate_configuration.php:479 +#: admin/qtx_configuration.php:560 msgid "Language Code" msgstr "Codice Lingua" -#: qtranslate_configuration.php:481 +#: admin/qtx_configuration.php:562 msgid "2-Letter ISO Language Code for the Language you want to insert. (Example: en)" msgstr "Codice Lingua ISO a 2 lettere per la lingua che vuoi inserire. (Esempio: it)" -#: qtranslate_configuration.php:510 +#: admin/qtx_configuration.php:591 msgid "Incorrect Flag Image Path! Please correct it!" msgstr "Path immagine bandiera errato! Correggilo!" -#: qtranslate_configuration.php:513 +#: admin/qtx_configuration.php:594 msgid "Choose the corresponding country flag for language. (Example: gb.png)" msgstr "Scegli la bandiera corrispondente alla lingua (Esempio: it.png)" -#: qtranslate_configuration.php:527 +#: admin/qtx_configuration.php:608 msgid "The Name of the language, which will be displayed on the site. (Example: English)" msgstr "Il nome della lingua come sarà visualizzata nel sito (Esempio: Italiano)" -#: qtranslate_configuration.php:530 +#: admin/qtx_configuration.php:611 msgid "Locale" msgstr "Codice locale" -#: qtranslate_configuration.php:533 +#: admin/qtx_configuration.php:614 msgid "PHP and Wordpress Locale for the language. (Example: en_US)" msgstr "Codice locale PHP e Wordpress per la lingua. (Esempio: it_IT)" -#: qtranslate_configuration.php:534 +#: admin/qtx_configuration.php:615 msgid "You will need to install the .mo file for this language." msgstr "Devi installare il file .mo per questa lingua" -#: qtranslate_configuration.php:538 +#: admin/qtx_configuration.php:619 msgid "Date Format" msgstr "Formato Data" -#: qtranslate_configuration.php:540 +#: admin/qtx_configuration.php:621 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime (use %q for day suffix (st,nd,rd,th)) or date format. This field is optional. (Example: %A %B %e%q, %Y)" msgstr "Relativamente al tuo Metodo di Conversione di Data/Ora, puoi inserire o il formato strftime (usa %q per il sugffisso del giorno (st,nd,rd,th)) oppure il formato date. Questo campo è opzionale. (Esempio: %A %B %e%q, %Y)" -#: qtranslate_configuration.php:543 +#: admin/qtx_configuration.php:624 msgid "Time Format" msgstr "Formato Ora" -#: qtranslate_configuration.php:545 +#: admin/qtx_configuration.php:626 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime or date format. This field is optional. (Example: %I:%M %p)" msgstr "Relativamente al tuo Metodo di Conversione di Data/Ora, puoi inserire o il formato strftime oppure il formato date. Questo campo è opzionale. (Esempio: %I:%M %p)" -#: qtranslate_configuration.php:548 +#: admin/qtx_configuration.php:629 msgid "Not Available Message" msgstr "Messaggio Non Disponibile" -#: qtranslate_configuration.php:551 +#: admin/qtx_configuration.php:632 msgid "Message to display if post is not available in the requested language. (Example: Sorry, this entry is only available in %LANG:, : and %.)" msgstr "Messaggio da visualizzare se l'articolo non è disponibile nella lingua richiesta. (Esempio: Spiacente, questa articolo è diponibile solo in %LANG:, : e %.)" -#: qtranslate_configuration.php:552 +#: admin/qtx_configuration.php:633 msgid "%LANG:<normal_separator>:<last_separator>% generates a list of languages separated by <normal_separator> except for the last one, where <last_separator> will be used instead." msgstr "%LANG:<normal_separator>:<last_separator>% genera una lista di lingue separate da <normal_separator> eccetto per l'ultima, dove sarà utilizzato <last_separator>." -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Hide" msgstr "" -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Show" msgstr "Mostra" -#: qtranslate_configuration.php:675 +#: admin/qtx_configuration.php:763 msgid "Save Changes" msgstr "Salva le modifiche" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, fuzzy msgid "Switching Language" msgstr "Modifica Lingua" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, php-format msgid "Switching language to %1$s... If the Dashboard isn't loading, use this link." msgstr "" -#: qtranslate_configuration.php:713 +#: admin/qtx_configuration.php:801 msgid "qTranslate has been reset." msgstr "qTranslate è stato resettato." -#: qtranslate_configuration.php:766 +#: admin/qtx_configuration.php:875 msgid "Gettext databases updated." msgstr "Database Gettext aggiornato." -#: qtranslate_configuration.php:772 +#: admin/qtx_configuration.php:882 #, php-format msgid "Applicable options and taxonomy names from plugin %s have been imported. Note that the multilingual content of posts, pages and other objects has not been altered during this operation. There is no additional operation needed to import content, since its format is compatible with %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 #, php-format msgid "%sImportant%s: Before you start making edits to post and pages, please, make sure that both, your front site and admin back-end, work under this configuration. It may help to review \"%s\" and see if any of conflicting plugins mentioned there are used here. While the current content, coming from %s, is compatible with this plugin, the newly modified posts and pages will be saved with a new square-bracket-only encoding, which has a number of advantages comparing to former %s encoding. However, the new encoding is not straightforwardly compatible with %s and you will need an additional step available under \"%s\" option if you ever decide to go back to %s. Even with this additional conversion step, the 3rd-party plugins custom-stored data will not be auto-converted, but manual editing will still work. That is why it is advisable to create a test-copy of your site before making any further changes. In case you encounter a problem, please give us a chance to improve %s, send the login information to the test-copy of your site to %s along with a detailed step-by-step description of what is not working, and continue using your main site with %s meanwhile. It would also help, if you share a success story as well, either on %sthe forum%s, or via the same e-mail as mentioned above. Thank you very much for trying %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 admin/qtx_configuration.php:894 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:156 +msgid "Convert Database" +msgstr "Conversione Database" + +#: admin/qtx_configuration.php:883 msgid "This is a one-time message, which you will not see again, unless the same import is repeated." msgstr "" -#: qtranslate_configuration.php:775 qtranslate_configuration.php:1204 +#: admin/qtx_configuration.php:885 admin/qtx_configuration.php:1320 msgid "Compatibility Functions" msgstr "" -#: qtranslate_configuration.php:775 +#: admin/qtx_configuration.php:885 #, php-format msgid "Option \"%s\" has also been turned on, as the most common case for importing configuration from %s. You may turn it off manually if your setup does not require it. Refer to %sFAQ%s for more information." msgstr "" -#: qtranslate_configuration.php:783 +#: admin/qtx_configuration.php:894 #, php-format msgid "Applicable options have been exported to plugin %s. If you have done some post or page updates after migrating from %s, then \"%s\" operation is also required to convert the content to \"dual language tag\" style in order for plugin %s to function." msgstr "" -#: qtranslate_configuration.php:794 +#: admin/qtx_configuration.php:906 msgid "The Language must have a Not-Available Message!" msgstr "La lingua deve avere un Messaggio di NON Disponibilità!" -#: qtranslate_configuration.php:795 +#: admin/qtx_configuration.php:907 msgid "The Language must have a Locale!" msgstr "La lingua deve avere un Codice Locale!" -#: qtranslate_configuration.php:796 +#: admin/qtx_configuration.php:908 msgid "The Language must have a name!" msgstr "La lingua deve avere un nome!" -#: qtranslate_configuration.php:797 +#: admin/qtx_configuration.php:909 msgid "Language Code has to be 2 characters long!" msgstr "Il Codice Lingua deve essere lungo 2 caratteri!" -#: qtranslate_configuration.php:801 qtranslate_configuration.php:807 +#: admin/qtx_configuration.php:916 admin/qtx_configuration.php:922 msgid "There is already a language with the same Language Code!" msgstr "Esiste già una lingua con lo stesso Codice!" -#: qtranslate_configuration.php:892 qtranslate_configuration.php:914 -#: qtranslate_configuration.php:921 qtranslate_configuration.php:938 -msgid "No such language!" -msgstr "Nessuna lingua!" - -#: qtranslate_configuration.php:906 +#: admin/qtx_configuration.php:1019 msgid "Language is already enabled or invalid!" msgstr "La lingua è già abilitata o non è valida!" -#: qtranslate_configuration.php:911 +#: admin/qtx_configuration.php:1025 msgid "Cannot disable Default Language!" msgstr "Non puoi disabilitare il Linguaggio di Default!" -#: qtranslate_configuration.php:917 +#: admin/qtx_configuration.php:1028 admin/qtx_configuration.php:1035 +#: admin/qtx_configuration.php:1052 +msgid "No such language!" +msgstr "Nessuna lingua!" + +#: admin/qtx_configuration.php:1031 msgid "Language is already disabled!" msgstr "La Lingua è già disabilitata!" -#: qtranslate_configuration.php:925 +#: admin/qtx_configuration.php:1039 msgid "Language is already first!" msgstr "La lingua è già la principale!" -#: qtranslate_configuration.php:931 qtranslate_configuration.php:948 +#: admin/qtx_configuration.php:1045 admin/qtx_configuration.php:1062 msgid "New order saved." msgstr "Nuovo ordinamento salvato." -#: qtranslate_configuration.php:942 +#: admin/qtx_configuration.php:1056 msgid "Language is already last!" msgstr "La lingua è già l'ultima!" -#: qtranslate_configuration.php:960 +#: admin/qtx_configuration.php:1074 msgid "Options saved." msgstr "Opzioni salvate." -#: qtranslate_configuration.php:965 +#: admin/qtx_configuration.php:1079 #, php-format msgid "Could not write to \"%s\", Gettext Databases could not be downloaded!" msgstr "Impossibile scrivere su \"%s\", il Databases Gettext potrebbe non essere stato scaricato!" -#: qtranslate_configuration.php:991 +#: admin/qtx_configuration.php:1105 msgid "Edit Language" msgstr "Modifica Lingua" -#: qtranslate_configuration.php:994 +#: admin/qtx_configuration.php:1108 msgid "Save Changes »" msgstr "Salva Modifiche »" -#: qtranslate_configuration.php:999 +#: admin/qtx_configuration.php:1110 +msgid "back to configuration page" +msgstr "" + +#: admin/qtx_configuration.php:1114 msgid "Language Management (qTranslate Configuration)" msgstr "Gestione Linguaggi (Configurazione qTranslate)" -#: qtranslate_configuration.php:1000 +#: admin/qtx_configuration.php:1115 #, php-format msgid "For help on how to configure qTranslate correctly, take a look at the qTranslate FAQ and the Support Forum." msgstr "Per assistenza su come configurare correttamente qTranslate, dai un'occhiata alle FAQ di qTranslate ed al Forum di Supporto." -#: qtranslate_configuration.php:1002 +#: admin/qtx_configuration.php:1117 msgid "General Settings" msgstr "Impostazioni Generali" -#: qtranslate_configuration.php:1005 +#: admin/qtx_configuration.php:1120 msgid "Default Language / Order" msgstr "Lingua/Ordinamento Principale" -#: qtranslate_configuration.php:1007 +#: admin/qtx_configuration.php:1122 msgid "Default Language" msgstr "Lingua Principale" -#: qtranslate_configuration.php:1020 +#: admin/qtx_configuration.php:1135 #, php-format msgid "Choose the default language of your blog. This is the language which will be shown on %s. You can also change the order the languages by clicking on the arrows above." msgstr "Scegli il linguaggio principale del tuo blog. Questo è il linguaggio, che sarà mostrato sulla %s.È inoltre possibile modificare l'ordine delle lingue, cliccando sulle frecce di cui sopra." -#: qtranslate_configuration.php:1025 +#: admin/qtx_configuration.php:1140 msgid "Hide Untranslated Content" msgstr "Nascondi Contenuto Non Tradotto" -#: qtranslate_configuration.php:1027 +#: admin/qtx_configuration.php:1142 msgid "Hide Content which is not available for the selected language." msgstr "Nascondi Contenuto non disponibile per la lingua selezionata." -#: qtranslate_configuration.php:1029 +#: admin/qtx_configuration.php:1144 msgid "When checked, posts will be hidden if the content is not available for the selected language. If unchecked, a message will appear showing all the languages the content is available in." msgstr "Se settato, gli articoli verranno nascosti se il contenuto non è disponibile nella lingua scelta. Se non settato, verrà visualizzato un messaggio che mostrerà tutte le lingue per cui il contenuto è disponibile." -#: qtranslate_configuration.php:1030 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Export" +msgstr "" + +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Import" +msgstr "" + +#: admin/qtx_configuration.php:1145 #, fuzzy, php-format msgid "This function will not work correctly if you installed %s on a blog with existing entries. In this case you will need to take a look at option \"%s\" under \"%s\" section." msgstr "Questa funzione non funzionerà correttamente se hai installato qTranslate on un blog già attivo. In questo caso potresti aver bisogno di dare un'occhiata alla \"Conversione Database\" sotto \"Impostazioni Avanzate\"." -#: qtranslate_configuration.php:1032 +#: admin/qtx_configuration.php:1147 #, fuzzy msgid "Show displayed language prefix when content is not available for the selected language." msgstr "Nascondi Contenuto non disponibile per la lingua selezionata." -#: qtranslate_configuration.php:1036 +#: admin/qtx_configuration.php:1151 msgid "Detect Browser Language" msgstr "Rileva Linguaggio Browser" -#: qtranslate_configuration.php:1038 +#: admin/qtx_configuration.php:1153 msgid "Detect the language of the browser and redirect accordingly." msgstr "Rileva la lingua del browser e di conseguenza il reindirizzamento." -#: qtranslate_configuration.php:1040 +#: admin/qtx_configuration.php:1155 msgid "When the frontpage is visited via bookmark/external link/type-in, the visitor will be forwarded to the correct URL for the language specified by his browser." msgstr "Quando la pagina viene visitata tramite bookmark/link esterno/type-in, il visitatore sarà indirizzato all'URL corretto per la lingua specificata dal suo browser." -#: qtranslate_configuration.php:1045 +#: admin/qtx_configuration.php:1160 msgid "Advanced Settings" msgstr "Impostazioni Avanzate" -#: qtranslate_configuration.php:1052 qtranslate_configuration.php:1054 -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1167 admin/qtx_configuration.php:1169 +#: admin/qtx_configuration.php:1243 msgid "URL Modification Mode" msgstr "Modalità Modifica URL" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Most SEO unfriendly, not recommended." msgstr "" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Use Query Mode (?lang=en)" msgstr "Usa Modalità Query (?lang=it)" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "SEO friendly." msgstr "" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "Use Pre-Path Mode (Default, puts /en/ in front of URL)" msgstr "Usa Modalità Pre-Path (Default, inserisce /it/ all'inizio dell'URL)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "Use Pre-Domain Mode (uses http://en.yoursite.com)" msgstr "Use Modalità Pre-Domain (usa http://it.tuosito.com)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "You will need to configure DNS sub-domains on your site." msgstr "" -#: qtranslate_configuration.php:1068 +#: admin/qtx_configuration.php:1183 msgid "Hide URL language information for default language." msgstr "Nascondere le informazioni di lingua per la lingua di default." -#: qtranslate_configuration.php:1069 +#: admin/qtx_configuration.php:1184 msgid "This is only applicable to Pre-Path and Pre-Domain mode." msgstr "" -#: qtranslate_configuration.php:1074 +#: admin/qtx_configuration.php:1189 #, fuzzy msgid "Use Per-Domain mode: specify separate user-defined domain for each language." msgstr "Usa funzione di emulazione data e sostituisce con i formati predefiniti per ciascun linguaggio." -#: qtranslate_configuration.php:1092 +#: admin/qtx_configuration.php:1208 msgid "Domain for" msgstr "" -#: qtranslate_configuration.php:1097 +#: admin/qtx_configuration.php:1213 msgid "Flag Image Path" msgstr "Percorso delle immagini (bandiere)" -#: qtranslate_configuration.php:1101 +#: admin/qtx_configuration.php:1217 #, fuzzy, php-format msgid "Path to the flag images under wp-content, with trailing slash. (Default: %s, clear the value above to reset it to the default)" msgstr "Il percorso per le immagini (bandiere) dentro wp-content con slash finale. (Default: plugins/qtranslate/flags/)" -#: qtranslate_configuration.php:1105 +#: admin/qtx_configuration.php:1221 msgid "Ignore Links" msgstr "Ignora Links" -#: qtranslate_configuration.php:1109 +#: admin/qtx_configuration.php:1225 #, fuzzy, php-format msgid "Don't convert links to files of the given file types. (Always included: %s)" msgstr "Non convertire i links a files di un determinato tipo. (Default: gif, jpg, jpeg, png, pdf, swf, tif, rar, zip, 7z, mpg, divx, mpeg, avi, css, js)" -#: qtranslate_configuration.php:1113 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1229 qtranslate_widget.php:119 msgid "Head inline CSS" msgstr "" -#: qtranslate_configuration.php:1115 +#: admin/qtx_configuration.php:1231 msgid "CSS code added by plugin in the head of front-end pages:" msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 qtranslate_widget.php:119 msgid "To disable this inline CSS, clear the check box." msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 admin/qtx_configuration.php:1395 +#: qtranslate_widget.php:119 msgid "To reset to default, clear the text." msgstr "" -#: qtranslate_configuration.php:1123 +#: admin/qtx_configuration.php:1239 #, fuzzy msgid "Cookie Settings" msgstr "Impostazioni" -#: qtranslate_configuration.php:1125 +#: admin/qtx_configuration.php:1241 #, php-format msgid "Disable language client cookie \"%s\" (not recommended)." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Language cookie is auto-disabled for \"%s\" \"Pre-Domain\" and \"Per-Domain\", as language is always unambiguously defined by a url in those modes." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Otherwise, use this option with a caution, for simple enough sites only. If checked, the user choice of browsing language will not be saved between sessions and some AJAX calls may deliver unexpected language, as well as some undesired language switching during browsing may occur under certain themes (%sRead More%s)." msgstr "" -#: qtranslate_configuration.php:1129 +#: admin/qtx_configuration.php:1245 #, php-format msgid "Make %s cookies available only through HTTPS connections." msgstr "" -#: qtranslate_configuration.php:1131 +#: admin/qtx_configuration.php:1247 msgid "Don't check this if you don't know what you're doing!" msgstr "" -#: qtranslate_configuration.php:1135 +#: admin/qtx_configuration.php:1251 msgid "Update Gettext Databases" msgstr "Aggiorna Databases Gettext" -#: qtranslate_configuration.php:1137 +#: admin/qtx_configuration.php:1253 msgid "Automatically check for .mo-Database Updates of installed languages." msgstr "Controllo automatico degli aggiornamenti dei file .mo delle lingue installate." -#: qtranslate_configuration.php:1139 +#: admin/qtx_configuration.php:1255 msgid "Update Gettext databases now." msgstr "Aggiorna i databases Gettext ora." -#: qtranslate_configuration.php:1141 +#: admin/qtx_configuration.php:1257 msgid "qTranslate will query the Wordpress Localisation Repository every week and download the latest Gettext Databases (.mo Files)." msgstr "qTranslate interrogherà la Repository delle Lingue di Wordpress ogni settimana per scaricare l'ultimo Database Gettext (. mo File)." -#: qtranslate_configuration.php:1145 +#: admin/qtx_configuration.php:1261 msgid "Date / Time Conversion" msgstr "Conversione Data / Ora" -#: qtranslate_configuration.php:1147 +#: admin/qtx_configuration.php:1263 msgid "Use emulated date function." msgstr "Usa funzione di emulazione data." -#: qtranslate_configuration.php:1148 +#: admin/qtx_configuration.php:1264 msgid "Use emulated date function and replace formats with the predefined formats for each language." msgstr "Usa funzione di emulazione data e sostituisce con i formati predefiniti per ciascun linguaggio." -#: qtranslate_configuration.php:1149 +#: admin/qtx_configuration.php:1265 msgid "Use strftime instead of date." msgstr "Usa strftime invece di date." -#: qtranslate_configuration.php:1150 +#: admin/qtx_configuration.php:1266 msgid "Use strftime instead of date and replace formats with the predefined formats for each language." msgstr "Usa strftime invece di date e e sostituisce con i formati predefiniti per ciascun linguaggio." -#: qtranslate_configuration.php:1151 +#: admin/qtx_configuration.php:1267 msgid "Depending on the mode selected, additional customizations of the theme may be needed." msgstr "A seconda della modalità selezionata, ulteriori personalizzazioni del tema possono essere necessarie." -#: qtranslate_configuration.php:1160 +#: admin/qtx_configuration.php:1276 #, fuzzy msgid "Translation of options" msgstr "Traduci in" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Filter all WordPress options for translation at front-end. It may hurt performance of the site, but ensures that all options are translated." msgstr "" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Starting from version 3.2.5, only options with multilingual content get filtered, which should help on performance issues." msgstr "" -#: qtranslate_configuration.php:1164 +#: admin/qtx_configuration.php:1280 msgid "Translate only options listed below (for experts only):" msgstr "" -#: qtranslate_configuration.php:1167 +#: admin/qtx_configuration.php:1283 #, php-format msgid "By default, all options are filtered to be translated at front-end for the sake of simplicity of configuration. However, for a developed site, this may cause a considerable performance degradation. Normally, there are very few options, which actually need a translation. You may simply list them above to minimize the performance impact, while still getting translations needed. Options names must match the field \"%s\" of table \"%s\" of WordPress database. A minimum common set of option, normally needed a translation, is already entered in the list above as a default example. Option names in the list may contain wildcard with symbol \"%s\"." msgstr "" -#: qtranslate_configuration.php:1171 +#: admin/qtx_configuration.php:1287 msgid "Custom Fields" msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 #, php-format msgid "Enter \"%s\" or \"%s\" attribute of text fields from your theme, which you wish to translate. This applies to post, page and media editors (%s). To lookup \"%s\" or \"%s\", right-click on the field in the post or the page editor and choose \"%s\". Look for an attribute of the field named \"%s\" or \"%s\". Enter it below, as many as you need, space- or comma-separated. After saving configuration, these fields will start responding to the language switching buttons, and you can enter different text for each language. The input fields of type %s will be parsed using %s syntax, while single line text fields will use %s syntax. If you need to override this behaviour, prepend prefix %s or %s to the name of the field to specify which syntax to use. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 msgctxt "browser option" msgid "Inspect Element" msgstr "" -#: qtranslate_configuration.php:1180 +#: admin/qtx_configuration.php:1296 msgid "The value of \"id\" attribute is normally unique within one page, otherwise the first field found, having an id specified, is picked up." msgstr "" -#: qtranslate_configuration.php:1187 +#: admin/qtx_configuration.php:1303 #, php-format msgid "All the fields of specified classes will respond to Language Switching Buttons. Be careful not to include a class, which would affect language-neutral fields. If you cannot uniquely identify a field needed neither by %s, nor by %s attribute, report the issue on %sSupport Forum%s" msgstr "" -#: qtranslate_configuration.php:1191 +#: admin/qtx_configuration.php:1307 msgid "Custom Filters" msgstr "" -#: qtranslate_configuration.php:1194 +#: admin/qtx_configuration.php:1310 #, php-format msgid "Names of filters (which are enabled on theme or other plugins via %s function) to add translation to. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1198 +#: admin/qtx_configuration.php:1314 msgid "Custom Admin Pages" msgstr "" -#: qtranslate_configuration.php:1200 +#: admin/qtx_configuration.php:1316 #, php-format msgid "List the custom admin page paths for which you wish Language Switching Buttons to show up. The Buttons will then control fields configured in \"Custom Fields\" section. You may only include part of the full URL after %s, including a distinctive query string if needed. As many as desired pages can be listed space/comma separated. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1206 +#: admin/qtx_configuration.php:1322 #, php-format msgid "Enable function name compatibility (%s)." msgstr "" -#: qtranslate_configuration.php:1207 +#: admin/qtx_configuration.php:1323 #, php-format msgid "Some plugins and themes use direct calls to the functions listed, which are defined in former %s plugin and some of its forks. Turning this flag on will enable those function to exists, which will make the dependent plugins and themes to work. WordPress policy prohibits to define functions with the same names as in other plugins, since it generates user-unfriendly fatal errors, when two conflicting plugins are activated simultaneously. Before turning this option on, you have to make sure that there are no other plugins active, which define those functions." msgstr "" -#: qtranslate_configuration.php:1211 +#: admin/qtx_configuration.php:1327 msgid "Editor Mode" msgstr "" -#: qtranslate_configuration.php:1213 +#: admin/qtx_configuration.php:1329 msgid "Use Language Switching Buttons (LSB)." msgstr "" -#: qtranslate_configuration.php:1214 +#: admin/qtx_configuration.php:1330 msgid "This is the default mode." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Do not use Language Switching Buttons to edit multi-language text entries." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Editor Raw Mode" msgstr "" -#: qtranslate_configuration.php:1216 +#: admin/qtx_configuration.php:1332 msgid "Some people prefer to edit the raw entries containing all languages together separated by language defining tags, as they are stored in database." msgstr "" -#: qtranslate_configuration.php:1267 -#, fuzzy, php-format -msgid "%s Flag" -msgstr "Bandiera" +#: admin/qtx_configuration.php:1340 admin/qtx_configuration.php:1343 +msgid "LSB Style" +msgstr "" + +#: admin/qtx_configuration.php:1344 +msgid "Choose CSS style for how Language Switching Buttons are rendered:" +msgstr "" + +#: admin/qtx_configuration.php:1345 +#, php-format +msgid "LSB %s-wrap classes:" +msgstr "" + +#: admin/qtx_configuration.php:1346 +msgid "Active button class:" +msgstr "" + +#: admin/qtx_configuration.php:1347 +msgid "The above is reset to an appropriate default, if the below is changed." +msgstr "" + +#: admin/qtx_configuration.php:1348 +msgid "CSS set:" +msgstr "" + +#: admin/qtx_configuration.php:1352 admin/qtx_configuration.php:1354 +#: admin/qtx_configuration.php:1388 admin/qtx_configuration.php:1390 +msgid "Use custom CSS" +msgstr "" + +#: admin/qtx_configuration.php:1354 +#, php-format +msgid "Choice \"%s\" disables this option and allows one to use its own custom CSS provided by other means." +msgstr "" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1371 admin/qtx_configuration.php:1375 +#: admin/qtx_user_options.php:18 +msgid "Highlight Style" +msgstr "" + +#: admin/qtx_configuration.php:1373 +msgid "When there are many integrated or customized translatable fields, it may become confusing to know which field has multilingual value. The highlighting of translatable fields may come handy then:" +msgstr "" + +#: admin/qtx_configuration.php:1376 admin/qtx_configuration.php:1378 +msgid "Do not highlight the translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1380 admin/qtx_configuration.php:1382 +msgid "Show a line on the left border of translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1384 admin/qtx_configuration.php:1386 +msgid "Draw a border around translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1395 +msgid "Admin Color Scheme" +msgstr "" + +#: admin/qtx_configuration.php:1395 +#, php-format +msgid "The color in use is taken from your profile option %s, the third color." +msgstr "" + +#: admin/qtx_configuration.php:1433 +#, fuzzy +msgid "List of Configured Languages" +msgstr "Linguaggio Sorgente" + +#: admin/qtx_configuration.php:1438 +#, php-format +msgid "Only enabled languages are loaded at front-end, while all %d configured languages are listed here." +msgstr "" + +#: admin/qtx_configuration.php:1439 +msgid "The table below contains both pre-defined and manually added or modified languages." +msgstr "" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Delete" +msgstr "Cancella" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Disable" msgstr "Disattiva" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Enable" msgstr "Attiva" -#: qtranslate_configuration.php:1270 -msgid "Edit" -msgstr "Modifica" +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Reset" +msgstr "" -#: qtranslate_configuration.php:1271 +#: admin/qtx_configuration.php:1440 +#, php-format +msgid "You may %s or %s a language, or %s manually added language, or %s previous modifications of a pre-defined language." +msgstr "" + +#: admin/qtx_configuration.php:1441 +#, php-format +msgid "Click %s to modify language properties." +msgstr "" + +#: admin/qtx_configuration.php:1463 +#, fuzzy, php-format +msgid "%s Flag" +msgstr "Bandiera" + +#: admin/qtx_configuration.php:1465 msgid "Default" msgstr "Default" -#: qtranslate_configuration.php:1271 -msgid "Delete" -msgstr "Cancella" +#: admin/qtx_configuration.php:1467 +msgid "Pre-Defined" +msgstr "" -#: qtranslate_configuration.php:1276 +#: admin/qtx_configuration.php:1476 msgid "Enabling a language will cause qTranslate to update the Gettext-Database for the language, which can take a while depending on your server's connection speed." msgstr "L'attivazione di una lingua potrebbe fare in modo che qTranslate aggiorni il Database Gettext per la lingua, ciò potrebbe richiedere un pò a seconda della tua velocità di connessione." -#: qtranslate_configuration.php:1283 +#: admin/qtx_configuration.php:1483 msgid "Add Language" msgstr "Aggiungi Lingua" -#: qtranslate_configuration.php:1286 +#: admin/qtx_configuration.php:1486 msgid "Add Language »" msgstr "Aggiungi Lingua »" -#: qtranslate_configuration.php:1301 +#: admin/qtx_configuration.php:1508 #, fuzzy msgid "Language Menu" msgstr "Codice Lingua" -#: qtranslate_configuration.php:1350 +#: admin/qtx_configuration.php:1557 msgid "Help" msgstr "" -#: qtranslate_configuration.php:1352 +#: admin/qtx_configuration.php:1559 #, php-format msgid "Menu item added is replaced with a sub-menu of available languages when menu is rendered. Depending on how your theme renders menu you may need to override and customize css entries %s and %s, originally defined in %s. The field \"URL\" of inserted menu item allows additional configuration described in %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1357 +#: admin/qtx_configuration.php:1564 msgid "Add to Menu" msgstr "" -#: qtranslate_configuration.php:1367 +#: admin/qtx_configuration.php:1574 #, fuzzy msgid "Language Switcher" msgstr "Codice Lingua" -#: qtranslate_configuration.php:1404 +#: admin/qtx_configuration.php:1619 msgid "Settings" msgstr "Impostazioni" +#: admin/qtx_import_export.php:125 +msgid "Plugin" +msgstr "" + +#: admin/qtx_import_export.php:131 +msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." +msgstr "" + +#: admin/qtx_import_export.php:134 +#, php-format +msgid "Use plugin %s to import data." +msgstr "" + +#: admin/qtx_import_export.php:138 +msgid "Do not migrate any setting" +msgstr "" + +#: admin/qtx_import_export.php:140 +#, fuzzy +msgid "Import settings from " +msgstr "Ripristina qTranslate" + +#: admin/qtx_import_export.php:142 +#, fuzzy +msgid "Export settings to " +msgstr "Ripristina qTranslate" + +#: admin/qtx_import_export.php:158 +#, php-format +msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." +msgstr "Se stai aggiornando da qTranslate o Polyglot 1.x, clicca qui per convertire gli argomenti con i nuovi formati di tag lingua." + +#: admin/qtx_import_export.php:159 +#, php-format +msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." +msgstr "Se hai installato qTranslate per la prima volta su Wordpress con argomenti esistenti, è possibile scorrere manualmente tutti gli argomenti e salvarli nella lingua corretta oppure cliccare qui per contrassegnare tutti gli argomenti esistenti, come scritto nella lingua predefinita." + +#: admin/qtx_import_export.php:160 +msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." +msgstr "Entrambi i processi sono irreversibili! Assicurarsi di effettuare una backup completo dei dati prima di fare clic su uno dei link." + +#: admin/qtx_import_export.php:161 +#, fuzzy +msgid "Do not convert database" +msgstr "Conversione Database" + +#: admin/qtx_import_export.php:162 +msgid "Convert database to the \"square bracket only\" style." +msgstr "" + +#: admin/qtx_import_export.php:163 +#, php-format +msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." +msgstr "" + +#: admin/qtx_import_export.php:164 +msgid "Convert database back to the legacy \"dual language tag\" style." +msgstr "" + +#: admin/qtx_import_export.php:165 +msgid "Note, that only string options and standard post and page fields are affected." +msgstr "" + +#: admin/qtx_import_export.php:174 +msgid "Reset qTranslate" +msgstr "Ripristina qTranslate" + +#: admin/qtx_import_export.php:176 +msgid "Check this box and click Save Changes to reset all qTranslate settings." +msgstr "Seleziona questa casella e fai clic su Salva Modifiche per ripristinare tutte le impostazioni qTranslate." + +#: admin/qtx_import_export.php:178 +msgid "Yes, I really want to reset qTranslate." +msgstr "Si, voglio ripristinare qTranslate" + +#: admin/qtx_import_export.php:180 +msgid "Also delete Translations for Categories/Tags/Link Categories." +msgstr "Elimina anche le Traduzioni per Categorie/Tags/Links Categorie" + +#: admin/qtx_import_export.php:182 +msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." +msgstr "Se qualcosa non funziona correttamente, si può sempre cercare di ripristinare tutte le impostazioni di qTranslate. Un Ripristino non eliminerà nessun argomento, ma rimuoverà tutte le impostazioni (comprese tutte le lingue aggiunte)." + +#: admin/qtx_languages.php:93 +#, fuzzy +msgid "Cannot delete Default Language!" +msgstr "Non puoi disabilitare il Linguaggio di Default!" + +#: admin/qtx_user_options.php:9 +#, fuzzy +msgid "Translation options" +msgstr "Traduci in" + +#: admin/qtx_user_options.php:14 +msgid "Highlight Translatable Fields" +msgstr "" + +#: admin/qtx_user_options.php:18 +#, php-format +msgid "The way the translatable fields are highlighted is configured with global option %s." +msgstr "" + #: qtranslate_frontend.php:162 qtranslate_widget.php:67 msgid "Language" msgstr "Lingua" diff --git a/lang/qtranslate-ja_JP.po b/lang/qtranslate-ja_JP.po index 5ff6e2b..198c769 100644 --- a/lang/qtranslate-ja_JP.po +++ b/lang/qtranslate-ja_JP.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: qTranslate-X 3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-03-19 14:09-0600\n" +"POT-Creation-Date: 2015-03-25 22:22-0600\n" "PO-Revision-Date: 2011-02-14 23:07+0900\n" "Last-Translator: \n" "Language-Team: Qian Qin \n" @@ -13,774 +13,905 @@ msgstr "" "X-Poedit-Country: JAPAN\n" "X-Poedit-SourceCharset: utf-8\n" -#: admin/activation_hook.php:37 admin/activation_hook.php:137 -#: qtranslate_configuration.php:772 +#: admin/qtx_activation_hook.php:80 admin/qtx_activation_hook.php:205 +#: admin/qtx_configuration.php:882 #, php-format msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so." msgstr "" -#: admin/activation_hook.php:38 +#: admin/qtx_activation_hook.php:81 #, php-format msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously." msgstr "" -#: admin/activation_hook.php:40 +#: admin/qtx_activation_hook.php:83 #, php-format msgid "The compatible settings from %s have been imported to %s. Further tuning, import, export and reset of options can be done at Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:42 +#: admin/qtx_activation_hook.php:85 #, php-format msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:135 +#: admin/qtx_activation_hook.php:203 #, php-format msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/Languages configuration page. Then you have to deactivate one of the plugins to continue." msgstr "" -#: admin/activation_hook.php:140 admin/activation_hook.php:142 +#: admin/qtx_activation_hook.php:208 admin/qtx_activation_hook.php:210 #, php-format msgid "Deactivate %s" msgstr "" -#: admin/activation_hook.php:176 +#: admin/qtx_activation_hook.php:249 #, php-format msgid "Plugin %s may be integrated with multilingual plugin %s with a help of plugin %s." msgstr "" -#: admin/activation_hook.php:178 +#: admin/qtx_activation_hook.php:251 msgid "Please, press an appropriate button below." msgstr "" -#: admin/activation_hook.php:182 +#: admin/qtx_activation_hook.php:255 #, php-format msgid "Activate plugin %s" msgstr "" -#: admin/activation_hook.php:184 +#: admin/qtx_activation_hook.php:257 #, php-format msgid "Install plugin %s" msgstr "" -#: admin/activation_hook.php:186 +#: admin/qtx_activation_hook.php:259 msgid "I am aware of that, dismiss this message." msgstr "" -#: admin/activation_hook.php:240 +#: admin/qtx_activation_hook.php:309 #, php-format msgid "Thank you for using %s plugin!" msgstr "" -#: admin/activation_hook.php:242 +#: admin/qtx_activation_hook.php:311 #, php-format msgid "Please, help us to make a decision on \"%s\" feature, press the button below." msgstr "" -#: admin/activation_hook.php:242 admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:311 admin/qtx_activation_hook.php:313 #: qtranslate_services.php:787 #, fuzzy msgid "Translation Service" msgstr "qTranslate サービス" -#: admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:313 #, php-format msgid "Survey on \"%s\" feature" msgstr "" -#: admin/activation_hook.php:245 +#: admin/qtx_activation_hook.php:314 admin/qtx_activation_hook.php:348 msgid "I have already done it, dismiss this message." msgstr "" -#: admin/admin_utils.php:145 +#: admin/qtx_activation_hook.php:346 +#, php-format +msgid "The latest version of plugin %s has a number of new options, for example, %s, which may change the look of some pages. Please, review the help text of new options on %sconfiguration page%s." +msgstr "" + +#: admin/qtx_admin_utils.php:146 msgid "Database has been converted to square bracket format." msgstr "" -#: admin/admin_utils.php:145 admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:146 admin/qtx_admin_utils.php:148 msgid "Note: custom entries are not touched." msgstr "" -#: admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:148 msgid "Database has been converted to legacy dual-tag format." msgstr "" -#: admin/admin_utils.php:405 qtranslate_configuration.php:484 -#: qtranslate_configuration.php:507 qtranslate_frontend.php:168 +#: admin/qtx_admin_utils.php:406 admin/qtx_configuration.php:565 +#: admin/qtx_configuration.php:588 qtranslate_frontend.php:168 #: qtranslate_frontend.php:195 msgid "Flag" msgstr "国旗" -#: admin/admin_utils.php:406 qtranslate_configuration.php:525 +#: admin/qtx_admin_utils.php:407 admin/qtx_configuration.php:606 msgid "Name" msgstr "言語名" -#: admin/admin_utils.php:407 qtranslate_services.php:383 +#: admin/qtx_admin_utils.php:408 qtranslate_services.php:383 msgid "Action" msgstr "アクション" -#: admin/admin_utils.php:420 qtranslate_configuration.php:471 -#: qtranslate_configuration.php:1245 -msgid "Languages" -msgstr "言語" - -#: admin/import_export.php:125 -msgid "Plugin" -msgstr "" - -#: admin/import_export.php:131 -msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." -msgstr "" - -#: admin/import_export.php:134 -#, php-format -msgid "Use plugin %s to import data." -msgstr "" - -#: admin/import_export.php:138 -msgid "Do not migrate any setting" -msgstr "" - -#: admin/import_export.php:140 -#, fuzzy -msgid "Import settings from " -msgstr "qTranslate をリセット" - -#: admin/import_export.php:142 -#, fuzzy -msgid "Export settings to " -msgstr "qTranslate をリセット" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Export" -msgstr "" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Import" -msgstr "" - -#: admin/import_export.php:156 qtranslate_configuration.php:773 -#: qtranslate_configuration.php:783 qtranslate_configuration.php:1030 -msgid "Convert Database" -msgstr "データベースを変換" - -#: admin/import_export.php:158 -#, php-format -msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." -msgstr "qTranslate 1.x または Polyglot からアップグレードする場合、投稿を新しいタグフォーマットに変換するにはここをクリックしてください。" - -#: admin/import_export.php:159 -#, php-format -msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." -msgstr "既存の投稿がある Wordpress に qTranslate を初めてインストールした場合、投稿ごとに手動で正しい言語として保存、もしくはここをクリックし、すべての既存の投稿を、デフォルト言語で書かれているように登録できます。" - -#: admin/import_export.php:160 -msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." -msgstr "過程は両方とも不可逆です!リンクをどちらもクリックする以前に、必ず完全バックアップを行ってください。" - -#: admin/import_export.php:161 -#, fuzzy -msgid "Do not convert database" -msgstr "データベースを変換" - -#: admin/import_export.php:162 -msgid "Convert database to the \"square bracket only\" style." -msgstr "" - -#: admin/import_export.php:163 -#, php-format -msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." -msgstr "" - -#: admin/import_export.php:164 -msgid "Convert database back to the legacy \"dual language tag\" style." -msgstr "" +#: admin/qtx_admin_utils.php:409 admin/qtx_configuration.php:1441 +#: admin/qtx_configuration.php:1466 +msgid "Edit" +msgstr "編集" -#: admin/import_export.php:165 -msgid "Note, that only string options and standard post and page fields are affected." +#: admin/qtx_admin_utils.php:410 +msgid "Stored" msgstr "" -#: admin/import_export.php:174 -msgid "Reset qTranslate" -msgstr "qTranslate をリセット" - -#: admin/import_export.php:176 -msgid "Check this box and click Save Changes to reset all qTranslate settings." -msgstr "qTranslate のすべての設定をリセットするには、このチェックボックスにチェックを入れ、「変更を保存」のボタンをクリックしてください。" - -#: admin/import_export.php:178 -msgid "Yes, I really want to reset qTranslate." -msgstr "はい、qTranslate を本当にリセットしたいです。" - -#: admin/import_export.php:180 -msgid "Also delete Translations for Categories/Tags/Link Categories." -msgstr "カテゴリー/タグ/リンクカテゴリーの翻訳も削除します。" - -#: admin/import_export.php:182 -msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." -msgstr "もし何かが正常に機能していない場合、qTranslate のすべての設定をリセットをすることができます。リセットをしても、投稿は削除されませんが、qTranslate のすべての設定は削除されます (追加したすべての言語込み)。" +#: admin/qtx_admin_utils.php:421 admin/qtx_configuration.php:552 +#: admin/qtx_configuration.php:1424 +msgid "Languages" +msgstr "言語" -#: qtranslate_configuration.php:471 +#: admin/qtx_configuration.php:552 msgid "Language Management" msgstr "言語管理" -#: qtranslate_configuration.php:479 +#: admin/qtx_configuration.php:560 msgid "Language Code" msgstr "言語コード" -#: qtranslate_configuration.php:481 +#: admin/qtx_configuration.php:562 msgid "2-Letter ISO Language Code for the Language you want to insert. (Example: en)" msgstr "入力したい言語の2文字の ISO 言語コード (例: ja)" -#: qtranslate_configuration.php:510 +#: admin/qtx_configuration.php:591 msgid "Incorrect Flag Image Path! Please correct it!" msgstr "国旗画像のパスが間違っています!直してください!" -#: qtranslate_configuration.php:513 +#: admin/qtx_configuration.php:594 msgid "Choose the corresponding country flag for language. (Example: gb.png)" msgstr "その言語に相当する国旗を選択してください。 (例: jp.png)" -#: qtranslate_configuration.php:527 +#: admin/qtx_configuration.php:608 msgid "The Name of the language, which will be displayed on the site. (Example: English)" msgstr "サイトに表示される言語名 (例: 日本語)" -#: qtranslate_configuration.php:530 +#: admin/qtx_configuration.php:611 msgid "Locale" msgstr "ロケール" -#: qtranslate_configuration.php:533 +#: admin/qtx_configuration.php:614 msgid "PHP and Wordpress Locale for the language. (Example: en_US)" msgstr "その言語の PHP と Wordpress ロケール (例: ja_JP)" -#: qtranslate_configuration.php:534 +#: admin/qtx_configuration.php:615 msgid "You will need to install the .mo file for this language." msgstr "この言語の .mo ファイルをインストールする必要があります。" -#: qtranslate_configuration.php:538 +#: admin/qtx_configuration.php:619 msgid "Date Format" msgstr "日付フォーマット" -#: qtranslate_configuration.php:540 +#: admin/qtx_configuration.php:621 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime (use %q for day suffix (st,nd,rd,th)) or date format. This field is optional. (Example: %A %B %e%q, %Y)" msgstr "日付・時刻変換モードにより、strftime (%q を st、nd、rd、th などの日付接尾語に使用) または date のフォーマットを入力することができます。このフィールドは任意です。 (例: %Y年%m月%d日)" -#: qtranslate_configuration.php:543 +#: admin/qtx_configuration.php:624 msgid "Time Format" msgstr "時刻フォーマット" -#: qtranslate_configuration.php:545 +#: admin/qtx_configuration.php:626 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime or date format. This field is optional. (Example: %I:%M %p)" msgstr "日付・時刻変換モードにより、 strftime または date のフォーマットを入力することができます。このフィールドは任意です。 (例: %H:%M)" -#: qtranslate_configuration.php:548 +#: admin/qtx_configuration.php:629 msgid "Not Available Message" msgstr "利用不可のメッセージ" -#: qtranslate_configuration.php:551 +#: admin/qtx_configuration.php:632 msgid "Message to display if post is not available in the requested language. (Example: Sorry, this entry is only available in %LANG:, : and %.)" msgstr "投稿が、ご要望の言語で利用できない場合に表示するメッセージ (例: 申し訳ありません、このコンテンツはただ今 %LANG: 、 : と %のみです。)" -#: qtranslate_configuration.php:552 +#: admin/qtx_configuration.php:633 msgid "%LANG:<normal_separator>:<last_separator>% generates a list of languages separated by <normal_separator> except for the last one, where <last_separator> will be used instead." msgstr "%LANG:<通常区切り>:<最後区切り>%が、最後の言語以外に、<通常区切り> で区切った言語のリストを生成します。最後の言語には <最後区切り> が使用されます。" -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Hide" msgstr "" -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Show" msgstr "表示" -#: qtranslate_configuration.php:675 +#: admin/qtx_configuration.php:763 msgid "Save Changes" msgstr "変更を保存" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, fuzzy msgid "Switching Language" msgstr "言語編集" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, php-format msgid "Switching language to %1$s... If the Dashboard isn't loading, use this link." msgstr "" -#: qtranslate_configuration.php:713 +#: admin/qtx_configuration.php:801 msgid "qTranslate has been reset." msgstr "qTranslate はリセットされました。" -#: qtranslate_configuration.php:766 +#: admin/qtx_configuration.php:875 msgid "Gettext databases updated." msgstr "Gettext のデータベースは更新されました。" -#: qtranslate_configuration.php:772 +#: admin/qtx_configuration.php:882 #, php-format msgid "Applicable options and taxonomy names from plugin %s have been imported. Note that the multilingual content of posts, pages and other objects has not been altered during this operation. There is no additional operation needed to import content, since its format is compatible with %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 #, php-format msgid "%sImportant%s: Before you start making edits to post and pages, please, make sure that both, your front site and admin back-end, work under this configuration. It may help to review \"%s\" and see if any of conflicting plugins mentioned there are used here. While the current content, coming from %s, is compatible with this plugin, the newly modified posts and pages will be saved with a new square-bracket-only encoding, which has a number of advantages comparing to former %s encoding. However, the new encoding is not straightforwardly compatible with %s and you will need an additional step available under \"%s\" option if you ever decide to go back to %s. Even with this additional conversion step, the 3rd-party plugins custom-stored data will not be auto-converted, but manual editing will still work. That is why it is advisable to create a test-copy of your site before making any further changes. In case you encounter a problem, please give us a chance to improve %s, send the login information to the test-copy of your site to %s along with a detailed step-by-step description of what is not working, and continue using your main site with %s meanwhile. It would also help, if you share a success story as well, either on %sthe forum%s, or via the same e-mail as mentioned above. Thank you very much for trying %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 admin/qtx_configuration.php:894 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:156 +msgid "Convert Database" +msgstr "データベースを変換" + +#: admin/qtx_configuration.php:883 msgid "This is a one-time message, which you will not see again, unless the same import is repeated." msgstr "" -#: qtranslate_configuration.php:775 qtranslate_configuration.php:1204 +#: admin/qtx_configuration.php:885 admin/qtx_configuration.php:1320 msgid "Compatibility Functions" msgstr "" -#: qtranslate_configuration.php:775 +#: admin/qtx_configuration.php:885 #, php-format msgid "Option \"%s\" has also been turned on, as the most common case for importing configuration from %s. You may turn it off manually if your setup does not require it. Refer to %sFAQ%s for more information." msgstr "" -#: qtranslate_configuration.php:783 +#: admin/qtx_configuration.php:894 #, php-format msgid "Applicable options have been exported to plugin %s. If you have done some post or page updates after migrating from %s, then \"%s\" operation is also required to convert the content to \"dual language tag\" style in order for plugin %s to function." msgstr "" -#: qtranslate_configuration.php:794 +#: admin/qtx_configuration.php:906 msgid "The Language must have a Not-Available Message!" msgstr "この言語は利用不可のメッセージが必要です!" -#: qtranslate_configuration.php:795 +#: admin/qtx_configuration.php:907 msgid "The Language must have a Locale!" msgstr "この言語はロケールが必要です!" -#: qtranslate_configuration.php:796 +#: admin/qtx_configuration.php:908 msgid "The Language must have a name!" msgstr "この言語は言語名が必要です!" -#: qtranslate_configuration.php:797 +#: admin/qtx_configuration.php:909 msgid "Language Code has to be 2 characters long!" msgstr "言語コードは2文字にしてください!" -#: qtranslate_configuration.php:801 qtranslate_configuration.php:807 +#: admin/qtx_configuration.php:916 admin/qtx_configuration.php:922 msgid "There is already a language with the same Language Code!" msgstr "同じ言語コードをもった言語が既にあります!" -#: qtranslate_configuration.php:892 qtranslate_configuration.php:914 -#: qtranslate_configuration.php:921 qtranslate_configuration.php:938 -msgid "No such language!" -msgstr "その言語はありません!" - -#: qtranslate_configuration.php:906 +#: admin/qtx_configuration.php:1019 msgid "Language is already enabled or invalid!" msgstr "この言語は、既に有効化済み、あるいは無効です!" -#: qtranslate_configuration.php:911 +#: admin/qtx_configuration.php:1025 msgid "Cannot disable Default Language!" msgstr "デフォルトの言語は無効にできません!" -#: qtranslate_configuration.php:917 +#: admin/qtx_configuration.php:1028 admin/qtx_configuration.php:1035 +#: admin/qtx_configuration.php:1052 +msgid "No such language!" +msgstr "その言語はありません!" + +#: admin/qtx_configuration.php:1031 msgid "Language is already disabled!" msgstr "この言語は既に無効にしてあります。" -#: qtranslate_configuration.php:925 +#: admin/qtx_configuration.php:1039 msgid "Language is already first!" msgstr "この言語は既に最初です!" -#: qtranslate_configuration.php:931 qtranslate_configuration.php:948 +#: admin/qtx_configuration.php:1045 admin/qtx_configuration.php:1062 msgid "New order saved." msgstr "新しい順番が保存されました。" -#: qtranslate_configuration.php:942 +#: admin/qtx_configuration.php:1056 msgid "Language is already last!" msgstr "この言語は既に最後です!" -#: qtranslate_configuration.php:960 +#: admin/qtx_configuration.php:1074 msgid "Options saved." msgstr "オプションが保存されました。" -#: qtranslate_configuration.php:965 +#: admin/qtx_configuration.php:1079 #, php-format msgid "Could not write to \"%s\", Gettext Databases could not be downloaded!" msgstr "「%s」に書き出せなかったため, Gettext のデータベースがダウンロードできませんでした!" -#: qtranslate_configuration.php:991 +#: admin/qtx_configuration.php:1105 msgid "Edit Language" msgstr "言語編集" -#: qtranslate_configuration.php:994 +#: admin/qtx_configuration.php:1108 msgid "Save Changes »" msgstr "変更を保存 »" -#: qtranslate_configuration.php:999 +#: admin/qtx_configuration.php:1110 +msgid "back to configuration page" +msgstr "" + +#: admin/qtx_configuration.php:1114 msgid "Language Management (qTranslate Configuration)" msgstr "言語管理 (qTranslate 設定)" -#: qtranslate_configuration.php:1000 +#: admin/qtx_configuration.php:1115 #, php-format msgid "For help on how to configure qTranslate correctly, take a look at the qTranslate FAQ and the Support Forum." msgstr "qTranslateを正しく設定する手伝いには、 qTranslate FAQ あるいは サポートフォーラム(英語のみ)へ問い合わせてください." -#: qtranslate_configuration.php:1002 +#: admin/qtx_configuration.php:1117 msgid "General Settings" msgstr "一般設定" -#: qtranslate_configuration.php:1005 +#: admin/qtx_configuration.php:1120 msgid "Default Language / Order" msgstr "デフォルト言語・順番" -#: qtranslate_configuration.php:1007 +#: admin/qtx_configuration.php:1122 msgid "Default Language" msgstr "デフォルト言語" -#: qtranslate_configuration.php:1020 +#: admin/qtx_configuration.php:1135 #, php-format msgid "Choose the default language of your blog. This is the language which will be shown on %s. You can also change the order the languages by clicking on the arrows above." msgstr "ブログのデフォルト言語を選択してください。この言語は %s に表示されます。上の矢印ボタンをクリックすると言語の順番を変えることもできます。" -#: qtranslate_configuration.php:1025 +#: admin/qtx_configuration.php:1140 msgid "Hide Untranslated Content" msgstr "翻訳されていないコンテンツを隠す" -#: qtranslate_configuration.php:1027 +#: admin/qtx_configuration.php:1142 msgid "Hide Content which is not available for the selected language." msgstr "選択した言語によって利用できないコンテンツを隠す" -#: qtranslate_configuration.php:1029 +#: admin/qtx_configuration.php:1144 msgid "When checked, posts will be hidden if the content is not available for the selected language. If unchecked, a message will appear showing all the languages the content is available in." msgstr "チェックが入っている場合、選択した言語によって利用できない投稿のコンテンツが隠されます。チェックが入っていない場合、利用できるすべての言語を示すメッセージが表示されます。" -#: qtranslate_configuration.php:1030 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Export" +msgstr "" + +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Import" +msgstr "" + +#: admin/qtx_configuration.php:1145 #, fuzzy, php-format msgid "This function will not work correctly if you installed %s on a blog with existing entries. In this case you will need to take a look at option \"%s\" under \"%s\" section." msgstr "既存の投稿があるブログに qTranslateをインストールすれば、この機能は正常に作動しません。この場合ならば、「詳細設定」の「データベースを変換」を見る必要となります。" -#: qtranslate_configuration.php:1032 +#: admin/qtx_configuration.php:1147 #, fuzzy msgid "Show displayed language prefix when content is not available for the selected language." msgstr "選択した言語によって利用できないコンテンツを隠す" -#: qtranslate_configuration.php:1036 +#: admin/qtx_configuration.php:1151 msgid "Detect Browser Language" msgstr "ブラウザの言語を検出" -#: qtranslate_configuration.php:1038 +#: admin/qtx_configuration.php:1153 msgid "Detect the language of the browser and redirect accordingly." msgstr "ブラウザの言語を検出し、それに応じてリダイレクトします。" -#: qtranslate_configuration.php:1040 +#: admin/qtx_configuration.php:1155 msgid "When the frontpage is visited via bookmark/external link/type-in, the visitor will be forwarded to the correct URL for the language specified by his browser." msgstr "ブックマーク/外部リンク/直接入力を通してトップページがアクセスされた場合、訪問者は、ブラウザで指定された言語の正しい URL に転送されます。" -#: qtranslate_configuration.php:1045 +#: admin/qtx_configuration.php:1160 msgid "Advanced Settings" msgstr "詳細設定" -#: qtranslate_configuration.php:1052 qtranslate_configuration.php:1054 -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1167 admin/qtx_configuration.php:1169 +#: admin/qtx_configuration.php:1243 msgid "URL Modification Mode" msgstr "URL 変更モード" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Most SEO unfriendly, not recommended." msgstr "" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Use Query Mode (?lang=en)" msgstr "クエリーモードを使用 (?lang=ja)" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "SEO friendly." msgstr "" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "Use Pre-Path Mode (Default, puts /en/ in front of URL)" msgstr "事前パスモード (デフォルト、/ja/ をURLの前に入れます)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "Use Pre-Domain Mode (uses http://en.yoursite.com)" msgstr "事前ドメインモード (http://ja.yoursite.com を使用)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "You will need to configure DNS sub-domains on your site." msgstr "" -#: qtranslate_configuration.php:1068 +#: admin/qtx_configuration.php:1183 msgid "Hide URL language information for default language." msgstr "デフォルト言語の URL 言語情報を隠す" -#: qtranslate_configuration.php:1069 +#: admin/qtx_configuration.php:1184 msgid "This is only applicable to Pre-Path and Pre-Domain mode." msgstr "" -#: qtranslate_configuration.php:1074 +#: admin/qtx_configuration.php:1189 #, fuzzy msgid "Use Per-Domain mode: specify separate user-defined domain for each language." msgstr "エミュレートされた日付機能を使用し、言語ごとにフォーマットを定義済みのフォーマットに置き換えます。" -#: qtranslate_configuration.php:1092 +#: admin/qtx_configuration.php:1208 msgid "Domain for" msgstr "" -#: qtranslate_configuration.php:1097 +#: admin/qtx_configuration.php:1213 msgid "Flag Image Path" msgstr "国旗画像のパス" -#: qtranslate_configuration.php:1101 +#: admin/qtx_configuration.php:1217 #, fuzzy, php-format msgid "Path to the flag images under wp-content, with trailing slash. (Default: %s, clear the value above to reset it to the default)" msgstr "国旗画像へのパスは、末尾のスラッシュが込まれて wp-content の下にあります。 (デフォルト: plugins/qtranslate/flags/)" -#: qtranslate_configuration.php:1105 +#: admin/qtx_configuration.php:1221 msgid "Ignore Links" msgstr "リンクを無視" -#: qtranslate_configuration.php:1109 +#: admin/qtx_configuration.php:1225 #, fuzzy, php-format msgid "Don't convert links to files of the given file types. (Always included: %s)" msgstr "この既定のファイルの種類へのリンクを変換しません (デフォルト: gif,jpg,jpeg,png,pdf,swf,tif,rar,zip,7z,mpg,divx,mpeg,avi,css,js)" -#: qtranslate_configuration.php:1113 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1229 qtranslate_widget.php:119 msgid "Head inline CSS" msgstr "" -#: qtranslate_configuration.php:1115 +#: admin/qtx_configuration.php:1231 msgid "CSS code added by plugin in the head of front-end pages:" msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 qtranslate_widget.php:119 msgid "To disable this inline CSS, clear the check box." msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 admin/qtx_configuration.php:1395 +#: qtranslate_widget.php:119 msgid "To reset to default, clear the text." msgstr "" -#: qtranslate_configuration.php:1123 +#: admin/qtx_configuration.php:1239 #, fuzzy msgid "Cookie Settings" msgstr "設定" -#: qtranslate_configuration.php:1125 +#: admin/qtx_configuration.php:1241 #, php-format msgid "Disable language client cookie \"%s\" (not recommended)." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Language cookie is auto-disabled for \"%s\" \"Pre-Domain\" and \"Per-Domain\", as language is always unambiguously defined by a url in those modes." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Otherwise, use this option with a caution, for simple enough sites only. If checked, the user choice of browsing language will not be saved between sessions and some AJAX calls may deliver unexpected language, as well as some undesired language switching during browsing may occur under certain themes (%sRead More%s)." msgstr "" -#: qtranslate_configuration.php:1129 +#: admin/qtx_configuration.php:1245 #, php-format msgid "Make %s cookies available only through HTTPS connections." msgstr "" -#: qtranslate_configuration.php:1131 +#: admin/qtx_configuration.php:1247 msgid "Don't check this if you don't know what you're doing!" msgstr "" -#: qtranslate_configuration.php:1135 +#: admin/qtx_configuration.php:1251 msgid "Update Gettext Databases" msgstr "Gettext のデータベースを更新" -#: qtranslate_configuration.php:1137 +#: admin/qtx_configuration.php:1253 msgid "Automatically check for .mo-Database Updates of installed languages." msgstr "インストールされた言語の .mo のデータベースの更新を自動でチェック" -#: qtranslate_configuration.php:1139 +#: admin/qtx_configuration.php:1255 msgid "Update Gettext databases now." msgstr "今すぐ Gettext のデータベースを更新" -#: qtranslate_configuration.php:1141 +#: admin/qtx_configuration.php:1257 msgid "qTranslate will query the Wordpress Localisation Repository every week and download the latest Gettext Databases (.mo Files)." msgstr "qTranslate は毎週 WordPress ローカライゼーションレポジトリにクエリーし、Gettext の最新データベースをダウンロードします (.mo のファイル)。" -#: qtranslate_configuration.php:1145 +#: admin/qtx_configuration.php:1261 msgid "Date / Time Conversion" msgstr "日付・時刻変換" -#: qtranslate_configuration.php:1147 +#: admin/qtx_configuration.php:1263 msgid "Use emulated date function." msgstr "エミュレートされた日付機能を使用" -#: qtranslate_configuration.php:1148 +#: admin/qtx_configuration.php:1264 msgid "Use emulated date function and replace formats with the predefined formats for each language." msgstr "エミュレートされた日付機能を使用し、言語ごとにフォーマットを定義済みのフォーマットに置き換えます。" -#: qtranslate_configuration.php:1149 +#: admin/qtx_configuration.php:1265 msgid "Use strftime instead of date." msgstr "date の代わりに strftime を使用" -#: qtranslate_configuration.php:1150 +#: admin/qtx_configuration.php:1266 msgid "Use strftime instead of date and replace formats with the predefined formats for each language." msgstr "date の代わりに strftime を使用し、言語ごとにフォーマットを定義済みのフォーマットに置き換えます。" -#: qtranslate_configuration.php:1151 +#: admin/qtx_configuration.php:1267 msgid "Depending on the mode selected, additional customizations of the theme may be needed." msgstr "選択したモードにより、テーマに対したその他のカスタマイズが必要となる場合があります。" -#: qtranslate_configuration.php:1160 +#: admin/qtx_configuration.php:1276 #, fuzzy msgid "Translation of options" msgstr "翻訳対象の言語" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Filter all WordPress options for translation at front-end. It may hurt performance of the site, but ensures that all options are translated." msgstr "" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Starting from version 3.2.5, only options with multilingual content get filtered, which should help on performance issues." msgstr "" -#: qtranslate_configuration.php:1164 +#: admin/qtx_configuration.php:1280 msgid "Translate only options listed below (for experts only):" msgstr "" -#: qtranslate_configuration.php:1167 +#: admin/qtx_configuration.php:1283 #, php-format msgid "By default, all options are filtered to be translated at front-end for the sake of simplicity of configuration. However, for a developed site, this may cause a considerable performance degradation. Normally, there are very few options, which actually need a translation. You may simply list them above to minimize the performance impact, while still getting translations needed. Options names must match the field \"%s\" of table \"%s\" of WordPress database. A minimum common set of option, normally needed a translation, is already entered in the list above as a default example. Option names in the list may contain wildcard with symbol \"%s\"." msgstr "" -#: qtranslate_configuration.php:1171 +#: admin/qtx_configuration.php:1287 msgid "Custom Fields" msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 #, php-format msgid "Enter \"%s\" or \"%s\" attribute of text fields from your theme, which you wish to translate. This applies to post, page and media editors (%s). To lookup \"%s\" or \"%s\", right-click on the field in the post or the page editor and choose \"%s\". Look for an attribute of the field named \"%s\" or \"%s\". Enter it below, as many as you need, space- or comma-separated. After saving configuration, these fields will start responding to the language switching buttons, and you can enter different text for each language. The input fields of type %s will be parsed using %s syntax, while single line text fields will use %s syntax. If you need to override this behaviour, prepend prefix %s or %s to the name of the field to specify which syntax to use. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 msgctxt "browser option" msgid "Inspect Element" msgstr "" -#: qtranslate_configuration.php:1180 +#: admin/qtx_configuration.php:1296 msgid "The value of \"id\" attribute is normally unique within one page, otherwise the first field found, having an id specified, is picked up." msgstr "" -#: qtranslate_configuration.php:1187 +#: admin/qtx_configuration.php:1303 #, php-format msgid "All the fields of specified classes will respond to Language Switching Buttons. Be careful not to include a class, which would affect language-neutral fields. If you cannot uniquely identify a field needed neither by %s, nor by %s attribute, report the issue on %sSupport Forum%s" msgstr "" -#: qtranslate_configuration.php:1191 +#: admin/qtx_configuration.php:1307 msgid "Custom Filters" msgstr "" -#: qtranslate_configuration.php:1194 +#: admin/qtx_configuration.php:1310 #, php-format msgid "Names of filters (which are enabled on theme or other plugins via %s function) to add translation to. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1198 +#: admin/qtx_configuration.php:1314 msgid "Custom Admin Pages" msgstr "" -#: qtranslate_configuration.php:1200 +#: admin/qtx_configuration.php:1316 #, php-format msgid "List the custom admin page paths for which you wish Language Switching Buttons to show up. The Buttons will then control fields configured in \"Custom Fields\" section. You may only include part of the full URL after %s, including a distinctive query string if needed. As many as desired pages can be listed space/comma separated. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1206 +#: admin/qtx_configuration.php:1322 #, php-format msgid "Enable function name compatibility (%s)." msgstr "" -#: qtranslate_configuration.php:1207 +#: admin/qtx_configuration.php:1323 #, php-format msgid "Some plugins and themes use direct calls to the functions listed, which are defined in former %s plugin and some of its forks. Turning this flag on will enable those function to exists, which will make the dependent plugins and themes to work. WordPress policy prohibits to define functions with the same names as in other plugins, since it generates user-unfriendly fatal errors, when two conflicting plugins are activated simultaneously. Before turning this option on, you have to make sure that there are no other plugins active, which define those functions." msgstr "" -#: qtranslate_configuration.php:1211 +#: admin/qtx_configuration.php:1327 msgid "Editor Mode" msgstr "" -#: qtranslate_configuration.php:1213 +#: admin/qtx_configuration.php:1329 msgid "Use Language Switching Buttons (LSB)." msgstr "" -#: qtranslate_configuration.php:1214 +#: admin/qtx_configuration.php:1330 msgid "This is the default mode." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Do not use Language Switching Buttons to edit multi-language text entries." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Editor Raw Mode" msgstr "" -#: qtranslate_configuration.php:1216 +#: admin/qtx_configuration.php:1332 msgid "Some people prefer to edit the raw entries containing all languages together separated by language defining tags, as they are stored in database." msgstr "" -#: qtranslate_configuration.php:1267 -#, fuzzy, php-format -msgid "%s Flag" -msgstr "国旗" +#: admin/qtx_configuration.php:1340 admin/qtx_configuration.php:1343 +msgid "LSB Style" +msgstr "" + +#: admin/qtx_configuration.php:1344 +msgid "Choose CSS style for how Language Switching Buttons are rendered:" +msgstr "" + +#: admin/qtx_configuration.php:1345 +#, php-format +msgid "LSB %s-wrap classes:" +msgstr "" + +#: admin/qtx_configuration.php:1346 +msgid "Active button class:" +msgstr "" + +#: admin/qtx_configuration.php:1347 +msgid "The above is reset to an appropriate default, if the below is changed." +msgstr "" + +#: admin/qtx_configuration.php:1348 +msgid "CSS set:" +msgstr "" + +#: admin/qtx_configuration.php:1352 admin/qtx_configuration.php:1354 +#: admin/qtx_configuration.php:1388 admin/qtx_configuration.php:1390 +msgid "Use custom CSS" +msgstr "" + +#: admin/qtx_configuration.php:1354 +#, php-format +msgid "Choice \"%s\" disables this option and allows one to use its own custom CSS provided by other means." +msgstr "" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1371 admin/qtx_configuration.php:1375 +#: admin/qtx_user_options.php:18 +msgid "Highlight Style" +msgstr "" + +#: admin/qtx_configuration.php:1373 +msgid "When there are many integrated or customized translatable fields, it may become confusing to know which field has multilingual value. The highlighting of translatable fields may come handy then:" +msgstr "" + +#: admin/qtx_configuration.php:1376 admin/qtx_configuration.php:1378 +msgid "Do not highlight the translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1380 admin/qtx_configuration.php:1382 +msgid "Show a line on the left border of translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1384 admin/qtx_configuration.php:1386 +msgid "Draw a border around translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1395 +msgid "Admin Color Scheme" +msgstr "" + +#: admin/qtx_configuration.php:1395 +#, php-format +msgid "The color in use is taken from your profile option %s, the third color." +msgstr "" + +#: admin/qtx_configuration.php:1433 +#, fuzzy +msgid "List of Configured Languages" +msgstr "元言語" + +#: admin/qtx_configuration.php:1438 +#, php-format +msgid "Only enabled languages are loaded at front-end, while all %d configured languages are listed here." +msgstr "" + +#: admin/qtx_configuration.php:1439 +msgid "The table below contains both pre-defined and manually added or modified languages." +msgstr "" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Delete" +msgstr "削除" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Disable" msgstr "無効にする" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Enable" msgstr "有効にする" -#: qtranslate_configuration.php:1270 -msgid "Edit" -msgstr "編集" +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Reset" +msgstr "" -#: qtranslate_configuration.php:1271 +#: admin/qtx_configuration.php:1440 +#, php-format +msgid "You may %s or %s a language, or %s manually added language, or %s previous modifications of a pre-defined language." +msgstr "" + +#: admin/qtx_configuration.php:1441 +#, php-format +msgid "Click %s to modify language properties." +msgstr "" + +#: admin/qtx_configuration.php:1463 +#, fuzzy, php-format +msgid "%s Flag" +msgstr "国旗" + +#: admin/qtx_configuration.php:1465 msgid "Default" msgstr "デフォルト" -#: qtranslate_configuration.php:1271 -msgid "Delete" -msgstr "削除" +#: admin/qtx_configuration.php:1467 +msgid "Pre-Defined" +msgstr "" -#: qtranslate_configuration.php:1276 +#: admin/qtx_configuration.php:1476 msgid "Enabling a language will cause qTranslate to update the Gettext-Database for the language, which can take a while depending on your server's connection speed." msgstr "言語を有効にすると、qTranslate が Gettext のデータベースを更新することになります。サーバー接続速度により、しばらく時間がかかる場合があります。" -#: qtranslate_configuration.php:1283 +#: admin/qtx_configuration.php:1483 msgid "Add Language" msgstr "言語を追加" -#: qtranslate_configuration.php:1286 +#: admin/qtx_configuration.php:1486 msgid "Add Language »" msgstr "言語を追加 »" -#: qtranslate_configuration.php:1301 +#: admin/qtx_configuration.php:1508 #, fuzzy msgid "Language Menu" msgstr "言語コード" -#: qtranslate_configuration.php:1350 +#: admin/qtx_configuration.php:1557 msgid "Help" msgstr "" -#: qtranslate_configuration.php:1352 +#: admin/qtx_configuration.php:1559 #, php-format msgid "Menu item added is replaced with a sub-menu of available languages when menu is rendered. Depending on how your theme renders menu you may need to override and customize css entries %s and %s, originally defined in %s. The field \"URL\" of inserted menu item allows additional configuration described in %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1357 +#: admin/qtx_configuration.php:1564 msgid "Add to Menu" msgstr "" -#: qtranslate_configuration.php:1367 +#: admin/qtx_configuration.php:1574 #, fuzzy msgid "Language Switcher" msgstr "言語コード" -#: qtranslate_configuration.php:1404 +#: admin/qtx_configuration.php:1619 msgid "Settings" msgstr "設定" +#: admin/qtx_import_export.php:125 +msgid "Plugin" +msgstr "" + +#: admin/qtx_import_export.php:131 +msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." +msgstr "" + +#: admin/qtx_import_export.php:134 +#, php-format +msgid "Use plugin %s to import data." +msgstr "" + +#: admin/qtx_import_export.php:138 +msgid "Do not migrate any setting" +msgstr "" + +#: admin/qtx_import_export.php:140 +#, fuzzy +msgid "Import settings from " +msgstr "qTranslate をリセット" + +#: admin/qtx_import_export.php:142 +#, fuzzy +msgid "Export settings to " +msgstr "qTranslate をリセット" + +#: admin/qtx_import_export.php:158 +#, php-format +msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." +msgstr "qTranslate 1.x または Polyglot からアップグレードする場合、投稿を新しいタグフォーマットに変換するにはここをクリックしてください。" + +#: admin/qtx_import_export.php:159 +#, php-format +msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." +msgstr "既存の投稿がある Wordpress に qTranslate を初めてインストールした場合、投稿ごとに手動で正しい言語として保存、もしくはここをクリックし、すべての既存の投稿を、デフォルト言語で書かれているように登録できます。" + +#: admin/qtx_import_export.php:160 +msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." +msgstr "過程は両方とも不可逆です!リンクをどちらもクリックする以前に、必ず完全バックアップを行ってください。" + +#: admin/qtx_import_export.php:161 +#, fuzzy +msgid "Do not convert database" +msgstr "データベースを変換" + +#: admin/qtx_import_export.php:162 +msgid "Convert database to the \"square bracket only\" style." +msgstr "" + +#: admin/qtx_import_export.php:163 +#, php-format +msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." +msgstr "" + +#: admin/qtx_import_export.php:164 +msgid "Convert database back to the legacy \"dual language tag\" style." +msgstr "" + +#: admin/qtx_import_export.php:165 +msgid "Note, that only string options and standard post and page fields are affected." +msgstr "" + +#: admin/qtx_import_export.php:174 +msgid "Reset qTranslate" +msgstr "qTranslate をリセット" + +#: admin/qtx_import_export.php:176 +msgid "Check this box and click Save Changes to reset all qTranslate settings." +msgstr "qTranslate のすべての設定をリセットするには、このチェックボックスにチェックを入れ、「変更を保存」のボタンをクリックしてください。" + +#: admin/qtx_import_export.php:178 +msgid "Yes, I really want to reset qTranslate." +msgstr "はい、qTranslate を本当にリセットしたいです。" + +#: admin/qtx_import_export.php:180 +msgid "Also delete Translations for Categories/Tags/Link Categories." +msgstr "カテゴリー/タグ/リンクカテゴリーの翻訳も削除します。" + +#: admin/qtx_import_export.php:182 +msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." +msgstr "もし何かが正常に機能していない場合、qTranslate のすべての設定をリセットをすることができます。リセットをしても、投稿は削除されませんが、qTranslate のすべての設定は削除されます (追加したすべての言語込み)。" + +#: admin/qtx_languages.php:93 +#, fuzzy +msgid "Cannot delete Default Language!" +msgstr "デフォルトの言語は無効にできません!" + +#: admin/qtx_user_options.php:9 +#, fuzzy +msgid "Translation options" +msgstr "翻訳対象の言語" + +#: admin/qtx_user_options.php:14 +msgid "Highlight Translatable Fields" +msgstr "" + +#: admin/qtx_user_options.php:18 +#, php-format +msgid "The way the translatable fields are highlighted is configured with global option %s." +msgstr "" + #: qtranslate_frontend.php:162 qtranslate_widget.php:67 msgid "Language" msgstr "言語" diff --git a/lang/qtranslate-mk_MK.po b/lang/qtranslate-mk_MK.po index c4b3fbc..e992139 100644 --- a/lang/qtranslate-mk_MK.po +++ b/lang/qtranslate-mk_MK.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: qTranslate-X 3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-03-19 14:09-0600\n" +"POT-Creation-Date: 2015-03-25 22:22-0600\n" "PO-Revision-Date: 2010-04-18 01:03+0100\n" "Last-Translator: \n" "Language-Team: \n" @@ -13,774 +13,905 @@ msgstr "" "X-Poedit-Country: MACEDONIA, THE FORMER YUGOSLAV REPUBLIC OF\n" "X-Poedit-SourceCharset: utf-8\n" -#: admin/activation_hook.php:37 admin/activation_hook.php:137 -#: qtranslate_configuration.php:772 +#: admin/qtx_activation_hook.php:80 admin/qtx_activation_hook.php:205 +#: admin/qtx_configuration.php:882 #, php-format msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so." msgstr "" -#: admin/activation_hook.php:38 +#: admin/qtx_activation_hook.php:81 #, php-format msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously." msgstr "" -#: admin/activation_hook.php:40 +#: admin/qtx_activation_hook.php:83 #, php-format msgid "The compatible settings from %s have been imported to %s. Further tuning, import, export and reset of options can be done at Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:42 +#: admin/qtx_activation_hook.php:85 #, php-format msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:135 +#: admin/qtx_activation_hook.php:203 #, php-format msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/Languages configuration page. Then you have to deactivate one of the plugins to continue." msgstr "" -#: admin/activation_hook.php:140 admin/activation_hook.php:142 +#: admin/qtx_activation_hook.php:208 admin/qtx_activation_hook.php:210 #, php-format msgid "Deactivate %s" msgstr "" -#: admin/activation_hook.php:176 +#: admin/qtx_activation_hook.php:249 #, php-format msgid "Plugin %s may be integrated with multilingual plugin %s with a help of plugin %s." msgstr "" -#: admin/activation_hook.php:178 +#: admin/qtx_activation_hook.php:251 msgid "Please, press an appropriate button below." msgstr "" -#: admin/activation_hook.php:182 +#: admin/qtx_activation_hook.php:255 #, php-format msgid "Activate plugin %s" msgstr "" -#: admin/activation_hook.php:184 +#: admin/qtx_activation_hook.php:257 #, php-format msgid "Install plugin %s" msgstr "" -#: admin/activation_hook.php:186 +#: admin/qtx_activation_hook.php:259 msgid "I am aware of that, dismiss this message." msgstr "" -#: admin/activation_hook.php:240 +#: admin/qtx_activation_hook.php:309 #, php-format msgid "Thank you for using %s plugin!" msgstr "" -#: admin/activation_hook.php:242 +#: admin/qtx_activation_hook.php:311 #, php-format msgid "Please, help us to make a decision on \"%s\" feature, press the button below." msgstr "" -#: admin/activation_hook.php:242 admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:311 admin/qtx_activation_hook.php:313 #: qtranslate_services.php:787 #, fuzzy msgid "Translation Service" msgstr "Овозможи го qTranslate Services" -#: admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:313 #, php-format msgid "Survey on \"%s\" feature" msgstr "" -#: admin/activation_hook.php:245 +#: admin/qtx_activation_hook.php:314 admin/qtx_activation_hook.php:348 msgid "I have already done it, dismiss this message." msgstr "" -#: admin/admin_utils.php:145 +#: admin/qtx_activation_hook.php:346 +#, php-format +msgid "The latest version of plugin %s has a number of new options, for example, %s, which may change the look of some pages. Please, review the help text of new options on %sconfiguration page%s." +msgstr "" + +#: admin/qtx_admin_utils.php:146 msgid "Database has been converted to square bracket format." msgstr "" -#: admin/admin_utils.php:145 admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:146 admin/qtx_admin_utils.php:148 msgid "Note: custom entries are not touched." msgstr "" -#: admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:148 msgid "Database has been converted to legacy dual-tag format." msgstr "" -#: admin/admin_utils.php:405 qtranslate_configuration.php:484 -#: qtranslate_configuration.php:507 qtranslate_frontend.php:168 +#: admin/qtx_admin_utils.php:406 admin/qtx_configuration.php:565 +#: admin/qtx_configuration.php:588 qtranslate_frontend.php:168 #: qtranslate_frontend.php:195 msgid "Flag" msgstr "Знаме" -#: admin/admin_utils.php:406 qtranslate_configuration.php:525 +#: admin/qtx_admin_utils.php:407 admin/qtx_configuration.php:606 msgid "Name" msgstr "Име" -#: admin/admin_utils.php:407 qtranslate_services.php:383 +#: admin/qtx_admin_utils.php:408 qtranslate_services.php:383 msgid "Action" msgstr "Акција" -#: admin/admin_utils.php:420 qtranslate_configuration.php:471 -#: qtranslate_configuration.php:1245 -msgid "Languages" -msgstr "Јазици" - -#: admin/import_export.php:125 -msgid "Plugin" -msgstr "" - -#: admin/import_export.php:131 -msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." -msgstr "" - -#: admin/import_export.php:134 -#, php-format -msgid "Use plugin %s to import data." -msgstr "" - -#: admin/import_export.php:138 -msgid "Do not migrate any setting" -msgstr "" - -#: admin/import_export.php:140 -#, fuzzy -msgid "Import settings from " -msgstr "Ресетирај го qTranslate" - -#: admin/import_export.php:142 -#, fuzzy -msgid "Export settings to " -msgstr "Ресетирај го qTranslate" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Export" -msgstr "" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Import" -msgstr "" - -#: admin/import_export.php:156 qtranslate_configuration.php:773 -#: qtranslate_configuration.php:783 qtranslate_configuration.php:1030 -msgid "Convert Database" -msgstr "Конвертирај ја базата на податоци." - -#: admin/import_export.php:158 -#, php-format -msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." -msgstr "Доклку преминуцате од qTranslate 1.x или Polyglot, кликнете тука за да ги конвертирате текстовите во новиот начин на означување на јазик." - -#: admin/import_export.php:159 -#, php-format -msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." -msgstr "Доколку сте го инсталирале qTranslate за прв пат на Wordpress со постоечки текстови, можете или да одите низ сите ваши текстови и рачно да ги снимите во правилниот јазик или кликнете овде за да ги обележите сите постоечки текстови дека се напишани во основниот јазик." - -#: admin/import_export.php:160 -msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." -msgstr "Двата процеси се неповратни! Направете подоплн backup на базата на податоци пред да кликнете на било кој од овие линкови." - -#: admin/import_export.php:161 -#, fuzzy -msgid "Do not convert database" -msgstr "Конвертирај ја базата на податоци." - -#: admin/import_export.php:162 -msgid "Convert database to the \"square bracket only\" style." -msgstr "" - -#: admin/import_export.php:163 -#, php-format -msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." -msgstr "" - -#: admin/import_export.php:164 -msgid "Convert database back to the legacy \"dual language tag\" style." -msgstr "" +#: admin/qtx_admin_utils.php:409 admin/qtx_configuration.php:1441 +#: admin/qtx_configuration.php:1466 +msgid "Edit" +msgstr "Промени" -#: admin/import_export.php:165 -msgid "Note, that only string options and standard post and page fields are affected." +#: admin/qtx_admin_utils.php:410 +msgid "Stored" msgstr "" -#: admin/import_export.php:174 -msgid "Reset qTranslate" -msgstr "Ресетирај го qTranslate" - -#: admin/import_export.php:176 -msgid "Check this box and click Save Changes to reset all qTranslate settings." -msgstr "Кликни и потоа кликни на Сними Промени за да се ресетираат сите поставувања на qTranslate." - -#: admin/import_export.php:178 -msgid "Yes, I really want to reset qTranslate." -msgstr "Да, сакам да го ресетирам qTranslate." - -#: admin/import_export.php:180 -msgid "Also delete Translations for Categories/Tags/Link Categories." -msgstr "Исто така избриши ги Преводите за Категории/Тагови/Врски." - -#: admin/import_export.php:182 -msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." -msgstr "Доколку нешто не функционира правилно, секогаш можете да пробате да го ресетирате qTranslate. Со ресетирање нема да избришете ниту еден текст, само ќе ги избришете сите поставувања (вклучувајќи ги и избраните јазици)." +#: admin/qtx_admin_utils.php:421 admin/qtx_configuration.php:552 +#: admin/qtx_configuration.php:1424 +msgid "Languages" +msgstr "Јазици" -#: qtranslate_configuration.php:471 +#: admin/qtx_configuration.php:552 msgid "Language Management" msgstr "Поставување на јазици" -#: qtranslate_configuration.php:479 +#: admin/qtx_configuration.php:560 msgid "Language Code" msgstr "Код на јазик" -#: qtranslate_configuration.php:481 +#: admin/qtx_configuration.php:562 msgid "2-Letter ISO Language Code for the Language you want to insert. (Example: en)" msgstr "Ознака на јазик со 2 букви ISO Language Code за јазикот кој што сакате да го додадете. (На пример: en)" -#: qtranslate_configuration.php:510 +#: admin/qtx_configuration.php:591 msgid "Incorrect Flag Image Path! Please correct it!" msgstr "Неправилна патека за сликата на знаме! Променете ја!" -#: qtranslate_configuration.php:513 +#: admin/qtx_configuration.php:594 msgid "Choose the corresponding country flag for language. (Example: gb.png)" msgstr "Изберете го знамето за соодветниот јазик. (На пример gb.png)" -#: qtranslate_configuration.php:527 +#: admin/qtx_configuration.php:608 msgid "The Name of the language, which will be displayed on the site. (Example: English)" msgstr "Име на јазикот, кое што ќе се прикаже на страницата (На пример: Македонски)" -#: qtranslate_configuration.php:530 +#: admin/qtx_configuration.php:611 msgid "Locale" msgstr "" -#: qtranslate_configuration.php:533 +#: admin/qtx_configuration.php:614 msgid "PHP and Wordpress Locale for the language. (Example: en_US)" msgstr "PHP и Wordpress Locale за јазикот. (На пример: en_US)" -#: qtranslate_configuration.php:534 +#: admin/qtx_configuration.php:615 msgid "You will need to install the .mo file for this language." msgstr "Потребно е да ja инсталирате .mo датотеката за овој јазик." -#: qtranslate_configuration.php:538 +#: admin/qtx_configuration.php:619 msgid "Date Format" msgstr "Формат на датум." -#: qtranslate_configuration.php:540 +#: admin/qtx_configuration.php:621 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime (use %q for day suffix (st,nd,rd,th)) or date format. This field is optional. (Example: %A %B %e%q, %Y)" msgstr "Во зависност од начинот на конверзија на Датум/Време, можете да ја користите функцијата strftime (користете %q за суфикс за ден (st,nd,rd,th)) или date format. Ова е опционално поле. (На пример: %A %B %e%q, %Y)" -#: qtranslate_configuration.php:543 +#: admin/qtx_configuration.php:624 msgid "Time Format" msgstr "Формат за време" -#: qtranslate_configuration.php:545 +#: admin/qtx_configuration.php:626 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime or date format. This field is optional. (Example: %I:%M %p)" msgstr "Во зависност од вашиот начин на конверзија на Датум / Време, можете да внесете strftime or date формат. Ова поле е опционално. (На пример: %I:%M %p)" -#: qtranslate_configuration.php:548 +#: admin/qtx_configuration.php:629 msgid "Not Available Message" msgstr "Пораката не е достапна" -#: qtranslate_configuration.php:551 +#: admin/qtx_configuration.php:632 msgid "Message to display if post is not available in the requested language. (Example: Sorry, this entry is only available in %LANG:, : and %.)" msgstr "Порака која што ќе се покаже доколку соодветниот текст не е преведен во избраниот јазик. (На пример: Извинете, овој текст е достапен само во %LANG:, : и %.)" -#: qtranslate_configuration.php:552 +#: admin/qtx_configuration.php:633 msgid "%LANG:<normal_separator>:<last_separator>% generates a list of languages separated by <normal_separator> except for the last one, where <last_separator> will be used instead." msgstr "%LANG:<normal_separator>:<last_separator>% генерира листа на јазици одделена со <normal_separator> освен за последниот, каде што <last_separator> ќе се користи." -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Hide" msgstr "" -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Show" msgstr "Прикажи" -#: qtranslate_configuration.php:675 +#: admin/qtx_configuration.php:763 msgid "Save Changes" msgstr "Сними ги промените" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, fuzzy msgid "Switching Language" msgstr "Промени јазик" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, php-format msgid "Switching language to %1$s... If the Dashboard isn't loading, use this link." msgstr "" -#: qtranslate_configuration.php:713 +#: admin/qtx_configuration.php:801 msgid "qTranslate has been reset." msgstr "qTranslate е ресетиран" -#: qtranslate_configuration.php:766 +#: admin/qtx_configuration.php:875 msgid "Gettext databases updated." msgstr "Gettext базата на податоци е ажурирана." -#: qtranslate_configuration.php:772 +#: admin/qtx_configuration.php:882 #, php-format msgid "Applicable options and taxonomy names from plugin %s have been imported. Note that the multilingual content of posts, pages and other objects has not been altered during this operation. There is no additional operation needed to import content, since its format is compatible with %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 #, php-format msgid "%sImportant%s: Before you start making edits to post and pages, please, make sure that both, your front site and admin back-end, work under this configuration. It may help to review \"%s\" and see if any of conflicting plugins mentioned there are used here. While the current content, coming from %s, is compatible with this plugin, the newly modified posts and pages will be saved with a new square-bracket-only encoding, which has a number of advantages comparing to former %s encoding. However, the new encoding is not straightforwardly compatible with %s and you will need an additional step available under \"%s\" option if you ever decide to go back to %s. Even with this additional conversion step, the 3rd-party plugins custom-stored data will not be auto-converted, but manual editing will still work. That is why it is advisable to create a test-copy of your site before making any further changes. In case you encounter a problem, please give us a chance to improve %s, send the login information to the test-copy of your site to %s along with a detailed step-by-step description of what is not working, and continue using your main site with %s meanwhile. It would also help, if you share a success story as well, either on %sthe forum%s, or via the same e-mail as mentioned above. Thank you very much for trying %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 admin/qtx_configuration.php:894 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:156 +msgid "Convert Database" +msgstr "Конвертирај ја базата на податоци." + +#: admin/qtx_configuration.php:883 msgid "This is a one-time message, which you will not see again, unless the same import is repeated." msgstr "" -#: qtranslate_configuration.php:775 qtranslate_configuration.php:1204 +#: admin/qtx_configuration.php:885 admin/qtx_configuration.php:1320 msgid "Compatibility Functions" msgstr "" -#: qtranslate_configuration.php:775 +#: admin/qtx_configuration.php:885 #, php-format msgid "Option \"%s\" has also been turned on, as the most common case for importing configuration from %s. You may turn it off manually if your setup does not require it. Refer to %sFAQ%s for more information." msgstr "" -#: qtranslate_configuration.php:783 +#: admin/qtx_configuration.php:894 #, php-format msgid "Applicable options have been exported to plugin %s. If you have done some post or page updates after migrating from %s, then \"%s\" operation is also required to convert the content to \"dual language tag\" style in order for plugin %s to function." msgstr "" -#: qtranslate_configuration.php:794 +#: admin/qtx_configuration.php:906 msgid "The Language must have a Not-Available Message!" msgstr "Јазикот мора да има порака доколку нема превод на определениот текст." -#: qtranslate_configuration.php:795 +#: admin/qtx_configuration.php:907 msgid "The Language must have a Locale!" msgstr "Јазикот мора да има вредност за Locale!" -#: qtranslate_configuration.php:796 +#: admin/qtx_configuration.php:908 msgid "The Language must have a name!" msgstr "Јазикот мора да има име!" -#: qtranslate_configuration.php:797 +#: admin/qtx_configuration.php:909 msgid "Language Code has to be 2 characters long!" msgstr "Кодот за јазик мора да биде долг 2 карактера!" -#: qtranslate_configuration.php:801 qtranslate_configuration.php:807 +#: admin/qtx_configuration.php:916 admin/qtx_configuration.php:922 msgid "There is already a language with the same Language Code!" msgstr "Веќе постои јазик со ист код." -#: qtranslate_configuration.php:892 qtranslate_configuration.php:914 -#: qtranslate_configuration.php:921 qtranslate_configuration.php:938 -msgid "No such language!" -msgstr "Не постои таков јазик!" - -#: qtranslate_configuration.php:906 +#: admin/qtx_configuration.php:1019 msgid "Language is already enabled or invalid!" msgstr "Јазикот е веќе дефиниран или е неправилен!" -#: qtranslate_configuration.php:911 +#: admin/qtx_configuration.php:1025 msgid "Cannot disable Default Language!" msgstr "Не може да се оневозможи основниот јазик!" -#: qtranslate_configuration.php:917 +#: admin/qtx_configuration.php:1028 admin/qtx_configuration.php:1035 +#: admin/qtx_configuration.php:1052 +msgid "No such language!" +msgstr "Не постои таков јазик!" + +#: admin/qtx_configuration.php:1031 msgid "Language is already disabled!" msgstr "Јазикот е веќе оневозможен!" -#: qtranslate_configuration.php:925 +#: admin/qtx_configuration.php:1039 msgid "Language is already first!" msgstr "Јазикот е веќе прв!" -#: qtranslate_configuration.php:931 qtranslate_configuration.php:948 +#: admin/qtx_configuration.php:1045 admin/qtx_configuration.php:1062 msgid "New order saved." msgstr "Новото подредување е снимено." -#: qtranslate_configuration.php:942 +#: admin/qtx_configuration.php:1056 msgid "Language is already last!" msgstr "Јазикот е веќе последен!" -#: qtranslate_configuration.php:960 +#: admin/qtx_configuration.php:1074 msgid "Options saved." msgstr "Опциите се снимени." -#: qtranslate_configuration.php:965 +#: admin/qtx_configuration.php:1079 #, php-format msgid "Could not write to \"%s\", Gettext Databases could not be downloaded!" msgstr "Не може да се запише во \"%s\", Gettext Database не може да се сними!" -#: qtranslate_configuration.php:991 +#: admin/qtx_configuration.php:1105 msgid "Edit Language" msgstr "Промени јазик" -#: qtranslate_configuration.php:994 +#: admin/qtx_configuration.php:1108 msgid "Save Changes »" msgstr "Сними промени »" -#: qtranslate_configuration.php:999 +#: admin/qtx_configuration.php:1110 +msgid "back to configuration page" +msgstr "" + +#: admin/qtx_configuration.php:1114 msgid "Language Management (qTranslate Configuration)" msgstr "Поставување на јазик (qTranslate Configuration)" -#: qtranslate_configuration.php:1000 +#: admin/qtx_configuration.php:1115 #, php-format msgid "For help on how to configure qTranslate correctly, take a look at the qTranslate FAQ and the Support Forum." msgstr "За помош при конфигурирањето на qTranslate, погледнете на qTranslate FAQ и на Support Forum." -#: qtranslate_configuration.php:1002 +#: admin/qtx_configuration.php:1117 msgid "General Settings" msgstr "Општи поставувања" -#: qtranslate_configuration.php:1005 +#: admin/qtx_configuration.php:1120 msgid "Default Language / Order" msgstr "Почетен јазик / Подредување" -#: qtranslate_configuration.php:1007 +#: admin/qtx_configuration.php:1122 msgid "Default Language" msgstr "Почетен јазик" -#: qtranslate_configuration.php:1020 +#: admin/qtx_configuration.php:1135 #, php-format msgid "Choose the default language of your blog. This is the language which will be shown on %s. You can also change the order the languages by clicking on the arrows above." msgstr "Избере те го почетниот јазик за вашиот блог. Јазикот ќе се покаже на %s. Тоа може да се промени со кликнување на стрелките погоре." -#: qtranslate_configuration.php:1025 +#: admin/qtx_configuration.php:1140 msgid "Hide Untranslated Content" msgstr "Скриј ја непреведената содржина" -#: qtranslate_configuration.php:1027 +#: admin/qtx_configuration.php:1142 msgid "Hide Content which is not available for the selected language." msgstr "Скриј ја содржината која што не е преведена во избраниот јазик" -#: qtranslate_configuration.php:1029 +#: admin/qtx_configuration.php:1144 msgid "When checked, posts will be hidden if the content is not available for the selected language. If unchecked, a message will appear showing all the languages the content is available in." msgstr "Кога е селектирано, постовите ќе бидат скриени доколку содржината не е преведена во избраниот јазик. Кога не е селектирано, ќе се појави порака во која ќе бидат прикажани сите јазици за кои што постои превод." -#: qtranslate_configuration.php:1030 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Export" +msgstr "" + +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Import" +msgstr "" + +#: admin/qtx_configuration.php:1145 #, fuzzy, php-format msgid "This function will not work correctly if you installed %s on a blog with existing entries. In this case you will need to take a look at option \"%s\" under \"%s\" section." msgstr "Оваа функционалност нема да работи правилно доколку сте го инсталирале qTranslate на блог со веќе постоечи податоци. Во тој случај погледнете во \"Convert Database\" под \"Advanced Settings\"." -#: qtranslate_configuration.php:1032 +#: admin/qtx_configuration.php:1147 #, fuzzy msgid "Show displayed language prefix when content is not available for the selected language." msgstr "Скриј ја содржината која што не е преведена во избраниот јазик" -#: qtranslate_configuration.php:1036 +#: admin/qtx_configuration.php:1151 msgid "Detect Browser Language" msgstr "Детектирај јазик на пребарувачот" -#: qtranslate_configuration.php:1038 +#: admin/qtx_configuration.php:1153 msgid "Detect the language of the browser and redirect accordingly." msgstr "Детектирај јазик на пребарувачот и пренасочи соодветно." -#: qtranslate_configuration.php:1040 +#: admin/qtx_configuration.php:1155 msgid "When the frontpage is visited via bookmark/external link/type-in, the visitor will be forwarded to the correct URL for the language specified by his browser." msgstr "Кога првата страница е посетена преку bookmark, посетителот ќе биде пренасочен на правилниот URL за избраниот јазик на неговиот пребарувач." -#: qtranslate_configuration.php:1045 +#: admin/qtx_configuration.php:1160 msgid "Advanced Settings" msgstr "Напредни поставувања" -#: qtranslate_configuration.php:1052 qtranslate_configuration.php:1054 -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1167 admin/qtx_configuration.php:1169 +#: admin/qtx_configuration.php:1243 msgid "URL Modification Mode" msgstr "" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Most SEO unfriendly, not recommended." msgstr "" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Use Query Mode (?lang=en)" msgstr "" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "SEO friendly." msgstr "" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "Use Pre-Path Mode (Default, puts /en/ in front of URL)" msgstr "Користи Pre-Path Mode (Default, puts /en/ пред URL)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "Use Pre-Domain Mode (uses http://en.yoursite.com)" msgstr "Користи Pre-Domain Mode (користи http://en.yoursite.com)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "You will need to configure DNS sub-domains on your site." msgstr "" -#: qtranslate_configuration.php:1068 +#: admin/qtx_configuration.php:1183 msgid "Hide URL language information for default language." msgstr "Скриј ја информацијата за јазикот од URL-то за поечтниот јазик" -#: qtranslate_configuration.php:1069 +#: admin/qtx_configuration.php:1184 msgid "This is only applicable to Pre-Path and Pre-Domain mode." msgstr "" -#: qtranslate_configuration.php:1074 +#: admin/qtx_configuration.php:1189 #, fuzzy msgid "Use Per-Domain mode: specify separate user-defined domain for each language." msgstr "Користи емулирана функција за датум и замени ги форматите со предефинираните формати за секој јазик." -#: qtranslate_configuration.php:1092 +#: admin/qtx_configuration.php:1208 msgid "Domain for" msgstr "" -#: qtranslate_configuration.php:1097 +#: admin/qtx_configuration.php:1213 msgid "Flag Image Path" msgstr "Патека до сликата со знаме" -#: qtranslate_configuration.php:1101 +#: admin/qtx_configuration.php:1217 #, fuzzy, php-format msgid "Path to the flag images under wp-content, with trailing slash. (Default: %s, clear the value above to reset it to the default)" msgstr "Патека до датотеките со знамиња во директориумот wp-content, со / на крајот. (Основно: plugins/qtranslate/flags/)" -#: qtranslate_configuration.php:1105 +#: admin/qtx_configuration.php:1221 msgid "Ignore Links" msgstr "Игнорирај ги врските" -#: qtranslate_configuration.php:1109 +#: admin/qtx_configuration.php:1225 #, fuzzy, php-format msgid "Don't convert links to files of the given file types. (Always included: %s)" msgstr "Не ги конвертирај врските до датотеките за приложените типови на датотеки. (Default: gif,jpg,jpeg,png,pdf,swf,tif,rar,zip,7z,mpg,divx,mpeg,avi,css,js)" -#: qtranslate_configuration.php:1113 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1229 qtranslate_widget.php:119 msgid "Head inline CSS" msgstr "" -#: qtranslate_configuration.php:1115 +#: admin/qtx_configuration.php:1231 msgid "CSS code added by plugin in the head of front-end pages:" msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 qtranslate_widget.php:119 msgid "To disable this inline CSS, clear the check box." msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 admin/qtx_configuration.php:1395 +#: qtranslate_widget.php:119 msgid "To reset to default, clear the text." msgstr "" -#: qtranslate_configuration.php:1123 +#: admin/qtx_configuration.php:1239 #, fuzzy msgid "Cookie Settings" msgstr "Поставувања" -#: qtranslate_configuration.php:1125 +#: admin/qtx_configuration.php:1241 #, php-format msgid "Disable language client cookie \"%s\" (not recommended)." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Language cookie is auto-disabled for \"%s\" \"Pre-Domain\" and \"Per-Domain\", as language is always unambiguously defined by a url in those modes." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Otherwise, use this option with a caution, for simple enough sites only. If checked, the user choice of browsing language will not be saved between sessions and some AJAX calls may deliver unexpected language, as well as some undesired language switching during browsing may occur under certain themes (%sRead More%s)." msgstr "" -#: qtranslate_configuration.php:1129 +#: admin/qtx_configuration.php:1245 #, php-format msgid "Make %s cookies available only through HTTPS connections." msgstr "" -#: qtranslate_configuration.php:1131 +#: admin/qtx_configuration.php:1247 msgid "Don't check this if you don't know what you're doing!" msgstr "" -#: qtranslate_configuration.php:1135 +#: admin/qtx_configuration.php:1251 msgid "Update Gettext Databases" msgstr "Ажурирај ја Gettext базата на податоци" -#: qtranslate_configuration.php:1137 +#: admin/qtx_configuration.php:1253 msgid "Automatically check for .mo-Database Updates of installed languages." msgstr "Автоматски проверувај за новости на .mo базата на податоци за избраните јазици." -#: qtranslate_configuration.php:1139 +#: admin/qtx_configuration.php:1255 msgid "Update Gettext databases now." msgstr "Ажурирај ја Gettext базата на податоци сега." -#: qtranslate_configuration.php:1141 +#: admin/qtx_configuration.php:1257 msgid "qTranslate will query the Wordpress Localisation Repository every week and download the latest Gettext Databases (.mo Files)." msgstr "qTranslate го употребува Wordpress Localisation Repository секоја недела и ги снима најновите верзии на Gettext Databases (.mo датотеки)." -#: qtranslate_configuration.php:1145 +#: admin/qtx_configuration.php:1261 msgid "Date / Time Conversion" msgstr "Конверзија на Датум/Време" -#: qtranslate_configuration.php:1147 +#: admin/qtx_configuration.php:1263 msgid "Use emulated date function." msgstr "Користи емулирана функција за датум" -#: qtranslate_configuration.php:1148 +#: admin/qtx_configuration.php:1264 msgid "Use emulated date function and replace formats with the predefined formats for each language." msgstr "Користи емулирана функција за датум и замени ги форматите со предефинираните формати за секој јазик." -#: qtranslate_configuration.php:1149 +#: admin/qtx_configuration.php:1265 msgid "Use strftime instead of date." msgstr "Користи strftime наместо датум." -#: qtranslate_configuration.php:1150 +#: admin/qtx_configuration.php:1266 msgid "Use strftime instead of date and replace formats with the predefined formats for each language." msgstr "Користи strftime наместо датум и промени ги форматите со предефинираните формати за секој јазик." -#: qtranslate_configuration.php:1151 +#: admin/qtx_configuration.php:1267 msgid "Depending on the mode selected, additional customizations of the theme may be needed." msgstr "Во зависност од селектираниот начин, дополнителни поставувања на темате ќе бидат потребни." -#: qtranslate_configuration.php:1160 +#: admin/qtx_configuration.php:1276 #, fuzzy msgid "Translation of options" msgstr "Преведи во" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Filter all WordPress options for translation at front-end. It may hurt performance of the site, but ensures that all options are translated." msgstr "" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Starting from version 3.2.5, only options with multilingual content get filtered, which should help on performance issues." msgstr "" -#: qtranslate_configuration.php:1164 +#: admin/qtx_configuration.php:1280 msgid "Translate only options listed below (for experts only):" msgstr "" -#: qtranslate_configuration.php:1167 +#: admin/qtx_configuration.php:1283 #, php-format msgid "By default, all options are filtered to be translated at front-end for the sake of simplicity of configuration. However, for a developed site, this may cause a considerable performance degradation. Normally, there are very few options, which actually need a translation. You may simply list them above to minimize the performance impact, while still getting translations needed. Options names must match the field \"%s\" of table \"%s\" of WordPress database. A minimum common set of option, normally needed a translation, is already entered in the list above as a default example. Option names in the list may contain wildcard with symbol \"%s\"." msgstr "" -#: qtranslate_configuration.php:1171 +#: admin/qtx_configuration.php:1287 msgid "Custom Fields" msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 #, php-format msgid "Enter \"%s\" or \"%s\" attribute of text fields from your theme, which you wish to translate. This applies to post, page and media editors (%s). To lookup \"%s\" or \"%s\", right-click on the field in the post or the page editor and choose \"%s\". Look for an attribute of the field named \"%s\" or \"%s\". Enter it below, as many as you need, space- or comma-separated. After saving configuration, these fields will start responding to the language switching buttons, and you can enter different text for each language. The input fields of type %s will be parsed using %s syntax, while single line text fields will use %s syntax. If you need to override this behaviour, prepend prefix %s or %s to the name of the field to specify which syntax to use. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 msgctxt "browser option" msgid "Inspect Element" msgstr "" -#: qtranslate_configuration.php:1180 +#: admin/qtx_configuration.php:1296 msgid "The value of \"id\" attribute is normally unique within one page, otherwise the first field found, having an id specified, is picked up." msgstr "" -#: qtranslate_configuration.php:1187 +#: admin/qtx_configuration.php:1303 #, php-format msgid "All the fields of specified classes will respond to Language Switching Buttons. Be careful not to include a class, which would affect language-neutral fields. If you cannot uniquely identify a field needed neither by %s, nor by %s attribute, report the issue on %sSupport Forum%s" msgstr "" -#: qtranslate_configuration.php:1191 +#: admin/qtx_configuration.php:1307 msgid "Custom Filters" msgstr "" -#: qtranslate_configuration.php:1194 +#: admin/qtx_configuration.php:1310 #, php-format msgid "Names of filters (which are enabled on theme or other plugins via %s function) to add translation to. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1198 +#: admin/qtx_configuration.php:1314 msgid "Custom Admin Pages" msgstr "" -#: qtranslate_configuration.php:1200 +#: admin/qtx_configuration.php:1316 #, php-format msgid "List the custom admin page paths for which you wish Language Switching Buttons to show up. The Buttons will then control fields configured in \"Custom Fields\" section. You may only include part of the full URL after %s, including a distinctive query string if needed. As many as desired pages can be listed space/comma separated. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1206 +#: admin/qtx_configuration.php:1322 #, php-format msgid "Enable function name compatibility (%s)." msgstr "" -#: qtranslate_configuration.php:1207 +#: admin/qtx_configuration.php:1323 #, php-format msgid "Some plugins and themes use direct calls to the functions listed, which are defined in former %s plugin and some of its forks. Turning this flag on will enable those function to exists, which will make the dependent plugins and themes to work. WordPress policy prohibits to define functions with the same names as in other plugins, since it generates user-unfriendly fatal errors, when two conflicting plugins are activated simultaneously. Before turning this option on, you have to make sure that there are no other plugins active, which define those functions." msgstr "" -#: qtranslate_configuration.php:1211 +#: admin/qtx_configuration.php:1327 msgid "Editor Mode" msgstr "" -#: qtranslate_configuration.php:1213 +#: admin/qtx_configuration.php:1329 msgid "Use Language Switching Buttons (LSB)." msgstr "" -#: qtranslate_configuration.php:1214 +#: admin/qtx_configuration.php:1330 msgid "This is the default mode." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Do not use Language Switching Buttons to edit multi-language text entries." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Editor Raw Mode" msgstr "" -#: qtranslate_configuration.php:1216 +#: admin/qtx_configuration.php:1332 msgid "Some people prefer to edit the raw entries containing all languages together separated by language defining tags, as they are stored in database." msgstr "" -#: qtranslate_configuration.php:1267 -#, fuzzy, php-format -msgid "%s Flag" -msgstr "Знаме" +#: admin/qtx_configuration.php:1340 admin/qtx_configuration.php:1343 +msgid "LSB Style" +msgstr "" + +#: admin/qtx_configuration.php:1344 +msgid "Choose CSS style for how Language Switching Buttons are rendered:" +msgstr "" + +#: admin/qtx_configuration.php:1345 +#, php-format +msgid "LSB %s-wrap classes:" +msgstr "" + +#: admin/qtx_configuration.php:1346 +msgid "Active button class:" +msgstr "" + +#: admin/qtx_configuration.php:1347 +msgid "The above is reset to an appropriate default, if the below is changed." +msgstr "" + +#: admin/qtx_configuration.php:1348 +msgid "CSS set:" +msgstr "" + +#: admin/qtx_configuration.php:1352 admin/qtx_configuration.php:1354 +#: admin/qtx_configuration.php:1388 admin/qtx_configuration.php:1390 +msgid "Use custom CSS" +msgstr "" + +#: admin/qtx_configuration.php:1354 +#, php-format +msgid "Choice \"%s\" disables this option and allows one to use its own custom CSS provided by other means." +msgstr "" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1371 admin/qtx_configuration.php:1375 +#: admin/qtx_user_options.php:18 +msgid "Highlight Style" +msgstr "" + +#: admin/qtx_configuration.php:1373 +msgid "When there are many integrated or customized translatable fields, it may become confusing to know which field has multilingual value. The highlighting of translatable fields may come handy then:" +msgstr "" + +#: admin/qtx_configuration.php:1376 admin/qtx_configuration.php:1378 +msgid "Do not highlight the translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1380 admin/qtx_configuration.php:1382 +msgid "Show a line on the left border of translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1384 admin/qtx_configuration.php:1386 +msgid "Draw a border around translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1395 +msgid "Admin Color Scheme" +msgstr "" + +#: admin/qtx_configuration.php:1395 +#, php-format +msgid "The color in use is taken from your profile option %s, the third color." +msgstr "" + +#: admin/qtx_configuration.php:1433 +#, fuzzy +msgid "List of Configured Languages" +msgstr "Изворен јазик" + +#: admin/qtx_configuration.php:1438 +#, php-format +msgid "Only enabled languages are loaded at front-end, while all %d configured languages are listed here." +msgstr "" + +#: admin/qtx_configuration.php:1439 +msgid "The table below contains both pre-defined and manually added or modified languages." +msgstr "" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Delete" +msgstr "Избриши" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Disable" msgstr "Оневозможи" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Enable" msgstr "Овозможи" -#: qtranslate_configuration.php:1270 -msgid "Edit" -msgstr "Промени" +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Reset" +msgstr "" -#: qtranslate_configuration.php:1271 +#: admin/qtx_configuration.php:1440 +#, php-format +msgid "You may %s or %s a language, or %s manually added language, or %s previous modifications of a pre-defined language." +msgstr "" + +#: admin/qtx_configuration.php:1441 +#, php-format +msgid "Click %s to modify language properties." +msgstr "" + +#: admin/qtx_configuration.php:1463 +#, fuzzy, php-format +msgid "%s Flag" +msgstr "Знаме" + +#: admin/qtx_configuration.php:1465 msgid "Default" msgstr "Почетен избор" -#: qtranslate_configuration.php:1271 -msgid "Delete" -msgstr "Избриши" +#: admin/qtx_configuration.php:1467 +msgid "Pre-Defined" +msgstr "" -#: qtranslate_configuration.php:1276 +#: admin/qtx_configuration.php:1476 msgid "Enabling a language will cause qTranslate to update the Gettext-Database for the language, which can take a while depending on your server's connection speed." msgstr "Овозможувањето на јазик ќе предизвика qTranslate да ја ажурира Gettext-Database за јазикот. Тоа може да трае подолго време во зависност од брзината на врската на вашиот сервер." -#: qtranslate_configuration.php:1283 +#: admin/qtx_configuration.php:1483 msgid "Add Language" msgstr "Додај јазик." -#: qtranslate_configuration.php:1286 +#: admin/qtx_configuration.php:1486 msgid "Add Language »" msgstr "Додај јазик »" -#: qtranslate_configuration.php:1301 +#: admin/qtx_configuration.php:1508 #, fuzzy msgid "Language Menu" msgstr "Код на јазик" -#: qtranslate_configuration.php:1350 +#: admin/qtx_configuration.php:1557 msgid "Help" msgstr "" -#: qtranslate_configuration.php:1352 +#: admin/qtx_configuration.php:1559 #, php-format msgid "Menu item added is replaced with a sub-menu of available languages when menu is rendered. Depending on how your theme renders menu you may need to override and customize css entries %s and %s, originally defined in %s. The field \"URL\" of inserted menu item allows additional configuration described in %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1357 +#: admin/qtx_configuration.php:1564 msgid "Add to Menu" msgstr "" -#: qtranslate_configuration.php:1367 +#: admin/qtx_configuration.php:1574 #, fuzzy msgid "Language Switcher" msgstr "Код на јазик" -#: qtranslate_configuration.php:1404 +#: admin/qtx_configuration.php:1619 msgid "Settings" msgstr "Поставувања" +#: admin/qtx_import_export.php:125 +msgid "Plugin" +msgstr "" + +#: admin/qtx_import_export.php:131 +msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." +msgstr "" + +#: admin/qtx_import_export.php:134 +#, php-format +msgid "Use plugin %s to import data." +msgstr "" + +#: admin/qtx_import_export.php:138 +msgid "Do not migrate any setting" +msgstr "" + +#: admin/qtx_import_export.php:140 +#, fuzzy +msgid "Import settings from " +msgstr "Ресетирај го qTranslate" + +#: admin/qtx_import_export.php:142 +#, fuzzy +msgid "Export settings to " +msgstr "Ресетирај го qTranslate" + +#: admin/qtx_import_export.php:158 +#, php-format +msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." +msgstr "Доклку преминуцате од qTranslate 1.x или Polyglot, кликнете тука за да ги конвертирате текстовите во новиот начин на означување на јазик." + +#: admin/qtx_import_export.php:159 +#, php-format +msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." +msgstr "Доколку сте го инсталирале qTranslate за прв пат на Wordpress со постоечки текстови, можете или да одите низ сите ваши текстови и рачно да ги снимите во правилниот јазик или кликнете овде за да ги обележите сите постоечки текстови дека се напишани во основниот јазик." + +#: admin/qtx_import_export.php:160 +msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." +msgstr "Двата процеси се неповратни! Направете подоплн backup на базата на податоци пред да кликнете на било кој од овие линкови." + +#: admin/qtx_import_export.php:161 +#, fuzzy +msgid "Do not convert database" +msgstr "Конвертирај ја базата на податоци." + +#: admin/qtx_import_export.php:162 +msgid "Convert database to the \"square bracket only\" style." +msgstr "" + +#: admin/qtx_import_export.php:163 +#, php-format +msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." +msgstr "" + +#: admin/qtx_import_export.php:164 +msgid "Convert database back to the legacy \"dual language tag\" style." +msgstr "" + +#: admin/qtx_import_export.php:165 +msgid "Note, that only string options and standard post and page fields are affected." +msgstr "" + +#: admin/qtx_import_export.php:174 +msgid "Reset qTranslate" +msgstr "Ресетирај го qTranslate" + +#: admin/qtx_import_export.php:176 +msgid "Check this box and click Save Changes to reset all qTranslate settings." +msgstr "Кликни и потоа кликни на Сними Промени за да се ресетираат сите поставувања на qTranslate." + +#: admin/qtx_import_export.php:178 +msgid "Yes, I really want to reset qTranslate." +msgstr "Да, сакам да го ресетирам qTranslate." + +#: admin/qtx_import_export.php:180 +msgid "Also delete Translations for Categories/Tags/Link Categories." +msgstr "Исто така избриши ги Преводите за Категории/Тагови/Врски." + +#: admin/qtx_import_export.php:182 +msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." +msgstr "Доколку нешто не функционира правилно, секогаш можете да пробате да го ресетирате qTranslate. Со ресетирање нема да избришете ниту еден текст, само ќе ги избришете сите поставувања (вклучувајќи ги и избраните јазици)." + +#: admin/qtx_languages.php:93 +#, fuzzy +msgid "Cannot delete Default Language!" +msgstr "Не може да се оневозможи основниот јазик!" + +#: admin/qtx_user_options.php:9 +#, fuzzy +msgid "Translation options" +msgstr "Преведи во" + +#: admin/qtx_user_options.php:14 +msgid "Highlight Translatable Fields" +msgstr "" + +#: admin/qtx_user_options.php:18 +#, php-format +msgid "The way the translatable fields are highlighted is configured with global option %s." +msgstr "" + #: qtranslate_frontend.php:162 qtranslate_widget.php:67 msgid "Language" msgstr "Јазик" diff --git a/lang/qtranslate-ms_MY.po b/lang/qtranslate-ms_MY.po index cf9e663..cb330af 100644 --- a/lang/qtranslate-ms_MY.po +++ b/lang/qtranslate-ms_MY.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: qTranslate-X 3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-03-19 14:09-0600\n" +"POT-Creation-Date: 2015-03-25 22:22-0600\n" "PO-Revision-Date: 2011-08-31 11:33+0800\n" "Last-Translator: WebGrrrl.net \n" "Language-Team: WebGrrrl.net \n" @@ -14,774 +14,905 @@ msgstr "" "X-Poedit-SourceCharset: utf-8\n" "X-Poedit-Basepath: \\\n" -#: admin/activation_hook.php:37 admin/activation_hook.php:137 -#: qtranslate_configuration.php:772 +#: admin/qtx_activation_hook.php:80 admin/qtx_activation_hook.php:205 +#: admin/qtx_configuration.php:882 #, php-format msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so." msgstr "" -#: admin/activation_hook.php:38 +#: admin/qtx_activation_hook.php:81 #, php-format msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously." msgstr "" -#: admin/activation_hook.php:40 +#: admin/qtx_activation_hook.php:83 #, php-format msgid "The compatible settings from %s have been imported to %s. Further tuning, import, export and reset of options can be done at Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:42 +#: admin/qtx_activation_hook.php:85 #, php-format msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:135 +#: admin/qtx_activation_hook.php:203 #, php-format msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/Languages configuration page. Then you have to deactivate one of the plugins to continue." msgstr "" -#: admin/activation_hook.php:140 admin/activation_hook.php:142 +#: admin/qtx_activation_hook.php:208 admin/qtx_activation_hook.php:210 #, php-format msgid "Deactivate %s" msgstr "" -#: admin/activation_hook.php:176 +#: admin/qtx_activation_hook.php:249 #, php-format msgid "Plugin %s may be integrated with multilingual plugin %s with a help of plugin %s." msgstr "" -#: admin/activation_hook.php:178 +#: admin/qtx_activation_hook.php:251 msgid "Please, press an appropriate button below." msgstr "" -#: admin/activation_hook.php:182 +#: admin/qtx_activation_hook.php:255 #, php-format msgid "Activate plugin %s" msgstr "" -#: admin/activation_hook.php:184 +#: admin/qtx_activation_hook.php:257 #, php-format msgid "Install plugin %s" msgstr "" -#: admin/activation_hook.php:186 +#: admin/qtx_activation_hook.php:259 msgid "I am aware of that, dismiss this message." msgstr "" -#: admin/activation_hook.php:240 +#: admin/qtx_activation_hook.php:309 #, php-format msgid "Thank you for using %s plugin!" msgstr "" -#: admin/activation_hook.php:242 +#: admin/qtx_activation_hook.php:311 #, php-format msgid "Please, help us to make a decision on \"%s\" feature, press the button below." msgstr "" -#: admin/activation_hook.php:242 admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:311 admin/qtx_activation_hook.php:313 #: qtranslate_services.php:787 #, fuzzy msgid "Translation Service" msgstr "Perkhidmatan qTranslate" -#: admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:313 #, php-format msgid "Survey on \"%s\" feature" msgstr "" -#: admin/activation_hook.php:245 +#: admin/qtx_activation_hook.php:314 admin/qtx_activation_hook.php:348 msgid "I have already done it, dismiss this message." msgstr "" -#: admin/admin_utils.php:145 +#: admin/qtx_activation_hook.php:346 +#, php-format +msgid "The latest version of plugin %s has a number of new options, for example, %s, which may change the look of some pages. Please, review the help text of new options on %sconfiguration page%s." +msgstr "" + +#: admin/qtx_admin_utils.php:146 msgid "Database has been converted to square bracket format." msgstr "" -#: admin/admin_utils.php:145 admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:146 admin/qtx_admin_utils.php:148 msgid "Note: custom entries are not touched." msgstr "" -#: admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:148 msgid "Database has been converted to legacy dual-tag format." msgstr "" -#: admin/admin_utils.php:405 qtranslate_configuration.php:484 -#: qtranslate_configuration.php:507 qtranslate_frontend.php:168 +#: admin/qtx_admin_utils.php:406 admin/qtx_configuration.php:565 +#: admin/qtx_configuration.php:588 qtranslate_frontend.php:168 #: qtranslate_frontend.php:195 msgid "Flag" msgstr "Bendera" -#: admin/admin_utils.php:406 qtranslate_configuration.php:525 +#: admin/qtx_admin_utils.php:407 admin/qtx_configuration.php:606 msgid "Name" msgstr "Nama" -#: admin/admin_utils.php:407 qtranslate_services.php:383 +#: admin/qtx_admin_utils.php:408 qtranslate_services.php:383 msgid "Action" msgstr "Tindakan" -#: admin/admin_utils.php:420 qtranslate_configuration.php:471 -#: qtranslate_configuration.php:1245 -msgid "Languages" -msgstr "Bahasa" - -#: admin/import_export.php:125 -msgid "Plugin" -msgstr "" - -#: admin/import_export.php:131 -msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." -msgstr "" - -#: admin/import_export.php:134 -#, php-format -msgid "Use plugin %s to import data." -msgstr "" - -#: admin/import_export.php:138 -msgid "Do not migrate any setting" -msgstr "" - -#: admin/import_export.php:140 -#, fuzzy -msgid "Import settings from " -msgstr "Set Semula qTranslate" - -#: admin/import_export.php:142 -#, fuzzy -msgid "Export settings to " -msgstr "Set Semula qTranslate" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Export" -msgstr "" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Import" -msgstr "" - -#: admin/import_export.php:156 qtranslate_configuration.php:773 -#: qtranslate_configuration.php:783 qtranslate_configuration.php:1030 -msgid "Convert Database" -msgstr "Tukar Pangkalan Data" - -#: admin/import_export.php:158 -#, php-format -msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." -msgstr "Sekiranya anda mengemas kini dari versi qTranslate 1.x atau Polyglot, klik di sini untuk menukar post kepada format tag bahasa yang baru." - -#: admin/import_export.php:159 -#, php-format -msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." -msgstr "Sekiranya anda telah memasang qTranslate untuk kali pertama di WordPress dengan post yang telah wujud, anda boleh melihat kandungan post secara manual dan menyimpan kandungan tersebut dalam bahasa yang betul, atau klik di sini bagi menanda semua post yang ada supaya semua kandungan dianggap telah ditulis dalam bahasa ralat." - -#: admin/import_export.php:160 -msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." -msgstr "Kedua-dua proses tidak boleh ditarik balik! Pastikan anda membuat salinan penuh pangkalan data sebelum mengklik pada salah satu daripada pautan berkenaan." - -#: admin/import_export.php:161 -#, fuzzy -msgid "Do not convert database" -msgstr "Tukar Pangkalan Data" - -#: admin/import_export.php:162 -msgid "Convert database to the \"square bracket only\" style." -msgstr "" - -#: admin/import_export.php:163 -#, php-format -msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." -msgstr "" - -#: admin/import_export.php:164 -msgid "Convert database back to the legacy \"dual language tag\" style." -msgstr "" +#: admin/qtx_admin_utils.php:409 admin/qtx_configuration.php:1441 +#: admin/qtx_configuration.php:1466 +msgid "Edit" +msgstr "Edit" -#: admin/import_export.php:165 -msgid "Note, that only string options and standard post and page fields are affected." +#: admin/qtx_admin_utils.php:410 +msgid "Stored" msgstr "" -#: admin/import_export.php:174 -msgid "Reset qTranslate" -msgstr "Set Semula qTranslate" - -#: admin/import_export.php:176 -msgid "Check this box and click Save Changes to reset all qTranslate settings." -msgstr "Tanda kotak ini dan klik Simpan Perubahan untuk menset semula semua seting qTranslate." - -#: admin/import_export.php:178 -msgid "Yes, I really want to reset qTranslate." -msgstr "Ya, I benar-benar ingin menset semula qTranslate." - -#: admin/import_export.php:180 -msgid "Also delete Translations for Categories/Tags/Link Categories." -msgstr "Sila juga pada Penterjemahan bagi Kategori/Tag/Kategori Pautan." - -#: admin/import_export.php:182 -msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." -msgstr "Sekiranya sesuatu tidak berfungsi dengan betul, anda boleh cuba menset semula qTranslate. Set Semula tidak akan memadam apa-apa post tetapi akan memadam semua seting (termasuk semua bahasa yang ditambah)." +#: admin/qtx_admin_utils.php:421 admin/qtx_configuration.php:552 +#: admin/qtx_configuration.php:1424 +msgid "Languages" +msgstr "Bahasa" -#: qtranslate_configuration.php:471 +#: admin/qtx_configuration.php:552 msgid "Language Management" msgstr "Pengurusan Bahasa" -#: qtranslate_configuration.php:479 +#: admin/qtx_configuration.php:560 msgid "Language Code" msgstr "Kod bahasa" -#: qtranslate_configuration.php:481 +#: admin/qtx_configuration.php:562 msgid "2-Letter ISO Language Code for the Language you want to insert. (Example: en)" msgstr "2 huruf Kod Bahasa ISO untuk Bahasa yang anda ingin masukkan. (Contoh: en)" -#: qtranslate_configuration.php:510 +#: admin/qtx_configuration.php:591 msgid "Incorrect Flag Image Path! Please correct it!" msgstr "Lokasi fail imej bendera anda salah. Sila perbetulkan." -#: qtranslate_configuration.php:513 +#: admin/qtx_configuration.php:594 msgid "Choose the corresponding country flag for language. (Example: gb.png)" msgstr "Pilih bendera negara yang berkenaan untuk bahasa. (Contoh: gb.png)" -#: qtranslate_configuration.php:527 +#: admin/qtx_configuration.php:608 msgid "The Name of the language, which will be displayed on the site. (Example: English)" msgstr "Nama bahasa untuk dipaparkan pada laman. (Contoh: English)" -#: qtranslate_configuration.php:530 +#: admin/qtx_configuration.php:611 msgid "Locale" msgstr "Penempatan (locale)" -#: qtranslate_configuration.php:533 +#: admin/qtx_configuration.php:614 msgid "PHP and Wordpress Locale for the language. (Example: en_US)" msgstr "Penempatan (locale) PHP dan Wordpress untuk bahasa berkenaan. (Contoh: en_US)" -#: qtranslate_configuration.php:534 +#: admin/qtx_configuration.php:615 msgid "You will need to install the .mo file for this language." msgstr "Anda perlu memasang instalasi fail .mo untuk bahasa ini." -#: qtranslate_configuration.php:538 +#: admin/qtx_configuration.php:619 msgid "Date Format" msgstr "Format Tarikh" -#: qtranslate_configuration.php:540 +#: admin/qtx_configuration.php:621 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime (use %q for day suffix (st,nd,rd,th)) or date format. This field is optional. (Example: %A %B %e%q, %Y)" msgstr "Bergantung pada mod penukaran Tarikh / Masa yang anda tetapkan, anda boleh memasukkan format strftime (gunakan %q untuk sufiks hari (hb, st,nd,rd,th)) atau date. Medan ini tidak wajib diisi. (Contoh: %A %B %e%q, %Y)" -#: qtranslate_configuration.php:543 +#: admin/qtx_configuration.php:624 msgid "Time Format" msgstr "Format Masa" -#: qtranslate_configuration.php:545 +#: admin/qtx_configuration.php:626 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime or date format. This field is optional. (Example: %I:%M %p)" msgstr "Bergantung pada mod penukaran Tarikh / Masa yang anda tetapkan, anda boleh memasukkan format strftime atau date. Medan ini tidak wajib diisi. (Contoh: %I:%M %p)" -#: qtranslate_configuration.php:548 +#: admin/qtx_configuration.php:629 msgid "Not Available Message" msgstr "Mesej \"Tidak Terdapat\" (Not Available)" -#: qtranslate_configuration.php:551 +#: admin/qtx_configuration.php:632 msgid "Message to display if post is not available in the requested language. (Example: Sorry, this entry is only available in %LANG:, : and %.)" msgstr "Mesej yang dipaparkan sekiranya post tidak terdapat dalam bahasa yang diminta. (Contoh: Maaf, entri ini hanya terdapat dalam %LANG:, : dan %.)" -#: qtranslate_configuration.php:552 +#: admin/qtx_configuration.php:633 msgid "%LANG:<normal_separator>:<last_separator>% generates a list of languages separated by <normal_separator> except for the last one, where <last_separator> will be used instead." msgstr "%LANG:<pembahagi _biasa>:<pembahagi_akhir>% menjanakan senarai bahasa-bahasa yang dipisahkan oleh <pembahagi_biasa> kecuali yang terakhir, dimana <pembahagi_akhir> akan digunakan." -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Hide" msgstr "" -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Show" msgstr "Papar" -#: qtranslate_configuration.php:675 +#: admin/qtx_configuration.php:763 msgid "Save Changes" msgstr "Simpan Perubahan" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, fuzzy msgid "Switching Language" msgstr "Edit Bahasa" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, php-format msgid "Switching language to %1$s... If the Dashboard isn't loading, use this link." msgstr "" -#: qtranslate_configuration.php:713 +#: admin/qtx_configuration.php:801 msgid "qTranslate has been reset." msgstr "qTranslate telah diset semula." -#: qtranslate_configuration.php:766 +#: admin/qtx_configuration.php:875 msgid "Gettext databases updated." msgstr "Pangkalan data Gettext databases dikemas kini." -#: qtranslate_configuration.php:772 +#: admin/qtx_configuration.php:882 #, php-format msgid "Applicable options and taxonomy names from plugin %s have been imported. Note that the multilingual content of posts, pages and other objects has not been altered during this operation. There is no additional operation needed to import content, since its format is compatible with %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 #, php-format msgid "%sImportant%s: Before you start making edits to post and pages, please, make sure that both, your front site and admin back-end, work under this configuration. It may help to review \"%s\" and see if any of conflicting plugins mentioned there are used here. While the current content, coming from %s, is compatible with this plugin, the newly modified posts and pages will be saved with a new square-bracket-only encoding, which has a number of advantages comparing to former %s encoding. However, the new encoding is not straightforwardly compatible with %s and you will need an additional step available under \"%s\" option if you ever decide to go back to %s. Even with this additional conversion step, the 3rd-party plugins custom-stored data will not be auto-converted, but manual editing will still work. That is why it is advisable to create a test-copy of your site before making any further changes. In case you encounter a problem, please give us a chance to improve %s, send the login information to the test-copy of your site to %s along with a detailed step-by-step description of what is not working, and continue using your main site with %s meanwhile. It would also help, if you share a success story as well, either on %sthe forum%s, or via the same e-mail as mentioned above. Thank you very much for trying %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 admin/qtx_configuration.php:894 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:156 +msgid "Convert Database" +msgstr "Tukar Pangkalan Data" + +#: admin/qtx_configuration.php:883 msgid "This is a one-time message, which you will not see again, unless the same import is repeated." msgstr "" -#: qtranslate_configuration.php:775 qtranslate_configuration.php:1204 +#: admin/qtx_configuration.php:885 admin/qtx_configuration.php:1320 msgid "Compatibility Functions" msgstr "" -#: qtranslate_configuration.php:775 +#: admin/qtx_configuration.php:885 #, php-format msgid "Option \"%s\" has also been turned on, as the most common case for importing configuration from %s. You may turn it off manually if your setup does not require it. Refer to %sFAQ%s for more information." msgstr "" -#: qtranslate_configuration.php:783 +#: admin/qtx_configuration.php:894 #, php-format msgid "Applicable options have been exported to plugin %s. If you have done some post or page updates after migrating from %s, then \"%s\" operation is also required to convert the content to \"dual language tag\" style in order for plugin %s to function." msgstr "" -#: qtranslate_configuration.php:794 +#: admin/qtx_configuration.php:906 msgid "The Language must have a Not-Available Message!" msgstr "Bahasa ini mesti mempunyai mesej \"Tidak Terdapat\"!" -#: qtranslate_configuration.php:795 +#: admin/qtx_configuration.php:907 msgid "The Language must have a Locale!" msgstr "Bahasa ini mesti mempunyai Tempatan (locale)!" -#: qtranslate_configuration.php:796 +#: admin/qtx_configuration.php:908 msgid "The Language must have a name!" msgstr "Bahasa ini mesti mempunyai nama!" -#: qtranslate_configuration.php:797 +#: admin/qtx_configuration.php:909 msgid "Language Code has to be 2 characters long!" msgstr "Kod Bahasa mestilah 2 karakter panjang!" -#: qtranslate_configuration.php:801 qtranslate_configuration.php:807 +#: admin/qtx_configuration.php:916 admin/qtx_configuration.php:922 msgid "There is already a language with the same Language Code!" msgstr "Sudah terdapat bahasa dengan Kod Bahasa yang sama!" -#: qtranslate_configuration.php:892 qtranslate_configuration.php:914 -#: qtranslate_configuration.php:921 qtranslate_configuration.php:938 -msgid "No such language!" -msgstr "TIada bahasa dijumpai!" - -#: qtranslate_configuration.php:906 +#: admin/qtx_configuration.php:1019 msgid "Language is already enabled or invalid!" msgstr "Bahasa telah pun dihidupkan atau tidak sah!" -#: qtranslate_configuration.php:911 +#: admin/qtx_configuration.php:1025 msgid "Cannot disable Default Language!" msgstr "Bahasa Lalai tidak boleh dilumpuhkan!" -#: qtranslate_configuration.php:917 +#: admin/qtx_configuration.php:1028 admin/qtx_configuration.php:1035 +#: admin/qtx_configuration.php:1052 +msgid "No such language!" +msgstr "TIada bahasa dijumpai!" + +#: admin/qtx_configuration.php:1031 msgid "Language is already disabled!" msgstr "Bahasa telah pun dilumpuhkan!" -#: qtranslate_configuration.php:925 +#: admin/qtx_configuration.php:1039 msgid "Language is already first!" msgstr "Bahasa telah pun ditetapkan pada senarai teratas!" -#: qtranslate_configuration.php:931 qtranslate_configuration.php:948 +#: admin/qtx_configuration.php:1045 admin/qtx_configuration.php:1062 msgid "New order saved." msgstr "Susunan baru telah disimpan." -#: qtranslate_configuration.php:942 +#: admin/qtx_configuration.php:1056 msgid "Language is already last!" msgstr "Bahasa telah pun ditetapkan dalam senarai terbawah" -#: qtranslate_configuration.php:960 +#: admin/qtx_configuration.php:1074 msgid "Options saved." msgstr "Opsyen disimpan." -#: qtranslate_configuration.php:965 +#: admin/qtx_configuration.php:1079 #, php-format msgid "Could not write to \"%s\", Gettext Databases could not be downloaded!" msgstr "Tidak boleh menulis ke \"%s\", pangkalan data Gettext Databases tidak dapat dimuat turun!" -#: qtranslate_configuration.php:991 +#: admin/qtx_configuration.php:1105 msgid "Edit Language" msgstr "Edit Bahasa" -#: qtranslate_configuration.php:994 +#: admin/qtx_configuration.php:1108 msgid "Save Changes »" msgstr "Simpan Perubahan »" -#: qtranslate_configuration.php:999 +#: admin/qtx_configuration.php:1110 +msgid "back to configuration page" +msgstr "" + +#: admin/qtx_configuration.php:1114 msgid "Language Management (qTranslate Configuration)" msgstr "Pengurusan Bahasa (Konfigurasi qTranslate)" -#: qtranslate_configuration.php:1000 +#: admin/qtx_configuration.php:1115 #, php-format msgid "For help on how to configure qTranslate correctly, take a look at the qTranslate FAQ and the Support Forum." msgstr "Untuk bantuan tentang cara menetapkan konfigurasi qTranslate dengan betul, lihat pada Soalan Lazim qTranslate dan Forum Sokongan." -#: qtranslate_configuration.php:1002 +#: admin/qtx_configuration.php:1117 msgid "General Settings" msgstr "Seting Am" -#: qtranslate_configuration.php:1005 +#: admin/qtx_configuration.php:1120 msgid "Default Language / Order" msgstr "Bahasa Lalai / Susunan" -#: qtranslate_configuration.php:1007 +#: admin/qtx_configuration.php:1122 msgid "Default Language" msgstr "Bahasa Lalai" -#: qtranslate_configuration.php:1020 +#: admin/qtx_configuration.php:1135 #, php-format msgid "Choose the default language of your blog. This is the language which will be shown on %s. You can also change the order the languages by clicking on the arrows above." msgstr "Pilih bahasa ralat untuk blog anda. Bahasa ini akan ditunjukkan di %s. Anda juga boleh menukar susunan bahasa-bahasa dengan mengklik pada anak panah-anak panah di atas." -#: qtranslate_configuration.php:1025 +#: admin/qtx_configuration.php:1140 msgid "Hide Untranslated Content" msgstr "Sembunyi Kandungan yang tidak diterjemah." -#: qtranslate_configuration.php:1027 +#: admin/qtx_configuration.php:1142 msgid "Hide Content which is not available for the selected language." msgstr "Sembunyi kandungan yang tidak didapati dalam bahasa yang dipilih." -#: qtranslate_configuration.php:1029 +#: admin/qtx_configuration.php:1144 msgid "When checked, posts will be hidden if the content is not available for the selected language. If unchecked, a message will appear showing all the languages the content is available in." msgstr "Apabila ditanda, semua post akan disembunyikan sekiranya kandungan tidak didapati dalam bahasa yang dipilih. Jika tidak ditanda, suatu mesej akan dipaparkan yang akan menunjukkan semua bahasa di mana kandungan tersebut boleh didapati." -#: qtranslate_configuration.php:1030 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Export" +msgstr "" + +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Import" +msgstr "" + +#: admin/qtx_configuration.php:1145 #, fuzzy, php-format msgid "This function will not work correctly if you installed %s on a blog with existing entries. In this case you will need to take a look at option \"%s\" under \"%s\" section." msgstr "Ini tidak akan berfungsi sekiranya anda memasang instalasi qTranslate pada blog yang telah mempunyai entri. Dalam kes ini, anda perlu melihat pada \"Tukar Pangkalan Data\" di bawah \"Seting Lanjutan\"." -#: qtranslate_configuration.php:1032 +#: admin/qtx_configuration.php:1147 #, fuzzy msgid "Show displayed language prefix when content is not available for the selected language." msgstr "Sembunyi kandungan yang tidak didapati dalam bahasa yang dipilih." -#: qtranslate_configuration.php:1036 +#: admin/qtx_configuration.php:1151 msgid "Detect Browser Language" msgstr "Kesan Bahasa Pelayar Web" -#: qtranslate_configuration.php:1038 +#: admin/qtx_configuration.php:1153 msgid "Detect the language of the browser and redirect accordingly." msgstr "Kesan bahasa pelayar dan alihkan ke bahasa yang sewajarnya." -#: qtranslate_configuration.php:1040 +#: admin/qtx_configuration.php:1155 msgid "When the frontpage is visited via bookmark/external link/type-in, the visitor will be forwarded to the correct URL for the language specified by his browser." msgstr "Apabila laman hadapan dilawat melalui penanda laman / pautan luar / ditaip, pelawat akan dihadapkan ke URL yang betul bagi bahasa yang ditetapkan oleh pelayar Web beliau." -#: qtranslate_configuration.php:1045 +#: admin/qtx_configuration.php:1160 msgid "Advanced Settings" msgstr "Seting Lanjutan" -#: qtranslate_configuration.php:1052 qtranslate_configuration.php:1054 -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1167 admin/qtx_configuration.php:1169 +#: admin/qtx_configuration.php:1243 msgid "URL Modification Mode" msgstr "Mod Ubahsuai URL" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Most SEO unfriendly, not recommended." msgstr "" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Use Query Mode (?lang=en)" msgstr "Gunakan mod kueri (?lang=en)" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "SEO friendly." msgstr "" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "Use Pre-Path Mode (Default, puts /en/ in front of URL)" msgstr "Gunakan mod pra-lokasi (Pre-Path) (secara lalai akan meletakkan /en/ di hadapan alamat laman web)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "Use Pre-Domain Mode (uses http://en.yoursite.com)" msgstr "Gunakan mod pra-domain (Pre-Domain) (menggunakan http://en.yoursite.com)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "You will need to configure DNS sub-domains on your site." msgstr "" -#: qtranslate_configuration.php:1068 +#: admin/qtx_configuration.php:1183 msgid "Hide URL language information for default language." msgstr "Sembunyi URL maklumat bahasa bagi bahasa ralat." -#: qtranslate_configuration.php:1069 +#: admin/qtx_configuration.php:1184 msgid "This is only applicable to Pre-Path and Pre-Domain mode." msgstr "" -#: qtranslate_configuration.php:1074 +#: admin/qtx_configuration.php:1189 #, fuzzy msgid "Use Per-Domain mode: specify separate user-defined domain for each language." msgstr "Gunakan fungsi date mengikut contoh yang ada, dan gantikan dengan format-format yang telah ditentukan bagi setiap bahasa." -#: qtranslate_configuration.php:1092 +#: admin/qtx_configuration.php:1208 msgid "Domain for" msgstr "" -#: qtranslate_configuration.php:1097 +#: admin/qtx_configuration.php:1213 msgid "Flag Image Path" msgstr "Lokasi Imej Bendera" -#: qtranslate_configuration.php:1101 +#: admin/qtx_configuration.php:1217 #, fuzzy, php-format msgid "Path to the flag images under wp-content, with trailing slash. (Default: %s, clear the value above to reset it to the default)" msgstr "Lokasi fail ke imej bendera di bawah folder, diikuti dengan tanda garis miring. (Secara lalai: plugins/qtranslate/flags/)" -#: qtranslate_configuration.php:1105 +#: admin/qtx_configuration.php:1221 msgid "Ignore Links" msgstr "Abaikan Pautan" -#: qtranslate_configuration.php:1109 +#: admin/qtx_configuration.php:1225 #, fuzzy, php-format msgid "Don't convert links to files of the given file types. (Always included: %s)" msgstr "Jangan tukar Pautan kepada fail-fail mengikut jenis fail yang diberi. (Secara lalai: gif,jpg,jpeg,png,pdf,swf,tif,rar,zip,7z,mpg,divx,mpeg,avi,css,js)" -#: qtranslate_configuration.php:1113 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1229 qtranslate_widget.php:119 msgid "Head inline CSS" msgstr "" -#: qtranslate_configuration.php:1115 +#: admin/qtx_configuration.php:1231 msgid "CSS code added by plugin in the head of front-end pages:" msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 qtranslate_widget.php:119 msgid "To disable this inline CSS, clear the check box." msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 admin/qtx_configuration.php:1395 +#: qtranslate_widget.php:119 msgid "To reset to default, clear the text." msgstr "" -#: qtranslate_configuration.php:1123 +#: admin/qtx_configuration.php:1239 #, fuzzy msgid "Cookie Settings" msgstr "Seting" -#: qtranslate_configuration.php:1125 +#: admin/qtx_configuration.php:1241 #, php-format msgid "Disable language client cookie \"%s\" (not recommended)." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Language cookie is auto-disabled for \"%s\" \"Pre-Domain\" and \"Per-Domain\", as language is always unambiguously defined by a url in those modes." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Otherwise, use this option with a caution, for simple enough sites only. If checked, the user choice of browsing language will not be saved between sessions and some AJAX calls may deliver unexpected language, as well as some undesired language switching during browsing may occur under certain themes (%sRead More%s)." msgstr "" -#: qtranslate_configuration.php:1129 +#: admin/qtx_configuration.php:1245 #, php-format msgid "Make %s cookies available only through HTTPS connections." msgstr "" -#: qtranslate_configuration.php:1131 +#: admin/qtx_configuration.php:1247 msgid "Don't check this if you don't know what you're doing!" msgstr "" -#: qtranslate_configuration.php:1135 +#: admin/qtx_configuration.php:1251 msgid "Update Gettext Databases" msgstr "Kemaskini Pangkalan Data Gettext" -#: qtranslate_configuration.php:1137 +#: admin/qtx_configuration.php:1253 msgid "Automatically check for .mo-Database Updates of installed languages." msgstr "Periksa Pengemaskinian pangkalan data .mo bagi bahasa-bahasa yang telah dipasang." -#: qtranslate_configuration.php:1139 +#: admin/qtx_configuration.php:1255 msgid "Update Gettext databases now." msgstr "Kemas kini pangkalan data Gettext sekarang." -#: qtranslate_configuration.php:1141 +#: admin/qtx_configuration.php:1257 msgid "qTranslate will query the Wordpress Localisation Repository every week and download the latest Gettext Databases (.mo Files)." msgstr "qTranslate akan membuat kueri repositori Penempatan Wordpress (Wordpress Localisation) setiap minggu dan memuat turun pangkalan data Gettext yang terkini (.mo Files)." -#: qtranslate_configuration.php:1145 +#: admin/qtx_configuration.php:1261 msgid "Date / Time Conversion" msgstr "Penukaran Tarikh / Masa" -#: qtranslate_configuration.php:1147 +#: admin/qtx_configuration.php:1263 msgid "Use emulated date function." msgstr "Gunakan fungsi date mengikut contoh yang ada." -#: qtranslate_configuration.php:1148 +#: admin/qtx_configuration.php:1264 msgid "Use emulated date function and replace formats with the predefined formats for each language." msgstr "Gunakan fungsi date mengikut contoh yang ada, dan gantikan dengan format-format yang telah ditentukan bagi setiap bahasa." -#: qtranslate_configuration.php:1149 +#: admin/qtx_configuration.php:1265 msgid "Use strftime instead of date." msgstr "Gunakan strftime dan bukannya date." -#: qtranslate_configuration.php:1150 +#: admin/qtx_configuration.php:1266 msgid "Use strftime instead of date and replace formats with the predefined formats for each language." msgstr "Gunakan format strftime, dan bukannya date dan replace, dengan format yang telah ditentukan untuk setiap bahasa. " -#: qtranslate_configuration.php:1151 +#: admin/qtx_configuration.php:1267 msgid "Depending on the mode selected, additional customizations of the theme may be needed." msgstr "Bergantung kepada mod yang dipilih, penyesuaian tambahan pada tema mungkin diperlukan." -#: qtranslate_configuration.php:1160 +#: admin/qtx_configuration.php:1276 #, fuzzy msgid "Translation of options" msgstr "Terjemah kepada" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Filter all WordPress options for translation at front-end. It may hurt performance of the site, but ensures that all options are translated." msgstr "" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Starting from version 3.2.5, only options with multilingual content get filtered, which should help on performance issues." msgstr "" -#: qtranslate_configuration.php:1164 +#: admin/qtx_configuration.php:1280 msgid "Translate only options listed below (for experts only):" msgstr "" -#: qtranslate_configuration.php:1167 +#: admin/qtx_configuration.php:1283 #, php-format msgid "By default, all options are filtered to be translated at front-end for the sake of simplicity of configuration. However, for a developed site, this may cause a considerable performance degradation. Normally, there are very few options, which actually need a translation. You may simply list them above to minimize the performance impact, while still getting translations needed. Options names must match the field \"%s\" of table \"%s\" of WordPress database. A minimum common set of option, normally needed a translation, is already entered in the list above as a default example. Option names in the list may contain wildcard with symbol \"%s\"." msgstr "" -#: qtranslate_configuration.php:1171 +#: admin/qtx_configuration.php:1287 msgid "Custom Fields" msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 #, php-format msgid "Enter \"%s\" or \"%s\" attribute of text fields from your theme, which you wish to translate. This applies to post, page and media editors (%s). To lookup \"%s\" or \"%s\", right-click on the field in the post or the page editor and choose \"%s\". Look for an attribute of the field named \"%s\" or \"%s\". Enter it below, as many as you need, space- or comma-separated. After saving configuration, these fields will start responding to the language switching buttons, and you can enter different text for each language. The input fields of type %s will be parsed using %s syntax, while single line text fields will use %s syntax. If you need to override this behaviour, prepend prefix %s or %s to the name of the field to specify which syntax to use. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 msgctxt "browser option" msgid "Inspect Element" msgstr "" -#: qtranslate_configuration.php:1180 +#: admin/qtx_configuration.php:1296 msgid "The value of \"id\" attribute is normally unique within one page, otherwise the first field found, having an id specified, is picked up." msgstr "" -#: qtranslate_configuration.php:1187 +#: admin/qtx_configuration.php:1303 #, php-format msgid "All the fields of specified classes will respond to Language Switching Buttons. Be careful not to include a class, which would affect language-neutral fields. If you cannot uniquely identify a field needed neither by %s, nor by %s attribute, report the issue on %sSupport Forum%s" msgstr "" -#: qtranslate_configuration.php:1191 +#: admin/qtx_configuration.php:1307 msgid "Custom Filters" msgstr "" -#: qtranslate_configuration.php:1194 +#: admin/qtx_configuration.php:1310 #, php-format msgid "Names of filters (which are enabled on theme or other plugins via %s function) to add translation to. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1198 +#: admin/qtx_configuration.php:1314 msgid "Custom Admin Pages" msgstr "" -#: qtranslate_configuration.php:1200 +#: admin/qtx_configuration.php:1316 #, php-format msgid "List the custom admin page paths for which you wish Language Switching Buttons to show up. The Buttons will then control fields configured in \"Custom Fields\" section. You may only include part of the full URL after %s, including a distinctive query string if needed. As many as desired pages can be listed space/comma separated. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1206 +#: admin/qtx_configuration.php:1322 #, php-format msgid "Enable function name compatibility (%s)." msgstr "" -#: qtranslate_configuration.php:1207 +#: admin/qtx_configuration.php:1323 #, php-format msgid "Some plugins and themes use direct calls to the functions listed, which are defined in former %s plugin and some of its forks. Turning this flag on will enable those function to exists, which will make the dependent plugins and themes to work. WordPress policy prohibits to define functions with the same names as in other plugins, since it generates user-unfriendly fatal errors, when two conflicting plugins are activated simultaneously. Before turning this option on, you have to make sure that there are no other plugins active, which define those functions." msgstr "" -#: qtranslate_configuration.php:1211 +#: admin/qtx_configuration.php:1327 msgid "Editor Mode" msgstr "" -#: qtranslate_configuration.php:1213 +#: admin/qtx_configuration.php:1329 msgid "Use Language Switching Buttons (LSB)." msgstr "" -#: qtranslate_configuration.php:1214 +#: admin/qtx_configuration.php:1330 msgid "This is the default mode." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Do not use Language Switching Buttons to edit multi-language text entries." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Editor Raw Mode" msgstr "" -#: qtranslate_configuration.php:1216 +#: admin/qtx_configuration.php:1332 msgid "Some people prefer to edit the raw entries containing all languages together separated by language defining tags, as they are stored in database." msgstr "" -#: qtranslate_configuration.php:1267 -#, fuzzy, php-format -msgid "%s Flag" -msgstr "Bendera" +#: admin/qtx_configuration.php:1340 admin/qtx_configuration.php:1343 +msgid "LSB Style" +msgstr "" + +#: admin/qtx_configuration.php:1344 +msgid "Choose CSS style for how Language Switching Buttons are rendered:" +msgstr "" + +#: admin/qtx_configuration.php:1345 +#, php-format +msgid "LSB %s-wrap classes:" +msgstr "" + +#: admin/qtx_configuration.php:1346 +msgid "Active button class:" +msgstr "" + +#: admin/qtx_configuration.php:1347 +msgid "The above is reset to an appropriate default, if the below is changed." +msgstr "" + +#: admin/qtx_configuration.php:1348 +msgid "CSS set:" +msgstr "" + +#: admin/qtx_configuration.php:1352 admin/qtx_configuration.php:1354 +#: admin/qtx_configuration.php:1388 admin/qtx_configuration.php:1390 +msgid "Use custom CSS" +msgstr "" + +#: admin/qtx_configuration.php:1354 +#, php-format +msgid "Choice \"%s\" disables this option and allows one to use its own custom CSS provided by other means." +msgstr "" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1371 admin/qtx_configuration.php:1375 +#: admin/qtx_user_options.php:18 +msgid "Highlight Style" +msgstr "" + +#: admin/qtx_configuration.php:1373 +msgid "When there are many integrated or customized translatable fields, it may become confusing to know which field has multilingual value. The highlighting of translatable fields may come handy then:" +msgstr "" + +#: admin/qtx_configuration.php:1376 admin/qtx_configuration.php:1378 +msgid "Do not highlight the translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1380 admin/qtx_configuration.php:1382 +msgid "Show a line on the left border of translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1384 admin/qtx_configuration.php:1386 +msgid "Draw a border around translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1395 +msgid "Admin Color Scheme" +msgstr "" + +#: admin/qtx_configuration.php:1395 +#, php-format +msgid "The color in use is taken from your profile option %s, the third color." +msgstr "" + +#: admin/qtx_configuration.php:1433 +#, fuzzy +msgid "List of Configured Languages" +msgstr "Bahasa Sumber" + +#: admin/qtx_configuration.php:1438 +#, php-format +msgid "Only enabled languages are loaded at front-end, while all %d configured languages are listed here." +msgstr "" + +#: admin/qtx_configuration.php:1439 +msgid "The table below contains both pre-defined and manually added or modified languages." +msgstr "" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Delete" +msgstr "Padam" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Disable" msgstr "Dilumpuhkan" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Enable" msgstr "Dibolehkan" -#: qtranslate_configuration.php:1270 -msgid "Edit" -msgstr "Edit" +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Reset" +msgstr "" -#: qtranslate_configuration.php:1271 +#: admin/qtx_configuration.php:1440 +#, php-format +msgid "You may %s or %s a language, or %s manually added language, or %s previous modifications of a pre-defined language." +msgstr "" + +#: admin/qtx_configuration.php:1441 +#, php-format +msgid "Click %s to modify language properties." +msgstr "" + +#: admin/qtx_configuration.php:1463 +#, fuzzy, php-format +msgid "%s Flag" +msgstr "Bendera" + +#: admin/qtx_configuration.php:1465 msgid "Default" msgstr "Lalai" -#: qtranslate_configuration.php:1271 -msgid "Delete" -msgstr "Padam" +#: admin/qtx_configuration.php:1467 +msgid "Pre-Defined" +msgstr "" -#: qtranslate_configuration.php:1276 +#: admin/qtx_configuration.php:1476 msgid "Enabling a language will cause qTranslate to update the Gettext-Database for the language, which can take a while depending on your server's connection speed." msgstr "Membolehkan sesuatu bahasa akan menyebabkan qTranslate membuat kemas kini pada Gettext-Database bagi bahasa tersebut, dan mungkin akan mengambil masa bergantung kepada kelajuan talian server anda." -#: qtranslate_configuration.php:1283 +#: admin/qtx_configuration.php:1483 msgid "Add Language" msgstr "Tambah Bahasa" -#: qtranslate_configuration.php:1286 +#: admin/qtx_configuration.php:1486 msgid "Add Language »" msgstr "Tambah Bahasa »" -#: qtranslate_configuration.php:1301 +#: admin/qtx_configuration.php:1508 #, fuzzy msgid "Language Menu" msgstr "Kod bahasa" -#: qtranslate_configuration.php:1350 +#: admin/qtx_configuration.php:1557 msgid "Help" msgstr "" -#: qtranslate_configuration.php:1352 +#: admin/qtx_configuration.php:1559 #, php-format msgid "Menu item added is replaced with a sub-menu of available languages when menu is rendered. Depending on how your theme renders menu you may need to override and customize css entries %s and %s, originally defined in %s. The field \"URL\" of inserted menu item allows additional configuration described in %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1357 +#: admin/qtx_configuration.php:1564 msgid "Add to Menu" msgstr "" -#: qtranslate_configuration.php:1367 +#: admin/qtx_configuration.php:1574 #, fuzzy msgid "Language Switcher" msgstr "Kod bahasa" -#: qtranslate_configuration.php:1404 +#: admin/qtx_configuration.php:1619 msgid "Settings" msgstr "Seting" +#: admin/qtx_import_export.php:125 +msgid "Plugin" +msgstr "" + +#: admin/qtx_import_export.php:131 +msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." +msgstr "" + +#: admin/qtx_import_export.php:134 +#, php-format +msgid "Use plugin %s to import data." +msgstr "" + +#: admin/qtx_import_export.php:138 +msgid "Do not migrate any setting" +msgstr "" + +#: admin/qtx_import_export.php:140 +#, fuzzy +msgid "Import settings from " +msgstr "Set Semula qTranslate" + +#: admin/qtx_import_export.php:142 +#, fuzzy +msgid "Export settings to " +msgstr "Set Semula qTranslate" + +#: admin/qtx_import_export.php:158 +#, php-format +msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." +msgstr "Sekiranya anda mengemas kini dari versi qTranslate 1.x atau Polyglot, klik di sini untuk menukar post kepada format tag bahasa yang baru." + +#: admin/qtx_import_export.php:159 +#, php-format +msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." +msgstr "Sekiranya anda telah memasang qTranslate untuk kali pertama di WordPress dengan post yang telah wujud, anda boleh melihat kandungan post secara manual dan menyimpan kandungan tersebut dalam bahasa yang betul, atau klik di sini bagi menanda semua post yang ada supaya semua kandungan dianggap telah ditulis dalam bahasa ralat." + +#: admin/qtx_import_export.php:160 +msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." +msgstr "Kedua-dua proses tidak boleh ditarik balik! Pastikan anda membuat salinan penuh pangkalan data sebelum mengklik pada salah satu daripada pautan berkenaan." + +#: admin/qtx_import_export.php:161 +#, fuzzy +msgid "Do not convert database" +msgstr "Tukar Pangkalan Data" + +#: admin/qtx_import_export.php:162 +msgid "Convert database to the \"square bracket only\" style." +msgstr "" + +#: admin/qtx_import_export.php:163 +#, php-format +msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." +msgstr "" + +#: admin/qtx_import_export.php:164 +msgid "Convert database back to the legacy \"dual language tag\" style." +msgstr "" + +#: admin/qtx_import_export.php:165 +msgid "Note, that only string options and standard post and page fields are affected." +msgstr "" + +#: admin/qtx_import_export.php:174 +msgid "Reset qTranslate" +msgstr "Set Semula qTranslate" + +#: admin/qtx_import_export.php:176 +msgid "Check this box and click Save Changes to reset all qTranslate settings." +msgstr "Tanda kotak ini dan klik Simpan Perubahan untuk menset semula semua seting qTranslate." + +#: admin/qtx_import_export.php:178 +msgid "Yes, I really want to reset qTranslate." +msgstr "Ya, I benar-benar ingin menset semula qTranslate." + +#: admin/qtx_import_export.php:180 +msgid "Also delete Translations for Categories/Tags/Link Categories." +msgstr "Sila juga pada Penterjemahan bagi Kategori/Tag/Kategori Pautan." + +#: admin/qtx_import_export.php:182 +msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." +msgstr "Sekiranya sesuatu tidak berfungsi dengan betul, anda boleh cuba menset semula qTranslate. Set Semula tidak akan memadam apa-apa post tetapi akan memadam semua seting (termasuk semua bahasa yang ditambah)." + +#: admin/qtx_languages.php:93 +#, fuzzy +msgid "Cannot delete Default Language!" +msgstr "Bahasa Lalai tidak boleh dilumpuhkan!" + +#: admin/qtx_user_options.php:9 +#, fuzzy +msgid "Translation options" +msgstr "Terjemah kepada" + +#: admin/qtx_user_options.php:14 +msgid "Highlight Translatable Fields" +msgstr "" + +#: admin/qtx_user_options.php:18 +#, php-format +msgid "The way the translatable fields are highlighted is configured with global option %s." +msgstr "" + #: qtranslate_frontend.php:162 qtranslate_widget.php:67 msgid "Language" msgstr "Bahasa" diff --git a/lang/qtranslate-nl_NL.po b/lang/qtranslate-nl_NL.po index 86ecde4..fb332c6 100644 --- a/lang/qtranslate-nl_NL.po +++ b/lang/qtranslate-nl_NL.po @@ -8,1154 +8,905 @@ msgid "" msgstr "" "Project-Id-Version: qtranslate-x\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-03-19 14:09-0600\n" +"POT-Creation-Date: 2015-03-25 22:22-0600\n" "PO-Revision-Date: 2015-03-20 15:54+0100\n" "Last-Translator: Marius Siroen \n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" -"qtranslate-x/language/nl_NL/)\n" -"Language: nl_NL\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/qtranslate-x/language/nl_NL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 1.6.9\n" -#: admin/activation_hook.php:37 admin/activation_hook.php:137 -#: qtranslate_configuration.php:772 +#: admin/qtx_activation_hook.php:80 admin/qtx_activation_hook.php:205 +#: admin/qtx_configuration.php:882 #, php-format -msgid "" -"It might be a good idea to review %smigration instructions%s, if you have " -"not yet done so." -msgstr "" -"Het is misschien een goed idee om de %smigratie instructies%s te lezen, als " -"je dat nog niet hebt gedaan." +msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so." +msgstr "Het is misschien een goed idee om de %smigratie instructies%s te lezen, als je dat nog niet hebt gedaan." -#: admin/activation_hook.php:38 +#: admin/qtx_activation_hook.php:81 #, php-format -msgid "" -"Activation of plugin %s deactivated plugin %s since they cannot run " -"simultaneously." -msgstr "" -"Activering van plugin %s heeft plugin %s gedeactiveerd aangezien zij niet " -"gelijktijdig kunnen worden uitgevoerd." +msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously." +msgstr "Activering van plugin %s heeft plugin %s gedeactiveerd aangezien zij niet gelijktijdig kunnen worden uitgevoerd." -#: admin/activation_hook.php:40 +#: admin/qtx_activation_hook.php:83 #, php-format -msgid "" -"The compatible settings from %s have been imported to %s. Further tuning, " -"import, export and reset of options can be done at Settings/Languages " -"configuration page, once %s is running.%sContinue%s" -msgstr "" -"De compatibele instellingen van %s zijn geïmporteerd naar %s. Verdere " -"instellingen, import, export en reset van opties kan worden gedaan op " -"Instellingen/Talen configuratiepagina, zodra %s wordt uitgevoerd.%sDoorgaan%s" +msgid "The compatible settings from %s have been imported to %s. Further tuning, import, export and reset of options can be done at Settings/Languages configuration page, once %s is running.%sContinue%s" +msgstr "De compatibele instellingen van %s zijn geïmporteerd naar %s. Verdere instellingen, import, export en reset van opties kan worden gedaan op Instellingen/Talen configuratiepagina, zodra %s wordt uitgevoerd.%sDoorgaan%s" -#: admin/activation_hook.php:42 +#: admin/qtx_activation_hook.php:85 #, php-format -msgid "" -"You may import/export compatible settings from %s to %s on Settings/" -"Languages configuration page, once %s is running.%sContinue%s" -msgstr "" -"Je kunt compatibele instellingen importeren/exporteren van %s naar %s op " -"Instellingen/talen configuratiepagina, zodra %s wordt uitgevoerd. %sDoorgaan" -"%s" +msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s" +msgstr "Je kunt compatibele instellingen importeren/exporteren van %s naar %s op Instellingen/talen configuratiepagina, zodra %s wordt uitgevoerd. %sDoorgaan%s" -#: admin/activation_hook.php:135 +#: admin/qtx_activation_hook.php:203 #, php-format -msgid "" -"%sError:%s plugin %s cannot run concurrently with plugin %s. You may import " -"and export compatible settings between %s and %s on Settings/Languages configuration page. Then you have to deactivate one of the " -"plugins to continue." -msgstr "" -"%sFout:%s plugin %s kan niet gelijktijdig worden uitgevoerd met plugin %s. " -"Je kunt compatibele instellingen importeren en exporteren tussen %s en %s " -"bij instellingen/Talen configuratiepagina. Dan moet je " -"een van de plugins uitschakelen om verder te gaan." +msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/Languages configuration page. Then you have to deactivate one of the plugins to continue." +msgstr "%sFout:%s plugin %s kan niet gelijktijdig worden uitgevoerd met plugin %s. Je kunt compatibele instellingen importeren en exporteren tussen %s en %s bij instellingen/Talen configuratiepagina. Dan moet je een van de plugins uitschakelen om verder te gaan." -#: admin/activation_hook.php:140 admin/activation_hook.php:142 +#: admin/qtx_activation_hook.php:208 admin/qtx_activation_hook.php:210 #, php-format msgid "Deactivate %s" msgstr "Deactiveer %s" -#: admin/activation_hook.php:176 +#: admin/qtx_activation_hook.php:249 #, php-format -msgid "" -"Plugin %s may be integrated with multilingual plugin %s with a help of " -"plugin %s." -msgstr "" -"Plugin %s kan worden geïntegreerd met meertalige plugin %s met behulp van de " -"plugin %s." +msgid "Plugin %s may be integrated with multilingual plugin %s with a help of plugin %s." +msgstr "Plugin %s kan worden geïntegreerd met meertalige plugin %s met behulp van de plugin %s." -#: admin/activation_hook.php:178 +#: admin/qtx_activation_hook.php:251 msgid "Please, press an appropriate button below." msgstr "Druk op een geschikte knop hieronder." -#: admin/activation_hook.php:182 +#: admin/qtx_activation_hook.php:255 #, php-format msgid "Activate plugin %s" msgstr "Activeer plugin %s" -#: admin/activation_hook.php:184 +#: admin/qtx_activation_hook.php:257 #, php-format msgid "Install plugin %s" msgstr "Installeer plugin %s" -#: admin/activation_hook.php:186 +#: admin/qtx_activation_hook.php:259 msgid "I am aware of that, dismiss this message." msgstr "Ik ben mij hiervan bewust, verberg deze boodschap." -#: admin/activation_hook.php:240 +#: admin/qtx_activation_hook.php:309 #, php-format msgid "Thank you for using %s plugin!" msgstr "Dank voor het gebruik van de %s plugin" -#: admin/activation_hook.php:242 +#: admin/qtx_activation_hook.php:311 #, php-format -msgid "" -"Please, help us to make a decision on \"%s\" feature, press the button below." -msgstr "" -"Alstublieft, help ons om te beslissen over de \"%s\" functie, klik op de " -"knop." +msgid "Please, help us to make a decision on \"%s\" feature, press the button below." +msgstr "Alstublieft, help ons om te beslissen over de \"%s\" functie, klik op de knop." -#: admin/activation_hook.php:242 admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:311 admin/qtx_activation_hook.php:313 #: qtranslate_services.php:787 msgid "Translation Service" msgstr "Vertaal Services" -#: admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:313 #, php-format msgid "Survey on \"%s\" feature" msgstr "Enquête over de \"%s\" functie" -#: admin/activation_hook.php:245 +#: admin/qtx_activation_hook.php:314 admin/qtx_activation_hook.php:348 msgid "I have already done it, dismiss this message." msgstr "Ik heb het al gedaan, verberg deze boodschap." -#: admin/admin_utils.php:145 +#: admin/qtx_activation_hook.php:346 +#, php-format +msgid "The latest version of plugin %s has a number of new options, for example, %s, which may change the look of some pages. Please, review the help text of new options on %sconfiguration page%s." +msgstr "" + +#: admin/qtx_admin_utils.php:146 msgid "Database has been converted to square bracket format." msgstr "Database is geconverteerd naar rechte haakjes formaat." -#: admin/admin_utils.php:145 admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:146 admin/qtx_admin_utils.php:148 msgid "Note: custom entries are not touched." msgstr "Opmerking: ingevoerde aangepassingen zijn niet aangeraakt." -#: admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:148 msgid "Database has been converted to legacy dual-tag format." msgstr "Database is geconverteerd naar de oudere dubbele-label indeling." -#: admin/admin_utils.php:405 qtranslate_configuration.php:484 -#: qtranslate_configuration.php:507 qtranslate_frontend.php:168 +#: admin/qtx_admin_utils.php:406 admin/qtx_configuration.php:565 +#: admin/qtx_configuration.php:588 qtranslate_frontend.php:168 #: qtranslate_frontend.php:195 msgid "Flag" msgstr "Vlag" -#: admin/admin_utils.php:406 qtranslate_configuration.php:525 +#: admin/qtx_admin_utils.php:407 admin/qtx_configuration.php:606 msgid "Name" msgstr "Naam" -#: admin/admin_utils.php:407 qtranslate_services.php:383 +#: admin/qtx_admin_utils.php:408 qtranslate_services.php:383 msgid "Action" msgstr "Aktie" -#: admin/admin_utils.php:420 qtranslate_configuration.php:471 -#: qtranslate_configuration.php:1245 -msgid "Languages" -msgstr "Talen" - -#: admin/import_export.php:125 -msgid "Plugin" -msgstr "Plugin" - -#: admin/import_export.php:131 -msgid "" -"There is no need to migrate any setting, the database schema is compatible " -"with this plugin." -msgstr "" -"Het is niet nodig om een instelling te migreren, het databaseschema is " -"compatibel met deze plugin." - -#: admin/import_export.php:134 -#, php-format -msgid "Use plugin %s to import data." -msgstr "Gebruik plugin %s om gegevens te importeren." - -#: admin/import_export.php:138 -msgid "Do not migrate any setting" -msgstr "Elke instelling niet migreren" - -#: admin/import_export.php:140 -msgid "Import settings from " -msgstr "Importeer instellingen van" - -#: admin/import_export.php:142 -msgid "Export settings to " -msgstr "Exporteer instellingen naar" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Export" -msgstr "Exporteer" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Import" -msgstr "Importeer" - -#: admin/import_export.php:156 qtranslate_configuration.php:773 -#: qtranslate_configuration.php:783 qtranslate_configuration.php:1030 -msgid "Convert Database" -msgstr "Database Omzetten" - -#: admin/import_export.php:158 -#, php-format -msgid "" -"If you are updating from qTranslate 1.x or Polyglot, click " -"here to convert posts to the new language tag format." -msgstr "" -"Wanneer je opwaardeerd van qTranslate v1.x of Polyglot, klik " -"hier om alle posts om te zetten naar de nieuwe taal-label formaat." - -#: admin/import_export.php:159 -#, php-format -msgid "" -"If you have installed qTranslate for the first time on a Wordpress with " -"existing posts, you can either go through all your posts manually and save " -"them in the correct language or click here to mark all " -"existing posts as written in the default language." -msgstr "" -"Wanneer dit de eerste keer is dat je qTranslate hebt geïnstalleerd met " -"bestaande berichten, kan je alle berichten handmatig doorlopen en opslaan in " -"de juiste taal of hier klikken om alle bestaande " -"berichten te markeren als geschreven in de standaard taal." - -#: admin/import_export.php:160 -msgid "" -"Both processes are irreversible! Be sure to make a full database " -"backup before clicking one of the links." -msgstr "" -"Beide processen zijn Onomkeerbaar! Wees er zeker van dat er een " -"volledige back-up van de database is voordat je op een van de links klikt." - -#: admin/import_export.php:161 -msgid "Do not convert database" -msgstr "Database niet omzetten" - -#: admin/import_export.php:162 -msgid "Convert database to the \"square bracket only\" style." -msgstr "Database converteren naar de \"rechte haakjes label\" stijl." - -#: admin/import_export.php:163 -#, php-format -msgid "" -"The square bracket language tag %s only will be used as opposite to dual-tag " -"(%s and %s) %s legacy database format. All string options and standard post " -"and page fields will be uniformly encoded like %s." -msgstr "" -"Het rechte haakjes taal label %s zal alleen worden gebruikt als vervanger " -"tegenover de dubbel-label (%s en %s) %s oudere database-indeling. Alle " -"opties van een tekenreeks en standaard berichten en paginavelden zullen " -"gelijkmatig worden gecodeerd als %s." - -#: admin/import_export.php:164 -msgid "Convert database back to the legacy \"dual language tag\" style." -msgstr "Database converteren naar de oudere \" dubbele taal label\" stijl." - -#: admin/import_export.php:165 -msgid "" -"Note, that only string options and standard post and page fields are " -"affected." -msgstr "" -"Opmerking, alleen tekenreeks opties en standaard berichten en paginavelden " -"worden aangepast." - -#: admin/import_export.php:174 -msgid "Reset qTranslate" -msgstr "Reset qTranslate" - -#: admin/import_export.php:176 -msgid "Check this box and click Save Changes to reset all qTranslate settings." -msgstr "" -"Selecteer dit vakje en klik op Wijzigingen Opslaan om alle qTranslate " -"instellingen te resetten." - -#: admin/import_export.php:178 -msgid "Yes, I really want to reset qTranslate." -msgstr "Ja, ik weet zeker dat ik qTranslate wil resetten." +#: admin/qtx_admin_utils.php:409 admin/qtx_configuration.php:1441 +#: admin/qtx_configuration.php:1466 +msgid "Edit" +msgstr "Aanpassen" -#: admin/import_export.php:180 -msgid "Also delete Translations for Categories/Tags/Link Categories." +#: admin/qtx_admin_utils.php:410 +msgid "Stored" msgstr "" -"Verwijder ook alle vertalingen voor Categorieën/Tags/Koppelingen Categorieën." -#: admin/import_export.php:182 -msgid "" -"If something isn't working correctly, you can always try to reset all " -"qTranslate settings. A Reset won't delete any posts but will remove all " -"settings (including all languages added)." -msgstr "" -"Wanneer iets niet goed werkt, kan je altijd proberen om qTranslate te " -"resetten. Een reset verwijderd GEEN berichten maar wel alle instellingen " -"(inclusief alle handmatig toegevoegde talen)." +#: admin/qtx_admin_utils.php:421 admin/qtx_configuration.php:552 +#: admin/qtx_configuration.php:1424 +msgid "Languages" +msgstr "Talen" -#: qtranslate_configuration.php:471 +#: admin/qtx_configuration.php:552 msgid "Language Management" msgstr "Talen Beheer" -#: qtranslate_configuration.php:479 +#: admin/qtx_configuration.php:560 msgid "Language Code" msgstr "Taal Code" -#: qtranslate_configuration.php:481 -msgid "" -"2-Letter ISO " -"Language Code for the Language you want to insert. (Example: en)" -msgstr "" -"2-Letterig ISO Taal Code voor de taal die je wilt toevoegen. (b.v.: nl)" +#: admin/qtx_configuration.php:562 +msgid "2-Letter ISO Language Code for the Language you want to insert. (Example: en)" +msgstr "2-Letterig ISO Taal Code voor de taal die je wilt toevoegen. (b.v.: nl)" -#: qtranslate_configuration.php:510 +#: admin/qtx_configuration.php:591 msgid "Incorrect Flag Image Path! Please correct it!" msgstr "Onjuiste vlag bestand locatie! a.u.b. Veranderen!" -#: qtranslate_configuration.php:513 +#: admin/qtx_configuration.php:594 msgid "Choose the corresponding country flag for language. (Example: gb.png)" msgstr "Kies de vlag welke bij het land van deze taal hoort. (b.v.: nl.png)" -#: qtranslate_configuration.php:527 -msgid "" -"The Name of the language, which will be displayed on the site. (Example: " -"English)" -msgstr "" -"De naam van de taal, welke weer wordt gegeven op de website. (b.v.: " -"Nederlands)" +#: admin/qtx_configuration.php:608 +msgid "The Name of the language, which will be displayed on the site. (Example: English)" +msgstr "De naam van de taal, welke weer wordt gegeven op de website. (b.v.: Nederlands)" -#: qtranslate_configuration.php:530 +#: admin/qtx_configuration.php:611 msgid "Locale" msgstr "Lokaal" -#: qtranslate_configuration.php:533 +#: admin/qtx_configuration.php:614 msgid "PHP and Wordpress Locale for the language. (Example: en_US)" msgstr "PHP en Wordpress Lokale voor de taal. (b.v.: nl_NL)" -#: qtranslate_configuration.php:534 +#: admin/qtx_configuration.php:615 msgid "You will need to install the .mo file for this language." msgstr "Je moet het .mo bestand voor deze taal instaleren." -#: qtranslate_configuration.php:538 +#: admin/qtx_configuration.php:619 msgid "Date Format" msgstr "Datum Formaat" -#: qtranslate_configuration.php:540 -msgid "" -"Depending on your Date / Time Conversion Mode, you can either enter a strftime (use " -"%q for day suffix (st,nd,rd,th)) or date format. This field is optional. (Example: %A %B " -"%e%q, %Y)" -msgstr "" -"Afhankelijk van jouw datum/tijd weergaven, kan je of strftime (gebruik %q voor dag " -"achtervoegsel (1e,2e)) of date formaat. Dit veld is optioneel. (b.v.: %A, %e %B %Y)" +#: admin/qtx_configuration.php:621 +msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime (use %q for day suffix (st,nd,rd,th)) or date format. This field is optional. (Example: %A %B %e%q, %Y)" +msgstr "Afhankelijk van jouw datum/tijd weergaven, kan je of strftime (gebruik %q voor dag achtervoegsel (1e,2e)) of date formaat. Dit veld is optioneel. (b.v.: %A, %e %B %Y)" -#: qtranslate_configuration.php:543 +#: admin/qtx_configuration.php:624 msgid "Time Format" msgstr "Tijd Formaat" -#: qtranslate_configuration.php:545 -msgid "" -"Depending on your Date / Time Conversion Mode, you can either enter a strftime or date format. This " -"field is optional. (Example: %I:%M %p)" -msgstr "" -"Afhankelijk van jouw datum/tijd weergaven, kan je of strftime of date formaat. Dit veld is optioneel. " -"(b.v.: %H:%M)" +#: admin/qtx_configuration.php:626 +msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime or date format. This field is optional. (Example: %I:%M %p)" +msgstr "Afhankelijk van jouw datum/tijd weergaven, kan je of strftime of date formaat. Dit veld is optioneel. (b.v.: %H:%M)" -#: qtranslate_configuration.php:548 +#: admin/qtx_configuration.php:629 msgid "Not Available Message" msgstr "Niet Beschikbaar Bericht" -#: qtranslate_configuration.php:551 -msgid "" -"Message to display if post is not available in the requested language. " -"(Example: Sorry, this entry is only available in %LANG:, : and %.)" -msgstr "" -"Bericht welke weer wordt gegeven wanneer het bericht niet in de gevraagde " -"taal beschikbaar is. (b.v.: Sorry, dit bericht is alleen beschikbaar in het " -"%LANG:, : en %.)" +#: admin/qtx_configuration.php:632 +msgid "Message to display if post is not available in the requested language. (Example: Sorry, this entry is only available in %LANG:, : and %.)" +msgstr "Bericht welke weer wordt gegeven wanneer het bericht niet in de gevraagde taal beschikbaar is. (b.v.: Sorry, dit bericht is alleen beschikbaar in het %LANG:, : en %.)" -#: qtranslate_configuration.php:552 -msgid "" -"%LANG:<normal_separator>:<last_separator>% generates a list of " -"languages separated by <normal_separator> except for the last one, " -"where <last_separator> will be used instead." -msgstr "" -"%LANG:<normal_seperator>:<last_seperator>% genereert een lijst " -"van talen gescheiden door <normal_seperator> behalve de laatste, waar " -"<last_seperator> gebruikt zal worden." +#: admin/qtx_configuration.php:633 +msgid "%LANG:<normal_separator>:<last_separator>% generates a list of languages separated by <normal_separator> except for the last one, where <last_separator> will be used instead." +msgstr "%LANG:<normal_seperator>:<last_seperator>% genereert een lijst van talen gescheiden door <normal_seperator> behalve de laatste, waar <last_seperator> gebruikt zal worden." -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Hide" msgstr "Verberg" -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Show" msgstr "Bekijk" -#: qtranslate_configuration.php:675 +#: admin/qtx_configuration.php:763 msgid "Save Changes" msgstr "Wijzigingen Opslaan" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 msgid "Switching Language" msgstr "Taal wisselen" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, php-format -msgid "" -"Switching language to %1$s... If the Dashboard isn't loading, use this link." -msgstr "" -"Schakel taal om naar %1$s... Als het Dashboard niet wordt geladen, gebruik " -"deze link." +msgid "Switching language to %1$s... If the Dashboard isn't loading, use this link." +msgstr "Schakel taal om naar %1$s... Als het Dashboard niet wordt geladen, gebruik deze link." -#: qtranslate_configuration.php:713 +#: admin/qtx_configuration.php:801 msgid "qTranslate has been reset." msgstr "qTranslate is gereset." -#: qtranslate_configuration.php:766 +#: admin/qtx_configuration.php:875 msgid "Gettext databases updated." msgstr "Gettext database is bijgewerkt." -#: qtranslate_configuration.php:772 +#: admin/qtx_configuration.php:882 #, php-format -msgid "" -"Applicable options and taxonomy names from plugin %s have been imported. " -"Note that the multilingual content of posts, pages and other objects has not " -"been altered during this operation. There is no additional operation needed " -"to import content, since its format is compatible with %s." -msgstr "" -"Toepasselijke opties en taxonomie namen van plugin %s zijn geïmporteerd. " -"Opmerking: de meertalige inhoud van berichten, pagina's en andere objecten " -"is niet gewijzigd tijdens deze bewerking. Er is geen extra handeling nodig " -"voor het importeren van de inhoud, omdat de indeling compatibel is met %s" +msgid "Applicable options and taxonomy names from plugin %s have been imported. Note that the multilingual content of posts, pages and other objects has not been altered during this operation. There is no additional operation needed to import content, since its format is compatible with %s." +msgstr "Toepasselijke opties en taxonomie namen van plugin %s zijn geïmporteerd. Opmerking: de meertalige inhoud van berichten, pagina's en andere objecten is niet gewijzigd tijdens deze bewerking. Er is geen extra handeling nodig voor het importeren van de inhoud, omdat de indeling compatibel is met %s" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 #, php-format -msgid "" -"%sImportant%s: Before you start making edits to post and pages, please, make " -"sure that both, your front site and admin back-end, work under this " -"configuration. It may help to review \"%s\" and see if any of conflicting " -"plugins mentioned there are used here. While the current content, coming " -"from %s, is compatible with this plugin, the newly modified posts and pages " -"will be saved with a new square-bracket-only encoding, which has a number of " -"advantages comparing to former %s encoding. However, the new encoding is not " -"straightforwardly compatible with %s and you will need an additional step " -"available under \"%s\" option if you ever decide to go back to %s. Even with " -"this additional conversion step, the 3rd-party plugins custom-stored data " -"will not be auto-converted, but manual editing will still work. That is why " -"it is advisable to create a test-copy of your site before making any further " -"changes. In case you encounter a problem, please give us a chance to improve " -"%s, send the login information to the test-copy of your site to %s along " -"with a detailed step-by-step description of what is not working, and " -"continue using your main site with %s meanwhile. It would also help, if you " -"share a success story as well, either on %sthe forum%s, or via the same e-" -"mail as mentioned above. Thank you very much for trying %s." -msgstr "" -"%sBelangrijk%s: Voordat je begint met het bewerkingen van berichten en " -"pagina's, zorg er dan voor dat beide, de website zelf en het admin gedeelte, " -"werken onder deze configuratie. Het kan helpen om \"%s\" te bekijken en te " -"zien of een van conflicterende plugins genoemd wordt die hier gebruikt " -"worden. Terwijl de huidige inhoud, afkomstig van %s, compatibel is met deze " -"plugin,zullen de onlangs gewijzigde berichten en pagina's worden opgeslagen " -"met de nieuwe rechte-haakjes-label codering, deze hebben een aantal " -"voordelen in vergelijking met vroegere %s codering. Echter, de nieuwe " -"codering is niet zomaar compatibel met %s en zult je een extra handeling " -"moeten doen die beschikbaar is onder de \"%s\" optie voor als je ooit " -"besluit om terug te gaan naar %s. Maar zelfs met deze extra conversie stap " -"zullen de in de 3rd-party plugins op maat opgeslagen gegevens niet " -"automatisch geconverteerd zijn, maar handmatige bewerking daarvan zal nog " -"steeds mogelijk zijn. Daarom is het raadzaam om een test-kopie van je site " -"te maken voordat je iets gaat wijzigen. In het geval dat je tegen een " -"probleem aanloopt, geef ons een kans om %s te verbeteren, Stuur de login-" -"gegevens van de test-kopie van je site naar %s samen met een uitvoerige stap-" -"voor-stap beschrijving van wat niet werkt, en gebruik ondertussen je " -"originele site met %s. Het zou ons allemaal ook helpen, als je een " -"succesverhaal wilt delen in %shet forum%s, of via de e-mail zoals hierboven " -"vermeld. Heel erg bedankt voor het proberen %s." - -#: qtranslate_configuration.php:773 -msgid "" -"This is a one-time message, which you will not see again, unless the same " -"import is repeated." -msgstr "" -"Dit is een eenmalige mededeling, die u niet weer ziet tenzij de dezelfde " -"import wordt herhaald." +msgid "%sImportant%s: Before you start making edits to post and pages, please, make sure that both, your front site and admin back-end, work under this configuration. It may help to review \"%s\" and see if any of conflicting plugins mentioned there are used here. While the current content, coming from %s, is compatible with this plugin, the newly modified posts and pages will be saved with a new square-bracket-only encoding, which has a number of advantages comparing to former %s encoding. However, the new encoding is not straightforwardly compatible with %s and you will need an additional step available under \"%s\" option if you ever decide to go back to %s. Even with this additional conversion step, the 3rd-party plugins custom-stored data will not be auto-converted, but manual editing will still work. That is why it is advisable to create a test-copy of your site before making any further changes. In case you encounter a problem, please give us a chance to improve %s, send the login information to the test-copy of your site to %s along with a detailed step-by-step description of what is not working, and continue using your main site with %s meanwhile. It would also help, if you share a success story as well, either on %sthe forum%s, or via the same e-mail as mentioned above. Thank you very much for trying %s." +msgstr "%sBelangrijk%s: Voordat je begint met het bewerkingen van berichten en pagina's, zorg er dan voor dat beide, de website zelf en het admin gedeelte, werken onder deze configuratie. Het kan helpen om \"%s\" te bekijken en te zien of een van conflicterende plugins genoemd wordt die hier gebruikt worden. Terwijl de huidige inhoud, afkomstig van %s, compatibel is met deze plugin,zullen de onlangs gewijzigde berichten en pagina's worden opgeslagen met de nieuwe rechte-haakjes-label codering, deze hebben een aantal voordelen in vergelijking met vroegere %s codering. Echter, de nieuwe codering is niet zomaar compatibel met %s en zult je een extra handeling moeten doen die beschikbaar is onder de \"%s\" optie voor als je ooit besluit om terug te gaan naar %s. Maar zelfs met deze extra conversie stap zullen de in de 3rd-party plugins op maat opgeslagen gegevens niet automatisch geconverteerd zijn, maar handmatige bewerking daarvan zal nog steeds mogelijk zijn. Daarom is het raadzaam om een test-kopie van je site te maken voordat je iets gaat wijzigen. In het geval dat je tegen een probleem aanloopt, geef ons een kans om %s te verbeteren, Stuur de login-gegevens van de test-kopie van je site naar %s samen met een uitvoerige stap-voor-stap beschrijving van wat niet werkt, en gebruik ondertussen je originele site met %s. Het zou ons allemaal ook helpen, als je een succesverhaal wilt delen in %shet forum%s, of via de e-mail zoals hierboven vermeld. Heel erg bedankt voor het proberen %s." -#: qtranslate_configuration.php:775 qtranslate_configuration.php:1204 +#: admin/qtx_configuration.php:883 admin/qtx_configuration.php:894 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:156 +msgid "Convert Database" +msgstr "Database Omzetten" + +#: admin/qtx_configuration.php:883 +msgid "This is a one-time message, which you will not see again, unless the same import is repeated." +msgstr "Dit is een eenmalige mededeling, die u niet weer ziet tenzij de dezelfde import wordt herhaald." + +#: admin/qtx_configuration.php:885 admin/qtx_configuration.php:1320 msgid "Compatibility Functions" msgstr "Compatibiliteit functies" -#: qtranslate_configuration.php:775 +#: admin/qtx_configuration.php:885 #, php-format -msgid "" -"Option \"%s\" has also been turned on, as the most common case for importing " -"configuration from %s. You may turn it off manually if your setup does not " -"require it. Refer to %sFAQ%s for more information." -msgstr "" -"Optie \"%s\" is ook ingeschakeld, voor het importeren van de configuratie " -"van %s. Je kunt dit handmatig uitschakelen als je instellingen dit niet " -"nodig hebben. Raadpleeg %sFAQ%s voor meer informatie.." +msgid "Option \"%s\" has also been turned on, as the most common case for importing configuration from %s. You may turn it off manually if your setup does not require it. Refer to %sFAQ%s for more information." +msgstr "Optie \"%s\" is ook ingeschakeld, voor het importeren van de configuratie van %s. Je kunt dit handmatig uitschakelen als je instellingen dit niet nodig hebben. Raadpleeg %sFAQ%s voor meer informatie.." -#: qtranslate_configuration.php:783 +#: admin/qtx_configuration.php:894 #, php-format -msgid "" -"Applicable options have been exported to plugin %s. If you have done some " -"post or page updates after migrating from %s, then \"%s\" operation is also " -"required to convert the content to \"dual language tag\" style in order for " -"plugin %s to function." -msgstr "" -"Toepasselijke opties zijn geëxporteerd naar plugin %s. Als je sommige " -"berichten of pagina's hebt bewerkt na het migreren van %s, dan is \"%s\" " -"handeling ook noodzakelijk om de inhoud naar \"dubbele taal label\" stijl te " -"converteren om plugin %s te laten functioneren." +msgid "Applicable options have been exported to plugin %s. If you have done some post or page updates after migrating from %s, then \"%s\" operation is also required to convert the content to \"dual language tag\" style in order for plugin %s to function." +msgstr "Toepasselijke opties zijn geëxporteerd naar plugin %s. Als je sommige berichten of pagina's hebt bewerkt na het migreren van %s, dan is \"%s\" handeling ook noodzakelijk om de inhoud naar \"dubbele taal label\" stijl te converteren om plugin %s te laten functioneren." -#: qtranslate_configuration.php:794 +#: admin/qtx_configuration.php:906 msgid "The Language must have a Not-Available Message!" msgstr "De Taal moet een Niet-Beschikbaar bericht hebben!" -#: qtranslate_configuration.php:795 +#: admin/qtx_configuration.php:907 msgid "The Language must have a Locale!" msgstr "De taal moet een lokale hebben!" -#: qtranslate_configuration.php:796 +#: admin/qtx_configuration.php:908 msgid "The Language must have a name!" msgstr "De taal moet een naam hebben!" -#: qtranslate_configuration.php:797 +#: admin/qtx_configuration.php:909 msgid "Language Code has to be 2 characters long!" msgstr "De Taal Code moet 2 tekens lang zijn!" -#: qtranslate_configuration.php:801 qtranslate_configuration.php:807 +#: admin/qtx_configuration.php:916 admin/qtx_configuration.php:922 msgid "There is already a language with the same Language Code!" msgstr "Er bestaat al een taal met dezelfde Taal Code!" -#: qtranslate_configuration.php:892 qtranslate_configuration.php:914 -#: qtranslate_configuration.php:921 qtranslate_configuration.php:938 -msgid "No such language!" -msgstr "Geen bekende taal!" - -#: qtranslate_configuration.php:906 +#: admin/qtx_configuration.php:1019 msgid "Language is already enabled or invalid!" msgstr "Taal is al ingeschakeld of niet juist!" -#: qtranslate_configuration.php:911 +#: admin/qtx_configuration.php:1025 msgid "Cannot disable Default Language!" msgstr "Standaard taal kan niet uitgeschakeld worden!" -#: qtranslate_configuration.php:917 +#: admin/qtx_configuration.php:1028 admin/qtx_configuration.php:1035 +#: admin/qtx_configuration.php:1052 +msgid "No such language!" +msgstr "Geen bekende taal!" + +#: admin/qtx_configuration.php:1031 msgid "Language is already disabled!" msgstr "Taal is al uitgeschakeld!" -#: qtranslate_configuration.php:925 +#: admin/qtx_configuration.php:1039 msgid "Language is already first!" msgstr "Taal is al de eerste!" -#: qtranslate_configuration.php:931 qtranslate_configuration.php:948 +#: admin/qtx_configuration.php:1045 admin/qtx_configuration.php:1062 msgid "New order saved." msgstr "Nieuwe bestelling is opgeslagen." -#: qtranslate_configuration.php:942 +#: admin/qtx_configuration.php:1056 msgid "Language is already last!" msgstr "Taal is al laatste!" -#: qtranslate_configuration.php:960 +#: admin/qtx_configuration.php:1074 msgid "Options saved." msgstr "Opties opgeslagen." -#: qtranslate_configuration.php:965 +#: admin/qtx_configuration.php:1079 #, php-format msgid "Could not write to \"%s\", Gettext Databases could not be downloaded!" -msgstr "" -"Kan niet schrijven naar \"%s\", Gettext Database kon niet worden gedownload!" +msgstr "Kan niet schrijven naar \"%s\", Gettext Database kon niet worden gedownload!" -#: qtranslate_configuration.php:991 +#: admin/qtx_configuration.php:1105 msgid "Edit Language" msgstr "Taal aanpassen" -#: qtranslate_configuration.php:994 +#: admin/qtx_configuration.php:1108 msgid "Save Changes »" msgstr "Wijzigingen Opslaan »" -#: qtranslate_configuration.php:999 +#: admin/qtx_configuration.php:1110 +msgid "back to configuration page" +msgstr "" + +#: admin/qtx_configuration.php:1114 msgid "Language Management (qTranslate Configuration)" msgstr "Talen Beheer (qTranslate Configuratie)" -#: qtranslate_configuration.php:1000 +#: admin/qtx_configuration.php:1115 #, php-format -msgid "" -"For help on how to configure qTranslate correctly, take a look at the qTranslate FAQ and the Support Forum." -msgstr "" -"Voor hulp om qTranslate goed te kunnen instellen, bekijk qTranslate FAQ en het Support Forum." +msgid "For help on how to configure qTranslate correctly, take a look at the qTranslate FAQ and the Support Forum." +msgstr "Voor hulp om qTranslate goed te kunnen instellen, bekijk qTranslate FAQ en het Support Forum." -#: qtranslate_configuration.php:1002 +#: admin/qtx_configuration.php:1117 msgid "General Settings" msgstr "Standaard Instellingen" -#: qtranslate_configuration.php:1005 +#: admin/qtx_configuration.php:1120 msgid "Default Language / Order" msgstr "Standaard taal / Volgorde" -#: qtranslate_configuration.php:1007 +#: admin/qtx_configuration.php:1122 msgid "Default Language" msgstr "Standaard Taal" -#: qtranslate_configuration.php:1020 +#: admin/qtx_configuration.php:1135 #, php-format -msgid "" -"Choose the default language of your blog. This is the language which will be " -"shown on %s. You can also change the order the languages by clicking on the " -"arrows above." -msgstr "" -"Kies de standaard taal van jouw blog. Dit is de taal welke getoond zal " -"worden op %s. Je kan ook de volgorde van de talen aanpassen door te klikken " -"op de pijlen er naast." +msgid "Choose the default language of your blog. This is the language which will be shown on %s. You can also change the order the languages by clicking on the arrows above." +msgstr "Kies de standaard taal van jouw blog. Dit is de taal welke getoond zal worden op %s. Je kan ook de volgorde van de talen aanpassen door te klikken op de pijlen er naast." -#: qtranslate_configuration.php:1025 +#: admin/qtx_configuration.php:1140 msgid "Hide Untranslated Content" msgstr "Verberg niet vertaalde inhoud" -#: qtranslate_configuration.php:1027 +#: admin/qtx_configuration.php:1142 msgid "Hide Content which is not available for the selected language." msgstr "Verberg inhoud welke niet beschikbaar is in de geselecteerde taal." -#: qtranslate_configuration.php:1029 -msgid "" -"When checked, posts will be hidden if the content is not available for the " -"selected language. If unchecked, a message will appear showing all the " -"languages the content is available in." -msgstr "" -"Wanneer aangevinkt, zal het bericht niet worden weergeven wanneer deze niet " -"beschikbaar is in de gevraagde taal. Wanneer niet aangevinkt, zal er een " -"bericht worden weergeven in welke talen deze wel beschikbaar zijn." +#: admin/qtx_configuration.php:1144 +msgid "When checked, posts will be hidden if the content is not available for the selected language. If unchecked, a message will appear showing all the languages the content is available in." +msgstr "Wanneer aangevinkt, zal het bericht niet worden weergeven wanneer deze niet beschikbaar is in de gevraagde taal. Wanneer niet aangevinkt, zal er een bericht worden weergeven in welke talen deze wel beschikbaar zijn." + +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Export" +msgstr "Exporteer" -#: qtranslate_configuration.php:1030 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Import" +msgstr "Importeer" + +#: admin/qtx_configuration.php:1145 #, php-format -msgid "" -"This function will not work correctly if you installed %s on a blog with " -"existing entries. In this case you will need to take a look at option \"%s\" " -"under \"%s\" section." -msgstr "" -"Deze functionaliteit zal niet goed werken wanneer je %s installeert op een " -"blog met bestaande pagina's of berichten. In dit geval moet je kijken naar " -"de optie \"%s\" onder \"%s\" ." +msgid "This function will not work correctly if you installed %s on a blog with existing entries. In this case you will need to take a look at option \"%s\" under \"%s\" section." +msgstr "Deze functionaliteit zal niet goed werken wanneer je %s installeert op een blog met bestaande pagina's of berichten. In dit geval moet je kijken naar de optie \"%s\" onder \"%s\" ." -#: qtranslate_configuration.php:1032 -msgid "" -"Show displayed language prefix when content is not available for the " -"selected language." -msgstr "" -"Toon weergegeven taal voorvoegsel wanneer inhoud niet beschikbaar is voor de " -"geselecteerde taal." +#: admin/qtx_configuration.php:1147 +msgid "Show displayed language prefix when content is not available for the selected language." +msgstr "Toon weergegeven taal voorvoegsel wanneer inhoud niet beschikbaar is voor de geselecteerde taal." -#: qtranslate_configuration.php:1036 +#: admin/qtx_configuration.php:1151 msgid "Detect Browser Language" msgstr "Detecteer Browser Taal" -#: qtranslate_configuration.php:1038 +#: admin/qtx_configuration.php:1153 msgid "Detect the language of the browser and redirect accordingly." msgstr "Detecteer de taal van de browser en doorsturen wanneer nodig." -#: qtranslate_configuration.php:1040 -msgid "" -"When the frontpage is visited via bookmark/external link/type-in, the " -"visitor will be forwarded to the correct URL for the language specified by " -"his browser." -msgstr "" -"Wanneer de hoofd pagina wordt bezocht via favorieten/externe link/ingetypt, " -"zal de bezoeker worden doorgestuurd naar de juiste URL voor de taal welke " -"door de browser is ingesteld." +#: admin/qtx_configuration.php:1155 +msgid "When the frontpage is visited via bookmark/external link/type-in, the visitor will be forwarded to the correct URL for the language specified by his browser." +msgstr "Wanneer de hoofd pagina wordt bezocht via favorieten/externe link/ingetypt, zal de bezoeker worden doorgestuurd naar de juiste URL voor de taal welke door de browser is ingesteld." -#: qtranslate_configuration.php:1045 +#: admin/qtx_configuration.php:1160 msgid "Advanced Settings" msgstr "Geavanceerde Instellingen" -#: qtranslate_configuration.php:1052 qtranslate_configuration.php:1054 -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1167 admin/qtx_configuration.php:1169 +#: admin/qtx_configuration.php:1243 msgid "URL Modification Mode" msgstr "URL instellingen" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Most SEO unfriendly, not recommended." msgstr "Meest SEO onvriendelijk, niet aan te raden." -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Use Query Mode (?lang=en)" msgstr "Gebruik Query Modus (?lang=nl)" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "SEO friendly." msgstr "SEO vriendelijk." -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "Use Pre-Path Mode (Default, puts /en/ in front of URL)" msgstr "Gebruik Pre-Pad Modus (Standaard, zet /nl/ voor de URL)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "Use Pre-Domain Mode (uses http://en.yoursite.com)" msgstr "Gebruik Pre-Domein Modus (gebruik http://nl.jouwsite.nl)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "You will need to configure DNS sub-domains on your site." msgstr "Je moet de DNS subdomeinen configureren van je site." -#: qtranslate_configuration.php:1068 +#: admin/qtx_configuration.php:1183 msgid "Hide URL language information for default language." msgstr "Verbergen URL taalinformatie voor de standaardtaal." -#: qtranslate_configuration.php:1069 +#: admin/qtx_configuration.php:1184 msgid "This is only applicable to Pre-Path and Pre-Domain mode." msgstr "Dit is alleen van toepassing op Pre-Pad en Pre-Domein-modus." -#: qtranslate_configuration.php:1074 -msgid "" -"Use Per-Domain mode: specify separate user-defined domain for each language." -msgstr "" -"Gebruik Per-domein modus: afzonderlijke door gebruiker gedefinieerde domein " -"voor elke taal opgeven." +#: admin/qtx_configuration.php:1189 +msgid "Use Per-Domain mode: specify separate user-defined domain for each language." +msgstr "Gebruik Per-domein modus: afzonderlijke door gebruiker gedefinieerde domein voor elke taal opgeven." -#: qtranslate_configuration.php:1092 +#: admin/qtx_configuration.php:1208 msgid "Domain for" msgstr "Domein voor" -#: qtranslate_configuration.php:1097 +#: admin/qtx_configuration.php:1213 msgid "Flag Image Path" msgstr "Locatie van de afbeedlingen van de vlaggen" -#: qtranslate_configuration.php:1101 +#: admin/qtx_configuration.php:1217 #, php-format -msgid "" -"Path to the flag images under wp-content, with trailing slash. (Default: %s, " -"clear the value above to reset it to the default)" -msgstr "" -"Pad naar de vlag afbeeldingen binnen wp-content, met afsluitende slash. " -"(Standaard: %s, wis de waarde hierboven om de standaard waarde te herstellen)" +msgid "Path to the flag images under wp-content, with trailing slash. (Default: %s, clear the value above to reset it to the default)" +msgstr "Pad naar de vlag afbeeldingen binnen wp-content, met afsluitende slash. (Standaard: %s, wis de waarde hierboven om de standaard waarde te herstellen)" -#: qtranslate_configuration.php:1105 +#: admin/qtx_configuration.php:1221 msgid "Ignore Links" msgstr "Negeer Koppelingen" -#: qtranslate_configuration.php:1109 +#: admin/qtx_configuration.php:1225 #, php-format -msgid "" -"Don't convert links to files of the given file types. (Always included: %s)" -msgstr "" -"Laat koppelingen niet omzetten naar bestanden van bepaalde bestandstypen. " -"(Altijd inbegrepen: %s)" +msgid "Don't convert links to files of the given file types. (Always included: %s)" +msgstr "Laat koppelingen niet omzetten naar bestanden van bepaalde bestandstypen. (Altijd inbegrepen: %s)" -#: qtranslate_configuration.php:1113 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1229 qtranslate_widget.php:119 msgid "Head inline CSS" msgstr "Kop inline CSS" -#: qtranslate_configuration.php:1115 +#: admin/qtx_configuration.php:1231 msgid "CSS code added by plugin in the head of front-end pages:" msgstr "CSS-code toegevoegd door de plugin in de kop van de website pagina's:" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 qtranslate_widget.php:119 msgid "To disable this inline CSS, clear the check box." msgstr "Om deze inline CSS uit te schakelen, vink het selectievakje uit." -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 admin/qtx_configuration.php:1395 +#: qtranslate_widget.php:119 msgid "To reset to default, clear the text." msgstr "Wis de tekst om naar standaard waarde te herstellen." -#: qtranslate_configuration.php:1123 +#: admin/qtx_configuration.php:1239 msgid "Cookie Settings" msgstr "Cookie instellingen" -#: qtranslate_configuration.php:1125 +#: admin/qtx_configuration.php:1241 #, php-format msgid "Disable language client cookie \"%s\" (not recommended)." msgstr "Taal cookie voor de bezoekers uitschakelen \"%s\" (niet aanbevolen)." -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format -msgid "" -"Language cookie is auto-disabled for \"%s\" \"Pre-Domain\" and \"Per-Domain" -"\", as language is always unambiguously defined by a url in those modes." -msgstr "" -"Taal cookie is automatisch uitgeschakeld voor \"%s\" \"Pre-Domein\" en \"Per-" -"Domein\", omdat de taal altijd eenduidig is gedefinieerd door een url in " -"deze modus." +msgid "Language cookie is auto-disabled for \"%s\" \"Pre-Domain\" and \"Per-Domain\", as language is always unambiguously defined by a url in those modes." +msgstr "Taal cookie is automatisch uitgeschakeld voor \"%s\" \"Pre-Domein\" en \"Per-Domein\", omdat de taal altijd eenduidig is gedefinieerd door een url in deze modus." -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format -msgid "" -"Otherwise, use this option with a caution, for simple enough sites only. If " -"checked, the user choice of browsing language will not be saved between " -"sessions and some AJAX calls may deliver unexpected language, as well as " -"some undesired language switching during browsing may occur under certain " -"themes (%sRead More%s)." -msgstr "" -"Gebruik deze optie met voorzichtigheid, alleen voor simpele websites " -"eigenlijk. Indien aangevinkt, zal de taalkeuze van de gebruiker tijdens het " -"browsen niet opgeslagen worden tussen de verschillende sessies en sommige " -"AJAX functies kunnen onverwachte talen opleveren, evenals een aantal " -"ongewenste taal wissels tijdens het browsen bij bepaalde thema's. (%sLees " -"meer...%s)." +msgid "Otherwise, use this option with a caution, for simple enough sites only. If checked, the user choice of browsing language will not be saved between sessions and some AJAX calls may deliver unexpected language, as well as some undesired language switching during browsing may occur under certain themes (%sRead More%s)." +msgstr "Gebruik deze optie met voorzichtigheid, alleen voor simpele websites eigenlijk. Indien aangevinkt, zal de taalkeuze van de gebruiker tijdens het browsen niet opgeslagen worden tussen de verschillende sessies en sommige AJAX functies kunnen onverwachte talen opleveren, evenals een aantal ongewenste taal wissels tijdens het browsen bij bepaalde thema's. (%sLees meer...%s)." -#: qtranslate_configuration.php:1129 +#: admin/qtx_configuration.php:1245 #, php-format msgid "Make %s cookies available only through HTTPS connections." msgstr "Maak %s cookies alleen beschikbaar via HTTPS-verbindingen." -#: qtranslate_configuration.php:1131 +#: admin/qtx_configuration.php:1247 msgid "Don't check this if you don't know what you're doing!" msgstr "Vink dit niet aan als je niet weet wat je doet!" -#: qtranslate_configuration.php:1135 +#: admin/qtx_configuration.php:1251 msgid "Update Gettext Databases" msgstr "Gettext Database bijwerken" -#: qtranslate_configuration.php:1137 +#: admin/qtx_configuration.php:1253 msgid "Automatically check for .mo-Database Updates of installed languages." -msgstr "" -"Controleer automatisch voor nieuwe .mo-Database bestanden voor " -"geïnstalleerde talen." +msgstr "Controleer automatisch voor nieuwe .mo-Database bestanden voor geïnstalleerde talen." -#: qtranslate_configuration.php:1139 +#: admin/qtx_configuration.php:1255 msgid "Update Gettext databases now." msgstr "Gettext database nu bijwerken." -#: qtranslate_configuration.php:1141 -msgid "" -"qTranslate will query the Wordpress Localisation Repository every week and " -"download the latest Gettext Databases (.mo Files)." -msgstr "" -"qTranslate zal elke week de Wordpress Lokalisatie Archief controleren voor " -"de laatste Gettext Databases (.mo bestanden)." +#: admin/qtx_configuration.php:1257 +msgid "qTranslate will query the Wordpress Localisation Repository every week and download the latest Gettext Databases (.mo Files)." +msgstr "qTranslate zal elke week de Wordpress Lokalisatie Archief controleren voor de laatste Gettext Databases (.mo bestanden)." -#: qtranslate_configuration.php:1145 +#: admin/qtx_configuration.php:1261 msgid "Date / Time Conversion" msgstr "Datum / Tijd Omzetting" -#: qtranslate_configuration.php:1147 +#: admin/qtx_configuration.php:1263 msgid "Use emulated date function." msgstr "Gebruik nagebootste datum functies." -#: qtranslate_configuration.php:1148 -msgid "" -"Use emulated date function and replace formats with the predefined formats " -"for each language." -msgstr "" -"Gebruik gesimuleerde datum functie en vervang het formaat met het vooraf " -"gedefinieerde formaat voor elke taal. " +#: admin/qtx_configuration.php:1264 +msgid "Use emulated date function and replace formats with the predefined formats for each language." +msgstr "Gebruik gesimuleerde datum functie en vervang het formaat met het vooraf gedefinieerde formaat voor elke taal. " -#: qtranslate_configuration.php:1149 +#: admin/qtx_configuration.php:1265 msgid "Use strftime instead of date." msgstr "Gebruik strftime in plaats van date." -#: qtranslate_configuration.php:1150 -msgid "" -"Use strftime instead of date and replace formats with the predefined formats " -"for each language." -msgstr "" -"Gebruik strftime in plaats van date, en vervang het formaat met het vooraf " -"gedefinieerde formaat voor elke taal." +#: admin/qtx_configuration.php:1266 +msgid "Use strftime instead of date and replace formats with the predefined formats for each language." +msgstr "Gebruik strftime in plaats van date, en vervang het formaat met het vooraf gedefinieerde formaat voor elke taal." -#: qtranslate_configuration.php:1151 -msgid "" -"Depending on the mode selected, additional customizations of the theme may " -"be needed." -msgstr "" -"Afhankelijk van de geselecteerde modus, kan het noodzakelijk zijn om " -"aanvullende aanpassingen aan de thema's te brengen." +#: admin/qtx_configuration.php:1267 +msgid "Depending on the mode selected, additional customizations of the theme may be needed." +msgstr "Afhankelijk van de geselecteerde modus, kan het noodzakelijk zijn om aanvullende aanpassingen aan de thema's te brengen." -#: qtranslate_configuration.php:1160 +#: admin/qtx_configuration.php:1276 msgid "Translation of options" msgstr "Vertaling van opties" -#: qtranslate_configuration.php:1162 -msgid "" -"Filter all WordPress options for translation at front-end. It may hurt " -"performance of the site, but ensures that all options are translated." -msgstr "" -"Filter alle WordPress opties voor vertaling op de website. Het kan de " -"prestaties van de site nadeling beïnvloeden, maar zorgt er wel voor dat alle " -"opties zijn vertaald." +#: admin/qtx_configuration.php:1278 +msgid "Filter all WordPress options for translation at front-end. It may hurt performance of the site, but ensures that all options are translated." +msgstr "Filter alle WordPress opties voor vertaling op de website. Het kan de prestaties van de site nadeling beïnvloeden, maar zorgt er wel voor dat alle opties zijn vertaald." -#: qtranslate_configuration.php:1162 -msgid "" -"Starting from version 3.2.5, only options with multilingual content get " -"filtered, which should help on performance issues." -msgstr "" -"Vanaf versie 3.2.5 worden alleen opties met meertalige inhoud gefilterd, dit " -"voor het verbeteren van de prestaties." +#: admin/qtx_configuration.php:1278 +msgid "Starting from version 3.2.5, only options with multilingual content get filtered, which should help on performance issues." +msgstr "Vanaf versie 3.2.5 worden alleen opties met meertalige inhoud gefilterd, dit voor het verbeteren van de prestaties." -#: qtranslate_configuration.php:1164 +#: admin/qtx_configuration.php:1280 msgid "Translate only options listed below (for experts only):" msgstr "Vertaal alleen onderstaande opties (alleen voor experts):" -#: qtranslate_configuration.php:1167 +#: admin/qtx_configuration.php:1283 #, php-format -msgid "" -"By default, all options are filtered to be translated at front-end for the " -"sake of simplicity of configuration. However, for a developed site, this may " -"cause a considerable performance degradation. Normally, there are very few " -"options, which actually need a translation. You may simply list them above " -"to minimize the performance impact, while still getting translations needed. " -"Options names must match the field \"%s\" of table \"%s\" of WordPress " -"database. A minimum common set of option, normally needed a translation, is " -"already entered in the list above as a default example. Option names in the " -"list may contain wildcard with symbol \"%s\"." -msgstr "" -"Standaard worden alle opties gefilterd om te worden vertaald in de " -"gebruikersomgeving, omwille van de eenvoud van de configuratie. Echter voor " -"een ontwikkelde site, kan dit leiden tot aanzienlijk nadelige prestaties. " -"Normaal gesproken zijn er zeer weinig opties, die eigenlijk een vertaling " -"nodig hebben. Je kunt eenvoudig een lijst van hen hierboven maken om de " -"invloed op de prestaties te minimaliseren, terwijl de nodige vertalingen nog " -"steeds gemaakt kunnen worden. Namen van de opties moeten overeenkomen met " -"het veld \"%s\" van tabel \"%s\" van de WordPress database. Een minimale " -"reeks gemeenschappelijke opties, die normaal gesproken een vertaling nodig " -"hebben, is al in de lijst hierboven opgenomen als een standaard voorbeeld. " -"Optie namen in de lijst kunnen een wildcard met het symbool \"%s\" bevatten." - -#: qtranslate_configuration.php:1171 +msgid "By default, all options are filtered to be translated at front-end for the sake of simplicity of configuration. However, for a developed site, this may cause a considerable performance degradation. Normally, there are very few options, which actually need a translation. You may simply list them above to minimize the performance impact, while still getting translations needed. Options names must match the field \"%s\" of table \"%s\" of WordPress database. A minimum common set of option, normally needed a translation, is already entered in the list above as a default example. Option names in the list may contain wildcard with symbol \"%s\"." +msgstr "Standaard worden alle opties gefilterd om te worden vertaald in de gebruikersomgeving, omwille van de eenvoud van de configuratie. Echter voor een ontwikkelde site, kan dit leiden tot aanzienlijk nadelige prestaties. Normaal gesproken zijn er zeer weinig opties, die eigenlijk een vertaling nodig hebben. Je kunt eenvoudig een lijst van hen hierboven maken om de invloed op de prestaties te minimaliseren, terwijl de nodige vertalingen nog steeds gemaakt kunnen worden. Namen van de opties moeten overeenkomen met het veld \"%s\" van tabel \"%s\" van de WordPress database. Een minimale reeks gemeenschappelijke opties, die normaal gesproken een vertaling nodig hebben, is al in de lijst hierboven opgenomen als een standaard voorbeeld. Optie namen in de lijst kunnen een wildcard met het symbool \"%s\" bevatten." + +#: admin/qtx_configuration.php:1287 msgid "Custom Fields" msgstr "Aangepaste velden" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 #, php-format -msgid "" -"Enter \"%s\" or \"%s\" attribute of text fields from your theme, which you " -"wish to translate. This applies to post, page and media editors (%s). To " -"lookup \"%s\" or \"%s\", right-click on the field in the post or the page " -"editor and choose \"%s\". Look for an attribute of the field named \"%s\" or " -"\"%s\". Enter it below, as many as you need, space- or comma-separated. " -"After saving configuration, these fields will start responding to the " -"language switching buttons, and you can enter different text for each " -"language. The input fields of type %s will be parsed using %s syntax, while " -"single line text fields will use %s syntax. If you need to override this " -"behaviour, prepend prefix %s or %s to the name of the field to specify which " -"syntax to use. For more information, read %sFAQ%s." -msgstr "" -"Voer \"%s\" of \"%s\" kenmerken in van de tekstvelden van het thema die je " -"wenst te vertalen. Dit geldt voor paginas, berichten en media-editors (%s). " -"Om het kenmerk van \"%s\" of \"%s\", te zoeken, klik met de rechtermuisknop " -"op het veld in het bericht of de pagina editor en kies \"%s\". Traceer het " -"kenmerk van het veld met de naam \"%s\" of \"%s\". Voer deze kenmerken " -"hieronder in, net zoveel als er nodig zijn door spatie of komma's " -"gescheiden. Na het opslaan zullen deze velden ook reageren op de taal wissel " -"knoppen, en kan een andere tekst voor elke taal ingevoerd worden. De " -"invoervelden van type %s zullen worden voorzien van dit %s voorvoegsel, " -"terwijl één regel tekstvelden gebruik maken van %s als voorvoegsel. Als het " -"nodig is om dit gedrag te negeren, voeg dan als voorvoegsel %s of %s toe aan " -"de naam van het veld om aan te geven welk voorvoegsel gebruikt moet worden. " -"Voor meer informatie, lees %sFAQ%s." - -#: qtranslate_configuration.php:1173 +msgid "Enter \"%s\" or \"%s\" attribute of text fields from your theme, which you wish to translate. This applies to post, page and media editors (%s). To lookup \"%s\" or \"%s\", right-click on the field in the post or the page editor and choose \"%s\". Look for an attribute of the field named \"%s\" or \"%s\". Enter it below, as many as you need, space- or comma-separated. After saving configuration, these fields will start responding to the language switching buttons, and you can enter different text for each language. The input fields of type %s will be parsed using %s syntax, while single line text fields will use %s syntax. If you need to override this behaviour, prepend prefix %s or %s to the name of the field to specify which syntax to use. For more information, read %sFAQ%s." +msgstr "Voer \"%s\" of \"%s\" kenmerken in van de tekstvelden van het thema die je wenst te vertalen. Dit geldt voor paginas, berichten en media-editors (%s). Om het kenmerk van \"%s\" of \"%s\", te zoeken, klik met de rechtermuisknop op het veld in het bericht of de pagina editor en kies \"%s\". Traceer het kenmerk van het veld met de naam \"%s\" of \"%s\". Voer deze kenmerken hieronder in, net zoveel als er nodig zijn door spatie of komma's gescheiden. Na het opslaan zullen deze velden ook reageren op de taal wissel knoppen, en kan een andere tekst voor elke taal ingevoerd worden. De invoervelden van type %s zullen worden voorzien van dit %s voorvoegsel, terwijl één regel tekstvelden gebruik maken van %s als voorvoegsel. Als het nodig is om dit gedrag te negeren, voeg dan als voorvoegsel %s of %s toe aan de naam van het veld om aan te geven welk voorvoegsel gebruikt moet worden. Voor meer informatie, lees %sFAQ%s." + +#: admin/qtx_configuration.php:1289 msgctxt "browser option" msgid "Inspect Element" msgstr "Element inspecteren" -#: qtranslate_configuration.php:1180 -msgid "" -"The value of \"id\" attribute is normally unique within one page, otherwise " -"the first field found, having an id specified, is picked up." -msgstr "" -"De waarde van het \"id\" kenmerk is normaal uniek binnen een pagina, zo niet " -"dan wordt het eerst gevonden veld, dat dit id heeft gebruikt." +#: admin/qtx_configuration.php:1296 +msgid "The value of \"id\" attribute is normally unique within one page, otherwise the first field found, having an id specified, is picked up." +msgstr "De waarde van het \"id\" kenmerk is normaal uniek binnen een pagina, zo niet dan wordt het eerst gevonden veld, dat dit id heeft gebruikt." -#: qtranslate_configuration.php:1187 +#: admin/qtx_configuration.php:1303 #, php-format -msgid "" -"All the fields of specified classes will respond to Language Switching " -"Buttons. Be careful not to include a class, which would affect language-" -"neutral fields. If you cannot uniquely identify a field needed neither by " -"%s, nor by %s attribute, report the issue on %sSupport Forum%s" -msgstr "" -"Alle velden van gespecificeerde classes zullen reageren op de Taal wisselen " -"Knoppen. Wees voorzichtig om niet een class, welke op taal-neutrale velden " -"van invloed zou zijn op te nemen. Als je een veld nodig hebt dat noch door " -"%s, noch door het %s kenmerk geïdentificeerd kan worden, kunt je dit " -"probleem melden op ons %sSupport Forum%s" +msgid "All the fields of specified classes will respond to Language Switching Buttons. Be careful not to include a class, which would affect language-neutral fields. If you cannot uniquely identify a field needed neither by %s, nor by %s attribute, report the issue on %sSupport Forum%s" +msgstr "Alle velden van gespecificeerde classes zullen reageren op de Taal wisselen Knoppen. Wees voorzichtig om niet een class, welke op taal-neutrale velden van invloed zou zijn op te nemen. Als je een veld nodig hebt dat noch door %s, noch door het %s kenmerk geïdentificeerd kan worden, kunt je dit probleem melden op ons %sSupport Forum%s" -#: qtranslate_configuration.php:1191 +#: admin/qtx_configuration.php:1307 msgid "Custom Filters" msgstr "Aangepaste Filters" -#: qtranslate_configuration.php:1194 +#: admin/qtx_configuration.php:1310 #, php-format -msgid "" -"Names of filters (which are enabled on theme or other plugins via %s " -"function) to add translation to. For more information, read %sFAQ%s." -msgstr "" -"Namen van filters (die zijn ingeschakeld op een thema of andere plugins via " -"de %s functie) om vertalingen aan toe te voegen. Voor meer informatie, lees " -"%sFAQ%s." +msgid "Names of filters (which are enabled on theme or other plugins via %s function) to add translation to. For more information, read %sFAQ%s." +msgstr "Namen van filters (die zijn ingeschakeld op een thema of andere plugins via de %s functie) om vertalingen aan toe te voegen. Voor meer informatie, lees %sFAQ%s." -#: qtranslate_configuration.php:1198 +#: admin/qtx_configuration.php:1314 msgid "Custom Admin Pages" msgstr "Aangepaste Admin-pagina 's" -#: qtranslate_configuration.php:1200 +#: admin/qtx_configuration.php:1316 #, php-format -msgid "" -"List the custom admin page paths for which you wish Language Switching " -"Buttons to show up. The Buttons will then control fields configured in " -"\"Custom Fields\" section. You may only include part of the full URL after " -"%s, including a distinctive query string if needed. As many as desired pages " -"can be listed space/comma separated. For more information, read %sFAQ%s." -msgstr "" -"Vul de aangepaste admin pagina paden in waarop je Taal wisselen Knoppen wilt " -"zien. De knoppen stuurt dan de velden aan die geconfigureerd zijn in de " -"sectie \"Custom Fields\" . U mag alleen dat deel van de volledige URL " -"invoegen na %s, met inbegrip van een onderscheidende queryreeks indien " -"nodig. Er kunnen meerdere pagina's worden opgenomen gescheiden door spatie/" -"komma's. Voor meer informatie, lees %sFAQ%s." +msgid "List the custom admin page paths for which you wish Language Switching Buttons to show up. The Buttons will then control fields configured in \"Custom Fields\" section. You may only include part of the full URL after %s, including a distinctive query string if needed. As many as desired pages can be listed space/comma separated. For more information, read %sFAQ%s." +msgstr "Vul de aangepaste admin pagina paden in waarop je Taal wisselen Knoppen wilt zien. De knoppen stuurt dan de velden aan die geconfigureerd zijn in de sectie \"Custom Fields\" . U mag alleen dat deel van de volledige URL invoegen na %s, met inbegrip van een onderscheidende queryreeks indien nodig. Er kunnen meerdere pagina's worden opgenomen gescheiden door spatie/komma's. Voor meer informatie, lees %sFAQ%s." -#: qtranslate_configuration.php:1206 +#: admin/qtx_configuration.php:1322 #, php-format msgid "Enable function name compatibility (%s)." msgstr "Functie naam compatibiliteit inschakelen (%s)." -#: qtranslate_configuration.php:1207 +#: admin/qtx_configuration.php:1323 #, php-format -msgid "" -"Some plugins and themes use direct calls to the functions listed, which are " -"defined in former %s plugin and some of its forks. Turning this flag on will " -"enable those function to exists, which will make the dependent plugins and " -"themes to work. WordPress policy prohibits to define functions with the same " -"names as in other plugins, since it generates user-unfriendly fatal errors, " -"when two conflicting plugins are activated simultaneously. Before turning " -"this option on, you have to make sure that there are no other plugins " -"active, which define those functions." -msgstr "" -"Sommige plugins en thema's gebruiken functies zoals vermeld, die zijn " -"gedefinieerd in de voormalige %s plugin en een aantal van haar verwanten. " -"Door dit aan te vinken zullen deze functies ingeschakeld worden en zorgen " -"ervoor dat deze plugins en thema's mogelijk werken. WordPress beleid " -"verbiedt om functies met een zelfde naam te definiëren als in andere " -"plugins, want het genereert gebruiksonvriendelijk fatale fouten, wanneer " -"twee conflicterende plugins gelijktijdig geactiveerd zijn. Voordat je deze " -"optie inschakelt, moet je ervoor zorgen dat er geen andere plugins actief " -"zijn, die deze functies definiëren." - -#: qtranslate_configuration.php:1211 +msgid "Some plugins and themes use direct calls to the functions listed, which are defined in former %s plugin and some of its forks. Turning this flag on will enable those function to exists, which will make the dependent plugins and themes to work. WordPress policy prohibits to define functions with the same names as in other plugins, since it generates user-unfriendly fatal errors, when two conflicting plugins are activated simultaneously. Before turning this option on, you have to make sure that there are no other plugins active, which define those functions." +msgstr "Sommige plugins en thema's gebruiken functies zoals vermeld, die zijn gedefinieerd in de voormalige %s plugin en een aantal van haar verwanten. Door dit aan te vinken zullen deze functies ingeschakeld worden en zorgen ervoor dat deze plugins en thema's mogelijk werken. WordPress beleid verbiedt om functies met een zelfde naam te definiëren als in andere plugins, want het genereert gebruiksonvriendelijk fatale fouten, wanneer twee conflicterende plugins gelijktijdig geactiveerd zijn. Voordat je deze optie inschakelt, moet je ervoor zorgen dat er geen andere plugins actief zijn, die deze functies definiëren." + +#: admin/qtx_configuration.php:1327 msgid "Editor Mode" msgstr "Editor modus" -#: qtranslate_configuration.php:1213 +#: admin/qtx_configuration.php:1329 msgid "Use Language Switching Buttons (LSB)." msgstr "Gebruik Taal Wisselen Knoppen (TWK)." -#: qtranslate_configuration.php:1214 +#: admin/qtx_configuration.php:1330 msgid "This is the default mode." msgstr "Dit is de standaardmodus." -#: qtranslate_configuration.php:1215 -msgid "" -"Do not use Language Switching Buttons to edit multi-language text entries." -msgstr "" -"Gebruik geen knoppen voor het wisselen van taal om meertalige teksten te " -"bewerken in één veld." +#: admin/qtx_configuration.php:1331 +msgid "Do not use Language Switching Buttons to edit multi-language text entries." +msgstr "Gebruik geen knoppen voor het wisselen van taal om meertalige teksten te bewerken in één veld." -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Editor Raw Mode" msgstr "Editor Raw-modus" -#: qtranslate_configuration.php:1216 -msgid "" -"Some people prefer to edit the raw entries containing all languages together " -"separated by language defining tags, as they are stored in database." +#: admin/qtx_configuration.php:1332 +msgid "Some people prefer to edit the raw entries containing all languages together separated by language defining tags, as they are stored in database." +msgstr "Sommige mensen vinden het handiger om te werken in de ruwe tekst modus met alle teksten van de talen samen gescheiden door taal labels, zoals ze zijn opgeslagen in database." + +#: admin/qtx_configuration.php:1340 admin/qtx_configuration.php:1343 +msgid "LSB Style" +msgstr "" + +#: admin/qtx_configuration.php:1344 +msgid "Choose CSS style for how Language Switching Buttons are rendered:" msgstr "" -"Sommige mensen vinden het handiger om te werken in de ruwe tekst modus met " -"alle teksten van de talen samen gescheiden door taal labels, zoals ze zijn " -"opgeslagen in database." -#: qtranslate_configuration.php:1267 +#: admin/qtx_configuration.php:1345 #, php-format -msgid "%s Flag" -msgstr "%s Vlag" +msgid "LSB %s-wrap classes:" +msgstr "" + +#: admin/qtx_configuration.php:1346 +msgid "Active button class:" +msgstr "" + +#: admin/qtx_configuration.php:1347 +msgid "The above is reset to an appropriate default, if the below is changed." +msgstr "" + +#: admin/qtx_configuration.php:1348 +msgid "CSS set:" +msgstr "" + +#: admin/qtx_configuration.php:1352 admin/qtx_configuration.php:1354 +#: admin/qtx_configuration.php:1388 admin/qtx_configuration.php:1390 +msgid "Use custom CSS" +msgstr "" + +#: admin/qtx_configuration.php:1354 +#, php-format +msgid "Choice \"%s\" disables this option and allows one to use its own custom CSS provided by other means." +msgstr "" + +#: admin/qtx_configuration.php:1371 admin/qtx_configuration.php:1375 +#: admin/qtx_user_options.php:18 +msgid "Highlight Style" +msgstr "" + +#: admin/qtx_configuration.php:1373 +msgid "When there are many integrated or customized translatable fields, it may become confusing to know which field has multilingual value. The highlighting of translatable fields may come handy then:" +msgstr "" + +#: admin/qtx_configuration.php:1376 admin/qtx_configuration.php:1378 +msgid "Do not highlight the translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1380 admin/qtx_configuration.php:1382 +msgid "Show a line on the left border of translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1384 admin/qtx_configuration.php:1386 +msgid "Draw a border around translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1395 +msgid "Admin Color Scheme" +msgstr "" + +#: admin/qtx_configuration.php:1395 +#, php-format +msgid "The color in use is taken from your profile option %s, the third color." +msgstr "" + +#: admin/qtx_configuration.php:1433 +#, fuzzy +msgid "List of Configured Languages" +msgstr "Bron Taal" + +#: admin/qtx_configuration.php:1438 +#, php-format +msgid "Only enabled languages are loaded at front-end, while all %d configured languages are listed here." +msgstr "" + +#: admin/qtx_configuration.php:1439 +msgid "The table below contains both pre-defined and manually added or modified languages." +msgstr "" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Delete" +msgstr "Verwijder" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Disable" msgstr "Uitschakelen" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Enable" msgstr "Inschakelen" -#: qtranslate_configuration.php:1270 -msgid "Edit" -msgstr "Aanpassen" +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Reset" +msgstr "" -#: qtranslate_configuration.php:1271 +#: admin/qtx_configuration.php:1440 +#, php-format +msgid "You may %s or %s a language, or %s manually added language, or %s previous modifications of a pre-defined language." +msgstr "" + +#: admin/qtx_configuration.php:1441 +#, php-format +msgid "Click %s to modify language properties." +msgstr "" + +#: admin/qtx_configuration.php:1463 +#, php-format +msgid "%s Flag" +msgstr "%s Vlag" + +#: admin/qtx_configuration.php:1465 msgid "Default" msgstr "Standaard" -#: qtranslate_configuration.php:1271 -msgid "Delete" -msgstr "Verwijder" - -#: qtranslate_configuration.php:1276 -msgid "" -"Enabling a language will cause qTranslate to update the Gettext-Database for " -"the language, which can take a while depending on your server's connection " -"speed." +#: admin/qtx_configuration.php:1467 +msgid "Pre-Defined" msgstr "" -"Het activeren van een taal zorgt er voor dat qTranslate de Gettext-Database " -"probeert bij te werken voor de desbetreffende taal. Dit kan even duren " -"afhankelijk van de snelheid van de verbinding van de server." -#: qtranslate_configuration.php:1283 +#: admin/qtx_configuration.php:1476 +msgid "Enabling a language will cause qTranslate to update the Gettext-Database for the language, which can take a while depending on your server's connection speed." +msgstr "Het activeren van een taal zorgt er voor dat qTranslate de Gettext-Database probeert bij te werken voor de desbetreffende taal. Dit kan even duren afhankelijk van de snelheid van de verbinding van de server." + +#: admin/qtx_configuration.php:1483 msgid "Add Language" msgstr "Taal Toevoegen" -#: qtranslate_configuration.php:1286 +#: admin/qtx_configuration.php:1486 msgid "Add Language »" msgstr "Taal Toevoegen »" -#: qtranslate_configuration.php:1301 +#: admin/qtx_configuration.php:1508 msgid "Language Menu" msgstr "Taal menu" -#: qtranslate_configuration.php:1350 +#: admin/qtx_configuration.php:1557 msgid "Help" msgstr "Help" -#: qtranslate_configuration.php:1352 +#: admin/qtx_configuration.php:1559 #, php-format -msgid "" -"Menu item added is replaced with a sub-menu of available languages when menu " -"is rendered. Depending on how your theme renders menu you may need to " -"override and customize css entries %s and %s, originally defined in %s. The " -"field \"URL\" of inserted menu item allows additional configuration " -"described in %sFAQ%s." -msgstr "" -"Een menu-item toegevoegen wordt vervangen door een sub-menu met beschikbare " -"talen wanneer het menu wordt weergegeven. Afhankelijk van hoe je thema het " -"menu maakt moet je wellicht css fragmenten overschrijven en aanpassen %s en " -"%s, oorspronkelijk gedefinieerd in %s. Het veld \"URL\" van ingevoegde menu " -"items vraagt mogelijk aanvullende configuratie, beschreven in %sFAQ%s." +msgid "Menu item added is replaced with a sub-menu of available languages when menu is rendered. Depending on how your theme renders menu you may need to override and customize css entries %s and %s, originally defined in %s. The field \"URL\" of inserted menu item allows additional configuration described in %sFAQ%s." +msgstr "Een menu-item toegevoegen wordt vervangen door een sub-menu met beschikbare talen wanneer het menu wordt weergegeven. Afhankelijk van hoe je thema het menu maakt moet je wellicht css fragmenten overschrijven en aanpassen %s en %s, oorspronkelijk gedefinieerd in %s. Het veld \"URL\" van ingevoegde menu items vraagt mogelijk aanvullende configuratie, beschreven in %sFAQ%s." -#: qtranslate_configuration.php:1357 +#: admin/qtx_configuration.php:1564 msgid "Add to Menu" msgstr "Aan menu toevoegen" -#: qtranslate_configuration.php:1367 +#: admin/qtx_configuration.php:1574 msgid "Language Switcher" msgstr "Taal wisselen" -#: qtranslate_configuration.php:1404 +#: admin/qtx_configuration.php:1619 msgid "Settings" msgstr "Instellingen" +#: admin/qtx_import_export.php:125 +msgid "Plugin" +msgstr "Plugin" + +#: admin/qtx_import_export.php:131 +msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." +msgstr "Het is niet nodig om een instelling te migreren, het databaseschema is compatibel met deze plugin." + +#: admin/qtx_import_export.php:134 +#, php-format +msgid "Use plugin %s to import data." +msgstr "Gebruik plugin %s om gegevens te importeren." + +#: admin/qtx_import_export.php:138 +msgid "Do not migrate any setting" +msgstr "Elke instelling niet migreren" + +#: admin/qtx_import_export.php:140 +msgid "Import settings from " +msgstr "Importeer instellingen van" + +#: admin/qtx_import_export.php:142 +msgid "Export settings to " +msgstr "Exporteer instellingen naar" + +#: admin/qtx_import_export.php:158 +#, php-format +msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." +msgstr "Wanneer je opwaardeerd van qTranslate v1.x of Polyglot, klik hier om alle posts om te zetten naar de nieuwe taal-label formaat." + +#: admin/qtx_import_export.php:159 +#, php-format +msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." +msgstr "Wanneer dit de eerste keer is dat je qTranslate hebt geïnstalleerd met bestaande berichten, kan je alle berichten handmatig doorlopen en opslaan in de juiste taal of hier klikken om alle bestaande berichten te markeren als geschreven in de standaard taal." + +#: admin/qtx_import_export.php:160 +msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." +msgstr "Beide processen zijn Onomkeerbaar! Wees er zeker van dat er een volledige back-up van de database is voordat je op een van de links klikt." + +#: admin/qtx_import_export.php:161 +msgid "Do not convert database" +msgstr "Database niet omzetten" + +#: admin/qtx_import_export.php:162 +msgid "Convert database to the \"square bracket only\" style." +msgstr "Database converteren naar de \"rechte haakjes label\" stijl." + +#: admin/qtx_import_export.php:163 +#, php-format +msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." +msgstr "Het rechte haakjes taal label %s zal alleen worden gebruikt als vervanger tegenover de dubbel-label (%s en %s) %s oudere database-indeling. Alle opties van een tekenreeks en standaard berichten en paginavelden zullen gelijkmatig worden gecodeerd als %s." + +#: admin/qtx_import_export.php:164 +msgid "Convert database back to the legacy \"dual language tag\" style." +msgstr "Database converteren naar de oudere \" dubbele taal label\" stijl." + +#: admin/qtx_import_export.php:165 +msgid "Note, that only string options and standard post and page fields are affected." +msgstr "Opmerking, alleen tekenreeks opties en standaard berichten en paginavelden worden aangepast." + +#: admin/qtx_import_export.php:174 +msgid "Reset qTranslate" +msgstr "Reset qTranslate" + +#: admin/qtx_import_export.php:176 +msgid "Check this box and click Save Changes to reset all qTranslate settings." +msgstr "Selecteer dit vakje en klik op Wijzigingen Opslaan om alle qTranslate instellingen te resetten." + +#: admin/qtx_import_export.php:178 +msgid "Yes, I really want to reset qTranslate." +msgstr "Ja, ik weet zeker dat ik qTranslate wil resetten." + +#: admin/qtx_import_export.php:180 +msgid "Also delete Translations for Categories/Tags/Link Categories." +msgstr "Verwijder ook alle vertalingen voor Categorieën/Tags/Koppelingen Categorieën." + +#: admin/qtx_import_export.php:182 +msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." +msgstr "Wanneer iets niet goed werkt, kan je altijd proberen om qTranslate te resetten. Een reset verwijderd GEEN berichten maar wel alle instellingen (inclusief alle handmatig toegevoegde talen)." + +#: admin/qtx_languages.php:93 +#, fuzzy +msgid "Cannot delete Default Language!" +msgstr "Standaard taal kan niet uitgeschakeld worden!" + +#: admin/qtx_user_options.php:9 +#, fuzzy +msgid "Translation options" +msgstr "Vertaling van opties" + +#: admin/qtx_user_options.php:14 +msgid "Highlight Translatable Fields" +msgstr "" + +#: admin/qtx_user_options.php:18 +#, php-format +msgid "The way the translatable fields are highlighted is configured with global option %s." +msgstr "" + #: qtranslate_frontend.php:162 qtranslate_widget.php:67 msgid "Language" msgstr "Taal" @@ -1182,8 +933,7 @@ msgstr "Er is een fout opgetreden met de gekozen service." #: qtranslate_services.php:67 msgid "An unknown error occured with the selected service." -msgstr "" -"Er is een onbekende foutmelding opgetreden bij de geselecteerde service." +msgstr "Er is een onbekende foutmelding opgetreden bij de geselecteerde service." #: qtranslate_services.php:68 msgid "The server returned a debugging message." @@ -1237,24 +987,16 @@ msgstr "qTranslate Services" #: qtranslate_services.php:396 #, php-format -msgid "" -"

qTranslate Services could not " -"load OpenSSL!

" -msgstr "" -"

qTranslate services kunnen niet " -"geladen worden OpenSSL!

" +msgid "

qTranslate Services could not load OpenSSL!

" +msgstr "

qTranslate services kunnen niet geladen worden OpenSSL!

" #: qtranslate_services.php:397 msgid "Enable qTranslate Services" msgstr "Schakel qTranslate Services in" #: qtranslate_services.php:399 -msgid "" -"With qTranslate Services, you will be able to use professional human " -"translation services with a few clicks." -msgstr "" -"Met qTranslate Services is het mogelijk om professionele, door mensen, " -"vertaalde teksten te verkrijgen binnen slechts een aantal klikken." +msgid "With qTranslate Services, you will be able to use professional human translation services with a few clicks." +msgstr "Met qTranslate Services is het mogelijk om professionele, door mensen, vertaalde teksten te verkrijgen binnen slechts een aantal klikken." #: qtranslate_services.php:409 msgid "Open Orders" @@ -1277,22 +1019,12 @@ msgstr "Huidige status: %s" #: qtranslate_services.php:450 #, php-format -msgid "" -"qTranslate Services will automatically check every hour whether the " -"translations are finished and update your posts accordingly. You can always " -"check manually." -msgstr "" -"qTranslate Services zal automatisch elk uur controleren of de vertaling " -"klaar is en het bericht bijwerken. Je kan ook zelf even controleren." +msgid "qTranslate Services will automatically check every hour whether the translations are finished and update your posts accordingly. You can always check manually." +msgstr "qTranslate Services zal automatisch elk uur controleren of de vertaling klaar is en het bericht bijwerken. Je kan ook zelf even controleren." #: qtranslate_services.php:451 -msgid "" -"Deleting an open order doesn't cancel it. You will have to logon to the " -"service homepage and cancel it there." -msgstr "" -"Het verwijderen van een openstaande bestelling annuleert deze niet. Je moet " -"inloggen op de website van de service om deze te annuleren." +msgid "Deleting an open order doesn't cancel it. You will have to logon to the service homepage and cancel it there." +msgstr "Het verwijderen van een openstaande bestelling annuleert deze niet. Je moet inloggen op de website van de service om deze te annuleren." #: qtranslate_services.php:453 msgid "No open orders." @@ -1303,20 +1035,13 @@ msgid "Service Configuration" msgstr "Service Instellingen" #: qtranslate_services.php:470 -msgid "" -"Below, you will find configuration settings for qTranslate Service " -"Providers, which are required for them to operate." -msgstr "" -"Hieronder vind je de instelling voor de qTranslate Service Aanbieders welke " -"nodig zijn om te kunnen werken." +msgid "Below, you will find configuration settings for qTranslate Service Providers, which are required for them to operate." +msgstr "Hieronder vind je de instelling voor de qTranslate Service Aanbieders welke nodig zijn om te kunnen werken." #: qtranslate_services.php:550 #, php-format -msgid "" -"To translate a post, please go to the edit posts overview." -msgstr "" -"Voor het vertalen van een bericht, ga dan naar overzicht " -"bewerken van berichten." +msgid "To translate a post, please go to the edit posts overview." +msgstr "Voor het vertalen van een bericht, ga dan naar overzicht bewerken van berichten." #: qtranslate_services.php:566 #, php-format @@ -1328,13 +1053,8 @@ msgid "The requested Post has no content, no Translation possible." msgstr "Het gevraagde bericht heeft geen inhoud. Vertalen is niet mogelijk." #: qtranslate_services.php:583 -msgid "" -"The Post already has content for the selected target language. If a " -"translation request is send, the current text for the target language will " -"be overwritten." -msgstr "" -"Dit bericht heeft al inhoud voor de gekozen taal. Wanneer een vertaal " -"opdracht verstuurd word, zal de huidige inhoud worden overschreven." +msgid "The Post already has content for the selected target language. If a translation request is send, the current text for the target language will be overwritten." +msgstr "Dit bericht heeft al inhoud voor de gekozen taal. Wanneer een vertaal opdracht verstuurd word, zal de huidige inhoud worden overschreven." #: qtranslate_services.php:654 #, php-format @@ -1348,21 +1068,15 @@ msgstr "Extra informatie: %s" #: qtranslate_services.php:677 #, php-format -msgid "" -"An serious error occured and qTranslate Services cannot proceed. For help, " -"please visit the Support Forum" -msgstr "" -"Er is een ernstige fout opgetreden en qTranslate Services kan niet verder " -"gaan. Voor hulp, ga naar het Support Forum" +msgid "An serious error occured and qTranslate Services cannot proceed. For help, please visit the Support Forum" +msgstr "Er is een ernstige fout opgetreden en qTranslate Services kan niet verder gaan. Voor hulp, ga naar het Support Forum" #: qtranslate_services.php:686 msgid "Order successfully sent." msgstr "Bestelling succesvol verzonden." #: qtranslate_services.php:687 -msgid "" -"Your translation order has been successfully transfered to the selected " -"service." +msgid "Your translation order has been successfully transfered to the selected service." msgstr "De vertaal bestelling is succesvol verstuurd naar de gekozen service." #: qtranslate_services.php:691 @@ -1388,9 +1102,7 @@ msgstr "Bekijk alle openstaande bestellingen." #: qtranslate_services.php:700 msgid "Let qTranslate Services check if any open orders are finished." -msgstr "" -"Laat qTranslate Services controleren of er openstaande bestellingen al " -"afgerond zijn." +msgstr "Laat qTranslate Services controleren of er openstaande bestellingen al afgerond zijn." #: qtranslate_services.php:701 msgid "View this post." @@ -1398,12 +1110,8 @@ msgstr "Bekijk dit bericht." #: qtranslate_services.php:726 #, php-format -msgid "" -"Your article is available in multiple languages. If you do not want to " -"translate from %1$s, you can switch to one of the following languages: %2$s" -msgstr "" -"Dit artikel is beschikbaar is verschillende talen. Als je niet wilt vertalen " -"van %1$s, kan je omschakelen naar een van de volgende talen: %2$s" +msgid "Your article is available in multiple languages. If you do not want to translate from %1$s, you can switch to one of the following languages: %2$s" +msgstr "Dit artikel is beschikbaar is verschillende talen. Als je niet wilt vertalen van %1$s, kan je omschakelen naar een van de volgende talen: %2$s" #: qtranslate_services.php:734 msgid "Please choose the language you want to translate to:" @@ -1434,20 +1142,13 @@ msgid "Please choose a service first" msgstr "Kies eerst een service" #: qtranslate_services.php:779 -msgid "" -"ERROR: Could not connect to qTranslate Services. Please try again later." -msgstr "" -"FOUT: Kon geen verbinding maken met qTranslate Services. Probeer het later " -"nog eens." +msgid "ERROR: Could not connect to qTranslate Services. Please try again later." +msgstr "FOUT: Kon geen verbinding maken met qTranslate Services. Probeer het later nog eens." #: qtranslate_services.php:816 #, php-format -msgid "" -"Cannot use this service, not all required fields filled " -"in for this service." -msgstr "" -"Kan deze service niet gebruiken. Niet alle benodigde velden zijn ingevuld." +msgid "Cannot use this service, not all required fields filled in for this service." +msgstr "Kan deze service niet gebruiken. Niet alle benodigde velden zijn ingevuld." #: qtranslate_services.php:832 msgid "

Getting Quote...

" @@ -1462,16 +1163,8 @@ msgid "Review Article" msgstr "Beoordeel artikel" #: qtranslate_services.php:860 -msgid "" -"Your article will be SSL encrypted and securly sent to qTranslate Services, " -"which will forward your text to the chosen Translation Service. Once " -"qTranslate Services receives the translated text, it will automatically " -"appear on your blog." -msgstr "" -"Dit artikel zal met SSL worden gecodeerd en beveiligd worden verstuurd naar " -"de qTranslate service, welke de tekst zal doorsturen naar de gekozen vertaal " -"service. Wanneer qTranslate Services de vertaalde tekst ontvangt, zal het " -"automatisch verschijnen op de blog." +msgid "Your article will be SSL encrypted and securly sent to qTranslate Services, which will forward your text to the chosen Translation Service. Once qTranslate Services receives the translated text, it will automatically appear on your blog." +msgstr "Dit artikel zal met SSL worden gecodeerd en beveiligd worden verstuurd naar de qTranslate service, welke de tekst zal doorsturen naar de gekozen vertaal service. Wanneer qTranslate Services de vertaalde tekst ontvangt, zal het automatisch verschijnen op de blog." #: qtranslate_services.php:899 qtranslate_services.php:906 msgid "unavailable" @@ -1541,12 +1234,8 @@ msgstr "Dropdown Box" #: qtranslate_widget.php:119 #, php-format -msgid "" -"Other common CSS block for flag classes \"%s\" is loaded in the head of HTML " -"and can be controlled with option \"%s\"." -msgstr "" -"Andere gemeenschappelijke CSS blokken voor vlag klassen \"%s\" is in de kop " -"van HTML geladen en kan worden gecontroleerd met optie \"%s\"." +msgid "Other common CSS block for flag classes \"%s\" is loaded in the head of HTML and can be controlled with option \"%s\"." +msgstr "Andere gemeenschappelijke CSS blokken voor vlag klassen \"%s\" is in de kop van HTML geladen en kan worden gecontroleerd met optie \"%s\"." #: qtranslate_widget.php:119 msgid "Widget CSS:" @@ -1554,6 +1243,4 @@ msgstr "Widget CSS:" #: qtranslate.php:5 msgid "Adds user-friendly and database-friendly multilingual content support." -msgstr "" -"Voegt ondersteuning voor gebruiks- en database-vriendelijke meertalige " -"inhoud toe." +msgstr "Voegt ondersteuning voor gebruiks- en database-vriendelijke meertalige inhoud toe." diff --git a/lang/qtranslate-pl_PL.po b/lang/qtranslate-pl_PL.po index 54b05c9..e72ab49 100644 --- a/lang/qtranslate-pl_PL.po +++ b/lang/qtranslate-pl_PL.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: qTranslate-X 3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-03-19 14:09-0600\n" +"POT-Creation-Date: 2015-03-25 22:22-0600\n" "PO-Revision-Date: \n" "Last-Translator: Bronislaw Gracz \n" "Language-Team: \n" @@ -12,774 +12,905 @@ msgstr "" "X-Poedit-Language: Polish\n" "X-Poedit-Country: POLAND\n" -#: admin/activation_hook.php:37 admin/activation_hook.php:137 -#: qtranslate_configuration.php:772 +#: admin/qtx_activation_hook.php:80 admin/qtx_activation_hook.php:205 +#: admin/qtx_configuration.php:882 #, php-format msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so." msgstr "" -#: admin/activation_hook.php:38 +#: admin/qtx_activation_hook.php:81 #, php-format msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously." msgstr "" -#: admin/activation_hook.php:40 +#: admin/qtx_activation_hook.php:83 #, php-format msgid "The compatible settings from %s have been imported to %s. Further tuning, import, export and reset of options can be done at Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:42 +#: admin/qtx_activation_hook.php:85 #, php-format msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:135 +#: admin/qtx_activation_hook.php:203 #, php-format msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/Languages configuration page. Then you have to deactivate one of the plugins to continue." msgstr "" -#: admin/activation_hook.php:140 admin/activation_hook.php:142 +#: admin/qtx_activation_hook.php:208 admin/qtx_activation_hook.php:210 #, php-format msgid "Deactivate %s" msgstr "" -#: admin/activation_hook.php:176 +#: admin/qtx_activation_hook.php:249 #, php-format msgid "Plugin %s may be integrated with multilingual plugin %s with a help of plugin %s." msgstr "" -#: admin/activation_hook.php:178 +#: admin/qtx_activation_hook.php:251 msgid "Please, press an appropriate button below." msgstr "" -#: admin/activation_hook.php:182 +#: admin/qtx_activation_hook.php:255 #, php-format msgid "Activate plugin %s" msgstr "" -#: admin/activation_hook.php:184 +#: admin/qtx_activation_hook.php:257 #, php-format msgid "Install plugin %s" msgstr "" -#: admin/activation_hook.php:186 +#: admin/qtx_activation_hook.php:259 msgid "I am aware of that, dismiss this message." msgstr "" -#: admin/activation_hook.php:240 +#: admin/qtx_activation_hook.php:309 #, php-format msgid "Thank you for using %s plugin!" msgstr "" -#: admin/activation_hook.php:242 +#: admin/qtx_activation_hook.php:311 #, php-format msgid "Please, help us to make a decision on \"%s\" feature, press the button below." msgstr "" -#: admin/activation_hook.php:242 admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:311 admin/qtx_activation_hook.php:313 #: qtranslate_services.php:787 #, fuzzy msgid "Translation Service" msgstr "Usługi qTranslate" -#: admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:313 #, php-format msgid "Survey on \"%s\" feature" msgstr "" -#: admin/activation_hook.php:245 +#: admin/qtx_activation_hook.php:314 admin/qtx_activation_hook.php:348 msgid "I have already done it, dismiss this message." msgstr "" -#: admin/admin_utils.php:145 +#: admin/qtx_activation_hook.php:346 +#, php-format +msgid "The latest version of plugin %s has a number of new options, for example, %s, which may change the look of some pages. Please, review the help text of new options on %sconfiguration page%s." +msgstr "" + +#: admin/qtx_admin_utils.php:146 msgid "Database has been converted to square bracket format." msgstr "" -#: admin/admin_utils.php:145 admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:146 admin/qtx_admin_utils.php:148 msgid "Note: custom entries are not touched." msgstr "" -#: admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:148 msgid "Database has been converted to legacy dual-tag format." msgstr "" -#: admin/admin_utils.php:405 qtranslate_configuration.php:484 -#: qtranslate_configuration.php:507 qtranslate_frontend.php:168 +#: admin/qtx_admin_utils.php:406 admin/qtx_configuration.php:565 +#: admin/qtx_configuration.php:588 qtranslate_frontend.php:168 #: qtranslate_frontend.php:195 msgid "Flag" msgstr "Flaga" -#: admin/admin_utils.php:406 qtranslate_configuration.php:525 +#: admin/qtx_admin_utils.php:407 admin/qtx_configuration.php:606 msgid "Name" msgstr "Nazwa" -#: admin/admin_utils.php:407 qtranslate_services.php:383 +#: admin/qtx_admin_utils.php:408 qtranslate_services.php:383 msgid "Action" msgstr "Akcja" -#: admin/admin_utils.php:420 qtranslate_configuration.php:471 -#: qtranslate_configuration.php:1245 -msgid "Languages" -msgstr "Języki" - -#: admin/import_export.php:125 -msgid "Plugin" -msgstr "" - -#: admin/import_export.php:131 -msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." -msgstr "" - -#: admin/import_export.php:134 -#, php-format -msgid "Use plugin %s to import data." -msgstr "" - -#: admin/import_export.php:138 -msgid "Do not migrate any setting" -msgstr "" - -#: admin/import_export.php:140 -#, fuzzy -msgid "Import settings from " -msgstr "Zrestetuj qTranslate" - -#: admin/import_export.php:142 -#, fuzzy -msgid "Export settings to " -msgstr "Zrestetuj qTranslate" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Export" -msgstr "" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Import" -msgstr "" - -#: admin/import_export.php:156 qtranslate_configuration.php:773 -#: qtranslate_configuration.php:783 qtranslate_configuration.php:1030 -msgid "Convert Database" -msgstr "Konwertuj Bazę Danych" - -#: admin/import_export.php:158 -#, php-format -msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." -msgstr "Jeżelu robisz update z qTranslate 1.x lub Polyglot, kliknij tu by przekonwertować wszystkie posty do nowego formatu tagów językowych." - -#: admin/import_export.php:159 -#, php-format -msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." -msgstr "Jeżeli zainstalowałeś qTranslate po raz pierwszy na Wordpress'sie z istniejącymi wpisami, możesz przejżeć posty ręcznie i zapisać je w odpowiednim języku lub kliknąć tu by oznaczyć wszystkie istniejące posty jako napisane w języku domyślnym." - -#: admin/import_export.php:160 -msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." -msgstr "Oba procesy są nieodwracalne! Upewnij się że masz pełen backup bazy danych zanim klikniesz jeden z tych linków." - -#: admin/import_export.php:161 -#, fuzzy -msgid "Do not convert database" -msgstr "Konwertuj Bazę Danych" - -#: admin/import_export.php:162 -msgid "Convert database to the \"square bracket only\" style." -msgstr "" - -#: admin/import_export.php:163 -#, php-format -msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." -msgstr "" - -#: admin/import_export.php:164 -msgid "Convert database back to the legacy \"dual language tag\" style." -msgstr "" +#: admin/qtx_admin_utils.php:409 admin/qtx_configuration.php:1441 +#: admin/qtx_configuration.php:1466 +msgid "Edit" +msgstr "Edytuj" -#: admin/import_export.php:165 -msgid "Note, that only string options and standard post and page fields are affected." +#: admin/qtx_admin_utils.php:410 +msgid "Stored" msgstr "" -#: admin/import_export.php:174 -msgid "Reset qTranslate" -msgstr "Zrestetuj qTranslate" - -#: admin/import_export.php:176 -msgid "Check this box and click Save Changes to reset all qTranslate settings." -msgstr "Zaznacz to pole i kliknij Zapisz Zmiany by zresetować wszystkie ustawienia qTranslate." - -#: admin/import_export.php:178 -msgid "Yes, I really want to reset qTranslate." -msgstr "Tak, napewno chcę zresetować qTranslate." - -#: admin/import_export.php:180 -msgid "Also delete Translations for Categories/Tags/Link Categories." -msgstr "Skasuj równierz tłumaczenia Kategorii Kategorii/Tagów/Linków." - -#: admin/import_export.php:182 -msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." -msgstr "Jeżeli coś nie działa poprawnie, zawsze możesz sprówać zresetować wszystkie ustawienia qTranslate. Reset nie skasuje żadnych postów, ale usunie wszystkie ustawienia (włączając w to wszystkie dodane języki)." +#: admin/qtx_admin_utils.php:421 admin/qtx_configuration.php:552 +#: admin/qtx_configuration.php:1424 +msgid "Languages" +msgstr "Języki" -#: qtranslate_configuration.php:471 +#: admin/qtx_configuration.php:552 msgid "Language Management" msgstr "Zarządzanie Językami" -#: qtranslate_configuration.php:479 +#: admin/qtx_configuration.php:560 msgid "Language Code" msgstr "Kod Języka" -#: qtranslate_configuration.php:481 +#: admin/qtx_configuration.php:562 msgid "2-Letter ISO Language Code for the Language you want to insert. (Example: en)" msgstr "2-literowy Kod Języka ISO dla języka który chcesz dodać. (Przykład: pl)" -#: qtranslate_configuration.php:510 +#: admin/qtx_configuration.php:591 msgid "Incorrect Flag Image Path! Please correct it!" msgstr "Nieprawidłowa Ściażka Obrazka Flagi! Proszę poprawić!" -#: qtranslate_configuration.php:513 +#: admin/qtx_configuration.php:594 msgid "Choose the corresponding country flag for language. (Example: gb.png)" msgstr "Wybierz odpowiadającą flagę narodową dla języka. (Przykład: pl.png)" -#: qtranslate_configuration.php:527 +#: admin/qtx_configuration.php:608 msgid "The Name of the language, which will be displayed on the site. (Example: English)" msgstr "Nazwa języka, która będzie wyświetlana na stronie. (Przykład: Polski)" -#: qtranslate_configuration.php:530 +#: admin/qtx_configuration.php:611 msgid "Locale" msgstr "Locale" -#: qtranslate_configuration.php:533 +#: admin/qtx_configuration.php:614 msgid "PHP and Wordpress Locale for the language. (Example: en_US)" msgstr "Plik lokalizacji PHP i Wordpresa dla języka. (Przykład: pl_PL)" -#: qtranslate_configuration.php:534 +#: admin/qtx_configuration.php:615 msgid "You will need to install the .mo file for this language." msgstr "Konieczne będzie zainstalowanie pliku .mo dla tego języka." -#: qtranslate_configuration.php:538 +#: admin/qtx_configuration.php:619 msgid "Date Format" msgstr "Format Daty" -#: qtranslate_configuration.php:540 +#: admin/qtx_configuration.php:621 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime (use %q for day suffix (st,nd,rd,th)) or date format. This field is optional. (Example: %A %B %e%q, %Y)" msgstr "W zależności od twojego Trybu Konwersji Daty/Czasu, możesz wpisać ustawienia w formacie strftime (używaj %q w celu uzyskania Angielskiego przyrostka porządkowego dla dnia miesiąca, 2 litery (st,nd,rd,th)) lub date. To pole nie jest obowiązkowe. (Przykład: %A %B %e%q, %Y)" -#: qtranslate_configuration.php:543 +#: admin/qtx_configuration.php:624 msgid "Time Format" msgstr "Format Czasu" -#: qtranslate_configuration.php:545 +#: admin/qtx_configuration.php:626 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime or date format. This field is optional. (Example: %I:%M %p)" msgstr "W zależności od twojego Trybu Konwersji Daty/Czasu, możesz wpisać ustawienia w formacie strftime (używaj %q w celu uzyskania Angielskiego przyrostka porządkowego dla dnia miesiąca, 2 litery (st,nd,rd,th)) lub date. To pole nie jest obowiązkowe. (Przykład: %I:%M %p)" -#: qtranslate_configuration.php:548 +#: admin/qtx_configuration.php:629 msgid "Not Available Message" msgstr "Informacja o niedostępnym wpisie." -#: qtranslate_configuration.php:551 +#: admin/qtx_configuration.php:632 msgid "Message to display if post is not available in the requested language. (Example: Sorry, this entry is only available in %LANG:, : and %.)" msgstr "Wiadomość do wyświetlenia jeśli wpis nie jest dostępny w danym języku. (Przykład: Przepraszamy, ten wpis dostępny jest wyłącznie w językach: %LANG:, : and %.)" -#: qtranslate_configuration.php:552 +#: admin/qtx_configuration.php:633 msgid "%LANG:<normal_separator>:<last_separator>% generates a list of languages separated by <normal_separator> except for the last one, where <last_separator> will be used instead." msgstr "%LANG:<normal_separator>:<last_separator>% generuje listę języków oddzielonych przez <normal_separator> za wyjątkiem ostatniego, gdzie użyte zostanie <last_separator> ." -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Hide" msgstr "" -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Show" msgstr "Pokaż" -#: qtranslate_configuration.php:675 +#: admin/qtx_configuration.php:763 msgid "Save Changes" msgstr "Zapisz Zmiany" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, fuzzy msgid "Switching Language" msgstr "Edytuj Język" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, php-format msgid "Switching language to %1$s... If the Dashboard isn't loading, use this link." msgstr "" -#: qtranslate_configuration.php:713 +#: admin/qtx_configuration.php:801 msgid "qTranslate has been reset." msgstr "qTranslate zostało zresetowane." -#: qtranslate_configuration.php:766 +#: admin/qtx_configuration.php:875 msgid "Gettext databases updated." msgstr "Baza Danych Gettext została uaktualniona." -#: qtranslate_configuration.php:772 +#: admin/qtx_configuration.php:882 #, php-format msgid "Applicable options and taxonomy names from plugin %s have been imported. Note that the multilingual content of posts, pages and other objects has not been altered during this operation. There is no additional operation needed to import content, since its format is compatible with %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 #, php-format msgid "%sImportant%s: Before you start making edits to post and pages, please, make sure that both, your front site and admin back-end, work under this configuration. It may help to review \"%s\" and see if any of conflicting plugins mentioned there are used here. While the current content, coming from %s, is compatible with this plugin, the newly modified posts and pages will be saved with a new square-bracket-only encoding, which has a number of advantages comparing to former %s encoding. However, the new encoding is not straightforwardly compatible with %s and you will need an additional step available under \"%s\" option if you ever decide to go back to %s. Even with this additional conversion step, the 3rd-party plugins custom-stored data will not be auto-converted, but manual editing will still work. That is why it is advisable to create a test-copy of your site before making any further changes. In case you encounter a problem, please give us a chance to improve %s, send the login information to the test-copy of your site to %s along with a detailed step-by-step description of what is not working, and continue using your main site with %s meanwhile. It would also help, if you share a success story as well, either on %sthe forum%s, or via the same e-mail as mentioned above. Thank you very much for trying %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 admin/qtx_configuration.php:894 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:156 +msgid "Convert Database" +msgstr "Konwertuj Bazę Danych" + +#: admin/qtx_configuration.php:883 msgid "This is a one-time message, which you will not see again, unless the same import is repeated." msgstr "" -#: qtranslate_configuration.php:775 qtranslate_configuration.php:1204 +#: admin/qtx_configuration.php:885 admin/qtx_configuration.php:1320 msgid "Compatibility Functions" msgstr "" -#: qtranslate_configuration.php:775 +#: admin/qtx_configuration.php:885 #, php-format msgid "Option \"%s\" has also been turned on, as the most common case for importing configuration from %s. You may turn it off manually if your setup does not require it. Refer to %sFAQ%s for more information." msgstr "" -#: qtranslate_configuration.php:783 +#: admin/qtx_configuration.php:894 #, php-format msgid "Applicable options have been exported to plugin %s. If you have done some post or page updates after migrating from %s, then \"%s\" operation is also required to convert the content to \"dual language tag\" style in order for plugin %s to function." msgstr "" -#: qtranslate_configuration.php:794 +#: admin/qtx_configuration.php:906 msgid "The Language must have a Not-Available Message!" msgstr "Język musi mieć Informację o niedostępnym wpisie!" -#: qtranslate_configuration.php:795 +#: admin/qtx_configuration.php:907 msgid "The Language must have a Locale!" msgstr "Język musi mieć Locale!" -#: qtranslate_configuration.php:796 +#: admin/qtx_configuration.php:908 msgid "The Language must have a name!" msgstr "Język musi mieć nazwę!" -#: qtranslate_configuration.php:797 +#: admin/qtx_configuration.php:909 msgid "Language Code has to be 2 characters long!" msgstr "Kod Języka musi składać się z 2 znaków." -#: qtranslate_configuration.php:801 qtranslate_configuration.php:807 +#: admin/qtx_configuration.php:916 admin/qtx_configuration.php:922 msgid "There is already a language with the same Language Code!" msgstr "Język o takim samym Kodzie Języka już istnieje!" -#: qtranslate_configuration.php:892 qtranslate_configuration.php:914 -#: qtranslate_configuration.php:921 qtranslate_configuration.php:938 -msgid "No such language!" -msgstr "Nie ma takiego języka!" - -#: qtranslate_configuration.php:906 +#: admin/qtx_configuration.php:1019 msgid "Language is already enabled or invalid!" msgstr "Język jest już włączony bądź bądź nieprawidłowy!" -#: qtranslate_configuration.php:911 +#: admin/qtx_configuration.php:1025 msgid "Cannot disable Default Language!" msgstr "Nie można wyłączyć języka domyślnego!" -#: qtranslate_configuration.php:917 +#: admin/qtx_configuration.php:1028 admin/qtx_configuration.php:1035 +#: admin/qtx_configuration.php:1052 +msgid "No such language!" +msgstr "Nie ma takiego języka!" + +#: admin/qtx_configuration.php:1031 msgid "Language is already disabled!" msgstr "Język jest już wyłączony!" -#: qtranslate_configuration.php:925 +#: admin/qtx_configuration.php:1039 msgid "Language is already first!" msgstr "Język jest już pierwszy!" -#: qtranslate_configuration.php:931 qtranslate_configuration.php:948 +#: admin/qtx_configuration.php:1045 admin/qtx_configuration.php:1062 msgid "New order saved." msgstr "Nowe zamówienie zapisane." -#: qtranslate_configuration.php:942 +#: admin/qtx_configuration.php:1056 msgid "Language is already last!" msgstr "Język jest już ostatni!" -#: qtranslate_configuration.php:960 +#: admin/qtx_configuration.php:1074 msgid "Options saved." msgstr "Ustawienia zapisane." -#: qtranslate_configuration.php:965 +#: admin/qtx_configuration.php:1079 #, php-format msgid "Could not write to \"%s\", Gettext Databases could not be downloaded!" msgstr "Nie można zapisać do \"%s\", nie można pobrać Bazy Danych Gettext!" -#: qtranslate_configuration.php:991 +#: admin/qtx_configuration.php:1105 msgid "Edit Language" msgstr "Edytuj Język" -#: qtranslate_configuration.php:994 +#: admin/qtx_configuration.php:1108 msgid "Save Changes »" msgstr "Zapisz Zmiany »" -#: qtranslate_configuration.php:999 +#: admin/qtx_configuration.php:1110 +msgid "back to configuration page" +msgstr "" + +#: admin/qtx_configuration.php:1114 msgid "Language Management (qTranslate Configuration)" msgstr "Zarządzanie Językami (konfiguracja qTranslate)" -#: qtranslate_configuration.php:1000 +#: admin/qtx_configuration.php:1115 #, php-format msgid "For help on how to configure qTranslate correctly, take a look at the qTranslate FAQ and the Support Forum." msgstr "By uzyskać pomoc w poprawnej konfiguracji qTranslate, zobacz qTranslate FAQ oraz Support Forum. Upewnij się że komunikaty błędów podajesz w języku zrozumiałym na forum." -#: qtranslate_configuration.php:1002 +#: admin/qtx_configuration.php:1117 msgid "General Settings" msgstr "Ustawienia Ogólne" -#: qtranslate_configuration.php:1005 +#: admin/qtx_configuration.php:1120 msgid "Default Language / Order" msgstr "Język / Zamówienie Domyślne" -#: qtranslate_configuration.php:1007 +#: admin/qtx_configuration.php:1122 msgid "Default Language" msgstr "Język Domyślny" -#: qtranslate_configuration.php:1020 +#: admin/qtx_configuration.php:1135 #, php-format msgid "Choose the default language of your blog. This is the language which will be shown on %s. You can also change the order the languages by clicking on the arrows above." msgstr "Wybierz domyślny język twojego bloga. To jest język, który będzie pokazywany na %s. Możesz też zmienić kolejność języków klikająz na strzałki powyżej." -#: qtranslate_configuration.php:1025 +#: admin/qtx_configuration.php:1140 msgid "Hide Untranslated Content" msgstr "Ukryj Nieprzetłumaczoną Zawartość" -#: qtranslate_configuration.php:1027 +#: admin/qtx_configuration.php:1142 msgid "Hide Content which is not available for the selected language." msgstr "Ukryj Zawartość, która nie jest dostępna w wybranym języku." -#: qtranslate_configuration.php:1029 +#: admin/qtx_configuration.php:1144 msgid "When checked, posts will be hidden if the content is not available for the selected language. If unchecked, a message will appear showing all the languages the content is available in." msgstr "Jeśli zaznaczysz to pole, wpisy będą ukrywane, jeżeli zawartość nie jest dostępna w wybranym języku. Jeżeli pozostawisz je puste, pojawi się informacja pokazująca wszystkie języki w których dostępna jest dana zawartość." -#: qtranslate_configuration.php:1030 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Export" +msgstr "" + +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Import" +msgstr "" + +#: admin/qtx_configuration.php:1145 #, fuzzy, php-format msgid "This function will not work correctly if you installed %s on a blog with existing entries. In this case you will need to take a look at option \"%s\" under \"%s\" section." msgstr "Ta funkcja nie będzie działać poprawnie jeżeli qTranslate zostało zainstalowane na blogu, na którym istniały już wpisy. W takim wypadku musisz przyjżeć się \"Konwersji Bazy Danych\" w \"Ustawieniach Zaawansowanych\"." -#: qtranslate_configuration.php:1032 +#: admin/qtx_configuration.php:1147 #, fuzzy msgid "Show displayed language prefix when content is not available for the selected language." msgstr "Ukryj Zawartość, która nie jest dostępna w wybranym języku." -#: qtranslate_configuration.php:1036 +#: admin/qtx_configuration.php:1151 msgid "Detect Browser Language" msgstr "Wykryj Język Przeglądarki" -#: qtranslate_configuration.php:1038 +#: admin/qtx_configuration.php:1153 msgid "Detect the language of the browser and redirect accordingly." msgstr "Wykryj język przeglądarki i odpowiednio przekieruj." -#: qtranslate_configuration.php:1040 +#: admin/qtx_configuration.php:1155 msgid "When the frontpage is visited via bookmark/external link/type-in, the visitor will be forwarded to the correct URL for the language specified by his browser." msgstr "Jeśli strona jest odwiedzona przez zakładkę/zewnętrzny link/direct-hit, odwiedzający zostanie przekierowany do URL poprawnego dla języka jego przeglądarki." -#: qtranslate_configuration.php:1045 +#: admin/qtx_configuration.php:1160 msgid "Advanced Settings" msgstr "Ustawienia Zaawansowane" -#: qtranslate_configuration.php:1052 qtranslate_configuration.php:1054 -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1167 admin/qtx_configuration.php:1169 +#: admin/qtx_configuration.php:1243 msgid "URL Modification Mode" msgstr "Tryb Modyfikacji URL" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Most SEO unfriendly, not recommended." msgstr "" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Use Query Mode (?lang=en)" msgstr "Użyj Trybu Query (?lang=pl)" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "SEO friendly." msgstr "" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "Use Pre-Path Mode (Default, puts /en/ in front of URL)" msgstr "Użyj Trybu Pre-Path (Domyślnie dodaje /pl/ na początku URL)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "Use Pre-Domain Mode (uses http://en.yoursite.com)" msgstr "Użyj trybu Pre-Domain (używa http://pl.twojastrona.com)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "You will need to configure DNS sub-domains on your site." msgstr "" -#: qtranslate_configuration.php:1068 +#: admin/qtx_configuration.php:1183 msgid "Hide URL language information for default language." msgstr "Ukryj informacje o języku w URL dla języka podstawowego." -#: qtranslate_configuration.php:1069 +#: admin/qtx_configuration.php:1184 msgid "This is only applicable to Pre-Path and Pre-Domain mode." msgstr "" -#: qtranslate_configuration.php:1074 +#: admin/qtx_configuration.php:1189 #, fuzzy msgid "Use Per-Domain mode: specify separate user-defined domain for each language." msgstr "Użyj emulowanej fukcji date i podmień formaty predefiniowanymi dla każdego języka." -#: qtranslate_configuration.php:1092 +#: admin/qtx_configuration.php:1208 msgid "Domain for" msgstr "" -#: qtranslate_configuration.php:1097 +#: admin/qtx_configuration.php:1213 msgid "Flag Image Path" msgstr "Ścieżka Obrazków Flag" -#: qtranslate_configuration.php:1101 +#: admin/qtx_configuration.php:1217 #, fuzzy, php-format msgid "Path to the flag images under wp-content, with trailing slash. (Default: %s, clear the value above to reset it to the default)" msgstr "Ścieżka do obrazków flag w wp-content, z prawym ukośnikiem. (Domyślnie: plugins/qtranslate/flags/)" -#: qtranslate_configuration.php:1105 +#: admin/qtx_configuration.php:1221 msgid "Ignore Links" msgstr "Ignoruj Linki" -#: qtranslate_configuration.php:1109 +#: admin/qtx_configuration.php:1225 #, fuzzy, php-format msgid "Don't convert links to files of the given file types. (Always included: %s)" msgstr "Nie modyfikuj linków do podanych typów plików. (Domyślnie: gif,jpg,jpeg,png,pdf,swf,tif,rar,zip,7z,mpg,divx,mpeg,avi,css,js)" -#: qtranslate_configuration.php:1113 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1229 qtranslate_widget.php:119 msgid "Head inline CSS" msgstr "" -#: qtranslate_configuration.php:1115 +#: admin/qtx_configuration.php:1231 msgid "CSS code added by plugin in the head of front-end pages:" msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 qtranslate_widget.php:119 msgid "To disable this inline CSS, clear the check box." msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 admin/qtx_configuration.php:1395 +#: qtranslate_widget.php:119 msgid "To reset to default, clear the text." msgstr "" -#: qtranslate_configuration.php:1123 +#: admin/qtx_configuration.php:1239 #, fuzzy msgid "Cookie Settings" msgstr "Ustawienia" -#: qtranslate_configuration.php:1125 +#: admin/qtx_configuration.php:1241 #, php-format msgid "Disable language client cookie \"%s\" (not recommended)." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Language cookie is auto-disabled for \"%s\" \"Pre-Domain\" and \"Per-Domain\", as language is always unambiguously defined by a url in those modes." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Otherwise, use this option with a caution, for simple enough sites only. If checked, the user choice of browsing language will not be saved between sessions and some AJAX calls may deliver unexpected language, as well as some undesired language switching during browsing may occur under certain themes (%sRead More%s)." msgstr "" -#: qtranslate_configuration.php:1129 +#: admin/qtx_configuration.php:1245 #, php-format msgid "Make %s cookies available only through HTTPS connections." msgstr "" -#: qtranslate_configuration.php:1131 +#: admin/qtx_configuration.php:1247 msgid "Don't check this if you don't know what you're doing!" msgstr "" -#: qtranslate_configuration.php:1135 +#: admin/qtx_configuration.php:1251 msgid "Update Gettext Databases" msgstr "Uaktualnij Bazy Danych Gettext" -#: qtranslate_configuration.php:1137 +#: admin/qtx_configuration.php:1253 msgid "Automatically check for .mo-Database Updates of installed languages." msgstr "Automatycznie szukaj Uaktualnień Baz Danych .mo dla zainstalowanych języków." -#: qtranslate_configuration.php:1139 +#: admin/qtx_configuration.php:1255 msgid "Update Gettext databases now." msgstr "Uaktualnij Bazy Danych Gettext teraz." -#: qtranslate_configuration.php:1141 +#: admin/qtx_configuration.php:1257 msgid "qTranslate will query the Wordpress Localisation Repository every week and download the latest Gettext Databases (.mo Files)." msgstr "qTranslate zapyta Skarbnicę Lokalizacji Wordpress raz w tygodniu i pobierze najnowsze Bazy Danych Gettext (pliki .mo)." -#: qtranslate_configuration.php:1145 +#: admin/qtx_configuration.php:1261 msgid "Date / Time Conversion" msgstr "Konwersja Daty / Czasu" -#: qtranslate_configuration.php:1147 +#: admin/qtx_configuration.php:1263 msgid "Use emulated date function." msgstr "Użyj emulwanej funkcji date." -#: qtranslate_configuration.php:1148 +#: admin/qtx_configuration.php:1264 msgid "Use emulated date function and replace formats with the predefined formats for each language." msgstr "Użyj emulowanej fukcji date i podmień formaty predefiniowanymi dla każdego języka." -#: qtranslate_configuration.php:1149 +#: admin/qtx_configuration.php:1265 msgid "Use strftime instead of date." msgstr "Użyj funkcji strftime zamiast date." -#: qtranslate_configuration.php:1150 +#: admin/qtx_configuration.php:1266 msgid "Use strftime instead of date and replace formats with the predefined formats for each language." msgstr "Użyj funkcji strftime zamiast date i podmień formaty predefiniowanymi dla każdego języka." -#: qtranslate_configuration.php:1151 +#: admin/qtx_configuration.php:1267 msgid "Depending on the mode selected, additional customizations of the theme may be needed." msgstr "W zależności od wybraneg trybu, konieczne mogą być modyfikacje tematu (Wordpress Theme)." -#: qtranslate_configuration.php:1160 +#: admin/qtx_configuration.php:1276 #, fuzzy msgid "Translation of options" msgstr "Tłumacz na" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Filter all WordPress options for translation at front-end. It may hurt performance of the site, but ensures that all options are translated." msgstr "" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Starting from version 3.2.5, only options with multilingual content get filtered, which should help on performance issues." msgstr "" -#: qtranslate_configuration.php:1164 +#: admin/qtx_configuration.php:1280 msgid "Translate only options listed below (for experts only):" msgstr "" -#: qtranslate_configuration.php:1167 +#: admin/qtx_configuration.php:1283 #, php-format msgid "By default, all options are filtered to be translated at front-end for the sake of simplicity of configuration. However, for a developed site, this may cause a considerable performance degradation. Normally, there are very few options, which actually need a translation. You may simply list them above to minimize the performance impact, while still getting translations needed. Options names must match the field \"%s\" of table \"%s\" of WordPress database. A minimum common set of option, normally needed a translation, is already entered in the list above as a default example. Option names in the list may contain wildcard with symbol \"%s\"." msgstr "" -#: qtranslate_configuration.php:1171 +#: admin/qtx_configuration.php:1287 msgid "Custom Fields" msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 #, php-format msgid "Enter \"%s\" or \"%s\" attribute of text fields from your theme, which you wish to translate. This applies to post, page and media editors (%s). To lookup \"%s\" or \"%s\", right-click on the field in the post or the page editor and choose \"%s\". Look for an attribute of the field named \"%s\" or \"%s\". Enter it below, as many as you need, space- or comma-separated. After saving configuration, these fields will start responding to the language switching buttons, and you can enter different text for each language. The input fields of type %s will be parsed using %s syntax, while single line text fields will use %s syntax. If you need to override this behaviour, prepend prefix %s or %s to the name of the field to specify which syntax to use. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 msgctxt "browser option" msgid "Inspect Element" msgstr "" -#: qtranslate_configuration.php:1180 +#: admin/qtx_configuration.php:1296 msgid "The value of \"id\" attribute is normally unique within one page, otherwise the first field found, having an id specified, is picked up." msgstr "" -#: qtranslate_configuration.php:1187 +#: admin/qtx_configuration.php:1303 #, php-format msgid "All the fields of specified classes will respond to Language Switching Buttons. Be careful not to include a class, which would affect language-neutral fields. If you cannot uniquely identify a field needed neither by %s, nor by %s attribute, report the issue on %sSupport Forum%s" msgstr "" -#: qtranslate_configuration.php:1191 +#: admin/qtx_configuration.php:1307 msgid "Custom Filters" msgstr "" -#: qtranslate_configuration.php:1194 +#: admin/qtx_configuration.php:1310 #, php-format msgid "Names of filters (which are enabled on theme or other plugins via %s function) to add translation to. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1198 +#: admin/qtx_configuration.php:1314 msgid "Custom Admin Pages" msgstr "" -#: qtranslate_configuration.php:1200 +#: admin/qtx_configuration.php:1316 #, php-format msgid "List the custom admin page paths for which you wish Language Switching Buttons to show up. The Buttons will then control fields configured in \"Custom Fields\" section. You may only include part of the full URL after %s, including a distinctive query string if needed. As many as desired pages can be listed space/comma separated. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1206 +#: admin/qtx_configuration.php:1322 #, php-format msgid "Enable function name compatibility (%s)." msgstr "" -#: qtranslate_configuration.php:1207 +#: admin/qtx_configuration.php:1323 #, php-format msgid "Some plugins and themes use direct calls to the functions listed, which are defined in former %s plugin and some of its forks. Turning this flag on will enable those function to exists, which will make the dependent plugins and themes to work. WordPress policy prohibits to define functions with the same names as in other plugins, since it generates user-unfriendly fatal errors, when two conflicting plugins are activated simultaneously. Before turning this option on, you have to make sure that there are no other plugins active, which define those functions." msgstr "" -#: qtranslate_configuration.php:1211 +#: admin/qtx_configuration.php:1327 msgid "Editor Mode" msgstr "" -#: qtranslate_configuration.php:1213 +#: admin/qtx_configuration.php:1329 msgid "Use Language Switching Buttons (LSB)." msgstr "" -#: qtranslate_configuration.php:1214 +#: admin/qtx_configuration.php:1330 msgid "This is the default mode." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Do not use Language Switching Buttons to edit multi-language text entries." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Editor Raw Mode" msgstr "" -#: qtranslate_configuration.php:1216 +#: admin/qtx_configuration.php:1332 msgid "Some people prefer to edit the raw entries containing all languages together separated by language defining tags, as they are stored in database." msgstr "" -#: qtranslate_configuration.php:1267 -#, fuzzy, php-format -msgid "%s Flag" -msgstr "Flaga" +#: admin/qtx_configuration.php:1340 admin/qtx_configuration.php:1343 +msgid "LSB Style" +msgstr "" + +#: admin/qtx_configuration.php:1344 +msgid "Choose CSS style for how Language Switching Buttons are rendered:" +msgstr "" + +#: admin/qtx_configuration.php:1345 +#, php-format +msgid "LSB %s-wrap classes:" +msgstr "" + +#: admin/qtx_configuration.php:1346 +msgid "Active button class:" +msgstr "" + +#: admin/qtx_configuration.php:1347 +msgid "The above is reset to an appropriate default, if the below is changed." +msgstr "" + +#: admin/qtx_configuration.php:1348 +msgid "CSS set:" +msgstr "" + +#: admin/qtx_configuration.php:1352 admin/qtx_configuration.php:1354 +#: admin/qtx_configuration.php:1388 admin/qtx_configuration.php:1390 +msgid "Use custom CSS" +msgstr "" + +#: admin/qtx_configuration.php:1354 +#, php-format +msgid "Choice \"%s\" disables this option and allows one to use its own custom CSS provided by other means." +msgstr "" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1371 admin/qtx_configuration.php:1375 +#: admin/qtx_user_options.php:18 +msgid "Highlight Style" +msgstr "" + +#: admin/qtx_configuration.php:1373 +msgid "When there are many integrated or customized translatable fields, it may become confusing to know which field has multilingual value. The highlighting of translatable fields may come handy then:" +msgstr "" + +#: admin/qtx_configuration.php:1376 admin/qtx_configuration.php:1378 +msgid "Do not highlight the translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1380 admin/qtx_configuration.php:1382 +msgid "Show a line on the left border of translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1384 admin/qtx_configuration.php:1386 +msgid "Draw a border around translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1395 +msgid "Admin Color Scheme" +msgstr "" + +#: admin/qtx_configuration.php:1395 +#, php-format +msgid "The color in use is taken from your profile option %s, the third color." +msgstr "" + +#: admin/qtx_configuration.php:1433 +#, fuzzy +msgid "List of Configured Languages" +msgstr "Język źródła" + +#: admin/qtx_configuration.php:1438 +#, php-format +msgid "Only enabled languages are loaded at front-end, while all %d configured languages are listed here." +msgstr "" + +#: admin/qtx_configuration.php:1439 +msgid "The table below contains both pre-defined and manually added or modified languages." +msgstr "" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Delete" +msgstr "Skasuj" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Disable" msgstr "Wyłącz" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Enable" msgstr "Włącz" -#: qtranslate_configuration.php:1270 -msgid "Edit" -msgstr "Edytuj" +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Reset" +msgstr "" -#: qtranslate_configuration.php:1271 +#: admin/qtx_configuration.php:1440 +#, php-format +msgid "You may %s or %s a language, or %s manually added language, or %s previous modifications of a pre-defined language." +msgstr "" + +#: admin/qtx_configuration.php:1441 +#, php-format +msgid "Click %s to modify language properties." +msgstr "" + +#: admin/qtx_configuration.php:1463 +#, fuzzy, php-format +msgid "%s Flag" +msgstr "Flaga" + +#: admin/qtx_configuration.php:1465 msgid "Default" msgstr "Domyślny" -#: qtranslate_configuration.php:1271 -msgid "Delete" -msgstr "Skasuj" +#: admin/qtx_configuration.php:1467 +msgid "Pre-Defined" +msgstr "" -#: qtranslate_configuration.php:1276 +#: admin/qtx_configuration.php:1476 msgid "Enabling a language will cause qTranslate to update the Gettext-Database for the language, which can take a while depending on your server's connection speed." msgstr "Włączenie języka spowoduje, że qTranslate zaktualizuje Gettext-Database dla tego języka, co w zależności od szybkości łącza twojego serwera może zająć chwilę." -#: qtranslate_configuration.php:1283 +#: admin/qtx_configuration.php:1483 msgid "Add Language" msgstr "Dodaj Język" -#: qtranslate_configuration.php:1286 +#: admin/qtx_configuration.php:1486 msgid "Add Language »" msgstr "Dodaj Język »" -#: qtranslate_configuration.php:1301 +#: admin/qtx_configuration.php:1508 #, fuzzy msgid "Language Menu" msgstr "Kod Języka" -#: qtranslate_configuration.php:1350 +#: admin/qtx_configuration.php:1557 msgid "Help" msgstr "" -#: qtranslate_configuration.php:1352 +#: admin/qtx_configuration.php:1559 #, php-format msgid "Menu item added is replaced with a sub-menu of available languages when menu is rendered. Depending on how your theme renders menu you may need to override and customize css entries %s and %s, originally defined in %s. The field \"URL\" of inserted menu item allows additional configuration described in %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1357 +#: admin/qtx_configuration.php:1564 msgid "Add to Menu" msgstr "" -#: qtranslate_configuration.php:1367 +#: admin/qtx_configuration.php:1574 #, fuzzy msgid "Language Switcher" msgstr "Kod Języka" -#: qtranslate_configuration.php:1404 +#: admin/qtx_configuration.php:1619 msgid "Settings" msgstr "Ustawienia" +#: admin/qtx_import_export.php:125 +msgid "Plugin" +msgstr "" + +#: admin/qtx_import_export.php:131 +msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." +msgstr "" + +#: admin/qtx_import_export.php:134 +#, php-format +msgid "Use plugin %s to import data." +msgstr "" + +#: admin/qtx_import_export.php:138 +msgid "Do not migrate any setting" +msgstr "" + +#: admin/qtx_import_export.php:140 +#, fuzzy +msgid "Import settings from " +msgstr "Zrestetuj qTranslate" + +#: admin/qtx_import_export.php:142 +#, fuzzy +msgid "Export settings to " +msgstr "Zrestetuj qTranslate" + +#: admin/qtx_import_export.php:158 +#, php-format +msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." +msgstr "Jeżelu robisz update z qTranslate 1.x lub Polyglot, kliknij tu by przekonwertować wszystkie posty do nowego formatu tagów językowych." + +#: admin/qtx_import_export.php:159 +#, php-format +msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." +msgstr "Jeżeli zainstalowałeś qTranslate po raz pierwszy na Wordpress'sie z istniejącymi wpisami, możesz przejżeć posty ręcznie i zapisać je w odpowiednim języku lub kliknąć tu by oznaczyć wszystkie istniejące posty jako napisane w języku domyślnym." + +#: admin/qtx_import_export.php:160 +msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." +msgstr "Oba procesy są nieodwracalne! Upewnij się że masz pełen backup bazy danych zanim klikniesz jeden z tych linków." + +#: admin/qtx_import_export.php:161 +#, fuzzy +msgid "Do not convert database" +msgstr "Konwertuj Bazę Danych" + +#: admin/qtx_import_export.php:162 +msgid "Convert database to the \"square bracket only\" style." +msgstr "" + +#: admin/qtx_import_export.php:163 +#, php-format +msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." +msgstr "" + +#: admin/qtx_import_export.php:164 +msgid "Convert database back to the legacy \"dual language tag\" style." +msgstr "" + +#: admin/qtx_import_export.php:165 +msgid "Note, that only string options and standard post and page fields are affected." +msgstr "" + +#: admin/qtx_import_export.php:174 +msgid "Reset qTranslate" +msgstr "Zrestetuj qTranslate" + +#: admin/qtx_import_export.php:176 +msgid "Check this box and click Save Changes to reset all qTranslate settings." +msgstr "Zaznacz to pole i kliknij Zapisz Zmiany by zresetować wszystkie ustawienia qTranslate." + +#: admin/qtx_import_export.php:178 +msgid "Yes, I really want to reset qTranslate." +msgstr "Tak, napewno chcę zresetować qTranslate." + +#: admin/qtx_import_export.php:180 +msgid "Also delete Translations for Categories/Tags/Link Categories." +msgstr "Skasuj równierz tłumaczenia Kategorii Kategorii/Tagów/Linków." + +#: admin/qtx_import_export.php:182 +msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." +msgstr "Jeżeli coś nie działa poprawnie, zawsze możesz sprówać zresetować wszystkie ustawienia qTranslate. Reset nie skasuje żadnych postów, ale usunie wszystkie ustawienia (włączając w to wszystkie dodane języki)." + +#: admin/qtx_languages.php:93 +#, fuzzy +msgid "Cannot delete Default Language!" +msgstr "Nie można wyłączyć języka domyślnego!" + +#: admin/qtx_user_options.php:9 +#, fuzzy +msgid "Translation options" +msgstr "Tłumacz na" + +#: admin/qtx_user_options.php:14 +msgid "Highlight Translatable Fields" +msgstr "" + +#: admin/qtx_user_options.php:18 +#, php-format +msgid "The way the translatable fields are highlighted is configured with global option %s." +msgstr "" + #: qtranslate_frontend.php:162 qtranslate_widget.php:67 msgid "Language" msgstr "Język" diff --git a/lang/qtranslate-pt_BR.po b/lang/qtranslate-pt_BR.po index e8cc96c..0816f38 100644 --- a/lang/qtranslate-pt_BR.po +++ b/lang/qtranslate-pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: qTranslate-X 3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-03-19 14:09-0600\n" +"POT-Creation-Date: 2015-03-25 22:22-0600\n" "PO-Revision-Date: 2015-02-04 14:43-0000\n" "Language-Team: qTranslate Team Translators\n" "MIME-Version: 1.0\n" @@ -21,764 +21,894 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Poedit-SearchPath-0: .\n" -#: admin/activation_hook.php:37 admin/activation_hook.php:137 -#: qtranslate_configuration.php:772 +#: admin/qtx_activation_hook.php:80 admin/qtx_activation_hook.php:205 +#: admin/qtx_configuration.php:882 #, php-format msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so." msgstr "" -#: admin/activation_hook.php:38 +#: admin/qtx_activation_hook.php:81 #, php-format msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously." msgstr "" -#: admin/activation_hook.php:40 +#: admin/qtx_activation_hook.php:83 #, php-format msgid "The compatible settings from %s have been imported to %s. Further tuning, import, export and reset of options can be done at Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:42 +#: admin/qtx_activation_hook.php:85 #, php-format msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:135 +#: admin/qtx_activation_hook.php:203 #, php-format msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/Languages configuration page. Then you have to deactivate one of the plugins to continue." msgstr "" -#: admin/activation_hook.php:140 admin/activation_hook.php:142 +#: admin/qtx_activation_hook.php:208 admin/qtx_activation_hook.php:210 #, php-format msgid "Deactivate %s" msgstr "" -#: admin/activation_hook.php:176 +#: admin/qtx_activation_hook.php:249 #, php-format msgid "Plugin %s may be integrated with multilingual plugin %s with a help of plugin %s." msgstr "" -#: admin/activation_hook.php:178 +#: admin/qtx_activation_hook.php:251 msgid "Please, press an appropriate button below." msgstr "" -#: admin/activation_hook.php:182 +#: admin/qtx_activation_hook.php:255 #, php-format msgid "Activate plugin %s" msgstr "" -#: admin/activation_hook.php:184 +#: admin/qtx_activation_hook.php:257 #, php-format msgid "Install plugin %s" msgstr "" -#: admin/activation_hook.php:186 +#: admin/qtx_activation_hook.php:259 msgid "I am aware of that, dismiss this message." msgstr "" -#: admin/activation_hook.php:240 +#: admin/qtx_activation_hook.php:309 #, php-format msgid "Thank you for using %s plugin!" msgstr "" -#: admin/activation_hook.php:242 +#: admin/qtx_activation_hook.php:311 #, php-format msgid "Please, help us to make a decision on \"%s\" feature, press the button below." msgstr "" -#: admin/activation_hook.php:242 admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:311 admin/qtx_activation_hook.php:313 #: qtranslate_services.php:787 msgid "Translation Service" msgstr "" -#: admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:313 #, php-format msgid "Survey on \"%s\" feature" msgstr "" -#: admin/activation_hook.php:245 +#: admin/qtx_activation_hook.php:314 admin/qtx_activation_hook.php:348 msgid "I have already done it, dismiss this message." msgstr "" -#: admin/admin_utils.php:145 +#: admin/qtx_activation_hook.php:346 +#, php-format +msgid "The latest version of plugin %s has a number of new options, for example, %s, which may change the look of some pages. Please, review the help text of new options on %sconfiguration page%s." +msgstr "" + +#: admin/qtx_admin_utils.php:146 msgid "Database has been converted to square bracket format." msgstr "" -#: admin/admin_utils.php:145 admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:146 admin/qtx_admin_utils.php:148 msgid "Note: custom entries are not touched." msgstr "" -#: admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:148 msgid "Database has been converted to legacy dual-tag format." msgstr "" -#: admin/admin_utils.php:405 qtranslate_configuration.php:484 -#: qtranslate_configuration.php:507 qtranslate_frontend.php:168 +#: admin/qtx_admin_utils.php:406 admin/qtx_configuration.php:565 +#: admin/qtx_configuration.php:588 qtranslate_frontend.php:168 #: qtranslate_frontend.php:195 msgid "Flag" msgstr "Bandeira" -#: admin/admin_utils.php:406 qtranslate_configuration.php:525 +#: admin/qtx_admin_utils.php:407 admin/qtx_configuration.php:606 msgid "Name" msgstr "Nome" -#: admin/admin_utils.php:407 qtranslate_services.php:383 +#: admin/qtx_admin_utils.php:408 qtranslate_services.php:383 msgid "Action" msgstr "" -#: admin/admin_utils.php:420 qtranslate_configuration.php:471 -#: qtranslate_configuration.php:1245 -msgid "Languages" -msgstr "Idiomas" - -#: admin/import_export.php:125 -msgid "Plugin" -msgstr "" - -#: admin/import_export.php:131 -msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." -msgstr "" - -#: admin/import_export.php:134 -#, php-format -msgid "Use plugin %s to import data." -msgstr "" - -#: admin/import_export.php:138 -msgid "Do not migrate any setting" -msgstr "" - -#: admin/import_export.php:140 -msgid "Import settings from " -msgstr "" - -#: admin/import_export.php:142 -msgid "Export settings to " -msgstr "" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Export" -msgstr "" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Import" -msgstr "" - -#: admin/import_export.php:156 qtranslate_configuration.php:773 -#: qtranslate_configuration.php:783 qtranslate_configuration.php:1030 -msgid "Convert Database" -msgstr "" - -#: admin/import_export.php:158 -#, php-format -msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." -msgstr "" - -#: admin/import_export.php:159 -#, php-format -msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." -msgstr "" - -#: admin/import_export.php:160 -msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." -msgstr "" - -#: admin/import_export.php:161 -msgid "Do not convert database" -msgstr "" - -#: admin/import_export.php:162 -msgid "Convert database to the \"square bracket only\" style." -msgstr "" - -#: admin/import_export.php:163 -#, php-format -msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." -msgstr "" - -#: admin/import_export.php:164 -msgid "Convert database back to the legacy \"dual language tag\" style." -msgstr "" - -#: admin/import_export.php:165 -msgid "Note, that only string options and standard post and page fields are affected." -msgstr "" - -#: admin/import_export.php:174 -msgid "Reset qTranslate" -msgstr "" - -#: admin/import_export.php:176 -msgid "Check this box and click Save Changes to reset all qTranslate settings." -msgstr "" - -#: admin/import_export.php:178 -msgid "Yes, I really want to reset qTranslate." -msgstr "" +#: admin/qtx_admin_utils.php:409 admin/qtx_configuration.php:1441 +#: admin/qtx_configuration.php:1466 +msgid "Edit" +msgstr "Editar" -#: admin/import_export.php:180 -msgid "Also delete Translations for Categories/Tags/Link Categories." +#: admin/qtx_admin_utils.php:410 +msgid "Stored" msgstr "" -#: admin/import_export.php:182 -msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." -msgstr "" +#: admin/qtx_admin_utils.php:421 admin/qtx_configuration.php:552 +#: admin/qtx_configuration.php:1424 +msgid "Languages" +msgstr "Idiomas" -#: qtranslate_configuration.php:471 +#: admin/qtx_configuration.php:552 msgid "Language Management" msgstr "Gestão de Idiomas" -#: qtranslate_configuration.php:479 +#: admin/qtx_configuration.php:560 msgid "Language Code" msgstr "Código do Idioma" -#: qtranslate_configuration.php:481 +#: admin/qtx_configuration.php:562 msgid "2-Letter ISO Language Code for the Language you want to insert. (Example: en)" msgstr "2-Letras Código de Idioma ISO para o código do Idioma que deseja introduzir. (Exemplo: pt)" -#: qtranslate_configuration.php:510 +#: admin/qtx_configuration.php:591 msgid "Incorrect Flag Image Path! Please correct it!" msgstr "Caminho para Arquivo da Bandeira Incorreto! Por favor, corrija-o!" -#: qtranslate_configuration.php:513 +#: admin/qtx_configuration.php:594 msgid "Choose the corresponding country flag for language. (Example: gb.png)" msgstr "Escolha a bandeira correspondente ao idioma. (Exemplo: pt.png)" -#: qtranslate_configuration.php:527 +#: admin/qtx_configuration.php:608 msgid "The Name of the language, which will be displayed on the site. (Example: English)" msgstr "O Nome do idioma, que aparecerá no site. (Exemplo: Português)" -#: qtranslate_configuration.php:530 +#: admin/qtx_configuration.php:611 msgid "Locale" msgstr "" -#: qtranslate_configuration.php:533 +#: admin/qtx_configuration.php:614 msgid "PHP and Wordpress Locale for the language. (Example: en_US)" msgstr "\"Locale\" para o idioma no PHP e Wordpress (Exemplo: pt_BR)" -#: qtranslate_configuration.php:534 +#: admin/qtx_configuration.php:615 msgid "You will need to install the .mo file for this language." msgstr "Você vai precisar instalar o arquivo .mo para este idioma." -#: qtranslate_configuration.php:538 +#: admin/qtx_configuration.php:619 msgid "Date Format" msgstr "Formato da Data" -#: qtranslate_configuration.php:540 +#: admin/qtx_configuration.php:621 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime (use %q for day suffix (st,nd,rd,th)) or date format. This field is optional. (Example: %A %B %e%q, %Y)" msgstr "" -#: qtranslate_configuration.php:543 +#: admin/qtx_configuration.php:624 msgid "Time Format" msgstr "Formato da Hora" -#: qtranslate_configuration.php:545 +#: admin/qtx_configuration.php:626 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime or date format. This field is optional. (Example: %I:%M %p)" msgstr "" -#: qtranslate_configuration.php:548 +#: admin/qtx_configuration.php:629 msgid "Not Available Message" msgstr "Nenhuma Mensagem Disponível" -#: qtranslate_configuration.php:551 +#: admin/qtx_configuration.php:632 msgid "Message to display if post is not available in the requested language. (Example: Sorry, this entry is only available in %LANG:, : and %.)" msgstr "" -#: qtranslate_configuration.php:552 +#: admin/qtx_configuration.php:633 msgid "%LANG:<normal_separator>:<last_separator>% generates a list of languages separated by <normal_separator> except for the last one, where <last_separator> will be used instead." msgstr "" -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Hide" msgstr "" -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Show" msgstr "Mostrar" -#: qtranslate_configuration.php:675 +#: admin/qtx_configuration.php:763 msgid "Save Changes" msgstr "Salvar Alterações" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 msgid "Switching Language" msgstr "" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, php-format msgid "Switching language to %1$s... If the Dashboard isn't loading, use this link." msgstr "" -#: qtranslate_configuration.php:713 +#: admin/qtx_configuration.php:801 msgid "qTranslate has been reset." msgstr "" -#: qtranslate_configuration.php:766 +#: admin/qtx_configuration.php:875 msgid "Gettext databases updated." msgstr "" -#: qtranslate_configuration.php:772 +#: admin/qtx_configuration.php:882 #, php-format msgid "Applicable options and taxonomy names from plugin %s have been imported. Note that the multilingual content of posts, pages and other objects has not been altered during this operation. There is no additional operation needed to import content, since its format is compatible with %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 #, php-format msgid "%sImportant%s: Before you start making edits to post and pages, please, make sure that both, your front site and admin back-end, work under this configuration. It may help to review \"%s\" and see if any of conflicting plugins mentioned there are used here. While the current content, coming from %s, is compatible with this plugin, the newly modified posts and pages will be saved with a new square-bracket-only encoding, which has a number of advantages comparing to former %s encoding. However, the new encoding is not straightforwardly compatible with %s and you will need an additional step available under \"%s\" option if you ever decide to go back to %s. Even with this additional conversion step, the 3rd-party plugins custom-stored data will not be auto-converted, but manual editing will still work. That is why it is advisable to create a test-copy of your site before making any further changes. In case you encounter a problem, please give us a chance to improve %s, send the login information to the test-copy of your site to %s along with a detailed step-by-step description of what is not working, and continue using your main site with %s meanwhile. It would also help, if you share a success story as well, either on %sthe forum%s, or via the same e-mail as mentioned above. Thank you very much for trying %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 admin/qtx_configuration.php:894 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:156 +msgid "Convert Database" +msgstr "" + +#: admin/qtx_configuration.php:883 msgid "This is a one-time message, which you will not see again, unless the same import is repeated." msgstr "" -#: qtranslate_configuration.php:775 qtranslate_configuration.php:1204 +#: admin/qtx_configuration.php:885 admin/qtx_configuration.php:1320 msgid "Compatibility Functions" msgstr "" -#: qtranslate_configuration.php:775 +#: admin/qtx_configuration.php:885 #, php-format msgid "Option \"%s\" has also been turned on, as the most common case for importing configuration from %s. You may turn it off manually if your setup does not require it. Refer to %sFAQ%s for more information." msgstr "" -#: qtranslate_configuration.php:783 +#: admin/qtx_configuration.php:894 #, php-format msgid "Applicable options have been exported to plugin %s. If you have done some post or page updates after migrating from %s, then \"%s\" operation is also required to convert the content to \"dual language tag\" style in order for plugin %s to function." msgstr "" -#: qtranslate_configuration.php:794 +#: admin/qtx_configuration.php:906 msgid "The Language must have a Not-Available Message!" msgstr "" -#: qtranslate_configuration.php:795 +#: admin/qtx_configuration.php:907 msgid "The Language must have a Locale!" msgstr "" -#: qtranslate_configuration.php:796 +#: admin/qtx_configuration.php:908 msgid "The Language must have a name!" msgstr "" -#: qtranslate_configuration.php:797 +#: admin/qtx_configuration.php:909 msgid "Language Code has to be 2 characters long!" msgstr "Código do Idioma tem de ter 2 caracteres!" -#: qtranslate_configuration.php:801 qtranslate_configuration.php:807 +#: admin/qtx_configuration.php:916 admin/qtx_configuration.php:922 msgid "There is already a language with the same Language Code!" msgstr "Já existe um idioma com o mesmo Código!" -#: qtranslate_configuration.php:892 qtranslate_configuration.php:914 -#: qtranslate_configuration.php:921 qtranslate_configuration.php:938 -msgid "No such language!" -msgstr "Idioma não existe!" - -#: qtranslate_configuration.php:906 +#: admin/qtx_configuration.php:1019 msgid "Language is already enabled or invalid!" msgstr "" -#: qtranslate_configuration.php:911 +#: admin/qtx_configuration.php:1025 msgid "Cannot disable Default Language!" msgstr "Não pode desativar o Idioma Principal!" -#: qtranslate_configuration.php:917 +#: admin/qtx_configuration.php:1028 admin/qtx_configuration.php:1035 +#: admin/qtx_configuration.php:1052 +msgid "No such language!" +msgstr "Idioma não existe!" + +#: admin/qtx_configuration.php:1031 msgid "Language is already disabled!" msgstr "Esse Idioma já se encontra desativado!" -#: qtranslate_configuration.php:925 +#: admin/qtx_configuration.php:1039 msgid "Language is already first!" msgstr "Idioma já é o primeiro!" -#: qtranslate_configuration.php:931 qtranslate_configuration.php:948 +#: admin/qtx_configuration.php:1045 admin/qtx_configuration.php:1062 msgid "New order saved." msgstr "Nova ordem salva." -#: qtranslate_configuration.php:942 +#: admin/qtx_configuration.php:1056 msgid "Language is already last!" msgstr "Idioma já é o último!" -#: qtranslate_configuration.php:960 +#: admin/qtx_configuration.php:1074 msgid "Options saved." msgstr "Opções salvas." -#: qtranslate_configuration.php:965 +#: admin/qtx_configuration.php:1079 #, php-format msgid "Could not write to \"%s\", Gettext Databases could not be downloaded!" msgstr "" -#: qtranslate_configuration.php:991 +#: admin/qtx_configuration.php:1105 msgid "Edit Language" msgstr "Editar Idioma " -#: qtranslate_configuration.php:994 +#: admin/qtx_configuration.php:1108 msgid "Save Changes »" msgstr "Salvar Alterações »" -#: qtranslate_configuration.php:999 +#: admin/qtx_configuration.php:1110 +msgid "back to configuration page" +msgstr "" + +#: admin/qtx_configuration.php:1114 msgid "Language Management (qTranslate Configuration)" msgstr "Gestão de Idiomas (Configuração do qTranslate)" -#: qtranslate_configuration.php:1000 +#: admin/qtx_configuration.php:1115 #, php-format msgid "For help on how to configure qTranslate correctly, take a look at the qTranslate FAQ and the Support Forum." msgstr "Para obter ajuda sobre como configurar o qTranslate corretamente, consulte o qTranslate FAQ e também Forum de Suporte." -#: qtranslate_configuration.php:1002 +#: admin/qtx_configuration.php:1117 msgid "General Settings" msgstr "Configurações Gerais" -#: qtranslate_configuration.php:1005 +#: admin/qtx_configuration.php:1120 msgid "Default Language / Order" msgstr "Idioma Principal / Ordem" -#: qtranslate_configuration.php:1007 +#: admin/qtx_configuration.php:1122 msgid "Default Language" msgstr "" -#: qtranslate_configuration.php:1020 +#: admin/qtx_configuration.php:1135 #, php-format msgid "Choose the default language of your blog. This is the language which will be shown on %s. You can also change the order the languages by clicking on the arrows above." msgstr "Escolha o idioma predefinido do seu blog. Este idioma será mostrado em %s. Pode mudar a ordem dos idiomas clicando nas setas acima." -#: qtranslate_configuration.php:1025 +#: admin/qtx_configuration.php:1140 msgid "Hide Untranslated Content" msgstr "Esconder Conteúdo Não Traduzido" -#: qtranslate_configuration.php:1027 +#: admin/qtx_configuration.php:1142 msgid "Hide Content which is not available for the selected language." msgstr "Esconder Conteúdo que não esteja disponível para os idiomas selecionados." -#: qtranslate_configuration.php:1029 +#: admin/qtx_configuration.php:1144 msgid "When checked, posts will be hidden if the content is not available for the selected language. If unchecked, a message will appear showing all the languages the content is available in." msgstr "Quando selecionado, os posts sem conteúdo para o idioma serão ocultados. Se não selecionado, aparecerá uma mensagem mostrando os idiomas em que o artigo está disponível." -#: qtranslate_configuration.php:1030 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Export" +msgstr "" + +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Import" +msgstr "" + +#: admin/qtx_configuration.php:1145 #, php-format msgid "This function will not work correctly if you installed %s on a blog with existing entries. In this case you will need to take a look at option \"%s\" under \"%s\" section." msgstr "Esta função não funcionará corretamente se instalou o %s num blog com conteúdo. Neste caso veja \"%s\" em \"%s\"." -#: qtranslate_configuration.php:1032 +#: admin/qtx_configuration.php:1147 msgid "Show displayed language prefix when content is not available for the selected language." msgstr "" -#: qtranslate_configuration.php:1036 +#: admin/qtx_configuration.php:1151 msgid "Detect Browser Language" msgstr "Detectar Idioma do Navegador" -#: qtranslate_configuration.php:1038 +#: admin/qtx_configuration.php:1153 msgid "Detect the language of the browser and redirect accordingly." msgstr "Detecta o idioma do navegador e redireciona em conformidade." -#: qtranslate_configuration.php:1040 +#: admin/qtx_configuration.php:1155 msgid "When the frontpage is visited via bookmark/external link/type-in, the visitor will be forwarded to the correct URL for the language specified by his browser." msgstr "Quando a página principal é visitada através de favorito/ligação externa/teclado, o visitante será dirigido para o URL correto conforme o idioma do seu navegador.." -#: qtranslate_configuration.php:1045 +#: admin/qtx_configuration.php:1160 msgid "Advanced Settings" msgstr "Definições Avançadas" -#: qtranslate_configuration.php:1052 qtranslate_configuration.php:1054 -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1167 admin/qtx_configuration.php:1169 +#: admin/qtx_configuration.php:1243 msgid "URL Modification Mode" msgstr "" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Most SEO unfriendly, not recommended." msgstr "" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Use Query Mode (?lang=en)" msgstr "" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "SEO friendly." msgstr "" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "Use Pre-Path Mode (Default, puts /en/ in front of URL)" msgstr "" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "Use Pre-Domain Mode (uses http://en.yoursite.com)" msgstr "" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "You will need to configure DNS sub-domains on your site." msgstr "" -#: qtranslate_configuration.php:1068 +#: admin/qtx_configuration.php:1183 msgid "Hide URL language information for default language." msgstr "" -#: qtranslate_configuration.php:1069 +#: admin/qtx_configuration.php:1184 msgid "This is only applicable to Pre-Path and Pre-Domain mode." msgstr "" -#: qtranslate_configuration.php:1074 +#: admin/qtx_configuration.php:1189 msgid "Use Per-Domain mode: specify separate user-defined domain for each language." msgstr "" -#: qtranslate_configuration.php:1092 +#: admin/qtx_configuration.php:1208 msgid "Domain for" msgstr "" -#: qtranslate_configuration.php:1097 +#: admin/qtx_configuration.php:1213 msgid "Flag Image Path" msgstr "" -#: qtranslate_configuration.php:1101 +#: admin/qtx_configuration.php:1217 #, php-format msgid "Path to the flag images under wp-content, with trailing slash. (Default: %s, clear the value above to reset it to the default)" msgstr "" -#: qtranslate_configuration.php:1105 +#: admin/qtx_configuration.php:1221 msgid "Ignore Links" msgstr "" -#: qtranslate_configuration.php:1109 +#: admin/qtx_configuration.php:1225 #, php-format msgid "Don't convert links to files of the given file types. (Always included: %s)" msgstr "" -#: qtranslate_configuration.php:1113 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1229 qtranslate_widget.php:119 msgid "Head inline CSS" msgstr "" -#: qtranslate_configuration.php:1115 +#: admin/qtx_configuration.php:1231 msgid "CSS code added by plugin in the head of front-end pages:" msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 qtranslate_widget.php:119 msgid "To disable this inline CSS, clear the check box." msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 admin/qtx_configuration.php:1395 +#: qtranslate_widget.php:119 msgid "To reset to default, clear the text." msgstr "" -#: qtranslate_configuration.php:1123 +#: admin/qtx_configuration.php:1239 #, fuzzy msgid "Cookie Settings" msgstr "Configurações" -#: qtranslate_configuration.php:1125 +#: admin/qtx_configuration.php:1241 #, php-format msgid "Disable language client cookie \"%s\" (not recommended)." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Language cookie is auto-disabled for \"%s\" \"Pre-Domain\" and \"Per-Domain\", as language is always unambiguously defined by a url in those modes." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Otherwise, use this option with a caution, for simple enough sites only. If checked, the user choice of browsing language will not be saved between sessions and some AJAX calls may deliver unexpected language, as well as some undesired language switching during browsing may occur under certain themes (%sRead More%s)." msgstr "" -#: qtranslate_configuration.php:1129 +#: admin/qtx_configuration.php:1245 #, php-format msgid "Make %s cookies available only through HTTPS connections." msgstr "" -#: qtranslate_configuration.php:1131 +#: admin/qtx_configuration.php:1247 msgid "Don't check this if you don't know what you're doing!" msgstr "" -#: qtranslate_configuration.php:1135 +#: admin/qtx_configuration.php:1251 msgid "Update Gettext Databases" msgstr "" -#: qtranslate_configuration.php:1137 +#: admin/qtx_configuration.php:1253 msgid "Automatically check for .mo-Database Updates of installed languages." msgstr "" -#: qtranslate_configuration.php:1139 +#: admin/qtx_configuration.php:1255 msgid "Update Gettext databases now." msgstr "" -#: qtranslate_configuration.php:1141 +#: admin/qtx_configuration.php:1257 msgid "qTranslate will query the Wordpress Localisation Repository every week and download the latest Gettext Databases (.mo Files)." msgstr "" -#: qtranslate_configuration.php:1145 +#: admin/qtx_configuration.php:1261 msgid "Date / Time Conversion" msgstr "" -#: qtranslate_configuration.php:1147 +#: admin/qtx_configuration.php:1263 msgid "Use emulated date function." msgstr "" -#: qtranslate_configuration.php:1148 +#: admin/qtx_configuration.php:1264 msgid "Use emulated date function and replace formats with the predefined formats for each language." msgstr "" -#: qtranslate_configuration.php:1149 +#: admin/qtx_configuration.php:1265 msgid "Use strftime instead of date." msgstr "" -#: qtranslate_configuration.php:1150 +#: admin/qtx_configuration.php:1266 msgid "Use strftime instead of date and replace formats with the predefined formats for each language." msgstr "" -#: qtranslate_configuration.php:1151 +#: admin/qtx_configuration.php:1267 msgid "Depending on the mode selected, additional customizations of the theme may be needed." msgstr "" -#: qtranslate_configuration.php:1160 +#: admin/qtx_configuration.php:1276 msgid "Translation of options" msgstr "" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Filter all WordPress options for translation at front-end. It may hurt performance of the site, but ensures that all options are translated." msgstr "" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Starting from version 3.2.5, only options with multilingual content get filtered, which should help on performance issues." msgstr "" -#: qtranslate_configuration.php:1164 +#: admin/qtx_configuration.php:1280 msgid "Translate only options listed below (for experts only):" msgstr "" -#: qtranslate_configuration.php:1167 +#: admin/qtx_configuration.php:1283 #, php-format msgid "By default, all options are filtered to be translated at front-end for the sake of simplicity of configuration. However, for a developed site, this may cause a considerable performance degradation. Normally, there are very few options, which actually need a translation. You may simply list them above to minimize the performance impact, while still getting translations needed. Options names must match the field \"%s\" of table \"%s\" of WordPress database. A minimum common set of option, normally needed a translation, is already entered in the list above as a default example. Option names in the list may contain wildcard with symbol \"%s\"." msgstr "" -#: qtranslate_configuration.php:1171 +#: admin/qtx_configuration.php:1287 msgid "Custom Fields" msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 #, php-format msgid "Enter \"%s\" or \"%s\" attribute of text fields from your theme, which you wish to translate. This applies to post, page and media editors (%s). To lookup \"%s\" or \"%s\", right-click on the field in the post or the page editor and choose \"%s\". Look for an attribute of the field named \"%s\" or \"%s\". Enter it below, as many as you need, space- or comma-separated. After saving configuration, these fields will start responding to the language switching buttons, and you can enter different text for each language. The input fields of type %s will be parsed using %s syntax, while single line text fields will use %s syntax. If you need to override this behaviour, prepend prefix %s or %s to the name of the field to specify which syntax to use. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 msgctxt "browser option" msgid "Inspect Element" msgstr "" -#: qtranslate_configuration.php:1180 +#: admin/qtx_configuration.php:1296 msgid "The value of \"id\" attribute is normally unique within one page, otherwise the first field found, having an id specified, is picked up." msgstr "" -#: qtranslate_configuration.php:1187 +#: admin/qtx_configuration.php:1303 #, php-format msgid "All the fields of specified classes will respond to Language Switching Buttons. Be careful not to include a class, which would affect language-neutral fields. If you cannot uniquely identify a field needed neither by %s, nor by %s attribute, report the issue on %sSupport Forum%s" msgstr "" -#: qtranslate_configuration.php:1191 +#: admin/qtx_configuration.php:1307 msgid "Custom Filters" msgstr "" -#: qtranslate_configuration.php:1194 +#: admin/qtx_configuration.php:1310 #, php-format msgid "Names of filters (which are enabled on theme or other plugins via %s function) to add translation to. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1198 +#: admin/qtx_configuration.php:1314 msgid "Custom Admin Pages" msgstr "" -#: qtranslate_configuration.php:1200 +#: admin/qtx_configuration.php:1316 #, php-format msgid "List the custom admin page paths for which you wish Language Switching Buttons to show up. The Buttons will then control fields configured in \"Custom Fields\" section. You may only include part of the full URL after %s, including a distinctive query string if needed. As many as desired pages can be listed space/comma separated. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1206 +#: admin/qtx_configuration.php:1322 #, php-format msgid "Enable function name compatibility (%s)." msgstr "" -#: qtranslate_configuration.php:1207 +#: admin/qtx_configuration.php:1323 #, php-format msgid "Some plugins and themes use direct calls to the functions listed, which are defined in former %s plugin and some of its forks. Turning this flag on will enable those function to exists, which will make the dependent plugins and themes to work. WordPress policy prohibits to define functions with the same names as in other plugins, since it generates user-unfriendly fatal errors, when two conflicting plugins are activated simultaneously. Before turning this option on, you have to make sure that there are no other plugins active, which define those functions." msgstr "" -#: qtranslate_configuration.php:1211 +#: admin/qtx_configuration.php:1327 msgid "Editor Mode" msgstr "" -#: qtranslate_configuration.php:1213 +#: admin/qtx_configuration.php:1329 msgid "Use Language Switching Buttons (LSB)." msgstr "" -#: qtranslate_configuration.php:1214 +#: admin/qtx_configuration.php:1330 msgid "This is the default mode." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Do not use Language Switching Buttons to edit multi-language text entries." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Editor Raw Mode" msgstr "" -#: qtranslate_configuration.php:1216 +#: admin/qtx_configuration.php:1332 msgid "Some people prefer to edit the raw entries containing all languages together separated by language defining tags, as they are stored in database." msgstr "" -#: qtranslate_configuration.php:1267 -#, fuzzy, php-format -msgid "%s Flag" -msgstr "Bandeira" +#: admin/qtx_configuration.php:1340 admin/qtx_configuration.php:1343 +msgid "LSB Style" +msgstr "" + +#: admin/qtx_configuration.php:1344 +msgid "Choose CSS style for how Language Switching Buttons are rendered:" +msgstr "" + +#: admin/qtx_configuration.php:1345 +#, php-format +msgid "LSB %s-wrap classes:" +msgstr "" + +#: admin/qtx_configuration.php:1346 +msgid "Active button class:" +msgstr "" + +#: admin/qtx_configuration.php:1347 +msgid "The above is reset to an appropriate default, if the below is changed." +msgstr "" + +#: admin/qtx_configuration.php:1348 +msgid "CSS set:" +msgstr "" + +#: admin/qtx_configuration.php:1352 admin/qtx_configuration.php:1354 +#: admin/qtx_configuration.php:1388 admin/qtx_configuration.php:1390 +msgid "Use custom CSS" +msgstr "" + +#: admin/qtx_configuration.php:1354 +#, php-format +msgid "Choice \"%s\" disables this option and allows one to use its own custom CSS provided by other means." +msgstr "" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1371 admin/qtx_configuration.php:1375 +#: admin/qtx_user_options.php:18 +msgid "Highlight Style" +msgstr "" + +#: admin/qtx_configuration.php:1373 +msgid "When there are many integrated or customized translatable fields, it may become confusing to know which field has multilingual value. The highlighting of translatable fields may come handy then:" +msgstr "" + +#: admin/qtx_configuration.php:1376 admin/qtx_configuration.php:1378 +msgid "Do not highlight the translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1380 admin/qtx_configuration.php:1382 +msgid "Show a line on the left border of translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1384 admin/qtx_configuration.php:1386 +msgid "Draw a border around translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1395 +msgid "Admin Color Scheme" +msgstr "" + +#: admin/qtx_configuration.php:1395 +#, php-format +msgid "The color in use is taken from your profile option %s, the third color." +msgstr "" + +#: admin/qtx_configuration.php:1433 +#, fuzzy +msgid "List of Configured Languages" +msgstr "Idioma de Origem" + +#: admin/qtx_configuration.php:1438 +#, php-format +msgid "Only enabled languages are loaded at front-end, while all %d configured languages are listed here." +msgstr "" + +#: admin/qtx_configuration.php:1439 +msgid "The table below contains both pre-defined and manually added or modified languages." +msgstr "" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Delete" +msgstr "Apagar" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Disable" msgstr "Desativar" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Enable" msgstr "Ativar" -#: qtranslate_configuration.php:1270 -msgid "Edit" -msgstr "Editar" +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Reset" +msgstr "" -#: qtranslate_configuration.php:1271 +#: admin/qtx_configuration.php:1440 +#, php-format +msgid "You may %s or %s a language, or %s manually added language, or %s previous modifications of a pre-defined language." +msgstr "" + +#: admin/qtx_configuration.php:1441 +#, php-format +msgid "Click %s to modify language properties." +msgstr "" + +#: admin/qtx_configuration.php:1463 +#, fuzzy, php-format +msgid "%s Flag" +msgstr "Bandeira" + +#: admin/qtx_configuration.php:1465 msgid "Default" msgstr "" -#: qtranslate_configuration.php:1271 -msgid "Delete" -msgstr "Apagar" +#: admin/qtx_configuration.php:1467 +msgid "Pre-Defined" +msgstr "" -#: qtranslate_configuration.php:1276 +#: admin/qtx_configuration.php:1476 msgid "Enabling a language will cause qTranslate to update the Gettext-Database for the language, which can take a while depending on your server's connection speed." msgstr "Ativar um idioma vai fazer com que o qTranslate atualize a base de dados 'GetText' para esse ididoma, o que pode demorar algum tempo." -#: qtranslate_configuration.php:1283 +#: admin/qtx_configuration.php:1483 msgid "Add Language" msgstr "Adicionar Idioma" -#: qtranslate_configuration.php:1286 +#: admin/qtx_configuration.php:1486 msgid "Add Language »" msgstr "Adicionar Idioma »" -#: qtranslate_configuration.php:1301 +#: admin/qtx_configuration.php:1508 msgid "Language Menu" msgstr "" -#: qtranslate_configuration.php:1350 +#: admin/qtx_configuration.php:1557 msgid "Help" msgstr "" -#: qtranslate_configuration.php:1352 +#: admin/qtx_configuration.php:1559 #, php-format msgid "Menu item added is replaced with a sub-menu of available languages when menu is rendered. Depending on how your theme renders menu you may need to override and customize css entries %s and %s, originally defined in %s. The field \"URL\" of inserted menu item allows additional configuration described in %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1357 +#: admin/qtx_configuration.php:1564 msgid "Add to Menu" msgstr "" -#: qtranslate_configuration.php:1367 +#: admin/qtx_configuration.php:1574 msgid "Language Switcher" msgstr "" -#: qtranslate_configuration.php:1404 +#: admin/qtx_configuration.php:1619 msgid "Settings" msgstr "Configurações" +#: admin/qtx_import_export.php:125 +msgid "Plugin" +msgstr "" + +#: admin/qtx_import_export.php:131 +msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." +msgstr "" + +#: admin/qtx_import_export.php:134 +#, php-format +msgid "Use plugin %s to import data." +msgstr "" + +#: admin/qtx_import_export.php:138 +msgid "Do not migrate any setting" +msgstr "" + +#: admin/qtx_import_export.php:140 +msgid "Import settings from " +msgstr "" + +#: admin/qtx_import_export.php:142 +msgid "Export settings to " +msgstr "" + +#: admin/qtx_import_export.php:158 +#, php-format +msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." +msgstr "" + +#: admin/qtx_import_export.php:159 +#, php-format +msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." +msgstr "" + +#: admin/qtx_import_export.php:160 +msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." +msgstr "" + +#: admin/qtx_import_export.php:161 +msgid "Do not convert database" +msgstr "" + +#: admin/qtx_import_export.php:162 +msgid "Convert database to the \"square bracket only\" style." +msgstr "" + +#: admin/qtx_import_export.php:163 +#, php-format +msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." +msgstr "" + +#: admin/qtx_import_export.php:164 +msgid "Convert database back to the legacy \"dual language tag\" style." +msgstr "" + +#: admin/qtx_import_export.php:165 +msgid "Note, that only string options and standard post and page fields are affected." +msgstr "" + +#: admin/qtx_import_export.php:174 +msgid "Reset qTranslate" +msgstr "" + +#: admin/qtx_import_export.php:176 +msgid "Check this box and click Save Changes to reset all qTranslate settings." +msgstr "" + +#: admin/qtx_import_export.php:178 +msgid "Yes, I really want to reset qTranslate." +msgstr "" + +#: admin/qtx_import_export.php:180 +msgid "Also delete Translations for Categories/Tags/Link Categories." +msgstr "" + +#: admin/qtx_import_export.php:182 +msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." +msgstr "" + +#: admin/qtx_languages.php:93 +#, fuzzy +msgid "Cannot delete Default Language!" +msgstr "Não pode desativar o Idioma Principal!" + +#: admin/qtx_user_options.php:9 +msgid "Translation options" +msgstr "" + +#: admin/qtx_user_options.php:14 +msgid "Highlight Translatable Fields" +msgstr "" + +#: admin/qtx_user_options.php:18 +#, php-format +msgid "The way the translatable fields are highlighted is configured with global option %s." +msgstr "" + #: qtranslate_frontend.php:162 qtranslate_widget.php:67 msgid "Language" msgstr "Idioma" diff --git a/lang/qtranslate-pt_PT.po b/lang/qtranslate-pt_PT.po index 232aa04..02b7d33 100644 --- a/lang/qtranslate-pt_PT.po +++ b/lang/qtranslate-pt_PT.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: qTranslate-X 3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-03-19 14:09-0600\n" +"POT-Creation-Date: 2015-03-25 22:22-0600\n" "PO-Revision-Date: 2015-03-20 14:44-0000\n" "Last-Translator: Pedro Mendonça \n" "Language-Team: Pedro Mendonça \n" @@ -22,783 +22,898 @@ msgstr "" "X-Poedit-Basepath: ..\n" "X-Poedit-SearchPath-0: .\n" -#: admin/activation_hook.php:37 admin/activation_hook.php:137 -#: qtranslate_configuration.php:772 +#: admin/qtx_activation_hook.php:80 admin/qtx_activation_hook.php:205 +#: admin/qtx_configuration.php:882 #, php-format msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so." msgstr "Talvez seja boa ideia ler as %sinstruções de migração%s, se ainda não o tiver feito." -#: admin/activation_hook.php:38 +#: admin/qtx_activation_hook.php:81 #, php-format msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously." msgstr "A activação do plugin %s desactivou o plugin %s, uma vez que estes não podem funcionar simultaneamente." -#: admin/activation_hook.php:40 +#: admin/qtx_activation_hook.php:83 #, php-format msgid "The compatible settings from %s have been imported to %s. Further tuning, import, export and reset of options can be done at Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "As definições compatíveis do %s foram importadas para o %s. Pode optimizar, importar, exportar e repor definições na página de configuração em Definições/Idiomas, assim que o %s estiver em execução. %sContinuar%s" -#: admin/activation_hook.php:42 +#: admin/qtx_activation_hook.php:85 #, php-format msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "Pode importar/exportar definições compatíveis de %s para %s na página Definições/Idiomas, assim que o %s estiver em execução. %sContinuar%s" -#: admin/activation_hook.php:135 +#: admin/qtx_activation_hook.php:203 #, php-format msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/Languages configuration page. Then you have to deactivate one of the plugins to continue." msgstr "%sErro:%s o plugin %s não pode funcionar simultaneamente com o plugin %s. Poderá importar e exportar definições compatíveis entre o %s e o %s na página de Definições/Idiomas. Depois terá que desactivar um dos plugins para continuar." -#: admin/activation_hook.php:140 admin/activation_hook.php:142 +#: admin/qtx_activation_hook.php:208 admin/qtx_activation_hook.php:210 #, php-format msgid "Deactivate %s" msgstr "Desactivar %s" -#: admin/activation_hook.php:176 +#: admin/qtx_activation_hook.php:249 #, php-format msgid "Plugin %s may be integrated with multilingual plugin %s with a help of plugin %s." msgstr "O plugin %s pode ser integrado com o plugin multilingue %s com a ajuda do plugin %s." -#: admin/activation_hook.php:178 +#: admin/qtx_activation_hook.php:251 msgid "Please, press an appropriate button below." msgstr "Por favor, prima o botão apropriado abaixo." -#: admin/activation_hook.php:182 +#: admin/qtx_activation_hook.php:255 #, php-format msgid "Activate plugin %s" msgstr "Activar o plugin %s" -#: admin/activation_hook.php:184 +#: admin/qtx_activation_hook.php:257 #, php-format msgid "Install plugin %s" msgstr "Instalar o plugin %s" -#: admin/activation_hook.php:186 +#: admin/qtx_activation_hook.php:259 msgid "I am aware of that, dismiss this message." msgstr "Estou consciente disto, descartar esta mensagem." -#: admin/activation_hook.php:240 +#: admin/qtx_activation_hook.php:309 #, php-format msgid "Thank you for using %s plugin!" msgstr "Obrigado por utilizar o plugin %s!" -#: admin/activation_hook.php:242 +#: admin/qtx_activation_hook.php:311 #, php-format msgid "Please, help us to make a decision on \"%s\" feature, press the button below." msgstr "Por favor, ajude-nos a decidir sobre o recurso de \"%s\", clique no botão abaixo." -#: admin/activation_hook.php:242 admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:311 admin/qtx_activation_hook.php:313 #: qtranslate_services.php:787 msgid "Translation Service" msgstr "Serviço de Tradução" -#: admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:313 #, php-format msgid "Survey on \"%s\" feature" msgstr "Questionário sobre o recurso \"%s\"" -#: admin/activation_hook.php:245 +#: admin/qtx_activation_hook.php:314 admin/qtx_activation_hook.php:348 msgid "I have already done it, dismiss this message." msgstr "Já fiz isto, descartar esta mensagem." -#: admin/admin_utils.php:145 +#: admin/qtx_activation_hook.php:346 +#, php-format +msgid "The latest version of plugin %s has a number of new options, for example, %s, which may change the look of some pages. Please, review the help text of new options on %sconfiguration page%s." +msgstr "" + +#: admin/qtx_admin_utils.php:146 msgid "Database has been converted to square bracket format." msgstr "A base de dados foi convertida para o formato de parênteses rectos." -#: admin/admin_utils.php:145 admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:146 admin/qtx_admin_utils.php:148 msgid "Note: custom entries are not touched." msgstr "Nota: entradas de tipos personalizados não foram alteradas." -#: admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:148 msgid "Database has been converted to legacy dual-tag format." msgstr "A base de dados foi convertida para o antigo formato de dupla etiquetagem." -#: admin/admin_utils.php:405 qtranslate_configuration.php:484 -#: qtranslate_configuration.php:507 qtranslate_frontend.php:168 +#: admin/qtx_admin_utils.php:406 admin/qtx_configuration.php:565 +#: admin/qtx_configuration.php:588 qtranslate_frontend.php:168 #: qtranslate_frontend.php:195 msgid "Flag" msgstr "Bandeira" -#: admin/admin_utils.php:406 qtranslate_configuration.php:525 +#: admin/qtx_admin_utils.php:407 admin/qtx_configuration.php:606 msgid "Name" msgstr "Nome" -#: admin/admin_utils.php:407 qtranslate_services.php:383 +#: admin/qtx_admin_utils.php:408 qtranslate_services.php:383 msgid "Action" msgstr "Acção" -#: admin/admin_utils.php:420 qtranslate_configuration.php:471 -#: qtranslate_configuration.php:1245 -msgid "Languages" -msgstr "Idiomas" - -#: admin/import_export.php:125 -msgid "Plugin" -msgstr "Plugin" - -#: admin/import_export.php:131 -msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." -msgstr "Não há necessidade de migrar quaisquer definições, a estrutura da base de dados é compatível com este plugin." - -#: admin/import_export.php:134 -#, php-format -msgid "Use plugin %s to import data." -msgstr "Utilizar o plugin %s para importar dados." - -#: admin/import_export.php:138 -msgid "Do not migrate any setting" -msgstr "Não migrar opções" - -#: admin/import_export.php:140 -msgid "Import settings from " -msgstr "Importar definições de " - -#: admin/import_export.php:142 -msgid "Export settings to " -msgstr "Exportar definições para " - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Export" -msgstr "Exportar" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Import" -msgstr "Importar" - -#: admin/import_export.php:156 qtranslate_configuration.php:773 -#: qtranslate_configuration.php:783 qtranslate_configuration.php:1030 -msgid "Convert Database" -msgstr "Converter base de dados" - -#: admin/import_export.php:158 -#, php-format -msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." -msgstr "Se está a actualizar do qTranslate 1.x ou do Polyglot, clique aqui para converter os artigos para o novo formato de etiquetas de idioma." - -#: admin/import_export.php:159 -#, php-format -msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." -msgstr "Se instalou pela primeira vez o qTranslate num Wordpress com artigos existentes, pode verificar todos os artigos manualmente e guardá-los no idioma correcto ou clique aqui para marcar todos os artigos existentes como guardados no idioma por omissão." - -#: admin/import_export.php:160 -msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." -msgstr "Ambos os processos são irreversíveis! Faça um backup completo da base de dados antes de clicar numa das ligações." - -#: admin/import_export.php:161 -msgid "Do not convert database" -msgstr "Não converter base de dados" - -#: admin/import_export.php:162 -msgid "Convert database to the \"square bracket only\" style." -msgstr "Converter a base de dados para o estilo \"apenas parênteses rectos\"." - -#: admin/import_export.php:163 -#, php-format -msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." -msgstr "A linguagem de etiquetas de parênteses rectos %s apenas será utilizada em substituição do formato de dupla etiquetagem (%s e %s) da base de dados do antigo %s. Todas as opções, campos de artigos e de páginas padrão serão uniformemente codificados como %s." - -#: admin/import_export.php:164 -msgid "Convert database back to the legacy \"dual language tag\" style." -msgstr "Converter a base de dados para o antigo estilo de \"dupla etiquetagem de idiomas\"." - -#: admin/import_export.php:165 -msgid "Note, that only string options and standard post and page fields are affected." -msgstr "Note que, serão afectados apenas as opções, campos de artigos e de páginas padrão." - -#: admin/import_export.php:174 -msgid "Reset qTranslate" -msgstr "Repor qTranslate" - -#: admin/import_export.php:176 -msgid "Check this box and click Save Changes to reset all qTranslate settings." -msgstr "Seleccione esta caixa e clique em Guardar alterações para repor todas as definições do qTranslate." - -#: admin/import_export.php:178 -msgid "Yes, I really want to reset qTranslate." -msgstr "Sim, eu quero repor o qTranslate." +#: admin/qtx_admin_utils.php:409 admin/qtx_configuration.php:1441 +#: admin/qtx_configuration.php:1466 +msgid "Edit" +msgstr "Editar" -#: admin/import_export.php:180 -msgid "Also delete Translations for Categories/Tags/Link Categories." -msgstr "Apagar também traduções de Categorias/Etiquetas/Categorias de Ligações." +#: admin/qtx_admin_utils.php:410 +msgid "Stored" +msgstr "" -#: admin/import_export.php:182 -msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." -msgstr "Se algo não funcionar correctamente, pode sempre repor todas as definições do qTranslate. Repor não irá apagar nenhum artigo mas apaga todas as opções (incluindo todos os idiomas adicionados)." +#: admin/qtx_admin_utils.php:421 admin/qtx_configuration.php:552 +#: admin/qtx_configuration.php:1424 +msgid "Languages" +msgstr "Idiomas" -#: qtranslate_configuration.php:471 +#: admin/qtx_configuration.php:552 msgid "Language Management" msgstr "Gestão de idiomas" -#: qtranslate_configuration.php:479 +#: admin/qtx_configuration.php:560 msgid "Language Code" msgstr "Código de idioma" -#: qtranslate_configuration.php:481 +#: admin/qtx_configuration.php:562 msgid "2-Letter ISO Language Code for the Language you want to insert. (Example: en)" msgstr "Código de Idioma ISO de 2 letras para o código do Idioma que deseja introduzir. (Exemplo: pt)" -#: qtranslate_configuration.php:510 +#: admin/qtx_configuration.php:591 msgid "Incorrect Flag Image Path! Please correct it!" msgstr "Caminho para ficheiro de bandeira está incorrecto! Por favor, corrija-o!" -#: qtranslate_configuration.php:513 +#: admin/qtx_configuration.php:594 msgid "Choose the corresponding country flag for language. (Example: gb.png)" msgstr "Escolha a bandeira correspondente ao idioma. (Exemplo: pt.png)" -#: qtranslate_configuration.php:527 +#: admin/qtx_configuration.php:608 msgid "The Name of the language, which will be displayed on the site. (Example: English)" msgstr "O Nome do idioma, que será apresentado no sítio. (Exemplo: Português)" -#: qtranslate_configuration.php:530 +#: admin/qtx_configuration.php:611 msgid "Locale" msgstr "Código Locale" -#: qtranslate_configuration.php:533 +#: admin/qtx_configuration.php:614 msgid "PHP and Wordpress Locale for the language. (Example: en_US)" msgstr "Código Locale do PHP e Wordpress para o idioma. (Exemplo: pt_PT)" -#: qtranslate_configuration.php:534 +#: admin/qtx_configuration.php:615 msgid "You will need to install the .mo file for this language." msgstr "Precisa de instalar o ficheiro .mo para este idioma." -#: qtranslate_configuration.php:538 +#: admin/qtx_configuration.php:619 msgid "Date Format" msgstr "Formato da Data" -#: qtranslate_configuration.php:540 +#: admin/qtx_configuration.php:621 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime (use %q for day suffix (st,nd,rd,th)) or date format. This field is optional. (Example: %A %B %e%q, %Y)" msgstr "Dependendo do seu modo de conversão de data e hora, pode usar um formato strftime ou data. Este campo é opcional. (Exemplo: %A,%e de %B de %Y)" -#: qtranslate_configuration.php:543 +#: admin/qtx_configuration.php:624 msgid "Time Format" msgstr "Formato da Hora" -#: qtranslate_configuration.php:545 +#: admin/qtx_configuration.php:626 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime or date format. This field is optional. (Example: %I:%M %p)" msgstr "Dependendo do seu modo de conversão de data e hora, pode usar um formato strftime ou data. Este campo é opcional. (Example: %H:%M)" -#: qtranslate_configuration.php:548 +#: admin/qtx_configuration.php:629 msgid "Not Available Message" msgstr "Mensagem \"indisponível\"" -#: qtranslate_configuration.php:551 +#: admin/qtx_configuration.php:632 msgid "Message to display if post is not available in the requested language. (Example: Sorry, this entry is only available in %LANG:, : and %.)" msgstr "Mensagem exibida caso um artigo esteja indisponível no idioma escolhido. (Exemplo: Desculpe, este conteúdo só está disponível em %LANG:, : e %. )" -#: qtranslate_configuration.php:552 +#: admin/qtx_configuration.php:633 msgid "%LANG:<normal_separator>:<last_separator>% generates a list of languages separated by <normal_separator> except for the last one, where <last_separator> will be used instead." msgstr "%LANG:<normal_separator>:<last_separator>% gera uma lista de idiomas separados por <normal_separator> excepto para o último, onde deverá ser utilizado <last_separator>." -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Hide" msgstr "Esconder" -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Show" msgstr "Mostrar" -#: qtranslate_configuration.php:675 +#: admin/qtx_configuration.php:763 msgid "Save Changes" msgstr "Guardar alterações" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 msgid "Switching Language" msgstr "Trocar idioma" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, php-format msgid "Switching language to %1$s... If the Dashboard isn't loading, use this link." msgstr "Mudar idioma para %1$s... Se o Painel não carregar correctamente, utilize esta ligação." -#: qtranslate_configuration.php:713 +#: admin/qtx_configuration.php:801 msgid "qTranslate has been reset." msgstr "O qTranslate foi reposto." -#: qtranslate_configuration.php:766 +#: admin/qtx_configuration.php:875 msgid "Gettext databases updated." msgstr "Base de dados Gettext actualizada." -#: qtranslate_configuration.php:772 +#: admin/qtx_configuration.php:882 #, php-format msgid "Applicable options and taxonomy names from plugin %s have been imported. Note that the multilingual content of posts, pages and other objects has not been altered during this operation. There is no additional operation needed to import content, since its format is compatible with %s." msgstr "Foram importadas as opções aplicáveis e nomes de taxonomias do plugin %s. Note que o conteúdo multilingue dos artigos, páginas e outros objectos não foram alterados no decorrer desta operação. Não é necessárioa nenhuma operação adicional para importar conteúdos, uma vez que o seu formato é compatível com o %s." -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 #, php-format msgid "%sImportant%s: Before you start making edits to post and pages, please, make sure that both, your front site and admin back-end, work under this configuration. It may help to review \"%s\" and see if any of conflicting plugins mentioned there are used here. While the current content, coming from %s, is compatible with this plugin, the newly modified posts and pages will be saved with a new square-bracket-only encoding, which has a number of advantages comparing to former %s encoding. However, the new encoding is not straightforwardly compatible with %s and you will need an additional step available under \"%s\" option if you ever decide to go back to %s. Even with this additional conversion step, the 3rd-party plugins custom-stored data will not be auto-converted, but manual editing will still work. That is why it is advisable to create a test-copy of your site before making any further changes. In case you encounter a problem, please give us a chance to improve %s, send the login information to the test-copy of your site to %s along with a detailed step-by-step description of what is not working, and continue using your main site with %s meanwhile. It would also help, if you share a success story as well, either on %sthe forum%s, or via the same e-mail as mentioned above. Thank you very much for trying %s." msgstr "%sImportante%s: antes de começar a editar os artigos e páginas, por favor verifique que tanto o seu site como o painel de administração funcionam com esta configuração. Pode ajudar reler a página \"%s\" e verificar se está a utilizar algum dos plugins mencionados com conflitos. Apesar do conteúdo actual, proveniente do %s, ser compatível com este plugin, os artigos e páginas que forem modificados serão guardados com a nova codificação de apenas parênteses rectos, que tem muitas vantagens comparando com a antiga codificação do \"%s\". No entanto, esta nova codificação não é completamente compatível com o %s e precisará de dar mais um passo disponível na opção \"%s\" se alguma vez decidir retornar ao %s. Mesmo com este passo adicional de conversão, os dados de plugins de terceiros não serão convertidos automaticamente, mas a edição manual é sempre possível. Por isto é aconselhável criar uma cópia para testes do seu site antes de fazer quaisquer alterações. Caso encontre algum problema, por favor dê-nos a oportunidade de melhorar o %s, envie-nos informação do login da cópia de teste do seu site para %s juntamente com uma descição detalhada passo a passo do que não está a funcionar, entretanto continue a utilizar o seu site principal com o %s. Também ajuda se partilhar a sua história de sucesso, seja no %sfórum%s ou via o mesmo email mencionado acima. Muito obrigado por utilizar o %s." -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 admin/qtx_configuration.php:894 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:156 +msgid "Convert Database" +msgstr "Converter base de dados" + +#: admin/qtx_configuration.php:883 msgid "This is a one-time message, which you will not see again, unless the same import is repeated." msgstr "Esta mensagem só aparecerá desta vez, não a deverá ver novamente a não ser que repita a mesma importação." -#: qtranslate_configuration.php:775 qtranslate_configuration.php:1204 +#: admin/qtx_configuration.php:885 admin/qtx_configuration.php:1320 msgid "Compatibility Functions" msgstr "Funções de compatibilidade" -#: qtranslate_configuration.php:775 +#: admin/qtx_configuration.php:885 #, php-format msgid "Option \"%s\" has also been turned on, as the most common case for importing configuration from %s. You may turn it off manually if your setup does not require it. Refer to %sFAQ%s for more information." msgstr "A opção \"%s\" também foi ligada, devido a ser o caso mais comum para importação das configuraçãos do %s. Poderá desligar manualmente se não for necessário para a sua configuração. Ver a %sFAQ%s para mais informações." -#: qtranslate_configuration.php:783 +#: admin/qtx_configuration.php:894 #, php-format msgid "Applicable options have been exported to plugin %s. If you have done some post or page updates after migrating from %s, then \"%s\" operation is also required to convert the content to \"dual language tag\" style in order for plugin %s to function." msgstr "Foram exportadas as opções aplicáveis para o plugin %s. Se tiver editado artigos ou páginas depois de migrar do %s, então a operação \"%s\" também é necessária para converter o conteúdo para o estilo de \"dupla etiquetagem de idiomas\" de modo a que o plugin %s funcione." -#: qtranslate_configuration.php:794 +#: admin/qtx_configuration.php:906 msgid "The Language must have a Not-Available Message!" msgstr "O idioma tem que ter uma mensagem de aviso de conteúdo \"indisponível\"!" -#: qtranslate_configuration.php:795 +#: admin/qtx_configuration.php:907 msgid "The Language must have a Locale!" msgstr "O idioma tem que ter um código Locale!" -#: qtranslate_configuration.php:796 +#: admin/qtx_configuration.php:908 msgid "The Language must have a name!" msgstr "O idioma tem que ter um nome!" -#: qtranslate_configuration.php:797 +#: admin/qtx_configuration.php:909 msgid "Language Code has to be 2 characters long!" msgstr "O código do idioma tem que conter 2 caracteres!" -#: qtranslate_configuration.php:801 qtranslate_configuration.php:807 +#: admin/qtx_configuration.php:916 admin/qtx_configuration.php:922 msgid "There is already a language with the same Language Code!" msgstr "Já existe um idioma com o mesmo código de idioma!" -#: qtranslate_configuration.php:892 qtranslate_configuration.php:914 -#: qtranslate_configuration.php:921 qtranslate_configuration.php:938 -msgid "No such language!" -msgstr "O idioma não existe!" - -#: qtranslate_configuration.php:906 +#: admin/qtx_configuration.php:1019 msgid "Language is already enabled or invalid!" msgstr "Idioma já está activo ou é inválido!" -#: qtranslate_configuration.php:911 +#: admin/qtx_configuration.php:1025 msgid "Cannot disable Default Language!" msgstr "Não é possível desactivar o idioma por omissão!" -#: qtranslate_configuration.php:917 +#: admin/qtx_configuration.php:1028 admin/qtx_configuration.php:1035 +#: admin/qtx_configuration.php:1052 +msgid "No such language!" +msgstr "O idioma não existe!" + +#: admin/qtx_configuration.php:1031 msgid "Language is already disabled!" msgstr "O idioma já está desactivado!" -#: qtranslate_configuration.php:925 +#: admin/qtx_configuration.php:1039 msgid "Language is already first!" msgstr "O idioma já está em primeiro!" -#: qtranslate_configuration.php:931 qtranslate_configuration.php:948 +#: admin/qtx_configuration.php:1045 admin/qtx_configuration.php:1062 msgid "New order saved." msgstr "Novo pedido guardado." -#: qtranslate_configuration.php:942 +#: admin/qtx_configuration.php:1056 msgid "Language is already last!" msgstr "O idioma já está em último!" -#: qtranslate_configuration.php:960 +#: admin/qtx_configuration.php:1074 msgid "Options saved." msgstr "Opções guardadas." -#: qtranslate_configuration.php:965 +#: admin/qtx_configuration.php:1079 #, php-format msgid "Could not write to \"%s\", Gettext Databases could not be downloaded!" msgstr "Não foi possível escrever em \"%s\", base de dados Gettext não pôde ser descarregada!" -#: qtranslate_configuration.php:991 +#: admin/qtx_configuration.php:1105 msgid "Edit Language" msgstr "Editar idioma" -#: qtranslate_configuration.php:994 +#: admin/qtx_configuration.php:1108 msgid "Save Changes »" msgstr "Guardar alterações »" -#: qtranslate_configuration.php:999 +#: admin/qtx_configuration.php:1110 +msgid "back to configuration page" +msgstr "" + +#: admin/qtx_configuration.php:1114 msgid "Language Management (qTranslate Configuration)" msgstr "Gestão de idiomas (configuração do qTranslate)" -#: qtranslate_configuration.php:1000 +#: admin/qtx_configuration.php:1115 #, php-format msgid "For help on how to configure qTranslate correctly, take a look at the qTranslate FAQ and the Support Forum." msgstr "Para ajuda sobre como configurar correctamente o qTranslate, veja as FAQ do qTranslate e o Fórum de Suporte." -#: qtranslate_configuration.php:1002 +#: admin/qtx_configuration.php:1117 msgid "General Settings" msgstr "Definições gerais" -#: qtranslate_configuration.php:1005 +#: admin/qtx_configuration.php:1120 msgid "Default Language / Order" msgstr "Idioma por omissão / Ordem de idiomas" -#: qtranslate_configuration.php:1007 +#: admin/qtx_configuration.php:1122 msgid "Default Language" msgstr "Idioma por omissão" -#: qtranslate_configuration.php:1020 +#: admin/qtx_configuration.php:1135 #, php-format msgid "Choose the default language of your blog. This is the language which will be shown on %s. You can also change the order the languages by clicking on the arrows above." msgstr "Escolha o idioma por omissão do seu blog. Este é o idioma que será usado em %s. Pode modificar a ordem dos idiomas clicando nas setas acima." -#: qtranslate_configuration.php:1025 +#: admin/qtx_configuration.php:1140 msgid "Hide Untranslated Content" msgstr "Esconder conteúdos não traduzidos" -#: qtranslate_configuration.php:1027 +#: admin/qtx_configuration.php:1142 msgid "Hide Content which is not available for the selected language." msgstr "Esconder conteúdos indisponíveis no idioma seleccionado." -#: qtranslate_configuration.php:1029 +#: admin/qtx_configuration.php:1144 msgid "When checked, posts will be hidden if the content is not available for the selected language. If unchecked, a message will appear showing all the languages the content is available in." msgstr "Quando activado, os artigos serão escondidos se não estiverem disponíveis no idioma seleccionado. Se desactivado, será mostrada uma mensagem com todos os idiomas em que o conteúdo esteja disponível." -#: qtranslate_configuration.php:1030 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Export" +msgstr "Exportar" + +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Import" +msgstr "Importar" + +#: admin/qtx_configuration.php:1145 #, php-format msgid "This function will not work correctly if you installed %s on a blog with existing entries. In this case you will need to take a look at option \"%s\" under \"%s\" section." msgstr "Esta função não correrá perfeitamente se instalar o %s num blog que já tenha entradas. Neste caso deverá verificar a opção \"%s\" na secção \"%s\"." -#: qtranslate_configuration.php:1032 +#: admin/qtx_configuration.php:1147 msgid "Show displayed language prefix when content is not available for the selected language." msgstr "Mostrar prefixo do idioma quando o conteúdo não está disponível no idioma seleccionado." -#: qtranslate_configuration.php:1036 +#: admin/qtx_configuration.php:1151 msgid "Detect Browser Language" msgstr "Detectar idioma do browser" -#: qtranslate_configuration.php:1038 +#: admin/qtx_configuration.php:1153 msgid "Detect the language of the browser and redirect accordingly." msgstr "Detectar o idioma do browser e redireccionar para o idioma correspondente." -#: qtranslate_configuration.php:1040 +#: admin/qtx_configuration.php:1155 msgid "When the frontpage is visited via bookmark/external link/type-in, the visitor will be forwarded to the correct URL for the language specified by his browser." msgstr "Quando a página principal é acedida via favoritos/ligação externa/navegação directa, o visitante será redireccionado para o URL correcto de acordo com o idioma definido no seu browser." -#: qtranslate_configuration.php:1045 +#: admin/qtx_configuration.php:1160 msgid "Advanced Settings" msgstr "Definições avançadas" -#: qtranslate_configuration.php:1052 qtranslate_configuration.php:1054 -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1167 admin/qtx_configuration.php:1169 +#: admin/qtx_configuration.php:1243 msgid "URL Modification Mode" msgstr "Modo de modificação de URL" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Most SEO unfriendly, not recommended." msgstr "Não optimizado para motores de busca (SEO), não recomendado." -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Use Query Mode (?lang=en)" msgstr "Utilizar modo de Query (?lang=pt)" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "SEO friendly." msgstr "Optimizado para motores de busca (SEO)." -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "Use Pre-Path Mode (Default, puts /en/ in front of URL)" msgstr "Utilizar modo de Pré-caminho (por omissão, inclui /pt/ à frente do URL)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "Use Pre-Domain Mode (uses http://en.yoursite.com)" msgstr "Utilizar modo de Pré-domínio (utiliza http://pt.site.com)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "You will need to configure DNS sub-domains on your site." msgstr "Terá que configurar sub-domínios DNS no seu site." -#: qtranslate_configuration.php:1068 +#: admin/qtx_configuration.php:1183 msgid "Hide URL language information for default language." msgstr "Esconder informação do idioma do URL para o idioma por omissão." -#: qtranslate_configuration.php:1069 +#: admin/qtx_configuration.php:1184 msgid "This is only applicable to Pre-Path and Pre-Domain mode." msgstr "Isto é apenas aplicável nos modos de Pré-caminho e Pré-domínio." -#: qtranslate_configuration.php:1074 +#: admin/qtx_configuration.php:1189 msgid "Use Per-Domain mode: specify separate user-defined domain for each language." msgstr "Utilize o modo por-domínio: especifique para cada idioma um domínio definido pelo utilizador." -#: qtranslate_configuration.php:1092 +#: admin/qtx_configuration.php:1208 msgid "Domain for" msgstr "Domínio para" -#: qtranslate_configuration.php:1097 +#: admin/qtx_configuration.php:1213 msgid "Flag Image Path" msgstr "Caminho para a imagem da bandeira" -#: qtranslate_configuration.php:1101 +#: admin/qtx_configuration.php:1217 #, php-format msgid "Path to the flag images under wp-content, with trailing slash. (Default: %s, clear the value above to reset it to the default)" msgstr "Caminho para as imagens das bandeiras dentro da pasta wp-content, incluindo a barra invertida no fim. (Por omissão: %s, limpe o valor acima para repor o valor padrão)" -#: qtranslate_configuration.php:1105 +#: admin/qtx_configuration.php:1221 msgid "Ignore Links" msgstr "Ignorar ligações" -#: qtranslate_configuration.php:1109 +#: admin/qtx_configuration.php:1225 #, php-format msgid "Don't convert links to files of the given file types. (Always included: %s)" msgstr "Não converter ligações para determinados tipos de ficheiro. (Incluindo sempre: %s)" -#: qtranslate_configuration.php:1113 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1229 qtranslate_widget.php:119 msgid "Head inline CSS" msgstr "CSS do cabeçalho" -#: qtranslate_configuration.php:1115 +#: admin/qtx_configuration.php:1231 msgid "CSS code added by plugin in the head of front-end pages:" msgstr "Código CSS adicionado pelo plugin ao cabeçalho das páginas da frente do site:" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 qtranslate_widget.php:119 msgid "To disable this inline CSS, clear the check box." msgstr "Para desactivar a inclusão deste CSS, não seleccione esta opção." -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 admin/qtx_configuration.php:1395 +#: qtranslate_widget.php:119 msgid "To reset to default, clear the text." msgstr "Para repor os valores originais, remova o texto." -#: qtranslate_configuration.php:1123 +#: admin/qtx_configuration.php:1239 msgid "Cookie Settings" msgstr "Definições de cookies" -#: qtranslate_configuration.php:1125 +#: admin/qtx_configuration.php:1241 #, php-format msgid "Disable language client cookie \"%s\" (not recommended)." msgstr "Desactivar a cookie do idioma do cliente \"%s\" (não recomendado)." -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Language cookie is auto-disabled for \"%s\" \"Pre-Domain\" and \"Per-Domain\", as language is always unambiguously defined by a url in those modes." msgstr "A cookie do idioma é desactivada automaticamente para \"%s\", \"Pré-domínio\" e \"Por-domínio\", uma vez que nestes modos o idioma é sempre definido inequivocamente pelo URL." -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Otherwise, use this option with a caution, for simple enough sites only. If checked, the user choice of browsing language will not be saved between sessions and some AJAX calls may deliver unexpected language, as well as some undesired language switching during browsing may occur under certain themes (%sRead More%s)." msgstr "Caso contrário, utilize esta opção com cuidado e apenas em sites relativamente simples. Se seleccionar, a escolha do idioma do utilizador não será guardada entre sessões e algumas pedidos de AJAX podem devolver um idioma inesperado, ao mesmo que tempo que poderá ocorrer alguma mudança indesejada de idioma durante a navegação em alguns temas (%sler mais%s)." -#: qtranslate_configuration.php:1129 +#: admin/qtx_configuration.php:1245 #, php-format msgid "Make %s cookies available only through HTTPS connections." msgstr "Torna as cookies do %s disponíveis apenas para ligações HTTPS." -#: qtranslate_configuration.php:1131 +#: admin/qtx_configuration.php:1247 msgid "Don't check this if you don't know what you're doing!" msgstr "Não seleccione isto se não sabe o que está a fazer!" -#: qtranslate_configuration.php:1135 +#: admin/qtx_configuration.php:1251 msgid "Update Gettext Databases" msgstr "Actualizar base de dados Gettext" -#: qtranslate_configuration.php:1137 +#: admin/qtx_configuration.php:1253 msgid "Automatically check for .mo-Database Updates of installed languages." msgstr "Verificar automaticamente actualizações das bases de dados .mo dos idiomas instalados." -#: qtranslate_configuration.php:1139 +#: admin/qtx_configuration.php:1255 msgid "Update Gettext databases now." msgstr "Actualizar bases de dados Gettext agora." -#: qtranslate_configuration.php:1141 +#: admin/qtx_configuration.php:1257 msgid "qTranslate will query the Wordpress Localisation Repository every week and download the latest Gettext Databases (.mo Files)." msgstr "O qTranslate vai verificar semalmente o Repositório de Traduções do Wordpress e descarregar a última base de dados Gettext (ficheiros .mo)." -#: qtranslate_configuration.php:1145 +#: admin/qtx_configuration.php:1261 msgid "Date / Time Conversion" msgstr "Conversão de Data / Hora" -#: qtranslate_configuration.php:1147 +#: admin/qtx_configuration.php:1263 msgid "Use emulated date function." msgstr "Utilizar função de data emulada" -#: qtranslate_configuration.php:1148 +#: admin/qtx_configuration.php:1264 msgid "Use emulated date function and replace formats with the predefined formats for each language." msgstr "Utilizar função de data emulada e substituir formatos pelos formatos predefinidos para cada idioma." -#: qtranslate_configuration.php:1149 +#: admin/qtx_configuration.php:1265 msgid "Use strftime instead of date." msgstr "Utilizar função \"strftime\" em vez de função \"date\"." -#: qtranslate_configuration.php:1150 +#: admin/qtx_configuration.php:1266 msgid "Use strftime instead of date and replace formats with the predefined formats for each language." msgstr "Utilizar função \"strftime\" em vez de função \"date\" e substituir formatos pelos formatos predefinidos para cada idioma." -#: qtranslate_configuration.php:1151 +#: admin/qtx_configuration.php:1267 msgid "Depending on the mode selected, additional customizations of the theme may be needed." msgstr "Dependendo do modo seleccionado, poderão ser necessárias personalizações adicionais do tema." -#: qtranslate_configuration.php:1160 +#: admin/qtx_configuration.php:1276 msgid "Translation of options" msgstr "Tradução de opções" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Filter all WordPress options for translation at front-end. It may hurt performance of the site, but ensures that all options are translated." msgstr "Filtrar todas as opções do WordPress para tradução na frente do site. Poderá prejudicar a performance do site, mas garante que todas as opções são traduzidas." -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Starting from version 3.2.5, only options with multilingual content get filtered, which should help on performance issues." msgstr "A partir da versão 3.2.5, apenas opções com conteúdo em múltiplos idiomas serão filtradas, o que deverá melhorar a performance." -#: qtranslate_configuration.php:1164 +#: admin/qtx_configuration.php:1280 msgid "Translate only options listed below (for experts only):" msgstr "Traduzir apenas as opções listadas abaixo (apenas para utilizadores experientes):" -#: qtranslate_configuration.php:1167 +#: admin/qtx_configuration.php:1283 #, php-format msgid "By default, all options are filtered to be translated at front-end for the sake of simplicity of configuration. However, for a developed site, this may cause a considerable performance degradation. Normally, there are very few options, which actually need a translation. You may simply list them above to minimize the performance impact, while still getting translations needed. Options names must match the field \"%s\" of table \"%s\" of WordPress database. A minimum common set of option, normally needed a translation, is already entered in the list above as a default example. Option names in the list may contain wildcard with symbol \"%s\"." msgstr "Por defeito, todas as opções são filtradas para serem traduzidas na frente do site, em benefício da simplicidade da configuração. No entanto, para um site já desenvolvido isto pode causar uma degradação considerável da performance. Normalmente há muito poucas opções que realmente precisam de tradução. Poderá simplesmente listá-las acima para minimizar o impacto na performance, ao mesmo tempo que garante as traduções necessárias. Os nomes das opções têm que corresponder ao campo \"%s\" da tabela \"%s\" da base de dados do WordPress. Há um conjunto mínimo de opções que normalmente precisa de tradução, já está incluído na lista acima como exemplo padrão. Os nomes das opções na lista podem conter um caractere genérico com o símbolo \"%s\"." -#: qtranslate_configuration.php:1171 +#: admin/qtx_configuration.php:1287 msgid "Custom Fields" msgstr "Campos personalizados" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 #, php-format msgid "Enter \"%s\" or \"%s\" attribute of text fields from your theme, which you wish to translate. This applies to post, page and media editors (%s). To lookup \"%s\" or \"%s\", right-click on the field in the post or the page editor and choose \"%s\". Look for an attribute of the field named \"%s\" or \"%s\". Enter it below, as many as you need, space- or comma-separated. After saving configuration, these fields will start responding to the language switching buttons, and you can enter different text for each language. The input fields of type %s will be parsed using %s syntax, while single line text fields will use %s syntax. If you need to override this behaviour, prepend prefix %s or %s to the name of the field to specify which syntax to use. For more information, read %sFAQ%s." msgstr "Introduza o atributo de \"%s\" ou \"%s\" dos campos de texto do seu tema que pretende traduzir. Isto é aplicável a artigos, páginas ou editores de media (%s). Para procurar um \"%s\" ou \"%s\", clique com o botão direito num campo no editor de artigo ou página e escolha \"%s\". Procure um atributo do campo, de nome \"%s\" ou \"%s\". Introduza abaixo, tantos quantos desejar, separados por espaço ou por vírgulas. Após guardar a configuração, estes campos começarão a responder aos botões de selecção de idioma, permitindo-lhe introduzir diferentes textos para cada idioma. Os campos de introdução do tipo %s serão analisados utilizando a sintaxe %s, campos de introdução simples utilizarão sintaxe %s. Se precisar de ultrapassar este comportamento, preceda os nomes dos campos com o prefixo %s ou %s para especificar que sintaxe utilizar. Para mais informações, leia as %sFAQ%s." -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 msgctxt "browser option" msgid "Inspect Element" msgstr "Inspeccionar elemento" -#: qtranslate_configuration.php:1180 +#: admin/qtx_configuration.php:1296 msgid "The value of \"id\" attribute is normally unique within one page, otherwise the first field found, having an id specified, is picked up." msgstr "O valor do atributo \"id\" é normalmente único dentro de uma página, caso contrário corresponderá ao primeiro campo encontrado com o id especificado." -#: qtranslate_configuration.php:1187 +#: admin/qtx_configuration.php:1303 #, php-format msgid "All the fields of specified classes will respond to Language Switching Buttons. Be careful not to include a class, which would affect language-neutral fields. If you cannot uniquely identify a field needed neither by %s, nor by %s attribute, report the issue on %sSupport Forum%s" msgstr "Todos os campos das classes especificadas responderão aos Botões de Selecção de Idioma. Tenha cuidado para não incluir uma classe que afecte campos de linguagem neutra. Se não conseguir identificar singularmente um campo através de atributos de %s ou de %s, relate o sucedido no %sFórum de Suporte%s" -#: qtranslate_configuration.php:1191 +#: admin/qtx_configuration.php:1307 msgid "Custom Filters" msgstr "Filtros personalizados" -#: qtranslate_configuration.php:1194 +#: admin/qtx_configuration.php:1310 #, php-format msgid "Names of filters (which are enabled on theme or other plugins via %s function) to add translation to. For more information, read %sFAQ%s." msgstr "Nomes de filtros (que são activos no tema ou outros plugins via função %s) para adicionar tradução. Para mais informação, ler as %sFAQ%s." -#: qtranslate_configuration.php:1198 +#: admin/qtx_configuration.php:1314 msgid "Custom Admin Pages" msgstr "Páginas de administração personalizadas" -#: qtranslate_configuration.php:1200 +#: admin/qtx_configuration.php:1316 #, php-format msgid "List the custom admin page paths for which you wish Language Switching Buttons to show up. The Buttons will then control fields configured in \"Custom Fields\" section. You may only include part of the full URL after %s, including a distinctive query string if needed. As many as desired pages can be listed space/comma separated. For more information, read %sFAQ%s." msgstr "Lista os caminhos da página de administração personalizada onde deseja mostrar os Botões de Selecção de Idioma. Os botões permitirão controlar os campos na secção \"Campos personalizados\". Apenas pode incluir parte do URL depois de %s, incluindo alguma cadeia de caracteres de consulta se necessário. Podem ser listadas tantas páginas quanto desejar, separadas por vírgula. Para mais informações, leia as %sFAQ%s." -#: qtranslate_configuration.php:1206 +#: admin/qtx_configuration.php:1322 #, php-format msgid "Enable function name compatibility (%s)." msgstr "Activa compatibilidade de nomes de funções (%s)." -#: qtranslate_configuration.php:1207 +#: admin/qtx_configuration.php:1323 #, php-format msgid "Some plugins and themes use direct calls to the functions listed, which are defined in former %s plugin and some of its forks. Turning this flag on will enable those function to exists, which will make the dependent plugins and themes to work. WordPress policy prohibits to define functions with the same names as in other plugins, since it generates user-unfriendly fatal errors, when two conflicting plugins are activated simultaneously. Before turning this option on, you have to make sure that there are no other plugins active, which define those functions." msgstr "Alguns plugins e temas utilizam directamente as funções listadas, que estão definidas no antigo plugin %s e em algumas bifurcações baseadas no original. Activar esta opção permitirá a execução destas funções, bem como o funcionamento de plugins e temas dependentes das respectivas funções. A política do WordPress proíbe a definição de funções com os mesmos nomes que em outros plugins, porque a activação simultanea de dois plugins em conflito gera erros fatais. Antes de activar esta opção, verifique que não tem activos quaisquer plugins que definam as mesmas funções." -#: qtranslate_configuration.php:1211 +#: admin/qtx_configuration.php:1327 msgid "Editor Mode" msgstr "Modo do editor" -#: qtranslate_configuration.php:1213 +#: admin/qtx_configuration.php:1329 msgid "Use Language Switching Buttons (LSB)." msgstr "Utilizar Botões de Selecção de Idioma (BSI)" -#: qtranslate_configuration.php:1214 +#: admin/qtx_configuration.php:1330 msgid "This is the default mode." msgstr "Este é o modo padrão." -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Do not use Language Switching Buttons to edit multi-language text entries." msgstr "Não utilize os Botões de Selecção de Idioma para editar entradas de texto em múltiplos idiomas." -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Editor Raw Mode" msgstr "Editor em modo de texto" -#: qtranslate_configuration.php:1216 +#: admin/qtx_configuration.php:1332 msgid "Some people prefer to edit the raw entries containing all languages together separated by language defining tags, as they are stored in database." msgstr "Algumas pessoas preferem editar as entradas em modo de texto, contendo todos os idomas separados pelas etiquetas de idioma, tal como serão guardadas na base de dados." -#: qtranslate_configuration.php:1277 qtranslate_configuration.php:1280 -msgid "Highlight Mode" +#: admin/qtx_configuration.php:1340 admin/qtx_configuration.php:1343 +msgid "LSB Style" +msgstr "" + +#: admin/qtx_configuration.php:1344 +msgid "Choose CSS style for how Language Switching Buttons are rendered:" +msgstr "" + +#: admin/qtx_configuration.php:1345 +#, php-format +msgid "LSB %s-wrap classes:" +msgstr "" + +#: admin/qtx_configuration.php:1346 +msgid "Active button class:" +msgstr "" + +#: admin/qtx_configuration.php:1347 +msgid "The above is reset to an appropriate default, if the below is changed." +msgstr "" + +#: admin/qtx_configuration.php:1348 +msgid "CSS set:" +msgstr "" + +#: admin/qtx_configuration.php:1352 admin/qtx_configuration.php:1354 +#: admin/qtx_configuration.php:1388 admin/qtx_configuration.php:1390 +msgid "Use custom CSS" +msgstr "Utilizar CSS personalizado" + +#: admin/qtx_configuration.php:1354 +#, php-format +msgid "Choice \"%s\" disables this option and allows one to use its own custom CSS provided by other means." +msgstr "" + +#: admin/qtx_configuration.php:1371 admin/qtx_configuration.php:1375 +#: admin/qtx_user_options.php:18 +#, fuzzy +msgid "Highlight Style" msgstr "Modo de realce" -#: qtranslate_configuration.php:1281 qtranslate_configuration.php:1283 -msgid "Do not highlight the translatable fields" +#: admin/qtx_configuration.php:1373 +msgid "When there are many integrated or customized translatable fields, it may become confusing to know which field has multilingual value. The highlighting of translatable fields may come handy then:" +msgstr "" + +#: admin/qtx_configuration.php:1376 admin/qtx_configuration.php:1378 +#, fuzzy +msgid "Do not highlight the translatable fields." msgstr "Não realçar os campos que podem ser traduzidos" -#: qtranslate_configuration.php:1285 qtranslate_configuration.php:1287 -msgid "Show a line on the left border of translatable fields" +#: admin/qtx_configuration.php:1380 admin/qtx_configuration.php:1382 +#, fuzzy +msgid "Show a line on the left border of translatable fields." msgstr "Mostrar uma linha na borda esquerda dos campos que podem ser traduzidos" -#: qtranslate_configuration.php:1289 qtranslate_configuration.php:1291 -msgid "Draw a border around translatable fields" +#: admin/qtx_configuration.php:1384 admin/qtx_configuration.php:1386 +#, fuzzy +msgid "Draw a border around translatable fields." msgstr "Desenhar um borda à volta de campos que podem ser traduzidos" -#: qtranslate_configuration.php:1293 qtranslate_configuration.php:1295 -msgid "Use custom CSS" -msgstr "Utilizar CSS personalizado" +#: admin/qtx_configuration.php:1395 +msgid "Admin Color Scheme" +msgstr "" -#: qtranslate_configuration.php:1351 +#: admin/qtx_configuration.php:1395 #, php-format -msgid "%s Flag" -msgstr "Bandeira de %s" +msgid "The color in use is taken from your profile option %s, the third color." +msgstr "" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1433 +#, fuzzy +msgid "List of Configured Languages" +msgstr "Idioma de origem" + +#: admin/qtx_configuration.php:1438 +#, php-format +msgid "Only enabled languages are loaded at front-end, while all %d configured languages are listed here." +msgstr "" + +#: admin/qtx_configuration.php:1439 +msgid "The table below contains both pre-defined and manually added or modified languages." +msgstr "" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Delete" +msgstr "Apagar" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Disable" msgstr "Desactivar" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Enable" msgstr "Activar" -#: qtranslate_configuration.php:1270 -msgid "Edit" -msgstr "Editar" +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Reset" +msgstr "" + +#: admin/qtx_configuration.php:1440 +#, php-format +msgid "You may %s or %s a language, or %s manually added language, or %s previous modifications of a pre-defined language." +msgstr "" + +#: admin/qtx_configuration.php:1441 +#, php-format +msgid "Click %s to modify language properties." +msgstr "" + +#: admin/qtx_configuration.php:1463 +#, php-format +msgid "%s Flag" +msgstr "Bandeira de %s" -#: qtranslate_configuration.php:1271 +#: admin/qtx_configuration.php:1465 msgid "Default" msgstr "Por omissão" -#: qtranslate_configuration.php:1271 -msgid "Delete" -msgstr "Apagar" +#: admin/qtx_configuration.php:1467 +msgid "Pre-Defined" +msgstr "" -#: qtranslate_configuration.php:1276 +#: admin/qtx_configuration.php:1476 msgid "Enabling a language will cause qTranslate to update the Gettext-Database for the language, which can take a while depending on your server's connection speed." msgstr "Activar um idioma fará com que o qTranslate actualize a base de dados Gettext para esse idioma, o que poderá levar algum tempo em dependência da sua velocidade de ligação ao servidor." -#: qtranslate_configuration.php:1283 +#: admin/qtx_configuration.php:1483 msgid "Add Language" msgstr "Adicionar idioma" -#: qtranslate_configuration.php:1286 +#: admin/qtx_configuration.php:1486 msgid "Add Language »" msgstr "Adicionar idioma »" -#: qtranslate_configuration.php:1301 +#: admin/qtx_configuration.php:1508 msgid "Language Menu" msgstr "Menu de idioma" -#: qtranslate_configuration.php:1350 +#: admin/qtx_configuration.php:1557 msgid "Help" msgstr "Ajuda" -#: qtranslate_configuration.php:1352 +#: admin/qtx_configuration.php:1559 #, php-format msgid "Menu item added is replaced with a sub-menu of available languages when menu is rendered. Depending on how your theme renders menu you may need to override and customize css entries %s and %s, originally defined in %s. The field \"URL\" of inserted menu item allows additional configuration described in %sFAQ%s." msgstr "O item de menu adicionado é substituído por um submenu com os idiomas disponíveis quando o menu é apresentado. Dependendo como o seu tema apresenta o menu, pode necessitar de sobrepor e personalizar as entradas css %s e %s, definidas originalmente em %s. O campo \"URL\" do item de menu inserido permite configurações adicionais descritas nas %sFAQ%s." -#: qtranslate_configuration.php:1357 +#: admin/qtx_configuration.php:1564 msgid "Add to Menu" msgstr "Adicionar ao menu" -#: qtranslate_configuration.php:1367 +#: admin/qtx_configuration.php:1574 msgid "Language Switcher" msgstr "Selector de idioma" -#: qtranslate_configuration.php:1404 +#: admin/qtx_configuration.php:1619 msgid "Settings" msgstr "Definições" +#: admin/qtx_import_export.php:125 +msgid "Plugin" +msgstr "Plugin" + +#: admin/qtx_import_export.php:131 +msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." +msgstr "Não há necessidade de migrar quaisquer definições, a estrutura da base de dados é compatível com este plugin." + +#: admin/qtx_import_export.php:134 +#, php-format +msgid "Use plugin %s to import data." +msgstr "Utilizar o plugin %s para importar dados." + +#: admin/qtx_import_export.php:138 +msgid "Do not migrate any setting" +msgstr "Não migrar opções" + +#: admin/qtx_import_export.php:140 +msgid "Import settings from " +msgstr "Importar definições de " + +#: admin/qtx_import_export.php:142 +msgid "Export settings to " +msgstr "Exportar definições para " + +#: admin/qtx_import_export.php:158 +#, php-format +msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." +msgstr "Se está a actualizar do qTranslate 1.x ou do Polyglot, clique aqui para converter os artigos para o novo formato de etiquetas de idioma." + +#: admin/qtx_import_export.php:159 +#, php-format +msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." +msgstr "Se instalou pela primeira vez o qTranslate num Wordpress com artigos existentes, pode verificar todos os artigos manualmente e guardá-los no idioma correcto ou clique aqui para marcar todos os artigos existentes como guardados no idioma por omissão." + +#: admin/qtx_import_export.php:160 +msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." +msgstr "Ambos os processos são irreversíveis! Faça um backup completo da base de dados antes de clicar numa das ligações." + +#: admin/qtx_import_export.php:161 +msgid "Do not convert database" +msgstr "Não converter base de dados" + +#: admin/qtx_import_export.php:162 +msgid "Convert database to the \"square bracket only\" style." +msgstr "Converter a base de dados para o estilo \"apenas parênteses rectos\"." + +#: admin/qtx_import_export.php:163 +#, php-format +msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." +msgstr "A linguagem de etiquetas de parênteses rectos %s apenas será utilizada em substituição do formato de dupla etiquetagem (%s e %s) da base de dados do antigo %s. Todas as opções, campos de artigos e de páginas padrão serão uniformemente codificados como %s." + +#: admin/qtx_import_export.php:164 +msgid "Convert database back to the legacy \"dual language tag\" style." +msgstr "Converter a base de dados para o antigo estilo de \"dupla etiquetagem de idiomas\"." + +#: admin/qtx_import_export.php:165 +msgid "Note, that only string options and standard post and page fields are affected." +msgstr "Note que, serão afectados apenas as opções, campos de artigos e de páginas padrão." + +#: admin/qtx_import_export.php:174 +msgid "Reset qTranslate" +msgstr "Repor qTranslate" + +#: admin/qtx_import_export.php:176 +msgid "Check this box and click Save Changes to reset all qTranslate settings." +msgstr "Seleccione esta caixa e clique em Guardar alterações para repor todas as definições do qTranslate." + +#: admin/qtx_import_export.php:178 +msgid "Yes, I really want to reset qTranslate." +msgstr "Sim, eu quero repor o qTranslate." + +#: admin/qtx_import_export.php:180 +msgid "Also delete Translations for Categories/Tags/Link Categories." +msgstr "Apagar também traduções de Categorias/Etiquetas/Categorias de Ligações." + +#: admin/qtx_import_export.php:182 +msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." +msgstr "Se algo não funcionar correctamente, pode sempre repor todas as definições do qTranslate. Repor não irá apagar nenhum artigo mas apaga todas as opções (incluindo todos os idiomas adicionados)." + +#: admin/qtx_languages.php:93 +#, fuzzy +msgid "Cannot delete Default Language!" +msgstr "Não é possível desactivar o idioma por omissão!" + +#: admin/qtx_user_options.php:9 +msgid "Translation options" +msgstr "Opções de tradução" + +#: admin/qtx_user_options.php:14 +#, fuzzy +msgid "Highlight Translatable Fields" +msgstr "Não realçar os campos que podem ser traduzidos" + +#: admin/qtx_user_options.php:18 +#, fuzzy, php-format +msgid "The way the translatable fields are highlighted is configured with global option %s." +msgstr "Se não gostar de realçar os campos que podem ser traduzidos, pode desactivar esta opção aqui" + #: qtranslate_frontend.php:162 qtranslate_widget.php:67 msgid "Language" msgstr "Idioma" @@ -1084,18 +1199,6 @@ msgstr "Ocorreu um erro!" msgid "Translate" msgstr "Traduzir" -#: qtranslate_user_options.php:9 -msgid "Translation options" -msgstr "Opções de tradução" - -#: qtranslate_user_options.php:14 -msgid "Do not highlight fields" -msgstr "Não realçar campos" - -#: qtranslate_user_options.php:18 -msgid "If you do not like that the translatable fields are highlighted, you can disable that option here" -msgstr "Se não gostar de realçar os campos que podem ser traduzidos, pode desactivar esta opção aqui" - #: qtranslate_widget.php:50 msgid "Allows your visitors to choose a Language." msgstr "Permitir aos visitantes escolher um idioma." @@ -1149,6 +1252,9 @@ msgstr "CSS do widget:" msgid "Adds user-friendly and database-friendly multilingual content support." msgstr "Adiciona suporte para conteúdo multilingue de modo amigável para o utilizador e para a base de dados." +#~ msgid "Do not highlight fields" +#~ msgstr "Não realçar campos" + #, fuzzy #~ msgid "Remove plugin CSS" #~ msgstr "Remover CSS do plugin do cabeçalho" diff --git a/lang/qtranslate-ro_RO.po b/lang/qtranslate-ro_RO.po index fb991e1..8747198 100644 --- a/lang/qtranslate-ro_RO.po +++ b/lang/qtranslate-ro_RO.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: qTranslate-X 3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-03-19 14:09-0600\n" +"POT-Creation-Date: 2015-03-25 22:22-0600\n" "PO-Revision-Date: 2011-08-01 10:48+0200\n" "Last-Translator: Puiu Ionut \n" "Language-Team: LANGUAGE \n" @@ -10,774 +10,905 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: admin/activation_hook.php:37 admin/activation_hook.php:137 -#: qtranslate_configuration.php:772 +#: admin/qtx_activation_hook.php:80 admin/qtx_activation_hook.php:205 +#: admin/qtx_configuration.php:882 #, php-format msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so." msgstr "" -#: admin/activation_hook.php:38 +#: admin/qtx_activation_hook.php:81 #, php-format msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously." msgstr "" -#: admin/activation_hook.php:40 +#: admin/qtx_activation_hook.php:83 #, php-format msgid "The compatible settings from %s have been imported to %s. Further tuning, import, export and reset of options can be done at Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:42 +#: admin/qtx_activation_hook.php:85 #, php-format msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:135 +#: admin/qtx_activation_hook.php:203 #, php-format msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/Languages configuration page. Then you have to deactivate one of the plugins to continue." msgstr "" -#: admin/activation_hook.php:140 admin/activation_hook.php:142 +#: admin/qtx_activation_hook.php:208 admin/qtx_activation_hook.php:210 #, php-format msgid "Deactivate %s" msgstr "" -#: admin/activation_hook.php:176 +#: admin/qtx_activation_hook.php:249 #, php-format msgid "Plugin %s may be integrated with multilingual plugin %s with a help of plugin %s." msgstr "" -#: admin/activation_hook.php:178 +#: admin/qtx_activation_hook.php:251 msgid "Please, press an appropriate button below." msgstr "" -#: admin/activation_hook.php:182 +#: admin/qtx_activation_hook.php:255 #, php-format msgid "Activate plugin %s" msgstr "" -#: admin/activation_hook.php:184 +#: admin/qtx_activation_hook.php:257 #, php-format msgid "Install plugin %s" msgstr "" -#: admin/activation_hook.php:186 +#: admin/qtx_activation_hook.php:259 msgid "I am aware of that, dismiss this message." msgstr "" -#: admin/activation_hook.php:240 +#: admin/qtx_activation_hook.php:309 #, php-format msgid "Thank you for using %s plugin!" msgstr "" -#: admin/activation_hook.php:242 +#: admin/qtx_activation_hook.php:311 #, php-format msgid "Please, help us to make a decision on \"%s\" feature, press the button below." msgstr "" -#: admin/activation_hook.php:242 admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:311 admin/qtx_activation_hook.php:313 #: qtranslate_services.php:787 #, fuzzy msgid "Translation Service" msgstr "Servicii qTranslate" -#: admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:313 #, php-format msgid "Survey on \"%s\" feature" msgstr "" -#: admin/activation_hook.php:245 +#: admin/qtx_activation_hook.php:314 admin/qtx_activation_hook.php:348 msgid "I have already done it, dismiss this message." msgstr "" -#: admin/admin_utils.php:145 +#: admin/qtx_activation_hook.php:346 +#, php-format +msgid "The latest version of plugin %s has a number of new options, for example, %s, which may change the look of some pages. Please, review the help text of new options on %sconfiguration page%s." +msgstr "" + +#: admin/qtx_admin_utils.php:146 msgid "Database has been converted to square bracket format." msgstr "" -#: admin/admin_utils.php:145 admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:146 admin/qtx_admin_utils.php:148 msgid "Note: custom entries are not touched." msgstr "" -#: admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:148 msgid "Database has been converted to legacy dual-tag format." msgstr "" -#: admin/admin_utils.php:405 qtranslate_configuration.php:484 -#: qtranslate_configuration.php:507 qtranslate_frontend.php:168 +#: admin/qtx_admin_utils.php:406 admin/qtx_configuration.php:565 +#: admin/qtx_configuration.php:588 qtranslate_frontend.php:168 #: qtranslate_frontend.php:195 msgid "Flag" msgstr "Steag" -#: admin/admin_utils.php:406 qtranslate_configuration.php:525 +#: admin/qtx_admin_utils.php:407 admin/qtx_configuration.php:606 msgid "Name" msgstr "Nume" -#: admin/admin_utils.php:407 qtranslate_services.php:383 +#: admin/qtx_admin_utils.php:408 qtranslate_services.php:383 msgid "Action" msgstr "Acţiune" -#: admin/admin_utils.php:420 qtranslate_configuration.php:471 -#: qtranslate_configuration.php:1245 -msgid "Languages" -msgstr "Limbi" - -#: admin/import_export.php:125 -msgid "Plugin" -msgstr "" - -#: admin/import_export.php:131 -msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." -msgstr "" - -#: admin/import_export.php:134 -#, php-format -msgid "Use plugin %s to import data." -msgstr "" - -#: admin/import_export.php:138 -msgid "Do not migrate any setting" -msgstr "" - -#: admin/import_export.php:140 -#, fuzzy -msgid "Import settings from " -msgstr "Resetează qTranslate" - -#: admin/import_export.php:142 -#, fuzzy -msgid "Export settings to " -msgstr "Resetează qTranslate" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Export" -msgstr "" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Import" -msgstr "" - -#: admin/import_export.php:156 qtranslate_configuration.php:773 -#: qtranslate_configuration.php:783 qtranslate_configuration.php:1030 -msgid "Convert Database" -msgstr "Converteşte Baza de Date" - -#: admin/import_export.php:158 -#, php-format -msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." -msgstr "Dacă actualizezi de la qTranslate 1.x sau Polyglot,click aici pentru a converti articolele la noul format de limbă." - -#: admin/import_export.php:159 -#, php-format -msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." -msgstr "Dacă ai instalat qTranslate pentru prima dată pe un site cu articole existente, poţi să treci prin toate articolele manual si să le salvezi în limba corectă sau click aici pentru a marca toate articolele existente ca postări scrise în limba implicită." - -#: admin/import_export.php:160 -msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." -msgstr "Ambele procese sunt ireversibile! Fii sigur că ai făcut o copie la toată baza de date înainte de a da click pe unul din link-uri." - -#: admin/import_export.php:161 -#, fuzzy -msgid "Do not convert database" -msgstr "Converteşte Baza de Date" - -#: admin/import_export.php:162 -msgid "Convert database to the \"square bracket only\" style." -msgstr "" - -#: admin/import_export.php:163 -#, php-format -msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." -msgstr "" - -#: admin/import_export.php:164 -msgid "Convert database back to the legacy \"dual language tag\" style." -msgstr "" +#: admin/qtx_admin_utils.php:409 admin/qtx_configuration.php:1441 +#: admin/qtx_configuration.php:1466 +msgid "Edit" +msgstr "Modifică" -#: admin/import_export.php:165 -msgid "Note, that only string options and standard post and page fields are affected." +#: admin/qtx_admin_utils.php:410 +msgid "Stored" msgstr "" -#: admin/import_export.php:174 -msgid "Reset qTranslate" -msgstr "Resetează qTranslate" - -#: admin/import_export.php:176 -msgid "Check this box and click Save Changes to reset all qTranslate settings." -msgstr "Bifează această căsuţă şi dă click pe Salvare Modiicări pentru a reseta toate setările qTranslate." - -#: admin/import_export.php:178 -msgid "Yes, I really want to reset qTranslate." -msgstr "Da, sunt conştient ce implică această resetare şi doresc să o efectuez." - -#: admin/import_export.php:180 -msgid "Also delete Translations for Categories/Tags/Link Categories." -msgstr "Şterge şi traducerile pentru Categorii/Etichete/Legături." - -#: admin/import_export.php:182 -msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." -msgstr "Dacă ceva nu funcţionează corect, poţi oricând să resetezi setările qTranslate. O resetare nu va şterge nici un articol dar va elimina toate setările (incluzând şi limbile adăugate)." +#: admin/qtx_admin_utils.php:421 admin/qtx_configuration.php:552 +#: admin/qtx_configuration.php:1424 +msgid "Languages" +msgstr "Limbi" -#: qtranslate_configuration.php:471 +#: admin/qtx_configuration.php:552 msgid "Language Management" msgstr "Management Limbă" -#: qtranslate_configuration.php:479 +#: admin/qtx_configuration.php:560 msgid "Language Code" msgstr "Cod Limbă" -#: qtranslate_configuration.php:481 +#: admin/qtx_configuration.php:562 msgid "2-Letter ISO Language Code for the Language you want to insert. (Example: en)" msgstr "2 - Litere Codul ISO Limbi pentru limba pe care vrei să o introduci. (Examplu: ro)" -#: qtranslate_configuration.php:510 +#: admin/qtx_configuration.php:591 msgid "Incorrect Flag Image Path! Please correct it!" msgstr "URL imagine steag incorect! Te rugăm să corectezi locaţia!" -#: qtranslate_configuration.php:513 +#: admin/qtx_configuration.php:594 msgid "Choose the corresponding country flag for language. (Example: gb.png)" msgstr "Alege steagul ţării corespunzător pentru această limbă. (Expemplu: ro.png)" -#: qtranslate_configuration.php:527 +#: admin/qtx_configuration.php:608 msgid "The Name of the language, which will be displayed on the site. (Example: English)" msgstr "Numele limbii, care va fi afişat pe site. (Examplu: Română)" -#: qtranslate_configuration.php:530 +#: admin/qtx_configuration.php:611 msgid "Locale" msgstr "Local" -#: qtranslate_configuration.php:533 +#: admin/qtx_configuration.php:614 msgid "PHP and Wordpress Locale for the language. (Example: en_US)" msgstr "Denumirea locală a limbi (Examplu: ro_RO)" -#: qtranslate_configuration.php:534 +#: admin/qtx_configuration.php:615 msgid "You will need to install the .mo file for this language." msgstr "Trebuie să instalezi fişierul .mo pentru această limbă." -#: qtranslate_configuration.php:538 +#: admin/qtx_configuration.php:619 msgid "Date Format" msgstr "Format Dată" -#: qtranslate_configuration.php:540 +#: admin/qtx_configuration.php:621 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime (use %q for day suffix (st,nd,rd,th)) or date format. This field is optional. (Example: %A %B %e%q, %Y)" msgstr "Depinde de Modul de Conversie a Datei / Timpului, poţi să introduci strftime (foloseşte %q pentru sufixul zilei (st,nd,rd,th)) sau formatul datei. Acest câmp este opţionall. (Examplu: %A %B %e%q, %Y)" -#: qtranslate_configuration.php:543 +#: admin/qtx_configuration.php:624 msgid "Time Format" msgstr "Format Timp" -#: qtranslate_configuration.php:545 +#: admin/qtx_configuration.php:626 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime or date format. This field is optional. (Example: %I:%M %p)" msgstr "Depinde de Modul de Conversie a Datei / Timpului, poţi să introduci strftime sau formatul datei. Acest câmp este opţionall. (Examplu: %I:%M %p)" -#: qtranslate_configuration.php:548 +#: admin/qtx_configuration.php:629 msgid "Not Available Message" msgstr "Mesaj nedisponibil." -#: qtranslate_configuration.php:551 +#: admin/qtx_configuration.php:632 msgid "Message to display if post is not available in the requested language. (Example: Sorry, this entry is only available in %LANG:, : and %.)" msgstr "Mesajul care va fi afişat dacă articolul nu este disponibil în limba cerută. (Exemplu: Ne pare rău, acest articol este disponibil numai în %LANG:, : şi %.)" -#: qtranslate_configuration.php:552 +#: admin/qtx_configuration.php:633 msgid "%LANG:<normal_separator>:<last_separator>% generates a list of languages separated by <normal_separator> except for the last one, where <last_separator> will be used instead." msgstr "%LANG:<normal_separator>:<last_separator>% generază o listă de limbi separate de <normal_separator> cu excepţia ultimei, unde <last_separator> fa fi folosit în loc." -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Hide" msgstr "" -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Show" msgstr "Arată" -#: qtranslate_configuration.php:675 +#: admin/qtx_configuration.php:763 msgid "Save Changes" msgstr "Salvează Modificări" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, fuzzy msgid "Switching Language" msgstr "Modifică Limbă" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, php-format msgid "Switching language to %1$s... If the Dashboard isn't loading, use this link." msgstr "" -#: qtranslate_configuration.php:713 +#: admin/qtx_configuration.php:801 msgid "qTranslate has been reset." msgstr "Modulul a fost resetat." -#: qtranslate_configuration.php:766 +#: admin/qtx_configuration.php:875 msgid "Gettext databases updated." msgstr "Baza de date a fost actualizată." -#: qtranslate_configuration.php:772 +#: admin/qtx_configuration.php:882 #, php-format msgid "Applicable options and taxonomy names from plugin %s have been imported. Note that the multilingual content of posts, pages and other objects has not been altered during this operation. There is no additional operation needed to import content, since its format is compatible with %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 #, php-format msgid "%sImportant%s: Before you start making edits to post and pages, please, make sure that both, your front site and admin back-end, work under this configuration. It may help to review \"%s\" and see if any of conflicting plugins mentioned there are used here. While the current content, coming from %s, is compatible with this plugin, the newly modified posts and pages will be saved with a new square-bracket-only encoding, which has a number of advantages comparing to former %s encoding. However, the new encoding is not straightforwardly compatible with %s and you will need an additional step available under \"%s\" option if you ever decide to go back to %s. Even with this additional conversion step, the 3rd-party plugins custom-stored data will not be auto-converted, but manual editing will still work. That is why it is advisable to create a test-copy of your site before making any further changes. In case you encounter a problem, please give us a chance to improve %s, send the login information to the test-copy of your site to %s along with a detailed step-by-step description of what is not working, and continue using your main site with %s meanwhile. It would also help, if you share a success story as well, either on %sthe forum%s, or via the same e-mail as mentioned above. Thank you very much for trying %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 admin/qtx_configuration.php:894 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:156 +msgid "Convert Database" +msgstr "Converteşte Baza de Date" + +#: admin/qtx_configuration.php:883 msgid "This is a one-time message, which you will not see again, unless the same import is repeated." msgstr "" -#: qtranslate_configuration.php:775 qtranslate_configuration.php:1204 +#: admin/qtx_configuration.php:885 admin/qtx_configuration.php:1320 msgid "Compatibility Functions" msgstr "" -#: qtranslate_configuration.php:775 +#: admin/qtx_configuration.php:885 #, php-format msgid "Option \"%s\" has also been turned on, as the most common case for importing configuration from %s. You may turn it off manually if your setup does not require it. Refer to %sFAQ%s for more information." msgstr "" -#: qtranslate_configuration.php:783 +#: admin/qtx_configuration.php:894 #, php-format msgid "Applicable options have been exported to plugin %s. If you have done some post or page updates after migrating from %s, then \"%s\" operation is also required to convert the content to \"dual language tag\" style in order for plugin %s to function." msgstr "" -#: qtranslate_configuration.php:794 +#: admin/qtx_configuration.php:906 msgid "The Language must have a Not-Available Message!" msgstr "Limba trebuie să conţină un mesaj de nedisponibilitate." -#: qtranslate_configuration.php:795 +#: admin/qtx_configuration.php:907 msgid "The Language must have a Locale!" msgstr "Limba trebuie să conţină o denumire locală!" -#: qtranslate_configuration.php:796 +#: admin/qtx_configuration.php:908 msgid "The Language must have a name!" msgstr "Limba trebuie să conţină un nume!" -#: qtranslate_configuration.php:797 +#: admin/qtx_configuration.php:909 msgid "Language Code has to be 2 characters long!" msgstr "Codul Limbi trebuie să conţină 2 carctere!" -#: qtranslate_configuration.php:801 qtranslate_configuration.php:807 +#: admin/qtx_configuration.php:916 admin/qtx_configuration.php:922 msgid "There is already a language with the same Language Code!" msgstr "Este deja o limbă cu acest Cod de Limbă !" -#: qtranslate_configuration.php:892 qtranslate_configuration.php:914 -#: qtranslate_configuration.php:921 qtranslate_configuration.php:938 -msgid "No such language!" -msgstr "Nu există această limbă" - -#: qtranslate_configuration.php:906 +#: admin/qtx_configuration.php:1019 msgid "Language is already enabled or invalid!" msgstr "Limba este deja activată sau invalidă!" -#: qtranslate_configuration.php:911 +#: admin/qtx_configuration.php:1025 msgid "Cannot disable Default Language!" msgstr "Limba implicită nu poate fi deyactivată!" -#: qtranslate_configuration.php:917 +#: admin/qtx_configuration.php:1028 admin/qtx_configuration.php:1035 +#: admin/qtx_configuration.php:1052 +msgid "No such language!" +msgstr "Nu există această limbă" + +#: admin/qtx_configuration.php:1031 msgid "Language is already disabled!" msgstr "Limba este deja deyactivată!" -#: qtranslate_configuration.php:925 +#: admin/qtx_configuration.php:1039 msgid "Language is already first!" msgstr "Limba este deja prima!" -#: qtranslate_configuration.php:931 qtranslate_configuration.php:948 +#: admin/qtx_configuration.php:1045 admin/qtx_configuration.php:1062 msgid "New order saved." msgstr "Noua ordine a fost salvată." -#: qtranslate_configuration.php:942 +#: admin/qtx_configuration.php:1056 msgid "Language is already last!" msgstr "Limba este deja ultima!" -#: qtranslate_configuration.php:960 +#: admin/qtx_configuration.php:1074 msgid "Options saved." msgstr "Opţiunile au fost salvate." -#: qtranslate_configuration.php:965 +#: admin/qtx_configuration.php:1079 #, php-format msgid "Could not write to \"%s\", Gettext Databases could not be downloaded!" msgstr "Nu a fost posibilă scrierea la \"%s\", Bazele de date Gettext nu au putut fi descărcate!" -#: qtranslate_configuration.php:991 +#: admin/qtx_configuration.php:1105 msgid "Edit Language" msgstr "Modifică Limbă" -#: qtranslate_configuration.php:994 +#: admin/qtx_configuration.php:1108 msgid "Save Changes »" msgstr "Salvează Modificări »" -#: qtranslate_configuration.php:999 +#: admin/qtx_configuration.php:1110 +msgid "back to configuration page" +msgstr "" + +#: admin/qtx_configuration.php:1114 msgid "Language Management (qTranslate Configuration)" msgstr "Management Limbi (Configurare qTranslate)" -#: qtranslate_configuration.php:1000 +#: admin/qtx_configuration.php:1115 #, php-format msgid "For help on how to configure qTranslate correctly, take a look at the qTranslate FAQ and the Support Forum." msgstr "Pentru ajutor în configurarea corectă a qTranslate, aruncă o privire pe qTranslate FAQ şi pe Forum Suport." -#: qtranslate_configuration.php:1002 +#: admin/qtx_configuration.php:1117 msgid "General Settings" msgstr "Setări Generale" -#: qtranslate_configuration.php:1005 +#: admin/qtx_configuration.php:1120 msgid "Default Language / Order" msgstr "Limbă Implicită - Ordinea Limbilor" -#: qtranslate_configuration.php:1007 +#: admin/qtx_configuration.php:1122 msgid "Default Language" msgstr "Limbă Implicită" -#: qtranslate_configuration.php:1020 +#: admin/qtx_configuration.php:1135 #, php-format msgid "Choose the default language of your blog. This is the language which will be shown on %s. You can also change the order the languages by clicking on the arrows above." msgstr "Alege limba implicită a acestui site. Aceasta este limba care va fi afişată pe %s. Poţi de asemenea să schimbi ordinea limbilor cu ajutorul săgeţilor de mai sus." -#: qtranslate_configuration.php:1025 +#: admin/qtx_configuration.php:1140 msgid "Hide Untranslated Content" msgstr "Ascunde conţinutul netradus." -#: qtranslate_configuration.php:1027 +#: admin/qtx_configuration.php:1142 msgid "Hide Content which is not available for the selected language." msgstr "Ascunde conţinutul care nu este disponibil pentru limba selectată." -#: qtranslate_configuration.php:1029 +#: admin/qtx_configuration.php:1144 msgid "When checked, posts will be hidden if the content is not available for the selected language. If unchecked, a message will appear showing all the languages the content is available in." msgstr "Cănd este bifat, articoele vor fi ascunse dacă conţinutul nu este disponibil pentru limba selectată. Daca nu este bifat, un mesaj va apărea care va arata limbile în care articolul este disponibil." -#: qtranslate_configuration.php:1030 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Export" +msgstr "" + +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Import" +msgstr "" + +#: admin/qtx_configuration.php:1145 #, fuzzy, php-format msgid "This function will not work correctly if you installed %s on a blog with existing entries. In this case you will need to take a look at option \"%s\" under \"%s\" section." msgstr "Această funcţie nu va funcţiona corect dacă ai instalat qTranslate pe un blog cu conţinut existent. În acest caz va trebui să arunci o privire la \"Converteşte Baza de Date\" din \"Setări Avansate\"." -#: qtranslate_configuration.php:1032 +#: admin/qtx_configuration.php:1147 #, fuzzy msgid "Show displayed language prefix when content is not available for the selected language." msgstr "Ascunde conţinutul care nu este disponibil pentru limba selectată." -#: qtranslate_configuration.php:1036 +#: admin/qtx_configuration.php:1151 msgid "Detect Browser Language" msgstr "Detectează limba navigatorului" -#: qtranslate_configuration.php:1038 +#: admin/qtx_configuration.php:1153 msgid "Detect the language of the browser and redirect accordingly." msgstr "Detectează limba navigatorului şi redirectionează către această limbă." -#: qtranslate_configuration.php:1040 +#: admin/qtx_configuration.php:1155 msgid "When the frontpage is visited via bookmark/external link/type-in, the visitor will be forwarded to the correct URL for the language specified by his browser." msgstr "Când pagina este vizitată printr-un bookmark/legătură externă/direct, vizitatorul va fi împins către URL-ul corect pentru limba specificată de browserul acestuia." -#: qtranslate_configuration.php:1045 +#: admin/qtx_configuration.php:1160 msgid "Advanced Settings" msgstr "Setări Avansate" -#: qtranslate_configuration.php:1052 qtranslate_configuration.php:1054 -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1167 admin/qtx_configuration.php:1169 +#: admin/qtx_configuration.php:1243 msgid "URL Modification Mode" msgstr "Modul de modificare a URL-ului" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Most SEO unfriendly, not recommended." msgstr "" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Use Query Mode (?lang=en)" msgstr "Foloseşte modul interogare (?lang=ro)" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "SEO friendly." msgstr "" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "Use Pre-Path Mode (Default, puts /en/ in front of URL)" msgstr "Foloseşte modul dosar (Implicit, pune /ro/ în faţă la URL)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "Use Pre-Domain Mode (uses http://en.yoursite.com)" msgstr "Foloseşte modul subdomeniu (foloseşte http://ro.siteultău.com)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "You will need to configure DNS sub-domains on your site." msgstr "" -#: qtranslate_configuration.php:1068 +#: admin/qtx_configuration.php:1183 msgid "Hide URL language information for default language." msgstr "Ascunde informaţiile pentru limba implicită din URL." -#: qtranslate_configuration.php:1069 +#: admin/qtx_configuration.php:1184 msgid "This is only applicable to Pre-Path and Pre-Domain mode." msgstr "" -#: qtranslate_configuration.php:1074 +#: admin/qtx_configuration.php:1189 #, fuzzy msgid "Use Per-Domain mode: specify separate user-defined domain for each language." msgstr "Foloseşte funcţia de dată emulată şi înlocuieşte formatele cu cele predefinite pentru fiecare limbă în parte." -#: qtranslate_configuration.php:1092 +#: admin/qtx_configuration.php:1208 msgid "Domain for" msgstr "" -#: qtranslate_configuration.php:1097 +#: admin/qtx_configuration.php:1213 msgid "Flag Image Path" msgstr "Cale Imagine Steag" -#: qtranslate_configuration.php:1101 +#: admin/qtx_configuration.php:1217 #, fuzzy, php-format msgid "Path to the flag images under wp-content, with trailing slash. (Default: %s, clear the value above to reset it to the default)" msgstr "Calea către imaginile steagurilor din wp+content, cu slash. (Implicit: plugins/qtranslate/flags/)" -#: qtranslate_configuration.php:1105 +#: admin/qtx_configuration.php:1221 msgid "Ignore Links" msgstr "Ignoră Legăturile" -#: qtranslate_configuration.php:1109 +#: admin/qtx_configuration.php:1225 #, fuzzy, php-format msgid "Don't convert links to files of the given file types. (Always included: %s)" msgstr "Nu converti legăturile către fişierele cu tipurile date. (Implicit: gif,jpg,jpeg,png,pdf,swf,tif,rar,zip,7z,mpg,divx,mpeg,avi,css,js)" -#: qtranslate_configuration.php:1113 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1229 qtranslate_widget.php:119 msgid "Head inline CSS" msgstr "" -#: qtranslate_configuration.php:1115 +#: admin/qtx_configuration.php:1231 msgid "CSS code added by plugin in the head of front-end pages:" msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 qtranslate_widget.php:119 msgid "To disable this inline CSS, clear the check box." msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 admin/qtx_configuration.php:1395 +#: qtranslate_widget.php:119 msgid "To reset to default, clear the text." msgstr "" -#: qtranslate_configuration.php:1123 +#: admin/qtx_configuration.php:1239 #, fuzzy msgid "Cookie Settings" msgstr "Setări" -#: qtranslate_configuration.php:1125 +#: admin/qtx_configuration.php:1241 #, php-format msgid "Disable language client cookie \"%s\" (not recommended)." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Language cookie is auto-disabled for \"%s\" \"Pre-Domain\" and \"Per-Domain\", as language is always unambiguously defined by a url in those modes." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Otherwise, use this option with a caution, for simple enough sites only. If checked, the user choice of browsing language will not be saved between sessions and some AJAX calls may deliver unexpected language, as well as some undesired language switching during browsing may occur under certain themes (%sRead More%s)." msgstr "" -#: qtranslate_configuration.php:1129 +#: admin/qtx_configuration.php:1245 #, php-format msgid "Make %s cookies available only through HTTPS connections." msgstr "" -#: qtranslate_configuration.php:1131 +#: admin/qtx_configuration.php:1247 msgid "Don't check this if you don't know what you're doing!" msgstr "" -#: qtranslate_configuration.php:1135 +#: admin/qtx_configuration.php:1251 msgid "Update Gettext Databases" msgstr "Actualizează Bazele de date Gettext" -#: qtranslate_configuration.php:1137 +#: admin/qtx_configuration.php:1253 msgid "Automatically check for .mo-Database Updates of installed languages." msgstr "Verifică automat pentru actualizări .mo ale limbilor instalate." -#: qtranslate_configuration.php:1139 +#: admin/qtx_configuration.php:1255 msgid "Update Gettext databases now." msgstr "Actualizează Bazele de date Gettext acum." -#: qtranslate_configuration.php:1141 +#: admin/qtx_configuration.php:1257 msgid "qTranslate will query the Wordpress Localisation Repository every week and download the latest Gettext Databases (.mo Files)." msgstr "qTranslate va interoga Repozitorul de Localizare Wordpress în fiecare săptămână şi descărca cea mai recentă Bază de date Gettext (Fişiere .mo)." -#: qtranslate_configuration.php:1145 +#: admin/qtx_configuration.php:1261 msgid "Date / Time Conversion" msgstr "Conversie Timp / Dată" -#: qtranslate_configuration.php:1147 +#: admin/qtx_configuration.php:1263 msgid "Use emulated date function." msgstr "Foloseşte funcţia de dată emulată." -#: qtranslate_configuration.php:1148 +#: admin/qtx_configuration.php:1264 msgid "Use emulated date function and replace formats with the predefined formats for each language." msgstr "Foloseşte funcţia de dată emulată şi înlocuieşte formatele cu cele predefinite pentru fiecare limbă în parte." -#: qtranslate_configuration.php:1149 +#: admin/qtx_configuration.php:1265 msgid "Use strftime instead of date." msgstr "Foloseşte funcţia strftime în locul funcţiei date." -#: qtranslate_configuration.php:1150 +#: admin/qtx_configuration.php:1266 msgid "Use strftime instead of date and replace formats with the predefined formats for each language." msgstr "Foloseşte funcţia strftime în locul funcţiei date şi înlocuieşte formatele cu cele predefinite pentru fiecare limbă în parte." -#: qtranslate_configuration.php:1151 +#: admin/qtx_configuration.php:1267 msgid "Depending on the mode selected, additional customizations of the theme may be needed." msgstr "În funcţie de modul ales, modificări adiţionale în temă (şablon) vor fi necesare." -#: qtranslate_configuration.php:1160 +#: admin/qtx_configuration.php:1276 #, fuzzy msgid "Translation of options" msgstr "Traducere în" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Filter all WordPress options for translation at front-end. It may hurt performance of the site, but ensures that all options are translated." msgstr "" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Starting from version 3.2.5, only options with multilingual content get filtered, which should help on performance issues." msgstr "" -#: qtranslate_configuration.php:1164 +#: admin/qtx_configuration.php:1280 msgid "Translate only options listed below (for experts only):" msgstr "" -#: qtranslate_configuration.php:1167 +#: admin/qtx_configuration.php:1283 #, php-format msgid "By default, all options are filtered to be translated at front-end for the sake of simplicity of configuration. However, for a developed site, this may cause a considerable performance degradation. Normally, there are very few options, which actually need a translation. You may simply list them above to minimize the performance impact, while still getting translations needed. Options names must match the field \"%s\" of table \"%s\" of WordPress database. A minimum common set of option, normally needed a translation, is already entered in the list above as a default example. Option names in the list may contain wildcard with symbol \"%s\"." msgstr "" -#: qtranslate_configuration.php:1171 +#: admin/qtx_configuration.php:1287 msgid "Custom Fields" msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 #, php-format msgid "Enter \"%s\" or \"%s\" attribute of text fields from your theme, which you wish to translate. This applies to post, page and media editors (%s). To lookup \"%s\" or \"%s\", right-click on the field in the post or the page editor and choose \"%s\". Look for an attribute of the field named \"%s\" or \"%s\". Enter it below, as many as you need, space- or comma-separated. After saving configuration, these fields will start responding to the language switching buttons, and you can enter different text for each language. The input fields of type %s will be parsed using %s syntax, while single line text fields will use %s syntax. If you need to override this behaviour, prepend prefix %s or %s to the name of the field to specify which syntax to use. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 msgctxt "browser option" msgid "Inspect Element" msgstr "" -#: qtranslate_configuration.php:1180 +#: admin/qtx_configuration.php:1296 msgid "The value of \"id\" attribute is normally unique within one page, otherwise the first field found, having an id specified, is picked up." msgstr "" -#: qtranslate_configuration.php:1187 +#: admin/qtx_configuration.php:1303 #, php-format msgid "All the fields of specified classes will respond to Language Switching Buttons. Be careful not to include a class, which would affect language-neutral fields. If you cannot uniquely identify a field needed neither by %s, nor by %s attribute, report the issue on %sSupport Forum%s" msgstr "" -#: qtranslate_configuration.php:1191 +#: admin/qtx_configuration.php:1307 msgid "Custom Filters" msgstr "" -#: qtranslate_configuration.php:1194 +#: admin/qtx_configuration.php:1310 #, php-format msgid "Names of filters (which are enabled on theme or other plugins via %s function) to add translation to. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1198 +#: admin/qtx_configuration.php:1314 msgid "Custom Admin Pages" msgstr "" -#: qtranslate_configuration.php:1200 +#: admin/qtx_configuration.php:1316 #, php-format msgid "List the custom admin page paths for which you wish Language Switching Buttons to show up. The Buttons will then control fields configured in \"Custom Fields\" section. You may only include part of the full URL after %s, including a distinctive query string if needed. As many as desired pages can be listed space/comma separated. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1206 +#: admin/qtx_configuration.php:1322 #, php-format msgid "Enable function name compatibility (%s)." msgstr "" -#: qtranslate_configuration.php:1207 +#: admin/qtx_configuration.php:1323 #, php-format msgid "Some plugins and themes use direct calls to the functions listed, which are defined in former %s plugin and some of its forks. Turning this flag on will enable those function to exists, which will make the dependent plugins and themes to work. WordPress policy prohibits to define functions with the same names as in other plugins, since it generates user-unfriendly fatal errors, when two conflicting plugins are activated simultaneously. Before turning this option on, you have to make sure that there are no other plugins active, which define those functions." msgstr "" -#: qtranslate_configuration.php:1211 +#: admin/qtx_configuration.php:1327 msgid "Editor Mode" msgstr "" -#: qtranslate_configuration.php:1213 +#: admin/qtx_configuration.php:1329 msgid "Use Language Switching Buttons (LSB)." msgstr "" -#: qtranslate_configuration.php:1214 +#: admin/qtx_configuration.php:1330 msgid "This is the default mode." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Do not use Language Switching Buttons to edit multi-language text entries." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Editor Raw Mode" msgstr "" -#: qtranslate_configuration.php:1216 +#: admin/qtx_configuration.php:1332 msgid "Some people prefer to edit the raw entries containing all languages together separated by language defining tags, as they are stored in database." msgstr "" -#: qtranslate_configuration.php:1267 -#, fuzzy, php-format -msgid "%s Flag" -msgstr "Steag" +#: admin/qtx_configuration.php:1340 admin/qtx_configuration.php:1343 +msgid "LSB Style" +msgstr "" + +#: admin/qtx_configuration.php:1344 +msgid "Choose CSS style for how Language Switching Buttons are rendered:" +msgstr "" + +#: admin/qtx_configuration.php:1345 +#, php-format +msgid "LSB %s-wrap classes:" +msgstr "" + +#: admin/qtx_configuration.php:1346 +msgid "Active button class:" +msgstr "" + +#: admin/qtx_configuration.php:1347 +msgid "The above is reset to an appropriate default, if the below is changed." +msgstr "" + +#: admin/qtx_configuration.php:1348 +msgid "CSS set:" +msgstr "" + +#: admin/qtx_configuration.php:1352 admin/qtx_configuration.php:1354 +#: admin/qtx_configuration.php:1388 admin/qtx_configuration.php:1390 +msgid "Use custom CSS" +msgstr "" + +#: admin/qtx_configuration.php:1354 +#, php-format +msgid "Choice \"%s\" disables this option and allows one to use its own custom CSS provided by other means." +msgstr "" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1371 admin/qtx_configuration.php:1375 +#: admin/qtx_user_options.php:18 +msgid "Highlight Style" +msgstr "" + +#: admin/qtx_configuration.php:1373 +msgid "When there are many integrated or customized translatable fields, it may become confusing to know which field has multilingual value. The highlighting of translatable fields may come handy then:" +msgstr "" + +#: admin/qtx_configuration.php:1376 admin/qtx_configuration.php:1378 +msgid "Do not highlight the translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1380 admin/qtx_configuration.php:1382 +msgid "Show a line on the left border of translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1384 admin/qtx_configuration.php:1386 +msgid "Draw a border around translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1395 +msgid "Admin Color Scheme" +msgstr "" + +#: admin/qtx_configuration.php:1395 +#, php-format +msgid "The color in use is taken from your profile option %s, the third color." +msgstr "" + +#: admin/qtx_configuration.php:1433 +#, fuzzy +msgid "List of Configured Languages" +msgstr "Limbă Sursă" + +#: admin/qtx_configuration.php:1438 +#, php-format +msgid "Only enabled languages are loaded at front-end, while all %d configured languages are listed here." +msgstr "" + +#: admin/qtx_configuration.php:1439 +msgid "The table below contains both pre-defined and manually added or modified languages." +msgstr "" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Delete" +msgstr "Şterge" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Disable" msgstr "Dezactivează" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Enable" msgstr "Activează" -#: qtranslate_configuration.php:1270 -msgid "Edit" -msgstr "Modifică" +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Reset" +msgstr "" -#: qtranslate_configuration.php:1271 +#: admin/qtx_configuration.php:1440 +#, php-format +msgid "You may %s or %s a language, or %s manually added language, or %s previous modifications of a pre-defined language." +msgstr "" + +#: admin/qtx_configuration.php:1441 +#, php-format +msgid "Click %s to modify language properties." +msgstr "" + +#: admin/qtx_configuration.php:1463 +#, fuzzy, php-format +msgid "%s Flag" +msgstr "Steag" + +#: admin/qtx_configuration.php:1465 msgid "Default" msgstr "Implicit" -#: qtranslate_configuration.php:1271 -msgid "Delete" -msgstr "Şterge" +#: admin/qtx_configuration.php:1467 +msgid "Pre-Defined" +msgstr "" -#: qtranslate_configuration.php:1276 +#: admin/qtx_configuration.php:1476 msgid "Enabling a language will cause qTranslate to update the Gettext-Database for the language, which can take a while depending on your server's connection speed." msgstr "Activarea unei limbi presupune ca qTranslate să actualizeze baza de date Gettext pentru limba aleasă, fapt ce poate dura în funcţie de viteza de internet a server-ului dumneavoastră." -#: qtranslate_configuration.php:1283 +#: admin/qtx_configuration.php:1483 msgid "Add Language" msgstr "Adaugă Limbă" -#: qtranslate_configuration.php:1286 +#: admin/qtx_configuration.php:1486 msgid "Add Language »" msgstr "Adaugă Limbă »" -#: qtranslate_configuration.php:1301 +#: admin/qtx_configuration.php:1508 #, fuzzy msgid "Language Menu" msgstr "Cod Limbă" -#: qtranslate_configuration.php:1350 +#: admin/qtx_configuration.php:1557 msgid "Help" msgstr "" -#: qtranslate_configuration.php:1352 +#: admin/qtx_configuration.php:1559 #, php-format msgid "Menu item added is replaced with a sub-menu of available languages when menu is rendered. Depending on how your theme renders menu you may need to override and customize css entries %s and %s, originally defined in %s. The field \"URL\" of inserted menu item allows additional configuration described in %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1357 +#: admin/qtx_configuration.php:1564 msgid "Add to Menu" msgstr "" -#: qtranslate_configuration.php:1367 +#: admin/qtx_configuration.php:1574 #, fuzzy msgid "Language Switcher" msgstr "Cod Limbă" -#: qtranslate_configuration.php:1404 +#: admin/qtx_configuration.php:1619 msgid "Settings" msgstr "Setări" +#: admin/qtx_import_export.php:125 +msgid "Plugin" +msgstr "" + +#: admin/qtx_import_export.php:131 +msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." +msgstr "" + +#: admin/qtx_import_export.php:134 +#, php-format +msgid "Use plugin %s to import data." +msgstr "" + +#: admin/qtx_import_export.php:138 +msgid "Do not migrate any setting" +msgstr "" + +#: admin/qtx_import_export.php:140 +#, fuzzy +msgid "Import settings from " +msgstr "Resetează qTranslate" + +#: admin/qtx_import_export.php:142 +#, fuzzy +msgid "Export settings to " +msgstr "Resetează qTranslate" + +#: admin/qtx_import_export.php:158 +#, php-format +msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." +msgstr "Dacă actualizezi de la qTranslate 1.x sau Polyglot,click aici pentru a converti articolele la noul format de limbă." + +#: admin/qtx_import_export.php:159 +#, php-format +msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." +msgstr "Dacă ai instalat qTranslate pentru prima dată pe un site cu articole existente, poţi să treci prin toate articolele manual si să le salvezi în limba corectă sau click aici pentru a marca toate articolele existente ca postări scrise în limba implicită." + +#: admin/qtx_import_export.php:160 +msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." +msgstr "Ambele procese sunt ireversibile! Fii sigur că ai făcut o copie la toată baza de date înainte de a da click pe unul din link-uri." + +#: admin/qtx_import_export.php:161 +#, fuzzy +msgid "Do not convert database" +msgstr "Converteşte Baza de Date" + +#: admin/qtx_import_export.php:162 +msgid "Convert database to the \"square bracket only\" style." +msgstr "" + +#: admin/qtx_import_export.php:163 +#, php-format +msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." +msgstr "" + +#: admin/qtx_import_export.php:164 +msgid "Convert database back to the legacy \"dual language tag\" style." +msgstr "" + +#: admin/qtx_import_export.php:165 +msgid "Note, that only string options and standard post and page fields are affected." +msgstr "" + +#: admin/qtx_import_export.php:174 +msgid "Reset qTranslate" +msgstr "Resetează qTranslate" + +#: admin/qtx_import_export.php:176 +msgid "Check this box and click Save Changes to reset all qTranslate settings." +msgstr "Bifează această căsuţă şi dă click pe Salvare Modiicări pentru a reseta toate setările qTranslate." + +#: admin/qtx_import_export.php:178 +msgid "Yes, I really want to reset qTranslate." +msgstr "Da, sunt conştient ce implică această resetare şi doresc să o efectuez." + +#: admin/qtx_import_export.php:180 +msgid "Also delete Translations for Categories/Tags/Link Categories." +msgstr "Şterge şi traducerile pentru Categorii/Etichete/Legături." + +#: admin/qtx_import_export.php:182 +msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." +msgstr "Dacă ceva nu funcţionează corect, poţi oricând să resetezi setările qTranslate. O resetare nu va şterge nici un articol dar va elimina toate setările (incluzând şi limbile adăugate)." + +#: admin/qtx_languages.php:93 +#, fuzzy +msgid "Cannot delete Default Language!" +msgstr "Limba implicită nu poate fi deyactivată!" + +#: admin/qtx_user_options.php:9 +#, fuzzy +msgid "Translation options" +msgstr "Traducere în" + +#: admin/qtx_user_options.php:14 +msgid "Highlight Translatable Fields" +msgstr "" + +#: admin/qtx_user_options.php:18 +#, php-format +msgid "The way the translatable fields are highlighted is configured with global option %s." +msgstr "" + #: qtranslate_frontend.php:162 qtranslate_widget.php:67 msgid "Language" msgstr "Limbă" diff --git a/lang/qtranslate-ru_RU.mo b/lang/qtranslate-ru_RU.mo index 8b15bed..4c46df6 100644 Binary files a/lang/qtranslate-ru_RU.mo and b/lang/qtranslate-ru_RU.mo differ diff --git a/lang/qtranslate-ru_RU.po b/lang/qtranslate-ru_RU.po index bdfb065..2c1b3d5 100644 --- a/lang/qtranslate-ru_RU.po +++ b/lang/qtranslate-ru_RU.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: qTranslate-X 3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-03-19 14:09-0600\n" -"PO-Revision-Date: 2015-02-23 22:28-0800\n" +"POT-Creation-Date: 2015-03-25 22:22-0600\n" +"PO-Revision-Date: 2015-03-24 20:50-0800\n" "Last-Translator: \n" "Language-Team: qTranslate Team Translators\n" "MIME-Version: 1.0\n" @@ -17,772 +17,903 @@ msgstr "" "Language: ru_RU\n" "X-Poedit-Basepath: ..\n" "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n" -"X-Generator: Poedit 1.7.4\n" +"X-Generator: Poedit 1.7.5\n" "X-Poedit-SourceCharset: UTF-8\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Poedit-SearchPath-0: .\n" -#: admin/activation_hook.php:37 admin/activation_hook.php:137 -#: qtranslate_configuration.php:772 +#: admin/qtx_activation_hook.php:80 admin/qtx_activation_hook.php:205 +#: admin/qtx_configuration.php:882 #, php-format msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so." msgstr "" -#: admin/activation_hook.php:38 +#: admin/qtx_activation_hook.php:81 #, php-format msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously." msgstr "Активация плагина %s деактивирует плагин %s, так как они не могут работать одновременно." -#: admin/activation_hook.php:40 +#: admin/qtx_activation_hook.php:83 #, php-format msgid "The compatible settings from %s have been imported to %s. Further tuning, import, export and reset of options can be done at Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "Совместимые настройки были импортированы из %s в %s. Дальнейшие настройки, импортирование, экспортирование и сброс настроек можно будет сделать на странице конфигурации Настройки/Языки, как только %s будет запущен.%sContinue%s" -#: admin/activation_hook.php:42 +#: admin/qtx_activation_hook.php:85 #, php-format msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "Вы можете импортировать и экспортировать совместимые параметры от %s для %s на странице Настройки/Языки, после того как %s будет запущен. %sContinue%s" -#: admin/activation_hook.php:135 +#: admin/qtx_activation_hook.php:203 #, php-format msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/Languages configuration page. Then you have to deactivate one of the plugins to continue." msgstr "%sОшибка:%s Плагин %s не может выполняться одновременно с плагин %s. Вы может импортировать и экспортировать совместимые параметры между %s и %s на настройки /языки конфигурации страницы. Тогда вам придется отключить один из плагинов для продолжения." -#: admin/activation_hook.php:140 admin/activation_hook.php:142 +#: admin/qtx_activation_hook.php:208 admin/qtx_activation_hook.php:210 #, php-format msgid "Deactivate %s" msgstr "Деактивировать %s" -#: admin/activation_hook.php:176 +#: admin/qtx_activation_hook.php:249 #, php-format msgid "Plugin %s may be integrated with multilingual plugin %s with a help of plugin %s." msgstr "" -#: admin/activation_hook.php:178 +#: admin/qtx_activation_hook.php:251 msgid "Please, press an appropriate button below." msgstr "" -#: admin/activation_hook.php:182 +#: admin/qtx_activation_hook.php:255 #, fuzzy, php-format msgid "Activate plugin %s" msgstr "Деактивировать %s" -#: admin/activation_hook.php:184 +#: admin/qtx_activation_hook.php:257 #, php-format msgid "Install plugin %s" msgstr "" -#: admin/activation_hook.php:186 +#: admin/qtx_activation_hook.php:259 msgid "I am aware of that, dismiss this message." msgstr "" -#: admin/activation_hook.php:240 +#: admin/qtx_activation_hook.php:309 #, php-format msgid "Thank you for using %s plugin!" msgstr "" -#: admin/activation_hook.php:242 +#: admin/qtx_activation_hook.php:311 #, php-format msgid "Please, help us to make a decision on \"%s\" feature, press the button below." msgstr "" -#: admin/activation_hook.php:242 admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:311 admin/qtx_activation_hook.php:313 #: qtranslate_services.php:787 msgid "Translation Service" msgstr "Услуги по переводу" -#: admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:313 #, php-format msgid "Survey on \"%s\" feature" msgstr "" -#: admin/activation_hook.php:245 +#: admin/qtx_activation_hook.php:314 admin/qtx_activation_hook.php:348 msgid "I have already done it, dismiss this message." msgstr "" -#: admin/admin_utils.php:145 +#: admin/qtx_activation_hook.php:346 +#, php-format +msgid "The latest version of plugin %s has a number of new options, for example, %s, which may change the look of some pages. Please, review the help text of new options on %sconfiguration page%s." +msgstr "" + +#: admin/qtx_admin_utils.php:146 msgid "Database has been converted to square bracket format." msgstr "" -#: admin/admin_utils.php:145 admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:146 admin/qtx_admin_utils.php:148 msgid "Note: custom entries are not touched." msgstr "" -#: admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:148 msgid "Database has been converted to legacy dual-tag format." msgstr "" -#: admin/admin_utils.php:405 qtranslate_configuration.php:484 -#: qtranslate_configuration.php:507 qtranslate_frontend.php:168 +#: admin/qtx_admin_utils.php:406 admin/qtx_configuration.php:565 +#: admin/qtx_configuration.php:588 qtranslate_frontend.php:168 #: qtranslate_frontend.php:195 msgid "Flag" msgstr "Флаг" -#: admin/admin_utils.php:406 qtranslate_configuration.php:525 +#: admin/qtx_admin_utils.php:407 admin/qtx_configuration.php:606 msgid "Name" msgstr "Название" -#: admin/admin_utils.php:407 qtranslate_services.php:383 +#: admin/qtx_admin_utils.php:408 qtranslate_services.php:383 msgid "Action" msgstr "Действие" -#: admin/admin_utils.php:420 qtranslate_configuration.php:471 -#: qtranslate_configuration.php:1245 -msgid "Languages" -msgstr "Языки" - -#: admin/import_export.php:125 -msgid "Plugin" -msgstr "Плагин" - -#: admin/import_export.php:131 -msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." -msgstr "Нет необходимости перенести любые настройки, схема базы данных совместим с этим плагином." - -#: admin/import_export.php:134 -#, php-format -msgid "Use plugin %s to import data." -msgstr "" - -#: admin/import_export.php:138 -msgid "Do not migrate any setting" -msgstr "Не переносить никакие настройки" - -#: admin/import_export.php:140 -msgid "Import settings from " -msgstr "Импорт настроек из" - -#: admin/import_export.php:142 -msgid "Export settings to " -msgstr "Экспортировать настройки в" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Export" -msgstr "Экспортировать" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Import" -msgstr "Импортировать" - -#: admin/import_export.php:156 qtranslate_configuration.php:773 -#: qtranslate_configuration.php:783 qtranslate_configuration.php:1030 -msgid "Convert Database" -msgstr "Преобразование базы данных" - -#: admin/import_export.php:158 -#, php-format -msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." -msgstr "При обновлении с 1.x qTranslate или Полиглот, нажмите здесь для преобразования сообщений в новый формат языка." - -#: admin/import_export.php:159 -#, php-format -msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." -msgstr "Если qTranslate у вас установлен в первый раз на Wordpress с существующими статьями, вы можете проверить статьи вручную и сохранять их в нужный язык или нажмите здесь , чтобы отметить все существующие статьи, как написанные на языке по умолчанию." - -#: admin/import_export.php:160 -msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." -msgstr "Оба процесса являются необратимыми! Сделайте полную резервную копию базы данных, прежде чем нажать на одну из ссылок." - -#: admin/import_export.php:161 -msgid "Do not convert database" -msgstr "Ничего не делать" - -#: admin/import_export.php:162 -msgid "Convert database to the \"square bracket only\" style." -msgstr "" - -#: admin/import_export.php:163 -#, php-format -msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." -msgstr "" - -#: admin/import_export.php:164 -msgid "Convert database back to the legacy \"dual language tag\" style." -msgstr "" +#: admin/qtx_admin_utils.php:409 admin/qtx_configuration.php:1441 +#: admin/qtx_configuration.php:1466 +msgid "Edit" +msgstr "Редактировать" -#: admin/import_export.php:165 -msgid "Note, that only string options and standard post and page fields are affected." +#: admin/qtx_admin_utils.php:410 +msgid "Stored" msgstr "" -#: admin/import_export.php:174 -msgid "Reset qTranslate" -msgstr "Сброс qTranslate" - -#: admin/import_export.php:176 -msgid "Check this box and click Save Changes to reset all qTranslate settings." -msgstr "Установите этот флажок, и нажмите кнопку Сохранить изменения, чтобы сбросить все настройки qTranslate." - -#: admin/import_export.php:178 -msgid "Yes, I really want to reset qTranslate." -msgstr "Да, я действительно хочу сбросить qTranslate." - -#: admin/import_export.php:180 -msgid "Also delete Translations for Categories/Tags/Link Categories." -msgstr "Также удалить Переводы Категорий / Меток / Категорий ссылок." - -#: admin/import_export.php:182 -msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." -msgstr "Если что-то не работает должным образом, вы всегда можете попытаться сбросить все настройки qTranslate. Сброс не удалит сообщения, но приведет к удалению всех настроек (в том числе всех добавленных языков)." +#: admin/qtx_admin_utils.php:421 admin/qtx_configuration.php:552 +#: admin/qtx_configuration.php:1424 +msgid "Languages" +msgstr "Языки" -#: qtranslate_configuration.php:471 +#: admin/qtx_configuration.php:552 msgid "Language Management" msgstr "Управление языками" -#: qtranslate_configuration.php:479 +#: admin/qtx_configuration.php:560 msgid "Language Code" msgstr "Код языка" -#: qtranslate_configuration.php:481 +#: admin/qtx_configuration.php:562 msgid "2-Letter ISO Language Code for the Language you want to insert. (Example: en)" msgstr "2-буквы того языка, который Вы хотите добавить коды языков ISO." -#: qtranslate_configuration.php:510 +#: admin/qtx_configuration.php:591 msgid "Incorrect Flag Image Path! Please correct it!" msgstr "Неправильный путь к папке с флагами! Пожалуйста исправьте это." -#: qtranslate_configuration.php:513 +#: admin/qtx_configuration.php:594 msgid "Choose the corresponding country flag for language. (Example: gb.png)" msgstr "Выберите соответствующий флаг страны языка. (Пример: gb.png)" -#: qtranslate_configuration.php:527 +#: admin/qtx_configuration.php:608 msgid "The Name of the language, which will be displayed on the site. (Example: English)" msgstr "Название языка, которое будет отображаться на сайте. (Пример: Русский)" -#: qtranslate_configuration.php:530 +#: admin/qtx_configuration.php:611 msgid "Locale" msgstr "Локаль" -#: qtranslate_configuration.php:533 +#: admin/qtx_configuration.php:614 msgid "PHP and Wordpress Locale for the language. (Example: en_US)" msgstr "PHP и Wordpress локаль языка. (Пример: ru_RU)" -#: qtranslate_configuration.php:534 +#: admin/qtx_configuration.php:615 msgid "You will need to install the .mo file for this language." msgstr "Вам нужно будет установить .mo-файл для данного языка." -#: qtranslate_configuration.php:538 +#: admin/qtx_configuration.php:619 msgid "Date Format" msgstr "Формат даты" -#: qtranslate_configuration.php:540 +#: admin/qtx_configuration.php:621 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime (use %q for day suffix (st,nd,rd,th)) or date format. This field is optional. (Example: %A %B %e%q, %Y)" msgstr "В зависимости от формата вашего Времени/Даты, вы можете ввести strftime (use %q for day suffix (st,nd,rd,th)) или формат даты . Это поле является необязательным. (Пример:%A %B %e%q, %Y)" -#: qtranslate_configuration.php:543 +#: admin/qtx_configuration.php:624 msgid "Time Format" msgstr "Формат времени" -#: qtranslate_configuration.php:545 +#: admin/qtx_configuration.php:626 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime or date format. This field is optional. (Example: %I:%M %p)" msgstr "В зависимости от формата вашего Времени/Даты, вы можете ввести strftime или формат даты . Это поле является необязательным. (Пример: %I:%M %p)" -#: qtranslate_configuration.php:548 +#: admin/qtx_configuration.php:629 msgid "Not Available Message" msgstr "Сообщение о недоступности" -#: qtranslate_configuration.php:551 +#: admin/qtx_configuration.php:632 msgid "Message to display if post is not available in the requested language. (Example: Sorry, this entry is only available in %LANG:, : and %.)" msgstr "Сообщение, отображаемое в случае отсутствия статьи на выбранном языке (Например: Извините, но эта статья доступна только на %LANG:, : и %.)" -#: qtranslate_configuration.php:552 +#: admin/qtx_configuration.php:633 msgid "%LANG:<normal_separator>:<last_separator>% generates a list of languages separated by <normal_separator> except for the last one, where <last_separator> will be used instead." msgstr "%LANG:<normal_separator>:<last_separator>% генерирует список языков, разделенных <normal_separator> за исключением последнего, где <last_separator> будет использоваться вместо используемого." -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Hide" msgstr "Скрыть" -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Show" msgstr "Показать" -#: qtranslate_configuration.php:675 +#: admin/qtx_configuration.php:763 msgid "Save Changes" msgstr "Сохранить изменения" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 msgid "Switching Language" msgstr "Переключение языка" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, php-format msgid "Switching language to %1$s... If the Dashboard isn't loading, use this link." msgstr "Переключение языка в %1$s... Если панель не загружается, используйте эту ссылку ." -#: qtranslate_configuration.php:713 +#: admin/qtx_configuration.php:801 msgid "qTranslate has been reset." msgstr "qTranslate сброшен." -#: qtranslate_configuration.php:766 +#: admin/qtx_configuration.php:875 msgid "Gettext databases updated." msgstr "базы данных Gettext обновлены." -#: qtranslate_configuration.php:772 +#: admin/qtx_configuration.php:882 #, php-format msgid "Applicable options and taxonomy names from plugin %s have been imported. Note that the multilingual content of posts, pages and other objects has not been altered during this operation. There is no additional operation needed to import content, since its format is compatible with %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 #, php-format msgid "%sImportant%s: Before you start making edits to post and pages, please, make sure that both, your front site and admin back-end, work under this configuration. It may help to review \"%s\" and see if any of conflicting plugins mentioned there are used here. While the current content, coming from %s, is compatible with this plugin, the newly modified posts and pages will be saved with a new square-bracket-only encoding, which has a number of advantages comparing to former %s encoding. However, the new encoding is not straightforwardly compatible with %s and you will need an additional step available under \"%s\" option if you ever decide to go back to %s. Even with this additional conversion step, the 3rd-party plugins custom-stored data will not be auto-converted, but manual editing will still work. That is why it is advisable to create a test-copy of your site before making any further changes. In case you encounter a problem, please give us a chance to improve %s, send the login information to the test-copy of your site to %s along with a detailed step-by-step description of what is not working, and continue using your main site with %s meanwhile. It would also help, if you share a success story as well, either on %sthe forum%s, or via the same e-mail as mentioned above. Thank you very much for trying %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 admin/qtx_configuration.php:894 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:156 +msgid "Convert Database" +msgstr "Преобразование базы данных" + +#: admin/qtx_configuration.php:883 msgid "This is a one-time message, which you will not see again, unless the same import is repeated." msgstr "" -#: qtranslate_configuration.php:775 qtranslate_configuration.php:1204 +#: admin/qtx_configuration.php:885 admin/qtx_configuration.php:1320 msgid "Compatibility Functions" msgstr "Совместимые функции" -#: qtranslate_configuration.php:775 +#: admin/qtx_configuration.php:885 #, php-format msgid "Option \"%s\" has also been turned on, as the most common case for importing configuration from %s. You may turn it off manually if your setup does not require it. Refer to %sFAQ%s for more information." msgstr "" -#: qtranslate_configuration.php:783 +#: admin/qtx_configuration.php:894 #, php-format msgid "Applicable options have been exported to plugin %s. If you have done some post or page updates after migrating from %s, then \"%s\" operation is also required to convert the content to \"dual language tag\" style in order for plugin %s to function." msgstr "" -#: qtranslate_configuration.php:794 +#: admin/qtx_configuration.php:906 msgid "The Language must have a Not-Available Message!" msgstr "Язык должен иметь Сообщение о недоступности!" -#: qtranslate_configuration.php:795 +#: admin/qtx_configuration.php:907 msgid "The Language must have a Locale!" msgstr "Язык должен иметь локаль!" -#: qtranslate_configuration.php:796 +#: admin/qtx_configuration.php:908 msgid "The Language must have a name!" msgstr "Язык должен иметь название!" -#: qtranslate_configuration.php:797 +#: admin/qtx_configuration.php:909 msgid "Language Code has to be 2 characters long!" msgstr "Код языка должен быть из 2-х символов!" -#: qtranslate_configuration.php:801 qtranslate_configuration.php:807 +#: admin/qtx_configuration.php:916 admin/qtx_configuration.php:922 msgid "There is already a language with the same Language Code!" msgstr "Уже существует язык с этим кодом!" -#: qtranslate_configuration.php:892 qtranslate_configuration.php:914 -#: qtranslate_configuration.php:921 qtranslate_configuration.php:938 -msgid "No such language!" -msgstr "Нет такого языка!" - -#: qtranslate_configuration.php:906 +#: admin/qtx_configuration.php:1019 msgid "Language is already enabled or invalid!" msgstr "Язык уже включен или недоступен!" -#: qtranslate_configuration.php:911 +#: admin/qtx_configuration.php:1025 msgid "Cannot disable Default Language!" msgstr "Не могу отключить язык по умолчанию!" -#: qtranslate_configuration.php:917 +#: admin/qtx_configuration.php:1028 admin/qtx_configuration.php:1035 +#: admin/qtx_configuration.php:1052 +msgid "No such language!" +msgstr "Нет такого языка!" + +#: admin/qtx_configuration.php:1031 msgid "Language is already disabled!" msgstr "Язык уже отключен!" -#: qtranslate_configuration.php:925 +#: admin/qtx_configuration.php:1039 msgid "Language is already first!" msgstr "Язык уже установлен как язык по умолчанию!" -#: qtranslate_configuration.php:931 qtranslate_configuration.php:948 +#: admin/qtx_configuration.php:1045 admin/qtx_configuration.php:1062 msgid "New order saved." msgstr "Новый порядок сохранен." -#: qtranslate_configuration.php:942 +#: admin/qtx_configuration.php:1056 msgid "Language is already last!" msgstr "Language is already last!" -#: qtranslate_configuration.php:960 +#: admin/qtx_configuration.php:1074 msgid "Options saved." msgstr "Параметры сохранены." -#: qtranslate_configuration.php:965 +#: admin/qtx_configuration.php:1079 #, php-format msgid "Could not write to \"%s\", Gettext Databases could not be downloaded!" msgstr "Не удалось записать \"%s\", базы данных Gettext не могут быть загружены!" -#: qtranslate_configuration.php:991 +#: admin/qtx_configuration.php:1105 msgid "Edit Language" msgstr "Изменить язык" -#: qtranslate_configuration.php:994 +#: admin/qtx_configuration.php:1108 msgid "Save Changes »" msgstr "Сохранить изменения »" -#: qtranslate_configuration.php:999 +#: admin/qtx_configuration.php:1110 +msgid "back to configuration page" +msgstr "" + +#: admin/qtx_configuration.php:1114 msgid "Language Management (qTranslate Configuration)" msgstr "Управление языками (Конфигурация qTranslate)" -#: qtranslate_configuration.php:1000 +#: admin/qtx_configuration.php:1115 #, php-format msgid "For help on how to configure qTranslate correctly, take a look at the qTranslate FAQ and the Support Forum." -msgstr "Для получения справки о том, как настроить qTranslate правильно, посмотрите qTranslate FAQ и форум .
Перевод на русский язык Via est Vita" +msgstr "Для получения справки о том, как настроить qTranslate правильно, посмотрите qTranslate FAQ и форум." -#: qtranslate_configuration.php:1002 +#: admin/qtx_configuration.php:1117 msgid "General Settings" msgstr "Общие настройки" -#: qtranslate_configuration.php:1005 +#: admin/qtx_configuration.php:1120 msgid "Default Language / Order" msgstr "Язык по умолчанию" -#: qtranslate_configuration.php:1007 +#: admin/qtx_configuration.php:1122 msgid "Default Language" msgstr "Язык по умолчанию" -#: qtranslate_configuration.php:1020 +#: admin/qtx_configuration.php:1135 #, php-format msgid "Choose the default language of your blog. This is the language which will be shown on %s. You can also change the order the languages by clicking on the arrows above." msgstr "Выберите язык по умолчанию для вашего блога. Это язык, который будет показан на %s. Вы также можете изменить порядок языков, нажав на стрелки." -#: qtranslate_configuration.php:1025 +#: admin/qtx_configuration.php:1140 msgid "Hide Untranslated Content" msgstr "Скрыть непереведенное Содержимое" -#: qtranslate_configuration.php:1027 +#: admin/qtx_configuration.php:1142 msgid "Hide Content which is not available for the selected language." msgstr "Скрыть контент, который не доступен для выбранного языка." -#: qtranslate_configuration.php:1029 +#: admin/qtx_configuration.php:1144 msgid "When checked, posts will be hidden if the content is not available for the selected language. If unchecked, a message will appear showing all the languages the content is available in." msgstr "Когда включено, статьи будут скрыты, если контент отсутствует для выбранного языка. Если флажок не установлен, появится сообщение с указанием всех языков." -#: qtranslate_configuration.php:1030 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Export" +msgstr "Экспортировать" + +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Import" +msgstr "Импортировать" + +#: admin/qtx_configuration.php:1145 #, php-format msgid "This function will not work correctly if you installed %s on a blog with existing entries. In this case you will need to take a look at option \"%s\" under \"%s\" section." msgstr "Эта функция не будет работать корректно, если вы установили %s на блог с существующими настройками. В этом случае вам необходимо взглянуть на \"%s\" в разделе \"%s\"." -#: qtranslate_configuration.php:1032 +#: admin/qtx_configuration.php:1147 msgid "Show displayed language prefix when content is not available for the selected language." msgstr "Показывать префикс языка, когда содержимое недоступно для выбранного языка." -#: qtranslate_configuration.php:1036 +#: admin/qtx_configuration.php:1151 msgid "Detect Browser Language" msgstr "Определить язык браузера" -#: qtranslate_configuration.php:1038 +#: admin/qtx_configuration.php:1153 msgid "Detect the language of the browser and redirect accordingly." msgstr "Обнаруживает язык браузера и перенаправляет соответственно." -#: qtranslate_configuration.php:1040 +#: admin/qtx_configuration.php:1155 msgid "When the frontpage is visited via bookmark/external link/type-in, the visitor will be forwarded to the correct URL for the language specified by his browser." msgstr "Когда главная страница посещается через закладки/внешние ссылки/type-in, посетитель будет направлен на правильный URL для языка, указанный в его браузере." -#: qtranslate_configuration.php:1045 +#: admin/qtx_configuration.php:1160 msgid "Advanced Settings" msgstr "Дополнительные настройки" -#: qtranslate_configuration.php:1052 qtranslate_configuration.php:1054 -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1167 admin/qtx_configuration.php:1169 +#: admin/qtx_configuration.php:1243 msgid "URL Modification Mode" msgstr "Режим URL-Модификации" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Most SEO unfriendly, not recommended." msgstr "Больше всего не SEO дружелюбно, не рекомендуется." -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Use Query Mode (?lang=en)" msgstr "Использование режима запроса (?lang=ru)" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "SEO friendly." msgstr "SEO дружелюбно." -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "Use Pre-Path Mode (Default, puts /en/ in front of URL)" msgstr "Использование режима предварительно пути (по умолчанию, ставит /en/ перед URL)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "Use Pre-Domain Mode (uses http://en.yoursite.com)" msgstr "Использование режима поддомена (использует http://en.yoursite.com)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "You will need to configure DNS sub-domains on your site." msgstr "Вам нужно будет настроить DNS под-домены на вашем сайте." -#: qtranslate_configuration.php:1068 +#: admin/qtx_configuration.php:1183 msgid "Hide URL language information for default language." msgstr "Скрыть URL языка для языка по умолчанию." -#: qtranslate_configuration.php:1069 +#: admin/qtx_configuration.php:1184 msgid "This is only applicable to Pre-Path and Pre-Domain mode." msgstr "" -#: qtranslate_configuration.php:1074 +#: admin/qtx_configuration.php:1189 msgid "Use Per-Domain mode: specify separate user-defined domain for each language." msgstr "Использование Per-Domain режима: укажите отдельные домены для каждого языка." -#: qtranslate_configuration.php:1092 +#: admin/qtx_configuration.php:1208 msgid "Domain for" msgstr "Домен для" -#: qtranslate_configuration.php:1097 +#: admin/qtx_configuration.php:1213 msgid "Flag Image Path" msgstr "Путь к изображениям флагов" -#: qtranslate_configuration.php:1101 +#: admin/qtx_configuration.php:1217 #, php-format msgid "Path to the flag images under wp-content, with trailing slash. (Default: %s, clear the value above to reset it to the default)" msgstr "Путь к изображения флага в директории wp-content, с замыкающими слэш. (По умолчанию: %s, очистить значение выше, чтобы его сбросить в значение по умолчанию)" -#: qtranslate_configuration.php:1105 +#: admin/qtx_configuration.php:1221 msgid "Ignore Links" msgstr "Игнорировать Ссылки" -#: qtranslate_configuration.php:1109 +#: admin/qtx_configuration.php:1225 #, php-format msgid "Don't convert links to files of the given file types. (Always included: %s)" msgstr "Не преобразовать ссылки на файлы данного типа файлов. (Всегда включен: %s)" -#: qtranslate_configuration.php:1113 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1229 qtranslate_widget.php:119 msgid "Head inline CSS" msgstr "" -#: qtranslate_configuration.php:1115 +#: admin/qtx_configuration.php:1231 msgid "CSS code added by plugin in the head of front-end pages:" msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 qtranslate_widget.php:119 msgid "To disable this inline CSS, clear the check box." msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 admin/qtx_configuration.php:1395 +#: qtranslate_widget.php:119 msgid "To reset to default, clear the text." msgstr "Сбросить к начальному состоянию, очистить текст." -#: qtranslate_configuration.php:1123 +#: admin/qtx_configuration.php:1239 #, fuzzy msgid "Cookie Settings" msgstr "Настройки" -#: qtranslate_configuration.php:1125 +#: admin/qtx_configuration.php:1241 #, php-format msgid "Disable language client cookie \"%s\" (not recommended)." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Language cookie is auto-disabled for \"%s\" \"Pre-Domain\" and \"Per-Domain\", as language is always unambiguously defined by a url in those modes." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Otherwise, use this option with a caution, for simple enough sites only. If checked, the user choice of browsing language will not be saved between sessions and some AJAX calls may deliver unexpected language, as well as some undesired language switching during browsing may occur under certain themes (%sRead More%s)." msgstr "" -#: qtranslate_configuration.php:1129 +#: admin/qtx_configuration.php:1245 #, php-format msgid "Make %s cookies available only through HTTPS connections." msgstr "" -#: qtranslate_configuration.php:1131 +#: admin/qtx_configuration.php:1247 msgid "Don't check this if you don't know what you're doing!" msgstr "" -#: qtranslate_configuration.php:1135 +#: admin/qtx_configuration.php:1251 msgid "Update Gettext Databases" msgstr "Обновление баз данных Gettext" -#: qtranslate_configuration.php:1137 +#: admin/qtx_configuration.php:1253 msgid "Automatically check for .mo-Database Updates of installed languages." msgstr "Автоматически проверять .mo обновления базы данных установленных языков." -#: qtranslate_configuration.php:1139 +#: admin/qtx_configuration.php:1255 msgid "Update Gettext databases now." msgstr "Обновление баз данных Gettext сейчас." -#: qtranslate_configuration.php:1141 +#: admin/qtx_configuration.php:1257 msgid "qTranslate will query the Wordpress Localisation Repository every week and download the latest Gettext Databases (.mo Files)." msgstr "qTranslate будет запрашивать репозиторий локализаций Wordpress каждую неделю, и скачивать последнюю версию Gettext (.mo - файлы)." -#: qtranslate_configuration.php:1145 +#: admin/qtx_configuration.php:1261 msgid "Date / Time Conversion" msgstr "Преобразование Даты/Времени" -#: qtranslate_configuration.php:1147 +#: admin/qtx_configuration.php:1263 msgid "Use emulated date function." msgstr "эмулировать функции даты." -#: qtranslate_configuration.php:1148 +#: admin/qtx_configuration.php:1264 msgid "Use emulated date function and replace formats with the predefined formats for each language." msgstr "эмулировать функции даты с заменой форматов предопределенных для каждого языка." -#: qtranslate_configuration.php:1149 +#: admin/qtx_configuration.php:1265 msgid "Use strftime instead of date." msgstr "strftime вместо даты." -#: qtranslate_configuration.php:1150 +#: admin/qtx_configuration.php:1266 msgid "Use strftime instead of date and replace formats with the predefined formats for each language." msgstr "STRFTIME вместо даты с заменой форматов предопределенных для каждого языка." -#: qtranslate_configuration.php:1151 +#: admin/qtx_configuration.php:1267 msgid "Depending on the mode selected, additional customizations of the theme may be needed." msgstr "В зависимости от выбранного режима, дополнительные настройки в теме могут быть необходимы." -#: qtranslate_configuration.php:1160 +#: admin/qtx_configuration.php:1276 #, fuzzy msgid "Translation of options" msgstr "Перевести на" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Filter all WordPress options for translation at front-end. It may hurt performance of the site, but ensures that all options are translated." msgstr "" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Starting from version 3.2.5, only options with multilingual content get filtered, which should help on performance issues." msgstr "" -#: qtranslate_configuration.php:1164 +#: admin/qtx_configuration.php:1280 msgid "Translate only options listed below (for experts only):" msgstr "" -#: qtranslate_configuration.php:1167 +#: admin/qtx_configuration.php:1283 #, php-format msgid "By default, all options are filtered to be translated at front-end for the sake of simplicity of configuration. However, for a developed site, this may cause a considerable performance degradation. Normally, there are very few options, which actually need a translation. You may simply list them above to minimize the performance impact, while still getting translations needed. Options names must match the field \"%s\" of table \"%s\" of WordPress database. A minimum common set of option, normally needed a translation, is already entered in the list above as a default example. Option names in the list may contain wildcard with symbol \"%s\"." msgstr "" -#: qtranslate_configuration.php:1171 +#: admin/qtx_configuration.php:1287 msgid "Custom Fields" msgstr "Пользовательские поля" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 #, php-format msgid "Enter \"%s\" or \"%s\" attribute of text fields from your theme, which you wish to translate. This applies to post, page and media editors (%s). To lookup \"%s\" or \"%s\", right-click on the field in the post or the page editor and choose \"%s\". Look for an attribute of the field named \"%s\" or \"%s\". Enter it below, as many as you need, space- or comma-separated. After saving configuration, these fields will start responding to the language switching buttons, and you can enter different text for each language. The input fields of type %s will be parsed using %s syntax, while single line text fields will use %s syntax. If you need to override this behaviour, prepend prefix %s or %s to the name of the field to specify which syntax to use. For more information, read %sFAQ%s." msgstr "Введите \"%s\" или \"%s\" атрибут текстового поля с вашей схемы, который вы хотели бы перевести. Это относиться к Постам, редакторам страниц и медиа (%s). Что бы найти \"%s\" или \"%s\", нажмите правой клавишей мышки на поле в Посту или в редакторе страниц и выбирите \"%s\". Найдите там атрибут поля под названием \"%s\" или \"%s\". Введите их тут через запятую. После сохранения конфигурации, эти поля начнут реагировать при переключении языка, и вы сможете ввести разные тексты для каждого языка. Поля ввода типа %s будут парснуты %s синтаксисом, а одностороннее поля с %s синтаксисом. Если вас не устраивает такое поведение, укажите префикс %s или %s к имени поля который что бы указать какой синтакс использовать. За дополнительной информацией можно обратиться в %sFAQ%s." -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 #, fuzzy msgctxt "browser option" msgid "Inspect Element" msgstr "Исследовать элемент" -#: qtranslate_configuration.php:1180 +#: admin/qtx_configuration.php:1296 msgid "The value of \"id\" attribute is normally unique within one page, otherwise the first field found, having an id specified, is picked up." msgstr "Значение атрибута \"id\" обычно уникален в пределах одной страницы, иначе первое поле которое будет найдено с этим идентификатором будет использовано." -#: qtranslate_configuration.php:1187 +#: admin/qtx_configuration.php:1303 #, php-format msgid "All the fields of specified classes will respond to Language Switching Buttons. Be careful not to include a class, which would affect language-neutral fields. If you cannot uniquely identify a field needed neither by %s, nor by %s attribute, report the issue on %sSupport Forum%s" msgstr "Все поля указанного класса будет реагировать на кнопки переключения языка. Будьте осторожны, чтобы не включить класс, который затронет поля нейтральные к языку. Если вы не можете уникально идентифицировать поле необходимое %s, либо с атрибутом %s, сообщите о проблеме в %sSupport Forum%s" -#: qtranslate_configuration.php:1191 +#: admin/qtx_configuration.php:1307 msgid "Custom Filters" msgstr "Пользовательские фильтры" -#: qtranslate_configuration.php:1194 +#: admin/qtx_configuration.php:1310 #, php-format msgid "Names of filters (which are enabled on theme or other plugins via %s function) to add translation to. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1198 +#: admin/qtx_configuration.php:1314 msgid "Custom Admin Pages" msgstr "Пользовательские админ страницы" -#: qtranslate_configuration.php:1200 +#: admin/qtx_configuration.php:1316 #, php-format msgid "List the custom admin page paths for which you wish Language Switching Buttons to show up. The Buttons will then control fields configured in \"Custom Fields\" section. You may only include part of the full URL after %s, including a distinctive query string if needed. As many as desired pages can be listed space/comma separated. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1206 +#: admin/qtx_configuration.php:1322 #, php-format msgid "Enable function name compatibility (%s)." msgstr "Включите функцию совместимость имени (%s)." -#: qtranslate_configuration.php:1207 +#: admin/qtx_configuration.php:1323 #, php-format msgid "Some plugins and themes use direct calls to the functions listed, which are defined in former %s plugin and some of its forks. Turning this flag on will enable those function to exists, which will make the dependent plugins and themes to work. WordPress policy prohibits to define functions with the same names as in other plugins, since it generates user-unfriendly fatal errors, when two conflicting plugins are activated simultaneously. Before turning this option on, you have to make sure that there are no other plugins active, which define those functions." msgstr "" -#: qtranslate_configuration.php:1211 +#: admin/qtx_configuration.php:1327 #, fuzzy msgid "Editor Mode" msgstr "Raw режим редактора" -#: qtranslate_configuration.php:1213 +#: admin/qtx_configuration.php:1329 msgid "Use Language Switching Buttons (LSB)." msgstr "" -#: qtranslate_configuration.php:1214 +#: admin/qtx_configuration.php:1330 msgid "This is the default mode." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Do not use Language Switching Buttons to edit multi-language text entries." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Editor Raw Mode" msgstr "Raw режим редактора" -#: qtranslate_configuration.php:1216 +#: admin/qtx_configuration.php:1332 msgid "Some people prefer to edit the raw entries containing all languages together separated by language defining tags, as they are stored in database." msgstr "" -#: qtranslate_configuration.php:1267 -#, fuzzy, php-format -msgid "%s Flag" -msgstr "Флаг" +#: admin/qtx_configuration.php:1340 admin/qtx_configuration.php:1343 +msgid "LSB Style" +msgstr "" + +#: admin/qtx_configuration.php:1344 +msgid "Choose CSS style for how Language Switching Buttons are rendered:" +msgstr "" + +#: admin/qtx_configuration.php:1345 +#, php-format +msgid "LSB %s-wrap classes:" +msgstr "" + +#: admin/qtx_configuration.php:1346 +msgid "Active button class:" +msgstr "" + +#: admin/qtx_configuration.php:1347 +msgid "The above is reset to an appropriate default, if the below is changed." +msgstr "" + +#: admin/qtx_configuration.php:1348 +msgid "CSS set:" +msgstr "" + +#: admin/qtx_configuration.php:1352 admin/qtx_configuration.php:1354 +#: admin/qtx_configuration.php:1388 admin/qtx_configuration.php:1390 +msgid "Use custom CSS" +msgstr "" + +#: admin/qtx_configuration.php:1354 +#, php-format +msgid "Choice \"%s\" disables this option and allows one to use its own custom CSS provided by other means." +msgstr "" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1371 admin/qtx_configuration.php:1375 +#: admin/qtx_user_options.php:18 +msgid "Highlight Style" +msgstr "" + +#: admin/qtx_configuration.php:1373 +msgid "When there are many integrated or customized translatable fields, it may become confusing to know which field has multilingual value. The highlighting of translatable fields may come handy then:" +msgstr "" + +#: admin/qtx_configuration.php:1376 admin/qtx_configuration.php:1378 +msgid "Do not highlight the translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1380 admin/qtx_configuration.php:1382 +msgid "Show a line on the left border of translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1384 admin/qtx_configuration.php:1386 +msgid "Draw a border around translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1395 +msgid "Admin Color Scheme" +msgstr "" + +#: admin/qtx_configuration.php:1395 +#, php-format +msgid "The color in use is taken from your profile option %s, the third color." +msgstr "" + +#: admin/qtx_configuration.php:1433 +#, fuzzy +msgid "List of Configured Languages" +msgstr "Язык оригинала" + +#: admin/qtx_configuration.php:1438 +#, php-format +msgid "Only enabled languages are loaded at front-end, while all %d configured languages are listed here." +msgstr "" + +#: admin/qtx_configuration.php:1439 +msgid "The table below contains both pre-defined and manually added or modified languages." +msgstr "" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Delete" +msgstr "Удалять" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Disable" msgstr "Отключить" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Enable" msgstr "Включить" -#: qtranslate_configuration.php:1270 -msgid "Edit" -msgstr "Редактировать" +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Reset" +msgstr "" -#: qtranslate_configuration.php:1271 +#: admin/qtx_configuration.php:1440 +#, php-format +msgid "You may %s or %s a language, or %s manually added language, or %s previous modifications of a pre-defined language." +msgstr "" + +#: admin/qtx_configuration.php:1441 +#, php-format +msgid "Click %s to modify language properties." +msgstr "" + +#: admin/qtx_configuration.php:1463 +#, fuzzy, php-format +msgid "%s Flag" +msgstr "Флаг" + +#: admin/qtx_configuration.php:1465 msgid "Default" msgstr "По умолчанию" -#: qtranslate_configuration.php:1271 -msgid "Delete" -msgstr "Удалять" +#: admin/qtx_configuration.php:1467 +msgid "Pre-Defined" +msgstr "" -#: qtranslate_configuration.php:1276 +#: admin/qtx_configuration.php:1476 msgid "Enabling a language will cause qTranslate to update the Gettext-Database for the language, which can take a while depending on your server's connection speed." msgstr "Включение языка приведет к обновлению Gettext-базы данных для языка, это может занять некоторое время в зависимости от скорости соединения." -#: qtranslate_configuration.php:1283 +#: admin/qtx_configuration.php:1483 msgid "Add Language" msgstr "Добавить язык" -#: qtranslate_configuration.php:1286 +#: admin/qtx_configuration.php:1486 msgid "Add Language »" msgstr "Добавить язык »" -#: qtranslate_configuration.php:1301 +#: admin/qtx_configuration.php:1508 msgid "Language Menu" msgstr "Языковое меню" -#: qtranslate_configuration.php:1350 +#: admin/qtx_configuration.php:1557 msgid "Help" msgstr "Помощь" -#: qtranslate_configuration.php:1352 +#: admin/qtx_configuration.php:1559 #, php-format msgid "Menu item added is replaced with a sub-menu of available languages when menu is rendered. Depending on how your theme renders menu you may need to override and customize css entries %s and %s, originally defined in %s. The field \"URL\" of inserted menu item allows additional configuration described in %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1357 +#: admin/qtx_configuration.php:1564 msgid "Add to Menu" msgstr "Добавить в меню" -#: qtranslate_configuration.php:1367 +#: admin/qtx_configuration.php:1574 msgid "Language Switcher" msgstr "Переключатель языка" -#: qtranslate_configuration.php:1404 +#: admin/qtx_configuration.php:1619 msgid "Settings" msgstr "Настройки" +#: admin/qtx_import_export.php:125 +msgid "Plugin" +msgstr "Плагин" + +#: admin/qtx_import_export.php:131 +msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." +msgstr "Нет необходимости перенести любые настройки, схема базы данных совместим с этим плагином." + +#: admin/qtx_import_export.php:134 +#, php-format +msgid "Use plugin %s to import data." +msgstr "" + +#: admin/qtx_import_export.php:138 +msgid "Do not migrate any setting" +msgstr "Не переносить никакие настройки" + +#: admin/qtx_import_export.php:140 +msgid "Import settings from " +msgstr "Импорт настроек из" + +#: admin/qtx_import_export.php:142 +msgid "Export settings to " +msgstr "Экспортировать настройки в" + +#: admin/qtx_import_export.php:158 +#, php-format +msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." +msgstr "При обновлении с 1.x qTranslate или Полиглот, нажмите здесь для преобразования сообщений в новый формат языка." + +#: admin/qtx_import_export.php:159 +#, php-format +msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." +msgstr "Если qTranslate у вас установлен в первый раз на Wordpress с существующими статьями, вы можете проверить статьи вручную и сохранять их в нужный язык или нажмите здесь , чтобы отметить все существующие статьи, как написанные на языке по умолчанию." + +#: admin/qtx_import_export.php:160 +msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." +msgstr "Оба процесса являются необратимыми! Сделайте полную резервную копию базы данных, прежде чем нажать на одну из ссылок." + +#: admin/qtx_import_export.php:161 +msgid "Do not convert database" +msgstr "Ничего не делать" + +#: admin/qtx_import_export.php:162 +msgid "Convert database to the \"square bracket only\" style." +msgstr "" + +#: admin/qtx_import_export.php:163 +#, php-format +msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." +msgstr "" + +#: admin/qtx_import_export.php:164 +msgid "Convert database back to the legacy \"dual language tag\" style." +msgstr "" + +#: admin/qtx_import_export.php:165 +msgid "Note, that only string options and standard post and page fields are affected." +msgstr "" + +#: admin/qtx_import_export.php:174 +msgid "Reset qTranslate" +msgstr "Сброс qTranslate" + +#: admin/qtx_import_export.php:176 +msgid "Check this box and click Save Changes to reset all qTranslate settings." +msgstr "Установите этот флажок, и нажмите кнопку Сохранить изменения, чтобы сбросить все настройки qTranslate." + +#: admin/qtx_import_export.php:178 +msgid "Yes, I really want to reset qTranslate." +msgstr "Да, я действительно хочу сбросить qTranslate." + +#: admin/qtx_import_export.php:180 +msgid "Also delete Translations for Categories/Tags/Link Categories." +msgstr "Также удалить Переводы Категорий / Меток / Категорий ссылок." + +#: admin/qtx_import_export.php:182 +msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." +msgstr "Если что-то не работает должным образом, вы всегда можете попытаться сбросить все настройки qTranslate. Сброс не удалит сообщения, но приведет к удалению всех настроек (в том числе всех добавленных языков)." + +#: admin/qtx_languages.php:93 +#, fuzzy +msgid "Cannot delete Default Language!" +msgstr "Не могу отключить язык по умолчанию!" + +#: admin/qtx_user_options.php:9 +#, fuzzy +msgid "Translation options" +msgstr "Перевести на" + +#: admin/qtx_user_options.php:14 +msgid "Highlight Translatable Fields" +msgstr "" + +#: admin/qtx_user_options.php:18 +#, php-format +msgid "The way the translatable fields are highlighted is configured with global option %s." +msgstr "" + #: qtranslate_frontend.php:162 qtranslate_widget.php:67 msgid "Language" msgstr "Язык" diff --git a/lang/qtranslate-sr_RS.po b/lang/qtranslate-sr_RS.po index 885c713..d3be624 100644 --- a/lang/qtranslate-sr_RS.po +++ b/lang/qtranslate-sr_RS.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: qTranslate-X 3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-03-19 14:09-0600\n" +"POT-Creation-Date: 2015-03-25 22:22-0600\n" "PO-Revision-Date: 2013-12-05 10:24+0100\n" "Last-Translator: Borisa Djuraskovic \n" "Language-Team: \n" @@ -16,780 +16,911 @@ msgstr "" "X-Generator: Poedit 1.5.7\n" "X-Poedit-SearchPath-0: ..\n" -#: admin/activation_hook.php:37 admin/activation_hook.php:137 -#: qtranslate_configuration.php:772 +#: admin/qtx_activation_hook.php:80 admin/qtx_activation_hook.php:205 +#: admin/qtx_configuration.php:882 #, php-format msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so." msgstr "" -#: admin/activation_hook.php:38 +#: admin/qtx_activation_hook.php:81 #, php-format msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously." msgstr "" -#: admin/activation_hook.php:40 +#: admin/qtx_activation_hook.php:83 #, php-format msgid "The compatible settings from %s have been imported to %s. Further tuning, import, export and reset of options can be done at Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:42 +#: admin/qtx_activation_hook.php:85 #, php-format msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:135 +#: admin/qtx_activation_hook.php:203 #, php-format msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/Languages configuration page. Then you have to deactivate one of the plugins to continue." msgstr "" -#: admin/activation_hook.php:140 admin/activation_hook.php:142 +#: admin/qtx_activation_hook.php:208 admin/qtx_activation_hook.php:210 #, php-format msgid "Deactivate %s" msgstr "" -#: admin/activation_hook.php:176 +#: admin/qtx_activation_hook.php:249 #, php-format msgid "Plugin %s may be integrated with multilingual plugin %s with a help of plugin %s." msgstr "" -#: admin/activation_hook.php:178 +#: admin/qtx_activation_hook.php:251 msgid "Please, press an appropriate button below." msgstr "" -#: admin/activation_hook.php:182 +#: admin/qtx_activation_hook.php:255 #, php-format msgid "Activate plugin %s" msgstr "" -#: admin/activation_hook.php:184 +#: admin/qtx_activation_hook.php:257 #, php-format msgid "Install plugin %s" msgstr "" -#: admin/activation_hook.php:186 +#: admin/qtx_activation_hook.php:259 msgid "I am aware of that, dismiss this message." msgstr "" -#: admin/activation_hook.php:240 +#: admin/qtx_activation_hook.php:309 #, php-format msgid "Thank you for using %s plugin!" msgstr "" -#: admin/activation_hook.php:242 +#: admin/qtx_activation_hook.php:311 #, php-format msgid "Please, help us to make a decision on \"%s\" feature, press the button below." msgstr "" -#: admin/activation_hook.php:242 admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:311 admin/qtx_activation_hook.php:313 #: qtranslate_services.php:787 msgid "Translation Service" msgstr "Servis za prevođenje." -#: admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:313 #, php-format msgid "Survey on \"%s\" feature" msgstr "" -#: admin/activation_hook.php:245 +#: admin/qtx_activation_hook.php:314 admin/qtx_activation_hook.php:348 msgid "I have already done it, dismiss this message." msgstr "" -#: admin/admin_utils.php:145 +#: admin/qtx_activation_hook.php:346 +#, php-format +msgid "The latest version of plugin %s has a number of new options, for example, %s, which may change the look of some pages. Please, review the help text of new options on %sconfiguration page%s." +msgstr "" + +#: admin/qtx_admin_utils.php:146 msgid "Database has been converted to square bracket format." msgstr "" -#: admin/admin_utils.php:145 admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:146 admin/qtx_admin_utils.php:148 msgid "Note: custom entries are not touched." msgstr "" -#: admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:148 msgid "Database has been converted to legacy dual-tag format." msgstr "" -#: admin/admin_utils.php:405 qtranslate_configuration.php:484 -#: qtranslate_configuration.php:507 qtranslate_frontend.php:168 +#: admin/qtx_admin_utils.php:406 admin/qtx_configuration.php:565 +#: admin/qtx_configuration.php:588 qtranslate_frontend.php:168 #: qtranslate_frontend.php:195 msgid "Flag" msgstr "Zastavica" -#: admin/admin_utils.php:406 qtranslate_configuration.php:525 +#: admin/qtx_admin_utils.php:407 admin/qtx_configuration.php:606 msgid "Name" msgstr "Naziv" -#: admin/admin_utils.php:407 qtranslate_services.php:383 +#: admin/qtx_admin_utils.php:408 qtranslate_services.php:383 msgid "Action" msgstr "Aktivnost" -#: admin/admin_utils.php:420 qtranslate_configuration.php:471 -#: qtranslate_configuration.php:1245 -msgid "Languages" -msgstr "Jezici" - -#: admin/import_export.php:125 -msgid "Plugin" -msgstr "" - -#: admin/import_export.php:131 -msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." -msgstr "" - -#: admin/import_export.php:134 -#, php-format -msgid "Use plugin %s to import data." -msgstr "" - -#: admin/import_export.php:138 -msgid "Do not migrate any setting" -msgstr "Nemojte premeštati nijednu postavku" - -#: admin/import_export.php:140 -#, fuzzy -msgid "Import settings from " -msgstr "Uvezite postavke iz qTranslate-a" - -#: admin/import_export.php:142 -#, fuzzy -msgid "Export settings to " -msgstr "Izvezite postavke u qTranslate" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Export" -msgstr "" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Import" -msgstr "" - -#: admin/import_export.php:156 qtranslate_configuration.php:773 -#: qtranslate_configuration.php:783 qtranslate_configuration.php:1030 -msgid "Convert Database" -msgstr "Konvertuj bazu podataka" - -#: admin/import_export.php:158 -#, php-format -msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." -msgstr "Ako ažurirate sa qTranslate-a 1.x ili Polyglot-a, kliknite ovde da biste konvertovali postove u format oznake novog jezika." - -#: admin/import_export.php:159 -#, fuzzy, php-format -msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." -msgstr "Ako ste prvi put instalirali mqTranslate na Wordpress sa postojećim postovima, možete proći ručno kroz sve postove i sačuvati ih na tačnom jeziku ili kliknite ovde da biste obeležili sve postojeće postove pisane na standardnom jeziku." - -#: admin/import_export.php:160 -msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." -msgstr "Oba procesa su nepovratna! Proverite da li ste uradili backup cele baze podataka pre nego što kliknete na jedan od ovih linkova." - -#: admin/import_export.php:161 -#, fuzzy -msgid "Do not convert database" -msgstr "Konvertuj bazu podataka" - -#: admin/import_export.php:162 -msgid "Convert database to the \"square bracket only\" style." -msgstr "" - -#: admin/import_export.php:163 -#, php-format -msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." -msgstr "" - -#: admin/import_export.php:164 -msgid "Convert database back to the legacy \"dual language tag\" style." -msgstr "" +#: admin/qtx_admin_utils.php:409 admin/qtx_configuration.php:1441 +#: admin/qtx_configuration.php:1466 +msgid "Edit" +msgstr "Uredi" -#: admin/import_export.php:165 -msgid "Note, that only string options and standard post and page fields are affected." +#: admin/qtx_admin_utils.php:410 +msgid "Stored" msgstr "" -#: admin/import_export.php:174 -#, fuzzy -msgid "Reset qTranslate" -msgstr "Vrati mqTranslate na početne vrednosti" - -#: admin/import_export.php:176 -#, fuzzy -msgid "Check this box and click Save Changes to reset all qTranslate settings." -msgstr "Štiklirajte ovo polje i kliknite na Sačuvaj izmene da biste sve mqTranslate postavke vratili na početne vrednosti. " - -#: admin/import_export.php:178 -#, fuzzy -msgid "Yes, I really want to reset qTranslate." -msgstr "Da, stvarno hoću da vratim mqTranslate na početne vrednosti." - -#: admin/import_export.php:180 -msgid "Also delete Translations for Categories/Tags/Link Categories." -msgstr "Obrišite prevode za Kategorije/Oznake/Kategorije linkova." - -#: admin/import_export.php:182 -#, fuzzy -msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." -msgstr "Ako nešto ne radi kako treba, uvek možete pokušati da vratite na početne vrednosti sva mqTranslate podešavanja. Resetovanje neće izbrisati poruke, ali će ukloniti sva podešavanja (uključujući sve dodate jezike)." +#: admin/qtx_admin_utils.php:421 admin/qtx_configuration.php:552 +#: admin/qtx_configuration.php:1424 +msgid "Languages" +msgstr "Jezici" -#: qtranslate_configuration.php:471 +#: admin/qtx_configuration.php:552 msgid "Language Management" msgstr "Upravljanje jezikom" -#: qtranslate_configuration.php:479 +#: admin/qtx_configuration.php:560 msgid "Language Code" msgstr "Kod jezika" -#: qtranslate_configuration.php:481 +#: admin/qtx_configuration.php:562 msgid "2-Letter ISO Language Code for the Language you want to insert. (Example: en)" msgstr "2-PismoISO Kod jezika za jezik koji želite da unesete. (Primer: en)" -#: qtranslate_configuration.php:510 +#: admin/qtx_configuration.php:591 msgid "Incorrect Flag Image Path! Please correct it!" msgstr "Netačna putanja za sliku zastavice! Molimo vas da je ispravite!" -#: qtranslate_configuration.php:513 +#: admin/qtx_configuration.php:594 msgid "Choose the corresponding country flag for language. (Example: gb.png)" msgstr "Odaberite odgovarajući zastavu za jezik (Primer: gb.png)" -#: qtranslate_configuration.php:527 +#: admin/qtx_configuration.php:608 msgid "The Name of the language, which will be displayed on the site. (Example: English)" msgstr "Naziv jezika biće prikazan na site-u. (Primer: engleski)" -#: qtranslate_configuration.php:530 +#: admin/qtx_configuration.php:611 msgid "Locale" msgstr "Lokalitet" -#: qtranslate_configuration.php:533 +#: admin/qtx_configuration.php:614 msgid "PHP and Wordpress Locale for the language. (Example: en_US)" msgstr "PHP i Wordpress lokalitet jezika. (Primer: en_US) " -#: qtranslate_configuration.php:534 +#: admin/qtx_configuration.php:615 msgid "You will need to install the .mo file for this language." msgstr "Moraćete da instalirate .mo datoteku za ovaj jezik." -#: qtranslate_configuration.php:538 +#: admin/qtx_configuration.php:619 msgid "Date Format" msgstr "Format podataka" -#: qtranslate_configuration.php:540 +#: admin/qtx_configuration.php:621 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime (use %q for day suffix (st,nd,rd,th)) or date format. This field is optional. (Example: %A %B %e%q, %Y)" msgstr "U zavisnosti od režima konverzije datum/vreme, možete uneti strftime (use %q za redne brojeve datuma (st,nd,rd,th)) ili date format. Ovo polje nije obavezno. (Primer: %A %B %e%q, %Y)" -#: qtranslate_configuration.php:543 +#: admin/qtx_configuration.php:624 msgid "Time Format" msgstr "Format za vreme" -#: qtranslate_configuration.php:545 +#: admin/qtx_configuration.php:626 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime or date format. This field is optional. (Example: %I:%M %p)" msgstr "U zavisnosti od režima konverzije datum/vreme, možete uneti strftime ili date format. Ovo polje nije obavezno. (Primer %I:%M %p)" -#: qtranslate_configuration.php:548 +#: admin/qtx_configuration.php:629 msgid "Not Available Message" msgstr "Poruka nije raspoloživa" -#: qtranslate_configuration.php:551 +#: admin/qtx_configuration.php:632 msgid "Message to display if post is not available in the requested language. (Example: Sorry, this entry is only available in %LANG:, : and %.)" msgstr "Poruka koja se prikazuje ako post nije raspoloživ na traženom jeziku. (Primer: Žao nam je, ovaj unos raspoloživ je samo na %LANG:, : i %.)" -#: qtranslate_configuration.php:552 +#: admin/qtx_configuration.php:633 msgid "%LANG:<normal_separator>:<last_separator>% generates a list of languages separated by <normal_separator> except for the last one, where <last_separator> will be used instead." msgstr "%LANG:<normal_separator>:<last_separator>% generiše listu jezika koje odvaja <normal_separator> osim za poslednji, gde će se, umesto pomenutog, koristiti <last_separator>." -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Hide" msgstr "" -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Show" msgstr "" -#: qtranslate_configuration.php:675 +#: admin/qtx_configuration.php:763 msgid "Save Changes" msgstr "Sačuvaj promene" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 msgid "Switching Language" msgstr "Promena jezika" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, php-format msgid "Switching language to %1$s... If the Dashboard isn't loading, use this link." msgstr "Promena jezika na %1$s… Ako se komandna tabla ne učitava, upotrebite link." -#: qtranslate_configuration.php:713 +#: admin/qtx_configuration.php:801 #, fuzzy msgid "qTranslate has been reset." msgstr "Promena jezika na %1$s… Ako se komandna tabla ne učitava, upotrebite link." -#: qtranslate_configuration.php:766 +#: admin/qtx_configuration.php:875 msgid "Gettext databases updated." msgstr "Gettext baza podataka ažurirana." -#: qtranslate_configuration.php:772 +#: admin/qtx_configuration.php:882 #, php-format msgid "Applicable options and taxonomy names from plugin %s have been imported. Note that the multilingual content of posts, pages and other objects has not been altered during this operation. There is no additional operation needed to import content, since its format is compatible with %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 #, php-format msgid "%sImportant%s: Before you start making edits to post and pages, please, make sure that both, your front site and admin back-end, work under this configuration. It may help to review \"%s\" and see if any of conflicting plugins mentioned there are used here. While the current content, coming from %s, is compatible with this plugin, the newly modified posts and pages will be saved with a new square-bracket-only encoding, which has a number of advantages comparing to former %s encoding. However, the new encoding is not straightforwardly compatible with %s and you will need an additional step available under \"%s\" option if you ever decide to go back to %s. Even with this additional conversion step, the 3rd-party plugins custom-stored data will not be auto-converted, but manual editing will still work. That is why it is advisable to create a test-copy of your site before making any further changes. In case you encounter a problem, please give us a chance to improve %s, send the login information to the test-copy of your site to %s along with a detailed step-by-step description of what is not working, and continue using your main site with %s meanwhile. It would also help, if you share a success story as well, either on %sthe forum%s, or via the same e-mail as mentioned above. Thank you very much for trying %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 admin/qtx_configuration.php:894 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:156 +msgid "Convert Database" +msgstr "Konvertuj bazu podataka" + +#: admin/qtx_configuration.php:883 msgid "This is a one-time message, which you will not see again, unless the same import is repeated." msgstr "" -#: qtranslate_configuration.php:775 qtranslate_configuration.php:1204 +#: admin/qtx_configuration.php:885 admin/qtx_configuration.php:1320 msgid "Compatibility Functions" msgstr "" -#: qtranslate_configuration.php:775 +#: admin/qtx_configuration.php:885 #, php-format msgid "Option \"%s\" has also been turned on, as the most common case for importing configuration from %s. You may turn it off manually if your setup does not require it. Refer to %sFAQ%s for more information." msgstr "" -#: qtranslate_configuration.php:783 +#: admin/qtx_configuration.php:894 #, php-format msgid "Applicable options have been exported to plugin %s. If you have done some post or page updates after migrating from %s, then \"%s\" operation is also required to convert the content to \"dual language tag\" style in order for plugin %s to function." msgstr "" -#: qtranslate_configuration.php:794 +#: admin/qtx_configuration.php:906 msgid "The Language must have a Not-Available Message!" msgstr "Jezik mora imati poruku o neraspoloživosti." -#: qtranslate_configuration.php:795 +#: admin/qtx_configuration.php:907 msgid "The Language must have a Locale!" msgstr "Jezik mora imati lokalitet!" -#: qtranslate_configuration.php:796 +#: admin/qtx_configuration.php:908 msgid "The Language must have a name!" msgstr "Jezik mora imati naziv!" -#: qtranslate_configuration.php:797 +#: admin/qtx_configuration.php:909 msgid "Language Code has to be 2 characters long!" msgstr "Kod jezika mora se sastojati od 2 karaktera!" -#: qtranslate_configuration.php:801 qtranslate_configuration.php:807 +#: admin/qtx_configuration.php:916 admin/qtx_configuration.php:922 msgid "There is already a language with the same Language Code!" msgstr "Već postoji jezik sa istim kodom." -#: qtranslate_configuration.php:892 qtranslate_configuration.php:914 -#: qtranslate_configuration.php:921 qtranslate_configuration.php:938 -msgid "No such language!" -msgstr "Takav jezik ne postoji! " - -#: qtranslate_configuration.php:906 +#: admin/qtx_configuration.php:1019 msgid "Language is already enabled or invalid!" msgstr "Jezik je već aktiviran ili nevažeći. " -#: qtranslate_configuration.php:911 +#: admin/qtx_configuration.php:1025 msgid "Cannot disable Default Language!" msgstr "Ne možete deaktivirati standardni jezik!" -#: qtranslate_configuration.php:917 +#: admin/qtx_configuration.php:1028 admin/qtx_configuration.php:1035 +#: admin/qtx_configuration.php:1052 +msgid "No such language!" +msgstr "Takav jezik ne postoji! " + +#: admin/qtx_configuration.php:1031 msgid "Language is already disabled!" msgstr "Jezik je već deaktiviran!" -#: qtranslate_configuration.php:925 +#: admin/qtx_configuration.php:1039 msgid "Language is already first!" msgstr "Jezik je već postavljen kao prvi!" -#: qtranslate_configuration.php:931 qtranslate_configuration.php:948 +#: admin/qtx_configuration.php:1045 admin/qtx_configuration.php:1062 msgid "New order saved." msgstr "Novi nalog je sačuvan." -#: qtranslate_configuration.php:942 +#: admin/qtx_configuration.php:1056 msgid "Language is already last!" msgstr "Jezik je već postavljen kao poslednji!" -#: qtranslate_configuration.php:960 +#: admin/qtx_configuration.php:1074 msgid "Options saved." msgstr "Opcije sačuvane." -#: qtranslate_configuration.php:965 +#: admin/qtx_configuration.php:1079 #, php-format msgid "Could not write to \"%s\", Gettext Databases could not be downloaded!" msgstr "Ne možete pisati u \"%s\", Gettext baza podataka ne može da se preuzme!" -#: qtranslate_configuration.php:991 +#: admin/qtx_configuration.php:1105 msgid "Edit Language" msgstr "Uredite jezik" -#: qtranslate_configuration.php:994 +#: admin/qtx_configuration.php:1108 msgid "Save Changes »" msgstr "Sačuvaj promene »" -#: qtranslate_configuration.php:999 +#: admin/qtx_configuration.php:1110 +msgid "back to configuration page" +msgstr "" + +#: admin/qtx_configuration.php:1114 #, fuzzy msgid "Language Management (qTranslate Configuration)" msgstr "Upravljanje jezikom (mqTranslate konfiguracija)" -#: qtranslate_configuration.php:1000 +#: admin/qtx_configuration.php:1115 #, fuzzy, php-format msgid "For help on how to configure qTranslate correctly, take a look at the qTranslate FAQ and the Support Forum." msgstr "Za pomoć pri tačnoj konfiguraciji qTranslate-a, pogledajte qTranslate FAQ i Support Forum." -#: qtranslate_configuration.php:1002 +#: admin/qtx_configuration.php:1117 msgid "General Settings" msgstr "Opšte postavke" -#: qtranslate_configuration.php:1005 +#: admin/qtx_configuration.php:1120 msgid "Default Language / Order" msgstr "Standardni jezik/Redosled" -#: qtranslate_configuration.php:1007 +#: admin/qtx_configuration.php:1122 msgid "Default Language" msgstr "Standardni jezik" -#: qtranslate_configuration.php:1020 +#: admin/qtx_configuration.php:1135 #, php-format msgid "Choose the default language of your blog. This is the language which will be shown on %s. You can also change the order the languages by clicking on the arrows above." msgstr "Odaberite standardni jezik na svom blogu. Taj jezik biće prikazan na %s. Takođe, možete promeniti redosled jezika tako što ćete kliknuti na gornje strelice." -#: qtranslate_configuration.php:1025 +#: admin/qtx_configuration.php:1140 msgid "Hide Untranslated Content" msgstr "Sakrij sadržaj koji nije preveden." -#: qtranslate_configuration.php:1027 +#: admin/qtx_configuration.php:1142 msgid "Hide Content which is not available for the selected language." msgstr "Sakrij sadržaj koji nije dostupan na odabranom jeziku." -#: qtranslate_configuration.php:1029 +#: admin/qtx_configuration.php:1144 msgid "When checked, posts will be hidden if the content is not available for the selected language. If unchecked, a message will appear showing all the languages the content is available in." msgstr "Ako je polje štiklirano, postovi će biti sakriveni ukoliko sadržaj nije raspoloživ za odabrani jezik. Ako polje nije štiklirano, prikazaće se poruka o svim jezicima na kojima je sadržaj raspoloživ." -#: qtranslate_configuration.php:1030 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Export" +msgstr "" + +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Import" +msgstr "" + +#: admin/qtx_configuration.php:1145 #, fuzzy, php-format msgid "This function will not work correctly if you installed %s on a blog with existing entries. In this case you will need to take a look at option \"%s\" under \"%s\" section." msgstr "Ova funkcija neće raditi kako treba ako ste instalirali mqTranslate na blogu sa postojećim unosima. U tom slučaju, pogledajte opciju \"Konvertuj bazu podataka\" pod \"Napredne postavke\"." -#: qtranslate_configuration.php:1032 +#: admin/qtx_configuration.php:1147 #, fuzzy msgid "Show displayed language prefix when content is not available for the selected language." msgstr "Sakrij sadržaj koji nije dostupan na odabranom jeziku." -#: qtranslate_configuration.php:1036 +#: admin/qtx_configuration.php:1151 msgid "Detect Browser Language" msgstr "Odredi jezik pretraživača" -#: qtranslate_configuration.php:1038 +#: admin/qtx_configuration.php:1153 msgid "Detect the language of the browser and redirect accordingly." msgstr "Odredi jezik pretraživača i preusmeri prema tome." -#: qtranslate_configuration.php:1040 +#: admin/qtx_configuration.php:1155 msgid "When the frontpage is visited via bookmark/external link/type-in, the visitor will be forwarded to the correct URL for the language specified by his browser." msgstr "Kada se prva stranica posećuje kroz bookmark/eksterni link/type-in, posetilac će biti preusmeren na tačan URL za jezik koji je odredio njegov pretraživač." -#: qtranslate_configuration.php:1045 +#: admin/qtx_configuration.php:1160 msgid "Advanced Settings" msgstr "Napredne postavke" -#: qtranslate_configuration.php:1052 qtranslate_configuration.php:1054 -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1167 admin/qtx_configuration.php:1169 +#: admin/qtx_configuration.php:1243 msgid "URL Modification Mode" msgstr "URL režim za modifikaciju" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Most SEO unfriendly, not recommended." msgstr "" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Use Query Mode (?lang=en)" msgstr "Upotrebi režim za pretragu (?lang=en)" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "SEO friendly." msgstr "" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "Use Pre-Path Mode (Default, puts /en/ in front of URL)" msgstr "Upotrebi Pre-Path režim (standardni, dodaje /en/ ispred URL-a)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "Use Pre-Domain Mode (uses http://en.yoursite.com)" msgstr "Upotrebite Pre-Domain režim (koristi http://en.yoursite.com)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "You will need to configure DNS sub-domains on your site." msgstr "" -#: qtranslate_configuration.php:1068 +#: admin/qtx_configuration.php:1183 msgid "Hide URL language information for default language." msgstr "Sakrij URL podataka o jeziku za standardni jezik." -#: qtranslate_configuration.php:1069 +#: admin/qtx_configuration.php:1184 msgid "This is only applicable to Pre-Path and Pre-Domain mode." msgstr "" -#: qtranslate_configuration.php:1074 +#: admin/qtx_configuration.php:1189 #, fuzzy msgid "Use Per-Domain mode: specify separate user-defined domain for each language." msgstr "Upotrebi promenjenu funkciju datuma i zameni formate unapred definisanim formatima za svaki jezik." -#: qtranslate_configuration.php:1092 +#: admin/qtx_configuration.php:1208 msgid "Domain for" msgstr "" -#: qtranslate_configuration.php:1097 +#: admin/qtx_configuration.php:1213 msgid "Flag Image Path" msgstr "Putanja za sliku zastave" -#: qtranslate_configuration.php:1101 +#: admin/qtx_configuration.php:1217 #, fuzzy, php-format msgid "Path to the flag images under wp-content, with trailing slash. (Default: %s, clear the value above to reset it to the default)" msgstr "Putanja za slike zastava u okviru wp-sadržaja sa kosom crtom. (Standardno: plugins/mqtranslate/flags/)" -#: qtranslate_configuration.php:1105 +#: admin/qtx_configuration.php:1221 msgid "Ignore Links" msgstr "Zanemari linkove" -#: qtranslate_configuration.php:1109 +#: admin/qtx_configuration.php:1225 #, fuzzy, php-format msgid "Don't convert links to files of the given file types. (Always included: %s)" msgstr "Nemoj konvertovati likove u datoteke za date vrste datoteka. (Standardni: gif,jpg,jpeg,png,pdf,swf,tif,rar,zip,7z,mpg,divx,mpeg,avi,css,js)" -#: qtranslate_configuration.php:1113 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1229 qtranslate_widget.php:119 msgid "Head inline CSS" msgstr "" -#: qtranslate_configuration.php:1115 +#: admin/qtx_configuration.php:1231 msgid "CSS code added by plugin in the head of front-end pages:" msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 qtranslate_widget.php:119 msgid "To disable this inline CSS, clear the check box." msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 admin/qtx_configuration.php:1395 +#: qtranslate_widget.php:119 msgid "To reset to default, clear the text." msgstr "" -#: qtranslate_configuration.php:1123 +#: admin/qtx_configuration.php:1239 #, fuzzy msgid "Cookie Settings" msgstr "Postavke" -#: qtranslate_configuration.php:1125 +#: admin/qtx_configuration.php:1241 #, php-format msgid "Disable language client cookie \"%s\" (not recommended)." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Language cookie is auto-disabled for \"%s\" \"Pre-Domain\" and \"Per-Domain\", as language is always unambiguously defined by a url in those modes." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Otherwise, use this option with a caution, for simple enough sites only. If checked, the user choice of browsing language will not be saved between sessions and some AJAX calls may deliver unexpected language, as well as some undesired language switching during browsing may occur under certain themes (%sRead More%s)." msgstr "" -#: qtranslate_configuration.php:1129 +#: admin/qtx_configuration.php:1245 #, php-format msgid "Make %s cookies available only through HTTPS connections." msgstr "" -#: qtranslate_configuration.php:1131 +#: admin/qtx_configuration.php:1247 msgid "Don't check this if you don't know what you're doing!" msgstr "" -#: qtranslate_configuration.php:1135 +#: admin/qtx_configuration.php:1251 msgid "Update Gettext Databases" msgstr "Ažuriraj Gettext baze podataka." -#: qtranslate_configuration.php:1137 +#: admin/qtx_configuration.php:1253 msgid "Automatically check for .mo-Database Updates of installed languages." msgstr "Automatski štikliraj ažuriranje .mo baze podataka instaliranih jezika." -#: qtranslate_configuration.php:1139 +#: admin/qtx_configuration.php:1255 msgid "Update Gettext databases now." msgstr "Odmah ažuriraj Gettext baze podataka. " -#: qtranslate_configuration.php:1141 +#: admin/qtx_configuration.php:1257 #, fuzzy msgid "qTranslate will query the Wordpress Localisation Repository every week and download the latest Gettext Databases (.mo Files)." msgstr "mqTranslate pretražiće Wordpress skladište lokalizacije svake nedelje i preuzeće najnovije datoteke Gettext baze podataka (.mo datoteke)." -#: qtranslate_configuration.php:1145 +#: admin/qtx_configuration.php:1261 msgid "Date / Time Conversion" msgstr "Konverzija Datum/Vreme" -#: qtranslate_configuration.php:1147 +#: admin/qtx_configuration.php:1263 msgid "Use emulated date function." msgstr "Upotrebi promenjenu funkciju datuma." -#: qtranslate_configuration.php:1148 +#: admin/qtx_configuration.php:1264 msgid "Use emulated date function and replace formats with the predefined formats for each language." msgstr "Upotrebi promenjenu funkciju datuma i zameni formate unapred definisanim formatima za svaki jezik." -#: qtranslate_configuration.php:1149 +#: admin/qtx_configuration.php:1265 msgid "Use strftime instead of date." msgstr "Upotrebi strftime umesto datuma." -#: qtranslate_configuration.php:1150 +#: admin/qtx_configuration.php:1266 msgid "Use strftime instead of date and replace formats with the predefined formats for each language." msgstr "Upotrebi strftime umesto datuma i zameni formate unapred definisanim formatima za svaki jezik." -#: qtranslate_configuration.php:1151 +#: admin/qtx_configuration.php:1267 msgid "Depending on the mode selected, additional customizations of the theme may be needed." msgstr "U zavisnosti od odabranog režima, možda će biti potrebna dodatna podešavanja tema. " -#: qtranslate_configuration.php:1160 +#: admin/qtx_configuration.php:1276 #, fuzzy msgid "Translation of options" msgstr "Prevedi u " -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Filter all WordPress options for translation at front-end. It may hurt performance of the site, but ensures that all options are translated." msgstr "" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Starting from version 3.2.5, only options with multilingual content get filtered, which should help on performance issues." msgstr "" -#: qtranslate_configuration.php:1164 +#: admin/qtx_configuration.php:1280 msgid "Translate only options listed below (for experts only):" msgstr "" -#: qtranslate_configuration.php:1167 +#: admin/qtx_configuration.php:1283 #, php-format msgid "By default, all options are filtered to be translated at front-end for the sake of simplicity of configuration. However, for a developed site, this may cause a considerable performance degradation. Normally, there are very few options, which actually need a translation. You may simply list them above to minimize the performance impact, while still getting translations needed. Options names must match the field \"%s\" of table \"%s\" of WordPress database. A minimum common set of option, normally needed a translation, is already entered in the list above as a default example. Option names in the list may contain wildcard with symbol \"%s\"." msgstr "" -#: qtranslate_configuration.php:1171 +#: admin/qtx_configuration.php:1287 msgid "Custom Fields" msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 #, php-format msgid "Enter \"%s\" or \"%s\" attribute of text fields from your theme, which you wish to translate. This applies to post, page and media editors (%s). To lookup \"%s\" or \"%s\", right-click on the field in the post or the page editor and choose \"%s\". Look for an attribute of the field named \"%s\" or \"%s\". Enter it below, as many as you need, space- or comma-separated. After saving configuration, these fields will start responding to the language switching buttons, and you can enter different text for each language. The input fields of type %s will be parsed using %s syntax, while single line text fields will use %s syntax. If you need to override this behaviour, prepend prefix %s or %s to the name of the field to specify which syntax to use. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 msgctxt "browser option" msgid "Inspect Element" msgstr "" -#: qtranslate_configuration.php:1180 +#: admin/qtx_configuration.php:1296 msgid "The value of \"id\" attribute is normally unique within one page, otherwise the first field found, having an id specified, is picked up." msgstr "" -#: qtranslate_configuration.php:1187 +#: admin/qtx_configuration.php:1303 #, php-format msgid "All the fields of specified classes will respond to Language Switching Buttons. Be careful not to include a class, which would affect language-neutral fields. If you cannot uniquely identify a field needed neither by %s, nor by %s attribute, report the issue on %sSupport Forum%s" msgstr "" -#: qtranslate_configuration.php:1191 +#: admin/qtx_configuration.php:1307 msgid "Custom Filters" msgstr "" -#: qtranslate_configuration.php:1194 +#: admin/qtx_configuration.php:1310 #, php-format msgid "Names of filters (which are enabled on theme or other plugins via %s function) to add translation to. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1198 +#: admin/qtx_configuration.php:1314 msgid "Custom Admin Pages" msgstr "" -#: qtranslate_configuration.php:1200 +#: admin/qtx_configuration.php:1316 #, php-format msgid "List the custom admin page paths for which you wish Language Switching Buttons to show up. The Buttons will then control fields configured in \"Custom Fields\" section. You may only include part of the full URL after %s, including a distinctive query string if needed. As many as desired pages can be listed space/comma separated. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1206 +#: admin/qtx_configuration.php:1322 #, php-format msgid "Enable function name compatibility (%s)." msgstr "" -#: qtranslate_configuration.php:1207 +#: admin/qtx_configuration.php:1323 #, php-format msgid "Some plugins and themes use direct calls to the functions listed, which are defined in former %s plugin and some of its forks. Turning this flag on will enable those function to exists, which will make the dependent plugins and themes to work. WordPress policy prohibits to define functions with the same names as in other plugins, since it generates user-unfriendly fatal errors, when two conflicting plugins are activated simultaneously. Before turning this option on, you have to make sure that there are no other plugins active, which define those functions." msgstr "" -#: qtranslate_configuration.php:1211 +#: admin/qtx_configuration.php:1327 msgid "Editor Mode" msgstr "" -#: qtranslate_configuration.php:1213 +#: admin/qtx_configuration.php:1329 msgid "Use Language Switching Buttons (LSB)." msgstr "" -#: qtranslate_configuration.php:1214 +#: admin/qtx_configuration.php:1330 msgid "This is the default mode." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Do not use Language Switching Buttons to edit multi-language text entries." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Editor Raw Mode" msgstr "" -#: qtranslate_configuration.php:1216 +#: admin/qtx_configuration.php:1332 msgid "Some people prefer to edit the raw entries containing all languages together separated by language defining tags, as they are stored in database." msgstr "" -#: qtranslate_configuration.php:1267 -#, fuzzy, php-format -msgid "%s Flag" -msgstr "Zastavica" +#: admin/qtx_configuration.php:1340 admin/qtx_configuration.php:1343 +msgid "LSB Style" +msgstr "" + +#: admin/qtx_configuration.php:1344 +msgid "Choose CSS style for how Language Switching Buttons are rendered:" +msgstr "" + +#: admin/qtx_configuration.php:1345 +#, php-format +msgid "LSB %s-wrap classes:" +msgstr "" + +#: admin/qtx_configuration.php:1346 +msgid "Active button class:" +msgstr "" + +#: admin/qtx_configuration.php:1347 +msgid "The above is reset to an appropriate default, if the below is changed." +msgstr "" + +#: admin/qtx_configuration.php:1348 +msgid "CSS set:" +msgstr "" + +#: admin/qtx_configuration.php:1352 admin/qtx_configuration.php:1354 +#: admin/qtx_configuration.php:1388 admin/qtx_configuration.php:1390 +msgid "Use custom CSS" +msgstr "" + +#: admin/qtx_configuration.php:1354 +#, php-format +msgid "Choice \"%s\" disables this option and allows one to use its own custom CSS provided by other means." +msgstr "" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1371 admin/qtx_configuration.php:1375 +#: admin/qtx_user_options.php:18 +msgid "Highlight Style" +msgstr "" + +#: admin/qtx_configuration.php:1373 +msgid "When there are many integrated or customized translatable fields, it may become confusing to know which field has multilingual value. The highlighting of translatable fields may come handy then:" +msgstr "" + +#: admin/qtx_configuration.php:1376 admin/qtx_configuration.php:1378 +msgid "Do not highlight the translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1380 admin/qtx_configuration.php:1382 +msgid "Show a line on the left border of translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1384 admin/qtx_configuration.php:1386 +msgid "Draw a border around translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1395 +msgid "Admin Color Scheme" +msgstr "" + +#: admin/qtx_configuration.php:1395 +#, php-format +msgid "The color in use is taken from your profile option %s, the third color." +msgstr "" + +#: admin/qtx_configuration.php:1433 +#, fuzzy +msgid "List of Configured Languages" +msgstr "Jezik izvora" + +#: admin/qtx_configuration.php:1438 +#, php-format +msgid "Only enabled languages are loaded at front-end, while all %d configured languages are listed here." +msgstr "" + +#: admin/qtx_configuration.php:1439 +msgid "The table below contains both pre-defined and manually added or modified languages." +msgstr "" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Delete" +msgstr "Obriši" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Disable" msgstr "Deaktiviraj" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Enable" msgstr "Aktiviraj" -#: qtranslate_configuration.php:1270 -msgid "Edit" -msgstr "Uredi" +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Reset" +msgstr "" -#: qtranslate_configuration.php:1271 +#: admin/qtx_configuration.php:1440 +#, php-format +msgid "You may %s or %s a language, or %s manually added language, or %s previous modifications of a pre-defined language." +msgstr "" + +#: admin/qtx_configuration.php:1441 +#, php-format +msgid "Click %s to modify language properties." +msgstr "" + +#: admin/qtx_configuration.php:1463 +#, fuzzy, php-format +msgid "%s Flag" +msgstr "Zastavica" + +#: admin/qtx_configuration.php:1465 msgid "Default" msgstr "Standardni" -#: qtranslate_configuration.php:1271 -msgid "Delete" -msgstr "Obriši" +#: admin/qtx_configuration.php:1467 +msgid "Pre-Defined" +msgstr "" -#: qtranslate_configuration.php:1276 +#: admin/qtx_configuration.php:1476 #, fuzzy msgid "Enabling a language will cause qTranslate to update the Gettext-Database for the language, which can take a while depending on your server's connection speed." msgstr "Aktiviranjem jezika, mqTranslate ažuriraće Gettext bazu podataka za jezik, što može potrajati neko vreme u zavisnosti od brzine internet veze vašeg servera." -#: qtranslate_configuration.php:1283 +#: admin/qtx_configuration.php:1483 msgid "Add Language" msgstr "Dodaj jezik" -#: qtranslate_configuration.php:1286 +#: admin/qtx_configuration.php:1486 msgid "Add Language »" msgstr "Dodaj jezik i »" -#: qtranslate_configuration.php:1301 +#: admin/qtx_configuration.php:1508 #, fuzzy msgid "Language Menu" msgstr "Kod jezika" -#: qtranslate_configuration.php:1350 +#: admin/qtx_configuration.php:1557 msgid "Help" msgstr "" -#: qtranslate_configuration.php:1352 +#: admin/qtx_configuration.php:1559 #, php-format msgid "Menu item added is replaced with a sub-menu of available languages when menu is rendered. Depending on how your theme renders menu you may need to override and customize css entries %s and %s, originally defined in %s. The field \"URL\" of inserted menu item allows additional configuration described in %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1357 +#: admin/qtx_configuration.php:1564 msgid "Add to Menu" msgstr "" -#: qtranslate_configuration.php:1367 +#: admin/qtx_configuration.php:1574 #, fuzzy msgid "Language Switcher" msgstr "Kod jezika" -#: qtranslate_configuration.php:1404 +#: admin/qtx_configuration.php:1619 msgid "Settings" msgstr "Postavke" +#: admin/qtx_import_export.php:125 +msgid "Plugin" +msgstr "" + +#: admin/qtx_import_export.php:131 +msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." +msgstr "" + +#: admin/qtx_import_export.php:134 +#, php-format +msgid "Use plugin %s to import data." +msgstr "" + +#: admin/qtx_import_export.php:138 +msgid "Do not migrate any setting" +msgstr "Nemojte premeštati nijednu postavku" + +#: admin/qtx_import_export.php:140 +#, fuzzy +msgid "Import settings from " +msgstr "Uvezite postavke iz qTranslate-a" + +#: admin/qtx_import_export.php:142 +#, fuzzy +msgid "Export settings to " +msgstr "Izvezite postavke u qTranslate" + +#: admin/qtx_import_export.php:158 +#, php-format +msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." +msgstr "Ako ažurirate sa qTranslate-a 1.x ili Polyglot-a, kliknite ovde da biste konvertovali postove u format oznake novog jezika." + +#: admin/qtx_import_export.php:159 +#, fuzzy, php-format +msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." +msgstr "Ako ste prvi put instalirali mqTranslate na Wordpress sa postojećim postovima, možete proći ručno kroz sve postove i sačuvati ih na tačnom jeziku ili kliknite ovde da biste obeležili sve postojeće postove pisane na standardnom jeziku." + +#: admin/qtx_import_export.php:160 +msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." +msgstr "Oba procesa su nepovratna! Proverite da li ste uradili backup cele baze podataka pre nego što kliknete na jedan od ovih linkova." + +#: admin/qtx_import_export.php:161 +#, fuzzy +msgid "Do not convert database" +msgstr "Konvertuj bazu podataka" + +#: admin/qtx_import_export.php:162 +msgid "Convert database to the \"square bracket only\" style." +msgstr "" + +#: admin/qtx_import_export.php:163 +#, php-format +msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." +msgstr "" + +#: admin/qtx_import_export.php:164 +msgid "Convert database back to the legacy \"dual language tag\" style." +msgstr "" + +#: admin/qtx_import_export.php:165 +msgid "Note, that only string options and standard post and page fields are affected." +msgstr "" + +#: admin/qtx_import_export.php:174 +#, fuzzy +msgid "Reset qTranslate" +msgstr "Vrati mqTranslate na početne vrednosti" + +#: admin/qtx_import_export.php:176 +#, fuzzy +msgid "Check this box and click Save Changes to reset all qTranslate settings." +msgstr "Štiklirajte ovo polje i kliknite na Sačuvaj izmene da biste sve mqTranslate postavke vratili na početne vrednosti. " + +#: admin/qtx_import_export.php:178 +#, fuzzy +msgid "Yes, I really want to reset qTranslate." +msgstr "Da, stvarno hoću da vratim mqTranslate na početne vrednosti." + +#: admin/qtx_import_export.php:180 +msgid "Also delete Translations for Categories/Tags/Link Categories." +msgstr "Obrišite prevode za Kategorije/Oznake/Kategorije linkova." + +#: admin/qtx_import_export.php:182 +#, fuzzy +msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." +msgstr "Ako nešto ne radi kako treba, uvek možete pokušati da vratite na početne vrednosti sva mqTranslate podešavanja. Resetovanje neće izbrisati poruke, ali će ukloniti sva podešavanja (uključujući sve dodate jezike)." + +#: admin/qtx_languages.php:93 +#, fuzzy +msgid "Cannot delete Default Language!" +msgstr "Ne možete deaktivirati standardni jezik!" + +#: admin/qtx_user_options.php:9 +#, fuzzy +msgid "Translation options" +msgstr "Prevedi u " + +#: admin/qtx_user_options.php:14 +msgid "Highlight Translatable Fields" +msgstr "" + +#: admin/qtx_user_options.php:18 +#, php-format +msgid "The way the translatable fields are highlighted is configured with global option %s." +msgstr "" + #: qtranslate_frontend.php:162 qtranslate_widget.php:67 msgid "Language" msgstr "Jezik" diff --git a/lang/qtranslate-sv_SE.po b/lang/qtranslate-sv_SE.po index 56cb3b5..3436be0 100644 --- a/lang/qtranslate-sv_SE.po +++ b/lang/qtranslate-sv_SE.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: qTranslate-X 3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-03-19 14:09-0600\n" +"POT-Creation-Date: 2015-03-25 22:22-0600\n" "PO-Revision-Date: 2011-12-15 05:29+0300\n" "Last-Translator: Tor-Bjorn Fjellner \n" "Language-Team: T-B \n" @@ -17,778 +17,909 @@ msgstr "" "X-Poedit-Basepath: C:\\Users\\Tobiadmin\\Desktop\\temp5\\qtranslate\n" "X-Poedit-SearchPath-0: C:\\Users\\Tobiadmin\\Desktop\\temp5\\qtranslate\n" -#: admin/activation_hook.php:37 admin/activation_hook.php:137 -#: qtranslate_configuration.php:772 +#: admin/qtx_activation_hook.php:80 admin/qtx_activation_hook.php:205 +#: admin/qtx_configuration.php:882 #, php-format msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so." msgstr "" -#: admin/activation_hook.php:38 +#: admin/qtx_activation_hook.php:81 #, php-format msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously." msgstr "" -#: admin/activation_hook.php:40 +#: admin/qtx_activation_hook.php:83 #, php-format msgid "The compatible settings from %s have been imported to %s. Further tuning, import, export and reset of options can be done at Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:42 +#: admin/qtx_activation_hook.php:85 #, php-format msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:135 +#: admin/qtx_activation_hook.php:203 #, php-format msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/Languages configuration page. Then you have to deactivate one of the plugins to continue." msgstr "" -#: admin/activation_hook.php:140 admin/activation_hook.php:142 +#: admin/qtx_activation_hook.php:208 admin/qtx_activation_hook.php:210 #, php-format msgid "Deactivate %s" msgstr "" -#: admin/activation_hook.php:176 +#: admin/qtx_activation_hook.php:249 #, php-format msgid "Plugin %s may be integrated with multilingual plugin %s with a help of plugin %s." msgstr "" -#: admin/activation_hook.php:178 +#: admin/qtx_activation_hook.php:251 msgid "Please, press an appropriate button below." msgstr "" -#: admin/activation_hook.php:182 +#: admin/qtx_activation_hook.php:255 #, php-format msgid "Activate plugin %s" msgstr "" -#: admin/activation_hook.php:184 +#: admin/qtx_activation_hook.php:257 #, php-format msgid "Install plugin %s" msgstr "" -#: admin/activation_hook.php:186 +#: admin/qtx_activation_hook.php:259 msgid "I am aware of that, dismiss this message." msgstr "" -#: admin/activation_hook.php:240 +#: admin/qtx_activation_hook.php:309 #, php-format msgid "Thank you for using %s plugin!" msgstr "" -#: admin/activation_hook.php:242 +#: admin/qtx_activation_hook.php:311 #, php-format msgid "Please, help us to make a decision on \"%s\" feature, press the button below." msgstr "" -#: admin/activation_hook.php:242 admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:311 admin/qtx_activation_hook.php:313 #: qtranslate_services.php:787 #, fuzzy msgid "Translation Service" msgstr "Översätt" -#: admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:313 #, php-format msgid "Survey on \"%s\" feature" msgstr "" -#: admin/activation_hook.php:245 +#: admin/qtx_activation_hook.php:314 admin/qtx_activation_hook.php:348 msgid "I have already done it, dismiss this message." msgstr "" -#: admin/admin_utils.php:145 +#: admin/qtx_activation_hook.php:346 +#, php-format +msgid "The latest version of plugin %s has a number of new options, for example, %s, which may change the look of some pages. Please, review the help text of new options on %sconfiguration page%s." +msgstr "" + +#: admin/qtx_admin_utils.php:146 msgid "Database has been converted to square bracket format." msgstr "" -#: admin/admin_utils.php:145 admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:146 admin/qtx_admin_utils.php:148 msgid "Note: custom entries are not touched." msgstr "" -#: admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:148 msgid "Database has been converted to legacy dual-tag format." msgstr "" -#: admin/admin_utils.php:405 qtranslate_configuration.php:484 -#: qtranslate_configuration.php:507 qtranslate_frontend.php:168 +#: admin/qtx_admin_utils.php:406 admin/qtx_configuration.php:565 +#: admin/qtx_configuration.php:588 qtranslate_frontend.php:168 #: qtranslate_frontend.php:195 msgid "Flag" msgstr "" -#: admin/admin_utils.php:406 qtranslate_configuration.php:525 +#: admin/qtx_admin_utils.php:407 admin/qtx_configuration.php:606 msgid "Name" msgstr "Namn" -#: admin/admin_utils.php:407 qtranslate_services.php:383 +#: admin/qtx_admin_utils.php:408 qtranslate_services.php:383 msgid "Action" msgstr "Aktivitet" -#: admin/admin_utils.php:420 qtranslate_configuration.php:471 -#: qtranslate_configuration.php:1245 -msgid "Languages" -msgstr "Språk" - -#: admin/import_export.php:125 -msgid "Plugin" -msgstr "" - -#: admin/import_export.php:131 -msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." -msgstr "" - -#: admin/import_export.php:134 -#, php-format -msgid "Use plugin %s to import data." -msgstr "" - -#: admin/import_export.php:138 -msgid "Do not migrate any setting" -msgstr "" - -#: admin/import_export.php:140 -msgid "Import settings from " -msgstr "" - -#: admin/import_export.php:142 -msgid "Export settings to " -msgstr "" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Export" -msgstr "" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Import" -msgstr "" - -#: admin/import_export.php:156 qtranslate_configuration.php:773 -#: qtranslate_configuration.php:783 qtranslate_configuration.php:1030 -msgid "Convert Database" -msgstr "" - -#: admin/import_export.php:158 -#, php-format -msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." -msgstr "Om du uppgraderat från qTranslate 1.x eller Polyglot, klicka här för att konvertera inläggen till det nya sättet att märka upp språken." - -#: admin/import_export.php:159 -#, php-format -msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." -msgstr "Om detta är första gången du installerar qTranslate på en Wordpress-site med existerande inlägg, så kan du antingen manuellt gå igenom alla inlägg och spara dem i rätt språk eller klicka här för att ange att alla inlägg är skrivna på huvudspråket." - -#: admin/import_export.php:160 -msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." -msgstr "" - -#: admin/import_export.php:161 -msgid "Do not convert database" -msgstr "" - -#: admin/import_export.php:162 -msgid "Convert database to the \"square bracket only\" style." -msgstr "" - -#: admin/import_export.php:163 -#, php-format -msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." -msgstr "" - -#: admin/import_export.php:164 -msgid "Convert database back to the legacy \"dual language tag\" style." -msgstr "" - -#: admin/import_export.php:165 -msgid "Note, that only string options and standard post and page fields are affected." -msgstr "" - -#: admin/import_export.php:174 +#: admin/qtx_admin_utils.php:409 admin/qtx_configuration.php:1441 +#: admin/qtx_configuration.php:1466 #, fuzzy -msgid "Reset qTranslate" -msgstr "Begär översättning" - -#: admin/import_export.php:176 -msgid "Check this box and click Save Changes to reset all qTranslate settings." -msgstr "" - -#: admin/import_export.php:178 -msgid "Yes, I really want to reset qTranslate." -msgstr "" +msgid "Edit" +msgstr "Redigera %s" -#: admin/import_export.php:180 -msgid "Also delete Translations for Categories/Tags/Link Categories." +#: admin/qtx_admin_utils.php:410 +msgid "Stored" msgstr "" -#: admin/import_export.php:182 -msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." -msgstr "" +#: admin/qtx_admin_utils.php:421 admin/qtx_configuration.php:552 +#: admin/qtx_configuration.php:1424 +msgid "Languages" +msgstr "Språk" -#: qtranslate_configuration.php:471 +#: admin/qtx_configuration.php:552 msgid "Language Management" msgstr "Språkhantering" -#: qtranslate_configuration.php:479 +#: admin/qtx_configuration.php:560 #, fuzzy msgid "Language Code" msgstr "Språk" -#: qtranslate_configuration.php:481 +#: admin/qtx_configuration.php:562 msgid "2-Letter ISO Language Code for the Language you want to insert. (Example: en)" msgstr "" -#: qtranslate_configuration.php:510 +#: admin/qtx_configuration.php:591 msgid "Incorrect Flag Image Path! Please correct it!" msgstr "" -#: qtranslate_configuration.php:513 +#: admin/qtx_configuration.php:594 msgid "Choose the corresponding country flag for language. (Example: gb.png)" msgstr "" -#: qtranslate_configuration.php:527 +#: admin/qtx_configuration.php:608 msgid "The Name of the language, which will be displayed on the site. (Example: English)" msgstr "" -#: qtranslate_configuration.php:530 +#: admin/qtx_configuration.php:611 msgid "Locale" msgstr "" -#: qtranslate_configuration.php:533 +#: admin/qtx_configuration.php:614 msgid "PHP and Wordpress Locale for the language. (Example: en_US)" msgstr "" -#: qtranslate_configuration.php:534 +#: admin/qtx_configuration.php:615 msgid "You will need to install the .mo file for this language." msgstr "" -#: qtranslate_configuration.php:538 +#: admin/qtx_configuration.php:619 msgid "Date Format" msgstr "" -#: qtranslate_configuration.php:540 +#: admin/qtx_configuration.php:621 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime (use %q for day suffix (st,nd,rd,th)) or date format. This field is optional. (Example: %A %B %e%q, %Y)" msgstr "" -#: qtranslate_configuration.php:543 +#: admin/qtx_configuration.php:624 msgid "Time Format" msgstr "" -#: qtranslate_configuration.php:545 +#: admin/qtx_configuration.php:626 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime or date format. This field is optional. (Example: %I:%M %p)" msgstr "" -#: qtranslate_configuration.php:548 +#: admin/qtx_configuration.php:629 msgid "Not Available Message" msgstr "" -#: qtranslate_configuration.php:551 +#: admin/qtx_configuration.php:632 msgid "Message to display if post is not available in the requested language. (Example: Sorry, this entry is only available in %LANG:, : and %.)" msgstr "" -#: qtranslate_configuration.php:552 +#: admin/qtx_configuration.php:633 msgid "%LANG:<normal_separator>:<last_separator>% generates a list of languages separated by <normal_separator> except for the last one, where <last_separator> will be used instead." msgstr "" -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Hide" msgstr "" -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Show" msgstr "" -#: qtranslate_configuration.php:675 +#: admin/qtx_configuration.php:763 msgid "Save Changes" msgstr "" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 msgid "Switching Language" msgstr "Språkbyte" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, php-format msgid "Switching language to %1$s... If the Dashboard isn't loading, use this link." msgstr "Byter språk till %1$s... Om kontrollpanelen inte laddas, använd denna länk." -#: qtranslate_configuration.php:713 +#: admin/qtx_configuration.php:801 msgid "qTranslate has been reset." msgstr "qTranslate har nollställts." -#: qtranslate_configuration.php:766 +#: admin/qtx_configuration.php:875 msgid "Gettext databases updated." msgstr "Gettext-databaser uppdaterade." -#: qtranslate_configuration.php:772 +#: admin/qtx_configuration.php:882 #, php-format msgid "Applicable options and taxonomy names from plugin %s have been imported. Note that the multilingual content of posts, pages and other objects has not been altered during this operation. There is no additional operation needed to import content, since its format is compatible with %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 #, php-format msgid "%sImportant%s: Before you start making edits to post and pages, please, make sure that both, your front site and admin back-end, work under this configuration. It may help to review \"%s\" and see if any of conflicting plugins mentioned there are used here. While the current content, coming from %s, is compatible with this plugin, the newly modified posts and pages will be saved with a new square-bracket-only encoding, which has a number of advantages comparing to former %s encoding. However, the new encoding is not straightforwardly compatible with %s and you will need an additional step available under \"%s\" option if you ever decide to go back to %s. Even with this additional conversion step, the 3rd-party plugins custom-stored data will not be auto-converted, but manual editing will still work. That is why it is advisable to create a test-copy of your site before making any further changes. In case you encounter a problem, please give us a chance to improve %s, send the login information to the test-copy of your site to %s along with a detailed step-by-step description of what is not working, and continue using your main site with %s meanwhile. It would also help, if you share a success story as well, either on %sthe forum%s, or via the same e-mail as mentioned above. Thank you very much for trying %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 admin/qtx_configuration.php:894 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:156 +msgid "Convert Database" +msgstr "" + +#: admin/qtx_configuration.php:883 msgid "This is a one-time message, which you will not see again, unless the same import is repeated." msgstr "" -#: qtranslate_configuration.php:775 qtranslate_configuration.php:1204 +#: admin/qtx_configuration.php:885 admin/qtx_configuration.php:1320 msgid "Compatibility Functions" msgstr "" -#: qtranslate_configuration.php:775 +#: admin/qtx_configuration.php:885 #, php-format msgid "Option \"%s\" has also been turned on, as the most common case for importing configuration from %s. You may turn it off manually if your setup does not require it. Refer to %sFAQ%s for more information." msgstr "" -#: qtranslate_configuration.php:783 +#: admin/qtx_configuration.php:894 #, php-format msgid "Applicable options have been exported to plugin %s. If you have done some post or page updates after migrating from %s, then \"%s\" operation is also required to convert the content to \"dual language tag\" style in order for plugin %s to function." msgstr "" -#: qtranslate_configuration.php:794 +#: admin/qtx_configuration.php:906 msgid "The Language must have a Not-Available Message!" msgstr "Språket måste ha ett meddelande för saknad text!" -#: qtranslate_configuration.php:795 +#: admin/qtx_configuration.php:907 msgid "The Language must have a Locale!" msgstr "Språket måste ha en lokalisering angiven!" -#: qtranslate_configuration.php:796 +#: admin/qtx_configuration.php:908 msgid "The Language must have a name!" msgstr "Språket måste ha ett namn!" -#: qtranslate_configuration.php:797 +#: admin/qtx_configuration.php:909 msgid "Language Code has to be 2 characters long!" msgstr "Språkkoden skall vara 2 tecken lång!" -#: qtranslate_configuration.php:801 qtranslate_configuration.php:807 +#: admin/qtx_configuration.php:916 admin/qtx_configuration.php:922 msgid "There is already a language with the same Language Code!" msgstr "Det finns redan ett språk med samma språkkod!" -#: qtranslate_configuration.php:892 qtranslate_configuration.php:914 -#: qtranslate_configuration.php:921 qtranslate_configuration.php:938 -msgid "No such language!" -msgstr "Det språket finns inte!" - -#: qtranslate_configuration.php:906 +#: admin/qtx_configuration.php:1019 msgid "Language is already enabled or invalid!" msgstr "Språket är antingen redan aktivt, eller ogiltigt!" -#: qtranslate_configuration.php:911 +#: admin/qtx_configuration.php:1025 msgid "Cannot disable Default Language!" msgstr "Det går inte att stänga av huvudspråket!" -#: qtranslate_configuration.php:917 +#: admin/qtx_configuration.php:1028 admin/qtx_configuration.php:1035 +#: admin/qtx_configuration.php:1052 +msgid "No such language!" +msgstr "Det språket finns inte!" + +#: admin/qtx_configuration.php:1031 msgid "Language is already disabled!" msgstr "Språket är redan avstängt!" -#: qtranslate_configuration.php:925 +#: admin/qtx_configuration.php:1039 msgid "Language is already first!" msgstr "Språket ligger redan först!" -#: qtranslate_configuration.php:931 qtranslate_configuration.php:948 +#: admin/qtx_configuration.php:1045 admin/qtx_configuration.php:1062 msgid "New order saved." msgstr "Ny ordning har sparats." -#: qtranslate_configuration.php:942 +#: admin/qtx_configuration.php:1056 msgid "Language is already last!" msgstr "Språket ligger redan sist!" -#: qtranslate_configuration.php:960 +#: admin/qtx_configuration.php:1074 msgid "Options saved." msgstr "Alternativen har sparats." -#: qtranslate_configuration.php:965 +#: admin/qtx_configuration.php:1079 #, php-format msgid "Could not write to \"%s\", Gettext Databases could not be downloaded!" msgstr "Det gick inte att skriva till \"%s\", Databaser för Gettext gick inte att ladda ned!" -#: qtranslate_configuration.php:991 +#: admin/qtx_configuration.php:1105 #, fuzzy msgid "Edit Language" msgstr "Språk" -#: qtranslate_configuration.php:994 +#: admin/qtx_configuration.php:1108 msgid "Save Changes »" msgstr "" -#: qtranslate_configuration.php:999 +#: admin/qtx_configuration.php:1110 +msgid "back to configuration page" +msgstr "" + +#: admin/qtx_configuration.php:1114 msgid "Language Management (qTranslate Configuration)" msgstr "" -#: qtranslate_configuration.php:1000 +#: admin/qtx_configuration.php:1115 #, php-format msgid "For help on how to configure qTranslate correctly, take a look at the qTranslate FAQ and the Support Forum." msgstr "Du kan hitta hjälp med korrekta inställningar för qTranslate på qTranslate FAQ och dess Supportforum." -#: qtranslate_configuration.php:1002 +#: admin/qtx_configuration.php:1117 #, fuzzy msgid "General Settings" msgstr "Inställningar" -#: qtranslate_configuration.php:1005 +#: admin/qtx_configuration.php:1120 msgid "Default Language / Order" msgstr "" -#: qtranslate_configuration.php:1007 +#: admin/qtx_configuration.php:1122 #, fuzzy msgid "Default Language" msgstr "Målspråk" -#: qtranslate_configuration.php:1020 +#: admin/qtx_configuration.php:1135 #, php-format msgid "Choose the default language of your blog. This is the language which will be shown on %s. You can also change the order the languages by clicking on the arrows above." msgstr "Välj huvudspråk för din blogg. Detta språk kommer att visas på %s. Du kan också ändra språkens ordning genom att klicka på pilarna här ovanför." -#: qtranslate_configuration.php:1025 +#: admin/qtx_configuration.php:1140 msgid "Hide Untranslated Content" msgstr "" -#: qtranslate_configuration.php:1027 +#: admin/qtx_configuration.php:1142 msgid "Hide Content which is not available for the selected language." msgstr "" -#: qtranslate_configuration.php:1029 +#: admin/qtx_configuration.php:1144 msgid "When checked, posts will be hidden if the content is not available for the selected language. If unchecked, a message will appear showing all the languages the content is available in." msgstr "" -#: qtranslate_configuration.php:1030 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Export" +msgstr "" + +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Import" +msgstr "" + +#: admin/qtx_configuration.php:1145 #, php-format msgid "This function will not work correctly if you installed %s on a blog with existing entries. In this case you will need to take a look at option \"%s\" under \"%s\" section." msgstr "" -#: qtranslate_configuration.php:1032 +#: admin/qtx_configuration.php:1147 msgid "Show displayed language prefix when content is not available for the selected language." msgstr "" -#: qtranslate_configuration.php:1036 +#: admin/qtx_configuration.php:1151 msgid "Detect Browser Language" msgstr "" -#: qtranslate_configuration.php:1038 +#: admin/qtx_configuration.php:1153 msgid "Detect the language of the browser and redirect accordingly." msgstr "" -#: qtranslate_configuration.php:1040 +#: admin/qtx_configuration.php:1155 msgid "When the frontpage is visited via bookmark/external link/type-in, the visitor will be forwarded to the correct URL for the language specified by his browser." msgstr "" -#: qtranslate_configuration.php:1045 +#: admin/qtx_configuration.php:1160 #, fuzzy msgid "Advanced Settings" msgstr "Inställningar" -#: qtranslate_configuration.php:1052 qtranslate_configuration.php:1054 -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1167 admin/qtx_configuration.php:1169 +#: admin/qtx_configuration.php:1243 msgid "URL Modification Mode" msgstr "" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Most SEO unfriendly, not recommended." msgstr "" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Use Query Mode (?lang=en)" msgstr "" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "SEO friendly." msgstr "" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "Use Pre-Path Mode (Default, puts /en/ in front of URL)" msgstr "" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "Use Pre-Domain Mode (uses http://en.yoursite.com)" msgstr "" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "You will need to configure DNS sub-domains on your site." msgstr "" -#: qtranslate_configuration.php:1068 +#: admin/qtx_configuration.php:1183 msgid "Hide URL language information for default language." msgstr "" -#: qtranslate_configuration.php:1069 +#: admin/qtx_configuration.php:1184 msgid "This is only applicable to Pre-Path and Pre-Domain mode." msgstr "" -#: qtranslate_configuration.php:1074 +#: admin/qtx_configuration.php:1189 msgid "Use Per-Domain mode: specify separate user-defined domain for each language." msgstr "" -#: qtranslate_configuration.php:1092 +#: admin/qtx_configuration.php:1208 msgid "Domain for" msgstr "" -#: qtranslate_configuration.php:1097 +#: admin/qtx_configuration.php:1213 msgid "Flag Image Path" msgstr "" -#: qtranslate_configuration.php:1101 +#: admin/qtx_configuration.php:1217 #, php-format msgid "Path to the flag images under wp-content, with trailing slash. (Default: %s, clear the value above to reset it to the default)" msgstr "" -#: qtranslate_configuration.php:1105 +#: admin/qtx_configuration.php:1221 msgid "Ignore Links" msgstr "" -#: qtranslate_configuration.php:1109 +#: admin/qtx_configuration.php:1225 #, php-format msgid "Don't convert links to files of the given file types. (Always included: %s)" msgstr "" -#: qtranslate_configuration.php:1113 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1229 qtranslate_widget.php:119 msgid "Head inline CSS" msgstr "" -#: qtranslate_configuration.php:1115 +#: admin/qtx_configuration.php:1231 msgid "CSS code added by plugin in the head of front-end pages:" msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 qtranslate_widget.php:119 msgid "To disable this inline CSS, clear the check box." msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 admin/qtx_configuration.php:1395 +#: qtranslate_widget.php:119 msgid "To reset to default, clear the text." msgstr "" -#: qtranslate_configuration.php:1123 +#: admin/qtx_configuration.php:1239 #, fuzzy msgid "Cookie Settings" msgstr "Inställningar" -#: qtranslate_configuration.php:1125 +#: admin/qtx_configuration.php:1241 #, php-format msgid "Disable language client cookie \"%s\" (not recommended)." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Language cookie is auto-disabled for \"%s\" \"Pre-Domain\" and \"Per-Domain\", as language is always unambiguously defined by a url in those modes." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Otherwise, use this option with a caution, for simple enough sites only. If checked, the user choice of browsing language will not be saved between sessions and some AJAX calls may deliver unexpected language, as well as some undesired language switching during browsing may occur under certain themes (%sRead More%s)." msgstr "" -#: qtranslate_configuration.php:1129 +#: admin/qtx_configuration.php:1245 #, php-format msgid "Make %s cookies available only through HTTPS connections." msgstr "" -#: qtranslate_configuration.php:1131 +#: admin/qtx_configuration.php:1247 msgid "Don't check this if you don't know what you're doing!" msgstr "" -#: qtranslate_configuration.php:1135 +#: admin/qtx_configuration.php:1251 #, fuzzy msgid "Update Gettext Databases" msgstr "Gettext-databaser uppdaterade." -#: qtranslate_configuration.php:1137 +#: admin/qtx_configuration.php:1253 msgid "Automatically check for .mo-Database Updates of installed languages." msgstr "" -#: qtranslate_configuration.php:1139 +#: admin/qtx_configuration.php:1255 #, fuzzy msgid "Update Gettext databases now." msgstr "Gettext-databaser uppdaterade." -#: qtranslate_configuration.php:1141 +#: admin/qtx_configuration.php:1257 msgid "qTranslate will query the Wordpress Localisation Repository every week and download the latest Gettext Databases (.mo Files)." msgstr "" -#: qtranslate_configuration.php:1145 +#: admin/qtx_configuration.php:1261 msgid "Date / Time Conversion" msgstr "" -#: qtranslate_configuration.php:1147 +#: admin/qtx_configuration.php:1263 msgid "Use emulated date function." msgstr "" -#: qtranslate_configuration.php:1148 +#: admin/qtx_configuration.php:1264 msgid "Use emulated date function and replace formats with the predefined formats for each language." msgstr "" -#: qtranslate_configuration.php:1149 +#: admin/qtx_configuration.php:1265 msgid "Use strftime instead of date." msgstr "" -#: qtranslate_configuration.php:1150 +#: admin/qtx_configuration.php:1266 msgid "Use strftime instead of date and replace formats with the predefined formats for each language." msgstr "" -#: qtranslate_configuration.php:1151 +#: admin/qtx_configuration.php:1267 msgid "Depending on the mode selected, additional customizations of the theme may be needed." msgstr "" -#: qtranslate_configuration.php:1160 +#: admin/qtx_configuration.php:1276 #, fuzzy msgid "Translation of options" msgstr "Översätt till" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Filter all WordPress options for translation at front-end. It may hurt performance of the site, but ensures that all options are translated." msgstr "" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Starting from version 3.2.5, only options with multilingual content get filtered, which should help on performance issues." msgstr "" -#: qtranslate_configuration.php:1164 +#: admin/qtx_configuration.php:1280 msgid "Translate only options listed below (for experts only):" msgstr "" -#: qtranslate_configuration.php:1167 +#: admin/qtx_configuration.php:1283 #, php-format msgid "By default, all options are filtered to be translated at front-end for the sake of simplicity of configuration. However, for a developed site, this may cause a considerable performance degradation. Normally, there are very few options, which actually need a translation. You may simply list them above to minimize the performance impact, while still getting translations needed. Options names must match the field \"%s\" of table \"%s\" of WordPress database. A minimum common set of option, normally needed a translation, is already entered in the list above as a default example. Option names in the list may contain wildcard with symbol \"%s\"." msgstr "" -#: qtranslate_configuration.php:1171 +#: admin/qtx_configuration.php:1287 msgid "Custom Fields" msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 #, php-format msgid "Enter \"%s\" or \"%s\" attribute of text fields from your theme, which you wish to translate. This applies to post, page and media editors (%s). To lookup \"%s\" or \"%s\", right-click on the field in the post or the page editor and choose \"%s\". Look for an attribute of the field named \"%s\" or \"%s\". Enter it below, as many as you need, space- or comma-separated. After saving configuration, these fields will start responding to the language switching buttons, and you can enter different text for each language. The input fields of type %s will be parsed using %s syntax, while single line text fields will use %s syntax. If you need to override this behaviour, prepend prefix %s or %s to the name of the field to specify which syntax to use. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 msgctxt "browser option" msgid "Inspect Element" msgstr "" -#: qtranslate_configuration.php:1180 +#: admin/qtx_configuration.php:1296 msgid "The value of \"id\" attribute is normally unique within one page, otherwise the first field found, having an id specified, is picked up." msgstr "" -#: qtranslate_configuration.php:1187 +#: admin/qtx_configuration.php:1303 #, php-format msgid "All the fields of specified classes will respond to Language Switching Buttons. Be careful not to include a class, which would affect language-neutral fields. If you cannot uniquely identify a field needed neither by %s, nor by %s attribute, report the issue on %sSupport Forum%s" msgstr "" -#: qtranslate_configuration.php:1191 +#: admin/qtx_configuration.php:1307 msgid "Custom Filters" msgstr "" -#: qtranslate_configuration.php:1194 +#: admin/qtx_configuration.php:1310 #, php-format msgid "Names of filters (which are enabled on theme or other plugins via %s function) to add translation to. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1198 +#: admin/qtx_configuration.php:1314 msgid "Custom Admin Pages" msgstr "" -#: qtranslate_configuration.php:1200 +#: admin/qtx_configuration.php:1316 #, php-format msgid "List the custom admin page paths for which you wish Language Switching Buttons to show up. The Buttons will then control fields configured in \"Custom Fields\" section. You may only include part of the full URL after %s, including a distinctive query string if needed. As many as desired pages can be listed space/comma separated. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1206 +#: admin/qtx_configuration.php:1322 #, php-format msgid "Enable function name compatibility (%s)." msgstr "" -#: qtranslate_configuration.php:1207 +#: admin/qtx_configuration.php:1323 #, php-format msgid "Some plugins and themes use direct calls to the functions listed, which are defined in former %s plugin and some of its forks. Turning this flag on will enable those function to exists, which will make the dependent plugins and themes to work. WordPress policy prohibits to define functions with the same names as in other plugins, since it generates user-unfriendly fatal errors, when two conflicting plugins are activated simultaneously. Before turning this option on, you have to make sure that there are no other plugins active, which define those functions." msgstr "" -#: qtranslate_configuration.php:1211 +#: admin/qtx_configuration.php:1327 msgid "Editor Mode" msgstr "" -#: qtranslate_configuration.php:1213 +#: admin/qtx_configuration.php:1329 msgid "Use Language Switching Buttons (LSB)." msgstr "" -#: qtranslate_configuration.php:1214 +#: admin/qtx_configuration.php:1330 msgid "This is the default mode." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Do not use Language Switching Buttons to edit multi-language text entries." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Editor Raw Mode" msgstr "" -#: qtranslate_configuration.php:1216 +#: admin/qtx_configuration.php:1332 msgid "Some people prefer to edit the raw entries containing all languages together separated by language defining tags, as they are stored in database." msgstr "" -#: qtranslate_configuration.php:1267 +#: admin/qtx_configuration.php:1340 admin/qtx_configuration.php:1343 +msgid "LSB Style" +msgstr "" + +#: admin/qtx_configuration.php:1344 +msgid "Choose CSS style for how Language Switching Buttons are rendered:" +msgstr "" + +#: admin/qtx_configuration.php:1345 #, php-format -msgid "%s Flag" +msgid "LSB %s-wrap classes:" +msgstr "" + +#: admin/qtx_configuration.php:1346 +msgid "Active button class:" +msgstr "" + +#: admin/qtx_configuration.php:1347 +msgid "The above is reset to an appropriate default, if the below is changed." +msgstr "" + +#: admin/qtx_configuration.php:1348 +msgid "CSS set:" +msgstr "" + +#: admin/qtx_configuration.php:1352 admin/qtx_configuration.php:1354 +#: admin/qtx_configuration.php:1388 admin/qtx_configuration.php:1390 +msgid "Use custom CSS" +msgstr "" + +#: admin/qtx_configuration.php:1354 +#, php-format +msgid "Choice \"%s\" disables this option and allows one to use its own custom CSS provided by other means." +msgstr "" + +#: admin/qtx_configuration.php:1371 admin/qtx_configuration.php:1375 +#: admin/qtx_user_options.php:18 +msgid "Highlight Style" msgstr "" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1373 +msgid "When there are many integrated or customized translatable fields, it may become confusing to know which field has multilingual value. The highlighting of translatable fields may come handy then:" +msgstr "" + +#: admin/qtx_configuration.php:1376 admin/qtx_configuration.php:1378 +msgid "Do not highlight the translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1380 admin/qtx_configuration.php:1382 +msgid "Show a line on the left border of translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1384 admin/qtx_configuration.php:1386 +msgid "Draw a border around translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1395 +msgid "Admin Color Scheme" +msgstr "" + +#: admin/qtx_configuration.php:1395 +#, php-format +msgid "The color in use is taken from your profile option %s, the third color." +msgstr "" + +#: admin/qtx_configuration.php:1433 +#, fuzzy +msgid "List of Configured Languages" +msgstr "Källspråk" + +#: admin/qtx_configuration.php:1438 +#, php-format +msgid "Only enabled languages are loaded at front-end, while all %d configured languages are listed here." +msgstr "" + +#: admin/qtx_configuration.php:1439 +msgid "The table below contains both pre-defined and manually added or modified languages." +msgstr "" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Delete" +msgstr "" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Disable" msgstr "" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Enable" msgstr "" -#: qtranslate_configuration.php:1270 -#, fuzzy -msgid "Edit" -msgstr "Redigera %s" +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Reset" +msgstr "" -#: qtranslate_configuration.php:1271 +#: admin/qtx_configuration.php:1440 +#, php-format +msgid "You may %s or %s a language, or %s manually added language, or %s previous modifications of a pre-defined language." +msgstr "" + +#: admin/qtx_configuration.php:1441 +#, php-format +msgid "Click %s to modify language properties." +msgstr "" + +#: admin/qtx_configuration.php:1463 +#, php-format +msgid "%s Flag" +msgstr "" + +#: admin/qtx_configuration.php:1465 msgid "Default" msgstr "" -#: qtranslate_configuration.php:1271 -msgid "Delete" +#: admin/qtx_configuration.php:1467 +msgid "Pre-Defined" msgstr "" -#: qtranslate_configuration.php:1276 +#: admin/qtx_configuration.php:1476 msgid "Enabling a language will cause qTranslate to update the Gettext-Database for the language, which can take a while depending on your server's connection speed." msgstr "" -#: qtranslate_configuration.php:1283 +#: admin/qtx_configuration.php:1483 #, fuzzy msgid "Add Language" msgstr "Språk" -#: qtranslate_configuration.php:1286 +#: admin/qtx_configuration.php:1486 msgid "Add Language »" msgstr "" -#: qtranslate_configuration.php:1301 +#: admin/qtx_configuration.php:1508 #, fuzzy msgid "Language Menu" msgstr "Språk" -#: qtranslate_configuration.php:1350 +#: admin/qtx_configuration.php:1557 msgid "Help" msgstr "" -#: qtranslate_configuration.php:1352 +#: admin/qtx_configuration.php:1559 #, php-format msgid "Menu item added is replaced with a sub-menu of available languages when menu is rendered. Depending on how your theme renders menu you may need to override and customize css entries %s and %s, originally defined in %s. The field \"URL\" of inserted menu item allows additional configuration described in %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1357 +#: admin/qtx_configuration.php:1564 msgid "Add to Menu" msgstr "" -#: qtranslate_configuration.php:1367 +#: admin/qtx_configuration.php:1574 #, fuzzy msgid "Language Switcher" msgstr "Språk" -#: qtranslate_configuration.php:1404 +#: admin/qtx_configuration.php:1619 msgid "Settings" msgstr "Inställningar" +#: admin/qtx_import_export.php:125 +msgid "Plugin" +msgstr "" + +#: admin/qtx_import_export.php:131 +msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." +msgstr "" + +#: admin/qtx_import_export.php:134 +#, php-format +msgid "Use plugin %s to import data." +msgstr "" + +#: admin/qtx_import_export.php:138 +msgid "Do not migrate any setting" +msgstr "" + +#: admin/qtx_import_export.php:140 +msgid "Import settings from " +msgstr "" + +#: admin/qtx_import_export.php:142 +msgid "Export settings to " +msgstr "" + +#: admin/qtx_import_export.php:158 +#, php-format +msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." +msgstr "Om du uppgraderat från qTranslate 1.x eller Polyglot, klicka här för att konvertera inläggen till det nya sättet att märka upp språken." + +#: admin/qtx_import_export.php:159 +#, php-format +msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." +msgstr "Om detta är första gången du installerar qTranslate på en Wordpress-site med existerande inlägg, så kan du antingen manuellt gå igenom alla inlägg och spara dem i rätt språk eller klicka här för att ange att alla inlägg är skrivna på huvudspråket." + +#: admin/qtx_import_export.php:160 +msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." +msgstr "" + +#: admin/qtx_import_export.php:161 +msgid "Do not convert database" +msgstr "" + +#: admin/qtx_import_export.php:162 +msgid "Convert database to the \"square bracket only\" style." +msgstr "" + +#: admin/qtx_import_export.php:163 +#, php-format +msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." +msgstr "" + +#: admin/qtx_import_export.php:164 +msgid "Convert database back to the legacy \"dual language tag\" style." +msgstr "" + +#: admin/qtx_import_export.php:165 +msgid "Note, that only string options and standard post and page fields are affected." +msgstr "" + +#: admin/qtx_import_export.php:174 +#, fuzzy +msgid "Reset qTranslate" +msgstr "Begär översättning" + +#: admin/qtx_import_export.php:176 +msgid "Check this box and click Save Changes to reset all qTranslate settings." +msgstr "" + +#: admin/qtx_import_export.php:178 +msgid "Yes, I really want to reset qTranslate." +msgstr "" + +#: admin/qtx_import_export.php:180 +msgid "Also delete Translations for Categories/Tags/Link Categories." +msgstr "" + +#: admin/qtx_import_export.php:182 +msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." +msgstr "" + +#: admin/qtx_languages.php:93 +#, fuzzy +msgid "Cannot delete Default Language!" +msgstr "Det går inte att stänga av huvudspråket!" + +#: admin/qtx_user_options.php:9 +#, fuzzy +msgid "Translation options" +msgstr "Översätt till" + +#: admin/qtx_user_options.php:14 +msgid "Highlight Translatable Fields" +msgstr "" + +#: admin/qtx_user_options.php:18 +#, php-format +msgid "The way the translatable fields are highlighted is configured with global option %s." +msgstr "" + #: qtranslate_frontend.php:162 qtranslate_widget.php:67 msgid "Language" msgstr "Språk" diff --git a/lang/qtranslate-tr_TR.po b/lang/qtranslate-tr_TR.po index bba1e14..8ee24c7 100644 --- a/lang/qtranslate-tr_TR.po +++ b/lang/qtranslate-tr_TR.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: qTranslate-X 3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-03-19 14:09-0600\n" +"POT-Creation-Date: 2015-03-25 22:22-0600\n" "PO-Revision-Date: 2009-01-28 18:47+0200\n" "Last-Translator: ali@mail.com \n" "Language-Team: LANGUAGE \n" @@ -10,778 +10,909 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: admin/activation_hook.php:37 admin/activation_hook.php:137 -#: qtranslate_configuration.php:772 +#: admin/qtx_activation_hook.php:80 admin/qtx_activation_hook.php:205 +#: admin/qtx_configuration.php:882 #, php-format msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so." msgstr "" -#: admin/activation_hook.php:38 +#: admin/qtx_activation_hook.php:81 #, php-format msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously." msgstr "" -#: admin/activation_hook.php:40 +#: admin/qtx_activation_hook.php:83 #, php-format msgid "The compatible settings from %s have been imported to %s. Further tuning, import, export and reset of options can be done at Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:42 +#: admin/qtx_activation_hook.php:85 #, php-format msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:135 +#: admin/qtx_activation_hook.php:203 #, php-format msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/Languages configuration page. Then you have to deactivate one of the plugins to continue." msgstr "" -#: admin/activation_hook.php:140 admin/activation_hook.php:142 +#: admin/qtx_activation_hook.php:208 admin/qtx_activation_hook.php:210 #, php-format msgid "Deactivate %s" msgstr "" -#: admin/activation_hook.php:176 +#: admin/qtx_activation_hook.php:249 #, php-format msgid "Plugin %s may be integrated with multilingual plugin %s with a help of plugin %s." msgstr "" -#: admin/activation_hook.php:178 +#: admin/qtx_activation_hook.php:251 msgid "Please, press an appropriate button below." msgstr "" -#: admin/activation_hook.php:182 +#: admin/qtx_activation_hook.php:255 #, php-format msgid "Activate plugin %s" msgstr "" -#: admin/activation_hook.php:184 +#: admin/qtx_activation_hook.php:257 #, php-format msgid "Install plugin %s" msgstr "" -#: admin/activation_hook.php:186 +#: admin/qtx_activation_hook.php:259 msgid "I am aware of that, dismiss this message." msgstr "" -#: admin/activation_hook.php:240 +#: admin/qtx_activation_hook.php:309 #, php-format msgid "Thank you for using %s plugin!" msgstr "" -#: admin/activation_hook.php:242 +#: admin/qtx_activation_hook.php:311 #, php-format msgid "Please, help us to make a decision on \"%s\" feature, press the button below." msgstr "" -#: admin/activation_hook.php:242 admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:311 admin/qtx_activation_hook.php:313 #: qtranslate_services.php:787 #, fuzzy msgid "Translation Service" msgstr "qTranslate" -#: admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:313 #, php-format msgid "Survey on \"%s\" feature" msgstr "" -#: admin/activation_hook.php:245 +#: admin/qtx_activation_hook.php:314 admin/qtx_activation_hook.php:348 msgid "I have already done it, dismiss this message." msgstr "" -#: admin/admin_utils.php:145 +#: admin/qtx_activation_hook.php:346 +#, php-format +msgid "The latest version of plugin %s has a number of new options, for example, %s, which may change the look of some pages. Please, review the help text of new options on %sconfiguration page%s." +msgstr "" + +#: admin/qtx_admin_utils.php:146 msgid "Database has been converted to square bracket format." msgstr "" -#: admin/admin_utils.php:145 admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:146 admin/qtx_admin_utils.php:148 msgid "Note: custom entries are not touched." msgstr "" -#: admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:148 msgid "Database has been converted to legacy dual-tag format." msgstr "" -#: admin/admin_utils.php:405 qtranslate_configuration.php:484 -#: qtranslate_configuration.php:507 qtranslate_frontend.php:168 +#: admin/qtx_admin_utils.php:406 admin/qtx_configuration.php:565 +#: admin/qtx_configuration.php:588 qtranslate_frontend.php:168 #: qtranslate_frontend.php:195 msgid "Flag" msgstr "Bayrak" -#: admin/admin_utils.php:406 qtranslate_configuration.php:525 +#: admin/qtx_admin_utils.php:407 admin/qtx_configuration.php:606 msgid "Name" msgstr "İsim" -#: admin/admin_utils.php:407 qtranslate_services.php:383 +#: admin/qtx_admin_utils.php:408 qtranslate_services.php:383 msgid "Action" msgstr "İşlem" -#: admin/admin_utils.php:420 qtranslate_configuration.php:471 -#: qtranslate_configuration.php:1245 -msgid "Languages" -msgstr "Diller" - -#: admin/import_export.php:125 -msgid "Plugin" -msgstr "" - -#: admin/import_export.php:131 -msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." -msgstr "" - -#: admin/import_export.php:134 -#, php-format -msgid "Use plugin %s to import data." -msgstr "" - -#: admin/import_export.php:138 -msgid "Do not migrate any setting" -msgstr "" - -#: admin/import_export.php:140 -#, fuzzy -msgid "Import settings from " -msgstr "qTranslate'i Sıfırla" - -#: admin/import_export.php:142 -#, fuzzy -msgid "Export settings to " -msgstr "qTranslate'i Sıfırla" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Export" -msgstr "" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Import" -msgstr "" - -#: admin/import_export.php:156 qtranslate_configuration.php:773 -#: qtranslate_configuration.php:783 qtranslate_configuration.php:1030 -msgid "Convert Database" -msgstr "Veritabanını Dönüştür" - -#: admin/import_export.php:158 -#, php-format -msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." -msgstr "Eğer qTranslate 1.x yada Polyglot'tan güncelleştirme yapıyorsanız, içerikleri yeni dil etiket formatına dönüştürmek için buraya tıklayın." - -#: admin/import_export.php:159 -#, php-format -msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." -msgstr "Eğer qTranslate'i içeriği olan bir Wordpress'e yüklediyseniz , mevcut içerikleri teker teker düzenleyip doğru dilde kaydedebilir, yada buraya tıklayarak mevcut tüm içerikleri varsayılan dilde yazılmış olarak işareteyebilirsiniz." - -#: admin/import_export.php:160 -msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." -msgstr "Her iki işlem de geri döndürülemez! Bu işlemlerden herhangi birini gerçekleştirmeden önce veritabanınızın yedeğini aldığınızdan emin olun." - -#: admin/import_export.php:161 -#, fuzzy -msgid "Do not convert database" -msgstr "Veritabanını Dönüştür" - -#: admin/import_export.php:162 -msgid "Convert database to the \"square bracket only\" style." -msgstr "" - -#: admin/import_export.php:163 -#, php-format -msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." -msgstr "" - -#: admin/import_export.php:164 -msgid "Convert database back to the legacy \"dual language tag\" style." -msgstr "" +#: admin/qtx_admin_utils.php:409 admin/qtx_configuration.php:1441 +#: admin/qtx_configuration.php:1466 +msgid "Edit" +msgstr "Düzenle" -#: admin/import_export.php:165 -msgid "Note, that only string options and standard post and page fields are affected." +#: admin/qtx_admin_utils.php:410 +msgid "Stored" msgstr "" -#: admin/import_export.php:174 -msgid "Reset qTranslate" -msgstr "qTranslate'i Sıfırla" - -#: admin/import_export.php:176 -msgid "Check this box and click Save Changes to reset all qTranslate settings." -msgstr "qTranslate ayarlarını sıfırlamak için bu kutuyu işaretleyin ve Değişiklikleri Kaydet butonuna tıklayın." - -#: admin/import_export.php:178 -msgid "Yes, I really want to reset qTranslate." -msgstr "Evet, gerçekten qTranslate ayarlarını sıfırlamak istiyorum." - -#: admin/import_export.php:180 -msgid "Also delete Translations for Categories/Tags/Link Categories." -msgstr "Kategoriler, Etiketler ve Link Kategorileri için yapılan çevirileri sil." - -#: admin/import_export.php:182 -msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." -msgstr "Eğer herhangi birşey düzgün çalışmıyorsa, qTranslate ayarlarını istediğiniz zaman sıfırlayabilirsiniz. Sıfırlama işlemi içerikleri silmez ancak (eklediğiniz diller de dahil) tüm ayarlar silinir." +#: admin/qtx_admin_utils.php:421 admin/qtx_configuration.php:552 +#: admin/qtx_configuration.php:1424 +msgid "Languages" +msgstr "Diller" -#: qtranslate_configuration.php:471 +#: admin/qtx_configuration.php:552 msgid "Language Management" msgstr "Dil Yönetimi" -#: qtranslate_configuration.php:479 +#: admin/qtx_configuration.php:560 msgid "Language Code" msgstr "Dil Kodu" -#: qtranslate_configuration.php:481 +#: admin/qtx_configuration.php:562 msgid "2-Letter ISO Language Code for the Language you want to insert. (Example: en)" msgstr "Eklemek istediğiiz dil için 2-Harf uzunluğundaki ISO Dil Kodu. (Örnek: tr)" -#: qtranslate_configuration.php:510 +#: admin/qtx_configuration.php:591 msgid "Incorrect Flag Image Path! Please correct it!" msgstr "Geçersiz Bayrak Resim Yolu! Lütfen düzeltin!" -#: qtranslate_configuration.php:513 +#: admin/qtx_configuration.php:594 msgid "Choose the corresponding country flag for language. (Example: gb.png)" msgstr "Dil için uygun olan bayrağı seçin. (Örnek: tr.png)" -#: qtranslate_configuration.php:527 +#: admin/qtx_configuration.php:608 msgid "The Name of the language, which will be displayed on the site. (Example: English)" msgstr "Dil için sitede gösterilecek isim. (Örnek: Türkçe)" -#: qtranslate_configuration.php:530 +#: admin/qtx_configuration.php:611 msgid "Locale" msgstr "Bölge Kodu" -#: qtranslate_configuration.php:533 +#: admin/qtx_configuration.php:614 msgid "PHP and Wordpress Locale for the language. (Example: en_US)" msgstr "Dil için PHP ve Wordpress Bölge Kodu. (Örnek: tr_TR)" -#: qtranslate_configuration.php:534 +#: admin/qtx_configuration.php:615 #, fuzzy msgid "You will need to install the .mo file for this language." msgstr "Bu dil için .mo dosyasını yüklemeniz gerekebilir." -#: qtranslate_configuration.php:538 +#: admin/qtx_configuration.php:619 msgid "Date Format" msgstr "Tarih Biçimi" -#: qtranslate_configuration.php:540 +#: admin/qtx_configuration.php:621 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime (use %q for day suffix (st,nd,rd,th)) or date format. This field is optional. (Example: %A %B %e%q, %Y)" msgstr "Tarih / Saat Dönüştürme Biçimine bağlı olarak, strftime (gün için %q son ekini kullanın (st,nd,rd,th)) yada date biçimini kullanabilirsiniz. Bu alan isteğe bağlıdır. (Örnek: %A %B %e%q, %Y)" -#: qtranslate_configuration.php:543 +#: admin/qtx_configuration.php:624 msgid "Time Format" msgstr "Saat Biçimi" -#: qtranslate_configuration.php:545 +#: admin/qtx_configuration.php:626 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime or date format. This field is optional. (Example: %I:%M %p)" msgstr "Tarih / Saat Dönüştürme Biçimine bağlı olarak, strftime yada date biçimini kullanabilirsiniz. Bu alan isteğe bağlıdır. (Örnek: %I:%M %p)" -#: qtranslate_configuration.php:548 +#: admin/qtx_configuration.php:629 msgid "Not Available Message" msgstr "Mevcut Değil Mesajı" -#: qtranslate_configuration.php:551 +#: admin/qtx_configuration.php:632 msgid "Message to display if post is not available in the requested language. (Example: Sorry, this entry is only available in %LANG:, : and %.)" msgstr "Seçilen içeriğe ait çeviri yoksa gösterilecek olan mesaj. (Örnek: Üzgünüm, bu içerik sadece %LANG:, :% dillerinde geçerli.)" -#: qtranslate_configuration.php:552 +#: admin/qtx_configuration.php:633 msgid "%LANG:<normal_separator>:<last_separator>% generates a list of languages separated by <normal_separator> except for the last one, where <last_separator> will be used instead." msgstr "%LANG:<normal_separator>:<last_separator>% ile ayıraçlarla ayrılmış dil listesi oluşturulur. Normal ayıraç olarak <normal_separator> kullanılır. Son ayıraç olarak <last_separator> kullanılır." -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Hide" msgstr "" -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Show" msgstr "Göster" -#: qtranslate_configuration.php:675 +#: admin/qtx_configuration.php:763 msgid "Save Changes" msgstr "Değişiklikleri Kaydet" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, fuzzy msgid "Switching Language" msgstr "Dili Düzenle" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, php-format msgid "Switching language to %1$s... If the Dashboard isn't loading, use this link." msgstr "" -#: qtranslate_configuration.php:713 +#: admin/qtx_configuration.php:801 msgid "qTranslate has been reset." msgstr "qTranslate sıfırlandı." -#: qtranslate_configuration.php:766 +#: admin/qtx_configuration.php:875 msgid "Gettext databases updated." msgstr "Gettext veritabanları güncellendi." -#: qtranslate_configuration.php:772 +#: admin/qtx_configuration.php:882 #, php-format msgid "Applicable options and taxonomy names from plugin %s have been imported. Note that the multilingual content of posts, pages and other objects has not been altered during this operation. There is no additional operation needed to import content, since its format is compatible with %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 #, php-format msgid "%sImportant%s: Before you start making edits to post and pages, please, make sure that both, your front site and admin back-end, work under this configuration. It may help to review \"%s\" and see if any of conflicting plugins mentioned there are used here. While the current content, coming from %s, is compatible with this plugin, the newly modified posts and pages will be saved with a new square-bracket-only encoding, which has a number of advantages comparing to former %s encoding. However, the new encoding is not straightforwardly compatible with %s and you will need an additional step available under \"%s\" option if you ever decide to go back to %s. Even with this additional conversion step, the 3rd-party plugins custom-stored data will not be auto-converted, but manual editing will still work. That is why it is advisable to create a test-copy of your site before making any further changes. In case you encounter a problem, please give us a chance to improve %s, send the login information to the test-copy of your site to %s along with a detailed step-by-step description of what is not working, and continue using your main site with %s meanwhile. It would also help, if you share a success story as well, either on %sthe forum%s, or via the same e-mail as mentioned above. Thank you very much for trying %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 admin/qtx_configuration.php:894 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:156 +msgid "Convert Database" +msgstr "Veritabanını Dönüştür" + +#: admin/qtx_configuration.php:883 msgid "This is a one-time message, which you will not see again, unless the same import is repeated." msgstr "" -#: qtranslate_configuration.php:775 qtranslate_configuration.php:1204 +#: admin/qtx_configuration.php:885 admin/qtx_configuration.php:1320 msgid "Compatibility Functions" msgstr "" -#: qtranslate_configuration.php:775 +#: admin/qtx_configuration.php:885 #, php-format msgid "Option \"%s\" has also been turned on, as the most common case for importing configuration from %s. You may turn it off manually if your setup does not require it. Refer to %sFAQ%s for more information." msgstr "" -#: qtranslate_configuration.php:783 +#: admin/qtx_configuration.php:894 #, php-format msgid "Applicable options have been exported to plugin %s. If you have done some post or page updates after migrating from %s, then \"%s\" operation is also required to convert the content to \"dual language tag\" style in order for plugin %s to function." msgstr "" -#: qtranslate_configuration.php:794 +#: admin/qtx_configuration.php:906 msgid "The Language must have a Not-Available Message!" msgstr "Dil için 'Mevcut Değil Mesajı' olmak zorunda!" -#: qtranslate_configuration.php:795 +#: admin/qtx_configuration.php:907 msgid "The Language must have a Locale!" msgstr "Dil için, 'Bölge Kodu' olmak zorunda!" -#: qtranslate_configuration.php:796 +#: admin/qtx_configuration.php:908 msgid "The Language must have a name!" msgstr "Dil için, 'İsim' olmak zorunda!" -#: qtranslate_configuration.php:797 +#: admin/qtx_configuration.php:909 msgid "Language Code has to be 2 characters long!" msgstr "Dil Kodu 2 karakter uzunluğunda olmalı!" -#: qtranslate_configuration.php:801 qtranslate_configuration.php:807 +#: admin/qtx_configuration.php:916 admin/qtx_configuration.php:922 msgid "There is already a language with the same Language Code!" msgstr "Aynı Dil Kodu'na sahip bir dil zaten kayıtlı." -#: qtranslate_configuration.php:892 qtranslate_configuration.php:914 -#: qtranslate_configuration.php:921 qtranslate_configuration.php:938 -msgid "No such language!" -msgstr "Dil mevcut değil!" - -#: qtranslate_configuration.php:906 +#: admin/qtx_configuration.php:1019 msgid "Language is already enabled or invalid!" msgstr "Bu dil geçerli değil yada zaten etkinleştirilmiş." -#: qtranslate_configuration.php:911 +#: admin/qtx_configuration.php:1025 msgid "Cannot disable Default Language!" msgstr "Varsayılan Dil etkisizleştirilemiyor!" -#: qtranslate_configuration.php:917 +#: admin/qtx_configuration.php:1028 admin/qtx_configuration.php:1035 +#: admin/qtx_configuration.php:1052 +msgid "No such language!" +msgstr "Dil mevcut değil!" + +#: admin/qtx_configuration.php:1031 msgid "Language is already disabled!" msgstr "Dil zaten etkisizleştirilmiş!" -#: qtranslate_configuration.php:925 +#: admin/qtx_configuration.php:1039 #, fuzzy msgid "Language is already first!" msgstr "Dil zaten etkisizleştirilmiş!" -#: qtranslate_configuration.php:931 qtranslate_configuration.php:948 +#: admin/qtx_configuration.php:1045 admin/qtx_configuration.php:1062 msgid "New order saved." msgstr "" -#: qtranslate_configuration.php:942 +#: admin/qtx_configuration.php:1056 #, fuzzy msgid "Language is already last!" msgstr "Dil zaten etkisizleştirilmiş!" -#: qtranslate_configuration.php:960 +#: admin/qtx_configuration.php:1074 msgid "Options saved." msgstr "Ayarlar kaydedildi." -#: qtranslate_configuration.php:965 +#: admin/qtx_configuration.php:1079 #, php-format msgid "Could not write to \"%s\", Gettext Databases could not be downloaded!" msgstr "\"%s\" adresine yazma yetkisi yok, Gettext Veritabanları kaydedilemez!" -#: qtranslate_configuration.php:991 +#: admin/qtx_configuration.php:1105 msgid "Edit Language" msgstr "Dili Düzenle" -#: qtranslate_configuration.php:994 +#: admin/qtx_configuration.php:1108 msgid "Save Changes »" msgstr "Değişiklikleri Kaydet »" -#: qtranslate_configuration.php:999 +#: admin/qtx_configuration.php:1110 +msgid "back to configuration page" +msgstr "" + +#: admin/qtx_configuration.php:1114 msgid "Language Management (qTranslate Configuration)" msgstr "Dil Yönetimi (qTranslate Yapılandırması)" -#: qtranslate_configuration.php:1000 +#: admin/qtx_configuration.php:1115 #, php-format msgid "For help on how to configure qTranslate correctly, take a look at the qTranslate FAQ and the Support Forum." msgstr "qTranslate'i hatasız yapılandırmak hakkında yardım almak için, qTranslate SSS ve Yardım Forumu adreslerine göz atın." -#: qtranslate_configuration.php:1002 +#: admin/qtx_configuration.php:1117 msgid "General Settings" msgstr "Genel Ayarlar" -#: qtranslate_configuration.php:1005 +#: admin/qtx_configuration.php:1120 #, fuzzy msgid "Default Language / Order" msgstr "Varsayılan Dil" -#: qtranslate_configuration.php:1007 +#: admin/qtx_configuration.php:1122 msgid "Default Language" msgstr "Varsayılan Dil" -#: qtranslate_configuration.php:1020 +#: admin/qtx_configuration.php:1135 #, php-format msgid "Choose the default language of your blog. This is the language which will be shown on %s. You can also change the order the languages by clicking on the arrows above." msgstr "" -#: qtranslate_configuration.php:1025 +#: admin/qtx_configuration.php:1140 msgid "Hide Untranslated Content" msgstr "Çevirisi olamayan içeriği gizle" -#: qtranslate_configuration.php:1027 +#: admin/qtx_configuration.php:1142 msgid "Hide Content which is not available for the selected language." msgstr "Seçilen dil için çevirisi olmayan içeriği gizle." -#: qtranslate_configuration.php:1029 +#: admin/qtx_configuration.php:1144 msgid "When checked, posts will be hidden if the content is not available for the selected language. If unchecked, a message will appear showing all the languages the content is available in." msgstr "Bu seçenek işaretlendiği zaman, seçilen dil için çevirisi olmayan içerikler gizlenecek. Eğer işaret kaldırılırsa, içeriğe ait çevirilerin bulunduğu tüm dilleri belirten bir mesaj gösterilecek." -#: qtranslate_configuration.php:1030 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Export" +msgstr "" + +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Import" +msgstr "" + +#: admin/qtx_configuration.php:1145 #, fuzzy, php-format msgid "This function will not work correctly if you installed %s on a blog with existing entries. In this case you will need to take a look at option \"%s\" under \"%s\" section." msgstr "Eğer qTranslate'i içerik girilmiş bir günlükte yüklediyseniz bu işlev düzgün biçimde çalışmayacak. Bu durumda \"Veritabanını Dönüştür\" ve \"Gelişmiş Ayarlar\"a bakmanız gerekecektir." -#: qtranslate_configuration.php:1032 +#: admin/qtx_configuration.php:1147 #, fuzzy msgid "Show displayed language prefix when content is not available for the selected language." msgstr "Seçilen dil için çevirisi olmayan içeriği gizle." -#: qtranslate_configuration.php:1036 +#: admin/qtx_configuration.php:1151 msgid "Detect Browser Language" msgstr "Tarayıcı Dilini Bul" -#: qtranslate_configuration.php:1038 +#: admin/qtx_configuration.php:1153 msgid "Detect the language of the browser and redirect accordingly." msgstr "Tarayıcı dilini otomatik olarak tespit et ve ona göre yönlendir." -#: qtranslate_configuration.php:1040 +#: admin/qtx_configuration.php:1155 msgid "When the frontpage is visited via bookmark/external link/type-in, the visitor will be forwarded to the correct URL for the language specified by his browser." msgstr "Kulanıcı anasayfaya Sık Kullanılanlar veya dış bağlantılarla geldiğinde, kullandığı tarayıcının diline göre otomatik olarak yönlendirilir." -#: qtranslate_configuration.php:1045 +#: admin/qtx_configuration.php:1160 msgid "Advanced Settings" msgstr "Gelişmiş Ayarlar" -#: qtranslate_configuration.php:1052 qtranslate_configuration.php:1054 -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1167 admin/qtx_configuration.php:1169 +#: admin/qtx_configuration.php:1243 msgid "URL Modification Mode" msgstr "URL Değiştirme Biçimi" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Most SEO unfriendly, not recommended." msgstr "" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Use Query Mode (?lang=en)" msgstr "Sorgu Biçimini Kullan (?lang=tr)" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "SEO friendly." msgstr "" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "Use Pre-Path Mode (Default, puts /en/ in front of URL)" msgstr "Ön-Yol Biçimini Kullan (Varsayılan olarak adresin önüne /tr/ eklenir)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "Use Pre-Domain Mode (uses http://en.yoursite.com)" msgstr "Alt-Alanadı Biçimini Kullan (http://tr.sitenizinadresi.com)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "You will need to configure DNS sub-domains on your site." msgstr "" -#: qtranslate_configuration.php:1068 +#: admin/qtx_configuration.php:1183 msgid "Hide URL language information for default language." msgstr "" -#: qtranslate_configuration.php:1069 +#: admin/qtx_configuration.php:1184 msgid "This is only applicable to Pre-Path and Pre-Domain mode." msgstr "" -#: qtranslate_configuration.php:1074 +#: admin/qtx_configuration.php:1189 #, fuzzy msgid "Use Per-Domain mode: specify separate user-defined domain for each language." msgstr "emulated date fonksiyonunu kullan ve önceden tanımlanmış tarih formatını seçilen dile göre yeniden düzenle." -#: qtranslate_configuration.php:1092 +#: admin/qtx_configuration.php:1208 msgid "Domain for" msgstr "" -#: qtranslate_configuration.php:1097 +#: admin/qtx_configuration.php:1213 msgid "Flag Image Path" msgstr "Bayrak Resim Yolu" -#: qtranslate_configuration.php:1101 +#: admin/qtx_configuration.php:1217 #, fuzzy, php-format msgid "Path to the flag images under wp-content, with trailing slash. (Default: %s, clear the value above to reset it to the default)" msgstr "Bayrak resimleri için wp-content klasörünün altına bulunan klasör yolu. (Varsayılan: plugins/qtranslate/flags/)" -#: qtranslate_configuration.php:1105 +#: admin/qtx_configuration.php:1221 msgid "Ignore Links" msgstr "Bağlantıları Yoksay" -#: qtranslate_configuration.php:1109 +#: admin/qtx_configuration.php:1225 #, fuzzy, php-format msgid "Don't convert links to files of the given file types. (Always included: %s)" msgstr "Bu dosya tiplerine verilen bağlantıları dönüştürme. (Varsayılan: gif,jpg,jpeg,png,pdf,swf,tif,rar,zip,7z,mpg,divx,mpeg,avi,css,js)" -#: qtranslate_configuration.php:1113 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1229 qtranslate_widget.php:119 msgid "Head inline CSS" msgstr "" -#: qtranslate_configuration.php:1115 +#: admin/qtx_configuration.php:1231 msgid "CSS code added by plugin in the head of front-end pages:" msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 qtranslate_widget.php:119 msgid "To disable this inline CSS, clear the check box." msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 admin/qtx_configuration.php:1395 +#: qtranslate_widget.php:119 msgid "To reset to default, clear the text." msgstr "" -#: qtranslate_configuration.php:1123 +#: admin/qtx_configuration.php:1239 #, fuzzy msgid "Cookie Settings" msgstr "Ayarlar" -#: qtranslate_configuration.php:1125 +#: admin/qtx_configuration.php:1241 #, php-format msgid "Disable language client cookie \"%s\" (not recommended)." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Language cookie is auto-disabled for \"%s\" \"Pre-Domain\" and \"Per-Domain\", as language is always unambiguously defined by a url in those modes." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Otherwise, use this option with a caution, for simple enough sites only. If checked, the user choice of browsing language will not be saved between sessions and some AJAX calls may deliver unexpected language, as well as some undesired language switching during browsing may occur under certain themes (%sRead More%s)." msgstr "" -#: qtranslate_configuration.php:1129 +#: admin/qtx_configuration.php:1245 #, php-format msgid "Make %s cookies available only through HTTPS connections." msgstr "" -#: qtranslate_configuration.php:1131 +#: admin/qtx_configuration.php:1247 msgid "Don't check this if you don't know what you're doing!" msgstr "" -#: qtranslate_configuration.php:1135 +#: admin/qtx_configuration.php:1251 msgid "Update Gettext Databases" msgstr "Gettext Veritabanlarını Güncelleştir" -#: qtranslate_configuration.php:1137 +#: admin/qtx_configuration.php:1253 msgid "Automatically check for .mo-Database Updates of installed languages." msgstr "Yüklenen diller için .mo dosyalarının güncelleştirmelerini otomatik olarak kontrol et." -#: qtranslate_configuration.php:1139 +#: admin/qtx_configuration.php:1255 msgid "Update Gettext databases now." msgstr "Gettext veritabanlarını şimdi güncelle." -#: qtranslate_configuration.php:1141 +#: admin/qtx_configuration.php:1257 msgid "qTranslate will query the Wordpress Localisation Repository every week and download the latest Gettext Databases (.mo Files)." msgstr "qTranslate her hafta Wordpress Yerelleştirme Deposu'nu kontrol edecek ve en güncel Gettext Veritabanlarını (.mo dosyalarını) indirecek." -#: qtranslate_configuration.php:1145 +#: admin/qtx_configuration.php:1261 msgid "Date / Time Conversion" msgstr "Tarih / Saat Dönüştürme" -#: qtranslate_configuration.php:1147 +#: admin/qtx_configuration.php:1263 msgid "Use emulated date function." msgstr "emulated date fonksiyonunu kullan." -#: qtranslate_configuration.php:1148 +#: admin/qtx_configuration.php:1264 msgid "Use emulated date function and replace formats with the predefined formats for each language." msgstr "emulated date fonksiyonunu kullan ve önceden tanımlanmış tarih formatını seçilen dile göre yeniden düzenle." -#: qtranslate_configuration.php:1149 +#: admin/qtx_configuration.php:1265 msgid "Use strftime instead of date." msgstr "date fonksiyonu yerine strftime fonksiyonu kullanılsın." -#: qtranslate_configuration.php:1150 +#: admin/qtx_configuration.php:1266 msgid "Use strftime instead of date and replace formats with the predefined formats for each language." msgstr "date fonksiyonu yerine strftime fonksiyonunu kullan ve önceden tanımlanmış tarih formatını seçilen dile göre yeniden düzenle." -#: qtranslate_configuration.php:1151 +#: admin/qtx_configuration.php:1267 msgid "Depending on the mode selected, additional customizations of the theme may be needed." msgstr "Seçilen biçime bağlı olarak, tema dosyalarınızda ek ayarlamalar yapmanız gerekebilir." -#: qtranslate_configuration.php:1160 +#: admin/qtx_configuration.php:1276 #, fuzzy msgid "Translation of options" msgstr "qTranslate" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Filter all WordPress options for translation at front-end. It may hurt performance of the site, but ensures that all options are translated." msgstr "" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Starting from version 3.2.5, only options with multilingual content get filtered, which should help on performance issues." msgstr "" -#: qtranslate_configuration.php:1164 +#: admin/qtx_configuration.php:1280 msgid "Translate only options listed below (for experts only):" msgstr "" -#: qtranslate_configuration.php:1167 +#: admin/qtx_configuration.php:1283 #, php-format msgid "By default, all options are filtered to be translated at front-end for the sake of simplicity of configuration. However, for a developed site, this may cause a considerable performance degradation. Normally, there are very few options, which actually need a translation. You may simply list them above to minimize the performance impact, while still getting translations needed. Options names must match the field \"%s\" of table \"%s\" of WordPress database. A minimum common set of option, normally needed a translation, is already entered in the list above as a default example. Option names in the list may contain wildcard with symbol \"%s\"." msgstr "" -#: qtranslate_configuration.php:1171 +#: admin/qtx_configuration.php:1287 msgid "Custom Fields" msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 #, php-format msgid "Enter \"%s\" or \"%s\" attribute of text fields from your theme, which you wish to translate. This applies to post, page and media editors (%s). To lookup \"%s\" or \"%s\", right-click on the field in the post or the page editor and choose \"%s\". Look for an attribute of the field named \"%s\" or \"%s\". Enter it below, as many as you need, space- or comma-separated. After saving configuration, these fields will start responding to the language switching buttons, and you can enter different text for each language. The input fields of type %s will be parsed using %s syntax, while single line text fields will use %s syntax. If you need to override this behaviour, prepend prefix %s or %s to the name of the field to specify which syntax to use. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 msgctxt "browser option" msgid "Inspect Element" msgstr "" -#: qtranslate_configuration.php:1180 +#: admin/qtx_configuration.php:1296 msgid "The value of \"id\" attribute is normally unique within one page, otherwise the first field found, having an id specified, is picked up." msgstr "" -#: qtranslate_configuration.php:1187 +#: admin/qtx_configuration.php:1303 #, php-format msgid "All the fields of specified classes will respond to Language Switching Buttons. Be careful not to include a class, which would affect language-neutral fields. If you cannot uniquely identify a field needed neither by %s, nor by %s attribute, report the issue on %sSupport Forum%s" msgstr "" -#: qtranslate_configuration.php:1191 +#: admin/qtx_configuration.php:1307 msgid "Custom Filters" msgstr "" -#: qtranslate_configuration.php:1194 +#: admin/qtx_configuration.php:1310 #, php-format msgid "Names of filters (which are enabled on theme or other plugins via %s function) to add translation to. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1198 +#: admin/qtx_configuration.php:1314 msgid "Custom Admin Pages" msgstr "" -#: qtranslate_configuration.php:1200 +#: admin/qtx_configuration.php:1316 #, php-format msgid "List the custom admin page paths for which you wish Language Switching Buttons to show up. The Buttons will then control fields configured in \"Custom Fields\" section. You may only include part of the full URL after %s, including a distinctive query string if needed. As many as desired pages can be listed space/comma separated. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1206 +#: admin/qtx_configuration.php:1322 #, php-format msgid "Enable function name compatibility (%s)." msgstr "" -#: qtranslate_configuration.php:1207 +#: admin/qtx_configuration.php:1323 #, php-format msgid "Some plugins and themes use direct calls to the functions listed, which are defined in former %s plugin and some of its forks. Turning this flag on will enable those function to exists, which will make the dependent plugins and themes to work. WordPress policy prohibits to define functions with the same names as in other plugins, since it generates user-unfriendly fatal errors, when two conflicting plugins are activated simultaneously. Before turning this option on, you have to make sure that there are no other plugins active, which define those functions." msgstr "" -#: qtranslate_configuration.php:1211 +#: admin/qtx_configuration.php:1327 msgid "Editor Mode" msgstr "" -#: qtranslate_configuration.php:1213 +#: admin/qtx_configuration.php:1329 msgid "Use Language Switching Buttons (LSB)." msgstr "" -#: qtranslate_configuration.php:1214 +#: admin/qtx_configuration.php:1330 msgid "This is the default mode." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Do not use Language Switching Buttons to edit multi-language text entries." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Editor Raw Mode" msgstr "" -#: qtranslate_configuration.php:1216 +#: admin/qtx_configuration.php:1332 msgid "Some people prefer to edit the raw entries containing all languages together separated by language defining tags, as they are stored in database." msgstr "" -#: qtranslate_configuration.php:1267 -#, fuzzy, php-format -msgid "%s Flag" -msgstr "Bayrak" +#: admin/qtx_configuration.php:1340 admin/qtx_configuration.php:1343 +msgid "LSB Style" +msgstr "" + +#: admin/qtx_configuration.php:1344 +msgid "Choose CSS style for how Language Switching Buttons are rendered:" +msgstr "" + +#: admin/qtx_configuration.php:1345 +#, php-format +msgid "LSB %s-wrap classes:" +msgstr "" + +#: admin/qtx_configuration.php:1346 +msgid "Active button class:" +msgstr "" + +#: admin/qtx_configuration.php:1347 +msgid "The above is reset to an appropriate default, if the below is changed." +msgstr "" + +#: admin/qtx_configuration.php:1348 +msgid "CSS set:" +msgstr "" + +#: admin/qtx_configuration.php:1352 admin/qtx_configuration.php:1354 +#: admin/qtx_configuration.php:1388 admin/qtx_configuration.php:1390 +msgid "Use custom CSS" +msgstr "" + +#: admin/qtx_configuration.php:1354 +#, php-format +msgid "Choice \"%s\" disables this option and allows one to use its own custom CSS provided by other means." +msgstr "" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1371 admin/qtx_configuration.php:1375 +#: admin/qtx_user_options.php:18 +msgid "Highlight Style" +msgstr "" + +#: admin/qtx_configuration.php:1373 +msgid "When there are many integrated or customized translatable fields, it may become confusing to know which field has multilingual value. The highlighting of translatable fields may come handy then:" +msgstr "" + +#: admin/qtx_configuration.php:1376 admin/qtx_configuration.php:1378 +msgid "Do not highlight the translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1380 admin/qtx_configuration.php:1382 +msgid "Show a line on the left border of translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1384 admin/qtx_configuration.php:1386 +msgid "Draw a border around translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1395 +msgid "Admin Color Scheme" +msgstr "" + +#: admin/qtx_configuration.php:1395 +#, php-format +msgid "The color in use is taken from your profile option %s, the third color." +msgstr "" + +#: admin/qtx_configuration.php:1433 +#, fuzzy +msgid "List of Configured Languages" +msgstr "Dil" + +#: admin/qtx_configuration.php:1438 +#, php-format +msgid "Only enabled languages are loaded at front-end, while all %d configured languages are listed here." +msgstr "" + +#: admin/qtx_configuration.php:1439 +msgid "The table below contains both pre-defined and manually added or modified languages." +msgstr "" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Delete" +msgstr "Sil" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Disable" msgstr "Etkisizleştir" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Enable" msgstr "Etkinleştir" -#: qtranslate_configuration.php:1270 -msgid "Edit" -msgstr "Düzenle" +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Reset" +msgstr "" -#: qtranslate_configuration.php:1271 +#: admin/qtx_configuration.php:1440 +#, php-format +msgid "You may %s or %s a language, or %s manually added language, or %s previous modifications of a pre-defined language." +msgstr "" + +#: admin/qtx_configuration.php:1441 +#, php-format +msgid "Click %s to modify language properties." +msgstr "" + +#: admin/qtx_configuration.php:1463 +#, fuzzy, php-format +msgid "%s Flag" +msgstr "Bayrak" + +#: admin/qtx_configuration.php:1465 msgid "Default" msgstr "Varsayılan" -#: qtranslate_configuration.php:1271 -msgid "Delete" -msgstr "Sil" +#: admin/qtx_configuration.php:1467 +msgid "Pre-Defined" +msgstr "" -#: qtranslate_configuration.php:1276 +#: admin/qtx_configuration.php:1476 msgid "Enabling a language will cause qTranslate to update the Gettext-Database for the language, which can take a while depending on your server's connection speed." msgstr "" -#: qtranslate_configuration.php:1283 +#: admin/qtx_configuration.php:1483 msgid "Add Language" msgstr "Dil Ekle" -#: qtranslate_configuration.php:1286 +#: admin/qtx_configuration.php:1486 msgid "Add Language »" msgstr "Dil Ekle »" -#: qtranslate_configuration.php:1301 +#: admin/qtx_configuration.php:1508 #, fuzzy msgid "Language Menu" msgstr "Dil Kodu" -#: qtranslate_configuration.php:1350 +#: admin/qtx_configuration.php:1557 msgid "Help" msgstr "" -#: qtranslate_configuration.php:1352 +#: admin/qtx_configuration.php:1559 #, php-format msgid "Menu item added is replaced with a sub-menu of available languages when menu is rendered. Depending on how your theme renders menu you may need to override and customize css entries %s and %s, originally defined in %s. The field \"URL\" of inserted menu item allows additional configuration described in %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1357 +#: admin/qtx_configuration.php:1564 msgid "Add to Menu" msgstr "" -#: qtranslate_configuration.php:1367 +#: admin/qtx_configuration.php:1574 #, fuzzy msgid "Language Switcher" msgstr "Dil Kodu" -#: qtranslate_configuration.php:1404 +#: admin/qtx_configuration.php:1619 msgid "Settings" msgstr "Ayarlar" +#: admin/qtx_import_export.php:125 +msgid "Plugin" +msgstr "" + +#: admin/qtx_import_export.php:131 +msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." +msgstr "" + +#: admin/qtx_import_export.php:134 +#, php-format +msgid "Use plugin %s to import data." +msgstr "" + +#: admin/qtx_import_export.php:138 +msgid "Do not migrate any setting" +msgstr "" + +#: admin/qtx_import_export.php:140 +#, fuzzy +msgid "Import settings from " +msgstr "qTranslate'i Sıfırla" + +#: admin/qtx_import_export.php:142 +#, fuzzy +msgid "Export settings to " +msgstr "qTranslate'i Sıfırla" + +#: admin/qtx_import_export.php:158 +#, php-format +msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." +msgstr "Eğer qTranslate 1.x yada Polyglot'tan güncelleştirme yapıyorsanız, içerikleri yeni dil etiket formatına dönüştürmek için buraya tıklayın." + +#: admin/qtx_import_export.php:159 +#, php-format +msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." +msgstr "Eğer qTranslate'i içeriği olan bir Wordpress'e yüklediyseniz , mevcut içerikleri teker teker düzenleyip doğru dilde kaydedebilir, yada buraya tıklayarak mevcut tüm içerikleri varsayılan dilde yazılmış olarak işareteyebilirsiniz." + +#: admin/qtx_import_export.php:160 +msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." +msgstr "Her iki işlem de geri döndürülemez! Bu işlemlerden herhangi birini gerçekleştirmeden önce veritabanınızın yedeğini aldığınızdan emin olun." + +#: admin/qtx_import_export.php:161 +#, fuzzy +msgid "Do not convert database" +msgstr "Veritabanını Dönüştür" + +#: admin/qtx_import_export.php:162 +msgid "Convert database to the \"square bracket only\" style." +msgstr "" + +#: admin/qtx_import_export.php:163 +#, php-format +msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." +msgstr "" + +#: admin/qtx_import_export.php:164 +msgid "Convert database back to the legacy \"dual language tag\" style." +msgstr "" + +#: admin/qtx_import_export.php:165 +msgid "Note, that only string options and standard post and page fields are affected." +msgstr "" + +#: admin/qtx_import_export.php:174 +msgid "Reset qTranslate" +msgstr "qTranslate'i Sıfırla" + +#: admin/qtx_import_export.php:176 +msgid "Check this box and click Save Changes to reset all qTranslate settings." +msgstr "qTranslate ayarlarını sıfırlamak için bu kutuyu işaretleyin ve Değişiklikleri Kaydet butonuna tıklayın." + +#: admin/qtx_import_export.php:178 +msgid "Yes, I really want to reset qTranslate." +msgstr "Evet, gerçekten qTranslate ayarlarını sıfırlamak istiyorum." + +#: admin/qtx_import_export.php:180 +msgid "Also delete Translations for Categories/Tags/Link Categories." +msgstr "Kategoriler, Etiketler ve Link Kategorileri için yapılan çevirileri sil." + +#: admin/qtx_import_export.php:182 +msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." +msgstr "Eğer herhangi birşey düzgün çalışmıyorsa, qTranslate ayarlarını istediğiniz zaman sıfırlayabilirsiniz. Sıfırlama işlemi içerikleri silmez ancak (eklediğiniz diller de dahil) tüm ayarlar silinir." + +#: admin/qtx_languages.php:93 +#, fuzzy +msgid "Cannot delete Default Language!" +msgstr "Varsayılan Dil etkisizleştirilemiyor!" + +#: admin/qtx_user_options.php:9 +#, fuzzy +msgid "Translation options" +msgstr "qTranslate" + +#: admin/qtx_user_options.php:14 +msgid "Highlight Translatable Fields" +msgstr "" + +#: admin/qtx_user_options.php:18 +#, php-format +msgid "The way the translatable fields are highlighted is configured with global option %s." +msgstr "" + #: qtranslate_frontend.php:162 qtranslate_widget.php:67 msgid "Language" msgstr "Dil" diff --git a/lang/qtranslate-zh_CN.po b/lang/qtranslate-zh_CN.po index 1ce2608..ff52960 100644 --- a/lang/qtranslate-zh_CN.po +++ b/lang/qtranslate-zh_CN.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: qTranslate-X 3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-03-19 14:09-0600\n" +"POT-Creation-Date: 2015-03-25 22:22-0600\n" "PO-Revision-Date: 2011-04-06 23:16+0800\n" "Last-Translator: SilverFox \n" "Language-Team: SilverFox \n" @@ -14,774 +14,905 @@ msgstr "" "X-Poedit-SourceCharset: utf-8\n" "X-Poedit-Basepath: ..\\\n" -#: admin/activation_hook.php:37 admin/activation_hook.php:137 -#: qtranslate_configuration.php:772 +#: admin/qtx_activation_hook.php:80 admin/qtx_activation_hook.php:205 +#: admin/qtx_configuration.php:882 #, php-format msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so." msgstr "" -#: admin/activation_hook.php:38 +#: admin/qtx_activation_hook.php:81 #, php-format msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously." msgstr "" -#: admin/activation_hook.php:40 +#: admin/qtx_activation_hook.php:83 #, php-format msgid "The compatible settings from %s have been imported to %s. Further tuning, import, export and reset of options can be done at Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:42 +#: admin/qtx_activation_hook.php:85 #, php-format msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:135 +#: admin/qtx_activation_hook.php:203 #, php-format msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/Languages configuration page. Then you have to deactivate one of the plugins to continue." msgstr "" -#: admin/activation_hook.php:140 admin/activation_hook.php:142 +#: admin/qtx_activation_hook.php:208 admin/qtx_activation_hook.php:210 #, php-format msgid "Deactivate %s" msgstr "" -#: admin/activation_hook.php:176 +#: admin/qtx_activation_hook.php:249 #, php-format msgid "Plugin %s may be integrated with multilingual plugin %s with a help of plugin %s." msgstr "" -#: admin/activation_hook.php:178 +#: admin/qtx_activation_hook.php:251 msgid "Please, press an appropriate button below." msgstr "" -#: admin/activation_hook.php:182 +#: admin/qtx_activation_hook.php:255 #, php-format msgid "Activate plugin %s" msgstr "" -#: admin/activation_hook.php:184 +#: admin/qtx_activation_hook.php:257 #, php-format msgid "Install plugin %s" msgstr "" -#: admin/activation_hook.php:186 +#: admin/qtx_activation_hook.php:259 msgid "I am aware of that, dismiss this message." msgstr "" -#: admin/activation_hook.php:240 +#: admin/qtx_activation_hook.php:309 #, php-format msgid "Thank you for using %s plugin!" msgstr "" -#: admin/activation_hook.php:242 +#: admin/qtx_activation_hook.php:311 #, php-format msgid "Please, help us to make a decision on \"%s\" feature, press the button below." msgstr "" -#: admin/activation_hook.php:242 admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:311 admin/qtx_activation_hook.php:313 #: qtranslate_services.php:787 #, fuzzy msgid "Translation Service" msgstr "qTranslate 服务" -#: admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:313 #, php-format msgid "Survey on \"%s\" feature" msgstr "" -#: admin/activation_hook.php:245 +#: admin/qtx_activation_hook.php:314 admin/qtx_activation_hook.php:348 msgid "I have already done it, dismiss this message." msgstr "" -#: admin/admin_utils.php:145 +#: admin/qtx_activation_hook.php:346 +#, php-format +msgid "The latest version of plugin %s has a number of new options, for example, %s, which may change the look of some pages. Please, review the help text of new options on %sconfiguration page%s." +msgstr "" + +#: admin/qtx_admin_utils.php:146 msgid "Database has been converted to square bracket format." msgstr "" -#: admin/admin_utils.php:145 admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:146 admin/qtx_admin_utils.php:148 msgid "Note: custom entries are not touched." msgstr "" -#: admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:148 msgid "Database has been converted to legacy dual-tag format." msgstr "" -#: admin/admin_utils.php:405 qtranslate_configuration.php:484 -#: qtranslate_configuration.php:507 qtranslate_frontend.php:168 +#: admin/qtx_admin_utils.php:406 admin/qtx_configuration.php:565 +#: admin/qtx_configuration.php:588 qtranslate_frontend.php:168 #: qtranslate_frontend.php:195 msgid "Flag" msgstr "旗帜" -#: admin/admin_utils.php:406 qtranslate_configuration.php:525 +#: admin/qtx_admin_utils.php:407 admin/qtx_configuration.php:606 msgid "Name" msgstr "名称" -#: admin/admin_utils.php:407 qtranslate_services.php:383 +#: admin/qtx_admin_utils.php:408 qtranslate_services.php:383 msgid "Action" msgstr "动作" -#: admin/admin_utils.php:420 qtranslate_configuration.php:471 -#: qtranslate_configuration.php:1245 -msgid "Languages" -msgstr "语言" - -#: admin/import_export.php:125 -msgid "Plugin" -msgstr "" - -#: admin/import_export.php:131 -msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." -msgstr "" - -#: admin/import_export.php:134 -#, php-format -msgid "Use plugin %s to import data." -msgstr "" - -#: admin/import_export.php:138 -msgid "Do not migrate any setting" -msgstr "" - -#: admin/import_export.php:140 -#, fuzzy -msgid "Import settings from " -msgstr "重置 qTranslate" - -#: admin/import_export.php:142 -#, fuzzy -msgid "Export settings to " -msgstr "重置 qTranslate" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Export" -msgstr "" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Import" -msgstr "" - -#: admin/import_export.php:156 qtranslate_configuration.php:773 -#: qtranslate_configuration.php:783 qtranslate_configuration.php:1030 -msgid "Convert Database" -msgstr "转换数据库" - -#: admin/import_export.php:158 -#, php-format -msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." -msgstr "如果您由 qTranslate 1.x 或 Polyglot 升级而来,请点击这里将文章转换为新语言标记格式。" - -#: admin/import_export.php:159 -#, php-format -msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." -msgstr "如果在已有文章被发表的博客上安装 qTranslate,您可将所有文章手动标记为对应语言版本并保存,或点击这里将所有文章标记为默认语言版本。" - -#: admin/import_export.php:160 -msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." -msgstr "所有操作均不可撤消!请确保在点击前述链接前已完整备份数据库。" - -#: admin/import_export.php:161 -#, fuzzy -msgid "Do not convert database" -msgstr "转换数据库" - -#: admin/import_export.php:162 -msgid "Convert database to the \"square bracket only\" style." -msgstr "" - -#: admin/import_export.php:163 -#, php-format -msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." -msgstr "" - -#: admin/import_export.php:164 -msgid "Convert database back to the legacy \"dual language tag\" style." -msgstr "" +#: admin/qtx_admin_utils.php:409 admin/qtx_configuration.php:1441 +#: admin/qtx_configuration.php:1466 +msgid "Edit" +msgstr "编辑" -#: admin/import_export.php:165 -msgid "Note, that only string options and standard post and page fields are affected." +#: admin/qtx_admin_utils.php:410 +msgid "Stored" msgstr "" -#: admin/import_export.php:174 -msgid "Reset qTranslate" -msgstr "重置 qTranslate" - -#: admin/import_export.php:176 -msgid "Check this box and click Save Changes to reset all qTranslate settings." -msgstr "勾选此框并点击保存设置将重置所有 qTranslate 设置。" - -#: admin/import_export.php:178 -msgid "Yes, I really want to reset qTranslate." -msgstr "是,我确定重置 qTranslate。" - -#: admin/import_export.php:180 -msgid "Also delete Translations for Categories/Tags/Link Categories." -msgstr "将分类、标签以及链接分类的翻译一并删除。" - -#: admin/import_export.php:182 -msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." -msgstr "若某些功能无法正常工作,您可尝试重置所有 qTranslate 设置。重置不会删除任何文章但将删除所有设置(包括所有新增的语言)。" +#: admin/qtx_admin_utils.php:421 admin/qtx_configuration.php:552 +#: admin/qtx_configuration.php:1424 +msgid "Languages" +msgstr "语言" -#: qtranslate_configuration.php:471 +#: admin/qtx_configuration.php:552 msgid "Language Management" msgstr "语言管理" -#: qtranslate_configuration.php:479 +#: admin/qtx_configuration.php:560 msgid "Language Code" msgstr "语言编号" -#: qtranslate_configuration.php:481 +#: admin/qtx_configuration.php:562 msgid "2-Letter ISO Language Code for the Language you want to insert. (Example: en)" msgstr "该语言的双字符ISO语言编号。(例:en)" -#: qtranslate_configuration.php:510 +#: admin/qtx_configuration.php:591 msgid "Incorrect Flag Image Path! Please correct it!" msgstr "无效的旗帜图片路径!请修正!" -#: qtranslate_configuration.php:513 +#: admin/qtx_configuration.php:594 msgid "Choose the corresponding country flag for language. (Example: gb.png)" msgstr "请选择语言相应的国家旗帜 (例:gb.png)" -#: qtranslate_configuration.php:527 +#: admin/qtx_configuration.php:608 msgid "The Name of the language, which will be displayed on the site. (Example: English)" msgstr "语言的名称,将显示在网站上。(例:English)" -#: qtranslate_configuration.php:530 +#: admin/qtx_configuration.php:611 msgid "Locale" msgstr "区域" -#: qtranslate_configuration.php:533 +#: admin/qtx_configuration.php:614 msgid "PHP and Wordpress Locale for the language. (Example: en_US)" msgstr "该语言的PHP及Wordpress区域编号。(例:en_US)" -#: qtranslate_configuration.php:534 +#: admin/qtx_configuration.php:615 msgid "You will need to install the .mo file for this language." msgstr "您需要安装此语言的 .mo 文件。" -#: qtranslate_configuration.php:538 +#: admin/qtx_configuration.php:619 msgid "Date Format" msgstr "日期格式" -#: qtranslate_configuration.php:540 +#: admin/qtx_configuration.php:621 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime (use %q for day suffix (st,nd,rd,th)) or date format. This field is optional. (Example: %A %B %e%q, %Y)" msgstr "根据所选择的日期/时间转换模式,您可输入符合 strftimedate 格式的字符串。该字段为可选项。(例:%A %B %e%q, %Y)" -#: qtranslate_configuration.php:543 +#: admin/qtx_configuration.php:624 msgid "Time Format" msgstr "时间格式" -#: qtranslate_configuration.php:545 +#: admin/qtx_configuration.php:626 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime or date format. This field is optional. (Example: %I:%M %p)" msgstr "根据所选择的日期/时间转换模式,您可输入符合 strftimedate 格式的字符串。该字段为可选项。(例:%I:%M %p)" -#: qtranslate_configuration.php:548 +#: admin/qtx_configuration.php:629 msgid "Not Available Message" msgstr "无可用信息" -#: qtranslate_configuration.php:551 +#: admin/qtx_configuration.php:632 msgid "Message to display if post is not available in the requested language. (Example: Sorry, this entry is only available in %LANG:, : and %.)" msgstr "文章未在所请求的语言下翻译的提示信息。(例:抱歉,该内容仅提供了 %LANG:、:以及% 版本。)" -#: qtranslate_configuration.php:552 +#: admin/qtx_configuration.php:633 msgid "%LANG:<normal_separator>:<last_separator>% generates a list of languages separated by <normal_separator> except for the last one, where <last_separator> will be used instead." msgstr "%LANG:<普通分隔符>:<末尾分隔符>% 将生成以<普通分隔符>为分隔的语言列表,最后一个语言前则以<末尾分隔符>替代。" -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Hide" msgstr "" -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Show" msgstr "显示" -#: qtranslate_configuration.php:675 +#: admin/qtx_configuration.php:763 msgid "Save Changes" msgstr "保存选项" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, fuzzy msgid "Switching Language" msgstr "编辑语言" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, php-format msgid "Switching language to %1$s... If the Dashboard isn't loading, use this link." msgstr "" -#: qtranslate_configuration.php:713 +#: admin/qtx_configuration.php:801 msgid "qTranslate has been reset." msgstr "qTranslate 已重置。" -#: qtranslate_configuration.php:766 +#: admin/qtx_configuration.php:875 msgid "Gettext databases updated." msgstr "Gettext 数据文件已更新。" -#: qtranslate_configuration.php:772 +#: admin/qtx_configuration.php:882 #, php-format msgid "Applicable options and taxonomy names from plugin %s have been imported. Note that the multilingual content of posts, pages and other objects has not been altered during this operation. There is no additional operation needed to import content, since its format is compatible with %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 #, php-format msgid "%sImportant%s: Before you start making edits to post and pages, please, make sure that both, your front site and admin back-end, work under this configuration. It may help to review \"%s\" and see if any of conflicting plugins mentioned there are used here. While the current content, coming from %s, is compatible with this plugin, the newly modified posts and pages will be saved with a new square-bracket-only encoding, which has a number of advantages comparing to former %s encoding. However, the new encoding is not straightforwardly compatible with %s and you will need an additional step available under \"%s\" option if you ever decide to go back to %s. Even with this additional conversion step, the 3rd-party plugins custom-stored data will not be auto-converted, but manual editing will still work. That is why it is advisable to create a test-copy of your site before making any further changes. In case you encounter a problem, please give us a chance to improve %s, send the login information to the test-copy of your site to %s along with a detailed step-by-step description of what is not working, and continue using your main site with %s meanwhile. It would also help, if you share a success story as well, either on %sthe forum%s, or via the same e-mail as mentioned above. Thank you very much for trying %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 admin/qtx_configuration.php:894 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:156 +msgid "Convert Database" +msgstr "转换数据库" + +#: admin/qtx_configuration.php:883 msgid "This is a one-time message, which you will not see again, unless the same import is repeated." msgstr "" -#: qtranslate_configuration.php:775 qtranslate_configuration.php:1204 +#: admin/qtx_configuration.php:885 admin/qtx_configuration.php:1320 msgid "Compatibility Functions" msgstr "" -#: qtranslate_configuration.php:775 +#: admin/qtx_configuration.php:885 #, php-format msgid "Option \"%s\" has also been turned on, as the most common case for importing configuration from %s. You may turn it off manually if your setup does not require it. Refer to %sFAQ%s for more information." msgstr "" -#: qtranslate_configuration.php:783 +#: admin/qtx_configuration.php:894 #, php-format msgid "Applicable options have been exported to plugin %s. If you have done some post or page updates after migrating from %s, then \"%s\" operation is also required to convert the content to \"dual language tag\" style in order for plugin %s to function." msgstr "" -#: qtranslate_configuration.php:794 +#: admin/qtx_configuration.php:906 msgid "The Language must have a Not-Available Message!" msgstr "未定义该语言的无可用信息字段!" -#: qtranslate_configuration.php:795 +#: admin/qtx_configuration.php:907 msgid "The Language must have a Locale!" msgstr "未定义该语言的区域字段!" -#: qtranslate_configuration.php:796 +#: admin/qtx_configuration.php:908 msgid "The Language must have a name!" msgstr "未定义该语言的名称字段!" -#: qtranslate_configuration.php:797 +#: admin/qtx_configuration.php:909 msgid "Language Code has to be 2 characters long!" msgstr "语言编号仅限2个字符长度!" -#: qtranslate_configuration.php:801 qtranslate_configuration.php:807 +#: admin/qtx_configuration.php:916 admin/qtx_configuration.php:922 msgid "There is already a language with the same Language Code!" msgstr "已存在相同语言编号的语言定义!" -#: qtranslate_configuration.php:892 qtranslate_configuration.php:914 -#: qtranslate_configuration.php:921 qtranslate_configuration.php:938 -msgid "No such language!" -msgstr "无此语言!" - -#: qtranslate_configuration.php:906 +#: admin/qtx_configuration.php:1019 msgid "Language is already enabled or invalid!" msgstr "该语言已启用或不可用!" -#: qtranslate_configuration.php:911 +#: admin/qtx_configuration.php:1025 msgid "Cannot disable Default Language!" msgstr "无法禁用默认语言!" -#: qtranslate_configuration.php:917 +#: admin/qtx_configuration.php:1028 admin/qtx_configuration.php:1035 +#: admin/qtx_configuration.php:1052 +msgid "No such language!" +msgstr "无此语言!" + +#: admin/qtx_configuration.php:1031 msgid "Language is already disabled!" msgstr "该语言已被禁用!" -#: qtranslate_configuration.php:925 +#: admin/qtx_configuration.php:1039 msgid "Language is already first!" msgstr "该语言已处于首位!" -#: qtranslate_configuration.php:931 qtranslate_configuration.php:948 +#: admin/qtx_configuration.php:1045 admin/qtx_configuration.php:1062 msgid "New order saved." msgstr "新订单已保存。" -#: qtranslate_configuration.php:942 +#: admin/qtx_configuration.php:1056 msgid "Language is already last!" msgstr "该语言已位于末位!" -#: qtranslate_configuration.php:960 +#: admin/qtx_configuration.php:1074 msgid "Options saved." msgstr "选项已保存。" -#: qtranslate_configuration.php:965 +#: admin/qtx_configuration.php:1079 #, php-format msgid "Could not write to \"%s\", Gettext Databases could not be downloaded!" msgstr "无法写入 \"%s\",Gettext 数据文件无法下载!" -#: qtranslate_configuration.php:991 +#: admin/qtx_configuration.php:1105 msgid "Edit Language" msgstr "编辑语言" -#: qtranslate_configuration.php:994 +#: admin/qtx_configuration.php:1108 msgid "Save Changes »" msgstr "保存选项 »" -#: qtranslate_configuration.php:999 +#: admin/qtx_configuration.php:1110 +msgid "back to configuration page" +msgstr "" + +#: admin/qtx_configuration.php:1114 msgid "Language Management (qTranslate Configuration)" msgstr "语言管理 (qTranslate 配置)" -#: qtranslate_configuration.php:1000 +#: admin/qtx_configuration.php:1115 #, php-format msgid "For help on how to configure qTranslate correctly, take a look at the qTranslate FAQ and the Support Forum." msgstr "若需了解如何正确设置 qTranslate,请访问 qTranslate FAQ 以及支持论坛。" -#: qtranslate_configuration.php:1002 +#: admin/qtx_configuration.php:1117 msgid "General Settings" msgstr "一般设置" -#: qtranslate_configuration.php:1005 +#: admin/qtx_configuration.php:1120 msgid "Default Language / Order" msgstr "默认语言/顺序" -#: qtranslate_configuration.php:1007 +#: admin/qtx_configuration.php:1122 msgid "Default Language" msgstr "默认语言" -#: qtranslate_configuration.php:1020 +#: admin/qtx_configuration.php:1135 #, php-format msgid "Choose the default language of your blog. This is the language which will be shown on %s. You can also change the order the languages by clicking on the arrows above." msgstr "请选择博客的默认语言。这将是 %s 所显示的语言版本 。您亦可通过单击语言前的箭头调整显示顺序。" -#: qtranslate_configuration.php:1025 +#: admin/qtx_configuration.php:1140 msgid "Hide Untranslated Content" msgstr "隐藏未翻译的内容" -#: qtranslate_configuration.php:1027 +#: admin/qtx_configuration.php:1142 msgid "Hide Content which is not available for the selected language." msgstr "若文章内容不存在选定语言的翻译版本时将隐藏。" -#: qtranslate_configuration.php:1029 +#: admin/qtx_configuration.php:1144 msgid "When checked, posts will be hidden if the content is not available for the selected language. If unchecked, a message will appear showing all the languages the content is available in." msgstr "若勾选,则当前内容在选定的语言下未翻译时文章将隐藏。若未勾选,则将显示为当前内容的所有其他语言翻译版本链接的消息。" -#: qtranslate_configuration.php:1030 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Export" +msgstr "" + +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Import" +msgstr "" + +#: admin/qtx_configuration.php:1145 #, fuzzy, php-format msgid "This function will not work correctly if you installed %s on a blog with existing entries. In this case you will need to take a look at option \"%s\" under \"%s\" section." msgstr "该功能对于 qTranslate 安装前博客中已存在的内容无效。您可通过\"高级设置\"中的\"转换数据库\"功能来调整。" -#: qtranslate_configuration.php:1032 +#: admin/qtx_configuration.php:1147 #, fuzzy msgid "Show displayed language prefix when content is not available for the selected language." msgstr "若文章内容不存在选定语言的翻译版本时将隐藏。" -#: qtranslate_configuration.php:1036 +#: admin/qtx_configuration.php:1151 msgid "Detect Browser Language" msgstr "侦测浏览器语言" -#: qtranslate_configuration.php:1038 +#: admin/qtx_configuration.php:1153 msgid "Detect the language of the browser and redirect accordingly." msgstr "侦测浏览器语言并据此跳转。" -#: qtranslate_configuration.php:1040 +#: admin/qtx_configuration.php:1155 msgid "When the frontpage is visited via bookmark/external link/type-in, the visitor will be forwarded to the correct URL for the language specified by his browser." msgstr "当通过书签、外部链接、手动输入方式访问首页时,插件将会按照访问者浏览器设定的语言自动转向到对应的URL。" -#: qtranslate_configuration.php:1045 +#: admin/qtx_configuration.php:1160 msgid "Advanced Settings" msgstr "高级设置" -#: qtranslate_configuration.php:1052 qtranslate_configuration.php:1054 -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1167 admin/qtx_configuration.php:1169 +#: admin/qtx_configuration.php:1243 msgid "URL Modification Mode" msgstr "URL 修订模式" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Most SEO unfriendly, not recommended." msgstr "" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Use Query Mode (?lang=en)" msgstr "采用查询字符串模式 (?lang=en)" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "SEO friendly." msgstr "" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "Use Pre-Path Mode (Default, puts /en/ in front of URL)" msgstr "采用路径前缀模式 (默认,在 URL 之前放置 /en/ )" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "Use Pre-Domain Mode (uses http://en.yoursite.com)" msgstr "采用子域名模式 (http://en.yoursite.com)" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "You will need to configure DNS sub-domains on your site." msgstr "" -#: qtranslate_configuration.php:1068 +#: admin/qtx_configuration.php:1183 msgid "Hide URL language information for default language." msgstr "为默认语言隐藏 URL 语言路径。" -#: qtranslate_configuration.php:1069 +#: admin/qtx_configuration.php:1184 msgid "This is only applicable to Pre-Path and Pre-Domain mode." msgstr "" -#: qtranslate_configuration.php:1074 +#: admin/qtx_configuration.php:1189 #, fuzzy msgid "Use Per-Domain mode: specify separate user-defined domain for each language." msgstr "使用模拟的 date 函数,并采用各语言的预定义格式。" -#: qtranslate_configuration.php:1092 +#: admin/qtx_configuration.php:1208 msgid "Domain for" msgstr "" -#: qtranslate_configuration.php:1097 +#: admin/qtx_configuration.php:1213 msgid "Flag Image Path" msgstr "旗帜图片路径" -#: qtranslate_configuration.php:1101 +#: admin/qtx_configuration.php:1217 #, fuzzy, php-format msgid "Path to the flag images under wp-content, with trailing slash. (Default: %s, clear the value above to reset it to the default)" msgstr "相对于 wp-content 目录的旗帜图片路径,以反斜杠结尾。(默认:plugins/qtranslate/flags/)" -#: qtranslate_configuration.php:1105 +#: admin/qtx_configuration.php:1221 msgid "Ignore Links" msgstr "忽略的链接" -#: qtranslate_configuration.php:1109 +#: admin/qtx_configuration.php:1225 #, fuzzy, php-format msgid "Don't convert links to files of the given file types. (Always included: %s)" msgstr "以下类型的文件不进行路径转换。 (默认: gif,jpg,jpeg,png,pdf,swf,tif,rar,zip,7z,mpg,divx,mpeg,avi,css,js)" -#: qtranslate_configuration.php:1113 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1229 qtranslate_widget.php:119 msgid "Head inline CSS" msgstr "" -#: qtranslate_configuration.php:1115 +#: admin/qtx_configuration.php:1231 msgid "CSS code added by plugin in the head of front-end pages:" msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 qtranslate_widget.php:119 msgid "To disable this inline CSS, clear the check box." msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 admin/qtx_configuration.php:1395 +#: qtranslate_widget.php:119 msgid "To reset to default, clear the text." msgstr "" -#: qtranslate_configuration.php:1123 +#: admin/qtx_configuration.php:1239 #, fuzzy msgid "Cookie Settings" msgstr "设置" -#: qtranslate_configuration.php:1125 +#: admin/qtx_configuration.php:1241 #, php-format msgid "Disable language client cookie \"%s\" (not recommended)." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Language cookie is auto-disabled for \"%s\" \"Pre-Domain\" and \"Per-Domain\", as language is always unambiguously defined by a url in those modes." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Otherwise, use this option with a caution, for simple enough sites only. If checked, the user choice of browsing language will not be saved between sessions and some AJAX calls may deliver unexpected language, as well as some undesired language switching during browsing may occur under certain themes (%sRead More%s)." msgstr "" -#: qtranslate_configuration.php:1129 +#: admin/qtx_configuration.php:1245 #, php-format msgid "Make %s cookies available only through HTTPS connections." msgstr "" -#: qtranslate_configuration.php:1131 +#: admin/qtx_configuration.php:1247 msgid "Don't check this if you don't know what you're doing!" msgstr "" -#: qtranslate_configuration.php:1135 +#: admin/qtx_configuration.php:1251 msgid "Update Gettext Databases" msgstr "更新 Gettext 数据文件" -#: qtranslate_configuration.php:1137 +#: admin/qtx_configuration.php:1253 msgid "Automatically check for .mo-Database Updates of installed languages." msgstr "为所启用的语言自动检查 .mo 数据文件的更新。" -#: qtranslate_configuration.php:1139 +#: admin/qtx_configuration.php:1255 msgid "Update Gettext databases now." msgstr "现在更新 Gettext 数据文件。" -#: qtranslate_configuration.php:1141 +#: admin/qtx_configuration.php:1257 msgid "qTranslate will query the Wordpress Localisation Repository every week and download the latest Gettext Databases (.mo Files)." msgstr "qTranslate 将每周查询 Wordpress 多语言版本仓库并下载最新的 Gettext 数据文件 (.mo 文件)。" -#: qtranslate_configuration.php:1145 +#: admin/qtx_configuration.php:1261 msgid "Date / Time Conversion" msgstr "日期/时间转换" -#: qtranslate_configuration.php:1147 +#: admin/qtx_configuration.php:1263 msgid "Use emulated date function." msgstr "使用模拟的 date 函数。" -#: qtranslate_configuration.php:1148 +#: admin/qtx_configuration.php:1264 msgid "Use emulated date function and replace formats with the predefined formats for each language." msgstr "使用模拟的 date 函数,并采用各语言的预定义格式。" -#: qtranslate_configuration.php:1149 +#: admin/qtx_configuration.php:1265 msgid "Use strftime instead of date." msgstr "使用模拟的 strftime 函数。" -#: qtranslate_configuration.php:1150 +#: admin/qtx_configuration.php:1266 msgid "Use strftime instead of date and replace formats with the predefined formats for each language." msgstr "使用模拟的 strftime 函数,并采用各语言的预定义格式。" -#: qtranslate_configuration.php:1151 +#: admin/qtx_configuration.php:1267 msgid "Depending on the mode selected, additional customizations of the theme may be needed." msgstr "根据被选择的模式,您可能需要额外调整主题。" -#: qtranslate_configuration.php:1160 +#: admin/qtx_configuration.php:1276 #, fuzzy msgid "Translation of options" msgstr "翻译为" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Filter all WordPress options for translation at front-end. It may hurt performance of the site, but ensures that all options are translated." msgstr "" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Starting from version 3.2.5, only options with multilingual content get filtered, which should help on performance issues." msgstr "" -#: qtranslate_configuration.php:1164 +#: admin/qtx_configuration.php:1280 msgid "Translate only options listed below (for experts only):" msgstr "" -#: qtranslate_configuration.php:1167 +#: admin/qtx_configuration.php:1283 #, php-format msgid "By default, all options are filtered to be translated at front-end for the sake of simplicity of configuration. However, for a developed site, this may cause a considerable performance degradation. Normally, there are very few options, which actually need a translation. You may simply list them above to minimize the performance impact, while still getting translations needed. Options names must match the field \"%s\" of table \"%s\" of WordPress database. A minimum common set of option, normally needed a translation, is already entered in the list above as a default example. Option names in the list may contain wildcard with symbol \"%s\"." msgstr "" -#: qtranslate_configuration.php:1171 +#: admin/qtx_configuration.php:1287 msgid "Custom Fields" msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 #, php-format msgid "Enter \"%s\" or \"%s\" attribute of text fields from your theme, which you wish to translate. This applies to post, page and media editors (%s). To lookup \"%s\" or \"%s\", right-click on the field in the post or the page editor and choose \"%s\". Look for an attribute of the field named \"%s\" or \"%s\". Enter it below, as many as you need, space- or comma-separated. After saving configuration, these fields will start responding to the language switching buttons, and you can enter different text for each language. The input fields of type %s will be parsed using %s syntax, while single line text fields will use %s syntax. If you need to override this behaviour, prepend prefix %s or %s to the name of the field to specify which syntax to use. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 msgctxt "browser option" msgid "Inspect Element" msgstr "" -#: qtranslate_configuration.php:1180 +#: admin/qtx_configuration.php:1296 msgid "The value of \"id\" attribute is normally unique within one page, otherwise the first field found, having an id specified, is picked up." msgstr "" -#: qtranslate_configuration.php:1187 +#: admin/qtx_configuration.php:1303 #, php-format msgid "All the fields of specified classes will respond to Language Switching Buttons. Be careful not to include a class, which would affect language-neutral fields. If you cannot uniquely identify a field needed neither by %s, nor by %s attribute, report the issue on %sSupport Forum%s" msgstr "" -#: qtranslate_configuration.php:1191 +#: admin/qtx_configuration.php:1307 msgid "Custom Filters" msgstr "" -#: qtranslate_configuration.php:1194 +#: admin/qtx_configuration.php:1310 #, php-format msgid "Names of filters (which are enabled on theme or other plugins via %s function) to add translation to. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1198 +#: admin/qtx_configuration.php:1314 msgid "Custom Admin Pages" msgstr "" -#: qtranslate_configuration.php:1200 +#: admin/qtx_configuration.php:1316 #, php-format msgid "List the custom admin page paths for which you wish Language Switching Buttons to show up. The Buttons will then control fields configured in \"Custom Fields\" section. You may only include part of the full URL after %s, including a distinctive query string if needed. As many as desired pages can be listed space/comma separated. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1206 +#: admin/qtx_configuration.php:1322 #, php-format msgid "Enable function name compatibility (%s)." msgstr "" -#: qtranslate_configuration.php:1207 +#: admin/qtx_configuration.php:1323 #, php-format msgid "Some plugins and themes use direct calls to the functions listed, which are defined in former %s plugin and some of its forks. Turning this flag on will enable those function to exists, which will make the dependent plugins and themes to work. WordPress policy prohibits to define functions with the same names as in other plugins, since it generates user-unfriendly fatal errors, when two conflicting plugins are activated simultaneously. Before turning this option on, you have to make sure that there are no other plugins active, which define those functions." msgstr "" -#: qtranslate_configuration.php:1211 +#: admin/qtx_configuration.php:1327 msgid "Editor Mode" msgstr "" -#: qtranslate_configuration.php:1213 +#: admin/qtx_configuration.php:1329 msgid "Use Language Switching Buttons (LSB)." msgstr "" -#: qtranslate_configuration.php:1214 +#: admin/qtx_configuration.php:1330 msgid "This is the default mode." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Do not use Language Switching Buttons to edit multi-language text entries." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Editor Raw Mode" msgstr "" -#: qtranslate_configuration.php:1216 +#: admin/qtx_configuration.php:1332 msgid "Some people prefer to edit the raw entries containing all languages together separated by language defining tags, as they are stored in database." msgstr "" -#: qtranslate_configuration.php:1267 -#, fuzzy, php-format -msgid "%s Flag" -msgstr "旗帜" +#: admin/qtx_configuration.php:1340 admin/qtx_configuration.php:1343 +msgid "LSB Style" +msgstr "" + +#: admin/qtx_configuration.php:1344 +msgid "Choose CSS style for how Language Switching Buttons are rendered:" +msgstr "" + +#: admin/qtx_configuration.php:1345 +#, php-format +msgid "LSB %s-wrap classes:" +msgstr "" + +#: admin/qtx_configuration.php:1346 +msgid "Active button class:" +msgstr "" + +#: admin/qtx_configuration.php:1347 +msgid "The above is reset to an appropriate default, if the below is changed." +msgstr "" + +#: admin/qtx_configuration.php:1348 +msgid "CSS set:" +msgstr "" + +#: admin/qtx_configuration.php:1352 admin/qtx_configuration.php:1354 +#: admin/qtx_configuration.php:1388 admin/qtx_configuration.php:1390 +msgid "Use custom CSS" +msgstr "" + +#: admin/qtx_configuration.php:1354 +#, php-format +msgid "Choice \"%s\" disables this option and allows one to use its own custom CSS provided by other means." +msgstr "" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1371 admin/qtx_configuration.php:1375 +#: admin/qtx_user_options.php:18 +msgid "Highlight Style" +msgstr "" + +#: admin/qtx_configuration.php:1373 +msgid "When there are many integrated or customized translatable fields, it may become confusing to know which field has multilingual value. The highlighting of translatable fields may come handy then:" +msgstr "" + +#: admin/qtx_configuration.php:1376 admin/qtx_configuration.php:1378 +msgid "Do not highlight the translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1380 admin/qtx_configuration.php:1382 +msgid "Show a line on the left border of translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1384 admin/qtx_configuration.php:1386 +msgid "Draw a border around translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1395 +msgid "Admin Color Scheme" +msgstr "" + +#: admin/qtx_configuration.php:1395 +#, php-format +msgid "The color in use is taken from your profile option %s, the third color." +msgstr "" + +#: admin/qtx_configuration.php:1433 +#, fuzzy +msgid "List of Configured Languages" +msgstr "源语言" + +#: admin/qtx_configuration.php:1438 +#, php-format +msgid "Only enabled languages are loaded at front-end, while all %d configured languages are listed here." +msgstr "" + +#: admin/qtx_configuration.php:1439 +msgid "The table below contains both pre-defined and manually added or modified languages." +msgstr "" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Delete" +msgstr "删除" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Disable" msgstr "禁用" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Enable" msgstr "启用" -#: qtranslate_configuration.php:1270 -msgid "Edit" -msgstr "编辑" +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Reset" +msgstr "" -#: qtranslate_configuration.php:1271 +#: admin/qtx_configuration.php:1440 +#, php-format +msgid "You may %s or %s a language, or %s manually added language, or %s previous modifications of a pre-defined language." +msgstr "" + +#: admin/qtx_configuration.php:1441 +#, php-format +msgid "Click %s to modify language properties." +msgstr "" + +#: admin/qtx_configuration.php:1463 +#, fuzzy, php-format +msgid "%s Flag" +msgstr "旗帜" + +#: admin/qtx_configuration.php:1465 msgid "Default" msgstr "默认" -#: qtranslate_configuration.php:1271 -msgid "Delete" -msgstr "删除" +#: admin/qtx_configuration.php:1467 +msgid "Pre-Defined" +msgstr "" -#: qtranslate_configuration.php:1276 +#: admin/qtx_configuration.php:1476 msgid "Enabling a language will cause qTranslate to update the Gettext-Database for the language, which can take a while depending on your server's connection speed." msgstr "启用某语言将使 qTranslate 更新该语言的 Gettext 数据文件,所耗费时间取决于您服务器的连接速度。" -#: qtranslate_configuration.php:1283 +#: admin/qtx_configuration.php:1483 msgid "Add Language" msgstr "添加语言" -#: qtranslate_configuration.php:1286 +#: admin/qtx_configuration.php:1486 msgid "Add Language »" msgstr "添加语言 »" -#: qtranslate_configuration.php:1301 +#: admin/qtx_configuration.php:1508 #, fuzzy msgid "Language Menu" msgstr "语言编号" -#: qtranslate_configuration.php:1350 +#: admin/qtx_configuration.php:1557 msgid "Help" msgstr "" -#: qtranslate_configuration.php:1352 +#: admin/qtx_configuration.php:1559 #, php-format msgid "Menu item added is replaced with a sub-menu of available languages when menu is rendered. Depending on how your theme renders menu you may need to override and customize css entries %s and %s, originally defined in %s. The field \"URL\" of inserted menu item allows additional configuration described in %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1357 +#: admin/qtx_configuration.php:1564 msgid "Add to Menu" msgstr "" -#: qtranslate_configuration.php:1367 +#: admin/qtx_configuration.php:1574 #, fuzzy msgid "Language Switcher" msgstr "语言编号" -#: qtranslate_configuration.php:1404 +#: admin/qtx_configuration.php:1619 msgid "Settings" msgstr "设置" +#: admin/qtx_import_export.php:125 +msgid "Plugin" +msgstr "" + +#: admin/qtx_import_export.php:131 +msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." +msgstr "" + +#: admin/qtx_import_export.php:134 +#, php-format +msgid "Use plugin %s to import data." +msgstr "" + +#: admin/qtx_import_export.php:138 +msgid "Do not migrate any setting" +msgstr "" + +#: admin/qtx_import_export.php:140 +#, fuzzy +msgid "Import settings from " +msgstr "重置 qTranslate" + +#: admin/qtx_import_export.php:142 +#, fuzzy +msgid "Export settings to " +msgstr "重置 qTranslate" + +#: admin/qtx_import_export.php:158 +#, php-format +msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." +msgstr "如果您由 qTranslate 1.x 或 Polyglot 升级而来,请点击这里将文章转换为新语言标记格式。" + +#: admin/qtx_import_export.php:159 +#, php-format +msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." +msgstr "如果在已有文章被发表的博客上安装 qTranslate,您可将所有文章手动标记为对应语言版本并保存,或点击这里将所有文章标记为默认语言版本。" + +#: admin/qtx_import_export.php:160 +msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." +msgstr "所有操作均不可撤消!请确保在点击前述链接前已完整备份数据库。" + +#: admin/qtx_import_export.php:161 +#, fuzzy +msgid "Do not convert database" +msgstr "转换数据库" + +#: admin/qtx_import_export.php:162 +msgid "Convert database to the \"square bracket only\" style." +msgstr "" + +#: admin/qtx_import_export.php:163 +#, php-format +msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." +msgstr "" + +#: admin/qtx_import_export.php:164 +msgid "Convert database back to the legacy \"dual language tag\" style." +msgstr "" + +#: admin/qtx_import_export.php:165 +msgid "Note, that only string options and standard post and page fields are affected." +msgstr "" + +#: admin/qtx_import_export.php:174 +msgid "Reset qTranslate" +msgstr "重置 qTranslate" + +#: admin/qtx_import_export.php:176 +msgid "Check this box and click Save Changes to reset all qTranslate settings." +msgstr "勾选此框并点击保存设置将重置所有 qTranslate 设置。" + +#: admin/qtx_import_export.php:178 +msgid "Yes, I really want to reset qTranslate." +msgstr "是,我确定重置 qTranslate。" + +#: admin/qtx_import_export.php:180 +msgid "Also delete Translations for Categories/Tags/Link Categories." +msgstr "将分类、标签以及链接分类的翻译一并删除。" + +#: admin/qtx_import_export.php:182 +msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." +msgstr "若某些功能无法正常工作,您可尝试重置所有 qTranslate 设置。重置不会删除任何文章但将删除所有设置(包括所有新增的语言)。" + +#: admin/qtx_languages.php:93 +#, fuzzy +msgid "Cannot delete Default Language!" +msgstr "无法禁用默认语言!" + +#: admin/qtx_user_options.php:9 +#, fuzzy +msgid "Translation options" +msgstr "翻译为" + +#: admin/qtx_user_options.php:14 +msgid "Highlight Translatable Fields" +msgstr "" + +#: admin/qtx_user_options.php:18 +#, php-format +msgid "The way the translatable fields are highlighted is configured with global option %s." +msgstr "" + #: qtranslate_frontend.php:162 qtranslate_widget.php:67 msgid "Language" msgstr "语言" diff --git a/lang/qtranslate.pot b/lang/qtranslate.pot index c608943..25a0d8c 100644 --- a/lang/qtranslate.pot +++ b/lang/qtranslate.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: qTranslate-X 3.2.8\n" +"Project-Id-Version: qTranslate-X 3.2.9.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-03-19 14:09-0600\n" +"POT-Creation-Date: 2015-03-25 22:22-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: qTranslate Team Translators\n" @@ -16,763 +16,891 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: admin/activation_hook.php:37 admin/activation_hook.php:137 -#: qtranslate_configuration.php:772 +#: admin/qtx_activation_hook.php:80 admin/qtx_activation_hook.php:205 +#: admin/qtx_configuration.php:882 #, php-format msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so." msgstr "" -#: admin/activation_hook.php:38 +#: admin/qtx_activation_hook.php:81 #, php-format msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously." msgstr "" -#: admin/activation_hook.php:40 +#: admin/qtx_activation_hook.php:83 #, php-format msgid "The compatible settings from %s have been imported to %s. Further tuning, import, export and reset of options can be done at Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:42 +#: admin/qtx_activation_hook.php:85 #, php-format msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s" msgstr "" -#: admin/activation_hook.php:135 +#: admin/qtx_activation_hook.php:203 #, php-format msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/Languages configuration page. Then you have to deactivate one of the plugins to continue." msgstr "" -#: admin/activation_hook.php:140 admin/activation_hook.php:142 +#: admin/qtx_activation_hook.php:208 admin/qtx_activation_hook.php:210 #, php-format msgid "Deactivate %s" msgstr "" -#: admin/activation_hook.php:176 +#: admin/qtx_activation_hook.php:249 #, php-format msgid "Plugin %s may be integrated with multilingual plugin %s with a help of plugin %s." msgstr "" -#: admin/activation_hook.php:178 +#: admin/qtx_activation_hook.php:251 msgid "Please, press an appropriate button below." msgstr "" -#: admin/activation_hook.php:182 +#: admin/qtx_activation_hook.php:255 #, php-format msgid "Activate plugin %s" msgstr "" -#: admin/activation_hook.php:184 +#: admin/qtx_activation_hook.php:257 #, php-format msgid "Install plugin %s" msgstr "" -#: admin/activation_hook.php:186 +#: admin/qtx_activation_hook.php:259 msgid "I am aware of that, dismiss this message." msgstr "" -#: admin/activation_hook.php:240 +#: admin/qtx_activation_hook.php:309 #, php-format msgid "Thank you for using %s plugin!" msgstr "" -#: admin/activation_hook.php:242 +#: admin/qtx_activation_hook.php:311 #, php-format msgid "Please, help us to make a decision on \"%s\" feature, press the button below." msgstr "" -#: admin/activation_hook.php:242 admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:311 admin/qtx_activation_hook.php:313 #: qtranslate_services.php:787 msgid "Translation Service" msgstr "" -#: admin/activation_hook.php:244 +#: admin/qtx_activation_hook.php:313 #, php-format msgid "Survey on \"%s\" feature" msgstr "" -#: admin/activation_hook.php:245 +#: admin/qtx_activation_hook.php:314 admin/qtx_activation_hook.php:348 msgid "I have already done it, dismiss this message." msgstr "" -#: admin/admin_utils.php:145 +#: admin/qtx_activation_hook.php:346 +#, php-format +msgid "The latest version of plugin %s has a number of new options, for example, %s, which may change the look of some pages. Please, review the help text of new options on %sconfiguration page%s." +msgstr "" + +#: admin/qtx_admin_utils.php:146 msgid "Database has been converted to square bracket format." msgstr "" -#: admin/admin_utils.php:145 admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:146 admin/qtx_admin_utils.php:148 msgid "Note: custom entries are not touched." msgstr "" -#: admin/admin_utils.php:147 +#: admin/qtx_admin_utils.php:148 msgid "Database has been converted to legacy dual-tag format." msgstr "" -#: admin/admin_utils.php:405 qtranslate_configuration.php:484 -#: qtranslate_configuration.php:507 qtranslate_frontend.php:168 +#: admin/qtx_admin_utils.php:406 admin/qtx_configuration.php:565 +#: admin/qtx_configuration.php:588 qtranslate_frontend.php:168 #: qtranslate_frontend.php:195 msgid "Flag" msgstr "" -#: admin/admin_utils.php:406 qtranslate_configuration.php:525 +#: admin/qtx_admin_utils.php:407 admin/qtx_configuration.php:606 msgid "Name" msgstr "" -#: admin/admin_utils.php:407 qtranslate_services.php:383 +#: admin/qtx_admin_utils.php:408 qtranslate_services.php:383 msgid "Action" msgstr "" -#: admin/admin_utils.php:420 qtranslate_configuration.php:471 -#: qtranslate_configuration.php:1245 -msgid "Languages" -msgstr "" - -#: admin/import_export.php:125 -msgid "Plugin" -msgstr "" - -#: admin/import_export.php:131 -msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." -msgstr "" - -#: admin/import_export.php:134 -#, php-format -msgid "Use plugin %s to import data." -msgstr "" - -#: admin/import_export.php:138 -msgid "Do not migrate any setting" -msgstr "" - -#: admin/import_export.php:140 -msgid "Import settings from " -msgstr "" - -#: admin/import_export.php:142 -msgid "Export settings to " -msgstr "" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Export" -msgstr "" - -#: admin/import_export.php:151 qtranslate_configuration.php:1030 -msgid "Import" -msgstr "" - -#: admin/import_export.php:156 qtranslate_configuration.php:773 -#: qtranslate_configuration.php:783 qtranslate_configuration.php:1030 -msgid "Convert Database" -msgstr "" - -#: admin/import_export.php:158 -#, php-format -msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." -msgstr "" - -#: admin/import_export.php:159 -#, php-format -msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." -msgstr "" - -#: admin/import_export.php:160 -msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." -msgstr "" - -#: admin/import_export.php:161 -msgid "Do not convert database" -msgstr "" - -#: admin/import_export.php:162 -msgid "Convert database to the \"square bracket only\" style." -msgstr "" - -#: admin/import_export.php:163 -#, php-format -msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." -msgstr "" - -#: admin/import_export.php:164 -msgid "Convert database back to the legacy \"dual language tag\" style." -msgstr "" - -#: admin/import_export.php:165 -msgid "Note, that only string options and standard post and page fields are affected." -msgstr "" - -#: admin/import_export.php:174 -msgid "Reset qTranslate" -msgstr "" - -#: admin/import_export.php:176 -msgid "Check this box and click Save Changes to reset all qTranslate settings." -msgstr "" - -#: admin/import_export.php:178 -msgid "Yes, I really want to reset qTranslate." +#: admin/qtx_admin_utils.php:409 admin/qtx_configuration.php:1441 +#: admin/qtx_configuration.php:1466 +msgid "Edit" msgstr "" -#: admin/import_export.php:180 -msgid "Also delete Translations for Categories/Tags/Link Categories." +#: admin/qtx_admin_utils.php:410 +msgid "Stored" msgstr "" -#: admin/import_export.php:182 -msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." +#: admin/qtx_admin_utils.php:421 admin/qtx_configuration.php:552 +#: admin/qtx_configuration.php:1424 +msgid "Languages" msgstr "" -#: qtranslate_configuration.php:471 +#: admin/qtx_configuration.php:552 msgid "Language Management" msgstr "" -#: qtranslate_configuration.php:479 +#: admin/qtx_configuration.php:560 msgid "Language Code" msgstr "" -#: qtranslate_configuration.php:481 +#: admin/qtx_configuration.php:562 msgid "2-Letter ISO Language Code for the Language you want to insert. (Example: en)" msgstr "" -#: qtranslate_configuration.php:510 +#: admin/qtx_configuration.php:591 msgid "Incorrect Flag Image Path! Please correct it!" msgstr "" -#: qtranslate_configuration.php:513 +#: admin/qtx_configuration.php:594 msgid "Choose the corresponding country flag for language. (Example: gb.png)" msgstr "" -#: qtranslate_configuration.php:527 +#: admin/qtx_configuration.php:608 msgid "The Name of the language, which will be displayed on the site. (Example: English)" msgstr "" -#: qtranslate_configuration.php:530 +#: admin/qtx_configuration.php:611 msgid "Locale" msgstr "" -#: qtranslate_configuration.php:533 +#: admin/qtx_configuration.php:614 msgid "PHP and Wordpress Locale for the language. (Example: en_US)" msgstr "" -#: qtranslate_configuration.php:534 +#: admin/qtx_configuration.php:615 msgid "You will need to install the .mo file for this language." msgstr "" -#: qtranslate_configuration.php:538 +#: admin/qtx_configuration.php:619 msgid "Date Format" msgstr "" -#: qtranslate_configuration.php:540 +#: admin/qtx_configuration.php:621 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime (use %q for day suffix (st,nd,rd,th)) or date format. This field is optional. (Example: %A %B %e%q, %Y)" msgstr "" -#: qtranslate_configuration.php:543 +#: admin/qtx_configuration.php:624 msgid "Time Format" msgstr "" -#: qtranslate_configuration.php:545 +#: admin/qtx_configuration.php:626 msgid "Depending on your Date / Time Conversion Mode, you can either enter a strftime or date format. This field is optional. (Example: %I:%M %p)" msgstr "" -#: qtranslate_configuration.php:548 +#: admin/qtx_configuration.php:629 msgid "Not Available Message" msgstr "" -#: qtranslate_configuration.php:551 +#: admin/qtx_configuration.php:632 msgid "Message to display if post is not available in the requested language. (Example: Sorry, this entry is only available in %LANG:, : and %.)" msgstr "" -#: qtranslate_configuration.php:552 +#: admin/qtx_configuration.php:633 msgid "%LANG:<normal_separator>:<last_separator>% generates a list of languages separated by <normal_separator> except for the last one, where <last_separator> will be used instead." msgstr "" -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Hide" msgstr "" -#: qtranslate_configuration.php:668 +#: admin/qtx_configuration.php:756 msgid "Show" msgstr "" -#: qtranslate_configuration.php:675 +#: admin/qtx_configuration.php:763 msgid "Save Changes" msgstr "" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 msgid "Switching Language" msgstr "" -#: qtranslate_configuration.php:692 +#: admin/qtx_configuration.php:780 #, php-format msgid "Switching language to %1$s... If the Dashboard isn't loading, use this link." msgstr "" -#: qtranslate_configuration.php:713 +#: admin/qtx_configuration.php:801 msgid "qTranslate has been reset." msgstr "" -#: qtranslate_configuration.php:766 +#: admin/qtx_configuration.php:875 msgid "Gettext databases updated." msgstr "" -#: qtranslate_configuration.php:772 +#: admin/qtx_configuration.php:882 #, php-format msgid "Applicable options and taxonomy names from plugin %s have been imported. Note that the multilingual content of posts, pages and other objects has not been altered during this operation. There is no additional operation needed to import content, since its format is compatible with %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 #, php-format msgid "%sImportant%s: Before you start making edits to post and pages, please, make sure that both, your front site and admin back-end, work under this configuration. It may help to review \"%s\" and see if any of conflicting plugins mentioned there are used here. While the current content, coming from %s, is compatible with this plugin, the newly modified posts and pages will be saved with a new square-bracket-only encoding, which has a number of advantages comparing to former %s encoding. However, the new encoding is not straightforwardly compatible with %s and you will need an additional step available under \"%s\" option if you ever decide to go back to %s. Even with this additional conversion step, the 3rd-party plugins custom-stored data will not be auto-converted, but manual editing will still work. That is why it is advisable to create a test-copy of your site before making any further changes. In case you encounter a problem, please give us a chance to improve %s, send the login information to the test-copy of your site to %s along with a detailed step-by-step description of what is not working, and continue using your main site with %s meanwhile. It would also help, if you share a success story as well, either on %sthe forum%s, or via the same e-mail as mentioned above. Thank you very much for trying %s." msgstr "" -#: qtranslate_configuration.php:773 +#: admin/qtx_configuration.php:883 admin/qtx_configuration.php:894 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:156 +msgid "Convert Database" +msgstr "" + +#: admin/qtx_configuration.php:883 msgid "This is a one-time message, which you will not see again, unless the same import is repeated." msgstr "" -#: qtranslate_configuration.php:775 qtranslate_configuration.php:1204 +#: admin/qtx_configuration.php:885 admin/qtx_configuration.php:1320 msgid "Compatibility Functions" msgstr "" -#: qtranslate_configuration.php:775 +#: admin/qtx_configuration.php:885 #, php-format msgid "Option \"%s\" has also been turned on, as the most common case for importing configuration from %s. You may turn it off manually if your setup does not require it. Refer to %sFAQ%s for more information." msgstr "" -#: qtranslate_configuration.php:783 +#: admin/qtx_configuration.php:894 #, php-format msgid "Applicable options have been exported to plugin %s. If you have done some post or page updates after migrating from %s, then \"%s\" operation is also required to convert the content to \"dual language tag\" style in order for plugin %s to function." msgstr "" -#: qtranslate_configuration.php:794 +#: admin/qtx_configuration.php:906 msgid "The Language must have a Not-Available Message!" msgstr "" -#: qtranslate_configuration.php:795 +#: admin/qtx_configuration.php:907 msgid "The Language must have a Locale!" msgstr "" -#: qtranslate_configuration.php:796 +#: admin/qtx_configuration.php:908 msgid "The Language must have a name!" msgstr "" -#: qtranslate_configuration.php:797 +#: admin/qtx_configuration.php:909 msgid "Language Code has to be 2 characters long!" msgstr "" -#: qtranslate_configuration.php:801 qtranslate_configuration.php:807 +#: admin/qtx_configuration.php:916 admin/qtx_configuration.php:922 msgid "There is already a language with the same Language Code!" msgstr "" -#: qtranslate_configuration.php:892 qtranslate_configuration.php:914 -#: qtranslate_configuration.php:921 qtranslate_configuration.php:938 -msgid "No such language!" -msgstr "" - -#: qtranslate_configuration.php:906 +#: admin/qtx_configuration.php:1019 msgid "Language is already enabled or invalid!" msgstr "" -#: qtranslate_configuration.php:911 +#: admin/qtx_configuration.php:1025 msgid "Cannot disable Default Language!" msgstr "" -#: qtranslate_configuration.php:917 +#: admin/qtx_configuration.php:1028 admin/qtx_configuration.php:1035 +#: admin/qtx_configuration.php:1052 +msgid "No such language!" +msgstr "" + +#: admin/qtx_configuration.php:1031 msgid "Language is already disabled!" msgstr "" -#: qtranslate_configuration.php:925 +#: admin/qtx_configuration.php:1039 msgid "Language is already first!" msgstr "" -#: qtranslate_configuration.php:931 qtranslate_configuration.php:948 +#: admin/qtx_configuration.php:1045 admin/qtx_configuration.php:1062 msgid "New order saved." msgstr "" -#: qtranslate_configuration.php:942 +#: admin/qtx_configuration.php:1056 msgid "Language is already last!" msgstr "" -#: qtranslate_configuration.php:960 +#: admin/qtx_configuration.php:1074 msgid "Options saved." msgstr "" -#: qtranslate_configuration.php:965 +#: admin/qtx_configuration.php:1079 #, php-format msgid "Could not write to \"%s\", Gettext Databases could not be downloaded!" msgstr "" -#: qtranslate_configuration.php:991 +#: admin/qtx_configuration.php:1105 msgid "Edit Language" msgstr "" -#: qtranslate_configuration.php:994 +#: admin/qtx_configuration.php:1108 msgid "Save Changes »" msgstr "" -#: qtranslate_configuration.php:999 +#: admin/qtx_configuration.php:1110 +msgid "back to configuration page" +msgstr "" + +#: admin/qtx_configuration.php:1114 msgid "Language Management (qTranslate Configuration)" msgstr "" -#: qtranslate_configuration.php:1000 +#: admin/qtx_configuration.php:1115 #, php-format msgid "For help on how to configure qTranslate correctly, take a look at the qTranslate FAQ and the Support Forum." msgstr "" -#: qtranslate_configuration.php:1002 +#: admin/qtx_configuration.php:1117 msgid "General Settings" msgstr "" -#: qtranslate_configuration.php:1005 +#: admin/qtx_configuration.php:1120 msgid "Default Language / Order" msgstr "" -#: qtranslate_configuration.php:1007 +#: admin/qtx_configuration.php:1122 msgid "Default Language" msgstr "" -#: qtranslate_configuration.php:1020 +#: admin/qtx_configuration.php:1135 #, php-format msgid "Choose the default language of your blog. This is the language which will be shown on %s. You can also change the order the languages by clicking on the arrows above." msgstr "" -#: qtranslate_configuration.php:1025 +#: admin/qtx_configuration.php:1140 msgid "Hide Untranslated Content" msgstr "" -#: qtranslate_configuration.php:1027 +#: admin/qtx_configuration.php:1142 msgid "Hide Content which is not available for the selected language." msgstr "" -#: qtranslate_configuration.php:1029 +#: admin/qtx_configuration.php:1144 msgid "When checked, posts will be hidden if the content is not available for the selected language. If unchecked, a message will appear showing all the languages the content is available in." msgstr "" -#: qtranslate_configuration.php:1030 +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Export" +msgstr "" + +#: admin/qtx_configuration.php:1145 admin/qtx_import_export.php:151 +msgid "Import" +msgstr "" + +#: admin/qtx_configuration.php:1145 #, php-format msgid "This function will not work correctly if you installed %s on a blog with existing entries. In this case you will need to take a look at option \"%s\" under \"%s\" section." msgstr "" -#: qtranslate_configuration.php:1032 +#: admin/qtx_configuration.php:1147 msgid "Show displayed language prefix when content is not available for the selected language." msgstr "" -#: qtranslate_configuration.php:1036 +#: admin/qtx_configuration.php:1151 msgid "Detect Browser Language" msgstr "" -#: qtranslate_configuration.php:1038 +#: admin/qtx_configuration.php:1153 msgid "Detect the language of the browser and redirect accordingly." msgstr "" -#: qtranslate_configuration.php:1040 +#: admin/qtx_configuration.php:1155 msgid "When the frontpage is visited via bookmark/external link/type-in, the visitor will be forwarded to the correct URL for the language specified by his browser." msgstr "" -#: qtranslate_configuration.php:1045 +#: admin/qtx_configuration.php:1160 msgid "Advanced Settings" msgstr "" -#: qtranslate_configuration.php:1052 qtranslate_configuration.php:1054 -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1167 admin/qtx_configuration.php:1169 +#: admin/qtx_configuration.php:1243 msgid "URL Modification Mode" msgstr "" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Most SEO unfriendly, not recommended." msgstr "" -#: qtranslate_configuration.php:1055 +#: admin/qtx_configuration.php:1170 msgid "Use Query Mode (?lang=en)" msgstr "" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "SEO friendly." msgstr "" -#: qtranslate_configuration.php:1062 +#: admin/qtx_configuration.php:1177 msgid "Use Pre-Path Mode (Default, puts /en/ in front of URL)" msgstr "" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "Use Pre-Domain Mode (uses http://en.yoursite.com)" msgstr "" -#: qtranslate_configuration.php:1063 +#: admin/qtx_configuration.php:1178 msgid "You will need to configure DNS sub-domains on your site." msgstr "" -#: qtranslate_configuration.php:1068 +#: admin/qtx_configuration.php:1183 msgid "Hide URL language information for default language." msgstr "" -#: qtranslate_configuration.php:1069 +#: admin/qtx_configuration.php:1184 msgid "This is only applicable to Pre-Path and Pre-Domain mode." msgstr "" -#: qtranslate_configuration.php:1074 +#: admin/qtx_configuration.php:1189 msgid "Use Per-Domain mode: specify separate user-defined domain for each language." msgstr "" -#: qtranslate_configuration.php:1092 +#: admin/qtx_configuration.php:1208 msgid "Domain for" msgstr "" -#: qtranslate_configuration.php:1097 +#: admin/qtx_configuration.php:1213 msgid "Flag Image Path" msgstr "" -#: qtranslate_configuration.php:1101 +#: admin/qtx_configuration.php:1217 #, php-format msgid "Path to the flag images under wp-content, with trailing slash. (Default: %s, clear the value above to reset it to the default)" msgstr "" -#: qtranslate_configuration.php:1105 +#: admin/qtx_configuration.php:1221 msgid "Ignore Links" msgstr "" -#: qtranslate_configuration.php:1109 +#: admin/qtx_configuration.php:1225 #, php-format msgid "Don't convert links to files of the given file types. (Always included: %s)" msgstr "" -#: qtranslate_configuration.php:1113 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1229 qtranslate_widget.php:119 msgid "Head inline CSS" msgstr "" -#: qtranslate_configuration.php:1115 +#: admin/qtx_configuration.php:1231 msgid "CSS code added by plugin in the head of front-end pages:" msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 qtranslate_widget.php:119 msgid "To disable this inline CSS, clear the check box." msgstr "" -#: qtranslate_configuration.php:1119 qtranslate_widget.php:119 +#: admin/qtx_configuration.php:1235 admin/qtx_configuration.php:1395 +#: qtranslate_widget.php:119 msgid "To reset to default, clear the text." msgstr "" -#: qtranslate_configuration.php:1123 +#: admin/qtx_configuration.php:1239 msgid "Cookie Settings" msgstr "" -#: qtranslate_configuration.php:1125 +#: admin/qtx_configuration.php:1241 #, php-format msgid "Disable language client cookie \"%s\" (not recommended)." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Language cookie is auto-disabled for \"%s\" \"Pre-Domain\" and \"Per-Domain\", as language is always unambiguously defined by a url in those modes." msgstr "" -#: qtranslate_configuration.php:1127 +#: admin/qtx_configuration.php:1243 #, php-format msgid "Otherwise, use this option with a caution, for simple enough sites only. If checked, the user choice of browsing language will not be saved between sessions and some AJAX calls may deliver unexpected language, as well as some undesired language switching during browsing may occur under certain themes (%sRead More%s)." msgstr "" -#: qtranslate_configuration.php:1129 +#: admin/qtx_configuration.php:1245 #, php-format msgid "Make %s cookies available only through HTTPS connections." msgstr "" -#: qtranslate_configuration.php:1131 +#: admin/qtx_configuration.php:1247 msgid "Don't check this if you don't know what you're doing!" msgstr "" -#: qtranslate_configuration.php:1135 +#: admin/qtx_configuration.php:1251 msgid "Update Gettext Databases" msgstr "" -#: qtranslate_configuration.php:1137 +#: admin/qtx_configuration.php:1253 msgid "Automatically check for .mo-Database Updates of installed languages." msgstr "" -#: qtranslate_configuration.php:1139 +#: admin/qtx_configuration.php:1255 msgid "Update Gettext databases now." msgstr "" -#: qtranslate_configuration.php:1141 +#: admin/qtx_configuration.php:1257 msgid "qTranslate will query the Wordpress Localisation Repository every week and download the latest Gettext Databases (.mo Files)." msgstr "" -#: qtranslate_configuration.php:1145 +#: admin/qtx_configuration.php:1261 msgid "Date / Time Conversion" msgstr "" -#: qtranslate_configuration.php:1147 +#: admin/qtx_configuration.php:1263 msgid "Use emulated date function." msgstr "" -#: qtranslate_configuration.php:1148 +#: admin/qtx_configuration.php:1264 msgid "Use emulated date function and replace formats with the predefined formats for each language." msgstr "" -#: qtranslate_configuration.php:1149 +#: admin/qtx_configuration.php:1265 msgid "Use strftime instead of date." msgstr "" -#: qtranslate_configuration.php:1150 +#: admin/qtx_configuration.php:1266 msgid "Use strftime instead of date and replace formats with the predefined formats for each language." msgstr "" -#: qtranslate_configuration.php:1151 +#: admin/qtx_configuration.php:1267 msgid "Depending on the mode selected, additional customizations of the theme may be needed." msgstr "" -#: qtranslate_configuration.php:1160 +#: admin/qtx_configuration.php:1276 msgid "Translation of options" msgstr "" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Filter all WordPress options for translation at front-end. It may hurt performance of the site, but ensures that all options are translated." msgstr "" -#: qtranslate_configuration.php:1162 +#: admin/qtx_configuration.php:1278 msgid "Starting from version 3.2.5, only options with multilingual content get filtered, which should help on performance issues." msgstr "" -#: qtranslate_configuration.php:1164 +#: admin/qtx_configuration.php:1280 msgid "Translate only options listed below (for experts only):" msgstr "" -#: qtranslate_configuration.php:1167 +#: admin/qtx_configuration.php:1283 #, php-format msgid "By default, all options are filtered to be translated at front-end for the sake of simplicity of configuration. However, for a developed site, this may cause a considerable performance degradation. Normally, there are very few options, which actually need a translation. You may simply list them above to minimize the performance impact, while still getting translations needed. Options names must match the field \"%s\" of table \"%s\" of WordPress database. A minimum common set of option, normally needed a translation, is already entered in the list above as a default example. Option names in the list may contain wildcard with symbol \"%s\"." msgstr "" -#: qtranslate_configuration.php:1171 +#: admin/qtx_configuration.php:1287 msgid "Custom Fields" msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 #, php-format msgid "Enter \"%s\" or \"%s\" attribute of text fields from your theme, which you wish to translate. This applies to post, page and media editors (%s). To lookup \"%s\" or \"%s\", right-click on the field in the post or the page editor and choose \"%s\". Look for an attribute of the field named \"%s\" or \"%s\". Enter it below, as many as you need, space- or comma-separated. After saving configuration, these fields will start responding to the language switching buttons, and you can enter different text for each language. The input fields of type %s will be parsed using %s syntax, while single line text fields will use %s syntax. If you need to override this behaviour, prepend prefix %s or %s to the name of the field to specify which syntax to use. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1173 +#: admin/qtx_configuration.php:1289 msgctxt "browser option" msgid "Inspect Element" msgstr "" -#: qtranslate_configuration.php:1180 +#: admin/qtx_configuration.php:1296 msgid "The value of \"id\" attribute is normally unique within one page, otherwise the first field found, having an id specified, is picked up." msgstr "" -#: qtranslate_configuration.php:1187 +#: admin/qtx_configuration.php:1303 #, php-format msgid "All the fields of specified classes will respond to Language Switching Buttons. Be careful not to include a class, which would affect language-neutral fields. If you cannot uniquely identify a field needed neither by %s, nor by %s attribute, report the issue on %sSupport Forum%s" msgstr "" -#: qtranslate_configuration.php:1191 +#: admin/qtx_configuration.php:1307 msgid "Custom Filters" msgstr "" -#: qtranslate_configuration.php:1194 +#: admin/qtx_configuration.php:1310 #, php-format msgid "Names of filters (which are enabled on theme or other plugins via %s function) to add translation to. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1198 +#: admin/qtx_configuration.php:1314 msgid "Custom Admin Pages" msgstr "" -#: qtranslate_configuration.php:1200 +#: admin/qtx_configuration.php:1316 #, php-format msgid "List the custom admin page paths for which you wish Language Switching Buttons to show up. The Buttons will then control fields configured in \"Custom Fields\" section. You may only include part of the full URL after %s, including a distinctive query string if needed. As many as desired pages can be listed space/comma separated. For more information, read %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1206 +#: admin/qtx_configuration.php:1322 #, php-format msgid "Enable function name compatibility (%s)." msgstr "" -#: qtranslate_configuration.php:1207 +#: admin/qtx_configuration.php:1323 #, php-format msgid "Some plugins and themes use direct calls to the functions listed, which are defined in former %s plugin and some of its forks. Turning this flag on will enable those function to exists, which will make the dependent plugins and themes to work. WordPress policy prohibits to define functions with the same names as in other plugins, since it generates user-unfriendly fatal errors, when two conflicting plugins are activated simultaneously. Before turning this option on, you have to make sure that there are no other plugins active, which define those functions." msgstr "" -#: qtranslate_configuration.php:1211 +#: admin/qtx_configuration.php:1327 msgid "Editor Mode" msgstr "" -#: qtranslate_configuration.php:1213 +#: admin/qtx_configuration.php:1329 msgid "Use Language Switching Buttons (LSB)." msgstr "" -#: qtranslate_configuration.php:1214 +#: admin/qtx_configuration.php:1330 msgid "This is the default mode." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Do not use Language Switching Buttons to edit multi-language text entries." msgstr "" -#: qtranslate_configuration.php:1215 +#: admin/qtx_configuration.php:1331 msgid "Editor Raw Mode" msgstr "" -#: qtranslate_configuration.php:1216 +#: admin/qtx_configuration.php:1332 msgid "Some people prefer to edit the raw entries containing all languages together separated by language defining tags, as they are stored in database." msgstr "" -#: qtranslate_configuration.php:1267 +#: admin/qtx_configuration.php:1340 admin/qtx_configuration.php:1343 +msgid "LSB Style" +msgstr "" + +#: admin/qtx_configuration.php:1344 +msgid "Choose CSS style for how Language Switching Buttons are rendered:" +msgstr "" + +#: admin/qtx_configuration.php:1345 #, php-format -msgid "%s Flag" +msgid "LSB %s-wrap classes:" +msgstr "" + +#: admin/qtx_configuration.php:1346 +msgid "Active button class:" +msgstr "" + +#: admin/qtx_configuration.php:1347 +msgid "The above is reset to an appropriate default, if the below is changed." +msgstr "" + +#: admin/qtx_configuration.php:1348 +msgid "CSS set:" msgstr "" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1352 admin/qtx_configuration.php:1354 +#: admin/qtx_configuration.php:1388 admin/qtx_configuration.php:1390 +msgid "Use custom CSS" +msgstr "" + +#: admin/qtx_configuration.php:1354 +#, php-format +msgid "Choice \"%s\" disables this option and allows one to use its own custom CSS provided by other means." +msgstr "" + +#: admin/qtx_configuration.php:1371 admin/qtx_configuration.php:1375 +#: admin/qtx_user_options.php:18 +msgid "Highlight Style" +msgstr "" + +#: admin/qtx_configuration.php:1373 +msgid "When there are many integrated or customized translatable fields, it may become confusing to know which field has multilingual value. The highlighting of translatable fields may come handy then:" +msgstr "" + +#: admin/qtx_configuration.php:1376 admin/qtx_configuration.php:1378 +msgid "Do not highlight the translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1380 admin/qtx_configuration.php:1382 +msgid "Show a line on the left border of translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1384 admin/qtx_configuration.php:1386 +msgid "Draw a border around translatable fields." +msgstr "" + +#: admin/qtx_configuration.php:1395 +msgid "Admin Color Scheme" +msgstr "" + +#: admin/qtx_configuration.php:1395 +#, php-format +msgid "The color in use is taken from your profile option %s, the third color." +msgstr "" + +#: admin/qtx_configuration.php:1433 +msgid "List of Configured Languages" +msgstr "" + +#: admin/qtx_configuration.php:1438 +#, php-format +msgid "Only enabled languages are loaded at front-end, while all %d configured languages are listed here." +msgstr "" + +#: admin/qtx_configuration.php:1439 +msgid "The table below contains both pre-defined and manually added or modified languages." +msgstr "" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Delete" +msgstr "" + +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Disable" msgstr "" -#: qtranslate_configuration.php:1269 +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1465 msgid "Enable" msgstr "" -#: qtranslate_configuration.php:1270 -msgid "Edit" +#: admin/qtx_configuration.php:1440 admin/qtx_configuration.php:1467 +msgid "Reset" msgstr "" -#: qtranslate_configuration.php:1271 +#: admin/qtx_configuration.php:1440 +#, php-format +msgid "You may %s or %s a language, or %s manually added language, or %s previous modifications of a pre-defined language." +msgstr "" + +#: admin/qtx_configuration.php:1441 +#, php-format +msgid "Click %s to modify language properties." +msgstr "" + +#: admin/qtx_configuration.php:1463 +#, php-format +msgid "%s Flag" +msgstr "" + +#: admin/qtx_configuration.php:1465 msgid "Default" msgstr "" -#: qtranslate_configuration.php:1271 -msgid "Delete" +#: admin/qtx_configuration.php:1467 +msgid "Pre-Defined" msgstr "" -#: qtranslate_configuration.php:1276 +#: admin/qtx_configuration.php:1476 msgid "Enabling a language will cause qTranslate to update the Gettext-Database for the language, which can take a while depending on your server's connection speed." msgstr "" -#: qtranslate_configuration.php:1283 +#: admin/qtx_configuration.php:1483 msgid "Add Language" msgstr "" -#: qtranslate_configuration.php:1286 +#: admin/qtx_configuration.php:1486 msgid "Add Language »" msgstr "" -#: qtranslate_configuration.php:1301 +#: admin/qtx_configuration.php:1508 msgid "Language Menu" msgstr "" -#: qtranslate_configuration.php:1350 +#: admin/qtx_configuration.php:1557 msgid "Help" msgstr "" -#: qtranslate_configuration.php:1352 +#: admin/qtx_configuration.php:1559 #, php-format msgid "Menu item added is replaced with a sub-menu of available languages when menu is rendered. Depending on how your theme renders menu you may need to override and customize css entries %s and %s, originally defined in %s. The field \"URL\" of inserted menu item allows additional configuration described in %sFAQ%s." msgstr "" -#: qtranslate_configuration.php:1357 +#: admin/qtx_configuration.php:1564 msgid "Add to Menu" msgstr "" -#: qtranslate_configuration.php:1367 +#: admin/qtx_configuration.php:1574 msgid "Language Switcher" msgstr "" -#: qtranslate_configuration.php:1404 +#: admin/qtx_configuration.php:1619 msgid "Settings" msgstr "" +#: admin/qtx_import_export.php:125 +msgid "Plugin" +msgstr "" + +#: admin/qtx_import_export.php:131 +msgid "There is no need to migrate any setting, the database schema is compatible with this plugin." +msgstr "" + +#: admin/qtx_import_export.php:134 +#, php-format +msgid "Use plugin %s to import data." +msgstr "" + +#: admin/qtx_import_export.php:138 +msgid "Do not migrate any setting" +msgstr "" + +#: admin/qtx_import_export.php:140 +msgid "Import settings from " +msgstr "" + +#: admin/qtx_import_export.php:142 +msgid "Export settings to " +msgstr "" + +#: admin/qtx_import_export.php:158 +#, php-format +msgid "If you are updating from qTranslate 1.x or Polyglot, click here to convert posts to the new language tag format." +msgstr "" + +#: admin/qtx_import_export.php:159 +#, php-format +msgid "If you have installed qTranslate for the first time on a Wordpress with existing posts, you can either go through all your posts manually and save them in the correct language or click here to mark all existing posts as written in the default language." +msgstr "" + +#: admin/qtx_import_export.php:160 +msgid "Both processes are irreversible! Be sure to make a full database backup before clicking one of the links." +msgstr "" + +#: admin/qtx_import_export.php:161 +msgid "Do not convert database" +msgstr "" + +#: admin/qtx_import_export.php:162 +msgid "Convert database to the \"square bracket only\" style." +msgstr "" + +#: admin/qtx_import_export.php:163 +#, php-format +msgid "The square bracket language tag %s only will be used as opposite to dual-tag (%s and %s) %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s." +msgstr "" + +#: admin/qtx_import_export.php:164 +msgid "Convert database back to the legacy \"dual language tag\" style." +msgstr "" + +#: admin/qtx_import_export.php:165 +msgid "Note, that only string options and standard post and page fields are affected." +msgstr "" + +#: admin/qtx_import_export.php:174 +msgid "Reset qTranslate" +msgstr "" + +#: admin/qtx_import_export.php:176 +msgid "Check this box and click Save Changes to reset all qTranslate settings." +msgstr "" + +#: admin/qtx_import_export.php:178 +msgid "Yes, I really want to reset qTranslate." +msgstr "" + +#: admin/qtx_import_export.php:180 +msgid "Also delete Translations for Categories/Tags/Link Categories." +msgstr "" + +#: admin/qtx_import_export.php:182 +msgid "If something isn't working correctly, you can always try to reset all qTranslate settings. A Reset won't delete any posts but will remove all settings (including all languages added)." +msgstr "" + +#: admin/qtx_languages.php:93 +msgid "Cannot delete Default Language!" +msgstr "" + +#: admin/qtx_user_options.php:9 +msgid "Translation options" +msgstr "" + +#: admin/qtx_user_options.php:14 +msgid "Highlight Translatable Fields" +msgstr "" + +#: admin/qtx_user_options.php:18 +#, php-format +msgid "The way the translatable fields are highlighted is configured with global option %s." +msgstr "" + #: qtranslate_frontend.php:162 qtranslate_widget.php:67 msgid "Language" msgstr "" diff --git a/qtranslate.php b/qtranslate.php index 07a0669..f45fa45 100644 --- a/qtranslate.php +++ b/qtranslate.php @@ -3,7 +3,7 @@ Plugin Name: qTranslate-X Plugin URI: http://wordpress.org/plugins/qtranslate-x/ Description: Adds user-friendly and database-friendly multilingual content support. -Version: 3.2.9.1 +Version: 3.2.9.2 Author: qTranslate Team Author URI: http://qtranslatexteam.wordpress.com/about Tags: multilingual, multi, language, admin, tinymce, Polyglot, bilingual, widget, switcher, professional, human, translation, service, qTranslate, zTranslate, mqTranslate, qTranslate Plus, WPML @@ -108,472 +108,14 @@ define( 'QTRANSLATE_FILE', __FILE__ ); } -define('QTX_VERSION','3.2.9.1'); +define('QTX_VERSION','3.2.9.2'); -/* DEFAULT CONFIGURATION PART BEGINS HERE */ - -/* There is no need to edit anything here! */ -define('QTX_STRING', 1); -define('QTX_BOOLEAN', 2); -define('QTX_INTEGER', 3); -define('QTX_URL', 4); -define('QTX_LANGUAGE', 5); -define('QTX_ARRAY', 6); -define('QTX_BOOLEAN_SET', 7); -//define('QTX_ARRAY_STRING', 8); - -define('QTX_URL_QUERY' , 1);// query: domain.com?lang=en -define('QTX_URL_PATH' , 2);// pre path: domain.com/en -define('QTX_URL_DOMAIN' , 3);// pre domain: en.domain.com -define('QTX_URL_DOMAINS', 4);// domain per language - -define('QTX_STRFTIME_OVERRIDE', 1); -define('QTX_DATE_OVERRIDE', 2); -define('QTX_DATE', 3); -define('QTX_STRFTIME', 4); - -define('QTX_FILTER_OPTIONS_ALL', 0); -define('QTX_FILTER_OPTIONS_LIST', 1); -define('QTX_FILTER_OPTIONS_DEFAULT','blogname blogdescription widget_%'); - -define('QTX_EX_DATE_FORMATS_DEFAULT','\'U\''); - -define('QTX_EDITOR_MODE_LSB', 0);//Language Switching Buttons -define('QTX_EDITOR_MODE_RAW', 1); -define('QTX_EDITOR_MODE_SINGLGE', 2); - -define('QTX_HIGHLIGHT_MODE_NONE', 0); -define('QTX_HIGHLIGHT_MODE_LEFT_BORDER', 1); -define('QTX_HIGHLIGHT_MODE_BORDER', 2); -define('QTX_HIGHLIGHT_MODE_CUSTOM_CSS', 9); - -define('QTX_COOKIE_NAME_FRONT','qtrans_front_language'); -define('QTX_COOKIE_NAME_ADMIN','qtrans_admin_language'); - -define('QTX_IGNORE_FILE_TYPES','gif,jpg,jpeg,png,pdf,swf,tif,rar,zip,7z,mpg,divx,mpeg,avi,css,js'); - -$q_config = array(); - -function qtranxf_set_config_default() -{ - global $q_config; - - // enable the use of following languages (order=>language) - $q_config['enabled_languages'] = array( - '0' => 'de', - '1' => 'en', - '2' => 'zh' - ); - - // sets default language - $q_config['default_language'] = 'en'; - $q_config['language'] = $q_config['default_language'];//otherwise some early called (before qtranxf_init_language) functions complain - - // enables browser language detection - $q_config['detect_browser_language'] = true; - - // hide pages without content - $q_config['hide_untranslated'] = false; - $q_config['show_displayed_language_prefix'] = true; - - // automatically update .mo files - $q_config['auto_update_mo'] = true; - - // hide language tag for default language - $q_config['hide_default_language'] = true; - - //enables compatibility with former qtrans_* functions - $q_config['qtrans_compatibility'] = false; - - // sets default url mode - $q_config['url_mode'] = QTX_URL_PATH; - - $q_config['editor_mode'] = QTX_EDITOR_MODE_LSB; - - /* - // pre-Domain Endings - for future use - $q_config['pre_domain'] = array(); - $q_config['pre_domain']['de'] = "de"; - $q_config['pre_domain']['en'] = "en"; - $q_config['pre_domain']['zh'] = "zh"; - $q_config['pre_domain']['ru'] = "ru"; - $q_config['pre_domain']['fi'] = "fs"; - $q_config['pre_domain']['fr'] = "fr"; - $q_config['pre_domain']['nl'] = "nl"; - $q_config['pre_domain']['sv'] = "sv"; - $q_config['pre_domain']['it'] = "it"; - $q_config['pre_domain']['ro'] = "ro"; - $q_config['pre_domain']['hu'] = "hu"; - $q_config['pre_domain']['ja'] = "ja"; - $q_config['pre_domain']['es'] = "es"; - $q_config['pre_domain']['vi'] = "vi"; - $q_config['pre_domain']['ar'] = "ar"; - $q_config['pre_domain']['pt'] = "pt"; - $q_config['pre_domain']['pt-br'] = "pt-br"; - $q_config['pre_domain']['pl'] = "pl"; - $q_config['pre_domain']['gl'] = "gl"; - $q_config['pre_domain']['tr'] = "tr"; - */ - - // Names for languages in the corresponding language, add more if needed - $q_config['language_name'] = array(); - $q_config['language_name']['de'] = "Deutsch"; - $q_config['language_name']['en'] = "English"; - $q_config['language_name']['zh'] = "中文"; - $q_config['language_name']['ru'] = "Русский"; - $q_config['language_name']['fi'] = "suomi"; - $q_config['language_name']['fr'] = "Français"; - $q_config['language_name']['nl'] = "Nederlands"; - $q_config['language_name']['sv'] = "Svenska"; - $q_config['language_name']['it'] = "Italiano"; - $q_config['language_name']['ro'] = "Română"; - $q_config['language_name']['hu'] = "Magyar"; - $q_config['language_name']['ja'] = "日本語"; - $q_config['language_name']['es'] = "Español"; - $q_config['language_name']['vi'] = "Tiếng Việt"; - $q_config['language_name']['ar'] = "العربية"; - $q_config['language_name']['pt'] = "Português"; - $q_config['language_name']['pt-br'] = "Português do Brasil"; - $q_config['language_name']['pl'] = "Polski"; - $q_config['language_name']['gl'] = "galego"; - $q_config['language_name']['tr'] = "Turkish"; - $q_config['language_name']['et'] = "Eesti"; - $q_config['language_name']['hr'] = "Hrvatski"; - $q_config['language_name']['eu'] = "Euskera"; - - // Locales for languages - // see locale -a for available locales - $q_config['locale'] = array(); - $q_config['locale']['de'] = "de_DE"; - $q_config['locale']['en'] = "en_US"; - $q_config['locale']['zh'] = "zh_CN"; - $q_config['locale']['ru'] = "ru_RU"; - $q_config['locale']['fi'] = "fi_FI"; - $q_config['locale']['fr'] = "fr_FR"; - $q_config['locale']['nl'] = "nl_NL"; - $q_config['locale']['sv'] = "sv_SE"; - $q_config['locale']['it'] = "it_IT"; - $q_config['locale']['ro'] = "ro_RO"; - $q_config['locale']['hu'] = "hu_HU"; - $q_config['locale']['ja'] = "ja"; - $q_config['locale']['es'] = "es_ES"; - $q_config['locale']['vi'] = "vi"; - $q_config['locale']['ar'] = "ar"; - $q_config['locale']['pt'] = "pt_PT"; - $q_config['locale']['pt-br'] = "pt_BR"; - $q_config['locale']['pl'] = "pl_PL"; - $q_config['locale']['gl'] = "gl_ES"; - $q_config['locale']['tr'] = "tr_TR"; - $q_config['locale']['et'] = "et_EE"; - $q_config['locale']['hr'] = "hr_HR"; - $q_config['locale']['eu'] = "eu_ES"; - - // Language not available messages - // %LANG::% generates a list of languages separated by except for the last one, where will be used instead. - $q_config['not_available'] = array(); - $q_config['not_available']['de'] = "Leider ist der Eintrag nur auf %LANG:, : und % verfügbar."; - $q_config['not_available']['en'] = "Sorry, this entry is only available in %LANG:, : and %."; - $q_config['not_available']['zh'] = "对不起,此内容只适用于%LANG:,:和%。"; - $q_config['not_available']['ru'] = "Извините, этот техт доступен только в %LANG:, : и %."; - $q_config['not_available']['fi'] = "Anteeksi, mutta tämä kirjoitus on saatavana ainoastaan näillä kielillä: %LANG:, : ja %."; - $q_config['not_available']['fr'] = "Désolé, cet article est seulement disponible en %LANG:, : et %."; - $q_config['not_available']['nl'] = "Onze verontschuldigingen, dit bericht is alleen beschikbaar in %LANG:, : en %."; - $q_config['not_available']['sv'] = "Tyvärr är denna artikel enbart tillgänglig på %LANG:, : och %."; - $q_config['not_available']['it'] = "Ci spiace, ma questo articolo è disponibile soltanto in %LANG:, : e %."; - $q_config['not_available']['ro'] = "Din păcate acest articol este disponibil doar în %LANG:, : și %."; - $q_config['not_available']['hu'] = "Sajnos ennek a bejegyzésnek csak %LANG:, : és % nyelvű változata van."; - $q_config['not_available']['ja'] = "申し訳ありません、このコンテンツはただ今 %LANG:、 :と % のみです。"; - $q_config['not_available']['es'] = "Disculpa, pero esta entrada está disponible sólo en %LANG:, : y %."; - $q_config['not_available']['vi'] = "Rất tiếc, mục này chỉ tồn tại ở %LANG:, : và %."; - $q_config['not_available']['ar'] = "عفوا، هذه المدخلة موجودة فقط في %LANG:, : و %."; - $q_config['not_available']['pt'] = "Desculpe, este conteúdo só está disponível em %LANG:, : e %."; - $q_config['not_available']['pt-br'] = "Desculpe-nos, mas este texto esta apenas disponível em %LANG:, : y %."; - $q_config['not_available']['pl'] = "Przepraszamy, ten wpis jest dostępny tylko w języku %LANG:, : i %."; - $q_config['not_available']['gl'] = "Sentímolo moito, ista entrada atopase unicamente en %LANG;,: e %."; - $q_config['not_available']['tr'] = "Sorry, this entry is only available in %LANG:, : and %."; - $q_config['not_available']['et'] = "Vabandame, see kanne on saadaval ainult %LANG : ja %."; - $q_config['not_available']['hr'] = "Žao nam je, ne postoji prijevod na raspolaganju za ovaj proizvod još %LANG:, : i %."; - $q_config['not_available']['eu'] = "Sentitzen dugu, baina sarrera hau %LANG-z:, : eta % bakarrik dago."; - - // strftime usage (backward compability) - $q_config['use_strftime'] = QTX_DATE; - - // Date Configuration - $q_config['date_format'] = array(); - $q_config['date_format']['en'] = '%A %B %e%q, %Y'; - $q_config['date_format']['de'] = '%A, der %e. %B %Y'; - $q_config['date_format']['zh'] = '%x %A'; - $q_config['date_format']['ru'] = '%A %B %e%q, %Y'; - $q_config['date_format']['fi'] = '%e.&m.%C'; - $q_config['date_format']['fr'] = '%A %e %B %Y'; - $q_config['date_format']['nl'] = '%d/%m/%y'; - $q_config['date_format']['sv'] = '%Y-%m-%d'; - $q_config['date_format']['it'] = '%e %B %Y'; - $q_config['date_format']['ro'] = '%A, %e %B %Y'; - $q_config['date_format']['hu'] = '%Y %B %e, %A'; - $q_config['date_format']['ja'] = '%Y年%m月%d日'; - $q_config['date_format']['es'] = '%d de %B de %Y'; - $q_config['date_format']['vi'] = '%d/%m/%Y'; - $q_config['date_format']['ar'] = '%d/%m/%Y'; - $q_config['date_format']['pt'] = '%A,%e de %B de %Y'; - $q_config['date_format']['pt-br'] = '%d de %B de %Y'; - $q_config['date_format']['pl'] = '%d/%m/%y'; - $q_config['date_format']['gl'] = '%d de %B de %Y'; - $q_config['date_format']['tr'] = '%A %B %e%q, %Y'; - $q_config['date_format']['et'] = '%A %B %e%q, %Y'; - $q_config['date_format']['hr'] = '%d/%m/%Y'; - $q_config['date_format']['eu'] = '%Y %B %e, %A'; - - $q_config['time_format'] = array(); - $q_config['time_format']['en'] = '%I:%M %p'; - $q_config['time_format']['de'] = '%H:%M'; - $q_config['time_format']['zh'] = '%I:%M%p'; - $q_config['time_format']['ru'] = '%H:%M'; - $q_config['time_format']['fi'] = '%H:%M'; - $q_config['time_format']['fr'] = '%H:%M'; - $q_config['time_format']['nl'] = '%H:%M'; - $q_config['time_format']['sv'] = '%H:%M'; - $q_config['time_format']['it'] = '%H:%M'; - $q_config['time_format']['ro'] = '%H:%M'; - $q_config['time_format']['hu'] = '%H:%M'; - $q_config['time_format']['ja'] = '%H:%M'; - $q_config['time_format']['es'] = '%H:%M hrs.'; - $q_config['time_format']['vi'] = '%H:%M'; - $q_config['time_format']['ar'] = '%H:%M'; - $q_config['time_format']['pt'] = '%H:%M'; - $q_config['time_format']['pt-br'] = '%H:%M hrs.'; - $q_config['time_format']['pl'] = '%H:%M'; - $q_config['time_format']['gl'] = '%H:%M hrs.'; - $q_config['time_format']['tr'] = '%H:%M'; - $q_config['time_format']['et'] = '%H:%M'; - $q_config['time_format']['hr'] = '%H:%M'; - $q_config['time_format']['eu'] = '%H:%M'; - - // Flag images configuration - // Look in /flags/ directory for a huge list of flags for usage - $q_config['flag'] = array(); - $q_config['flag']['en'] = 'gb.png'; - $q_config['flag']['de'] = 'de.png'; - $q_config['flag']['zh'] = 'cn.png'; - $q_config['flag']['ru'] = 'ru.png'; - $q_config['flag']['fi'] = 'fi.png'; - $q_config['flag']['fr'] = 'fr.png'; - $q_config['flag']['nl'] = 'nl.png'; - $q_config['flag']['sv'] = 'se.png'; - $q_config['flag']['it'] = 'it.png'; - $q_config['flag']['ro'] = 'ro.png'; - $q_config['flag']['hu'] = 'hu.png'; - $q_config['flag']['ja'] = 'jp.png'; - $q_config['flag']['es'] = 'es.png'; - $q_config['flag']['vi'] = 'vn.png'; - $q_config['flag']['ar'] = 'arle.png'; - $q_config['flag']['pt'] = 'pt.png'; - $q_config['flag']['pt-br'] = 'br.png'; - $q_config['flag']['pl'] = 'pl.png'; - $q_config['flag']['gl'] = 'galego.png'; - $q_config['flag']['tr'] = 'tr.png'; - $q_config['flag']['et'] = 'ee.png'; - $q_config['flag']['hr'] = 'hr.png'; - $q_config['flag']['eu'] = 'eu_ES.png'; - - // Location of flags (needs trailing slash!) - //$q_config['flag_location'] = 'plugins/qtranslate-x/flags/'; - - // Don't convert URLs to this file types - //$q_config['ignore_file_types'] = explode(',',QTX_IGNORE_FILE_TYPES); - $q_config['custom_fields'] = array(); - $q_config['custom_field_classes'] = array(); - $q_config['text_field_filters'] = array(); - $q_config['custom_pages'] = array(); - - /* DEFAULT CONFIGURATION PART ENDS HERE */ - - $q_config['term_name'] = array(); - - // Full country names as locales for Windows systems - $q_config['windows_locale'] = array(); - $q_config['windows_locale']['aa'] = "Afar"; - $q_config['windows_locale']['ab'] = "Abkhazian"; - $q_config['windows_locale']['ae'] = "Avestan"; - $q_config['windows_locale']['af'] = "Afrikaans"; - $q_config['windows_locale']['am'] = "Amharic"; - $q_config['windows_locale']['ar'] = "Arabic"; - $q_config['windows_locale']['as'] = "Assamese"; - $q_config['windows_locale']['ay'] = "Aymara"; - $q_config['windows_locale']['az'] = "Azerbaijani"; - $q_config['windows_locale']['ba'] = "Bashkir"; - $q_config['windows_locale']['be'] = "Belarusian"; - $q_config['windows_locale']['bg'] = "Bulgarian"; - $q_config['windows_locale']['bh'] = "Bihari"; - $q_config['windows_locale']['bi'] = "Bislama"; - $q_config['windows_locale']['bn'] = "Bengali"; - $q_config['windows_locale']['bo'] = "Tibetan"; - $q_config['windows_locale']['br'] = "Breton"; - $q_config['windows_locale']['bs'] = "Bosnian"; - $q_config['windows_locale']['ca'] = "Catalan"; - $q_config['windows_locale']['ce'] = "Chechen"; - $q_config['windows_locale']['ch'] = "Chamorro"; - $q_config['windows_locale']['co'] = "Corsican"; - $q_config['windows_locale']['cs'] = "Czech"; - $q_config['windows_locale']['cu'] = "Church Slavic"; - $q_config['windows_locale']['cv'] = "Chuvash"; - $q_config['windows_locale']['cy'] = "Welsh"; - $q_config['windows_locale']['da'] = "Danish"; - $q_config['windows_locale']['de'] = "German"; - $q_config['windows_locale']['dz'] = "Dzongkha"; - $q_config['windows_locale']['el'] = "Greek"; - $q_config['windows_locale']['en'] = "English"; - $q_config['windows_locale']['eo'] = "Esperanto"; - $q_config['windows_locale']['es'] = "Spanish"; - $q_config['windows_locale']['et'] = "Estonian"; - $q_config['windows_locale']['eu'] = "Basque"; - $q_config['windows_locale']['fa'] = "Persian"; - $q_config['windows_locale']['fi'] = "Finnish"; - $q_config['windows_locale']['fj'] = "Fijian"; - $q_config['windows_locale']['fo'] = "Faeroese"; - $q_config['windows_locale']['fr'] = "French"; - $q_config['windows_locale']['fy'] = "Frisian"; - $q_config['windows_locale']['ga'] = "Irish"; - $q_config['windows_locale']['gd'] = "Gaelic (Scots)"; - $q_config['windows_locale']['gl'] = "Gallegan"; - $q_config['windows_locale']['gn'] = "Guarani"; - $q_config['windows_locale']['gu'] = "Gujarati"; - $q_config['windows_locale']['gv'] = "Manx"; - $q_config['windows_locale']['ha'] = "Hausa"; - $q_config['windows_locale']['he'] = "Hebrew"; - $q_config['windows_locale']['hi'] = "Hindi"; - $q_config['windows_locale']['ho'] = "Hiri Motu"; - $q_config['windows_locale']['hr'] = "Croatian"; - $q_config['windows_locale']['hu'] = "Hungarian"; - $q_config['windows_locale']['hy'] = "Armenian"; - $q_config['windows_locale']['hz'] = "Herero"; - $q_config['windows_locale']['ia'] = "Interlingua"; - $q_config['windows_locale']['id'] = "Indonesian"; - $q_config['windows_locale']['ie'] = "Interlingue"; - $q_config['windows_locale']['ik'] = "Inupiaq"; - $q_config['windows_locale']['is'] = "Icelandic"; - $q_config['windows_locale']['it'] = "Italian"; - $q_config['windows_locale']['iu'] = "Inuktitut"; - $q_config['windows_locale']['ja'] = "Japanese"; - $q_config['windows_locale']['jw'] = "Javanese"; - $q_config['windows_locale']['ka'] = "Georgian"; - $q_config['windows_locale']['ki'] = "Kikuyu"; - $q_config['windows_locale']['kj'] = "Kuanyama"; - $q_config['windows_locale']['kk'] = "Kazakh"; - $q_config['windows_locale']['kl'] = "Kalaallisut"; - $q_config['windows_locale']['km'] = "Khmer"; - $q_config['windows_locale']['kn'] = "Kannada"; - $q_config['windows_locale']['ko'] = "Korean"; - $q_config['windows_locale']['ks'] = "Kashmiri"; - $q_config['windows_locale']['ku'] = "Kurdish"; - $q_config['windows_locale']['kv'] = "Komi"; - $q_config['windows_locale']['kw'] = "Cornish"; - $q_config['windows_locale']['ky'] = "Kirghiz"; - $q_config['windows_locale']['la'] = "Latin"; - $q_config['windows_locale']['lb'] = "Letzeburgesch"; - $q_config['windows_locale']['ln'] = "Lingala"; - $q_config['windows_locale']['lo'] = "Lao"; - $q_config['windows_locale']['lt'] = "Lithuanian"; - $q_config['windows_locale']['lv'] = "Latvian"; - $q_config['windows_locale']['mg'] = "Malagasy"; - $q_config['windows_locale']['mh'] = "Marshall"; - $q_config['windows_locale']['mi'] = "Maori"; - $q_config['windows_locale']['mk'] = "Macedonian"; - $q_config['windows_locale']['ml'] = "Malayalam"; - $q_config['windows_locale']['mn'] = "Mongolian"; - $q_config['windows_locale']['mo'] = "Moldavian"; - $q_config['windows_locale']['mr'] = "Marathi"; - $q_config['windows_locale']['ms'] = "Malay"; - $q_config['windows_locale']['mt'] = "Maltese"; - $q_config['windows_locale']['my'] = "Burmese"; - $q_config['windows_locale']['na'] = "Nauru"; - $q_config['windows_locale']['nb'] = "Norwegian Bokmal"; - $q_config['windows_locale']['nd'] = "Ndebele, North"; - $q_config['windows_locale']['ne'] = "Nepali"; - $q_config['windows_locale']['ng'] = "Ndonga"; - $q_config['windows_locale']['nl'] = "Dutch"; - $q_config['windows_locale']['nn'] = "Norwegian Nynorsk"; - $q_config['windows_locale']['no'] = "Norwegian"; - $q_config['windows_locale']['nr'] = "Ndebele, South"; - $q_config['windows_locale']['nv'] = "Navajo"; - $q_config['windows_locale']['ny'] = "Chichewa; Nyanja"; - $q_config['windows_locale']['oc'] = "Occitan (post 1500)"; - $q_config['windows_locale']['om'] = "Oromo"; - $q_config['windows_locale']['or'] = "Oriya"; - $q_config['windows_locale']['os'] = "Ossetian; Ossetic"; - $q_config['windows_locale']['pa'] = "Panjabi"; - $q_config['windows_locale']['pi'] = "Pali"; - $q_config['windows_locale']['pl'] = "Polish"; - $q_config['windows_locale']['ps'] = "Pushto"; - $q_config['windows_locale']['pt'] = "Portuguese"; - $q_config['windows_locale']['pt-br'] = "Brazilian Portuguese"; - $q_config['windows_locale']['qu'] = "Quechua"; - $q_config['windows_locale']['rm'] = "Rhaeto-Romance"; - $q_config['windows_locale']['rn'] = "Rundi"; - $q_config['windows_locale']['ro'] = "Romanian"; - $q_config['windows_locale']['ru'] = "Russian"; - $q_config['windows_locale']['rw'] = "Kinyarwanda"; - $q_config['windows_locale']['sa'] = "Sanskrit"; - $q_config['windows_locale']['sc'] = "Sardinian"; - $q_config['windows_locale']['sd'] = "Sindhi"; - $q_config['windows_locale']['se'] = "Sami"; - $q_config['windows_locale']['sg'] = "Sango"; - $q_config['windows_locale']['si'] = "Sinhalese"; - $q_config['windows_locale']['sk'] = "Slovak"; - $q_config['windows_locale']['sl'] = "Slovenian"; - $q_config['windows_locale']['sm'] = "Samoan"; - $q_config['windows_locale']['sn'] = "Shona"; - $q_config['windows_locale']['so'] = "Somali"; - $q_config['windows_locale']['sq'] = "Albanian"; - $q_config['windows_locale']['sr'] = "Serbian"; - $q_config['windows_locale']['ss'] = "Swati"; - $q_config['windows_locale']['st'] = "Sotho"; - $q_config['windows_locale']['su'] = "Sundanese"; - $q_config['windows_locale']['sv'] = "Swedish"; - $q_config['windows_locale']['sw'] = "Swahili"; - $q_config['windows_locale']['ta'] = "Tamil"; - $q_config['windows_locale']['te'] = "Telugu"; - $q_config['windows_locale']['tg'] = "Tajik"; - $q_config['windows_locale']['th'] = "Thai"; - $q_config['windows_locale']['ti'] = "Tigrinya"; - $q_config['windows_locale']['tk'] = "Turkmen"; - $q_config['windows_locale']['tl'] = "Tagalog"; - $q_config['windows_locale']['tn'] = "Tswana"; - $q_config['windows_locale']['to'] = "Tonga"; - $q_config['windows_locale']['tr'] = "Turkish"; - $q_config['windows_locale']['ts'] = "Tsonga"; - $q_config['windows_locale']['tt'] = "Tatar"; - $q_config['windows_locale']['tw'] = "Twi"; - $q_config['windows_locale']['ug'] = "Uighur"; - $q_config['windows_locale']['uk'] = "Ukrainian"; - $q_config['windows_locale']['ur'] = "Urdu"; - $q_config['windows_locale']['uz'] = "Uzbek"; - $q_config['windows_locale']['vi'] = "Vietnamese"; - $q_config['windows_locale']['vo'] = "Volapuk"; - $q_config['windows_locale']['wo'] = "Wolof"; - $q_config['windows_locale']['xh'] = "Xhosa"; - $q_config['windows_locale']['yi'] = "Yiddish"; - $q_config['windows_locale']['yo'] = "Yoruba"; - $q_config['windows_locale']['za'] = "Zhuang"; - $q_config['windows_locale']['zh'] = "Chinese"; - $q_config['windows_locale']['zu'] = "Zulu"; - - $q_config['use_secure_cookie'] = false; - $q_config['header_css_on'] = true; - - $q_config['highlight_mode'] = QTX_HIGHLIGHT_MODE_LEFT_BORDER; - - $q_config = apply_filters('qtranslate_config_default', $q_config); -} -qtranxf_set_config_default(); - -require_once(dirname(__FILE__)."/qtranslate_utils.php"); -require_once(dirname(__FILE__)."/qtranslate_core.php"); -require_once(dirname(__FILE__)."/qtranslate_widget.php"); +require_once(dirname(__FILE__).'/qtranslate_options.php'); +require_once(dirname(__FILE__).'/qtranslate_utils.php'); +require_once(dirname(__FILE__).'/qtranslate_core.php'); +require_once(dirname(__FILE__).'/qtranslate_widget.php'); if(is_admin()){ - require_once(dirname(__FILE__).'/admin/activation_hook.php'); + require_once(dirname(__FILE__).'/admin/qtx_activation_hook.php'); register_activation_hook(__FILE__, 'qtranxf_activation_hook');//does not work if inside qtranslate_configuration.php } - -require_once(dirname(__FILE__)."/qtranslate_hooks.php"); diff --git a/qtranslate_core.php b/qtranslate_core.php index a7daafe..3378c25 100644 --- a/qtranslate_core.php +++ b/qtranslate_core.php @@ -101,11 +101,13 @@ function qtranxf_init_language() { // since 3.2-b3 moved it here as https://codex.wordpress.org/Function_Reference/load_plugin_textdomain seem to recommend to run load_plugin_textdomain in 'plugins_loaded' action, which is this function respond to load_plugin_textdomain('qtranslate', false, dirname(plugin_basename( __FILE__ )).'/lang'); + require_once(dirname(__FILE__).'/qtranslate_hooks.php');//common hooks moved here from qtranslate.php since 3.2.9.2, because they all need language already detected + if($q_config['url_info']['doing_front_end']) { require_once(dirname(__FILE__)."/qtranslate_frontend.php"); }else{ - require_once(dirname(__FILE__).'/qtranslate_configuration.php'); - require_once(dirname(__FILE__).'/admin/admin_utils.php'); + require_once(dirname(__FILE__).'/admin/qtx_configuration.php'); + require_once(dirname(__FILE__).'/admin/qtx_admin_utils.php'); // load qTranslate Services if available // disabled since 3.1 //if(file_exists(dirname(__FILE__).'/qtranslate_services.php')) @@ -118,6 +120,7 @@ function qtranxf_init_language() { do_action('qtranslate_init_language',$url_info); //qtranxf_dbg_log('done: qtranxf_init_language: url_info: ',$url_info); } +add_action('plugins_loaded', 'qtranxf_init_language', 2);//user is not authenticated yet function qtranxf_detect_language(&$url_info) { global $q_config; @@ -129,9 +132,10 @@ function qtranxf_detect_language(&$url_info) { $url_info['path-base'] = $siteinfo['path']; $url_info['path-base-length'] = $siteinfo['path-length']; }else{ - $homeinfo = qtranxf_get_home_info(); - $url_info['path-base'] = $homeinfo['path']; - $url_info['path-base-length'] = $homeinfo['path-length']; + qtranxf_complete_url_info($url_info); + //$homeinfo = qtranxf_get_home_info(); + //$url_info['path-base'] = $homeinfo['path']; + //$url_info['path-base-length'] = $homeinfo['path-length']; $url_info['doing_front_end'] = true; } @@ -193,6 +197,7 @@ function qtranxf_detect_language(&$url_info) { */ $url_info = apply_filters('qtranslate_detect_language', $url_info); $lang = $url_info['language']; + //qtranxf_dbg_log('qtranxf_detect_language: detected: url_info: ',$url_info); if($url_info['set_cookie']) qtranxf_set_language_cookie($lang); return $lang; } @@ -329,7 +334,7 @@ function qtranxf_parse_language_info(&$url_info, $link=false) { } function qtranxf_detect_language_admin(&$url_info) { - require_once(dirname(__FILE__).'/admin/admin_utils.php'); + require_once(dirname(__FILE__).'/admin/qtx_admin_utils.php'); $url_info = apply_filters('qtranslate_detect_admin_language',$url_info); return $url_info['lang_admin']; } @@ -377,6 +382,7 @@ function qtranxf_set_language_cookie($lang) { global $q_config; if(defined('WP_ADMIN')){ + //qtranxf_dbg_log('qtranxf_set_language_cookie: QTX_COOKIE_NAME_ADMIN: lang=',$lang); qtranxf_setcookie_language( $lang, QTX_COOKIE_NAME_ADMIN, ADMIN_COOKIE_PATH ); }elseif(!$q_config['disable_client_cookies']){ qtranxf_setcookie_language( $lang, QTX_COOKIE_NAME_FRONT, COOKIEPATH, NULL, $q_config['use_secure_cookie'] ); @@ -541,11 +547,18 @@ function qtranxf_validateBool($var, $default_value) { } function qtranxf_load_option($nm, $default_value=null) { - global $q_config; + global $q_config, $qtranslate_options; $val = get_option('qtranslate_'.$nm); if($val===FALSE){ - if(is_null($default_value)) return; - $val = $default_value; + if(is_null($default_value)){ + if(!isset($qtranslate_options['default_value'][$nm])) return; + $default_value = $qtranslate_options['default_value'][$nm]; + } + if(function_exists($default_value)){ + $val = call_user_func($default_value); + }else{ + $val = $default_value; + } } $q_config[$nm]=$val; } @@ -579,6 +592,17 @@ function qtranxf_load_option_bool( $nm, $default_value=null ) { elseif($val==='1') $q_config[$nm] = true; } +function qtranxf_load_option_func($nm, $opn=null, $func=null) { + global $q_config, $qtranslate_options; + if(!$opn) $opn = 'qtranslate_'.$nm; + $val = get_option($opn); + if($val===FALSE){ + if(!$func) $func = 'qtranxf_default_'.$nm; + $val = call_user_func($func); + } + $q_config[$nm]=$val; +} + function qtranxf_is_permalink_structure_query(){ $permalink_structure = get_option('permalink_structure'); return empty($permalink_structure)||strpos($permalink_structure, '?')!==false||strpos($permalink_structure, 'index.php')!==false; @@ -586,38 +610,44 @@ function qtranxf_is_permalink_structure_query(){ // loads config via get_option and defaults to values set on top function qtranxf_loadConfig() { - global $q_config; + global $qtranslate_options, $q_config; + qtranxf_set_default_options($qtranslate_options); + + // Load everything + $q_config = array(); //for other plugins and jave scripts to be able to fork by version - //$q_config['version'] = get_plugin_data( plugins_url( '/qtranslate.php', __FILE__ ), false, false )['Version']; + //$q_config['version'] = get_plugin_data( plugins_url( 'qtranslate.php', __FILE__ ), false, false )['Version']; - // Load everything - $language_names = get_option('qtranslate_language_names'); - //$enabled_languages = get_option('qtranslate_enabled_languages'); + //$default_language = get_option('qtranslate_default_language'); + qtranxf_load_option_func('default_language'); qtranxf_load_option_array('enabled_languages'); - $default_language = get_option('qtranslate_default_language'); - //$flag_location = get_option('qtranslate_flag_location'); + + foreach($qtranslate_options['int'] as $nm => $def){ + qtranxf_load_option($nm, $def); + } + + foreach($qtranslate_options['bool'] as $nm => $def){ + qtranxf_load_option_bool($nm,$def); + } + + foreach($qtranslate_options['str'] as $nm => $def){ + qtranxf_load_option($nm, $def); + } + + foreach($qtranslate_options['array'] as $nm => $def){ + qtranxf_load_option_array($nm,$def); + } + + qtranxf_load_languages_enabled(); + +/* + $language_names = get_option('qtranslate_language_names'); $flags = get_option('qtranslate_flags'); $locales = get_option('qtranslate_locales'); $na_messages = get_option('qtranslate_na_messages'); $date_formats = get_option('qtranslate_date_formats'); $time_formats = get_option('qtranslate_time_formats'); - $use_strftime = get_option('qtranslate_use_strftime'); - $ignore_file_types = get_option('qtranslate_ignore_file_types'); - $url_mode = get_option('qtranslate_url_mode'); - $term_name = get_option('qtranslate_term_name'); - - qtranxf_load_option_flag_location('flag_location'); - - qtranxf_load_option('editor_mode'); - qtranxf_load_option('highlight_mode'); - qtranxf_load_option('highlight_mode_custom_css'); - - qtranxf_load_option_array('custom_fields'); - qtranxf_load_option_array('custom_field_classes'); - qtranxf_load_option_array('text_field_filters'); - qtranxf_load_option_array('custom_pages'); - // default if not set if(!is_array($date_formats)) $date_formats = $q_config['date_format']; if(!is_array($time_formats)) $time_formats = $q_config['time_format']; @@ -625,35 +655,30 @@ function qtranxf_loadConfig() { if(!is_array($locales)) $locales = $q_config['locale']; if(!is_array($flags)) $flags = $q_config['flag']; if(!is_array($language_names)) $language_names = $q_config['language_name']; - //if(!is_array($enabled_languages)) $enabled_languages = $q_config['enabled_languages']; - if(!is_array($term_name)) $term_name = $q_config['term_name']; - if(empty($default_language)) $default_language = $q_config['default_language']; - if(empty($use_strftime)) $use_strftime = $q_config['use_strftime']; - if(empty($url_mode)) $url_mode = $q_config['url_mode']; - //if(!is_string($flag_location) || $flag_location==='') $flag_location = $q_config['flag_location']; - - qtranxf_load_option_bool('detect_browser_language'); - qtranxf_load_option_bool('hide_untranslated'); - qtranxf_load_option_bool('show_displayed_language_prefix'); - qtranxf_load_option_bool('auto_update_mo'); - qtranxf_load_option_bool('hide_default_language'); - qtranxf_load_option_bool('header_css_on'); - qtranxf_load_option_bool('use_secure_cookie'); + $q_config['date_format'] = $date_formats; + $q_config['time_format'] = $time_formats; + $q_config['not_available'] = $na_messages; + $q_config['locale'] = $locales; + $q_config['flag'] = $flags; + $q_config['language_name'] = $language_names; +*/ + qtranxf_load_option_flag_location('flag_location'); qtranxf_load_option('header_css'); + qtranxf_load_option_array('term_name', array()); - qtranxf_load_option('filter_options_mode',QTX_FILTER_OPTIONS_ALL); if($q_config['filter_options_mode'] == QTX_FILTER_OPTIONS_LIST){ qtranxf_load_option_array('filter_options',QTX_FILTER_OPTIONS_DEFAULT); } + $url_mode = $q_config['url_mode']; // check for invalid permalink/url mode combinations if(qtranxf_is_permalink_structure_query()){ switch($url_mode){ case QTX_URL_QUERY: case QTX_URL_DOMAIN: case QTX_URL_DOMAINS: break; - default: $url_mode = QTX_URL_QUERY; break; + default: $q_config['url_mode'] = $url_mode = QTX_URL_QUERY; break; } } @@ -682,18 +707,9 @@ function qtranxf_loadConfig() { } // overwrite default values with loaded values - $q_config['date_format'] = $date_formats; - $q_config['time_format'] = $time_formats; - $q_config['not_available'] = $na_messages; - $q_config['locale'] = $locales; - $q_config['flag'] = $flags; - $q_config['language_name'] = $language_names; - //$q_config['enabled_languages'] = $enabled_languages; - $q_config['default_language'] = $default_language; - //$q_config['flag_location'] = $flag_location; - $q_config['use_strftime'] = $use_strftime; + //$q_config['use_strftime'] = $use_strftime; - //$q_config['ignore_file_types'] = $ignore_file_types; + $ignore_file_types = get_option('qtranslate_ignore_file_types'); $val=explode(',',QTX_IGNORE_FILE_TYPES); if(!empty($ignore_file_types)){ $vals=preg_split('/[\s,]+/', strtolower($ignore_file_types), null, PREG_SPLIT_NO_EMPTY); @@ -705,18 +721,19 @@ function qtranxf_loadConfig() { } $q_config['ignore_file_types'] = $val; - $q_config['url_mode'] = $url_mode; - $q_config['term_name'] = $term_name; - do_action('qtranslate_loadConfig'); } function qtranxf_reloadConfig() { global $q_config; - qtranxf_set_config_default(); + $url_info = isset($q_config['url_info']) ? $q_config['url_info'] : null; qtranxf_loadConfig(); - if(isset($q_config['url_info']['language'])) - $q_config['language'] = $q_config['url_info']['language']; + if($url_info){ + $q_config['url_info'] = $url_info; + if(isset($q_config['url_info']['language'])){ + $q_config['language'] = $q_config['url_info']['language']; + } + } qtranxf_load_option_qtrans_compatibility(); //qtranxf_dbg_echo('qtranxf_reloadConfig: $q_config[url_info]: ',$q_config['url_info']); } @@ -955,6 +972,7 @@ function qtranxf_url_set_language($urlinfo,$lang,$showLanguage) { $url_mode = $q_config['url_mode']; switch($url_mode) { case QTX_URL_PATH: // pre-path + //qtranxf_dbg_log_if(!isset($urlinfo['wp-path']),'qtranxf_url_set_language: wp-path not set $urlinfo:',$urlinfo,true); $urlinfo['wp-path'] = '/'.$lang.$urlinfo['wp-path']; break; case QTX_URL_DOMAIN: // pre-domain @@ -1302,32 +1320,6 @@ function qtranxf_join_b($texts) { return $text; } -function qtranxf_disableLanguage($lang) { - global $q_config; - if(qtranxf_isEnabled($lang)) { - $new_enabled = array(); - for($i = 0; $i < sizeof($q_config['enabled_languages']); $i++) { - if($q_config['enabled_languages'][$i] != $lang) { - $new_enabled[] = $q_config['enabled_languages'][$i]; - } - } - $q_config['enabled_languages'] = $new_enabled; - return true; - } - return false; -} - -function qtranxf_enableLanguage($lang) { - global $q_config; - if(qtranxf_isEnabled($lang) || !isset($q_config['language_name'][$lang])) { - return false; - } - $q_config['enabled_languages'][] = $lang; - // force update of .mo files - if ($q_config['auto_update_mo']) qtranxf_updateGettextDatabases(true, $lang); - return true; -} - if (!function_exists('qtranxf_use')){ function qtranxf_use($lang, $text, $show_available=false, $show_empty=false) { //global $q_config; diff --git a/qtranslate_hooks.php b/qtranslate_hooks.php index a9ebb24..5e6aa84 100644 --- a/qtranslate_hooks.php +++ b/qtranslate_hooks.php @@ -26,13 +26,14 @@ function qtranxf_localeForCurrentLanguage($locale){ global $q_config; if( !isset($q_config['language']) ) return $locale; // try to figure out the correct locale + $windows_locale = qtranxf_default_windows_locale(); //$q_config['windows_locale']; $lang = $q_config['language']; $locale_lang=$q_config['locale'][$lang]; $locale = array(); $locale[] = $locale_lang.".utf8"; $locale[] = $locale_lang."@euro"; $locale[] = $locale_lang; - $locale[] = $q_config['windows_locale'][$lang]; + $locale[] = $windows_locale[$lang]; $locale[] = $lang; // return the correct locale and most importantly set it (wordpress doesn't, which is bad) @@ -83,17 +84,6 @@ function qtranxf_fixSearchForm($form) { } */ -function qtranxf_fixAdminBar($wp_admin_bar) { - global $wp_admin_bar; - if(!isset($wp_admin_bar)) return; - $nodes=$wp_admin_bar->get_nodes(); - //qtranxf_dbg_echo('$nodes:',$nodes); - if(!isset($nodes)) return;//sometimes $nodes is NULL - foreach($nodes as $node) { - $wp_admin_bar->add_node(qtranxf_useCurrentLanguageIfNotFoundUseDefaultLanguage($node)); - } -} - //function qtranxf_gettext($translated_text, $text, $domain) { function qtranxf_gettext($translated_text) { //same as qtranxf_useCurrentLanguageIfNotFoundUseDefaultLanguage @@ -154,7 +144,6 @@ function qtranxf_wpseo_replacements($replacements){ // add_action('category_add_form', 'qtranxf_modifyTermFormFor'); // add_action('post_tag_add_form', 'qtranxf_modifyTermFormFor'); // add_action('link_category_add_form', 'qtranxf_modifyTermFormFor'); -add_action('plugins_loaded', 'qtranxf_init_language', 2);//user is not authenticated yet add_action('init', 'qtranxf_init');//user is authenticated add_action('widgets_init', 'qtranxf_widget_init'); diff --git a/qtranslate_options.php b/qtranslate_options.php new file mode 100644 index 0000000..f35bbe0 --- /dev/null +++ b/qtranslate_options.php @@ -0,0 +1,607 @@ + QTX_URL_PATH,// sets default url mode + 'use_strftime' => QTX_DATE,// strftime usage (backward compability) + 'filter_options_mode' => QTX_FILTER_OPTIONS_ALL, + 'editor_mode' => QTX_EDITOR_MODE_LSB, + 'highlight_mode' => QTX_HIGHLIGHT_MODE_LEFT_BORDER, + ); + + $ops['bool']=array( + 'detect_browser_language' => true,// enables browser language detection + 'hide_untranslated' => false,// hide pages without content + 'show_displayed_language_prefix' => true, + 'auto_update_mo' => true,// automatically update .mo files + 'hide_default_language' => true,// hide language tag for default language + 'use_secure_cookie' => false, + 'header_css_on' => true, + ); + + $ops['str']=array( + 'highlight_mode_custom_css' => null, + 'lsb_style' => 'Simple_Buttons.css', + 'lsb_style_wrap_class' => 'qtranxf_default_lsb_style_wrap_class', + 'lsb_style_active_class' => 'qtranxf_default_lsb_style_active_class', + ); + + $ops['array']=array( + 'custom_fields' => array(), + 'custom_field_classes' => array(), + 'text_field_filters' => array(), + 'custom_pages' => array(), + ); + + // store other default values of specially handled options + $ops['default_value']=array( + 'default_language' => null,//string + 'enabled_languages' => null,//array + 'qtrans_compatibility' => false,//enables compatibility with former qtrans_* functions + 'disable_client_cookies' => false,//bool + 'flag_location' => null,//string + 'filter_options' => QTX_FILTER_OPTIONS_DEFAULT,//array + 'ignore_file_types' => QTX_IGNORE_FILE_TYPES,//array + 'header_css' => null,//string + 'domains' => null,//array + ); + + //must have function 'qtranxf_default_option_name()' which returns a default value for option 'option_name'. + $ops['languages']=array( + 'language_name' => 'qtranslate_language_names', + 'locale' => 'qtranslate_locales', + 'not_available' => 'qtranslate_na_messages', + 'date_format' => 'qtranslate_date_formats', + 'time_format' => 'qtranslate_time_formats', + 'flag' => 'qtranslate_flags', + //'windows_locale' => null,//this property is not stored + ); + + $ops = apply_filters('qtranslate_default_options',$ops); +} + +/* pre-Domain Endings - for future use + $cfg['pre_domain'] = array(); + $cfg['pre_domain']['de'] = "de"; + $cfg['pre_domain']['en'] = "en"; + $cfg['pre_domain']['zh'] = "zh"; + $cfg['pre_domain']['ru'] = "ru"; + $cfg['pre_domain']['fi'] = "fs"; + $cfg['pre_domain']['fr'] = "fr"; + $cfg['pre_domain']['nl'] = "nl"; + $cfg['pre_domain']['sv'] = "sv"; + $cfg['pre_domain']['it'] = "it"; + $cfg['pre_domain']['ro'] = "ro"; + $cfg['pre_domain']['hu'] = "hu"; + $cfg['pre_domain']['ja'] = "ja"; + $cfg['pre_domain']['es'] = "es"; + $cfg['pre_domain']['vi'] = "vi"; + $cfg['pre_domain']['ar'] = "ar"; + $cfg['pre_domain']['pt'] = "pt"; + $cfg['pre_domain']['pt-br'] = "pt-br"; + $cfg['pre_domain']['pl'] = "pl"; + $cfg['pre_domain']['gl'] = "gl"; + $cfg['pre_domain']['tr'] = "tr"; +*/ + +/** + * Names for languages in the corresponding language, add more if needed + * @since 3.3 + */ +function qtranxf_default_language_name() +{ + $cfg = array(); + $cfg['de'] = 'Deutsch'; + $cfg['en'] = 'English'; + $cfg['zh'] = '中文'; + $cfg['ru'] = 'Русский'; + $cfg['fi'] = 'suomi'; + $cfg['fr'] = 'Français'; + $cfg['nl'] = 'Nederlands'; + $cfg['sv'] = 'Svenska'; + $cfg['it'] = 'Italiano'; + $cfg['ro'] = 'Română'; + $cfg['hu'] = 'Magyar'; + $cfg['ja'] = '日本語'; + $cfg['es'] = 'Español'; + $cfg['vi'] = 'Tiếng Việt'; + $cfg['ar'] = 'العربية'; + $cfg['pt'] = 'Português'; + $cfg['pt-br'] = 'Português do Brasil'; + $cfg['pl'] = 'Polski'; + $cfg['gl'] = 'galego'; + $cfg['tr'] = 'Turkish'; + $cfg['et'] = 'Eesti'; + $cfg['hr'] = 'Hrvatski'; + $cfg['eu'] = 'Euskera'; + //$cfg['tw'] = '中文'; + return $cfg; +} + +/** + * Locales for languages + * @since 3.3 + */ +function qtranxf_default_locale() +{ + // see locale -a for available locales + $cfg = array(); + $cfg['de'] = 'de_DE'; + $cfg['en'] = 'en_US'; + $cfg['zh'] = 'zh_CN'; + $cfg['ru'] = 'ru_RU'; + $cfg['fi'] = 'fi_FI'; + $cfg['fr'] = 'fr_FR'; + $cfg['nl'] = 'nl_NL'; + $cfg['sv'] = 'sv_SE'; + $cfg['it'] = 'it_IT'; + $cfg['ro'] = 'ro_RO'; + $cfg['hu'] = 'hu_HU'; + $cfg['ja'] = 'ja'; + $cfg['es'] = 'es_ES'; + $cfg['vi'] = 'vi'; + $cfg['ar'] = 'ar'; + $cfg['pt'] = 'pt_PT'; + $cfg['pt-br'] = 'pt_BR'; + $cfg['pl'] = 'pl_PL'; + $cfg['gl'] = 'gl_ES'; + $cfg['tr'] = 'tr_TR'; + $cfg['et'] = 'et_EE'; + $cfg['hr'] = 'hr_HR'; + $cfg['eu'] = 'eu_ES'; + //$cfg['tw'] = 'zh_TW'; + return $cfg; +} + +/** + * Language not available messages + * @since 3.3 + */ +function qtranxf_default_not_available() +{ + // %LANG::% generates a list of languages separated by except for the last one, where will be used instead. + $cfg = array(); + $cfg['de'] = 'Leider ist der Eintrag nur auf %LANG:, : und % verfügbar.'; + $cfg['en'] = 'Sorry, this entry is only available in %LANG:, : and %.'; + $cfg['zh'] = '对不起,此内容只适用于%LANG:,:和%。'; + $cfg['ru'] = 'Извините, этот техт доступен только в %LANG:, : и %.'; + $cfg['fi'] = 'Anteeksi, mutta tämä kirjoitus on saatavana ainoastaan näillä kielillä: %LANG:, : ja %.'; + $cfg['fr'] = 'Désolé, cet article est seulement disponible en %LANG:, : et %.'; + $cfg['nl'] = 'Onze verontschuldigingen, dit bericht is alleen beschikbaar in %LANG:, : en %.'; + $cfg['sv'] = 'Tyvärr är denna artikel enbart tillgänglig på %LANG:, : och %.'; + $cfg['it'] = 'Ci spiace, ma questo articolo è disponibile soltanto in %LANG:, : e %.'; + $cfg['ro'] = 'Din păcate acest articol este disponibil doar în %LANG:, : și %.'; + $cfg['hu'] = 'Sajnos ennek a bejegyzésnek csak %LANG:, : és % nyelvű változata van.'; + $cfg['ja'] = '申し訳ありません、このコンテンツはただ今 %LANG:、 :と % のみです。'; + $cfg['es'] = 'Disculpa, pero esta entrada está disponible sólo en %LANG:, : y %.'; + $cfg['vi'] = 'Rất tiếc, mục này chỉ tồn tại ở %LANG:, : và %.'; + $cfg['ar'] = 'عفوا، هذه المدخلة موجودة فقط في %LANG:, : و %.'; + $cfg['pt'] = 'Desculpe, este conteúdo só está disponível em %LANG:, : e %.'; + $cfg['pt-br'] = 'Desculpe-nos, mas este texto esta apenas disponível em %LANG:, : y %.'; + $cfg['pl'] = 'Przepraszamy, ten wpis jest dostępny tylko w języku %LANG:, : i %.'; + $cfg['gl'] = 'Sentímolo moito, ista entrada atopase unicamente en %LANG;,: e %.'; + $cfg['tr'] = 'Sorry, this entry is only available in %LANG:, : and %.'; + $cfg['et'] = 'Vabandame, see kanne on saadaval ainult %LANG : ja %.'; + $cfg['hr'] = 'Žao nam je, ne postoji prijevod na raspolaganju za ovaj proizvod još %LANG:, : i %.'; + $cfg['eu'] = 'Sentitzen dugu, baina sarrera hau %LANG-z:, : eta % bakarrik dago.'; + //$cfg['tw'] = '对不起,此内容只适用于%LANG:,:和%。'; + return $cfg; +} + +/** + * Date Configuration + * @since 3.3 + */ +function qtranxf_default_date_format() +{ + $cfg = array(); + $cfg['en'] = '%A %B %e%q, %Y'; + $cfg['de'] = '%A, der %e. %B %Y'; + $cfg['zh'] = '%x %A'; + $cfg['ru'] = '%A %B %e%q, %Y'; + $cfg['fi'] = '%e.&m.%C'; + $cfg['fr'] = '%A %e %B %Y'; + $cfg['nl'] = '%d/%m/%y'; + $cfg['sv'] = '%Y-%m-%d'; + $cfg['it'] = '%e %B %Y'; + $cfg['ro'] = '%A, %e %B %Y'; + $cfg['hu'] = '%Y %B %e, %A'; + $cfg['ja'] = '%Y年%m月%d日'; + $cfg['es'] = '%d de %B de %Y'; + $cfg['vi'] = '%d/%m/%Y'; + $cfg['ar'] = '%d/%m/%Y'; + $cfg['pt'] = '%A,%e de %B de %Y'; + $cfg['pt-br'] = '%d de %B de %Y'; + $cfg['pl'] = '%d/%m/%y'; + $cfg['gl'] = '%d de %B de %Y'; + $cfg['tr'] = '%A %B %e%q, %Y'; + $cfg['et'] = '%A %B %e%q, %Y'; + $cfg['hr'] = '%d/%m/%Y'; + $cfg['eu'] = '%Y %B %e, %A'; + //$cfg['tw'] = '%x %A'; + return $cfg; +} + +/** + * Time Configuration + * @since 3.3 + */ +function qtranxf_default_time_format() +{ + $cfg = array(); + $cfg['en'] = '%I:%M %p'; + $cfg['de'] = '%H:%M'; + $cfg['zh'] = '%I:%M%p'; + $cfg['ru'] = '%H:%M'; + $cfg['fi'] = '%H:%M'; + $cfg['fr'] = '%H:%M'; + $cfg['nl'] = '%H:%M'; + $cfg['sv'] = '%H:%M'; + $cfg['it'] = '%H:%M'; + $cfg['ro'] = '%H:%M'; + $cfg['hu'] = '%H:%M'; + $cfg['ja'] = '%H:%M'; + $cfg['es'] = '%H:%M hrs.'; + $cfg['vi'] = '%H:%M'; + $cfg['ar'] = '%H:%M'; + $cfg['pt'] = '%H:%M'; + $cfg['pt-br'] = '%H:%M hrs.'; + $cfg['pl'] = '%H:%M'; + $cfg['gl'] = '%H:%M hrs.'; + $cfg['tr'] = '%H:%M'; + $cfg['et'] = '%H:%M'; + $cfg['hr'] = '%H:%M'; + $cfg['eu'] = '%H:%M'; + //$cfg['tw'] = '%I:%M%p'; + return $cfg; +} + +/** + * Flag images configuration + * Look in /flags/ directory for a huge list of flags for usage + * @since 3.3 + */ +function qtranxf_default_flag() +{ + $cfg = array(); + $cfg['en'] = 'gb.png'; + $cfg['de'] = 'de.png'; + $cfg['zh'] = 'cn.png'; + $cfg['ru'] = 'ru.png'; + $cfg['fi'] = 'fi.png'; + $cfg['fr'] = 'fr.png'; + $cfg['nl'] = 'nl.png'; + $cfg['sv'] = 'se.png'; + $cfg['it'] = 'it.png'; + $cfg['ro'] = 'ro.png'; + $cfg['hu'] = 'hu.png'; + $cfg['ja'] = 'jp.png'; + $cfg['es'] = 'es.png'; + $cfg['vi'] = 'vn.png'; + $cfg['ar'] = 'arle.png'; + $cfg['pt'] = 'pt.png'; + $cfg['pt-br'] = 'br.png'; + $cfg['pl'] = 'pl.png'; + $cfg['gl'] = 'galego.png'; + $cfg['tr'] = 'tr.png'; + $cfg['et'] = 'ee.png'; + $cfg['hr'] = 'hr.png'; + $cfg['eu'] = 'eu_ES.png'; + //$cfg['tw'] = 'tw.png'; + return $cfg; +} + +/** + * Full country names as locales for Windows systems + * @since 3.3 + */ +function qtranxf_default_windows_locale() +{ + $cfg = array(); + $cfg['aa'] = "Afar"; + $cfg['ab'] = "Abkhazian"; + $cfg['ae'] = "Avestan"; + $cfg['af'] = "Afrikaans"; + $cfg['am'] = "Amharic"; + $cfg['ar'] = "Arabic"; + $cfg['as'] = "Assamese"; + $cfg['ay'] = "Aymara"; + $cfg['az'] = "Azerbaijani"; + $cfg['ba'] = "Bashkir"; + $cfg['be'] = "Belarusian"; + $cfg['bg'] = "Bulgarian"; + $cfg['bh'] = "Bihari"; + $cfg['bi'] = "Bislama"; + $cfg['bn'] = "Bengali"; + $cfg['bo'] = "Tibetan"; + $cfg['br'] = "Breton"; + $cfg['bs'] = "Bosnian"; + $cfg['ca'] = "Catalan"; + $cfg['ce'] = "Chechen"; + $cfg['ch'] = "Chamorro"; + $cfg['co'] = "Corsican"; + $cfg['cs'] = "Czech"; + $cfg['cu'] = "Church Slavic"; + $cfg['cv'] = "Chuvash"; + $cfg['cy'] = "Welsh"; + $cfg['da'] = "Danish"; + $cfg['de'] = "German"; + $cfg['dz'] = "Dzongkha"; + $cfg['el'] = "Greek"; + $cfg['en'] = "English"; + $cfg['eo'] = "Esperanto"; + $cfg['es'] = "Spanish"; + $cfg['et'] = "Estonian"; + $cfg['eu'] = "Basque"; + $cfg['fa'] = "Persian"; + $cfg['fi'] = "Finnish"; + $cfg['fj'] = "Fijian"; + $cfg['fo'] = "Faeroese"; + $cfg['fr'] = "French"; + $cfg['fy'] = "Frisian"; + $cfg['ga'] = "Irish"; + $cfg['gd'] = "Gaelic (Scots)"; + $cfg['gl'] = "Gallegan"; + $cfg['gn'] = "Guarani"; + $cfg['gu'] = "Gujarati"; + $cfg['gv'] = "Manx"; + $cfg['ha'] = "Hausa"; + $cfg['he'] = "Hebrew"; + $cfg['hi'] = "Hindi"; + $cfg['ho'] = "Hiri Motu"; + $cfg['hr'] = "Croatian"; + $cfg['hu'] = "Hungarian"; + $cfg['hy'] = "Armenian"; + $cfg['hz'] = "Herero"; + $cfg['ia'] = "Interlingua"; + $cfg['id'] = "Indonesian"; + $cfg['ie'] = "Interlingue"; + $cfg['ik'] = "Inupiaq"; + $cfg['is'] = "Icelandic"; + $cfg['it'] = "Italian"; + $cfg['iu'] = "Inuktitut"; + $cfg['ja'] = "Japanese"; + $cfg['jw'] = "Javanese"; + $cfg['ka'] = "Georgian"; + $cfg['ki'] = "Kikuyu"; + $cfg['kj'] = "Kuanyama"; + $cfg['kk'] = "Kazakh"; + $cfg['kl'] = "Kalaallisut"; + $cfg['km'] = "Khmer"; + $cfg['kn'] = "Kannada"; + $cfg['ko'] = "Korean"; + $cfg['ks'] = "Kashmiri"; + $cfg['ku'] = "Kurdish"; + $cfg['kv'] = "Komi"; + $cfg['kw'] = "Cornish"; + $cfg['ky'] = "Kirghiz"; + $cfg['la'] = "Latin"; + $cfg['lb'] = "Letzeburgesch"; + $cfg['ln'] = "Lingala"; + $cfg['lo'] = "Lao"; + $cfg['lt'] = "Lithuanian"; + $cfg['lv'] = "Latvian"; + $cfg['mg'] = "Malagasy"; + $cfg['mh'] = "Marshall"; + $cfg['mi'] = "Maori"; + $cfg['mk'] = "Macedonian"; + $cfg['ml'] = "Malayalam"; + $cfg['mn'] = "Mongolian"; + $cfg['mo'] = "Moldavian"; + $cfg['mr'] = "Marathi"; + $cfg['ms'] = "Malay"; + $cfg['mt'] = "Maltese"; + $cfg['my'] = "Burmese"; + $cfg['na'] = "Nauru"; + $cfg['nb'] = "Norwegian Bokmal"; + $cfg['nd'] = "Ndebele, North"; + $cfg['ne'] = "Nepali"; + $cfg['ng'] = "Ndonga"; + $cfg['nl'] = "Dutch"; + $cfg['nn'] = "Norwegian Nynorsk"; + $cfg['no'] = "Norwegian"; + $cfg['nr'] = "Ndebele, South"; + $cfg['nv'] = "Navajo"; + $cfg['ny'] = "Chichewa; Nyanja"; + $cfg['oc'] = "Occitan (post 1500)"; + $cfg['om'] = "Oromo"; + $cfg['or'] = "Oriya"; + $cfg['os'] = "Ossetian; Ossetic"; + $cfg['pa'] = "Panjabi"; + $cfg['pi'] = "Pali"; + $cfg['pl'] = "Polish"; + $cfg['ps'] = "Pushto"; + $cfg['pt'] = "Portuguese"; + $cfg['pt-br'] = "Brazilian Portuguese"; + $cfg['qu'] = "Quechua"; + $cfg['rm'] = "Rhaeto-Romance"; + $cfg['rn'] = "Rundi"; + $cfg['ro'] = "Romanian"; + $cfg['ru'] = "Russian"; + $cfg['rw'] = "Kinyarwanda"; + $cfg['sa'] = "Sanskrit"; + $cfg['sc'] = "Sardinian"; + $cfg['sd'] = "Sindhi"; + $cfg['se'] = "Sami"; + $cfg['sg'] = "Sango"; + $cfg['si'] = "Sinhalese"; + $cfg['sk'] = "Slovak"; + $cfg['sl'] = "Slovenian"; + $cfg['sm'] = "Samoan"; + $cfg['sn'] = "Shona"; + $cfg['so'] = "Somali"; + $cfg['sq'] = "Albanian"; + $cfg['sr'] = "Serbian"; + $cfg['ss'] = "Swati"; + $cfg['st'] = "Sotho"; + $cfg['su'] = "Sundanese"; + $cfg['sv'] = "Swedish"; + $cfg['sw'] = "Swahili"; + $cfg['ta'] = "Tamil"; + $cfg['te'] = "Telugu"; + $cfg['tg'] = "Tajik"; + $cfg['th'] = "Thai"; + $cfg['ti'] = "Tigrinya"; + $cfg['tk'] = "Turkmen"; + $cfg['tl'] = "Tagalog"; + $cfg['tn'] = "Tswana"; + $cfg['to'] = "Tonga"; + $cfg['tr'] = "Turkish"; + $cfg['ts'] = "Tsonga"; + $cfg['tt'] = "Tatar"; + $cfg['tw'] = "Twi"; + $cfg['ug'] = "Uighur"; + $cfg['uk'] = "Ukrainian"; + $cfg['ur'] = "Urdu"; + $cfg['uz'] = "Uzbek"; + $cfg['vi'] = "Vietnamese"; + $cfg['vo'] = "Volapuk"; + $cfg['wo'] = "Wolof"; + $cfg['xh'] = "Xhosa"; + $cfg['yi'] = "Yiddish"; + $cfg['yo'] = "Yoruba"; + $cfg['za'] = "Zhuang"; + $cfg['zh'] = "Chinese"; + $cfg['zu'] = "Zulu"; + return $cfg; +} + +function qtranxf_language_predefined($lang) +{ + $language_names = qtranxf_default_language_name(); + return isset($language_names[$lang]); +} + +function qtranxf_language_configured($prop,$opn=null) +{ + global $qtranslate_options; + $val = call_user_func('qtranxf_default_'.$prop); + if(!$opn){ + if(isset($qtranslate_options['languages'][$prop])){ + $opn = $qtranslate_options['languages'][$prop]; + }else{ + $opn = 'qtranslate_'.$prop; + } + } + $opt = get_option($opn,array()); + if($opt){ + $val = array_merge($val,$opt); + } + return $val; +} + +/** + * Fill merged array of stored and pre-defined language properties + * @since 3.3 + */ +function qtranxf_languages_configured(&$cfg) +{ + global $qtranslate_options; + //$cfg = array(); + foreach($qtranslate_options['languages'] as $nm => $opn){ + $cfg[$nm] = qtranxf_language_configured($nm,$opn); + } + //$cfg['windows_locale'] = qtranxf_language_configured('windows_locale'); + return $cfg; +} + +/** + * Load enabled languages properties from database + * @since 3.3 + */ +function qtranxf_load_languages_enabled() +{ + global $q_config, $qtranslate_options; + foreach($qtranslate_options['languages'] as $nm => $opn){ + $f = 'qtranxf_default_'.$nm; + $val = qtranxf_load_option_func($nm,$opn,$f); + $def = null; + foreach($q_config['enabled_languages'] as $lang){ + if(isset($q_config[$nm][$lang])) continue; + if(is_null($def) && function_exists($f)) $def = call_user_func($f); + $q_config[$nm][$lang] = isset($def[$lang]) ? $def[$lang] : ''; + } + } + //$locales = qtranxf_default_windows_locale(); + //foreach($q_config['enabled_languages'] as $lang){ + // $q_config['windows_locale'][$lang] = $locales[$lang]; + //} +} + +/** + * Load enabled languages properties from database + * @since 3.3 + */ +function qtranxf_default_lsb_style_wrap_class() +{ + global $q_config; + switch($q_config['lsb_style']){ + case 'Tabs_in_Block.css': return 'qtranxs-lang-switch-wrap wp-ui-primary'; + default: return 'qtranxs-lang-switch-wrap'; + } +} + +/** + * Load enabled languages properties from database + * @since 3.3 + */ +function qtranxf_default_lsb_style_active_class() +{ + global $q_config; + switch($q_config['lsb_style']){ + case 'Tabs_in_Block.css': return 'wp-ui-highlight'; + default: return 'active'; + } +} diff --git a/qtranslate_utils.php b/qtranslate_utils.php index 7416109..c6e14f3 100644 --- a/qtranslate_utils.php +++ b/qtranslate_utils.php @@ -168,6 +168,7 @@ function qtranxf_copy_url_info($urlinfo) { if(isset($urlinfo['pass'])) $r['pass'] = $urlinfo['pass']; if(isset($urlinfo['host'])) $r['host'] = $urlinfo['host']; if(isset($urlinfo['path-base'])) $r['path-base'] = $urlinfo['path-base']; + if(isset($urlinfo['path-base-length'])) $r['path-base-length'] = $urlinfo['path-base-length']; if(isset($urlinfo['wp-path'])) $r['wp-path'] = $urlinfo['wp-path']; if(isset($urlinfo['query'])) $r['query'] = $urlinfo['query']; if(isset($urlinfo['fragment'])) $r['fragment'] = $urlinfo['fragment']; diff --git a/readme.txt b/readme.txt index b3561f5..d5d7b32 100644 --- a/readme.txt +++ b/readme.txt @@ -245,7 +245,14 @@ One can find the original qTranslate FAQ [here](https://wordpress.org/plugins/qt ## Changelog ## +### 3.2.9.2 ### +* Feature: option "LSB Style" to customize Language Switching Buttons style. +* Feature: after the first activation, the current WordPress active language becomes the default one for qTranslate-X, instead of English. No other languages are added anymore. +* Improvement: option load and save algorithm re-designed. +* Fix: special cases for function `convertURL`. + ### 3.2.9.1 ### +* Feature: Option "Highlight Style". Thanks to [Michel Weimerskirch](https://github.com/mweimerskirch). * Fix: handling of relative urls in qtranxf_convertURL. * Fix: default locale for Estonian is 'et_EE'. * Improvement: more on 'URL Modification Mode' option Per-Domain.
- ID ) ); ?> />
- + ID, 'qtranslate_highlight_disabled', true ) ); ?> /> + '.__('Highlight Style', 'qtranslate').'"'); ?>