Version Description
stable =
* Includes all changes after version 3.1.
* Translation: Dutch (nl_NL) po/mo updated, thanks to Marius Siroen.
* Improvement: add_filter('term_description')
at front-end. Thanks to josk79.
Download this release
Release Info
Developer | johnclause |
Plugin | ![]() |
Version | 3.2 |
Comparing to | |
See all releases |
Code changes from version 3.1 to 3.2
- admin/activation_hook.php +8 -2
- admin/admin_utils.php +174 -35
- admin/import_export.php +9 -4
- admin/js/common.js +23 -17
- admin/js/common.min.js +1 -1
- flags/eu_ES.png +0 -0
- lang/qtranslate-az_AZ.mo +0 -0
- lang/qtranslate-az_AZ.po +19 -12
- lang/qtranslate-bg_BG.mo +0 -0
- lang/qtranslate-bg_BG.po +19 -12
- lang/qtranslate-cs_CZ.mo +0 -0
- lang/qtranslate-cs_CZ.po +19 -12
- lang/qtranslate-da_DK.mo +0 -0
- lang/qtranslate-da_DK.po +19 -12
- lang/qtranslate-de_DE.mo +0 -0
- lang/qtranslate-de_DE.po +35 -31
- lang/qtranslate-eo.mo +0 -0
- lang/qtranslate-eo.po +19 -12
- lang/qtranslate-es_CA.mo +0 -0
- lang/qtranslate-es_CA.po +19 -12
- lang/qtranslate-es_ES.mo +0 -0
- lang/qtranslate-es_ES.po +19 -12
- lang/qtranslate-fr_FR.mo +0 -0
- lang/qtranslate-fr_FR.po +19 -12
- lang/qtranslate-hr_HR.mo +0 -0
- lang/qtranslate-hr_HR.po +19 -12
- lang/qtranslate-hu_HU.mo +0 -0
- lang/qtranslate-hu_HU.po +102 -247
- lang/qtranslate-id_ID.mo +0 -0
- lang/qtranslate-id_ID.po +19 -12
- lang/qtranslate-it_IT.mo +0 -0
- lang/qtranslate-it_IT.po +19 -12
- lang/qtranslate-ja_JP.mo +0 -0
- lang/qtranslate-ja_JP.po +19 -12
- lang/qtranslate-mk_MK.mo +0 -0
- lang/qtranslate-mk_MK.po +19 -12
- lang/qtranslate-ms_MY.mo +0 -0
- lang/qtranslate-ms_MY.po +19 -12
- lang/qtranslate-nl_NL.mo +0 -0
- lang/qtranslate-nl_NL.po +581 -151
- lang/qtranslate-pl_PL.mo +0 -0
- lang/qtranslate-pl_PL.po +19 -12
- lang/qtranslate-pt_BR.mo +0 -0
- lang/qtranslate-pt_BR.po +19 -12
- lang/qtranslate-pt_PT.mo +0 -0
- lang/qtranslate-pt_PT.po +40 -34
- lang/qtranslate-ro_RO.mo +0 -0
- lang/qtranslate-ro_RO.po +19 -12
- lang/qtranslate-ru_RU.mo +0 -0
- lang/qtranslate-ru_RU.po +24 -18
- lang/qtranslate-sr_RS.mo +0 -0
- lang/qtranslate-sr_RS.po +19 -12
- lang/qtranslate-sv_SE.mo +0 -0
- lang/qtranslate-sv_SE.po +19 -12
- lang/qtranslate-tr_TR.mo +0 -0
- lang/qtranslate-tr_TR.po +19 -12
- lang/qtranslate-zh_CN.mo +0 -0
- lang/qtranslate-zh_CN.po +19 -12
- lang/qtranslate.pot +20 -13
- qtranslate.php +61 -42
- qtranslate_compatibility.php +21 -15
- qtranslate_configuration.css +9 -0
- qtranslate_configuration.php +29 -12
- qtranslate_core.php +48 -34
- qtranslate_frontend.php +15 -2
- qtranslate_hooks.php +1 -1
- qtranslate_utils.php +16 -1
- qtranslate_widget.php +1 -0
- readme.txt +32 -5
admin/activation_hook.php
CHANGED
@@ -34,11 +34,12 @@ function qtranxf_admin_notice_deactivate_plugin($nm,$plugin)
|
|
34 |
$imported=true;
|
35 |
}
|
36 |
}
|
|
|
37 |
$msg=sprintf(__('Activation of plugin %s deactivated plugin %s since they cannot run simultaneously.', 'qtranslate'), $qtxlink, $link).' ';
|
38 |
if($imported){
|
39 |
-
$msg.=sprintf(__('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', 'qtranslate'), $nm, $qtxnm, $qtxnm,
|
40 |
}else{
|
41 |
-
$msg.=sprintf(__('You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s', 'qtranslate'), $nm, $qtxnm, $qtxnm, '</
|
42 |
}
|
43 |
//$nonce=wp_create_nonce('deactivate-plugin_'.$plugin);
|
44 |
//$msg=sprintf(__('Plugin %s cannot run concurrently with %s, please %sdeactivate %s%s. You may import compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.','qtranslate'),$qtxlink,$link,'<a href="'.admin_url('plugins.php?action=deactivate&plugin='.encode($plugin).'&plugin_status=all&paged=1&s&_wpnonce='.$nonce.'">',$nm,'</a>',$nm,$qtxnm,$qtxnm);
|
@@ -132,6 +133,9 @@ function qtranxf_admin_notice_plugin_conflict($title,$plugin)
|
|
132 |
$link='<a href="https://wordpress.org/plugins/'.dirname($plugin).'/" style="color:magenta" target="_blank">'.$title.'</a>';
|
133 |
echo '<div class="error"><p style="font-size: larger">';
|
134 |
printf(__('%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/<a href="%s">Languages</a> configuration page. Then you have to deactivate one of the plugins to continue.','qtranslate'),'<span style="color:red"><strong>','</strong></span>',$me,$link,'qTranslate‑X',$title,admin_url('options-general.php?page=qtranslate-x'), 'qtranslate');
|
|
|
|
|
|
|
135 |
$nonce=wp_create_nonce('deactivate-plugin_'.$plugin);
|
136 |
echo '</p><p> <a class="button" href="'.admin_url('plugins.php?action=deactivate&plugin='.urlencode($plugin).'&plugin_status=all&paged=1&s&_wpnonce='.$nonce).'"><strong>'.sprintf(__('Deactivate %s', 'qtranslate'), '<span style="color:magenta">'.$title.'</span>').'</strong></a>';
|
137 |
$nonce=wp_create_nonce('deactivate-plugin_qtranslate-x/qtranslate.php');
|
@@ -148,6 +152,7 @@ function qtranxf_admin_notices_plugin_conflicts()
|
|
148 |
}
|
149 |
add_action('admin_notices', 'qtranxf_admin_notices_plugin_conflicts');
|
150 |
|
|
|
151 |
function qtranxf_admin_notices_survey_request()
|
152 |
{
|
153 |
$messages = get_option('qtranslate_admin_notices');
|
@@ -173,6 +178,7 @@ function qtranxf_admin_notices_survey_request()
|
|
173 |
}
|
174 |
add_action('admin_notices', 'qtranxf_admin_notices_survey_request');
|
175 |
|
|
|
176 |
function qtranxf_ajax_qtranslate_admin_notice()
|
177 |
{
|
178 |
if(!isset($_POST['notice_id'])) return;
|
34 |
$imported=true;
|
35 |
}
|
36 |
}
|
37 |
+
$s = '</p><p>'.sprintf(__('It might be a good idea to review %smigration instructions%s, if you have not yet done so.', 'qtranslate'),'<a href="https://qtranslatexteam.wordpress.com/2015/02/24/migration-from-other-multilingual-plugins/" target="_blank">','</a>').'</p><p><a class="button" href="">';
|
38 |
$msg=sprintf(__('Activation of plugin %s deactivated plugin %s since they cannot run simultaneously.', 'qtranslate'), $qtxlink, $link).' ';
|
39 |
if($imported){
|
40 |
+
$msg.=sprintf(__('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', 'qtranslate'), $nm, $qtxnm, $qtxnm, $s, '</a>');
|
41 |
}else{
|
42 |
+
$msg.=sprintf(__('You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s', 'qtranslate'), $nm, $qtxnm, $qtxnm, $s, '</a>');
|
43 |
}
|
44 |
//$nonce=wp_create_nonce('deactivate-plugin_'.$plugin);
|
45 |
//$msg=sprintf(__('Plugin %s cannot run concurrently with %s, please %sdeactivate %s%s. You may import compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.','qtranslate'),$qtxlink,$link,'<a href="'.admin_url('plugins.php?action=deactivate&plugin='.encode($plugin).'&plugin_status=all&paged=1&s&_wpnonce='.$nonce.'">',$nm,'</a>',$nm,$qtxnm,$qtxnm);
|
133 |
$link='<a href="https://wordpress.org/plugins/'.dirname($plugin).'/" style="color:magenta" target="_blank">'.$title.'</a>';
|
134 |
echo '<div class="error"><p style="font-size: larger">';
|
135 |
printf(__('%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/<a href="%s">Languages</a> configuration page. Then you have to deactivate one of the plugins to continue.','qtranslate'),'<span style="color:red"><strong>','</strong></span>',$me,$link,'qTranslate‑X',$title,admin_url('options-general.php?page=qtranslate-x'), 'qtranslate');
|
136 |
+
echo ' ';
|
137 |
+
printf(__('It might be a good idea to review %smigration instructions%s, if you have not yet done so.', 'qtranslate'),'<a href="https://qtranslatexteam.wordpress.com/2015/02/24/migration-from-other-multilingual-plugins/" target="_blank">','</a>');
|
138 |
+
|
139 |
$nonce=wp_create_nonce('deactivate-plugin_'.$plugin);
|
140 |
echo '</p><p> <a class="button" href="'.admin_url('plugins.php?action=deactivate&plugin='.urlencode($plugin).'&plugin_status=all&paged=1&s&_wpnonce='.$nonce).'"><strong>'.sprintf(__('Deactivate %s', 'qtranslate'), '<span style="color:magenta">'.$title.'</span>').'</strong></a>';
|
141 |
$nonce=wp_create_nonce('deactivate-plugin_qtranslate-x/qtranslate.php');
|
152 |
}
|
153 |
add_action('admin_notices', 'qtranxf_admin_notices_plugin_conflicts');
|
154 |
|
155 |
+
|
156 |
function qtranxf_admin_notices_survey_request()
|
157 |
{
|
158 |
$messages = get_option('qtranslate_admin_notices');
|
178 |
}
|
179 |
add_action('admin_notices', 'qtranxf_admin_notices_survey_request');
|
180 |
|
181 |
+
|
182 |
function qtranxf_ajax_qtranslate_admin_notice()
|
183 |
{
|
184 |
if(!isset($_POST['notice_id'])) return;
|
admin/admin_utils.php
CHANGED
@@ -22,22 +22,49 @@ function qtranxf_detect_admin_language($url_info) {
|
|
22 |
add_filter('qtranslate_detect_admin_language','qtranxf_detect_admin_language');
|
23 |
|
24 |
function qtranxf_convert_to_b($text) {
|
25 |
-
global $q_config;
|
26 |
$blocks = qtranxf_get_language_blocks($text);
|
27 |
if( count($blocks) > 1 ){
|
28 |
foreach($blocks as $key => $b){
|
29 |
if(empty($b)) unset($blocks[$key]);
|
30 |
}
|
31 |
}
|
32 |
-
if( count($blocks)
|
33 |
-
$
|
34 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
}
|
|
|
36 |
return $text;
|
37 |
}
|
38 |
|
39 |
function qtranxf_convert_to_b_no_closing($text) {
|
40 |
-
global $q_config;
|
41 |
$blocks = qtranxf_get_language_blocks($text);
|
42 |
if( count($blocks) > 1 ){
|
43 |
foreach($blocks as $key => $b){
|
@@ -52,7 +79,6 @@ function qtranxf_convert_to_b_no_closing($text) {
|
|
52 |
}
|
53 |
|
54 |
function qtranxf_convert_to_c($text) {
|
55 |
-
global $q_config;
|
56 |
$blocks = qtranxf_get_language_blocks($text);
|
57 |
if( count($blocks) > 1 ){
|
58 |
foreach($blocks as $key => $b){
|
@@ -66,47 +92,160 @@ function qtranxf_convert_to_c($text) {
|
|
66 |
return $text;
|
67 |
}
|
68 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
function qtranxf_convert_database($action){
|
70 |
global $wpdb;
|
71 |
$wpdb->show_errors();
|
72 |
-
|
73 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
switch($action){
|
75 |
case 'b_only':
|
76 |
-
foreach($result as $
|
77 |
-
|
78 |
-
$
|
79 |
-
$
|
80 |
-
|
81 |
-
|
|
|
|
|
|
|
|
|
|
|
82 |
}
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
89 |
}
|
90 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
case 'c_dual':
|
92 |
-
foreach($result as $
|
93 |
-
$title=qtranxf_convert_to_c($
|
94 |
-
$content=qtranxf_convert_to_c($
|
95 |
-
$excerpt=qtranxf_convert_to_c($
|
96 |
-
if( $title==$
|
97 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
}
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
|
|
|
|
|
|
|
|
105 |
}
|
106 |
-
|
107 |
default: break;
|
108 |
}
|
109 |
-
return '';
|
110 |
}
|
111 |
|
112 |
function qtranxf_mark_default($text) {
|
22 |
add_filter('qtranslate_detect_admin_language','qtranxf_detect_admin_language');
|
23 |
|
24 |
function qtranxf_convert_to_b($text) {
|
|
|
25 |
$blocks = qtranxf_get_language_blocks($text);
|
26 |
if( count($blocks) > 1 ){
|
27 |
foreach($blocks as $key => $b){
|
28 |
if(empty($b)) unset($blocks[$key]);
|
29 |
}
|
30 |
}
|
31 |
+
if( count($blocks) <= 1 )
|
32 |
+
return $text;
|
33 |
+
|
34 |
+
$text='';
|
35 |
+
$lang = false;
|
36 |
+
$lang_closed = true;
|
37 |
+
foreach($blocks as $block) {
|
38 |
+
if(preg_match("#^<!--:([a-z]{2})-->$#ism", $block, $matches)) {
|
39 |
+
$lang_closed = false;
|
40 |
+
$lang = $matches[1];
|
41 |
+
$text .= '[:'.$lang.']';
|
42 |
+
continue;
|
43 |
+
} elseif(preg_match("#^\[:([a-z]{2})\]$#ism", $block, $matches)) {
|
44 |
+
$lang_closed = false;
|
45 |
+
$lang = $matches[1];
|
46 |
+
$text .= '[:'.$lang.']';
|
47 |
+
continue;
|
48 |
+
}
|
49 |
+
switch($block){
|
50 |
+
case '[:]':
|
51 |
+
case '<!--:-->':
|
52 |
+
$lang = false;
|
53 |
+
break;
|
54 |
+
default:
|
55 |
+
if( !$lang && !$lang_closed ){
|
56 |
+
$text .= '[:]';
|
57 |
+
$lang_closed = true;
|
58 |
+
}
|
59 |
+
$text .= $block;
|
60 |
+
break;
|
61 |
+
}
|
62 |
}
|
63 |
+
$text .= '[:]';
|
64 |
return $text;
|
65 |
}
|
66 |
|
67 |
function qtranxf_convert_to_b_no_closing($text) {
|
|
|
68 |
$blocks = qtranxf_get_language_blocks($text);
|
69 |
if( count($blocks) > 1 ){
|
70 |
foreach($blocks as $key => $b){
|
79 |
}
|
80 |
|
81 |
function qtranxf_convert_to_c($text) {
|
|
|
82 |
$blocks = qtranxf_get_language_blocks($text);
|
83 |
if( count($blocks) > 1 ){
|
84 |
foreach($blocks as $key => $b){
|
92 |
return $text;
|
93 |
}
|
94 |
|
95 |
+
function qtranxf_convert_to_b_deep($text) {
|
96 |
+
if(is_array($text)) {
|
97 |
+
foreach($text as $key => $t) {
|
98 |
+
$text[$key] = qtranxf_convert_to_b_deep($t);
|
99 |
+
}
|
100 |
+
return $text;
|
101 |
+
}
|
102 |
+
|
103 |
+
if( is_object($text) || $text instanceof __PHP_Incomplete_Class ) {
|
104 |
+
foreach(get_object_vars($text) as $key => $t) {
|
105 |
+
$text->$key = qtranxf_convert_to_b_deep($t);
|
106 |
+
}
|
107 |
+
return $text;
|
108 |
+
}
|
109 |
+
|
110 |
+
if(!is_string($text) || empty($text))
|
111 |
+
return $text;
|
112 |
+
|
113 |
+
return qtranxf_convert_to_b($text);
|
114 |
+
}
|
115 |
+
|
116 |
+
function qtranxf_convert_to_b_no_closing_deep($text) {
|
117 |
+
if(is_array($text)) {
|
118 |
+
foreach($text as $key => $t) {
|
119 |
+
$text[$key] = qtranxf_convert_to_b_no_closing_deep($t);
|
120 |
+
}
|
121 |
+
return $text;
|
122 |
+
}
|
123 |
+
|
124 |
+
if( is_object($text) || $text instanceof __PHP_Incomplete_Class ) {
|
125 |
+
foreach(get_object_vars($text) as $key => $t) {
|
126 |
+
$text->$key = qtranxf_convert_to_b_no_closing_deep($t);
|
127 |
+
}
|
128 |
+
return $text;
|
129 |
+
}
|
130 |
+
|
131 |
+
if(!is_string($text) || empty($text))
|
132 |
+
return $text;
|
133 |
+
|
134 |
+
return qtranxf_convert_to_b_no_closing($text);
|
135 |
+
}
|
136 |
+
|
137 |
function qtranxf_convert_database($action){
|
138 |
global $wpdb;
|
139 |
$wpdb->show_errors();
|
140 |
+
qtranxf_convert_database_options($action);
|
141 |
+
qtranxf_convert_database_posts($action);
|
142 |
+
qtranxf_convert_database_postmeta($action);
|
143 |
+
switch($action){
|
144 |
+
case 'b_only':
|
145 |
+
return __('Database has been converted to square bracket format.', 'qtranslate').'<br/>'.__('Note: custom entries are not touched.', 'qtranslate');
|
146 |
+
case 'c_dual':
|
147 |
+
return __('Database has been converted to legacy dual-tag format.', 'qtranslate').'<br/>'.__('Note: custom entries are not touched.', 'qtranslate');
|
148 |
+
default: return '';
|
149 |
+
}
|
150 |
+
}
|
151 |
+
|
152 |
+
function qtranxf_convert_database_options($action){
|
153 |
+
global $wpdb;
|
154 |
+
$result = $wpdb->get_results('SELECT option_id, option_value FROM '.$wpdb->options);
|
155 |
+
if(!$result) return;
|
156 |
switch($action){
|
157 |
case 'b_only':
|
158 |
+
foreach($result as $row) {
|
159 |
+
if(!preg_match('/(<!--:[a-z]{2}-->|\[:[a-z]{2}\])/im',$row->option_value)) continue;
|
160 |
+
$value = maybe_unserialize($row->option_value);
|
161 |
+
$value_converted=qtranxf_convert_to_b_deep($value);
|
162 |
+
$value_serialized = maybe_serialize($value_converted);
|
163 |
+
if($value_serialized === $row->option_value) continue;
|
164 |
+
//Since 3.2-b3: Replaced mysql_real_escape_string with $wpdb->prepare
|
165 |
+
$wpdb->query($wpdb->prepare('UPDATE '.$wpdb->options.' set option_value = %s WHERE option_id = %d', $value_serialized, $row->option_id));
|
166 |
+
//Old Line:
|
167 |
+
//$wpdb->query('UPDATE '.$wpdb->options.' set option_value = "'.mysql_real_escape_string($value_serialized).'" WHERE option_id='.$row->option_id);
|
168 |
+
//End Changes
|
169 |
}
|
170 |
+
break;
|
171 |
+
case 'c_dual':
|
172 |
+
foreach($result as $row) {
|
173 |
+
if(!preg_match('/(<!--:[a-z]{2}-->|\[:[a-z]{2}\])/im',$row->option_value)) continue;
|
174 |
+
$value = maybe_unserialize($row->option_value);
|
175 |
+
$value_converted=qtranxf_convert_to_b_no_closing_deep($value);
|
176 |
+
$value_serialized = maybe_serialize($value_converted);
|
177 |
+
if($value_serialized === $row->option_value) continue;
|
178 |
+
//Since 3.2-b3: Replaced mysql_real_escape_string with $wpdb->prepare
|
179 |
+
$wpdb->query($wpdb->prepare('UPDATE '.$wpdb->options.' set option_value = %s WHERE option_id = %d', $value_serialized, $row->option_id));
|
180 |
+
//Old Line:
|
181 |
+
//$wpdb->query('UPDATE '.$wpdb->options.' set option_value = "'.mysql_real_escape_string($value_serialized).'" WHERE option_id='.$row->option_id);
|
182 |
+
//End Changes
|
183 |
}
|
184 |
+
break;
|
185 |
+
default: break;
|
186 |
+
}
|
187 |
+
}
|
188 |
+
|
189 |
+
function qtranxf_convert_database_posts($action){
|
190 |
+
global $wpdb;
|
191 |
+
$result = $wpdb->get_results('SELECT ID, post_title, post_content, post_excerpt FROM '.$wpdb->posts);
|
192 |
+
if(!$result) return;
|
193 |
+
switch($action){
|
194 |
+
case 'b_only':
|
195 |
+
foreach($result as $row) {
|
196 |
+
$title=qtranxf_convert_to_b($row->post_title);
|
197 |
+
$content=qtranxf_convert_to_b($row->post_content);
|
198 |
+
$excerpt=qtranxf_convert_to_b($row->post_excerpt);
|
199 |
+
if( $title==$row->post_title && $content==$row->post_content && $excerpt==$row->post_excerpt ) continue;
|
200 |
+
//Since 3.2-b3: Replaced mysql_real_escape_string with $wpdb->prepare
|
201 |
+
$wpdb->query($wpdb->prepare('UPDATE '.$wpdb->posts.' set post_content = %s, post_title = %s, post_excerpt = %s WHERE ID = %d',$content, $title, $excerpt, $row->ID));
|
202 |
+
//$wpdb->query('UPDATE '.$wpdb->posts.' set post_content = "'.mysql_real_escape_string($content).'", post_title = "'.mysql_real_escape_string($title).'", post_excerpt = "'.mysql_real_escape_string($excerpt).'" WHERE ID='.$row->ID);
|
203 |
+
}
|
204 |
+
break;
|
205 |
case 'c_dual':
|
206 |
+
foreach($result as $row) {
|
207 |
+
$title=qtranxf_convert_to_c($row->post_title);
|
208 |
+
$content=qtranxf_convert_to_c($row->post_content);
|
209 |
+
$excerpt=qtranxf_convert_to_c($row->post_excerpt);
|
210 |
+
if( $title==$row->post_title && $content==$row->post_content && $excerpt==$row->post_excerpt ) continue;
|
211 |
+
//Since 3.2-b3: Replaced mysql_real_escape_string with $wpdb->prepare
|
212 |
+
$wpdb->query($wpdb->prepare('UPDATE '.$wpdb->posts.' set post_content = %s, post_title = %s, post_excerpt = %s WHERE ID = %d',$content, $title, $excerpt, $row->ID));
|
213 |
+
//$wpdb->query('UPDATE '.$wpdb->posts.' set post_content = "'.mysql_real_escape_string($content).'", post_title = "'.mysql_real_escape_string($title).'", post_excerpt = "'.mysql_real_escape_string($excerpt).'" WHERE ID='.$row->ID);
|
214 |
+
}
|
215 |
+
break;
|
216 |
+
default: break;
|
217 |
+
}
|
218 |
+
}
|
219 |
+
|
220 |
+
function qtranxf_convert_database_postmeta($action){
|
221 |
+
global $wpdb;
|
222 |
+
$result = $wpdb->get_results('SELECT meta_id, meta_value FROM '.$wpdb->postmeta);
|
223 |
+
if(!$result) return;
|
224 |
+
switch($action){
|
225 |
+
case 'b_only':
|
226 |
+
foreach($result as $row) {
|
227 |
+
if(!preg_match('/(<!--:[a-z]{2}-->|\[:[a-z]{2}\])/im',$row->meta_value)) continue;
|
228 |
+
$value = maybe_unserialize($row->meta_value);
|
229 |
+
$value_converted=qtranxf_convert_to_b_deep($value);
|
230 |
+
$value_serialized = maybe_serialize($value_converted);
|
231 |
+
if($value_serialized === $row->meta_value) continue;
|
232 |
+
$wpdb->query($wpdb->prepare('UPDATE '.$wpdb->postmeta.' set meta_value = %s WHERE meta_id = %d', $value_serialized, $row->meta_id));
|
233 |
+
//$wpdb->query('UPDATE '.$wpdb->postmeta.' set meta_value = "'.mysql_real_escape_string($value_serialized).'" WHERE meta_id='.$row->meta_id);
|
234 |
}
|
235 |
+
break;
|
236 |
+
case 'c_dual':
|
237 |
+
foreach($result as $row) {
|
238 |
+
if(!preg_match('/(<!--:[a-z]{2}-->|\[:[a-z]{2}\])/im',$row->meta_value)) continue;
|
239 |
+
$value = maybe_unserialize($row->meta_value);
|
240 |
+
$value_converted=qtranxf_convert_to_b_no_closing_deep($value);
|
241 |
+
$value_serialized = maybe_serialize($value_converted);
|
242 |
+
if($value_serialized === $row->meta_value) continue;
|
243 |
+
$wpdb->query($wpdb->prepare('UPDATE '.$wpdb->postmeta.' set meta_value = %s WHERE meta_id = %d', $value_serialized, $row->meta_id));
|
244 |
+
//$wpdb->query('UPDATE '.$wpdb->postmeta.' set meta_value = "'.mysql_real_escape_string($value_serialized).'" WHERE meta_id='.$row->meta_id);
|
245 |
}
|
246 |
+
break;
|
247 |
default: break;
|
248 |
}
|
|
|
249 |
}
|
250 |
|
251 |
function qtranxf_mark_default($text) {
|
admin/import_export.php
CHANGED
@@ -53,6 +53,7 @@ function qtranxf_migrate_options_copy($nm_to,$nm_from)
|
|
53 |
$name = $option->option_name;
|
54 |
//skip new qTranslate-X specific options
|
55 |
switch($name){
|
|
|
56 |
case 'qtranslate_admin_notices':
|
57 |
case 'qtranslate_domains':
|
58 |
case 'qtranslate_editor_mode':
|
@@ -63,6 +64,7 @@ function qtranxf_migrate_options_copy($nm_to,$nm_from)
|
|
63 |
continue;
|
64 |
default: break;
|
65 |
}
|
|
|
66 |
$value = maybe_unserialize($option->option_value);
|
67 |
if(strpos($name,'_flag_location')>0) continue;
|
68 |
$nm = str_replace($nm_from,$nm_to,$name);
|
@@ -70,7 +72,10 @@ function qtranxf_migrate_options_copy($nm_to,$nm_from)
|
|
70 |
}
|
71 |
}
|
72 |
|
73 |
-
function qtranxf_migrate_import_mqtranslate(){
|
|
|
|
|
|
|
74 |
function qtranxf_migrate_export_mqtranslate(){ qtranxf_migrate_options_copy('mqtranslate','qtranslate'); }
|
75 |
|
76 |
function qtranxf_migrate_import_qtranslate_xp(){ qtranxf_migrate_options_update('qtranslate','ppqtranslate'); }
|
@@ -87,8 +92,8 @@ function qtranxf_migrate_plugin($plugin){
|
|
87 |
$f='qtranxf_migrate_'.$_POST[$var].'_'.str_replace('-','_',$plugin);
|
88 |
$f();
|
89 |
if( $action == 'export' ) return;
|
90 |
-
if( $plugin == 'mqtranslate'
|
91 |
-
|
92 |
qtranxf_reloadConfig();
|
93 |
}
|
94 |
|
@@ -138,7 +143,7 @@ function qtranxf_admin_section_import_export($request_uri)
|
|
138 |
<?php _e('Both processes are <b>irreversible</b>! Be sure to make a full database backup before clicking one of the links.', 'qtranslate'); ?><br/><br/>
|
139 |
<label for="qtranxs_convert_database_none"><input type="radio" name="convert_database" id="qtranxs_convert_database_none" value="none" checked /> <?php _e('Do not convert database', 'qtranslate'); ?></label><br/><br/>
|
140 |
<label for="qtranxs_convert_database_to_b_only"><input type="radio" name="convert_database" id="qtranxs_convert_database_to_b_only" value="b_only" /> <?php echo __('Convert database to the "square bracket only" style.', 'qtranslate'); ?></label><br/>
|
141 |
-
<small><?php printf(__('The square bracket language tag %s only will be used as opposite to dual-tag %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s.','qtranslate'),'[:]',esc_html
|
142 |
<label for="qtranxs_convert_database_to_c_dual"><input type="radio" name="convert_database" id="qtranxs_convert_database_to_c_dual" value="c_dual" /> <?php echo __('Convert database back to the legacy "dual language tag" style.', 'qtranslate'); ?></label><br/>
|
143 |
<small><?php _e('Note, that only string options and standard post and page fields are affected.','qtranslate'); ?></small>
|
144 |
</td>
|
53 |
$name = $option->option_name;
|
54 |
//skip new qTranslate-X specific options
|
55 |
switch($name){
|
56 |
+
case 'qtranslate_flag_location':
|
57 |
case 'qtranslate_admin_notices':
|
58 |
case 'qtranslate_domains':
|
59 |
case 'qtranslate_editor_mode':
|
64 |
continue;
|
65 |
default: break;
|
66 |
}
|
67 |
+
//if(strpos($name,'_flag_location')>0) continue;
|
68 |
$value = maybe_unserialize($option->option_value);
|
69 |
if(strpos($name,'_flag_location')>0) continue;
|
70 |
$nm = str_replace($nm_from,$nm_to,$name);
|
72 |
}
|
73 |
}
|
74 |
|
75 |
+
function qtranxf_migrate_import_mqtranslate(){
|
76 |
+
qtranxf_migrate_options_update('qtranslate','mqtranslate');
|
77 |
+
update_option('qtranslate_qtrans_compatibility', '1');//since 3.1
|
78 |
+
}
|
79 |
function qtranxf_migrate_export_mqtranslate(){ qtranxf_migrate_options_copy('mqtranslate','qtranslate'); }
|
80 |
|
81 |
function qtranxf_migrate_import_qtranslate_xp(){ qtranxf_migrate_options_update('qtranslate','ppqtranslate'); }
|
92 |
$f='qtranxf_migrate_'.$_POST[$var].'_'.str_replace('-','_',$plugin);
|
93 |
$f();
|
94 |
if( $action == 'export' ) return;
|
95 |
+
//if( $plugin == 'mqtranslate' )//since 3.2-b2: moved to qtranxf_migrate_import_mqtranslate
|
96 |
+
// update_option('qtranslate_qtrans_compatibility', '1');
|
97 |
qtranxf_reloadConfig();
|
98 |
}
|
99 |
|
143 |
<?php _e('Both processes are <b>irreversible</b>! Be sure to make a full database backup before clicking one of the links.', 'qtranslate'); ?><br/><br/>
|
144 |
<label for="qtranxs_convert_database_none"><input type="radio" name="convert_database" id="qtranxs_convert_database_none" value="none" checked /> <?php _e('Do not convert database', 'qtranslate'); ?></label><br/><br/>
|
145 |
<label for="qtranxs_convert_database_to_b_only"><input type="radio" name="convert_database" id="qtranxs_convert_database_to_b_only" value="b_only" /> <?php echo __('Convert database to the "square bracket only" style.', 'qtranslate'); ?></label><br/>
|
146 |
+
<small><?php printf(__('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.','qtranslate'),'[:]',esc_html('<!--:-->'),'[:]','qTranslate','"[:en]English[:de]Deutsch[:]"'); ?></small><br/><br/>
|
147 |
<label for="qtranxs_convert_database_to_c_dual"><input type="radio" name="convert_database" id="qtranxs_convert_database_to_c_dual" value="c_dual" /> <?php echo __('Convert database back to the legacy "dual language tag" style.', 'qtranslate'); ?></label><br/>
|
148 |
<small><?php _e('Note, that only string options and standard post and page fields are affected.','qtranslate'); ?></small>
|
149 |
</td>
|
admin/js/common.js
CHANGED
@@ -301,14 +301,13 @@ var qTranslateX=function(pg)
|
|
301 |
inpField.value=text;
|
302 |
//c('addContentHook['+inpField.id+']['+h.lang+']: inpField.value='+inpField.value);
|
303 |
inpField.onblur=function(){ updateFusedValueH(this.id,this.value); }
|
304 |
-
|
305 |
-
|
306 |
-
|
307 |
-
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
*/
|
312 |
if(window.tinyMCE){//never fired yet
|
313 |
for(var i=0; i<tinyMCE.editors.length; ++i){
|
314 |
var ed=tinyMCE.editors[i];
|
@@ -370,7 +369,6 @@ var qTranslateX=function(pg)
|
|
370 |
//c('updateTinyMCE:wpautop:'+text);
|
371 |
}
|
372 |
ed.setContent(text,{format: 'html'});
|
373 |
-
//ed.load({initial: false, format: 'html'});
|
374 |
}
|
375 |
|
376 |
onTabSwitch=function()
|
@@ -498,7 +496,7 @@ var qTranslateX=function(pg)
|
|
498 |
if(frm.form){
|
499 |
form = document.getElementById(frm.form.id);
|
500 |
}else{
|
501 |
-
form = this.getWrapForm();
|
502 |
}
|
503 |
//co('form=',form);
|
504 |
//c('frm.fields.length='+frm.fields.length);
|
@@ -511,11 +509,11 @@ var qTranslateX=function(pg)
|
|
511 |
var containers=[];
|
512 |
if(fld.container_id){
|
513 |
var container = document.getElementById(fld.container_id);
|
514 |
-
if(container) containers.push(container);
|
515 |
}else if(fld.container_class){
|
516 |
-
containers = document.getElementsByClassName(fld.container_class);
|
517 |
}else if(form){
|
518 |
-
containers.push(form);
|
519 |
}
|
520 |
var sep = fld.encode;
|
521 |
switch( sep ){
|
@@ -562,13 +560,13 @@ var qTranslateX=function(pg)
|
|
562 |
}
|
563 |
}
|
564 |
}else{
|
565 |
-
continue;
|
566 |
}
|
567 |
break;
|
568 |
}
|
569 |
}
|
570 |
}
|
571 |
-
return true;
|
572 |
}
|
573 |
|
574 |
this.addContentHooksTinyMCE=function()
|
@@ -591,6 +589,14 @@ var qTranslateX=function(pg)
|
|
591 |
h.contents[h.lang] = h.contentField.value;
|
592 |
updateFusedValueHooked(h);
|
593 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
594 |
return h;
|
595 |
}
|
596 |
|
@@ -665,8 +671,8 @@ var qTranslateX=function(pg)
|
|
665 |
for(var i=0; i < qTranslateConfig.page_config.anchors.length; ++i){
|
666 |
var anchor = qTranslateConfig.page_config.anchors[i];
|
667 |
var f = document.getElementById(anchor);
|
668 |
-
if(f) anchors.push(f);
|
669 |
-
}
|
670 |
}
|
671 |
if(!anchors.length){
|
672 |
var f=pg.langSwitchWrapAnchor;
|
301 |
inpField.value=text;
|
302 |
//c('addContentHook['+inpField.id+']['+h.lang+']: inpField.value='+inpField.value);
|
303 |
inpField.onblur=function(){ updateFusedValueH(this.id,this.value); }
|
304 |
+
|
305 |
+
/**
|
306 |
+
* Highlighting the translatable fields
|
307 |
+
* Since 3.2-b3
|
308 |
+
*/
|
309 |
+
inpField.className += ' qtranxs-translatable';
|
310 |
+
|
|
|
311 |
if(window.tinyMCE){//never fired yet
|
312 |
for(var i=0; i<tinyMCE.editors.length; ++i){
|
313 |
var ed=tinyMCE.editors[i];
|
369 |
//c('updateTinyMCE:wpautop:'+text);
|
370 |
}
|
371 |
ed.setContent(text,{format: 'html'});
|
|
|
372 |
}
|
373 |
|
374 |
onTabSwitch=function()
|
496 |
if(frm.form){
|
497 |
form = document.getElementById(frm.form.id);
|
498 |
}else{
|
499 |
+
form = this.getWrapForm();
|
500 |
}
|
501 |
//co('form=',form);
|
502 |
//c('frm.fields.length='+frm.fields.length);
|
509 |
var containers=[];
|
510 |
if(fld.container_id){
|
511 |
var container = document.getElementById(fld.container_id);
|
512 |
+
if(container) containers.push(container);
|
513 |
}else if(fld.container_class){
|
514 |
+
containers = document.getElementsByClassName(fld.container_class);
|
515 |
}else if(form){
|
516 |
+
containers.push(form);
|
517 |
}
|
518 |
var sep = fld.encode;
|
519 |
switch( sep ){
|
560 |
}
|
561 |
}
|
562 |
}else{
|
563 |
+
continue;
|
564 |
}
|
565 |
break;
|
566 |
}
|
567 |
}
|
568 |
}
|
569 |
+
return true;
|
570 |
}
|
571 |
|
572 |
this.addContentHooksTinyMCE=function()
|
589 |
h.contents[h.lang] = h.contentField.value;
|
590 |
updateFusedValueHooked(h);
|
591 |
});
|
592 |
+
|
593 |
+
/**
|
594 |
+
* Highlighting the translatable fields
|
595 |
+
* Since 3.2-b3
|
596 |
+
*/
|
597 |
+
ed.getContainer().className += ' qtranxs-translatable';
|
598 |
+
ed.getElement().className += ' qtranxs-translatable';
|
599 |
+
|
600 |
return h;
|
601 |
}
|
602 |
|
671 |
for(var i=0; i < qTranslateConfig.page_config.anchors.length; ++i){
|
672 |
var anchor = qTranslateConfig.page_config.anchors[i];
|
673 |
var f = document.getElementById(anchor);
|
674 |
+
if(f) anchors.push(f);
|
675 |
+
}
|
676 |
}
|
677 |
if(!anchors.length){
|
678 |
var f=pg.langSwitchWrapAnchor;
|
admin/js/common.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
function qtranxj_get_cookie(n){for(var e=document.cookie.split(";"),a=0;a<e.length;++a){var t=e[a],i=t.split("=");if(i[0].trim()==n&&!(e.length<2))return i[1].trim()}return""}function qtranxj_isArray(n){return n.constructor.toString().indexOf("Array")>=0}function qtranxj_ce(n,e,a,t){var i=document.createElement(n);if(e)for(prop in e)i[prop]=e[prop];return a&&(t&&a.firstChild?a.insertBefore(i,a.firstChild):a.appendChild(i)),i}function qtranxj_LanguageSwitch(n){function e(){var n=this;if(!n.lang)return void alert("qTranslate-X: This should not have happened: Please, report this incident to the developers: !tabSwitch.lang");if(qTranslateConfig.activeLanguage!==n.lang){qTranslateConfig.activeLanguage&&i[qTranslateConfig.activeLanguage].classList.remove("active"),qTranslateConfig.activeLanguage=n.lang,n.classList.add("active");for(var e=0;e<r.length;++e)r[e].call(this)}}for(var a=qTranslateConfig.enabled_languages,t=qTranslateConfig.language_name,i={},r=[],o=0;o<a.length;++o){var s=qTranslateConfig.flag_location,l=a[o],g=qtranxj_ce("li",{lang:l,className:"qtranxs-lang-switch",onclick:e},n);qtranxj_ce("img",{src:s+qTranslateConfig.flag[l]},g),qtranxj_ce("span",{innerHTML:t[l]},g),i[l]=g,qTranslateConfig.activeLanguage==l&&g.classList.add("active")}this.onSwitch=function(n){"function"==typeof n&&r.push(n)}}qtranxj_split=function(n){for(var e=new Object,a=0;a<qTranslateConfig.enabled_languages.length;++a){var t=qTranslateConfig.enabled_languages[a];e[t]=""}var i=/(<!--:[a-z]{2}-->|<!--:-->|\[:[a-z]{2}\]|\[:\])/gi,r=n.xsplit(i);if(!qtranxj_isArray(r))return e;if(1==r.length){for(var o=r[0],s=0;s<qTranslateConfig.enabled_languages.length;++s){var t=qTranslateConfig.enabled_languages[s];e[t]+=o}return e}var l=/<!--:([a-z]{2})-->/gi,g=/\[:([a-z]{2})\]/gi;t=!1;for(var a=0;a<r.length;++a){var o=r[a];if(o.length)if(matches=l.exec(o),l.lastIndex=0,null==matches)if("<!--:-->"!=o&&"[:]"!=o)if(matches=g.exec(o),g.lastIndex=0,null==matches)if(t)e[t]+=o,t=!1;else for(var d in e)e[d]+=o;else t=matches[1];else t=!1;else t=matches[1]}return e},qtranxj_allthesame=function(n){if(0==qTranslateConfig.enabled_languages.length)return"";for(var e="",a=0;a<qTranslateConfig.enabled_languages.length;++a){var t=qTranslateConfig.enabled_languages[a],i=n[t];if(i&&""!=i){e=i;break}}if(""==e)return e;for(var a=0;a<qTranslateConfig.enabled_languages.length;++a){var t=qTranslateConfig.enabled_languages[a],i=n[t];if(i!=e)return null}return e},qtranxj_join_c=function(n){return qtranxj_join_b(n)},qtranxj_join_b=function(n){var e=qtranxj_allthesame(n);if(null!=e)return e;for(var e="",a=0;a<qTranslateConfig.enabled_languages.length;++a){var t=qTranslateConfig.enabled_languages[a],i=n[t];i&&""!=i&&(e+="[:"+t+"]",e+=i)}return""!=e&&(e+="[:]"),e},qtranxj_join_byline=function(n){var e=qtranxj_allthesame(n);if(null!=e)return e;for(var a in n)n[a]=n[a].split("\n");for(var e="",t=0;!0;++t){var i;for(var a in n)if(!(n[a].length()<=t)){var r=n[a][t];r&&""!=r&&(i[a]=r)}if(!i)break;e+=qtranxj_join_b(i)}return e},String.prototype.xsplit=function(n){if(3==="a~b".split(/(~)/).length)return this.split(n);n.global||(n=new RegExp(n.source,"g"+(n.ignoreCase?"i":"")));for(var e,a=0,t=[];null!=(e=n.exec(this));)t.push(this.slice(a,e.index)),e.length>1&&t.push(e[1]),a=n.lastIndex;return a<this.length&&t.push(this.slice(a)),a==this.length&&t.push(""),t};var qTranslateX=function(n){this.ge=function(n){return document.getElementById(n)},isLanguageEnabled=function(n){for(var e=0;e<qTranslateConfig.enabled_languages.length;++e)if(qTranslateConfig.enabled_languages[e]==n)return!0;return!1},qTranslateConfig.activeLanguage=qtranxj_get_cookie("qtrans_edit_language"),qTranslateConfig.activeLanguage&&isLanguageEnabled(qTranslateConfig.activeLanguage)||(qTranslateConfig.activeLanguage=qTranslateConfig.language),this.getActiveLanguage=function(){return qTranslateConfig.activeLanguage};var e=[],a={};updateFusedValueHooked=function(n){switch(n.separator){case"<":n.mlContentField.value=qtranxj_join_c(n.contents);break;case"byline":n.mlContentField.value=qtranxj_join_byline(n.contents);break;case"[":default:n.mlContentField.value=qtranxj_join_b(n.contents)}},updateFusedValueH=function(n,e){var t=a[n],i=e.trim();t.contents[t.lang]=i,updateFusedValueHooked(t)},addContentHook=function(n,e,t){if(!n)return!1;if(a[n.id])return!0;var i=a[n.id]={};i.contentField=n,i.contents=qtranxj_split(n.value),i.mlContentField=qtranxj_ce("input",{name:n.name,type:"hidden",className:"hidden",value:n.value},e,!0),t||(t="TEXTAREA"===n.tagName?"<":"["),i.separator=t,n.name="edit-"+n.name,i.lang=qTranslateConfig.activeLanguage;var r=i.contents[i.lang];if(n.value=r,n.onblur=function(){updateFusedValueH(this.id,this.value)},window.tinyMCE)for(var o=0;o<tinyMCE.editors.length;++o){var s=tinyMCE.editors[o];s.id==n.id&&(i.mce=s,updateTinyMCE(s,r))}return i},this.addContentHookC=function(n,e){return addContentHook(n,e,"<")},this.addContentHookB=function(n,e){return addContentHook(n,e,"[")},this.addContentHookById=function(n,e,a){return addContentHook(this.ge(n),e,a)},this.addContentHookByIdName=function(n,e){var a;return(0==n.indexOf("<")||0==n.indexOf("["))&&(a=n.substring(0,1),n=n.substring(1)),this.addContentHookById(n,e,a)},this.addContentHookByIdC=function(n,e){return this.addContentHookById(n,e,"<")},this.addContentHookByIdB=function(n,e){return this.addContentHookById(n,e,"[")},addDisplayHook=function(n){if(!n)return!1;var a={};a.elem=n;var t=n.innerHTML.replace(/<!--:([a-z]{2}|)-->/gi,"<!--:$1-->");if(a.contents=qtranxj_split(t),n.innerHTML=a.contents[qTranslateConfig.activeLanguage],n.value){var i=n.value.replace(/<!--:([a-z]{2}|)-->/gi,"<!--:$1-->");""!=i&&(a.values=qtranxj_split(i),n.value=a.values[qTranslateConfig.activeLanguage])}return e.push(a),!0},this.addDisplayHookById=function(n){return addDisplayHook(this.ge(n))},setLangCookie=function(n){document.cookie="qtrans_edit_language="+n},updateTinyMCE=function(n,e){window.switchEditors&&(e=window.switchEditors.wpautop(e)),n.setContent(e,{format:"html"})},onTabSwitch=function(){setLangCookie(this.lang);for(var n=0;n<e.length;++n){var t=e[n];t.elem.innerHTML=t.contents[this.lang],t.values&&(t.elem.value=t.values[this.lang])}for(var i in a){var t=a[i],r=t.mce&&!t.mce.hidden;r&&(t.mce.save({format:"html"}),t.contents[t.lang]=t.contentField.value),t.lang=this.lang,t.contentField.value=t.contents[this.lang],r&&updateTinyMCE(t.mce,t.contentField.value)}};var t=this;if(onTabSwitchCustom=function(){n.onTabSwitch(this.lang,t)},addDisplayHooks=function(n){for(var e=0;e<n.length;++e){var a=n[e];addDisplayHook(a)}},this.addDisplayHooksByClass=function(n,e){var a=e.getElementsByClassName(n);addDisplayHooks(a)},this.addDisplayHooksByTagInClass=function(n,e,a){for(var t=a.getElementsByClassName(n),i=0;i<t.length;++i){var r=t[i],o=r.getElementsByTagName(e);addDisplayHooks(o)}},addContentFieldHooks=function(n,e,a){for(var t=0;t<n.length;++t){var i=n[t];addContentHook(i,e,a)}},addContentHooksByClassName=function(n,e,a,t){a||(a=e);var i=a.getElementsByClassName(n);addContentFieldHooks(i,e,t)},this.addContentHooksByClass=function(n,e,a){var t;(0==n.indexOf("<")||0==n.indexOf("["))&&(t=n.substring(0,1),n=n.substring(1)),addContentHooksByClassName(n,e,a,t)},this.addCustomContentHooks=function(n){for(var e=0;e<qTranslateConfig.custom_fields.length;++e){var a=qTranslateConfig.custom_fields[e];this.addContentHookByIdName(a,n)}for(var e=0;e<qTranslateConfig.custom_field_classes.length;++e){var a=qTranslateConfig.custom_field_classes[e];this.addContentHooksByClass(a,n)}},this.addPageHooks=function(n){for(var e=0;e<n.forms.length;++e){var a,t=n.forms[e];a=t.form?document.getElementById(t.form.id):this.getWrapForm();for(var i=0;i<t.fields.length;++i){var r=t.fields[i],o=[];if(r.container_id){var s=document.getElementById(r.container_id);s&&o.push(s)}else r.container_class?o=document.getElementsByClassName(r.container_class):a&&o.push(a);var l=r.encode;switch(l){case"display":if(r.id)addDisplayHook(document.getElementById(r.id));else if(r.class)for(var g=0;g<o.length;++g){var s=o[g];this.addDisplayHooksByClass(r.class,s)}else{if(!r.tag)continue;for(var g=0;g<o.length;++g){var s=o[g],d=s.getElementsByTagName(r.tag);addDisplayHooks(d)}}break;case"[":case"<":case"byline":default:if(!a)continue;if(r.id)this.addContentHookById(r.id,a,l);else if(r.class)for(var g=0;g<o.length;++g){var s=o[g];addContentHooksByClassName(r.class,a,s,l)}else{if(!r.tag)continue;for(var g=0;g<o.length;++g)for(var s=o[g],u=s.getElementsByTagName(r.tag),f=0;f<u.length;++f){var c=u[f];(!r.name||c.name&&r.name==c.name)&&addContentHook(c,a,l)}}}}}return!0},this.addContentHooksTinyMCE=function(){function n(n){var e=n.id;if(e){var t=a[e];if(t&&!t.mce)return t.mce=n,n.getBody().addEventListener("blur",function(){var e=a[n.id];n.save(),e.contents[e.lang]=e.contentField.value,updateFusedValueHooked(e)}),t}}window.addEventListener("load",function(){if(window.tinyMCE){for(var e=0;e<tinyMCE.editors.length;++e){var t=tinyMCE.editors[e],i=n(t);i&&updateTinyMCE(t,i.contentField.value)}for(var r in a){var i=a[r];i.mce||"TEXTAREA"===i.contentField.tagName&&tinyMCEPreInit.mceInit[r]&&(tinyMCEPreInit.mceInit[r].init_instance_callback=function(e){n(e)})}}})},this.getWrapForm=function(){for(var n=document.getElementsByClassName("wrap"),e=0;e<n.length;++e){var a=n[e],t=a.getElementsByTagName("form");if(t.length)return t[0]}var t=document.getElementsByTagName("form");if(1===t.length)return t[0];for(var e=0;e<t.length;++e){var i=t[e];if(n=i.getElementsByClassName("wrap"),n.length)return i}return null},this.getFormWrap=function(){for(var n=document.getElementsByTagName("form"),e=0;e<n.length;++e){var a=n[e],t=a.getElementsByClassName("wrap");if(t.length)return t[0]}for(var t=document.getElementsByClassName("wrap"),e=0;e<t.length;++e){var i=t[e];if(n=i.getElementsByTagName("form"),n.length)return i}return null},("function"!=typeof n.addContentHooks||n.addContentHooks(this))&&(!qTranslateConfig.page_config||this.addPageHooks(qTranslateConfig.page_config))){var i=[];if(qTranslateConfig.page_config&&qTranslateConfig.page_config.anchors)for(var r=0;r<qTranslateConfig.page_config.anchors.length;++r){var o=qTranslateConfig.page_config.anchors[r],s=document.getElementById(o);s&&i.push(s)}if(!i.length){var s=n.langSwitchWrapAnchor;s||(s=this.getWrapForm()),s||(s=this.getWrapForm()),s&&i.push(s)}for(var r=0;r<i.length;++r){var o=i[r],l=qtranxj_ce("ul",{className:"qtranxs-lang-switch-wrap"});o.parentNode.insertBefore(l,o);var g=new qtranxj_LanguageSwitch(l);g.onSwitch(onTabSwitch),n.onTabSwitch&&g.onSwitch(onTabSwitchCustom)}}};jQuery(document).ready(function(){new qTranslateX(qTranslateConfig.js)});
|
1 |
+
function qtranxj_get_cookie(n){for(var e=document.cookie.split(";"),a=0;a<e.length;++a){var t=e[a],i=t.split("=");if(i[0].trim()==n&&!(e.length<2))return i[1].trim()}return""}function qtranxj_isArray(n){return n.constructor.toString().indexOf("Array")>=0}function qtranxj_ce(n,e,a,t){var i=document.createElement(n);if(e)for(prop in e)i[prop]=e[prop];return a&&(t&&a.firstChild?a.insertBefore(i,a.firstChild):a.appendChild(i)),i}function qtranxj_LanguageSwitch(n){function e(){var n=this;if(!n.lang)return void alert("qTranslate-X: This should not have happened: Please, report this incident to the developers: !tabSwitch.lang");if(qTranslateConfig.activeLanguage!==n.lang){qTranslateConfig.activeLanguage&&i[qTranslateConfig.activeLanguage].classList.remove("active"),qTranslateConfig.activeLanguage=n.lang,n.classList.add("active");for(var e=0;e<r.length;++e)r[e].call(this)}}for(var a=qTranslateConfig.enabled_languages,t=qTranslateConfig.language_name,i={},r=[],o=0;o<a.length;++o){var s=qTranslateConfig.flag_location,l=a[o],g=qtranxj_ce("li",{lang:l,className:"qtranxs-lang-switch",onclick:e},n);qtranxj_ce("img",{src:s+qTranslateConfig.flag[l]},g),qtranxj_ce("span",{innerHTML:t[l]},g),i[l]=g,qTranslateConfig.activeLanguage==l&&g.classList.add("active")}this.onSwitch=function(n){"function"==typeof n&&r.push(n)}}qtranxj_split=function(n){for(var e=new Object,a=0;a<qTranslateConfig.enabled_languages.length;++a){var t=qTranslateConfig.enabled_languages[a];e[t]=""}var i=/(<!--:[a-z]{2}-->|<!--:-->|\[:[a-z]{2}\]|\[:\])/gi,r=n.xsplit(i);if(!qtranxj_isArray(r))return e;if(1==r.length){for(var o=r[0],s=0;s<qTranslateConfig.enabled_languages.length;++s){var t=qTranslateConfig.enabled_languages[s];e[t]+=o}return e}var l=/<!--:([a-z]{2})-->/gi,g=/\[:([a-z]{2})\]/gi;t=!1;for(var a=0;a<r.length;++a){var o=r[a];if(o.length)if(matches=l.exec(o),l.lastIndex=0,null==matches)if("<!--:-->"!=o&&"[:]"!=o)if(matches=g.exec(o),g.lastIndex=0,null==matches)if(t)e[t]+=o,t=!1;else for(var d in e)e[d]+=o;else t=matches[1];else t=!1;else t=matches[1]}return e},qtranxj_allthesame=function(n){if(0==qTranslateConfig.enabled_languages.length)return"";for(var e="",a=0;a<qTranslateConfig.enabled_languages.length;++a){var t=qTranslateConfig.enabled_languages[a],i=n[t];if(i&&""!=i){e=i;break}}if(""==e)return e;for(var a=0;a<qTranslateConfig.enabled_languages.length;++a){var t=qTranslateConfig.enabled_languages[a],i=n[t];if(i!=e)return null}return e},qtranxj_join_c=function(n){return qtranxj_join_b(n)},qtranxj_join_b=function(n){var e=qtranxj_allthesame(n);if(null!=e)return e;for(var e="",a=0;a<qTranslateConfig.enabled_languages.length;++a){var t=qTranslateConfig.enabled_languages[a],i=n[t];i&&""!=i&&(e+="[:"+t+"]",e+=i)}return""!=e&&(e+="[:]"),e},qtranxj_join_byline=function(n){var e=qtranxj_allthesame(n);if(null!=e)return e;for(var a in n)n[a]=n[a].split("\n");for(var e="",t=0;!0;++t){var i;for(var a in n)if(!(n[a].length()<=t)){var r=n[a][t];r&&""!=r&&(i[a]=r)}if(!i)break;e+=qtranxj_join_b(i)}return e},String.prototype.xsplit=function(n){if(3==="a~b".split(/(~)/).length)return this.split(n);n.global||(n=new RegExp(n.source,"g"+(n.ignoreCase?"i":"")));for(var e,a=0,t=[];null!=(e=n.exec(this));)t.push(this.slice(a,e.index)),e.length>1&&t.push(e[1]),a=n.lastIndex;return a<this.length&&t.push(this.slice(a)),a==this.length&&t.push(""),t};var qTranslateX=function(n){this.ge=function(n){return document.getElementById(n)},isLanguageEnabled=function(n){for(var e=0;e<qTranslateConfig.enabled_languages.length;++e)if(qTranslateConfig.enabled_languages[e]==n)return!0;return!1},qTranslateConfig.activeLanguage=qtranxj_get_cookie("qtrans_edit_language"),qTranslateConfig.activeLanguage&&isLanguageEnabled(qTranslateConfig.activeLanguage)||(qTranslateConfig.activeLanguage=qTranslateConfig.language),this.getActiveLanguage=function(){return qTranslateConfig.activeLanguage};var e=[],a={};updateFusedValueHooked=function(n){switch(n.separator){case"<":n.mlContentField.value=qtranxj_join_c(n.contents);break;case"byline":n.mlContentField.value=qtranxj_join_byline(n.contents);break;case"[":default:n.mlContentField.value=qtranxj_join_b(n.contents)}},updateFusedValueH=function(n,e){var t=a[n],i=e.trim();t.contents[t.lang]=i,updateFusedValueHooked(t)},addContentHook=function(n,e,t){if(!n)return!1;if(a[n.id])return!0;var i=a[n.id]={};i.contentField=n,i.contents=qtranxj_split(n.value),i.mlContentField=qtranxj_ce("input",{name:n.name,type:"hidden",className:"hidden",value:n.value},e,!0),t||(t="TEXTAREA"===n.tagName?"<":"["),i.separator=t,n.name="edit-"+n.name,i.lang=qTranslateConfig.activeLanguage;var r=i.contents[i.lang];if(n.value=r,n.onblur=function(){updateFusedValueH(this.id,this.value)},n.className+=" qtranxs-translatable",window.tinyMCE)for(var o=0;o<tinyMCE.editors.length;++o){var s=tinyMCE.editors[o];s.id==n.id&&(i.mce=s,updateTinyMCE(s,r))}return i},this.addContentHookC=function(n,e){return addContentHook(n,e,"<")},this.addContentHookB=function(n,e){return addContentHook(n,e,"[")},this.addContentHookById=function(n,e,a){return addContentHook(this.ge(n),e,a)},this.addContentHookByIdName=function(n,e){var a;return(0==n.indexOf("<")||0==n.indexOf("["))&&(a=n.substring(0,1),n=n.substring(1)),this.addContentHookById(n,e,a)},this.addContentHookByIdC=function(n,e){return this.addContentHookById(n,e,"<")},this.addContentHookByIdB=function(n,e){return this.addContentHookById(n,e,"[")},addDisplayHook=function(n){if(!n)return!1;var a={};a.elem=n;var t=n.innerHTML.replace(/<!--:([a-z]{2}|)-->/gi,"<!--:$1-->");if(a.contents=qtranxj_split(t),n.innerHTML=a.contents[qTranslateConfig.activeLanguage],n.value){var i=n.value.replace(/<!--:([a-z]{2}|)-->/gi,"<!--:$1-->");""!=i&&(a.values=qtranxj_split(i),n.value=a.values[qTranslateConfig.activeLanguage])}return e.push(a),!0},this.addDisplayHookById=function(n){return addDisplayHook(this.ge(n))},setLangCookie=function(n){document.cookie="qtrans_edit_language="+n},updateTinyMCE=function(n,e){window.switchEditors&&(e=window.switchEditors.wpautop(e)),n.setContent(e,{format:"html"})},onTabSwitch=function(){setLangCookie(this.lang);for(var n=0;n<e.length;++n){var t=e[n];t.elem.innerHTML=t.contents[this.lang],t.values&&(t.elem.value=t.values[this.lang])}for(var i in a){var t=a[i],r=t.mce&&!t.mce.hidden;r&&(t.mce.save({format:"html"}),t.contents[t.lang]=t.contentField.value),t.lang=this.lang,t.contentField.value=t.contents[this.lang],r&&updateTinyMCE(t.mce,t.contentField.value)}};var t=this;if(onTabSwitchCustom=function(){n.onTabSwitch(this.lang,t)},addDisplayHooks=function(n){for(var e=0;e<n.length;++e){var a=n[e];addDisplayHook(a)}},this.addDisplayHooksByClass=function(n,e){var a=e.getElementsByClassName(n);addDisplayHooks(a)},this.addDisplayHooksByTagInClass=function(n,e,a){for(var t=a.getElementsByClassName(n),i=0;i<t.length;++i){var r=t[i],o=r.getElementsByTagName(e);addDisplayHooks(o)}},addContentFieldHooks=function(n,e,a){for(var t=0;t<n.length;++t){var i=n[t];addContentHook(i,e,a)}},addContentHooksByClassName=function(n,e,a,t){a||(a=e);var i=a.getElementsByClassName(n);addContentFieldHooks(i,e,t)},this.addContentHooksByClass=function(n,e,a){var t;(0==n.indexOf("<")||0==n.indexOf("["))&&(t=n.substring(0,1),n=n.substring(1)),addContentHooksByClassName(n,e,a,t)},this.addCustomContentHooks=function(n){for(var e=0;e<qTranslateConfig.custom_fields.length;++e){var a=qTranslateConfig.custom_fields[e];this.addContentHookByIdName(a,n)}for(var e=0;e<qTranslateConfig.custom_field_classes.length;++e){var a=qTranslateConfig.custom_field_classes[e];this.addContentHooksByClass(a,n)}},this.addPageHooks=function(n){for(var e=0;e<n.forms.length;++e){var a,t=n.forms[e];a=t.form?document.getElementById(t.form.id):this.getWrapForm();for(var i=0;i<t.fields.length;++i){var r=t.fields[i],o=[];if(r.container_id){var s=document.getElementById(r.container_id);s&&o.push(s)}else r.container_class?o=document.getElementsByClassName(r.container_class):a&&o.push(a);var l=r.encode;switch(l){case"display":if(r.id)addDisplayHook(document.getElementById(r.id));else if(r.class)for(var g=0;g<o.length;++g){var s=o[g];this.addDisplayHooksByClass(r.class,s)}else{if(!r.tag)continue;for(var g=0;g<o.length;++g){var s=o[g],d=s.getElementsByTagName(r.tag);addDisplayHooks(d)}}break;case"[":case"<":case"byline":default:if(!a)continue;if(r.id)this.addContentHookById(r.id,a,l);else if(r.class)for(var g=0;g<o.length;++g){var s=o[g];addContentHooksByClassName(r.class,a,s,l)}else{if(!r.tag)continue;for(var g=0;g<o.length;++g)for(var s=o[g],u=s.getElementsByTagName(r.tag),c=0;c<u.length;++c){var f=u[c];(!r.name||f.name&&r.name==f.name)&&addContentHook(f,a,l)}}}}}return!0},this.addContentHooksTinyMCE=function(){function n(n){var e=n.id;if(e){var t=a[e];if(t&&!t.mce)return t.mce=n,n.getBody().addEventListener("blur",function(){var e=a[n.id];n.save(),e.contents[e.lang]=e.contentField.value,updateFusedValueHooked(e)}),n.getContainer().className+=" qtranxs-translatable",n.getElement().className+=" qtranxs-translatable",t}}window.addEventListener("load",function(){if(window.tinyMCE){for(var e=0;e<tinyMCE.editors.length;++e){var t=tinyMCE.editors[e],i=n(t);i&&updateTinyMCE(t,i.contentField.value)}for(var r in a){var i=a[r];i.mce||"TEXTAREA"===i.contentField.tagName&&tinyMCEPreInit.mceInit[r]&&(tinyMCEPreInit.mceInit[r].init_instance_callback=function(e){n(e)})}}})},this.getWrapForm=function(){for(var n=document.getElementsByClassName("wrap"),e=0;e<n.length;++e){var a=n[e],t=a.getElementsByTagName("form");if(t.length)return t[0]}var t=document.getElementsByTagName("form");if(1===t.length)return t[0];for(var e=0;e<t.length;++e){var i=t[e];if(n=i.getElementsByClassName("wrap"),n.length)return i}return null},this.getFormWrap=function(){for(var n=document.getElementsByTagName("form"),e=0;e<n.length;++e){var a=n[e],t=a.getElementsByClassName("wrap");if(t.length)return t[0]}for(var t=document.getElementsByClassName("wrap"),e=0;e<t.length;++e){var i=t[e];if(n=i.getElementsByTagName("form"),n.length)return i}return null},("function"!=typeof n.addContentHooks||n.addContentHooks(this))&&(!qTranslateConfig.page_config||this.addPageHooks(qTranslateConfig.page_config))){var i=[];if(qTranslateConfig.page_config&&qTranslateConfig.page_config.anchors)for(var r=0;r<qTranslateConfig.page_config.anchors.length;++r){var o=qTranslateConfig.page_config.anchors[r],s=document.getElementById(o);s&&i.push(s)}if(!i.length){var s=n.langSwitchWrapAnchor;s||(s=this.getWrapForm()),s||(s=this.getWrapForm()),s&&i.push(s)}for(var r=0;r<i.length;++r){var o=i[r],l=qtranxj_ce("ul",{className:"qtranxs-lang-switch-wrap"});o.parentNode.insertBefore(l,o);var g=new qtranxj_LanguageSwitch(l);g.onSwitch(onTabSwitch),n.onTabSwitch&&g.onSwitch(onTabSwitchCustom)}}};jQuery(document).ready(function(){new qTranslateX(qTranslateConfig.js)});
|
flags/eu_ES.png
ADDED
Binary file
|
lang/qtranslate-az_AZ.mo
CHANGED
Binary file
|
lang/qtranslate-az_AZ.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: qTranslate-X 3.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-02-
|
6 |
"PO-Revision-Date: 2009-09-10 12:00+0400\n"
|
7 |
"Last-Translator: Rashad Aliyev <rashadaliyev@gmail.com>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -10,53 +10,59 @@ msgstr ""
|
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
|
13 |
-
#: admin/activation_hook.php:37
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
#, php-format
|
15 |
msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously."
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: admin/activation_hook.php:
|
19 |
#, php-format
|
20 |
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"
|
21 |
msgstr ""
|
22 |
|
23 |
-
#: admin/activation_hook.php:
|
24 |
#, php-format
|
25 |
msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s"
|
26 |
msgstr ""
|
27 |
|
28 |
-
#: admin/activation_hook.php:
|
29 |
#, php-format
|
30 |
msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/<a href=\"%s\">Languages</a> configuration page. Then you have to deactivate one of the plugins to continue."
|
31 |
msgstr ""
|
32 |
|
33 |
-
#: admin/activation_hook.php:
|
34 |
#, php-format
|
35 |
msgid "Deactivate %s"
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: admin/activation_hook.php:
|
39 |
#, php-format
|
40 |
msgid "Thank you for using %s plugin!"
|
41 |
msgstr ""
|
42 |
|
43 |
-
#: admin/activation_hook.php:
|
44 |
#, php-format
|
45 |
msgid "Please, help us to make a decision on \"%s\" feature, press the button below."
|
46 |
msgstr ""
|
47 |
|
48 |
-
#: admin/activation_hook.php:
|
49 |
#: qtranslate_services.php:787
|
50 |
#, fuzzy
|
51 |
msgid "Translation Service"
|
52 |
msgstr "qTranslate"
|
53 |
|
54 |
-
#: admin/activation_hook.php:
|
55 |
#, php-format
|
56 |
msgid "Survey on \"%s\" feature"
|
57 |
msgstr ""
|
58 |
|
59 |
-
#: admin/activation_hook.php:
|
60 |
msgid "I have already done it, dismiss this message."
|
61 |
msgstr ""
|
62 |
|
@@ -73,6 +79,7 @@ msgid "Database has been converted to legacy dual-tag format."
|
|
73 |
msgstr ""
|
74 |
|
75 |
#: admin/admin_utils.php:254 qtranslate_configuration.php:460
|
|
|
76 |
msgid "Flag"
|
77 |
msgstr "Bayraq"
|
78 |
|
@@ -149,7 +156,7 @@ msgstr ""
|
|
149 |
|
150 |
#: admin/import_export.php:141
|
151 |
#, php-format
|
152 |
-
msgid "The square bracket language tag %s only will be used as opposite to dual-tag %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s."
|
153 |
msgstr ""
|
154 |
|
155 |
#: admin/import_export.php:142
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: qTranslate-X 3.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-02-24 18:17-0700\n"
|
6 |
"PO-Revision-Date: 2009-09-10 12:00+0400\n"
|
7 |
"Last-Translator: Rashad Aliyev <rashadaliyev@gmail.com>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
|
13 |
+
#: admin/activation_hook.php:37 admin/activation_hook.php:137
|
14 |
+
#: qtranslate_configuration.php:722
|
15 |
+
#, php-format
|
16 |
+
msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so."
|
17 |
+
msgstr ""
|
18 |
+
|
19 |
+
#: admin/activation_hook.php:38
|
20 |
#, php-format
|
21 |
msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously."
|
22 |
msgstr ""
|
23 |
|
24 |
+
#: admin/activation_hook.php:40
|
25 |
#, php-format
|
26 |
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"
|
27 |
msgstr ""
|
28 |
|
29 |
+
#: admin/activation_hook.php:42
|
30 |
#, php-format
|
31 |
msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s"
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: admin/activation_hook.php:135
|
35 |
#, php-format
|
36 |
msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/<a href=\"%s\">Languages</a> configuration page. Then you have to deactivate one of the plugins to continue."
|
37 |
msgstr ""
|
38 |
|
39 |
+
#: admin/activation_hook.php:140 admin/activation_hook.php:142
|
40 |
#, php-format
|
41 |
msgid "Deactivate %s"
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: admin/activation_hook.php:170
|
45 |
#, php-format
|
46 |
msgid "Thank you for using %s plugin!"
|
47 |
msgstr ""
|
48 |
|
49 |
+
#: admin/activation_hook.php:172
|
50 |
#, php-format
|
51 |
msgid "Please, help us to make a decision on \"%s\" feature, press the button below."
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: admin/activation_hook.php:172 admin/activation_hook.php:174
|
55 |
#: qtranslate_services.php:787
|
56 |
#, fuzzy
|
57 |
msgid "Translation Service"
|
58 |
msgstr "qTranslate"
|
59 |
|
60 |
+
#: admin/activation_hook.php:174
|
61 |
#, php-format
|
62 |
msgid "Survey on \"%s\" feature"
|
63 |
msgstr ""
|
64 |
|
65 |
+
#: admin/activation_hook.php:175
|
66 |
msgid "I have already done it, dismiss this message."
|
67 |
msgstr ""
|
68 |
|
79 |
msgstr ""
|
80 |
|
81 |
#: admin/admin_utils.php:254 qtranslate_configuration.php:460
|
82 |
+
#: qtranslate_frontend.php:169 qtranslate_frontend.php:196
|
83 |
msgid "Flag"
|
84 |
msgstr "Bayraq"
|
85 |
|
156 |
|
157 |
#: admin/import_export.php:141
|
158 |
#, php-format
|
159 |
+
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."
|
160 |
msgstr ""
|
161 |
|
162 |
#: admin/import_export.php:142
|
lang/qtranslate-bg_BG.mo
CHANGED
Binary file
|
lang/qtranslate-bg_BG.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: qTranslate-X 3.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-02-
|
6 |
"PO-Revision-Date: 2010-01-13 16:56+0200\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -10,53 +10,59 @@ msgstr ""
|
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
|
13 |
-
#: admin/activation_hook.php:37
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
#, php-format
|
15 |
msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously."
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: admin/activation_hook.php:
|
19 |
#, php-format
|
20 |
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"
|
21 |
msgstr ""
|
22 |
|
23 |
-
#: admin/activation_hook.php:
|
24 |
#, php-format
|
25 |
msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s"
|
26 |
msgstr ""
|
27 |
|
28 |
-
#: admin/activation_hook.php:
|
29 |
#, php-format
|
30 |
msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/<a href=\"%s\">Languages</a> configuration page. Then you have to deactivate one of the plugins to continue."
|
31 |
msgstr ""
|
32 |
|
33 |
-
#: admin/activation_hook.php:
|
34 |
#, php-format
|
35 |
msgid "Deactivate %s"
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: admin/activation_hook.php:
|
39 |
#, php-format
|
40 |
msgid "Thank you for using %s plugin!"
|
41 |
msgstr ""
|
42 |
|
43 |
-
#: admin/activation_hook.php:
|
44 |
#, php-format
|
45 |
msgid "Please, help us to make a decision on \"%s\" feature, press the button below."
|
46 |
msgstr ""
|
47 |
|
48 |
-
#: admin/activation_hook.php:
|
49 |
#: qtranslate_services.php:787
|
50 |
#, fuzzy
|
51 |
msgid "Translation Service"
|
52 |
msgstr "Услуги qTranslate"
|
53 |
|
54 |
-
#: admin/activation_hook.php:
|
55 |
#, php-format
|
56 |
msgid "Survey on \"%s\" feature"
|
57 |
msgstr ""
|
58 |
|
59 |
-
#: admin/activation_hook.php:
|
60 |
msgid "I have already done it, dismiss this message."
|
61 |
msgstr ""
|
62 |
|
@@ -73,6 +79,7 @@ msgid "Database has been converted to legacy dual-tag format."
|
|
73 |
msgstr ""
|
74 |
|
75 |
#: admin/admin_utils.php:254 qtranslate_configuration.php:460
|
|
|
76 |
msgid "Flag"
|
77 |
msgstr "Знаме"
|
78 |
|
@@ -149,7 +156,7 @@ msgstr ""
|
|
149 |
|
150 |
#: admin/import_export.php:141
|
151 |
#, php-format
|
152 |
-
msgid "The square bracket language tag %s only will be used as opposite to dual-tag %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s."
|
153 |
msgstr ""
|
154 |
|
155 |
#: admin/import_export.php:142
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: qTranslate-X 3.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-02-24 18:17-0700\n"
|
6 |
"PO-Revision-Date: 2010-01-13 16:56+0200\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
|
13 |
+
#: admin/activation_hook.php:37 admin/activation_hook.php:137
|
14 |
+
#: qtranslate_configuration.php:722
|
15 |
+
#, php-format
|
16 |
+
msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so."
|
17 |
+
msgstr ""
|
18 |
+
|
19 |
+
#: admin/activation_hook.php:38
|
20 |
#, php-format
|
21 |
msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously."
|
22 |
msgstr ""
|
23 |
|
24 |
+
#: admin/activation_hook.php:40
|
25 |
#, php-format
|
26 |
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"
|
27 |
msgstr ""
|
28 |
|
29 |
+
#: admin/activation_hook.php:42
|
30 |
#, php-format
|
31 |
msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s"
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: admin/activation_hook.php:135
|
35 |
#, php-format
|
36 |
msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/<a href=\"%s\">Languages</a> configuration page. Then you have to deactivate one of the plugins to continue."
|
37 |
msgstr ""
|
38 |
|
39 |
+
#: admin/activation_hook.php:140 admin/activation_hook.php:142
|
40 |
#, php-format
|
41 |
msgid "Deactivate %s"
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: admin/activation_hook.php:170
|
45 |
#, php-format
|
46 |
msgid "Thank you for using %s plugin!"
|
47 |
msgstr ""
|
48 |
|
49 |
+
#: admin/activation_hook.php:172
|
50 |
#, php-format
|
51 |
msgid "Please, help us to make a decision on \"%s\" feature, press the button below."
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: admin/activation_hook.php:172 admin/activation_hook.php:174
|
55 |
#: qtranslate_services.php:787
|
56 |
#, fuzzy
|
57 |
msgid "Translation Service"
|
58 |
msgstr "Услуги qTranslate"
|
59 |
|
60 |
+
#: admin/activation_hook.php:174
|
61 |
#, php-format
|
62 |
msgid "Survey on \"%s\" feature"
|
63 |
msgstr ""
|
64 |
|
65 |
+
#: admin/activation_hook.php:175
|
66 |
msgid "I have already done it, dismiss this message."
|
67 |
msgstr ""
|
68 |
|
79 |
msgstr ""
|
80 |
|
81 |
#: admin/admin_utils.php:254 qtranslate_configuration.php:460
|
82 |
+
#: qtranslate_frontend.php:169 qtranslate_frontend.php:196
|
83 |
msgid "Flag"
|
84 |
msgstr "Знаме"
|
85 |
|
156 |
|
157 |
#: admin/import_export.php:141
|
158 |
#, php-format
|
159 |
+
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."
|
160 |
msgstr ""
|
161 |
|
162 |
#: admin/import_export.php:142
|
lang/qtranslate-cs_CZ.mo
CHANGED
Binary file
|
lang/qtranslate-cs_CZ.po
CHANGED
@@ -7,7 +7,7 @@ msgid ""
|
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: qTranslate-X 3.0\n"
|
9 |
"Report-Msgid-Bugs-To: \n"
|
10 |
-
"POT-Creation-Date: 2015-02-
|
11 |
"PO-Revision-Date: 2015-02-04 14:41-0000\n"
|
12 |
"Language-Team: qTranslate Team Translators\n"
|
13 |
"MIME-Version: 1.0\n"
|
@@ -21,52 +21,58 @@ msgstr ""
|
|
21 |
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
22 |
"X-Poedit-SearchPath-0: .\n"
|
23 |
|
24 |
-
#: admin/activation_hook.php:37
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
#, php-format
|
26 |
msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously."
|
27 |
msgstr ""
|
28 |
|
29 |
-
#: admin/activation_hook.php:
|
30 |
#, php-format
|
31 |
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"
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: admin/activation_hook.php:
|
35 |
#, php-format
|
36 |
msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s"
|
37 |
msgstr ""
|
38 |
|
39 |
-
#: admin/activation_hook.php:
|
40 |
#, php-format
|
41 |
msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/<a href=\"%s\">Languages</a> configuration page. Then you have to deactivate one of the plugins to continue."
|
42 |
msgstr ""
|
43 |
|
44 |
-
#: admin/activation_hook.php:
|
45 |
#, php-format
|
46 |
msgid "Deactivate %s"
|
47 |
msgstr ""
|
48 |
|
49 |
-
#: admin/activation_hook.php:
|
50 |
#, php-format
|
51 |
msgid "Thank you for using %s plugin!"
|
52 |
msgstr ""
|
53 |
|
54 |
-
#: admin/activation_hook.php:
|
55 |
#, php-format
|
56 |
msgid "Please, help us to make a decision on \"%s\" feature, press the button below."
|
57 |
msgstr ""
|
58 |
|
59 |
-
#: admin/activation_hook.php:
|
60 |
#: qtranslate_services.php:787
|
61 |
msgid "Translation Service"
|
62 |
msgstr "Překladatelská služba"
|
63 |
|
64 |
-
#: admin/activation_hook.php:
|
65 |
#, php-format
|
66 |
msgid "Survey on \"%s\" feature"
|
67 |
msgstr ""
|
68 |
|
69 |
-
#: admin/activation_hook.php:
|
70 |
msgid "I have already done it, dismiss this message."
|
71 |
msgstr ""
|
72 |
|
@@ -83,6 +89,7 @@ msgid "Database has been converted to legacy dual-tag format."
|
|
83 |
msgstr ""
|
84 |
|
85 |
#: admin/admin_utils.php:254 qtranslate_configuration.php:460
|
|
|
86 |
msgid "Flag"
|
87 |
msgstr "Vlajka"
|
88 |
|
@@ -157,7 +164,7 @@ msgstr ""
|
|
157 |
|
158 |
#: admin/import_export.php:141
|
159 |
#, php-format
|
160 |
-
msgid "The square bracket language tag %s only will be used as opposite to dual-tag %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s."
|
161 |
msgstr ""
|
162 |
|
163 |
#: admin/import_export.php:142
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: qTranslate-X 3.0\n"
|
9 |
"Report-Msgid-Bugs-To: \n"
|
10 |
+
"POT-Creation-Date: 2015-02-24 18:17-0700\n"
|
11 |
"PO-Revision-Date: 2015-02-04 14:41-0000\n"
|
12 |
"Language-Team: qTranslate Team Translators\n"
|
13 |
"MIME-Version: 1.0\n"
|
21 |
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
22 |
"X-Poedit-SearchPath-0: .\n"
|
23 |
|
24 |
+
#: admin/activation_hook.php:37 admin/activation_hook.php:137
|
25 |
+
#: qtranslate_configuration.php:722
|
26 |
+
#, php-format
|
27 |
+
msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so."
|
28 |
+
msgstr ""
|
29 |
+
|
30 |
+
#: admin/activation_hook.php:38
|
31 |
#, php-format
|
32 |
msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously."
|
33 |
msgstr ""
|
34 |
|
35 |
+
#: admin/activation_hook.php:40
|
36 |
#, php-format
|
37 |
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"
|
38 |
msgstr ""
|
39 |
|
40 |
+
#: admin/activation_hook.php:42
|
41 |
#, php-format
|
42 |
msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s"
|
43 |
msgstr ""
|
44 |
|
45 |
+
#: admin/activation_hook.php:135
|
46 |
#, php-format
|
47 |
msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/<a href=\"%s\">Languages</a> configuration page. Then you have to deactivate one of the plugins to continue."
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: admin/activation_hook.php:140 admin/activation_hook.php:142
|
51 |
#, php-format
|
52 |
msgid "Deactivate %s"
|
53 |
msgstr ""
|
54 |
|
55 |
+
#: admin/activation_hook.php:170
|
56 |
#, php-format
|
57 |
msgid "Thank you for using %s plugin!"
|
58 |
msgstr ""
|
59 |
|
60 |
+
#: admin/activation_hook.php:172
|
61 |
#, php-format
|
62 |
msgid "Please, help us to make a decision on \"%s\" feature, press the button below."
|
63 |
msgstr ""
|
64 |
|
65 |
+
#: admin/activation_hook.php:172 admin/activation_hook.php:174
|
66 |
#: qtranslate_services.php:787
|
67 |
msgid "Translation Service"
|
68 |
msgstr "Překladatelská služba"
|
69 |
|
70 |
+
#: admin/activation_hook.php:174
|
71 |
#, php-format
|
72 |
msgid "Survey on \"%s\" feature"
|
73 |
msgstr ""
|
74 |
|
75 |
+
#: admin/activation_hook.php:175
|
76 |
msgid "I have already done it, dismiss this message."
|
77 |
msgstr ""
|
78 |
|
89 |
msgstr ""
|
90 |
|
91 |
#: admin/admin_utils.php:254 qtranslate_configuration.php:460
|
92 |
+
#: qtranslate_frontend.php:169 qtranslate_frontend.php:196
|
93 |
msgid "Flag"
|
94 |
msgstr "Vlajka"
|
95 |
|
164 |
|
165 |
#: admin/import_export.php:141
|
166 |
#, php-format
|
167 |
+
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."
|
168 |
msgstr ""
|
169 |
|
170 |
#: admin/import_export.php:142
|
lang/qtranslate-da_DK.mo
CHANGED
Binary file
|
lang/qtranslate-da_DK.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: qTranslate-X 3.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-02-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Jan Christensen <deletestuff@gmail.com>\n"
|
8 |
"Language-Team: Jan Christensen <deletestuff@gmail.com>\n"
|
@@ -13,53 +13,59 @@ msgstr ""
|
|
13 |
"X-Poedit-Country: DENMARK\n"
|
14 |
"X-Poedit-SourceCharset: iso-8859-1\n"
|
15 |
|
16 |
-
#: admin/activation_hook.php:37
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
#, php-format
|
18 |
msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously."
|
19 |
msgstr ""
|
20 |
|
21 |
-
#: admin/activation_hook.php:
|
22 |
#, php-format
|
23 |
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"
|
24 |
msgstr ""
|
25 |
|
26 |
-
#: admin/activation_hook.php:
|
27 |
#, php-format
|
28 |
msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s"
|
29 |
msgstr ""
|
30 |
|
31 |
-
#: admin/activation_hook.php:
|
32 |
#, php-format
|
33 |
msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/<a href=\"%s\">Languages</a> configuration page. Then you have to deactivate one of the plugins to continue."
|
34 |
msgstr ""
|
35 |
|
36 |
-
#: admin/activation_hook.php:
|
37 |
#, php-format
|
38 |
msgid "Deactivate %s"
|
39 |
msgstr ""
|
40 |
|
41 |
-
#: admin/activation_hook.php:
|
42 |
#, php-format
|
43 |
msgid "Thank you for using %s plugin!"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: admin/activation_hook.php:
|
47 |
#, php-format
|
48 |
msgid "Please, help us to make a decision on \"%s\" feature, press the button below."
|
49 |
msgstr ""
|
50 |
|
51 |
-
#: admin/activation_hook.php:
|
52 |
#: qtranslate_services.php:787
|
53 |
#, fuzzy
|
54 |
msgid "Translation Service"
|
55 |
msgstr "qTranslate Services"
|
56 |
|
57 |
-
#: admin/activation_hook.php:
|
58 |
#, php-format
|
59 |
msgid "Survey on \"%s\" feature"
|
60 |
msgstr ""
|
61 |
|
62 |
-
#: admin/activation_hook.php:
|
63 |
msgid "I have already done it, dismiss this message."
|
64 |
msgstr ""
|
65 |
|
@@ -76,6 +82,7 @@ msgid "Database has been converted to legacy dual-tag format."
|
|
76 |
msgstr ""
|
77 |
|
78 |
#: admin/admin_utils.php:254 qtranslate_configuration.php:460
|
|
|
79 |
msgid "Flag"
|
80 |
msgstr "Flag"
|
81 |
|
@@ -152,7 +159,7 @@ msgstr ""
|
|
152 |
|
153 |
#: admin/import_export.php:141
|
154 |
#, php-format
|
155 |
-
msgid "The square bracket language tag %s only will be used as opposite to dual-tag %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s."
|
156 |
msgstr ""
|
157 |
|
158 |
#: admin/import_export.php:142
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: qTranslate-X 3.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-02-24 18:17-0700\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Jan Christensen <deletestuff@gmail.com>\n"
|
8 |
"Language-Team: Jan Christensen <deletestuff@gmail.com>\n"
|
13 |
"X-Poedit-Country: DENMARK\n"
|
14 |
"X-Poedit-SourceCharset: iso-8859-1\n"
|
15 |
|
16 |
+
#: admin/activation_hook.php:37 admin/activation_hook.php:137
|
17 |
+
#: qtranslate_configuration.php:722
|
18 |
+
#, php-format
|
19 |
+
msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so."
|
20 |
+
msgstr ""
|
21 |
+
|
22 |
+
#: admin/activation_hook.php:38
|
23 |
#, php-format
|
24 |
msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously."
|
25 |
msgstr ""
|
26 |
|
27 |
+
#: admin/activation_hook.php:40
|
28 |
#, php-format
|
29 |
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"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: admin/activation_hook.php:42
|
33 |
#, php-format
|
34 |
msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s"
|
35 |
msgstr ""
|
36 |
|
37 |
+
#: admin/activation_hook.php:135
|
38 |
#, php-format
|
39 |
msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/<a href=\"%s\">Languages</a> configuration page. Then you have to deactivate one of the plugins to continue."
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: admin/activation_hook.php:140 admin/activation_hook.php:142
|
43 |
#, php-format
|
44 |
msgid "Deactivate %s"
|
45 |
msgstr ""
|
46 |
|
47 |
+
#: admin/activation_hook.php:170
|
48 |
#, php-format
|
49 |
msgid "Thank you for using %s plugin!"
|
50 |
msgstr ""
|
51 |
|
52 |
+
#: admin/activation_hook.php:172
|
53 |
#, php-format
|
54 |
msgid "Please, help us to make a decision on \"%s\" feature, press the button below."
|
55 |
msgstr ""
|
56 |
|
57 |
+
#: admin/activation_hook.php:172 admin/activation_hook.php:174
|
58 |
#: qtranslate_services.php:787
|
59 |
#, fuzzy
|
60 |
msgid "Translation Service"
|
61 |
msgstr "qTranslate Services"
|
62 |
|
63 |
+
#: admin/activation_hook.php:174
|
64 |
#, php-format
|
65 |
msgid "Survey on \"%s\" feature"
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: admin/activation_hook.php:175
|
69 |
msgid "I have already done it, dismiss this message."
|
70 |
msgstr ""
|
71 |
|
82 |
msgstr ""
|
83 |
|
84 |
#: admin/admin_utils.php:254 qtranslate_configuration.php:460
|
85 |
+
#: qtranslate_frontend.php:169 qtranslate_frontend.php:196
|
86 |
msgid "Flag"
|
87 |
msgstr "Flag"
|
88 |
|
159 |
|
160 |
#: admin/import_export.php:141
|
161 |
#, php-format
|
162 |
+
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."
|
163 |
msgstr ""
|
164 |
|
165 |
#: admin/import_export.php:142
|
lang/qtranslate-de_DE.mo
CHANGED
Binary file
|
lang/qtranslate-de_DE.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: qTranslate-X 3.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-02-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Qian Qin <mail@qianqin.de>\n"
|
8 |
"Language-Team: Qian Qin <mail@qianqin.de>\n"
|
@@ -13,53 +13,59 @@ msgstr ""
|
|
13 |
"X-Poedit-Country: GERMANY\n"
|
14 |
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
|
16 |
-
#: admin/activation_hook.php:37
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
#, php-format
|
18 |
msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously."
|
19 |
msgstr ""
|
20 |
|
21 |
-
#: admin/activation_hook.php:
|
22 |
#, php-format
|
23 |
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"
|
24 |
msgstr ""
|
25 |
|
26 |
-
#: admin/activation_hook.php:
|
27 |
#, php-format
|
28 |
msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s"
|
29 |
msgstr ""
|
30 |
|
31 |
-
#: admin/activation_hook.php:
|
32 |
#, php-format
|
33 |
msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/<a href=\"%s\">Languages</a> configuration page. Then you have to deactivate one of the plugins to continue."
|
34 |
msgstr ""
|
35 |
|
36 |
-
#: admin/activation_hook.php:
|
37 |
#, php-format
|
38 |
msgid "Deactivate %s"
|
39 |
msgstr ""
|
40 |
|
41 |
-
#: admin/activation_hook.php:
|
42 |
#, php-format
|
43 |
msgid "Thank you for using %s plugin!"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: admin/activation_hook.php:
|
47 |
#, php-format
|
48 |
msgid "Please, help us to make a decision on \"%s\" feature, press the button below."
|
49 |
msgstr ""
|
50 |
|
51 |
-
#: admin/activation_hook.php:
|
52 |
#: qtranslate_services.php:787
|
53 |
#, fuzzy
|
54 |
msgid "Translation Service"
|
55 |
msgstr "qTranslate Services"
|
56 |
|
57 |
-
#: admin/activation_hook.php:
|
58 |
#, php-format
|
59 |
msgid "Survey on \"%s\" feature"
|
60 |
msgstr ""
|
61 |
|
62 |
-
#: admin/activation_hook.php:
|
63 |
msgid "I have already done it, dismiss this message."
|
64 |
msgstr ""
|
65 |
|
@@ -76,6 +82,7 @@ msgid "Database has been converted to legacy dual-tag format."
|
|
76 |
msgstr ""
|
77 |
|
78 |
#: admin/admin_utils.php:254 qtranslate_configuration.php:460
|
|
|
79 |
msgid "Flag"
|
80 |
msgstr "Flagge"
|
81 |
|
@@ -135,7 +142,7 @@ msgstr "Wenn ein Update von qTranslate 1.x oder Polyglot erfolgt ist, bitte <a h
|
|
135 |
#: admin/import_export.php:137
|
136 |
#, php-format
|
137 |
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 <a href=\"%s\">click here</a> to mark all existing posts as written in the default language."
|
138 |
-
msgstr "Wenn qTranslate zum ersten Mal auf einem Wordpress System installiert wurde,
|
139 |
|
140 |
#: admin/import_export.php:138
|
141 |
msgid "Both processes are <b>irreversible</b>! Be sure to make a full database backup before clicking one of the links."
|
@@ -152,7 +159,7 @@ msgstr ""
|
|
152 |
|
153 |
#: admin/import_export.php:141
|
154 |
#, php-format
|
155 |
-
msgid "The square bracket language tag %s only will be used as opposite to dual-tag %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s."
|
156 |
msgstr ""
|
157 |
|
158 |
#: admin/import_export.php:142
|
@@ -181,7 +188,7 @@ msgstr "Lösche außerdem alle Überetzungen für Kategorien/Tags/Link Kategorie
|
|
181 |
|
182 |
#: admin/import_export.php:159
|
183 |
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)."
|
184 |
-
msgstr "Wenn etwas nicht korrekt funktioniert, kann man versuchen qTranslate zurückzusetzen. Der Vorgang löscht keine
|
185 |
|
186 |
#: qtranslate_configuration.php:447
|
187 |
msgid "Language Management"
|
@@ -193,7 +200,7 @@ msgstr "Sprachcode"
|
|
193 |
|
194 |
#: qtranslate_configuration.php:457
|
195 |
msgid "2-Letter <a href=\"http://www.w3.org/WAI/ER/IG/ert/iso639.htm#2letter\">ISO Language Code</a> for the Language you want to insert. (Example: en)"
|
196 |
-
msgstr "2-Zeichen <a href=\"http://www.w3.org/WAI/ER/IG/ert/iso639.htm#2letter\">ISO
|
197 |
|
198 |
#: qtranslate_configuration.php:485
|
199 |
msgid "Incorrect Flag Image Path! Please correct it!"
|
@@ -205,7 +212,7 @@ msgstr "Wähle die Landesflagge für deine Sprache. (Beispiel: de.png)"
|
|
205 |
|
206 |
#: qtranslate_configuration.php:502
|
207 |
msgid "The Name of the language, which will be displayed on the site. (Example: English)"
|
208 |
-
msgstr "Der Name der
|
209 |
|
210 |
#: qtranslate_configuration.php:505
|
211 |
msgid "Locale"
|
@@ -213,7 +220,7 @@ msgstr "Locale"
|
|
213 |
|
214 |
#: qtranslate_configuration.php:508
|
215 |
msgid "PHP and Wordpress Locale for the language. (Example: en_US)"
|
216 |
-
msgstr "PHP/Wordpress
|
217 |
|
218 |
#: qtranslate_configuration.php:509
|
219 |
msgid "You will need to install the .mo file for this language."
|
@@ -274,7 +281,7 @@ msgstr "qTranslate wurde in den Ausgangszustand zurückgesetzt."
|
|
274 |
|
275 |
#: qtranslate_configuration.php:716
|
276 |
msgid "Gettext databases updated."
|
277 |
-
msgstr "Gettext
|
278 |
|
279 |
#: qtranslate_configuration.php:722
|
280 |
#, php-format
|
@@ -347,7 +354,7 @@ msgstr "Die Sprache ist bereits an erster Stelle!"
|
|
347 |
|
348 |
#: qtranslate_configuration.php:881 qtranslate_configuration.php:897
|
349 |
msgid "New order saved."
|
350 |
-
msgstr "Neuer Auftrag
|
351 |
|
352 |
#: qtranslate_configuration.php:891
|
353 |
msgid "Language is already last!"
|
@@ -372,7 +379,7 @@ msgstr "Einstellungen speichern »"
|
|
372 |
|
373 |
#: qtranslate_configuration.php:947
|
374 |
msgid "Language Management (qTranslate Configuration)"
|
375 |
-
msgstr "Sprachverwaltung (qTranslate
|
376 |
|
377 |
#: qtranslate_configuration.php:948
|
378 |
#, php-format
|
@@ -420,7 +427,7 @@ msgstr "Verstecke Inhalt, der nicht für die gewählte Sprache verfügbar ist."
|
|
420 |
|
421 |
#: qtranslate_configuration.php:983
|
422 |
msgid "Detect Browser Language"
|
423 |
-
msgstr "Browser
|
424 |
|
425 |
#: qtranslate_configuration.php:985
|
426 |
msgid "Detect the language of the browser and redirect accordingly."
|
@@ -440,7 +447,7 @@ msgstr "URL Veränderungsmodus"
|
|
440 |
|
441 |
#: qtranslate_configuration.php:998
|
442 |
msgid "Most SEO unfriendly, not recommended."
|
443 |
-
msgstr
|
444 |
|
445 |
#: qtranslate_configuration.php:998
|
446 |
msgid "Use Query Mode (?lang=en)"
|
@@ -448,7 +455,7 @@ msgstr "Query-Modus (?lang=de)"
|
|
448 |
|
449 |
#: qtranslate_configuration.php:999
|
450 |
msgid "SEO friendly."
|
451 |
-
msgstr
|
452 |
|
453 |
#: qtranslate_configuration.php:999
|
454 |
msgid "Use Pre-Path Mode (Default, puts /en/ in front of URL)"
|
@@ -476,9 +483,8 @@ msgid "This is only applicable to Pre-Path and Pre-Domain mode."
|
|
476 |
msgstr ""
|
477 |
|
478 |
#: qtranslate_configuration.php:1005
|
479 |
-
#, fuzzy
|
480 |
msgid "Use Per-Domain mode: specify separate user-defined domain for each language."
|
481 |
-
msgstr
|
482 |
|
483 |
#: qtranslate_configuration.php:1022
|
484 |
msgid "Domain for"
|
@@ -489,22 +495,20 @@ msgid "Flag Image Path"
|
|
489 |
msgstr "Pfad für Flaggenbilder"
|
490 |
|
491 |
#: qtranslate_configuration.php:1031
|
492 |
-
#, fuzzy, php-format
|
493 |
msgid "Path to the flag images under wp-content, with trailing slash. (Default: %s, clear the value above to reset it to the default)"
|
494 |
-
msgstr "Pfad für die Flaggenbilder unter wp-content, mit Slash am Ende. (Standard:
|
495 |
|
496 |
#: qtranslate_configuration.php:1035
|
497 |
msgid "Ignore Links"
|
498 |
msgstr "Ignoriere Links"
|
499 |
|
500 |
#: qtranslate_configuration.php:1039
|
501 |
-
#, fuzzy, php-format
|
502 |
msgid "Don't convert links to files of the given file types. (Always included: %s)"
|
503 |
-
msgstr "Konvertiere keine Links zu den gegebenen Dateitypen. (
|
504 |
|
505 |
#: qtranslate_configuration.php:1043
|
506 |
msgid "Update Gettext Databases"
|
507 |
-
msgstr "Aktualisiere Gettext
|
508 |
|
509 |
#: qtranslate_configuration.php:1045
|
510 |
msgid "Automatically check for .mo-Database Updates of installed languages."
|
@@ -528,7 +532,7 @@ msgstr "Benutze emulierte date Funktion."
|
|
528 |
|
529 |
#: qtranslate_configuration.php:1056
|
530 |
msgid "Use emulated date function and replace formats with the predefined formats for each language."
|
531 |
-
msgstr "Benutze emulierte Date
|
532 |
|
533 |
#: qtranslate_configuration.php:1057
|
534 |
msgid "Use strftime instead of date."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: qTranslate-X 3.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-02-24 18:17-0700\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Qian Qin <mail@qianqin.de>\n"
|
8 |
"Language-Team: Qian Qin <mail@qianqin.de>\n"
|
13 |
"X-Poedit-Country: GERMANY\n"
|
14 |
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
|
16 |
+
#: admin/activation_hook.php:37 admin/activation_hook.php:137
|
17 |
+
#: qtranslate_configuration.php:722
|
18 |
+
#, php-format
|
19 |
+
msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so."
|
20 |
+
msgstr ""
|
21 |
+
|
22 |
+
#: admin/activation_hook.php:38
|
23 |
#, php-format
|
24 |
msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously."
|
25 |
msgstr ""
|
26 |
|
27 |
+
#: admin/activation_hook.php:40
|
28 |
#, php-format
|
29 |
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"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: admin/activation_hook.php:42
|
33 |
#, php-format
|
34 |
msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s"
|
35 |
msgstr ""
|
36 |
|
37 |
+
#: admin/activation_hook.php:135
|
38 |
#, php-format
|
39 |
msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/<a href=\"%s\">Languages</a> configuration page. Then you have to deactivate one of the plugins to continue."
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: admin/activation_hook.php:140 admin/activation_hook.php:142
|
43 |
#, php-format
|
44 |
msgid "Deactivate %s"
|
45 |
msgstr ""
|
46 |
|
47 |
+
#: admin/activation_hook.php:170
|
48 |
#, php-format
|
49 |
msgid "Thank you for using %s plugin!"
|
50 |
msgstr ""
|
51 |
|
52 |
+
#: admin/activation_hook.php:172
|
53 |
#, php-format
|
54 |
msgid "Please, help us to make a decision on \"%s\" feature, press the button below."
|
55 |
msgstr ""
|
56 |
|
57 |
+
#: admin/activation_hook.php:172 admin/activation_hook.php:174
|
58 |
#: qtranslate_services.php:787
|
59 |
#, fuzzy
|
60 |
msgid "Translation Service"
|
61 |
msgstr "qTranslate Services"
|
62 |
|
63 |
+
#: admin/activation_hook.php:174
|
64 |
#, php-format
|
65 |
msgid "Survey on \"%s\" feature"
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: admin/activation_hook.php:175
|
69 |
msgid "I have already done it, dismiss this message."
|
70 |
msgstr ""
|
71 |
|
82 |
msgstr ""
|
83 |
|
84 |
#: admin/admin_utils.php:254 qtranslate_configuration.php:460
|
85 |
+
#: qtranslate_frontend.php:169 qtranslate_frontend.php:196
|
86 |
msgid "Flag"
|
87 |
msgstr "Flagge"
|
88 |
|
142 |
#: admin/import_export.php:137
|
143 |
#, php-format
|
144 |
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 <a href=\"%s\">click here</a> to mark all existing posts as written in the default language."
|
145 |
+
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 <a href=\"%s\">hier klicken</a> um alle Einträge der aktuellen Standardsprache zuzuweisen."
|
146 |
|
147 |
#: admin/import_export.php:138
|
148 |
msgid "Both processes are <b>irreversible</b>! Be sure to make a full database backup before clicking one of the links."
|
159 |
|
160 |
#: admin/import_export.php:141
|
161 |
#, php-format
|
162 |
+
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."
|
163 |
msgstr ""
|
164 |
|
165 |
#: admin/import_export.php:142
|
188 |
|
189 |
#: admin/import_export.php:159
|
190 |
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)."
|
191 |
+
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)."
|
192 |
|
193 |
#: qtranslate_configuration.php:447
|
194 |
msgid "Language Management"
|
200 |
|
201 |
#: qtranslate_configuration.php:457
|
202 |
msgid "2-Letter <a href=\"http://www.w3.org/WAI/ER/IG/ert/iso639.htm#2letter\">ISO Language Code</a> for the Language you want to insert. (Example: en)"
|
203 |
+
msgstr "2-Zeichen <a href=\"http://www.w3.org/WAI/ER/IG/ert/iso639.htm#2letter\">ISO-Sprachcode</a> für die Sprache. (Beispiel: de)"
|
204 |
|
205 |
#: qtranslate_configuration.php:485
|
206 |
msgid "Incorrect Flag Image Path! Please correct it!"
|
212 |
|
213 |
#: qtranslate_configuration.php:502
|
214 |
msgid "The Name of the language, which will be displayed on the site. (Example: English)"
|
215 |
+
msgstr "Der Name der Sprache, der auf der Seite angezeigt wird. (Beispiel: Deutsch)"
|
216 |
|
217 |
#: qtranslate_configuration.php:505
|
218 |
msgid "Locale"
|
220 |
|
221 |
#: qtranslate_configuration.php:508
|
222 |
msgid "PHP and Wordpress Locale for the language. (Example: en_US)"
|
223 |
+
msgstr "PHP/Wordpress-Locale für die Sprache. (Beispiel: de_DE)"
|
224 |
|
225 |
#: qtranslate_configuration.php:509
|
226 |
msgid "You will need to install the .mo file for this language."
|
281 |
|
282 |
#: qtranslate_configuration.php:716
|
283 |
msgid "Gettext databases updated."
|
284 |
+
msgstr "Gettext-Datenbanken wurden aktualisiert."
|
285 |
|
286 |
#: qtranslate_configuration.php:722
|
287 |
#, php-format
|
354 |
|
355 |
#: qtranslate_configuration.php:881 qtranslate_configuration.php:897
|
356 |
msgid "New order saved."
|
357 |
+
msgstr "Neuer Auftrag gespeichert."
|
358 |
|
359 |
#: qtranslate_configuration.php:891
|
360 |
msgid "Language is already last!"
|
379 |
|
380 |
#: qtranslate_configuration.php:947
|
381 |
msgid "Language Management (qTranslate Configuration)"
|
382 |
+
msgstr "Sprachverwaltung (qTranslate-Einstellungen)"
|
383 |
|
384 |
#: qtranslate_configuration.php:948
|
385 |
#, php-format
|
427 |
|
428 |
#: qtranslate_configuration.php:983
|
429 |
msgid "Detect Browser Language"
|
430 |
+
msgstr "Browser-Sprache erkennen"
|
431 |
|
432 |
#: qtranslate_configuration.php:985
|
433 |
msgid "Detect the language of the browser and redirect accordingly."
|
447 |
|
448 |
#: qtranslate_configuration.php:998
|
449 |
msgid "Most SEO unfriendly, not recommended."
|
450 |
+
msgstr "Überhaupt nicht suchmaschinenfreundlich. Nicht empfohlen."
|
451 |
|
452 |
#: qtranslate_configuration.php:998
|
453 |
msgid "Use Query Mode (?lang=en)"
|
455 |
|
456 |
#: qtranslate_configuration.php:999
|
457 |
msgid "SEO friendly."
|
458 |
+
msgstr "Suchmaschinenfreundlich"
|
459 |
|
460 |
#: qtranslate_configuration.php:999
|
461 |
msgid "Use Pre-Path Mode (Default, puts /en/ in front of URL)"
|
483 |
msgstr ""
|
484 |
|
485 |
#: qtranslate_configuration.php:1005
|
|
|
486 |
msgid "Use Per-Domain mode: specify separate user-defined domain for each language."
|
487 |
+
msgstr ""
|
488 |
|
489 |
#: qtranslate_configuration.php:1022
|
490 |
msgid "Domain for"
|
495 |
msgstr "Pfad für Flaggenbilder"
|
496 |
|
497 |
#: qtranslate_configuration.php:1031
|
|
|
498 |
msgid "Path to the flag images under wp-content, with trailing slash. (Default: %s, clear the value above to reset it to the default)"
|
499 |
+
msgstr "Pfad für die Flaggenbilder unter wp-content, mit Slash am Ende. (Standard: %s. Wert löschen, um ihn zurückzusetzen)"
|
500 |
|
501 |
#: qtranslate_configuration.php:1035
|
502 |
msgid "Ignore Links"
|
503 |
msgstr "Ignoriere Links"
|
504 |
|
505 |
#: qtranslate_configuration.php:1039
|
|
|
506 |
msgid "Don't convert links to files of the given file types. (Always included: %s)"
|
507 |
+
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)"
|
508 |
|
509 |
#: qtranslate_configuration.php:1043
|
510 |
msgid "Update Gettext Databases"
|
511 |
+
msgstr "Aktualisiere Gettext-Datenbanken"
|
512 |
|
513 |
#: qtranslate_configuration.php:1045
|
514 |
msgid "Automatically check for .mo-Database Updates of installed languages."
|
532 |
|
533 |
#: qtranslate_configuration.php:1056
|
534 |
msgid "Use emulated date function and replace formats with the predefined formats for each language."
|
535 |
+
msgstr "Benutze emulierte Date-Funktion und ersetze alle Formate mit den vordefinierten aus jeder Sprache."
|
536 |
|
537 |
#: qtranslate_configuration.php:1057
|
538 |
msgid "Use strftime instead of date."
|
lang/qtranslate-eo.mo
CHANGED
Binary file
|
lang/qtranslate-eo.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: qTranslate-X 3.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-02-
|
6 |
"PO-Revision-Date: 2011-01-20 16:09+0100\n"
|
7 |
"Last-Translator: felix.zesch <felix.zesch@gmail.com>\n"
|
8 |
"Language-Team: German <kde-i18n-de@kde.org>\n"
|
@@ -12,52 +12,58 @@ msgstr ""
|
|
12 |
"X-Generator: Lokalize 1.1\n"
|
13 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
14 |
|
15 |
-
#: admin/activation_hook.php:37
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
#, php-format
|
17 |
msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously."
|
18 |
msgstr ""
|
19 |
|
20 |
-
#: admin/activation_hook.php:
|
21 |
#, php-format
|
22 |
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"
|
23 |
msgstr ""
|
24 |
|
25 |
-
#: admin/activation_hook.php:
|
26 |
#, php-format
|
27 |
msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s"
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: admin/activation_hook.php:
|
31 |
#, php-format
|
32 |
msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/<a href=\"%s\">Languages</a> configuration page. Then you have to deactivate one of the plugins to continue."
|
33 |
msgstr ""
|
34 |
|
35 |
-
#: admin/activation_hook.php:
|
36 |
#, php-format
|
37 |
msgid "Deactivate %s"
|
38 |
msgstr ""
|
39 |
|
40 |
-
#: admin/activation_hook.php:
|
41 |
#, php-format
|
42 |
msgid "Thank you for using %s plugin!"
|
43 |
msgstr ""
|
44 |
|
45 |
-
#: admin/activation_hook.php:
|
46 |
#, php-format
|
47 |
msgid "Please, help us to make a decision on \"%s\" feature, press the button below."
|
48 |
msgstr ""
|
49 |
|
50 |
-
#: admin/activation_hook.php:
|
51 |
#: qtranslate_services.php:787
|
52 |
msgid "Translation Service"
|
53 |
msgstr ""
|
54 |
|
55 |
-
#: admin/activation_hook.php:
|
56 |
#, php-format
|
57 |
msgid "Survey on \"%s\" feature"
|
58 |
msgstr ""
|
59 |
|
60 |
-
#: admin/activation_hook.php:
|
61 |
msgid "I have already done it, dismiss this message."
|
62 |
msgstr ""
|
63 |
|
@@ -74,6 +80,7 @@ msgid "Database has been converted to legacy dual-tag format."
|
|
74 |
msgstr ""
|
75 |
|
76 |
#: admin/admin_utils.php:254 qtranslate_configuration.php:460
|
|
|
77 |
msgid "Flag"
|
78 |
msgstr ""
|
79 |
|
@@ -147,7 +154,7 @@ msgstr ""
|
|
147 |
|
148 |
#: admin/import_export.php:141
|
149 |
#, php-format
|
150 |
-
msgid "The square bracket language tag %s only will be used as opposite to dual-tag %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s."
|
151 |
msgstr ""
|
152 |
|
153 |
#: admin/import_export.php:142
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: qTranslate-X 3.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-02-24 18:17-0700\n"
|
6 |
"PO-Revision-Date: 2011-01-20 16:09+0100\n"
|
7 |
"Last-Translator: felix.zesch <felix.zesch@gmail.com>\n"
|
8 |
"Language-Team: German <kde-i18n-de@kde.org>\n"
|
12 |
"X-Generator: Lokalize 1.1\n"
|
13 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
14 |
|
15 |
+
#: admin/activation_hook.php:37 admin/activation_hook.php:137
|
16 |
+
#: qtranslate_configuration.php:722
|
17 |
+
#, php-format
|
18 |
+
msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so."
|
19 |
+
msgstr ""
|
20 |
+
|
21 |
+
#: admin/activation_hook.php:38
|
22 |
#, php-format
|
23 |
msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously."
|
24 |
msgstr ""
|
25 |
|
26 |
+
#: admin/activation_hook.php:40
|
27 |
#, php-format
|
28 |
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"
|
29 |
msgstr ""
|
30 |
|
31 |
+
#: admin/activation_hook.php:42
|
32 |
#, php-format
|
33 |
msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s"
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: admin/activation_hook.php:135
|
37 |
#, php-format
|
38 |
msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/<a href=\"%s\">Languages</a> configuration page. Then you have to deactivate one of the plugins to continue."
|
39 |
msgstr ""
|
40 |
|
41 |
+
#: admin/activation_hook.php:140 admin/activation_hook.php:142
|
42 |
#, php-format
|
43 |
msgid "Deactivate %s"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: admin/activation_hook.php:170
|
47 |
#, php-format
|
48 |
msgid "Thank you for using %s plugin!"
|
49 |
msgstr ""
|
50 |
|
51 |
+
#: admin/activation_hook.php:172
|
52 |
#, php-format
|
53 |
msgid "Please, help us to make a decision on \"%s\" feature, press the button below."
|
54 |
msgstr ""
|
55 |
|
56 |
+
#: admin/activation_hook.php:172 admin/activation_hook.php:174
|
57 |
#: qtranslate_services.php:787
|
58 |
msgid "Translation Service"
|
59 |
msgstr ""
|
60 |
|
61 |
+
#: admin/activation_hook.php:174
|
62 |
#, php-format
|
63 |
msgid "Survey on \"%s\" feature"
|
64 |
msgstr ""
|
65 |
|
66 |
+
#: admin/activation_hook.php:175
|
67 |
msgid "I have already done it, dismiss this message."
|
68 |
msgstr ""
|
69 |
|
80 |
msgstr ""
|
81 |
|
82 |
#: admin/admin_utils.php:254 qtranslate_configuration.php:460
|
83 |
+
#: qtranslate_frontend.php:169 qtranslate_frontend.php:196
|
84 |
msgid "Flag"
|
85 |
msgstr ""
|
86 |
|
154 |
|
155 |
#: admin/import_export.php:141
|
156 |
#, php-format
|
157 |
+
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."
|
158 |
msgstr ""
|
159 |
|
160 |
#: admin/import_export.php:142
|
lang/qtranslate-es_CA.mo
CHANGED
Binary file
|
lang/qtranslate-es_CA.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: qTranslate-X 3.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-02-
|
6 |
"PO-Revision-Date: 2011-02-22 02:55+0100\n"
|
7 |
"Last-Translator: Carlos Sanz <carlos.sanz@gmail.com>\n"
|
8 |
"Language-Team: Carlos A Sanz García <carlos.sanz@gmail.com>\n"
|
@@ -13,53 +13,59 @@ msgstr ""
|
|
13 |
"X-Poedit-Country: CATALÀ\n"
|
14 |
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
|
16 |
-
#: admin/activation_hook.php:37
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
#, php-format
|
18 |
msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously."
|
19 |
msgstr ""
|
20 |
|
21 |
-
#: admin/activation_hook.php:
|
22 |
#, php-format
|
23 |
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"
|
24 |
msgstr ""
|
25 |
|
26 |
-
#: admin/activation_hook.php:
|
27 |
#, php-format
|
28 |
msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s"
|
29 |
msgstr ""
|
30 |
|
31 |
-
#: admin/activation_hook.php:
|
32 |
#, php-format
|
33 |
msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/<a href=\"%s\">Languages</a> configuration page. Then you have to deactivate one of the plugins to continue."
|
34 |
msgstr ""
|
35 |
|
36 |
-
#: admin/activation_hook.php:
|
37 |
#, php-format
|
38 |
msgid "Deactivate %s"
|
39 |
msgstr ""
|
40 |
|
41 |
-
#: admin/activation_hook.php:
|
42 |
#, php-format
|
43 |
msgid "Thank you for using %s plugin!"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: admin/activation_hook.php:
|
47 |
#, php-format
|
48 |
msgid "Please, help us to make a decision on \"%s\" feature, press the button below."
|
49 |
msgstr ""
|
50 |
|
51 |
-
#: admin/activation_hook.php:
|
52 |
#: qtranslate_services.php:787
|
53 |
#, fuzzy
|
54 |
msgid "Translation Service"
|
55 |
msgstr "Serveis qTranslate"
|
56 |
|
57 |
-
#: admin/activation_hook.php:
|
58 |
#, php-format
|
59 |
msgid "Survey on \"%s\" feature"
|
60 |
msgstr ""
|
61 |
|
62 |
-
#: admin/activation_hook.php:
|
63 |
msgid "I have already done it, dismiss this message."
|
64 |
msgstr ""
|
65 |
|
@@ -76,6 +82,7 @@ msgid "Database has been converted to legacy dual-tag format."
|
|
76 |
msgstr ""
|
77 |
|
78 |
#: admin/admin_utils.php:254 qtranslate_configuration.php:460
|
|
|
79 |
msgid "Flag"
|
80 |
msgstr "Bandera"
|
81 |
|
@@ -152,7 +159,7 @@ msgstr ""
|
|
152 |
|
153 |
#: admin/import_export.php:141
|
154 |
#, php-format
|
155 |
-
msgid "The square bracket language tag %s only will be used as opposite to dual-tag %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s."
|
156 |
msgstr ""
|
157 |
|
158 |
#: admin/import_export.php:142
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: qTranslate-X 3.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-02-24 18:17-0700\n"
|
6 |
"PO-Revision-Date: 2011-02-22 02:55+0100\n"
|
7 |
"Last-Translator: Carlos Sanz <carlos.sanz@gmail.com>\n"
|
8 |
"Language-Team: Carlos A Sanz García <carlos.sanz@gmail.com>\n"
|
13 |
"X-Poedit-Country: CATALÀ\n"
|
14 |
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
|
16 |
+
#: admin/activation_hook.php:37 admin/activation_hook.php:137
|
17 |
+
#: qtranslate_configuration.php:722
|
18 |
+
#, php-format
|
19 |
+
msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so."
|
20 |
+
msgstr ""
|
21 |
+
|
22 |
+
#: admin/activation_hook.php:38
|
23 |
#, php-format
|
24 |
msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously."
|
25 |
msgstr ""
|
26 |
|
27 |
+
#: admin/activation_hook.php:40
|
28 |
#, php-format
|
29 |
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"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: admin/activation_hook.php:42
|
33 |
#, php-format
|
34 |
msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s"
|
35 |
msgstr ""
|
36 |
|
37 |
+
#: admin/activation_hook.php:135
|
38 |
#, php-format
|
39 |
msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/<a href=\"%s\">Languages</a> configuration page. Then you have to deactivate one of the plugins to continue."
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: admin/activation_hook.php:140 admin/activation_hook.php:142
|
43 |
#, php-format
|
44 |
msgid "Deactivate %s"
|
45 |
msgstr ""
|
46 |
|
47 |
+
#: admin/activation_hook.php:170
|
48 |
#, php-format
|
49 |
msgid "Thank you for using %s plugin!"
|
50 |
msgstr ""
|
51 |
|
52 |
+
#: admin/activation_hook.php:172
|
53 |
#, php-format
|
54 |
msgid "Please, help us to make a decision on \"%s\" feature, press the button below."
|
55 |
msgstr ""
|
56 |
|
57 |
+
#: admin/activation_hook.php:172 admin/activation_hook.php:174
|
58 |
#: qtranslate_services.php:787
|
59 |
#, fuzzy
|
60 |
msgid "Translation Service"
|
61 |
msgstr "Serveis qTranslate"
|
62 |
|
63 |
+
#: admin/activation_hook.php:174
|
64 |
#, php-format
|
65 |
msgid "Survey on \"%s\" feature"
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: admin/activation_hook.php:175
|
69 |
msgid "I have already done it, dismiss this message."
|
70 |
msgstr ""
|
71 |
|
82 |
msgstr ""
|
83 |
|
84 |
#: admin/admin_utils.php:254 qtranslate_configuration.php:460
|
85 |
+
#: qtranslate_frontend.php:169 qtranslate_frontend.php:196
|
86 |
msgid "Flag"
|
87 |
msgstr "Bandera"
|
88 |
|
159 |
|
160 |
#: admin/import_export.php:141
|
161 |
#, php-format
|
162 |
+
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."
|
163 |
msgstr ""
|
164 |
|
165 |
#: admin/import_export.php:142
|
lang/qtranslate-es_ES.mo
CHANGED
Binary file
|
lang/qtranslate-es_ES.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: qTranslate-X 3.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-02-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Alejandro Urrutia <alejandro@theindependentproject.com>\n"
|
8 |
"Language-Team: The Independent Project <alejandro@theindependentproject.com>\n"
|
@@ -12,53 +12,59 @@ msgstr ""
|
|
12 |
"X-Poedit-Language: Spanish\n"
|
13 |
"X-Poedit-Country: SPAIN\n"
|
14 |
|
15 |
-
#: admin/activation_hook.php:37
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
#, php-format
|
17 |
msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously."
|
18 |
msgstr ""
|
19 |
|
20 |
-
#: admin/activation_hook.php:
|
21 |
#, php-format
|
22 |
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"
|
23 |
msgstr ""
|
24 |
|
25 |
-
#: admin/activation_hook.php:
|
26 |
#, php-format
|
27 |
msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s"
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: admin/activation_hook.php:
|
31 |
#, php-format
|
32 |
msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/<a href=\"%s\">Languages</a> configuration page. Then you have to deactivate one of the plugins to continue."
|
33 |
msgstr ""
|
34 |
|
35 |
-
#: admin/activation_hook.php:
|
36 |
#, php-format
|
37 |
msgid "Deactivate %s"
|
38 |
msgstr ""
|
39 |
|
40 |
-
#: admin/activation_hook.php:
|
41 |
#, php-format
|
42 |
msgid "Thank you for using %s plugin!"
|
43 |
msgstr ""
|
44 |
|
45 |
-
#: admin/activation_hook.php:
|
46 |
#, php-format
|
47 |
msgid "Please, help us to make a decision on \"%s\" feature, press the button below."
|
48 |
msgstr ""
|
49 |
|
50 |
-
#: admin/activation_hook.php:
|
51 |
#: qtranslate_services.php:787
|
52 |
#, fuzzy
|
53 |
msgid "Translation Service"
|
54 |
msgstr "Servicios de qTranslate"
|
55 |
|
56 |
-
#: admin/activation_hook.php:
|
57 |
#, php-format
|
58 |
msgid "Survey on \"%s\" feature"
|
59 |
msgstr ""
|
60 |
|
61 |
-
#: admin/activation_hook.php:
|
62 |
msgid "I have already done it, dismiss this message."
|
63 |
msgstr ""
|
64 |
|
@@ -75,6 +81,7 @@ msgid "Database has been converted to legacy dual-tag format."
|
|
75 |
msgstr ""
|
76 |
|
77 |
#: admin/admin_utils.php:254 qtranslate_configuration.php:460
|
|
|
78 |
msgid "Flag"
|
79 |
msgstr "Bandera"
|
80 |
|
@@ -151,7 +158,7 @@ msgstr ""
|
|
151 |
|
152 |
#: admin/import_export.php:141
|
153 |
#, php-format
|
154 |
-
msgid "The square bracket language tag %s only will be used as opposite to dual-tag %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s."
|
155 |
msgstr ""
|
156 |
|
157 |
#: admin/import_export.php:142
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: qTranslate-X 3.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-02-24 18:17-0700\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Alejandro Urrutia <alejandro@theindependentproject.com>\n"
|
8 |
"Language-Team: The Independent Project <alejandro@theindependentproject.com>\n"
|
12 |
"X-Poedit-Language: Spanish\n"
|
13 |
"X-Poedit-Country: SPAIN\n"
|
14 |
|
15 |
+
#: admin/activation_hook.php:37 admin/activation_hook.php:137
|
16 |
+
#: qtranslate_configuration.php:722
|
17 |
+
#, php-format
|
18 |
+
msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so."
|
19 |
+
msgstr ""
|
20 |
+
|
21 |
+
#: admin/activation_hook.php:38
|
22 |
#, php-format
|
23 |
msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously."
|
24 |
msgstr ""
|
25 |
|
26 |
+
#: admin/activation_hook.php:40
|
27 |
#, php-format
|
28 |
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"
|
29 |
msgstr ""
|
30 |
|
31 |
+
#: admin/activation_hook.php:42
|
32 |
#, php-format
|
33 |
msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s"
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: admin/activation_hook.php:135
|
37 |
#, php-format
|
38 |
msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/<a href=\"%s\">Languages</a> configuration page. Then you have to deactivate one of the plugins to continue."
|
39 |
msgstr ""
|
40 |
|
41 |
+
#: admin/activation_hook.php:140 admin/activation_hook.php:142
|
42 |
#, php-format
|
43 |
msgid "Deactivate %s"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: admin/activation_hook.php:170
|
47 |
#, php-format
|
48 |
msgid "Thank you for using %s plugin!"
|
49 |
msgstr ""
|
50 |
|
51 |
+
#: admin/activation_hook.php:172
|
52 |
#, php-format
|
53 |
msgid "Please, help us to make a decision on \"%s\" feature, press the button below."
|
54 |
msgstr ""
|
55 |
|
56 |
+
#: admin/activation_hook.php:172 admin/activation_hook.php:174
|
57 |
#: qtranslate_services.php:787
|
58 |
#, fuzzy
|
59 |
msgid "Translation Service"
|
60 |
msgstr "Servicios de qTranslate"
|
61 |
|
62 |
+
#: admin/activation_hook.php:174
|
63 |
#, php-format
|
64 |
msgid "Survey on \"%s\" feature"
|
65 |
msgstr ""
|
66 |
|
67 |
+
#: admin/activation_hook.php:175
|
68 |
msgid "I have already done it, dismiss this message."
|
69 |
msgstr ""
|
70 |
|
81 |
msgstr ""
|
82 |
|
83 |
#: admin/admin_utils.php:254 qtranslate_configuration.php:460
|
84 |
+
#: qtranslate_frontend.php:169 qtranslate_frontend.php:196
|
85 |
msgid "Flag"
|
86 |
msgstr "Bandera"
|
87 |
|
158 |
|
159 |
#: admin/import_export.php:141
|
160 |
#, php-format
|
161 |
+
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."
|
162 |
msgstr ""
|
163 |
|
164 |
#: admin/import_export.php:142
|
lang/qtranslate-fr_FR.mo
CHANGED
Binary file
|
lang/qtranslate-fr_FR.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: qTranslate-X 3.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-02-
|
6 |
"PO-Revision-Date: 2009-01-24 23:10+0100\n"
|
7 |
"Last-Translator: Florent <info@eqwalys.fr>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -10,53 +10,59 @@ msgstr ""
|
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
|
13 |
-
#: admin/activation_hook.php:37
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
#, php-format
|
15 |
msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously."
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: admin/activation_hook.php:
|
19 |
#, php-format
|
20 |
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"
|
21 |
msgstr ""
|
22 |
|
23 |
-
#: admin/activation_hook.php:
|
24 |
#, php-format
|
25 |
msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s"
|
26 |
msgstr ""
|
27 |
|
28 |
-
#: admin/activation_hook.php:
|
29 |
#, php-format
|
30 |
msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/<a href=\"%s\">Languages</a> configuration page. Then you have to deactivate one of the plugins to continue."
|
31 |
msgstr ""
|
32 |
|
33 |
-
#: admin/activation_hook.php:
|
34 |
#, php-format
|
35 |
msgid "Deactivate %s"
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: admin/activation_hook.php:
|
39 |
#, php-format
|
40 |
msgid "Thank you for using %s plugin!"
|
41 |
msgstr ""
|
42 |
|
43 |
-
#: admin/activation_hook.php:
|
44 |
#, php-format
|
45 |
msgid "Please, help us to make a decision on \"%s\" feature, press the button below."
|
46 |
msgstr ""
|
47 |
|
48 |
-
#: admin/activation_hook.php:
|
49 |
#: qtranslate_services.php:787
|
50 |
#, fuzzy
|
51 |
msgid "Translation Service"
|
52 |
msgstr "qTranslate"
|
53 |
|
54 |
-
#: admin/activation_hook.php:
|
55 |
#, php-format
|
56 |
msgid "Survey on \"%s\" feature"
|
57 |
msgstr ""
|
58 |
|
59 |
-
#: admin/activation_hook.php:
|
60 |
msgid "I have already done it, dismiss this message."
|
61 |
msgstr ""
|
62 |
|
@@ -73,6 +79,7 @@ msgid "Database has been converted to legacy dual-tag format."
|
|
73 |
msgstr ""
|
74 |
|
75 |
#: admin/admin_utils.php:254 qtranslate_configuration.php:460
|
|
|
76 |
msgid "Flag"
|
77 |
msgstr "Drapeau"
|
78 |
|
@@ -149,7 +156,7 @@ msgstr ""
|
|
149 |
|
150 |
#: admin/import_export.php:141
|
151 |
#, php-format
|
152 |
-
msgid "The square bracket language tag %s only will be used as opposite to dual-tag %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s."
|
153 |
msgstr ""
|
154 |
|
155 |
#: admin/import_export.php:142
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: qTranslate-X 3.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-02-24 18:17-0700\n"
|
6 |
"PO-Revision-Date: 2009-01-24 23:10+0100\n"
|
7 |
"Last-Translator: Florent <info@eqwalys.fr>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
|
13 |
+
#: admin/activation_hook.php:37 admin/activation_hook.php:137
|
14 |
+
#: qtranslate_configuration.php:722
|
15 |
+
#, php-format
|
16 |
+
msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so."
|
17 |
+
msgstr ""
|
18 |
+
|
19 |
+
#: admin/activation_hook.php:38
|
20 |
#, php-format
|
21 |
msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously."
|
22 |
msgstr ""
|
23 |
|
24 |
+
#: admin/activation_hook.php:40
|
25 |
#, php-format
|
26 |
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"
|
27 |
msgstr ""
|
28 |
|
29 |
+
#: admin/activation_hook.php:42
|
30 |
#, php-format
|
31 |
msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s"
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: admin/activation_hook.php:135
|
35 |
#, php-format
|
36 |
msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/<a href=\"%s\">Languages</a> configuration page. Then you have to deactivate one of the plugins to continue."
|
37 |
msgstr ""
|
38 |
|
39 |
+
#: admin/activation_hook.php:140 admin/activation_hook.php:142
|
40 |
#, php-format
|
41 |
msgid "Deactivate %s"
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: admin/activation_hook.php:170
|
45 |
#, php-format
|
46 |
msgid "Thank you for using %s plugin!"
|
47 |
msgstr ""
|
48 |
|
49 |
+
#: admin/activation_hook.php:172
|
50 |
#, php-format
|
51 |
msgid "Please, help us to make a decision on \"%s\" feature, press the button below."
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: admin/activation_hook.php:172 admin/activation_hook.php:174
|
55 |
#: qtranslate_services.php:787
|
56 |
#, fuzzy
|
57 |
msgid "Translation Service"
|
58 |
msgstr "qTranslate"
|
59 |
|
60 |
+
#: admin/activation_hook.php:174
|
61 |
#, php-format
|
62 |
msgid "Survey on \"%s\" feature"
|
63 |
msgstr ""
|
64 |
|
65 |
+
#: admin/activation_hook.php:175
|
66 |
msgid "I have already done it, dismiss this message."
|
67 |
msgstr ""
|
68 |
|
79 |
msgstr ""
|
80 |
|
81 |
#: admin/admin_utils.php:254 qtranslate_configuration.php:460
|
82 |
+
#: qtranslate_frontend.php:169 qtranslate_frontend.php:196
|
83 |
msgid "Flag"
|
84 |
msgstr "Drapeau"
|
85 |
|
156 |
|
157 |
#: admin/import_export.php:141
|
158 |
#, php-format
|
159 |
+
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."
|
160 |
msgstr ""
|
161 |
|
162 |
#: admin/import_export.php:142
|
lang/qtranslate-hr_HR.mo
CHANGED
Binary file
|
lang/qtranslate-hr_HR.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: qTranslate-X 3.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-02-
|
6 |
"PO-Revision-Date: 2015-02-20 22:38-0800\n"
|
7 |
"Last-Translator: Sheldon Miles <kingamongmen@gmail.com>\n"
|
8 |
"Language-Team: qTranslate Team\n"
|
@@ -12,53 +12,59 @@ msgstr ""
|
|
12 |
"Language: hr_HR\n"
|
13 |
"X-Generator: Poedit 1.7.4\n"
|
14 |
|
15 |
-
#: admin/activation_hook.php:37
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
#, php-format
|
17 |
msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously."
|
18 |
msgstr ""
|
19 |
|
20 |
-
#: admin/activation_hook.php:
|
21 |
#, php-format
|
22 |
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"
|
23 |
msgstr ""
|
24 |
|
25 |
-
#: admin/activation_hook.php:
|
26 |
#, php-format
|
27 |
msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s"
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: admin/activation_hook.php:
|
31 |
#, php-format
|
32 |
msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/<a href=\"%s\">Languages</a> configuration page. Then you have to deactivate one of the plugins to continue."
|
33 |
msgstr ""
|
34 |
|
35 |
-
#: admin/activation_hook.php:
|
36 |
#, fuzzy, php-format
|
37 |
msgid "Deactivate %s"
|
38 |
msgstr "Deaktivirali"
|
39 |
|
40 |
-
#: admin/activation_hook.php:
|
41 |
#, php-format
|
42 |
msgid "Thank you for using %s plugin!"
|
43 |
msgstr ""
|
44 |
|
45 |
-
#: admin/activation_hook.php:
|
46 |
#, php-format
|
47 |
msgid "Please, help us to make a decision on \"%s\" feature, press the button below."
|
48 |
msgstr ""
|
49 |
|
50 |
-
#: admin/activation_hook.php:
|
51 |
#: qtranslate_services.php:787
|
52 |
#, fuzzy
|
53 |
msgid "Translation Service"
|
54 |
msgstr "qTranslate"
|
55 |
|
56 |
-
#: admin/activation_hook.php:
|
57 |
#, php-format
|
58 |
msgid "Survey on \"%s\" feature"
|
59 |
msgstr ""
|
60 |
|
61 |
-
#: admin/activation_hook.php:
|
62 |
msgid "I have already done it, dismiss this message."
|
63 |
msgstr ""
|
64 |
|
@@ -75,6 +81,7 @@ msgid "Database has been converted to legacy dual-tag format."
|
|
75 |
msgstr ""
|
76 |
|
77 |
#: admin/admin_utils.php:254 qtranslate_configuration.php:460
|
|
|
78 |
msgid "Flag"
|
79 |
msgstr "Zastava"
|
80 |
|
@@ -150,7 +157,7 @@ msgstr ""
|
|
150 |
|
151 |
#: admin/import_export.php:141
|
152 |
#, php-format
|
153 |
-
msgid "The square bracket language tag %s only will be used as opposite to dual-tag %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s."
|
154 |
msgstr ""
|
155 |
|
156 |
#: admin/import_export.php:142
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: qTranslate-X 3.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-02-24 18:17-0700\n"
|
6 |
"PO-Revision-Date: 2015-02-20 22:38-0800\n"
|
7 |
"Last-Translator: Sheldon Miles <kingamongmen@gmail.com>\n"
|
8 |
"Language-Team: qTranslate Team\n"
|
12 |
"Language: hr_HR\n"
|
13 |
"X-Generator: Poedit 1.7.4\n"
|
14 |
|
15 |
+
#: admin/activation_hook.php:37 admin/activation_hook.php:137
|
16 |
+
#: qtranslate_configuration.php:722
|
17 |
+
#, php-format
|
18 |
+
msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so."
|
19 |
+
msgstr ""
|
20 |
+
|
21 |
+
#: admin/activation_hook.php:38
|
22 |
#, php-format
|
23 |
msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously."
|
24 |
msgstr ""
|
25 |
|
26 |
+
#: admin/activation_hook.php:40
|
27 |
#, php-format
|
28 |
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"
|
29 |
msgstr ""
|
30 |
|
31 |
+
#: admin/activation_hook.php:42
|
32 |
#, php-format
|
33 |
msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s"
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: admin/activation_hook.php:135
|
37 |
#, php-format
|
38 |
msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/<a href=\"%s\">Languages</a> configuration page. Then you have to deactivate one of the plugins to continue."
|
39 |
msgstr ""
|
40 |
|
41 |
+
#: admin/activation_hook.php:140 admin/activation_hook.php:142
|
42 |
#, fuzzy, php-format
|
43 |
msgid "Deactivate %s"
|
44 |
msgstr "Deaktivirali"
|
45 |
|
46 |
+
#: admin/activation_hook.php:170
|
47 |
#, php-format
|
48 |
msgid "Thank you for using %s plugin!"
|
49 |
msgstr ""
|
50 |
|
51 |
+
#: admin/activation_hook.php:172
|
52 |
#, php-format
|
53 |
msgid "Please, help us to make a decision on \"%s\" feature, press the button below."
|
54 |
msgstr ""
|
55 |
|
56 |
+
#: admin/activation_hook.php:172 admin/activation_hook.php:174
|
57 |
#: qtranslate_services.php:787
|
58 |
#, fuzzy
|
59 |
msgid "Translation Service"
|
60 |
msgstr "qTranslate"
|
61 |
|
62 |
+
#: admin/activation_hook.php:174
|
63 |
#, php-format
|
64 |
msgid "Survey on \"%s\" feature"
|
65 |
msgstr ""
|
66 |
|
67 |
+
#: admin/activation_hook.php:175
|
68 |
msgid "I have already done it, dismiss this message."
|
69 |
msgstr ""
|
70 |
|
81 |
msgstr ""
|
82 |
|
83 |
#: admin/admin_utils.php:254 qtranslate_configuration.php:460
|
84 |
+
#: qtranslate_frontend.php:169 qtranslate_frontend.php:196
|
85 |
msgid "Flag"
|
86 |
msgstr "Zastava"
|
87 |
|
157 |
|
158 |
#: admin/import_export.php:141
|
159 |
#, php-format
|
160 |
+
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."
|
161 |
msgstr ""
|
162 |
|
163 |
#: admin/import_export.php:142
|
lang/qtranslate-hu_HU.mo
CHANGED
Binary file
|
lang/qtranslate-hu_HU.po
CHANGED
@@ -2,77 +2,90 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: qTranslate-X 3.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-02-
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: Németh Balázs <nb0000@gmail.com>\n"
|
8 |
-
"Language-Team:
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
|
13 |
-
#: admin/activation_hook.php:
|
14 |
#, php-format
|
15 |
msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously."
|
16 |
-
msgstr
|
17 |
|
18 |
-
#: admin/activation_hook.php:
|
19 |
#, php-format
|
20 |
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"
|
21 |
-
msgstr
|
22 |
|
23 |
-
#: admin/activation_hook.php:
|
24 |
#, php-format
|
25 |
msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s"
|
26 |
-
msgstr
|
27 |
|
28 |
-
#: admin/activation_hook.php:
|
29 |
#, php-format
|
30 |
msgid "%sError:%s plugin %s cannot run concurrently with plugin %s. You may import and export compatible settings between %s and %s on Settings/<a href=\"%s\">Languages</a> configuration page. Then you have to deactivate one of the plugins to continue."
|
31 |
-
msgstr
|
32 |
|
33 |
-
#: admin/activation_hook.php:
|
34 |
#, php-format
|
35 |
msgid "Deactivate %s"
|
36 |
-
msgstr
|
37 |
|
38 |
-
#: admin/activation_hook.php:
|
39 |
#, php-format
|
40 |
msgid "Thank you for using %s plugin!"
|
41 |
-
msgstr
|
42 |
|
43 |
-
#: admin/activation_hook.php:
|
44 |
#, php-format
|
45 |
msgid "Please, help us to make a decision on \"%s\" feature, press the button below."
|
46 |
-
msgstr
|
47 |
|
48 |
-
#: admin/activation_hook.php:
|
49 |
#: qtranslate_services.php:787
|
50 |
-
#, fuzzy
|
51 |
msgid "Translation Service"
|
52 |
-
msgstr "
|
53 |
|
54 |
-
#: admin/activation_hook.php:
|
55 |
#, php-format
|
56 |
msgid "Survey on \"%s\" feature"
|
57 |
-
msgstr
|
58 |
|
59 |
-
#: admin/activation_hook.php:
|
60 |
msgid "I have already done it, dismiss this message."
|
61 |
-
msgstr
|
62 |
|
63 |
#: admin/admin_utils.php:90
|
64 |
msgid "Database has been converted to square bracket format."
|
65 |
-
msgstr
|
66 |
|
67 |
#: admin/admin_utils.php:90 admin/admin_utils.php:106
|
68 |
msgid "Note: custom entries are not touched."
|
69 |
-
msgstr
|
70 |
|
71 |
#: admin/admin_utils.php:106
|
72 |
msgid "Database has been converted to legacy dual-tag format."
|
73 |
-
msgstr
|
74 |
|
75 |
#: admin/admin_utils.php:254 qtranslate_configuration.php:460
|
|
|
76 |
msgid "Flag"
|
77 |
msgstr "Zászló"
|
78 |
|
@@ -91,33 +104,31 @@ msgstr "Nyelvek"
|
|
91 |
|
92 |
#: admin/import_export.php:109
|
93 |
msgid "Plugin"
|
94 |
-
msgstr
|
95 |
|
96 |
#: admin/import_export.php:113
|
97 |
msgid "There is no need to migrate any setting, the database schema is compatible with this plugin."
|
98 |
-
msgstr
|
99 |
|
100 |
#: admin/import_export.php:116
|
101 |
msgid "Do not migrate any setting"
|
102 |
msgstr "Ne migráljon semilyen beállítást"
|
103 |
|
104 |
#: admin/import_export.php:118
|
105 |
-
#, fuzzy
|
106 |
msgid "Import settings from "
|
107 |
-
msgstr "Beállítások
|
108 |
|
109 |
#: admin/import_export.php:120
|
110 |
-
#, fuzzy
|
111 |
msgid "Export settings to "
|
112 |
-
msgstr "
|
113 |
|
114 |
#: admin/import_export.php:129 qtranslate_configuration.php:977
|
115 |
msgid "Export"
|
116 |
-
msgstr
|
117 |
|
118 |
#: admin/import_export.php:129 qtranslate_configuration.php:977
|
119 |
msgid "Import"
|
120 |
-
msgstr
|
121 |
|
122 |
#: admin/import_export.php:134 qtranslate_configuration.php:723
|
123 |
#: qtranslate_configuration.php:733 qtranslate_configuration.php:977
|
@@ -139,26 +150,25 @@ msgid "Both processes are <b>irreversible</b>! Be sure to make a full database b
|
|
139 |
msgstr "Mindkét művelet <b>megfordíthatatlan</b>! Készítsen teljes biztonsági másolatot az adatbázisról, mielőtt a linkek bármelyikére kattint!"
|
140 |
|
141 |
#: admin/import_export.php:139
|
142 |
-
#, fuzzy
|
143 |
msgid "Do not convert database"
|
144 |
-
msgstr "
|
145 |
|
146 |
#: admin/import_export.php:140
|
147 |
msgid "Convert database to the \"square bracket only\" style."
|
148 |
-
msgstr
|
149 |
|
150 |
#: admin/import_export.php:141
|
151 |
-
#, php-format
|
152 |
-
msgid "The square bracket language tag %s only will be used as opposite to dual-tag %s legacy database format. All string options and standard post and page fields will be uniformly encoded like %s."
|
153 |
-
msgstr
|
154 |
|
155 |
#: admin/import_export.php:142
|
156 |
msgid "Convert database back to the legacy \"dual language tag\" style."
|
157 |
-
msgstr
|
158 |
|
159 |
#: admin/import_export.php:143
|
160 |
msgid "Note, that only string options and standard post and page fields are affected."
|
161 |
-
msgstr
|
162 |
|
163 |
#: admin/import_export.php:151
|
164 |
msgid "Reset qTranslate"
|
@@ -246,7 +256,7 @@ msgstr "%LANG:<normal_separator>:<last_separator>% létrehoz egy lis
|
|
246 |
|
247 |
#: qtranslate_configuration.php:632
|
248 |
msgid "Hide"
|
249 |
-
msgstr
|
250 |
|
251 |
#: qtranslate_configuration.php:632
|
252 |
msgid "Show"
|
@@ -257,9 +267,8 @@ msgid "Save Changes"
|
|
257 |
msgstr "Változások mentése"
|
258 |
|
259 |
#: qtranslate_configuration.php:656
|
260 |
-
#, fuzzy
|
261 |
msgid "Switching Language"
|
262 |
-
msgstr "Nyelv
|
263 |
|
264 |
#: qtranslate_configuration.php:656
|
265 |
#, php-format
|
@@ -277,30 +286,30 @@ msgstr "Gettext adatbázis frissítve."
|
|
277 |
#: qtranslate_configuration.php:722
|
278 |
#, php-format
|
279 |
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"
|
280 |
-
msgstr
|
281 |
|
282 |
#: qtranslate_configuration.php:723
|
283 |
#, php-format
|
284 |
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."
|
285 |
-
msgstr
|
286 |
|
287 |
#: qtranslate_configuration.php:723
|
288 |
msgid "This is a one-time message, which you will not see again, unless the same import is repeated."
|
289 |
-
msgstr
|
290 |
|
291 |
#: qtranslate_configuration.php:725 qtranslate_configuration.php:1096
|
292 |
msgid "Compatibility Functions"
|
293 |
-
msgstr
|
294 |
|
295 |
#: qtranslate_configuration.php:725
|
296 |
#, php-format
|
297 |
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."
|
298 |
-
msgstr
|
299 |
|
300 |
#: qtranslate_configuration.php:733
|
301 |
#, php-format
|
302 |
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."
|
303 |
-
msgstr
|
304 |
|
305 |
#: qtranslate_configuration.php:744
|
306 |
msgid "The Language must have a Not-Available Message!"
|
@@ -407,14 +416,13 @@ msgid "When checked, posts will be hidden if the content is not available for th
|
|
407 |
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."
|
408 |
|
409 |
#: qtranslate_configuration.php:977
|
410 |
-
#,
|
411 |
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."
|
412 |
-
msgstr "Ez a funkció nem fog jól működni, ha a
|
413 |
|
414 |
#: qtranslate_configuration.php:979
|
415 |
-
#, fuzzy
|
416 |
msgid "Show displayed language prefix when content is not available for the selected language."
|
417 |
-
msgstr "
|
418 |
|
419 |
#: qtranslate_configuration.php:983
|
420 |
msgid "Detect Browser Language"
|
@@ -438,7 +446,7 @@ msgstr "URL módosítás módja"
|
|
438 |
|
439 |
#: qtranslate_configuration.php:998
|
440 |
msgid "Most SEO unfriendly, not recommended."
|
441 |
-
msgstr
|
442 |
|
443 |
#: qtranslate_configuration.php:998
|
444 |
msgid "Use Query Mode (?lang=en)"
|
@@ -446,7 +454,7 @@ msgstr "Query mód (?lang=en)"
|
|
446 |
|
447 |
#: qtranslate_configuration.php:999
|
448 |
msgid "SEO friendly."
|
449 |
-
msgstr
|
450 |
|
451 |
#: qtranslate_configuration.php:999
|
452 |
msgid "Use Pre-Path Mode (Default, puts /en/ in front of URL)"
|
@@ -458,12 +466,11 @@ msgstr "Aldomain mód (http://en.te-oldalad.hu)"
|
|
458 |
|
459 |
#: qtranslate_configuration.php:1000
|
460 |
msgid "You will need to configure DNS sub-domains on your site."
|
461 |
-
msgstr
|
462 |
|
463 |
#: qtranslate_configuration.php:1001
|
464 |
-
#, fuzzy
|
465 |
msgid "Pre-Path and Pre-Domain mode will only work with mod_rewrite/pretty permalinks. Additional Configuration is needed for Pre-Domain mode or Per-Domain mode."
|
466 |
-
msgstr "Az előtag és aldomain mód csak mod_rewrite és csinos állandó linkek esetén működik. Az aldomain módhoz további beállítás szükséges!"
|
467 |
|
468 |
#: qtranslate_configuration.php:1002
|
469 |
msgid "Hide URL language information for default language."
|
@@ -471,34 +478,33 @@ msgstr "Nyelvi információ elrejtése az URL-ből alap nyelv esetén."
|
|
471 |
|
472 |
#: qtranslate_configuration.php:1003
|
473 |
msgid "This is only applicable to Pre-Path and Pre-Domain mode."
|
474 |
-
msgstr
|
475 |
|
476 |
#: qtranslate_configuration.php:1005
|
477 |
-
#, fuzzy
|
478 |
msgid "Use Per-Domain mode: specify separate user-defined domain for each language."
|
479 |
-
msgstr "
|
480 |
|
481 |
#: qtranslate_configuration.php:1022
|
482 |
msgid "Domain for"
|
483 |
-
msgstr
|
484 |
|
485 |
#: qtranslate_configuration.php:1027
|
486 |
msgid "Flag Image Path"
|
487 |
msgstr "Zászló képek elérési útja"
|
488 |
|
489 |
#: qtranslate_configuration.php:1031
|
490 |
-
#,
|
491 |
msgid "Path to the flag images under wp-content, with trailing slash. (Default: %s, clear the value above to reset it to the default)"
|
492 |
-
msgstr "Elérési út a zászló képekhez a wp-content mappán belül, lezáró per jellel. (Alapérték:
|
493 |
|
494 |
#: qtranslate_configuration.php:1035
|
495 |
msgid "Ignore Links"
|
496 |
msgstr "Egynyelvű hivatkozások"
|
497 |
|
498 |
#: qtranslate_configuration.php:1039
|
499 |
-
#,
|
500 |
msgid "Don't convert links to files of the given file types. (Always included: %s)"
|
501 |
-
msgstr "Az itt megadott típusú fájlokra mutató hivatkozások nem módosulnak. (
|
502 |
|