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 | qTranslate X |
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 |
|
503 |
#: qtranslate_configuration.php:1043
|
504 |
msgid "Update Gettext Databases"
|
@@ -542,66 +548,66 @@ msgstr "A választott mód függvényében az aktuális sablon testreszabására
|
|
542 |
|
543 |
#: qtranslate_configuration.php:1063
|
544 |
msgid "Custom Fields"
|
545 |
-
msgstr ""
|
546 |
|
547 |
#: qtranslate_configuration.php:1065
|
548 |
#, php-format
|
549 |
msgid "Enter \"%s\" or \"%s\" attribute of text fields from your theme, which you wish to translate. This applies to post, page and media editors (%s). To lookup \"%s\" or \"%s\", right-click on the field in the post or the page editor and choose \"%s\". Look for an attribute of the field named \"%s\" or \"%s\". Enter it below, as many as you need, space- or comma-separated. After saving configuration, these fields will start responding to the language switching buttons, and you can enter different text for each language. The input fields of type %s will be parsed using %s syntax, while single line text fields will use %s syntax. If you need to override this behaviour, prepend prefix %s or %s to the name of the field to specify which syntax to use. For more information, read %sFAQ%s."
|
550 |
-
msgstr ""
|
551 |
|
552 |
#: qtranslate_configuration.php:1065
|
553 |
msgctxt "browser option"
|
554 |
msgid "Inspect Element"
|
555 |
-
msgstr ""
|
556 |
|
557 |
#: qtranslate_configuration.php:1072
|
558 |
msgid "The value of \"id\" attribute is normally unique within one page, otherwise the first field found, having an id specified, is picked up."
|
559 |
-
msgstr ""
|
560 |
|
561 |
#: qtranslate_configuration.php:1079
|
562 |
#, php-format
|
563 |
msgid "All the fields of specified classes will respond to Language Switching Buttons. Be careful not to include a class, which would affect language-neutral fields. If you cannot uniquely identify a field needed neither by %s, nor by %s attribute, report the issue on %sSupport Forum%s"
|
564 |
-
msgstr ""
|
565 |
|
566 |
#: qtranslate_configuration.php:1083
|
567 |
msgid "Custom Filters"
|
568 |
-
msgstr ""
|
569 |
|
570 |
#: qtranslate_configuration.php:1086
|
571 |
#, php-format
|
572 |
msgid "Names of filters (which are enabled on theme or other plugins via %s function) to add translation to. For more information, read %sFAQ%s."
|
573 |
-
msgstr ""
|
574 |
|
575 |
#: qtranslate_configuration.php:1090
|
576 |
msgid "Custom Admin Pages"
|
577 |
-
msgstr ""
|
578 |
|
579 |
#: qtranslate_configuration.php:1092
|
580 |
#, php-format
|
581 |
msgid "List the custom admin page paths for which you wish Language Switching Buttons to show up. The Buttons will then control fields configured in \"Custom Fields\" section. You may only include part of the full URL after %s, including a distinctive query string if needed. As many as desired pages can be listed space/comma separated. For more information, read %sFAQ%s."
|
582 |
-
msgstr ""
|
583 |
|
584 |
#: qtranslate_configuration.php:1098
|
585 |
#, php-format
|
586 |
msgid "Enable function name compatibility (%s)."
|
587 |
-
msgstr ""
|
588 |
|
589 |
#: qtranslate_configuration.php:1099
|
590 |
#, php-format
|
591 |
msgid "Some plugins and themes use direct calls to the functions listed, which are defined in former %s plugin and some of its forks. Turning this flag on will enable those function to exists, which will make the dependent plugins and themes to work. WordPress policy prohibits to define functions with the same names as in other plugins, since it generates user-unfriendly fatal errors, when two conflicting plugins are activated simultaneously. Before turning this option on, you have to make sure that there are no other plugins active, which define those functions."
|
592 |
-
msgstr ""
|
593 |
|
594 |
#: qtranslate_configuration.php:1103
|
595 |
msgid "Editor Raw Mode"
|
596 |
-
msgstr ""
|
597 |
|
598 |
#: qtranslate_configuration.php:1105
|
599 |
msgid "Do not use Language Switching Buttons to edit multi-language text entries."
|
600 |
-
msgstr ""
|
601 |
|
602 |
#: qtranslate_configuration.php:1106
|
603 |
msgid "Some people prefer to edit the raw entries containing all languages together separated by language defining tags, as they are stored in database."
|
604 |
-
msgstr ""
|
605 |
|
606 |
#: qtranslate_configuration.php:1159
|
607 |
msgid "Disable"
|
@@ -636,27 +642,25 @@ msgid "Add Language »"
|
|
636 |
msgstr "Nyelv hozzáadása »"
|
637 |
|
638 |
#: qtranslate_configuration.php:1191
|
639 |
-
#, fuzzy
|
640 |
msgid "Language Menu"
|
641 |
-
msgstr "
|
642 |
|
643 |
#: qtranslate_configuration.php:1240
|
644 |
msgid "Help"
|
645 |
-
msgstr ""
|
646 |
|
647 |
#: qtranslate_configuration.php:1242
|
648 |
#, php-format
|
649 |
msgid "Menu item added is replaced with a sub-menu of available languages when menu is rendered. Depending on how your theme renders menu you may need to override and customize css entries %s and %s, originally defined in %s. The field \"URL\" of inserted menu item allows additional configuration described in %sFAQ%s."
|
650 |
-
msgstr ""
|
651 |
|
652 |
#: qtranslate_configuration.php:1247
|
653 |
msgid "Add to Menu"
|
654 |
-
msgstr ""
|
655 |
|
656 |
#: qtranslate_configuration.php:1257
|
657 |
-
#, fuzzy
|
658 |
msgid "Language Switcher"
|
659 |
-
msgstr "Nyelv
|
660 |
|
661 |
#: qtranslate_configuration.php:1294
|
662 |
msgid "Settings"
|
@@ -750,9 +754,8 @@ msgid "Enable qTranslate Services"
|
|
750 |
msgstr "qTranslate szolgáltatások engedélyezése"
|
751 |
|
752 |
#: qtranslate_services.php:399
|
753 |
-
#, fuzzy
|
754 |
msgid "With qTranslate Services, you will be able to use professional human translation services with a few clicks."
|
755 |
-
msgstr "A qTranslate szolgáltatások segítségével profi emberi fordító szolgáltatásokat vehet igénybe néhány kattintással.
|
756 |
|
757 |
#: qtranslate_services.php:409
|
758 |
msgid "Open Orders"
|
@@ -882,18 +885,16 @@ msgid "Confirm Order"
|
|
882 |
msgstr "Rendelés megerősítése"
|
883 |
|
884 |
#: qtranslate_services.php:759
|
885 |
-
#, fuzzy
|
886 |
msgid "Please confirm your order."
|
887 |
-
msgstr "
|
888 |
|
889 |
#: qtranslate_services.php:767 qtranslate_services.php:916
|
890 |
msgid "Request Translation"
|
891 |
msgstr "Fordítás kérése"
|
892 |
|
893 |
#: qtranslate_services.php:769
|
894 |
-
#, fuzzy
|
895 |
msgid "Javascript is required for qTranslate Services"
|
896 |
-
msgstr "qTranslate
|
897 |
|
898 |
#: qtranslate_services.php:770
|
899 |
msgid "Please choose a service first"
|
@@ -943,9 +944,8 @@ msgid "~ %1$s %2$s"
|
|
943 |
msgstr "~ %1$s %2$s"
|
944 |
|
945 |
#: qtranslate_services.php:919
|
946 |
-
#, fuzzy
|
947 |
msgid "An error occured!"
|
948 |
-
msgstr "
|
949 |
|
950 |
#: qtranslate_services.php:937
|
951 |
msgid "Translate"
|
@@ -989,156 +989,11 @@ msgstr "Legördülő menü"
|
|
989 |
|
990 |
#: qtranslate_widget.php:103
|
991 |
msgid "To reset to default, clear the text."
|
992 |
-
msgstr ""
|
993 |
|
994 |
#: qtranslate_widget.php:103
|
995 |
msgid "Widget"
|
996 |
-
msgstr ""
|
997 |
-
|
998 |
-
#~ msgid "Show / Hide"
|
999 |
-
#~ msgstr "mutat / elrejt"
|
1000 |
-
|
1001 |
-
#~ msgid "Remove plugin CSS from head"
|
1002 |
-
#~ msgstr "Bővítmény CSS nem kell"
|
1003 |
-
|
1004 |
-
#~ msgid "Remove inline CSS code added by plugin from the head"
|
1005 |
-
#~ msgstr "Ne rakjon CSS kódot a bővítmény a <head> elembe"
|
1006 |
-
|
1007 |
-
#~ msgid "This will remove default styles applyied to qTranslate Language Chooser"
|
1008 |
-
#~ msgstr "Eltávolítja az qTranslate nyelv-választóra érvényesülő alap stílusokat"
|
1009 |
-
|
1010 |
-
#, fuzzy
|
1011 |
-
#~ msgid "Cookie Settings"
|
1012 |
-
#~ msgstr "Beállítások"
|
1013 |
-
|
1014 |
-
#~ msgid "Make qTranslate cookie available only through HTTPS connections"
|
1015 |
-
#~ msgstr "Az qTranslate sütije csak HTTPS kapcsolat esetén legyen elérhető."
|
1016 |
-
|
1017 |
-
#~ msgid "Don't check this if you don't know what you're doing!"
|
1018 |
-
#~ msgstr "Ne jelölje be, ha nem érti, hogy mit jelent!"
|
1019 |
-
|
1020 |
-
#~ msgid "Allowed Custom Post Types"
|
1021 |
-
#~ msgstr "Többnyelvű egyedi bejegyzés típusok"
|
1022 |
-
|
1023 |
-
#~ msgid "Comma-separated list of the custom post types for which you want qTranslate to keep multi-language values."
|
1024 |
-
#~ msgstr "Azon egyedi bejegyzés típusok vesszővel elválasztott listája, amiknél az qTranslate bővítménynek kell kezelni a többnyelvű tartalmat."
|
1025 |
-
|
1026 |
-
#, fuzzy
|
1027 |
-
#~ msgid "Settings Migration"
|
1028 |
-
#~ msgstr "Konfiguráció mentése"
|
1029 |
-
|
1030 |
-
#~ msgid "Export settings only if qTranslate is installed."
|
1031 |
-
#~ msgstr "Csak akkor exportálja a beállításokat, ha a qTranslate telepítve van."
|
1032 |
-
|
1033 |
-
#~ msgid "Debugging Information"
|
1034 |
-
#~ msgstr "Rovarkereső indormáció"
|
1035 |
-
|
1036 |
-
#~ msgid "If you encounter any problems and you are unable to solve them yourself, you can visit the <a href=\"%s\">Support Forum</a>. Posting the following Content will help other detect any misconfigurations."
|
1037 |
-
#~ msgstr "Ha olyan problémába ütközik, amit nem tud egyedül megoldani, akkor meglátogathatja a <a href=\"%s\">Segítő fórum</a>ot. Ha ott megadja ezeket az információkat, akkor mások segíthetnet a beállítások hibáinak felfedezésében."
|
1038 |
-
|
1039 |
-
#~ msgid "The qTranslate Editor has disabled itself because it hasn't been tested with your Wordpress version yet. This is done to prevent Wordpress from malfunctioning. To remove this message permanently, please update qTranslate to the <a href=\"http://wordpress.org/plugins/mqtranslate/\" target=\"_blank\">corresponding version</a>."
|
1040 |
-
#~ msgstr "Az qTranslate szerkesztő letiltotta magát, mert a WordPress ezen verziójával még nem lett tesztelve. Így elkerülhető a WordPress hibás működése. E figyelmeztetés eltüntetéséhez, frissítse az qTranslate bővítményt a <a href=\"http://wordpress.org/plugins/mqtranslate/\" target=\"_blank\">megfelelő verzióra</a>."
|
1041 |
-
|
1042 |
-
#~ msgid "Title"
|
1043 |
-
#~ msgstr "Cím"
|
1044 |
-
|
1045 |
-
#, fuzzy
|
1046 |
-
#~ msgid "Read only"
|
1047 |
-
#~ msgstr "Csak szöveg"
|
1048 |
-
|
1049 |
-
#, fuzzy
|
1050 |
-
#~ msgid "qTranslate User Language Settings"
|
1051 |
-
#~ msgstr "qTranslate szolgáltatás beállítások"
|
1052 |
-
|
1053 |
-
#~ msgid "You can edit posts in"
|
1054 |
-
#~ msgstr "Ezeken a nyelveken szerkeszthet:"
|
1055 |
-
|
1056 |
-
#~ msgid "This user can edit posts in"
|
1057 |
-
#~ msgstr "Ezeket a nyelveket szerkesztheti:"
|
1058 |
-
|
1059 |
-
#, fuzzy
|
1060 |
-
#~ msgid "No language available"
|
1061 |
-
#~ msgstr "A nyelv már ki van kapcsolva!"
|
1062 |
-
|
1063 |
-
#~ msgid "As an Administrator, you can edit posts in all languages."
|
1064 |
-
#~ msgstr "Mint admin, minden nyelvű tartalmat szerkeszthetsz."
|
1065 |
-
|
1066 |
-
#~ msgid "As an Administrator, this user can edit posts in all languages."
|
1067 |
-
#~ msgstr "Mint admin, ez a felhasználó minden nyelvű tartalmat szerkeszthet."
|
1068 |
-
|
1069 |
-
#~ msgid "No language selected"
|
1070 |
-
#~ msgstr "Nincs kiválasztva nyelv"
|
1071 |
-
|
1072 |
-
#, fuzzy
|
1073 |
-
#~ msgid "Master language"
|
1074 |
-
#~ msgstr "Célnyelv"
|
1075 |
-
|
1076 |
-
#~ msgid "Not applicable to Administrators"
|
1077 |
-
#~ msgstr "Nem vonatkozik adminokra"
|
1078 |
-
|
1079 |
-
#~ msgid "Language from which texts should be translated by this user"
|
1080 |
-
#~ msgstr "Erről a nyelvről fordíthat ez a felhasználó"
|
1081 |
-
|
1082 |
-
#, fuzzy
|
1083 |
-
#~ msgid "qTranslate Team Settings"
|
1084 |
-
#~ msgstr "qTranslate szolgáltatás beállítások"
|
1085 |
-
|
1086 |
-
#~ msgid "User-level Language Protection"
|
1087 |
-
#~ msgstr "Felhasználónként megadható nyelvek"
|
1088 |
-
|
1089 |
-
#~ msgid "Enable user-level language protection"
|
1090 |
-
#~ msgstr "Felhasználói szintű nyelv-védelem engedélyezése"
|
1091 |
-
|
1092 |
-
#~ msgid "When enabled, this option allows you to select which language is editable on a user-level account basis."
|
1093 |
-
#~ msgstr "Ha be van kapcsolva, akkor minden admin felhasználónál megadható, hogy melyik nyelvek tartalmát szerkesztheti."
|
1094 |
-
|
1095 |
-
#~ msgid "Use Secure Cookie"
|
1096 |
-
#~ msgstr "Biztonságos süti"
|
1097 |
-
|
1098 |
-
#~ msgid "Adds userfriendly multilingual content support into Wordpress. qTranslate is a fork of the well-known <a href=\"http://www.qianqin.de/mqtranslate/\">qTranslate</a> plugin by <a href=\"http://www.qianqin.de/\">Qian Qin</a>, extending the original software with collaborative and team-oriented features."
|
1099 |
-
#~ msgstr "Felhasználóbarát több nyelv támogatás WordPresshez. Az qTranslate a jól ismert <a href=\"http://www.qianqin.de/mqtranslate/\">qTranslate</a> bővítmény leágazása (eredeti szerző: <a href=\"http://www.qianqin.de/\">Qian Qin</a>). Új funkciók: csapat-alapú képességek."
|
1100 |
-
|
1101 |
-
#~ msgid "Adds userfriendly multilingual content support into Wordpress. For Problems visit the <a href=\"http://www.qianqin.de/qtranslate/forum/\">Support Forum</a>."
|
1102 |
-
#~ msgstr "Felhasználóbarát többnyelvűség a Wordpresshez. Problémák esetén látogassa meg a <a href=\"http://www.qianqin.de/qtranslate/forum/\">Segítő fórum</a>ot."
|
1103 |
-
|
1104 |
-
#~ msgid "Category Name"
|
1105 |
-
#~ msgstr "Kategória név"
|
1106 |
-
|
1107 |
-
#~ msgid "Please review your article and <a href=\"%s\">edit</a> it if needed."
|
1108 |
-
#~ msgstr "Kérem vizsgálja felül a bejegyzést, és <a href=\"%s\">szerkessze</a> ha szükséges."
|
1109 |
-
|
1110 |
-
#~ msgid "Qian Qin"
|
1111 |
-
#~ msgstr "Qian Qin"
|
1112 |
-
|
1113 |
-
#~ msgid "Save after enabling to see more Configuration options."
|
1114 |
-
#~ msgstr "Mentsen a bekapcsolás után, hogy az összes beállítást lássa."
|
1115 |
-
|
1116 |
-
#~ msgid "Tag Name"
|
1117 |
-
#~ msgstr "Címke név"
|
1118 |
-
|
1119 |
-
#~ msgid "This version of qTranslate has not been tested with your Wordpress version. To prevent Wordpress from malfunctioning, the qTranslate Editor has been disabled. You can reenable it by <a href=\"javascript:qtrans_editorInit();\" title=\"Activate qTranslate\" id=\"qtrans_imsg_link\">clicking here</a> (may cause <b>data loss</b>!). To remove this message, please update qTranslate to the <a href=\"http://www.qianqin.de/qtranslate/download/\">corresponding version</a>."
|
1120 |
-
#~ msgstr "A qTranslate ezen verziója nem lett letesztelve a Wordpress ezzen verziójával. A Wordpress hibás működését elkerülendő a qTranslate szerkesztő ki lett kapcsolva. Újra engedélyezheti, ha <a href=\"javascript:qtrans_editorInit();\" title=\"qTranslate bekapcsolása\" id=\"qtrans_imsg_link\">ide kattint</a> (<b>adatvesztés</b>t okozhat!). Az üzenet megszüntetéséhez kérem frissítse a qTranslate beépülőt a <a href=\"http://www.qianqin.de/qtranslate/download/\">megfelelő verzió</a>ra."
|
1121 |
-
|
1122 |
-
#~ msgid "Use the following Translation Service:"
|
1123 |
-
#~ msgstr "A következő fordítási szolgáltatás használata:"
|
1124 |
-
|
1125 |
-
#~ msgid "http://www.qianqin.de"
|
1126 |
-
#~ msgstr "http://www.qianqin.de"
|
1127 |
-
|
1128 |
-
#~ msgid "http://www.qianqin.de/qtranslate/"
|
1129 |
-
#~ msgstr "http://www.qianqin.de/qtranslate/"
|
1130 |
-
|
1131 |
-
#~ msgid "language_name"
|
1132 |
-
#~ msgstr "language_name"
|
1133 |
-
|
1134 |
-
#~ msgid "multilingual, multi, language, admin, tinymce, qTranslate, Polyglot, bilingual, widget, switcher, professional, human, translation, service"
|
1135 |
-
#~ msgstr "multilingual, multi, language, admin, tinymce, qTranslate, Polyglot, bilingual, widget, switcher, professional, human, translation, service"
|
1136 |
-
|
1137 |
-
#~ msgid "qTranslate"
|
1138 |
-
#~ msgstr "qTranslate"
|
1139 |
-
|
1140 |
-
#~ msgid "service_description"
|
1141 |
-
#~ msgstr "szolgáltatás_leírás"
|
1142 |
|
1143 |
-
#~ msgid "
|
1144 |
-
#~ msgstr "
|
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-24 09:58-0800\n"
|
7 |
"Last-Translator: Németh Balázs <nb0000@gmail.com>\n"
|
8 |
+
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Language: hu_HU\n"
|
13 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
14 |
+
"X-Generator: Poedit 1.7.4\n"
|
15 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Poedit-KeywordsList: __;_e;_x:1,2c;esc_attr_e\n"
|
17 |
+
"X-Poedit-Basepath: .\n"
|
18 |
+
"X-Poedit-SearchPath-0: ..\n"
|
19 |
+
|
20 |
+
#: admin/activation_hook.php:37 admin/activation_hook.php:137
|
21 |
+
#: qtranslate_configuration.php:722
|
22 |
+
#, php-format
|
23 |
+
msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so."
|
24 |
+
msgstr ""
|
25 |
|
26 |
+
#: admin/activation_hook.php:38
|
27 |
#, php-format
|
28 |
msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously."
|
29 |
+
msgstr "A %s bővítmény aktiválása deaktiválta a %s bővítményt, mivel nem tudnak egyszerre futni."
|
30 |
|
31 |
+
#: admin/activation_hook.php:40
|
32 |
#, php-format
|
33 |
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"
|
34 |
+
msgstr "A %s kompatíbilis beállításai át lettekemelve a %s bővítménybe. További beállítások, importálás és exportálás a Beállítások / Nyelvek oldalon érhetők el, ha már fut a %s. %sTovább%s"
|
35 |
|
36 |
+
#: admin/activation_hook.php:42
|
37 |
#, php-format
|
38 |
msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s"
|
39 |
+
msgstr "A kompatibilis beállítások importálhatók/exportálhatók a %s és %s között a Beállítások/Nyelvek oldalon, ha már fut a %s. %sTovább%s"
|
40 |
|
41 |
+
#: admin/activation_hook.php:135
|
42 |
#, php-format
|
43 |
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."
|
44 |
+
msgstr "%sHiba:%s %s bővítmény nem futhat párhuzamosan a %s bővítménnyel. A kompatibilis beállítások importálhatók és exportálhatók %s és %s között a Beállítások/<a href=\"%s\">Nyelvek</a> oldalon. Majd le kell állítani az egyik bővítményt a folytatáshoz."
|
45 |
|
46 |
+
#: admin/activation_hook.php:140 admin/activation_hook.php:142
|
47 |
#, php-format
|
48 |
msgid "Deactivate %s"
|
49 |
+
msgstr "Kikapcsolás: %s"
|
50 |
|
51 |
+
#: admin/activation_hook.php:170
|
52 |
#, php-format
|
53 |
msgid "Thank you for using %s plugin!"
|
54 |
+
msgstr "Köszönjük, hogy használja a %s bővítményt."
|
55 |
|
56 |
+
#: admin/activation_hook.php:172
|
57 |
#, php-format
|
58 |
msgid "Please, help us to make a decision on \"%s\" feature, press the button below."
|
59 |
+
msgstr "Kérjük segítsen dönteni a „%s” funkcióról, kattintson az alábbi gombra."
|
60 |
|
61 |
+
#: admin/activation_hook.php:172 admin/activation_hook.php:174
|
62 |
#: qtranslate_services.php:787
|
|
|
63 |
msgid "Translation Service"
|
64 |
+
msgstr "Fordítás szolgáltatások"
|
65 |
|
66 |
+
#: admin/activation_hook.php:174
|
67 |
#, php-format
|
68 |
msgid "Survey on \"%s\" feature"
|
69 |
+
msgstr "Felmérés „%s” funkcióról"
|
70 |
|
71 |
+
#: admin/activation_hook.php:175
|
72 |
msgid "I have already done it, dismiss this message."
|
73 |
+
msgstr "Már kitöltöttem, üzenet elrejtése."
|
74 |
|
75 |
#: admin/admin_utils.php:90
|
76 |
msgid "Database has been converted to square bracket format."
|
77 |
+
msgstr "Adatbázis átalakítva a szögletes zárójeles formátumúra."
|
78 |
|
79 |
#: admin/admin_utils.php:90 admin/admin_utils.php:106
|
80 |
msgid "Note: custom entries are not touched."
|
81 |
+
msgstr "Megjegyzés: az egyedi bejegyzések nem módosultak."
|
82 |
|
83 |
#: admin/admin_utils.php:106
|
84 |
msgid "Database has been converted to legacy dual-tag format."
|
85 |
+
msgstr "Adatbázis átalakítva a hagyományos dupla-elem formátumra."
|
86 |
|
87 |
#: admin/admin_utils.php:254 qtranslate_configuration.php:460
|
88 |
+
#: qtranslate_frontend.php:169 qtranslate_frontend.php:196
|
89 |
msgid "Flag"
|
90 |
msgstr "Zászló"
|
91 |
|
104 |
|
105 |
#: admin/import_export.php:109
|
106 |
msgid "Plugin"
|
107 |
+
msgstr "Bővítmény"
|
108 |
|
109 |
#: admin/import_export.php:113
|
110 |
msgid "There is no need to migrate any setting, the database schema is compatible with this plugin."
|
111 |
+
msgstr "Nem kell átvenni beállításokat, az adatbázis séma kompatíbilis e bővítménnyel."
|
112 |
|
113 |
#: admin/import_export.php:116
|
114 |
msgid "Do not migrate any setting"
|
115 |
msgstr "Ne migráljon semilyen beállítást"
|
116 |
|
117 |
#: admin/import_export.php:118
|
|
|
118 |
msgid "Import settings from "
|
119 |
+
msgstr "Beállítások importálása innen: "
|
120 |
|
121 |
#: admin/import_export.php:120
|
|
|
122 |
msgid "Export settings to "
|
123 |
+
msgstr "Bállítások exportálása ide: "
|
124 |
|
125 |
#: admin/import_export.php:129 qtranslate_configuration.php:977
|
126 |
msgid "Export"
|
127 |
+
msgstr "Exportál"
|
128 |
|
129 |
#: admin/import_export.php:129 qtranslate_configuration.php:977
|
130 |
msgid "Import"
|
131 |
+
msgstr "Importál"
|
132 |
|
133 |
#: admin/import_export.php:134 qtranslate_configuration.php:723
|
134 |
#: qtranslate_configuration.php:733 qtranslate_configuration.php:977
|
150 |
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!"
|
151 |
|
152 |
#: admin/import_export.php:139
|
|
|
153 |
msgid "Do not convert database"
|
154 |
+
msgstr "NE alakítása át az adatbázist"
|
155 |
|
156 |
#: admin/import_export.php:140
|
157 |
msgid "Convert database to the \"square bracket only\" style."
|
158 |
+
msgstr "Adatbázis átalakítása a „csak szögletes zárójel” stílusra."
|
159 |
|
160 |
#: admin/import_export.php:141
|
161 |
+
#, fuzzy, 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 "Csak a szögletes zárójeles nyelv jelölő %s lesz használva a régebbi (%s és %s) %s kódokkal szemben. Minden szöveges beállítás, és sima bejegyzés és oldal át lesz alakítva ilyenre: %s."
|
164 |
|
165 |
#: admin/import_export.php:142
|
166 |
msgid "Convert database back to the legacy \"dual language tag\" style."
|
167 |
+
msgstr "Adatbázis visszaalakítása a régi „dupla nyelvi kódos” stílusra."
|
168 |
|
169 |
#: admin/import_export.php:143
|
170 |
msgid "Note, that only string options and standard post and page fields are affected."
|
171 |
+
msgstr "Figyelem, csak a wp_options tábla opciói, a sima bejegyzések és oldalak érintettek."
|
172 |
|
173 |
#: admin/import_export.php:151
|
174 |
msgid "Reset qTranslate"
|
256 |
|
257 |
#: qtranslate_configuration.php:632
|
258 |
msgid "Hide"
|
259 |
+
msgstr "elrejt"
|
260 |
|
261 |
#: qtranslate_configuration.php:632
|
262 |
msgid "Show"
|
267 |
msgstr "Változások mentése"
|
268 |
|
269 |
#: qtranslate_configuration.php:656
|
|
|
270 |
msgid "Switching Language"
|
271 |
+
msgstr "Nyelv váltás"
|
272 |
|
273 |
#: qtranslate_configuration.php:656
|
274 |
#, php-format
|
286 |
#: qtranslate_configuration.php:722
|
287 |
#, php-format
|
288 |
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"
|
289 |
+
msgstr "A használható opciók és taxonómia nevek át lettek véve a %s bővítményből. A művelet alatt a bejegyzések, oldalak és egyéb objektumok tartalma nem változott. Nincs szükség további lépésekre a tartalom importálásához, mert a formátum kompatibilis ezzel: %s."
|
290 |
|
291 |
#: qtranslate_configuration.php:723
|
292 |
#, php-format
|
293 |
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."
|
294 |
+
msgstr "%sFontos%s: Mielőtt nekiáll módosítani a bejegyzéseket és oldalakat, győződjön meg róla, hogy a weboldal frontendje és az admin felülete is működik ezen beállítások mellett. Segíthet, ha áttekinti ezt: „%s” és megnézi, hogy használ-e ott említett gondot okozó bővítményt. Míg a jelenlegi tartalom, ami %s-től van kompatíbilis ezzel a bővítménnyel, az ezentúl módosított bejegyzések és oldalak az új, csak szögletes zárójeleket használó kódolással lesznek mentve, aminek sok előnye van a korábbi %s kódolással szemben. Viszont az új kódolás nem egyértelműen kompatíbilis ezzel: %s, és „%s” alatt elérhető műveletkre lesz szükség, ha vissza akkar térni ehhez: %s. M?ég ezzel az extra konverziós lépéssel se lesznek átalakítva az egyedi bővítmények által tárolt adatok. Ezért javasolt egy teszt-változat létrehozása az egész weboldalból, mielőtt bármi mást módosítana. Ha problémával találkozik, kérjük adjon esélyt a %s fejleszésére és küldje el nekünk a teszt oldal belépési adatait ide: %s, egy részletes lépésről-lépésre leírással arról, hogy mi nem működik, és addig használja a fő oldalát tovább ezzel: %s. Az is segít, ha megosztja a probléma megoldását a %sfórum%son, vagy a fenti emailben. Köszönkük, hogy kipróbálja a %s bővítményt."
|
295 |
|
296 |
#: qtranslate_configuration.php:723
|
297 |
msgid "This is a one-time message, which you will not see again, unless the same import is repeated."
|
298 |
+
msgstr "Ez egy egyszeri üzenet, amit nem lát többet, hacsak nem hajtja végre újra ezt az importálást."
|
299 |
|
300 |
#: qtranslate_configuration.php:725 qtranslate_configuration.php:1096
|
301 |
msgid "Compatibility Functions"
|
302 |
+
msgstr "Kompatibilitási függvények"
|
303 |
|
304 |
#: qtranslate_configuration.php:725
|
305 |
#, php-format
|
306 |
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."
|
307 |
+
msgstr "A „%s” opció is engedélyezve lett, mint a %s importálása során általában. Kézzel kikapcsolható szükség esetén. További információ a %sGYIK%sben."
|
308 |
|
309 |
#: qtranslate_configuration.php:733
|
310 |
#, php-format
|
311 |
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."
|
312 |
+
msgstr "Az érvényesíthető opciók exportálva lettek a %s bővítményhez. Ha módosított a bejegyzéseken vagy az oldalakon a %s-ről való migráció után, akkor a „%s” műveletre is szükség lesz, hogy a tartalmat átalakítsuk a „dupla nyelvi jelölő” stílusra, hogy működjön a %s bővítmény."
|
313 |
|
314 |
#: qtranslate_configuration.php:744
|
315 |
msgid "The Language must have a Not-Available Message!"
|
416 |
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."
|
417 |
|
418 |
#: qtranslate_configuration.php:977
|
419 |
+
#, php-format
|
420 |
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."
|
421 |
+
msgstr "Ez a funkció nem fog jól működni, ha a %s beépülőt a bejgyzések felvitele után telepítette. Ebben az esetben, tekintse meg az „%s” részt a „%s” között!"
|
422 |
|
423 |
#: qtranslate_configuration.php:979
|
|
|
424 |
msgid "Show displayed language prefix when content is not available for the selected language."
|
425 |
+
msgstr "Megjelenítéshez használt nyelv nevének megjelenítése, ha a tartalom nem érhető el a kiválasztott nyelven."
|
426 |
|
427 |
#: qtranslate_configuration.php:983
|
428 |
msgid "Detect Browser Language"
|
446 |
|
447 |
#: qtranslate_configuration.php:998
|
448 |
msgid "Most SEO unfriendly, not recommended."
|
449 |
+
msgstr "SEO számára legrosszabb, nem ajánlott."
|
450 |
|
451 |
#: qtranslate_configuration.php:998
|
452 |
msgid "Use Query Mode (?lang=en)"
|
454 |
|
455 |
#: qtranslate_configuration.php:999
|
456 |
msgid "SEO friendly."
|
457 |
+
msgstr "SEO barát."
|
458 |
|
459 |
#: qtranslate_configuration.php:999
|
460 |
msgid "Use Pre-Path Mode (Default, puts /en/ in front of URL)"
|
466 |
|
467 |
#: qtranslate_configuration.php:1000
|
468 |
msgid "You will need to configure DNS sub-domains on your site."
|
469 |
+
msgstr "Majd meg kell adni az aldomaineket a weboldalhoz a DNS rendszerben."
|
470 |
|
471 |
#: qtranslate_configuration.php:1001
|
|
|
472 |
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."
|
473 |
+
msgstr "Az előtag és aldomain mód csak mod_rewrite és csinos állandó linkek esetén működik. Az aldomain és a külön-domainek módhoz további beállítás szükséges!"
|
474 |
|
475 |
#: qtranslate_configuration.php:1002
|
476 |
msgid "Hide URL language information for default language."
|
478 |
|
479 |
#: qtranslate_configuration.php:1003
|
480 |
msgid "This is only applicable to Pre-Path and Pre-Domain mode."
|
481 |
+
msgstr "Ez csak alkönyvtár és aldomain módban használható."
|
482 |
|
483 |
#: qtranslate_configuration.php:1005
|
|
|
484 |
msgid "Use Per-Domain mode: specify separate user-defined domain for each language."
|
485 |
+
msgstr "Külön-domain mód: minden nyelvhez külön domain megadása."
|
486 |
|
487 |
#: qtranslate_configuration.php:1022
|
488 |
msgid "Domain for"
|
489 |
+
msgstr "Domain ehhez:"
|
490 |
|
491 |
#: qtranslate_configuration.php:1027
|
492 |
msgid "Flag Image Path"
|
493 |
msgstr "Zászló képek elérési útja"
|
494 |
|
495 |
#: qtranslate_configuration.php:1031
|
496 |
+
#, php-format
|
497 |
msgid "Path to the flag images under wp-content, with trailing slash. (Default: %s, clear the value above to reset it to the default)"
|
498 |
+
msgstr "Elérési út a zászló képekhez a wp-content mappán belül, lezáró per jellel. (Alapérték: %s, ürítse ki, ha alapra szeretné állítani)"
|
499 |
|
500 |
#: qtranslate_configuration.php:1035
|
501 |
msgid "Ignore Links"
|
502 |
msgstr "Egynyelvű hivatkozások"
|
503 |
|
504 |
#: qtranslate_configuration.php:1039
|
505 |
+
#, php-format
|
506 |
msgid "Don't convert links to files of the given file types. (Always included: %s)"
|
507 |
+
msgstr "Az itt megadott típusú fájlokra mutató hivatkozások nem módosulnak. (Mindig benn van: %s)"
|
508 |
|
509 |
#: qtranslate_configuration.php:1043
|
510 |
msgid "Update Gettext Databases"
|
548 |
|
549 |
#: qtranslate_configuration.php:1063
|
550 |
msgid "Custom Fields"
|
551 |
+
msgstr "Egyedi mezők"
|
552 |
|
553 |
#: qtranslate_configuration.php:1065
|
554 |
#, php-format
|
555 |
msgid "Enter \"%s\" or \"%s\" attribute of text fields from your theme, which you wish to translate. This applies to post, page and media editors (%s). To lookup \"%s\" or \"%s\", right-click on the field in the post or the page editor and choose \"%s\". Look for an attribute of the field named \"%s\" or \"%s\". Enter it below, as many as you need, space- or comma-separated. After saving configuration, these fields will start responding to the language switching buttons, and you can enter different text for each language. The input fields of type %s will be parsed using %s syntax, while single line text fields will use %s syntax. If you need to override this behaviour, prepend prefix %s or %s to the name of the field to specify which syntax to use. For more information, read %sFAQ%s."
|
556 |
+
msgstr "Adja meg az „%s” vagy „%s” attribútumát azon beviteli mezőknek, amiket több nyelven szeretne használni. Ez a bejegyzés, oldal és média szerkesztő oldalaknál fog működni (%s). „%s” vagy „%s” felfedezéséhez, kattintson a jobb egérgombbal a kérdéses beviteli mezőre, és válassza a(z) „%s” opciót. Az elem attribútumai között keressen „%s” vagy „%s” értéket. Alább adja meg a megtalált értékeket. Többet is lehet szóközzel vagy vesszővel elválasztva. A beállítások mentése után ezekre a mezőkre vonatkozni fognak a nyelválasztó gombok, így több nyelven meg lehet adni értéküket. A %s típusú mezőknél %s szintaxis lesz használva, míg a sima szöveges mezőknél %s szintaxis. Ha szükséges e működés felülbíráslása, ez megtehető a %s vagy %s előtéttel a mező neve előtt. További információ a %sGYIK%sben."
|
557 |
|
558 |
#: qtranslate_configuration.php:1065
|
559 |
msgctxt "browser option"
|
560 |
msgid "Inspect Element"
|
561 |
+
msgstr "Elem vizsgálata"
|
562 |
|
563 |
#: qtranslate_configuration.php:1072
|
564 |
msgid "The value of \"id\" attribute is normally unique within one page, otherwise the first field found, having an id specified, is picked up."
|
565 |
+
msgstr "Az „id” attribútum értéke általában egyedi egy oldalon belül, egyébként az első ilyen nevűt használjuk."
|
566 |
|
567 |
#: qtranslate_configuration.php:1079
|
568 |
#, php-format
|
569 |
msgid "All the fields of specified classes will respond to Language Switching Buttons. Be careful not to include a class, which would affect language-neutral fields. If you cannot uniquely identify a field needed neither by %s, nor by %s attribute, report the issue on %sSupport Forum%s"
|
570 |
+
msgstr "Minden elem, aminek van az itt felsorolt class-ok közül legalább egy, az reagálni fog a nyelvválasztó gombokra. Fontos, hogy NE adjunk meg olyan class-t, ami nyelvfüggetlen mezőn is szerepel. Ha nem tudsz beazonosítani egy mező %s és %s alapján se, akkor kérlek jelentsd a %sTámogató fórum%son."
|
571 |
|
572 |
#: qtranslate_configuration.php:1083
|
573 |
msgid "Custom Filters"
|
574 |
+
msgstr "Egyedi szűrők"
|
575 |
|
576 |
#: qtranslate_configuration.php:1086
|
577 |
#, php-format
|
578 |
msgid "Names of filters (which are enabled on theme or other plugins via %s function) to add translation to. For more information, read %sFAQ%s."
|
579 |
+
msgstr "WordPress szűrők nevei (%s hívások), amikre rá kell akasztani a többnyelvűsítést. További információ a %sGYIK%sben."
|
580 |
|
581 |
#: qtranslate_configuration.php:1090
|
582 |
msgid "Custom Admin Pages"
|
583 |
+
msgstr "Egyedi admin oldalak"
|
584 |
|
585 |
#: qtranslate_configuration.php:1092
|
586 |
#, php-format
|
587 |
msgid "List the custom admin page paths for which you wish Language Switching Buttons to show up. The Buttons will then control fields configured in \"Custom Fields\" section. You may only include part of the full URL after %s, including a distinctive query string if needed. As many as desired pages can be listed space/comma separated. For more information, read %sFAQ%s."
|
588 |
+
msgstr "Adja meg azon admin oldalak elérési útjainak listáját, ahol szeretne nyelvválasztó gombokat. A gombok az „Egyedi mezők” résznél megadott mezőket irányítják majd. Az admin oldal URLjének csak a %s utáni részét kell megadni. Vesszővel vagy szóközzel elválasztva többet is meg lehet adni. További információ a %sGYIK%sben."
|
589 |
|
590 |
#: qtranslate_configuration.php:1098
|
591 |
#, php-format
|
592 |
msgid "Enable function name compatibility (%s)."
|
593 |
+
msgstr "Függvény-név kompatibilitás bekapcsolása (%s)."
|
594 |
|
595 |
#: qtranslate_configuration.php:1099
|
596 |
#, php-format
|
597 |
msgid "Some plugins and themes use direct calls to the functions listed, which are defined in former %s plugin and some of its forks. Turning this flag on will enable those function to exists, which will make the dependent plugins and themes to work. WordPress policy prohibits to define functions with the same names as in other plugins, since it generates user-unfriendly fatal errors, when two conflicting plugins are activated simultaneously. Before turning this option on, you have to make sure that there are no other plugins active, which define those functions."
|
598 |
+
msgstr "Néhány bővítmény és sablon közvetlenül meghívja a fent listázottak némelyikét, amiket a korábbi %s bővítmények vagy leszármazottaik definiáltak. Ha engedélyezi ezt az opciót, akkor újra elérhetők lesznek ezek a függvények, így működni fognak az ezekre épülő bővítmények és sablonok. A WordPress szabályzata megtiltja, hogy egy bővítmény olyan nevű függvényeket használjon, ami más bővítményben szerepel, mert ez végzetes php hibát okozna a két bővítmény együttes használatakor. Mielőtt engedélyezi ezt, győződjön meg róla, hogy nincs másik aktív bővímény, ami definiálja ezeken függvények valamelyikét."
|
599 |
|
600 |
#: qtranslate_configuration.php:1103
|
601 |
msgid "Editor Raw Mode"
|
602 |
+
msgstr "Nyers szerkesztés mód"
|
603 |
|
604 |
#: qtranslate_configuration.php:1105
|
605 |
msgid "Do not use Language Switching Buttons to edit multi-language text entries."
|
606 |
+
msgstr "Ne legyenek nyelvválasztó gombok a több nyelvű szövegbeviteli mezők felett."
|
607 |
|
608 |
#: qtranslate_configuration.php:1106
|
609 |
msgid "Some people prefer to edit the raw entries containing all languages together separated by language defining tags, as they are stored in database."
|
610 |
+
msgstr "Egyes emberek szeretik a nyers bejegyzést szerkeszteni, amiben az összes nyelv tartalma szerepel elválasztókkal, pont mint az adatbázisban."
|
611 |
|
612 |
#: qtranslate_configuration.php:1159
|
613 |
msgid "Disable"
|
642 |
msgstr "Nyelv hozzáadása »"
|
643 |
|
644 |
#: qtranslate_configuration.php:1191
|
|
|
645 |
msgid "Language Menu"
|
646 |
+
msgstr "Nyelvi menü"
|
647 |
|
648 |
#: qtranslate_configuration.php:1240
|
649 |
msgid "Help"
|
650 |
+
msgstr "Súgó"
|
651 |
|
652 |
#: qtranslate_configuration.php:1242
|
653 |
#, php-format
|
654 |
msgid "Menu item added is replaced with a sub-menu of available languages when menu is rendered. Depending on how your theme renders menu you may need to override and customize css entries %s and %s, originally defined in %s. The field \"URL\" of inserted menu item allows additional configuration described in %sFAQ%s."
|
655 |
+
msgstr "A hozzáadott menüpont megjelenítéskor le lesz cserélve az elérhető nyelvek almenüjével. A sablon megjelenítésétől függően lehet, hogy módosítani kell a %s és %s css bejegyzéseket, ami eredetileg itt lett megadva: %s. A hozzáadott menü „URL” mezője további beállítást tesz lehetővé, amiről a %sGYIK%sben olvashat."
|
656 |
|
657 |
#: qtranslate_configuration.php:1247
|
658 |
msgid "Add to Menu"
|
659 |
+
msgstr "Hozzáadás a menühöz"
|
660 |
|
661 |
#: qtranslate_configuration.php:1257
|
|
|
662 |
msgid "Language Switcher"
|
663 |
+
msgstr "Nyelv váltó"
|
664 |
|
665 |
#: qtranslate_configuration.php:1294
|
666 |
msgid "Settings"
|
754 |
msgstr "qTranslate szolgáltatások engedélyezése"
|
755 |
|
756 |
#: qtranslate_services.php:399
|
|
|
757 |
msgid "With qTranslate Services, you will be able to use professional human translation services with a few clicks."
|
758 |
+
msgstr "A qTranslate szolgáltatások segítségével profi emberi fordító szolgáltatásokat vehet igénybe néhány kattintással."
|
759 |
|
760 |
#: qtranslate_services.php:409
|
761 |
msgid "Open Orders"
|
885 |
msgstr "Rendelés megerősítése"
|
886 |
|
887 |
#: qtranslate_services.php:759
|
|
|
888 |
msgid "Please confirm your order."
|
889 |
+
msgstr "Kérjük erősítse meg rendelését."
|
890 |
|
891 |
#: qtranslate_services.php:767 qtranslate_services.php:916
|
892 |
msgid "Request Translation"
|
893 |
msgstr "Fordítás kérése"
|
894 |
|
895 |
#: qtranslate_services.php:769
|
|
|
896 |
msgid "Javascript is required for qTranslate Services"
|
897 |
+
msgstr "A qTranslate szolgáltatásokhoz javascript kell."
|
898 |
|
899 |
#: qtranslate_services.php:770
|
900 |
msgid "Please choose a service first"
|
944 |
msgstr "~ %1$s %2$s"
|
945 |
|
946 |
#: qtranslate_services.php:919
|
|
|
947 |
msgid "An error occured!"
|
948 |
+
msgstr "Hiba történt!"
|
949 |
|
950 |
#: qtranslate_services.php:937
|
951 |
msgid "Translate"
|
989 |
|
990 |
#: qtranslate_widget.php:103
|
991 |
msgid "To reset to default, clear the text."
|
992 |
+
msgstr "Alaphelyzetre állításhoz, üritse ki a mezőt."
|
993 |
|
994 |
#: qtranslate_widget.php:103
|
995 |
msgid "Widget"
|
996 |
+
msgstr "Widget"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
997 |
|
998 |
+
#~ msgid "Adds user-friendly and database-friendly multilingual content support into WordPress."
|
999 |
+
#~ msgstr "Felhasználóbarát és adatbázisbarát módon támogatja több nyelv kezelését a WordPress-ben."
|
lang/qtranslate-id_ID.mo
CHANGED
Binary file
|
lang/qtranslate-id_ID.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: Masino Sinaga <masino_sinaga@posindonesia.co.id>\n"
|
8 |
"Language-Team: \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 "Layanan 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 "Bendera"
|
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: \n"
|
7 |
"Last-Translator: Masino Sinaga <masino_sinaga@posindonesia.co.id>\n"
|
8 |
"Language-Team: \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 "Layanan 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 "Bendera"
|
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-it_IT.mo
CHANGED
Binary file
|
lang/qtranslate-it_IT.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-16 18:10+0100\n"
|
7 |
"Last-Translator: shecky <shecky@gp4italia.org>\n"
|
8 |
"Language-Team: ITALIAN <IT@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 "Servizi 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 "Bandiera"
|
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-16 18:10+0100\n"
|
7 |
"Last-Translator: shecky <shecky@gp4italia.org>\n"
|
8 |
"Language-Team: ITALIAN <IT@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 "Servizi 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 "Bandiera"
|
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-ja_JP.mo
CHANGED
Binary file
|
lang/qtranslate-ja_JP.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-14 23:07+0900\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Qian Qin <mail@qianqin.de>\n"
|
@@ -13,53 +13,59 @@ msgstr ""
|
|
13 |
"X-Poedit-Country: JAPAN\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 サービス"
|
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 "国旗"
|
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-14 23:07+0900\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Qian Qin <mail@qianqin.de>\n"
|
13 |
"X-Poedit-Country: JAPAN\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 サービス"
|
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 "国旗"
|
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-mk_MK.mo
CHANGED
Binary file
|
lang/qtranslate-mk_MK.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-04-18 01:03+0100\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
@@ -13,53 +13,59 @@ msgstr ""
|
|
13 |
"X-Poedit-Country: MACEDONIA, THE FORMER YUGOSLAV REPUBLIC OF\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 "Знаме"
|
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: 2010-04-18 01:03+0100\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
13 |
"X-Poedit-Country: MACEDONIA, THE FORMER YUGOSLAV REPUBLIC OF\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 "Знаме"
|
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-ms_MY.mo
CHANGED
Binary file
|
lang/qtranslate-ms_MY.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-08-31 11:33+0800\n"
|
7 |
"Last-Translator: WebGrrrl.net <me@webgrrrl.net>\n"
|
8 |
"Language-Team: WebGrrrl.net <me@webgrrrl.net>\n"
|
@@ -14,53 +14,59 @@ msgstr ""
|
|
14 |
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
"X-Poedit-Basepath: \\\n"
|
16 |
|
17 |
-
#: admin/activation_hook.php:37
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
#, php-format
|
19 |
msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously."
|
20 |
msgstr ""
|
21 |
|
22 |
-
#: admin/activation_hook.php:
|
23 |
#, php-format
|
24 |
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"
|
25 |
msgstr ""
|
26 |
|
27 |
-
#: admin/activation_hook.php:
|
28 |
#, php-format
|
29 |
msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s"
|
30 |
msgstr ""
|
31 |
|
32 |
-
#: admin/activation_hook.php:
|
33 |
#, php-format
|
34 |
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."
|
35 |
msgstr ""
|
36 |
|
37 |
-
#: admin/activation_hook.php:
|
38 |
#, php-format
|
39 |
msgid "Deactivate %s"
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: admin/activation_hook.php:
|
43 |
#, php-format
|
44 |
msgid "Thank you for using %s plugin!"
|
45 |
msgstr ""
|
46 |
|
47 |
-
#: admin/activation_hook.php:
|
48 |
#, php-format
|
49 |
msgid "Please, help us to make a decision on \"%s\" feature, press the button below."
|
50 |
msgstr ""
|
51 |
|
52 |
-
#: admin/activation_hook.php:
|
53 |
#: qtranslate_services.php:787
|
54 |
#, fuzzy
|
55 |
msgid "Translation Service"
|
56 |
msgstr "Perkhidmatan qTranslate"
|
57 |
|
58 |
-
#: admin/activation_hook.php:
|
59 |
#, php-format
|
60 |
msgid "Survey on \"%s\" feature"
|
61 |
msgstr ""
|
62 |
|
63 |
-
#: admin/activation_hook.php:
|
64 |
msgid "I have already done it, dismiss this message."
|
65 |
msgstr ""
|
66 |
|
@@ -77,6 +83,7 @@ msgid "Database has been converted to legacy dual-tag format."
|
|
77 |
msgstr ""
|
78 |
|
79 |
#: admin/admin_utils.php:254 qtranslate_configuration.php:460
|
|
|
80 |
msgid "Flag"
|
81 |
msgstr "Bendera"
|
82 |
|
@@ -153,7 +160,7 @@ msgstr ""
|
|
153 |
|
154 |
#: admin/import_export.php:141
|
155 |
#, php-format
|
156 |
-
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."
|
157 |
msgstr ""
|
158 |
|
159 |
#: 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-08-31 11:33+0800\n"
|
7 |
"Last-Translator: WebGrrrl.net <me@webgrrrl.net>\n"
|
8 |
"Language-Team: WebGrrrl.net <me@webgrrrl.net>\n"
|
14 |
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
"X-Poedit-Basepath: \\\n"
|
16 |
|
17 |
+
#: admin/activation_hook.php:37 admin/activation_hook.php:137
|
18 |
+
#: qtranslate_configuration.php:722
|
19 |
+
#, php-format
|
20 |
+
msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so."
|
21 |
+
msgstr ""
|
22 |
+
|
23 |
+
#: admin/activation_hook.php:38
|
24 |
#, php-format
|
25 |
msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously."
|
26 |
msgstr ""
|
27 |
|
28 |
+
#: admin/activation_hook.php:40
|
29 |
#, php-format
|
30 |
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"
|
31 |
msgstr ""
|
32 |
|
33 |
+
#: admin/activation_hook.php:42
|
34 |
#, php-format
|
35 |
msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s"
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: admin/activation_hook.php:135
|
39 |
#, php-format
|
40 |
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."
|
41 |
msgstr ""
|
42 |
|
43 |
+
#: admin/activation_hook.php:140 admin/activation_hook.php:142
|
44 |
#, php-format
|
45 |
msgid "Deactivate %s"
|
46 |
msgstr ""
|
47 |
|
48 |
+
#: admin/activation_hook.php:170
|
49 |
#, php-format
|
50 |
msgid "Thank you for using %s plugin!"
|
51 |
msgstr ""
|
52 |
|
53 |
+
#: admin/activation_hook.php:172
|
54 |
#, php-format
|
55 |
msgid "Please, help us to make a decision on \"%s\" feature, press the button below."
|
56 |
msgstr ""
|
57 |
|
58 |
+
#: admin/activation_hook.php:172 admin/activation_hook.php:174
|
59 |
#: qtranslate_services.php:787
|
60 |
#, fuzzy
|
61 |
msgid "Translation Service"
|
62 |
msgstr "Perkhidmatan qTranslate"
|
63 |
|
64 |
+
#: admin/activation_hook.php:174
|
65 |
#, php-format
|
66 |
msgid "Survey on \"%s\" feature"
|
67 |
msgstr ""
|
68 |
|
69 |
+
#: admin/activation_hook.php:175
|
70 |
msgid "I have already done it, dismiss this message."
|
71 |
msgstr ""
|
72 |
|
83 |
msgstr ""
|
84 |
|
85 |
#: admin/admin_utils.php:254 qtranslate_configuration.php:460
|
86 |
+
#: qtranslate_frontend.php:169 qtranslate_frontend.php:196
|
87 |
msgid "Flag"
|
88 |
msgstr "Bendera"
|
89 |
|
160 |
|
161 |
#: admin/import_export.php:141
|
162 |
#, php-format
|
163 |
+
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."
|
164 |
msgstr ""
|
165 |
|
166 |
#: admin/import_export.php:142
|
lang/qtranslate-nl_NL.mo
CHANGED
Binary file
|
lang/qtranslate-nl_NL.po
CHANGED
@@ -2,78 +2,115 @@ 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: Marius Siroen <marius@marius-siroen.com>\n"
|
8 |
"Language-Team: \n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"Language: nl_NL\n"
|
13 |
"X-Generator: Poedit 1.6.9\n"
|
14 |
|
15 |
-
#: admin/activation_hook.php:37
|
|
|
16 |
#, php-format
|
17 |
-
msgid "
|
18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
-
#: admin/activation_hook.php:
|
21 |
#, php-format
|
22 |
-
msgid "
|
23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
-
#: admin/activation_hook.php:
|
26 |
#, php-format
|
27 |
-
msgid "
|
28 |
-
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
-
#: admin/activation_hook.php:
|
31 |
#, php-format
|
32 |
-
msgid "
|
33 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
|
35 |
-
#: admin/activation_hook.php:
|
36 |
-
#,
|
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 "Dank voor het gebruik van de %s plugin"
|
44 |
|
45 |
-
#: admin/activation_hook.php:
|
46 |
-
#,
|
47 |
-
msgid "
|
48 |
-
|
|
|
|
|
|
|
49 |
|
50 |
-
#: admin/activation_hook.php:
|
51 |
#: qtranslate_services.php:787
|
52 |
msgid "Translation Service"
|
53 |
msgstr "Vertaal Services"
|
54 |
|
55 |
-
#: admin/activation_hook.php:
|
56 |
#, php-format
|
57 |
msgid "Survey on \"%s\" feature"
|
58 |
msgstr "Enquête over de \"%s\" functie"
|
59 |
|
60 |
-
#: admin/activation_hook.php:
|
61 |
msgid "I have already done it, dismiss this message."
|
62 |
msgstr "Ik heb het al gedaan, verberg deze boodschap."
|
63 |
|
64 |
#: admin/admin_utils.php:90
|
65 |
msgid "Database has been converted to square bracket format."
|
66 |
-
msgstr ""
|
67 |
|
68 |
#: admin/admin_utils.php:90 admin/admin_utils.php:106
|
69 |
msgid "Note: custom entries are not touched."
|
70 |
-
msgstr ""
|
71 |
|
72 |
#: admin/admin_utils.php:106
|
73 |
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 "Vlag"
|
79 |
|
@@ -95,8 +132,12 @@ msgid "Plugin"
|
|
95 |
msgstr "Plugin"
|
96 |
|
97 |
#: admin/import_export.php:113
|
98 |
-
msgid "
|
99 |
-
|
|
|
|
|
|
|
|
|
100 |
|
101 |
#: admin/import_export.php:116
|
102 |
msgid "Do not migrate any setting"
|
@@ -125,39 +166,65 @@ msgstr "Database Omzetten"
|
|
125 |
|
126 |
#: admin/import_export.php:136
|
127 |
#, php-format
|
128 |
-
msgid "
|
129 |
-
|
|
|
|
|
|
|
|
|
130 |
|
131 |
#: admin/import_export.php:137
|
132 |
#, php-format
|
133 |
-
msgid "
|
134 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
135 |
|
136 |
#: admin/import_export.php:138
|
137 |
-
msgid "
|
138 |
-
|
|
|
|
|
|
|
|
|
139 |
|
140 |
#: admin/import_export.php:139
|
141 |
-
#, fuzzy
|
142 |
msgid "Do not convert database"
|
143 |
-
msgstr "Database
|
144 |
|
145 |
#: admin/import_export.php:140
|
146 |
msgid "Convert database to the \"square bracket only\" style."
|
147 |
-
msgstr ""
|
148 |
|
149 |
#: admin/import_export.php:141
|
150 |
#, php-format
|
151 |
-
msgid "
|
|
|
|
|
|
|
152 |
msgstr ""
|
|
|
|
|
|
|
|
|
153 |
|
154 |
#: admin/import_export.php:142
|
155 |
msgid "Convert database back to the legacy \"dual language tag\" style."
|
156 |
-
msgstr ""
|
157 |
|
158 |
#: admin/import_export.php:143
|
159 |
-
msgid "
|
|
|
|
|
160 |
msgstr ""
|
|
|
|
|
161 |
|
162 |
#: admin/import_export.php:151
|
163 |
msgid "Reset qTranslate"
|
@@ -165,7 +232,9 @@ msgstr "Reset qTranslate"
|
|
165 |
|
166 |
#: admin/import_export.php:153
|
167 |
msgid "Check this box and click Save Changes to reset all qTranslate settings."
|
168 |
-
msgstr "
|
|
|
|
|
169 |
|
170 |
#: admin/import_export.php:155
|
171 |
msgid "Yes, I really want to reset qTranslate."
|
@@ -173,11 +242,18 @@ msgstr "Ja, ik weet zeker dat ik qTranslate wil resetten."
|
|
173 |
|
174 |
#: admin/import_export.php:157
|
175 |
msgid "Also delete Translations for Categories/Tags/Link Categories."
|
176 |
-
msgstr "
|
|
|
177 |
|
178 |
#: admin/import_export.php:159
|
179 |
-
msgid "
|
180 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
181 |
|
182 |
#: qtranslate_configuration.php:447
|
183 |
msgid "Language Management"
|
@@ -188,8 +264,12 @@ msgid "Language Code"
|
|
188 |
msgstr "Taal Code"
|
189 |
|
190 |
#: qtranslate_configuration.php:457
|
191 |
-
msgid "
|
192 |
-
|
|
|
|
|
|
|
|
|
193 |
|
194 |
#: qtranslate_configuration.php:485
|
195 |
msgid "Incorrect Flag Image Path! Please correct it!"
|
@@ -200,8 +280,12 @@ msgid "Choose the corresponding country flag for language. (Example: gb.png)"
|
|
200 |
msgstr "Kies de vlag welke bij het land van deze taal hoort. (b.v.: nl.png)"
|
201 |
|
202 |
#: qtranslate_configuration.php:502
|
203 |
-
msgid "
|
204 |
-
|
|
|
|
|
|
|
|
|
205 |
|
206 |
#: qtranslate_configuration.php:505
|
207 |
msgid "Locale"
|
@@ -220,28 +304,56 @@ msgid "Date Format"
|
|
220 |
msgstr "Datum Formaat"
|
221 |
|
222 |
#: qtranslate_configuration.php:515
|
223 |
-
msgid "
|
224 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
225 |
|
226 |
#: qtranslate_configuration.php:518
|
227 |
msgid "Time Format"
|
228 |
msgstr "Tijd Formaat"
|
229 |
|
230 |
#: qtranslate_configuration.php:520
|
231 |
-
msgid "
|
232 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
233 |
|
234 |
#: qtranslate_configuration.php:523
|
235 |
msgid "Not Available Message"
|
236 |
msgstr "Niet Beschikbaar Bericht"
|
237 |
|
238 |
#: qtranslate_configuration.php:526
|
239 |
-
msgid "
|
240 |
-
|
|
|
|
|
|
|
|
|
|
|
241 |
|
242 |
#: qtranslate_configuration.php:527
|
243 |
-
msgid "
|
244 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
245 |
|
246 |
#: qtranslate_configuration.php:632
|
247 |
msgid "Hide"
|
@@ -261,8 +373,12 @@ msgstr "Taal wisselen"
|
|
261 |
|
262 |
#: qtranslate_configuration.php:656
|
263 |
#, php-format
|
264 |
-
msgid "
|
265 |
-
|
|
|
|
|
|
|
|
|
266 |
|
267 |
#: qtranslate_configuration.php:677
|
268 |
msgid "qTranslate has been reset."
|
@@ -274,17 +390,68 @@ msgstr "Gettext database is bijgewerkt."
|
|
274 |
|
275 |
#: qtranslate_configuration.php:722
|
276 |
#, php-format
|
277 |
-
msgid "
|
|
|
|
|
|
|
|
|
278 |
msgstr ""
|
|
|
|
|
|
|
|
|
279 |
|
280 |
#: qtranslate_configuration.php:723
|
281 |
#, php-format
|
282 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
283 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
284 |
|
285 |
#: qtranslate_configuration.php:723
|
286 |
-
msgid "
|
|
|
|
|
287 |
msgstr ""
|
|
|
|
|
288 |
|
289 |
#: qtranslate_configuration.php:725 qtranslate_configuration.php:1096
|
290 |
msgid "Compatibility Functions"
|
@@ -292,13 +459,27 @@ msgstr "Compatibiliteit functies"
|
|
292 |
|
293 |
#: qtranslate_configuration.php:725
|
294 |
#, php-format
|
295 |
-
msgid "
|
|
|
|
|
|
|
296 |
msgstr ""
|
|
|
|
|
|
|
297 |
|
298 |
#: qtranslate_configuration.php:733
|
299 |
#, php-format
|
300 |
-
msgid "
|
|
|
|
|
|
|
|
|
301 |
msgstr ""
|
|
|
|
|
|
|
|
|
302 |
|
303 |
#: qtranslate_configuration.php:744
|
304 |
msgid "The Language must have a Not-Available Message!"
|
@@ -356,7 +537,8 @@ msgstr "Opties opgeslagen."
|
|
356 |
#: qtranslate_configuration.php:913
|
357 |
#, php-format
|
358 |
msgid "Could not write to \"%s\", Gettext Databases could not be downloaded!"
|
359 |
-
msgstr "
|
|
|
360 |
|
361 |
#: qtranslate_configuration.php:939
|
362 |
msgid "Edit Language"
|
@@ -372,8 +554,12 @@ msgstr "Talen Beheer (qTranslate Configuratie)"
|
|
372 |
|
373 |
#: qtranslate_configuration.php:948
|
374 |
#, php-format
|
375 |
-
msgid "
|
376 |
-
|
|
|
|
|
|
|
|
|
377 |
|
378 |
#: qtranslate_configuration.php:950
|
379 |
msgid "General Settings"
|
@@ -389,8 +575,14 @@ msgstr "Standaard Taal"
|
|
389 |
|
390 |
#: qtranslate_configuration.php:967
|
391 |
#, php-format
|
392 |
-
msgid "
|
393 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
394 |
|
395 |
#: qtranslate_configuration.php:972
|
396 |
msgid "Hide Untranslated Content"
|
@@ -401,17 +593,33 @@ msgid "Hide Content which is not available for the selected language."
|
|
401 |
msgstr "Verberg inhoud welke niet beschikbaar is in de geselecteerde taal."
|
402 |
|
403 |
#: qtranslate_configuration.php:976
|
404 |
-
msgid "
|
405 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
406 |
|
407 |
#: qtranslate_configuration.php:977
|
408 |
#, php-format
|
409 |
-
msgid "
|
410 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
411 |
|
412 |
#: qtranslate_configuration.php:979
|
413 |
-
msgid "
|
414 |
-
|
|
|
|
|
|
|
|
|
415 |
|
416 |
#: qtranslate_configuration.php:983
|
417 |
msgid "Detect Browser Language"
|
@@ -422,8 +630,14 @@ msgid "Detect the language of the browser and redirect accordingly."
|
|
422 |
msgstr "Detecteer de taal van de browser en doorsturen wanneer nodig."
|
423 |
|
424 |
#: qtranslate_configuration.php:987
|
425 |
-
msgid "
|
426 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
427 |
|
428 |
#: qtranslate_configuration.php:992
|
429 |
msgid "Advanced Settings"
|
@@ -458,8 +672,14 @@ msgid "You will need to configure DNS sub-domains on your site."
|
|
458 |
msgstr "Je moet de DNS subdomeinen configureren van je site."
|
459 |
|
460 |
#: qtranslate_configuration.php:1001
|
461 |
-
msgid "
|
462 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
463 |
|
464 |
#: qtranslate_configuration.php:1002
|
465 |
msgid "Hide URL language information for default language."
|
@@ -470,8 +690,11 @@ msgid "This is only applicable to Pre-Path and Pre-Domain mode."
|
|
470 |
msgstr "Dit is alleen van toepassing op Pre-Pad en Pre-Domein-modus."
|
471 |
|
472 |
#: qtranslate_configuration.php:1005
|
473 |
-
msgid "
|
474 |
-
|
|
|
|
|
|
|
475 |
|
476 |
#: qtranslate_configuration.php:1022
|
477 |
msgid "Domain for"
|
@@ -483,8 +706,12 @@ msgstr "Locatie van de afbeedlingen van de vlaggen"
|
|
483 |
|
484 |
#: qtranslate_configuration.php:1031
|
485 |
#, php-format
|
486 |
-
msgid "
|
487 |
-
|
|
|
|
|
|
|
|
|
488 |
|
489 |
#: qtranslate_configuration.php:1035
|
490 |
msgid "Ignore Links"
|
@@ -492,8 +719,11 @@ msgstr "Negeer Koppelingen"
|
|
492 |
|
493 |
#: qtranslate_configuration.php:1039
|
494 |
#, php-format
|
495 |
-
msgid "
|
496 |
-
|
|
|
|
|
|
|
497 |
|
498 |
#: qtranslate_configuration.php:1043
|
499 |
msgid "Update Gettext Databases"
|
@@ -501,15 +731,21 @@ msgstr "Gettext Database bijwerken"
|
|
501 |
|
502 |
#: qtranslate_configuration.php:1045
|
503 |
msgid "Automatically check for .mo-Database Updates of installed languages."
|
504 |
-
msgstr "
|
|
|
|
|
505 |
|
506 |
#: qtranslate_configuration.php:1047
|
507 |
msgid "Update Gettext databases now."
|
508 |
msgstr "Gettext database nu bijwerken."
|
509 |
|
510 |
#: qtranslate_configuration.php:1049
|
511 |
-
msgid "
|
512 |
-
|
|
|
|
|
|
|
|
|
513 |
|
514 |
#: qtranslate_configuration.php:1053
|
515 |
msgid "Date / Time Conversion"
|
@@ -520,20 +756,32 @@ msgid "Use emulated date function."
|
|
520 |
msgstr "Gebruik nagebootste datum functies."
|
521 |
|
522 |
#: qtranslate_configuration.php:1056
|
523 |
-
msgid "
|
524 |
-
|
|
|
|
|
|
|
|
|
525 |
|
526 |
#: qtranslate_configuration.php:1057
|
527 |
msgid "Use strftime instead of date."
|
528 |
msgstr "Gebruik strftime in plaats van date."
|
529 |
|
530 |
#: qtranslate_configuration.php:1058
|
531 |
-
msgid "
|
532 |
-
|
|
|
|
|
|
|
|
|
533 |
|
534 |
#: qtranslate_configuration.php:1059
|
535 |
-
msgid "
|
536 |
-
|
|
|
|
|
|
|
|
|
537 |
|
538 |
#: qtranslate_configuration.php:1063
|
539 |
msgid "Custom Fields"
|
@@ -541,23 +789,59 @@ msgstr "Aangepaste velden"
|
|
541 |
|
542 |
#: qtranslate_configuration.php:1065
|
543 |
#, php-format
|
544 |
-
msgid "
|
545 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
546 |
|
547 |
#: qtranslate_configuration.php:1065
|
548 |
-
#, fuzzy
|
549 |
msgctxt "browser option"
|
550 |
msgid "Inspect Element"
|
551 |
msgstr "Element inspecteren"
|
552 |
|
553 |
#: qtranslate_configuration.php:1072
|
554 |
-
msgid "
|
555 |
-
|
|
|
|
|
|
|
|
|
556 |
|
557 |
#: qtranslate_configuration.php:1079
|
558 |
#, php-format
|
559 |
-
msgid "
|
560 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
561 |
|
562 |
#: qtranslate_configuration.php:1083
|
563 |
msgid "Custom Filters"
|
@@ -565,8 +849,13 @@ msgstr "Aangepaste Filters"
|
|
565 |
|
566 |
#: qtranslate_configuration.php:1086
|
567 |
#, php-format
|
568 |
-
msgid "
|
569 |
-
|
|
|
|
|
|
|
|
|
|
|
570 |
|
571 |
#: qtranslate_configuration.php:1090
|
572 |
msgid "Custom Admin Pages"
|
@@ -574,8 +863,19 @@ msgstr "Aangepaste Admin-pagina 's"
|
|
574 |
|
575 |
#: qtranslate_configuration.php:1092
|
576 |
#, php-format
|
577 |
-
msgid "
|
578 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
579 |
|
580 |
#: qtranslate_configuration.php:1098
|
581 |
#, php-format
|
@@ -584,20 +884,45 @@ msgstr "Functie naam compatibiliteit inschakelen (%s)."
|
|
584 |
|
585 |
#: qtranslate_configuration.php:1099
|
586 |
#, php-format
|
587 |
-
msgid "
|
588 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
589 |
|
590 |
#: qtranslate_configuration.php:1103
|
591 |
msgid "Editor Raw Mode"
|
592 |
msgstr "Editor Raw-modus"
|
593 |
|
594 |
#: qtranslate_configuration.php:1105
|
595 |
-
msgid "
|
596 |
-
|
|
|
|
|
|
|
597 |
|
598 |
#: qtranslate_configuration.php:1106
|
599 |
-
msgid "
|
600 |
-
|
|
|
|
|
|
|
|
|
|
|
601 |
|
602 |
#: qtranslate_configuration.php:1159
|
603 |
msgid "Disable"
|
@@ -620,8 +945,14 @@ msgid "Delete"
|
|
620 |
msgstr "Verwijder"
|
621 |
|
622 |
#: qtranslate_configuration.php:1166
|
623 |
-
msgid "
|
624 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
625 |
|
626 |
#: qtranslate_configuration.php:1173
|
627 |
msgid "Add Language"
|
@@ -641,8 +972,18 @@ msgstr "Help"
|
|
641 |
|
642 |
#: qtranslate_configuration.php:1242
|
643 |
#, php-format
|
644 |
-
msgid "
|
645 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
646 |
|
647 |
#: qtranslate_configuration.php:1247
|
648 |
msgid "Add to Menu"
|
@@ -682,7 +1023,8 @@ msgstr "Er is een fout opgetreden met de gekozen service."
|
|
682 |
|
683 |
#: qtranslate_services.php:67
|
684 |
msgid "An unknown error occured with the selected service."
|
685 |
-
msgstr "
|
|
|
686 |
|
687 |
#: qtranslate_services.php:68
|
688 |
msgid "The server returned a debugging message."
|
@@ -736,16 +1078,24 @@ msgstr "qTranslate Services"
|
|
736 |
|
737 |
#: qtranslate_services.php:396
|
738 |
#, php-format
|
739 |
-
msgid "
|
740 |
-
|
|
|
|
|
|
|
|
|
741 |
|
742 |
#: qtranslate_services.php:397
|
743 |
msgid "Enable qTranslate Services"
|
744 |
msgstr "Schakel qTranslate Services in"
|
745 |
|
746 |
#: qtranslate_services.php:399
|
747 |
-
msgid "
|
748 |
-
|
|
|
|
|
|
|
|
|
749 |
|
750 |
#: qtranslate_services.php:409
|
751 |
msgid "Open Orders"
|
@@ -768,12 +1118,22 @@ msgstr "Huidige status: %s"
|
|
768 |
|
769 |
#: qtranslate_services.php:450
|
770 |
#, php-format
|
771 |
-
msgid "
|
772 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
773 |
|
774 |
#: qtranslate_services.php:451
|
775 |
-
msgid "
|
776 |
-
|
|
|
|
|
|
|
|
|
777 |
|
778 |
#: qtranslate_services.php:453
|
779 |
msgid "No open orders."
|
@@ -784,13 +1144,20 @@ msgid "Service Configuration"
|
|
784 |
msgstr "Service Instellingen"
|
785 |
|
786 |
#: qtranslate_services.php:470
|
787 |
-
msgid "
|
788 |
-
|
|
|
|
|
|
|
|
|
789 |
|
790 |
#: qtranslate_services.php:550
|
791 |
#, php-format
|
792 |
-
msgid "
|
793 |
-
|
|
|
|
|
|
|
794 |
|
795 |
#: qtranslate_services.php:566
|
796 |
#, php-format
|
@@ -802,8 +1169,13 @@ msgid "The requested Post has no content, no Translation possible."
|
|
802 |
msgstr "Het gevraagde bericht heeft geen inhoud. Vertalen is niet mogelijk."
|
803 |
|
804 |
#: qtranslate_services.php:583
|
805 |
-
msgid "
|
806 |
-
|
|
|
|
|
|
|
|
|
|
|
807 |
|
808 |
#: qtranslate_services.php:654
|
809 |
#, php-format
|
@@ -817,15 +1189,21 @@ msgstr "Extra informatie: %s"
|
|
817 |
|
818 |
#: qtranslate_services.php:677
|
819 |
#, php-format
|
820 |
-
msgid "
|
821 |
-
|
|
|
|
|
|
|
|
|
822 |
|
823 |
#: qtranslate_services.php:686
|
824 |
msgid "Order successfully sent."
|
825 |
msgstr "Bestelling succesvol verzonden."
|
826 |
|
827 |
#: qtranslate_services.php:687
|
828 |
-
msgid "
|
|
|
|
|
829 |
msgstr "De vertaal bestelling is succesvol verstuurd naar de gekozen service."
|
830 |
|
831 |
#: qtranslate_services.php:691
|
@@ -851,7 +1229,9 @@ msgstr "Bekijk alle openstaande bestellingen."
|
|
851 |
|
852 |
#: qtranslate_services.php:700
|
853 |
msgid "Let qTranslate Services check if any open orders are finished."
|
854 |
-
msgstr "
|
|
|
|
|
855 |
|
856 |
#: qtranslate_services.php:701
|
857 |
msgid "View this post."
|
@@ -859,8 +1239,12 @@ msgstr "Bekijk dit bericht."
|
|
859 |
|
860 |
#: qtranslate_services.php:726
|
861 |
#, php-format
|
862 |
-
msgid "
|
863 |
-
|
|
|
|
|
|
|
|
|
864 |
|
865 |
#: qtranslate_services.php:734
|
866 |
msgid "Please choose the language you want to translate to:"
|
@@ -891,13 +1275,20 @@ msgid "Please choose a service first"
|
|
891 |
msgstr "Kies eerst een service"
|
892 |
|
893 |
#: qtranslate_services.php:779
|
894 |
-
msgid "
|
895 |
-
|
|
|
|
|
|
|
896 |
|
897 |
#: qtranslate_services.php:816
|
898 |
#, php-format
|
899 |
-
msgid "
|
900 |
-
|
|
|
|
|
|
|
|
|
901 |
|
902 |
#: qtranslate_services.php:832
|
903 |
msgid "<p><img src=\"images/wpspin_light.gif\"> Getting Quote...</p>"
|
@@ -912,8 +1303,16 @@ msgid "Review Article"
|
|
912 |
msgstr "Beoordeel artikel"
|
913 |
|
914 |
#: qtranslate_services.php:860
|
915 |
-
msgid "
|
916 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
917 |
|
918 |
#: qtranslate_services.php:899 qtranslate_services.php:906
|
919 |
msgid "unavailable"
|
@@ -988,8 +1387,14 @@ msgstr "Widget"
|
|
988 |
#~ msgid "Error"
|
989 |
#~ msgstr "Fout"
|
990 |
|
991 |
-
#~ msgid "
|
992 |
-
#~
|
|
|
|
|
|
|
|
|
|
|
|
|
993 |
|
994 |
#~ msgid "Category Name"
|
995 |
#~ msgstr "Categorie Naam"
|
@@ -997,8 +1402,14 @@ msgstr "Widget"
|
|
997 |
#~ msgid "Debugging Information"
|
998 |
#~ msgstr "Debug Informatie"
|
999 |
|
1000 |
-
#~ msgid "
|
1001 |
-
#~
|
|
|
|
|
|
|
|
|
|
|
|
|
1002 |
|
1003 |
#, fuzzy
|
1004 |
#~ msgid "Master language"
|
@@ -1032,8 +1443,23 @@ msgstr "Widget"
|
|
1032 |
#~ msgid "Tag Name"
|
1033 |
#~ msgstr "Tag Naam"
|
1034 |
|
1035 |
-
#~ msgid "
|
1036 |
-
#~
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1037 |
|
1038 |
#~ msgid "Title"
|
1039 |
#~ msgstr "Titel"
|
@@ -1050,8 +1476,12 @@ msgstr "Widget"
|
|
1050 |
#~ msgid "language_name"
|
1051 |
#~ msgstr "taal_naam"
|
1052 |
|
1053 |
-
#~ msgid "
|
1054 |
-
#~
|
|
|
|
|
|
|
|
|
1055 |
|
1056 |
#~ msgid "qTranslate"
|
1057 |
#~ msgstr "qTranslate"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: qTranslate-X 3.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-02-24 19:26-0700\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Marius Siroen <marius@marius-siroen.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
+
"Language: nl_NL\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
13 |
"X-Generator: Poedit 1.6.9\n"
|
14 |
|
15 |
+
#: admin/activation_hook.php:37 admin/activation_hook.php:137
|
16 |
+
#: qtranslate_configuration.php:722
|
17 |
#, php-format
|
18 |
+
msgid ""
|
19 |
+
"It might be a good idea to review %smigration instructions%s, if you have "
|
20 |
+
"not yet done so."
|
21 |
+
msgstr ""
|
22 |
+
"Het is misschien een goed idee om de %smigratie instructies%s te lezen, als "
|
23 |
+
"je dat nog niet hebt gedaan."
|
24 |
+
|
25 |
+
#: admin/activation_hook.php:38
|
26 |
+
#, php-format
|
27 |
+
msgid ""
|
28 |
+
"Activation of plugin %s deactivated plugin %s since they cannot run "
|
29 |
+
"simultaneously."
|
30 |
+
msgstr ""
|
31 |
+
"Activering van plugin %s heeft plugin %s gedeactiveerd aangezien zij niet "
|
32 |
+
"gelijktijdig kunnen worden uitgevoerd."
|
33 |
|
34 |
+
#: admin/activation_hook.php:40
|
35 |
#, php-format
|
36 |
+
msgid ""
|
37 |
+
"The compatible settings from %s have been imported to %s. Further tuning, "
|
38 |
+
"import, export and reset of options can be done at Settings/Languages "
|
39 |
+
"configuration page, once %s is running.%sContinue%s"
|
40 |
+
msgstr ""
|
41 |
+
"De compatibele instellingen van %s zijn geïmporteerd naar %s. Verdere "
|
42 |
+
"instellingen, import, export en reset van opties kan worden gedaan op "
|
43 |
+
"Instellingen/Talen configuratiepagina, zodra %s wordt uitgevoerd.%sDoorgaan%s"
|
44 |
|
45 |
+
#: admin/activation_hook.php:42
|
46 |
#, php-format
|
47 |
+
msgid ""
|
48 |
+
"You may import/export compatible settings from %s to %s on Settings/"
|
49 |
+
"Languages configuration page, once %s is running.%sContinue%s"
|
50 |
+
msgstr ""
|
51 |
+
"Je kunt compatibele instellingen importeren/exporteren van %s naar %s op "
|
52 |
+
"Instellingen/talen configuratiepagina, zodra %s wordt uitgevoerd. %sDoorgaan"
|
53 |
+
"%s"
|
54 |
|
55 |
+
#: admin/activation_hook.php:135
|
56 |
#, php-format
|
57 |
+
msgid ""
|
58 |
+
"%sError:%s plugin %s cannot run concurrently with plugin %s. You may import "
|
59 |
+
"and export compatible settings between %s and %s on Settings/<a href=\"%s"
|
60 |
+
"\">Languages</a> configuration page. Then you have to deactivate one of the "
|
61 |
+
"plugins to continue."
|
62 |
+
msgstr ""
|
63 |
+
"%sFout:%s plugin %s kan niet gelijktijdig worden uitgevoerd met plugin %s. "
|
64 |
+
"Je kunt compatibele instellingen importeren en exporteren tussen %s en %s "
|
65 |
+
"bij instellingen/<a href=\"%s\">Talen</a> configuratiepagina. Dan moet je "
|
66 |
+
"een van de plugins uitschakelen om verder te gaan."
|
67 |
|
68 |
+
#: admin/activation_hook.php:140 admin/activation_hook.php:142
|
69 |
+
#, php-format
|
70 |
msgid "Deactivate %s"
|
71 |
+
msgstr "Deactiveer %s"
|
72 |
|
73 |
+
#: admin/activation_hook.php:170
|
74 |
#, php-format
|
75 |
msgid "Thank you for using %s plugin!"
|
76 |
msgstr "Dank voor het gebruik van de %s plugin"
|
77 |
|
78 |
+
#: admin/activation_hook.php:172
|
79 |
+
#, php-format
|
80 |
+
msgid ""
|
81 |
+
"Please, help us to make a decision on \"%s\" feature, press the button below."
|
82 |
+
msgstr ""
|
83 |
+
"Alstublieft, help ons om te beslissen over de \"%s\" functie, klik op de "
|
84 |
+
"knop."
|
85 |
|
86 |
+
#: admin/activation_hook.php:172 admin/activation_hook.php:174
|
87 |
#: qtranslate_services.php:787
|
88 |
msgid "Translation Service"
|
89 |
msgstr "Vertaal Services"
|
90 |
|
91 |
+
#: admin/activation_hook.php:174
|
92 |
#, php-format
|
93 |
msgid "Survey on \"%s\" feature"
|
94 |
msgstr "Enquête over de \"%s\" functie"
|
95 |
|
96 |
+
#: admin/activation_hook.php:175
|
97 |
msgid "I have already done it, dismiss this message."
|
98 |
msgstr "Ik heb het al gedaan, verberg deze boodschap."
|
99 |
|
100 |
#: admin/admin_utils.php:90
|
101 |
msgid "Database has been converted to square bracket format."
|
102 |
+
msgstr "Database is geconverteerd naar rechte haakjes formaat."
|
103 |
|
104 |
#: admin/admin_utils.php:90 admin/admin_utils.php:106
|
105 |
msgid "Note: custom entries are not touched."
|
106 |
+
msgstr "Opmerking: ingevoerde aangepassingen zijn niet aangeraakt."
|
107 |
|
108 |
#: admin/admin_utils.php:106
|
109 |
msgid "Database has been converted to legacy dual-tag format."
|
110 |
+
msgstr "Database is geconverteerd naar de oudere dubbele-label indeling."
|
111 |
|
112 |
#: admin/admin_utils.php:254 qtranslate_configuration.php:460
|
113 |
+
#: qtranslate_frontend.php:169 qtranslate_frontend.php:196
|
114 |
msgid "Flag"
|
115 |
msgstr "Vlag"
|
116 |
|
132 |
msgstr "Plugin"
|
133 |
|
134 |
#: admin/import_export.php:113
|
135 |
+
msgid ""
|
136 |
+
"There is no need to migrate any setting, the database schema is compatible "
|
137 |
+
"with this plugin."
|
138 |
+
msgstr ""
|
139 |
+
"Het is niet nodig om een instelling te migreren, het databaseschema is "
|
140 |
+
"compatibel met deze plugin."
|
141 |
|
142 |
#: admin/import_export.php:116
|
143 |
msgid "Do not migrate any setting"
|
166 |
|
167 |
#: admin/import_export.php:136
|
168 |
#, php-format
|
169 |
+
msgid ""
|
170 |
+
"If you are updating from qTranslate 1.x or Polyglot, <a href=\"%s\">click "
|
171 |
+
"here</a> to convert posts to the new language tag format."
|
172 |
+
msgstr ""
|
173 |
+
"Wanneer je opwaardeerd van qTranslate v1.x of Polyglot, <a href=\"%s\">klik "
|
174 |
+
"hier</a> om alle posts om te zetten naar de nieuwe taal-label formaat."
|
175 |
|
176 |
#: admin/import_export.php:137
|
177 |
#, php-format
|
178 |
+
msgid ""
|
179 |
+
"If you have installed qTranslate for the first time on a Wordpress with "
|
180 |
+
"existing posts, you can either go through all your posts manually and save "
|
181 |
+
"them in the correct language or <a href=\"%s\">click here</a> to mark all "
|
182 |
+
"existing posts as written in the default language."
|
183 |
+
msgstr ""
|
184 |
+
"Wanneer dit de eerste keer is dat je qTranslate hebt geïnstalleerd met "
|
185 |
+
"bestaande berichten, kan je alle berichten handmatig doorlopen en opslaan in "
|
186 |
+
"de juiste taal of <a href=\"%s\">hier klikken</a> om alle bestaande "
|
187 |
+
"berichten te markeren als geschreven in de standaard taal."
|
188 |
|
189 |
#: admin/import_export.php:138
|
190 |
+
msgid ""
|
191 |
+
"Both processes are <b>irreversible</b>! Be sure to make a full database "
|
192 |
+
"backup before clicking one of the links."
|
193 |
+
msgstr ""
|
194 |
+
"Beide processen zijn <b>Onomkeerbaar</b>! Wees er zeker van dat er een "
|
195 |
+
"volledige back-up van de database is voordat je op een van de links klikt."
|
196 |
|
197 |
#: admin/import_export.php:139
|
|
|
198 |
msgid "Do not convert database"
|
199 |
+
msgstr "Database niet omzetten"
|
200 |
|
201 |
#: admin/import_export.php:140
|
202 |
msgid "Convert database to the \"square bracket only\" style."
|
203 |
+
msgstr "Database converteren naar de \"rechte haakjes label\" stijl."
|
204 |
|
205 |
#: admin/import_export.php:141
|
206 |
#, php-format
|
207 |
+
msgid ""
|
208 |
+
"The square bracket language tag %s only will be used as opposite to dual-tag "
|
209 |
+
"(%s and %s) %s legacy database format. All string options and standard post "
|
210 |
+
"and page fields will be uniformly encoded like %s."
|
211 |
msgstr ""
|
212 |
+
"Het rechte haakjes taal label %s zal alleen worden gebruikt als vervanger "
|
213 |
+
"tegenover de dubbel-label (%s en %s) %s oudere database-indeling. Alle "
|
214 |
+
"opties van een tekenreeks en standaard berichten en paginavelden zullen "
|
215 |
+
"gelijkmatig worden gecodeerd als %s."
|
216 |
|
217 |
#: admin/import_export.php:142
|
218 |
msgid "Convert database back to the legacy \"dual language tag\" style."
|
219 |
+
msgstr "Database converteren naar de oudere \" dubbele taal label\" stijl."
|
220 |
|
221 |
#: admin/import_export.php:143
|
222 |
+
msgid ""
|
223 |
+
"Note, that only string options and standard post and page fields are "
|
224 |
+
"affected."
|
225 |
msgstr ""
|
226 |
+
"Opmerking, alleen tekenreeks opties en standaard berichten en paginavelden "
|
227 |
+
"worden aangepast."
|
228 |
|
229 |
#: admin/import_export.php:151
|
230 |
msgid "Reset qTranslate"
|
232 |
|
233 |
#: admin/import_export.php:153
|
234 |
msgid "Check this box and click Save Changes to reset all qTranslate settings."
|
235 |
+
msgstr ""
|
236 |
+
"Selecteer dit vakje en klik op Wijzigingen Opslaan om alle qTranslate "
|
237 |
+
"instellingen te resetten."
|
238 |
|
239 |
#: admin/import_export.php:155
|
240 |
msgid "Yes, I really want to reset qTranslate."
|
242 |
|
243 |
#: admin/import_export.php:157
|
244 |
msgid "Also delete Translations for Categories/Tags/Link Categories."
|
245 |
+
msgstr ""
|
246 |
+
"Verwijder ook alle vertalingen voor Categorieën/Tags/Koppelingen Categorieën."
|
247 |
|
248 |
#: admin/import_export.php:159
|
249 |
+
msgid ""
|
250 |
+
"If something isn't working correctly, you can always try to reset all "
|
251 |
+
"qTranslate settings. A Reset won't delete any posts but will remove all "
|
252 |
+
"settings (including all languages added)."
|
253 |
+
msgstr ""
|
254 |
+
"Wanneer iets niet goed werkt, kan je altijd proberen om qTranslate te "
|
255 |
+
"resetten. Een reset verwijderd GEEN berichten maar wel alle instellingen "
|
256 |
+
"(inclusief alle handmatig toegevoegde talen)."
|
257 |
|
258 |
#: qtranslate_configuration.php:447
|
259 |
msgid "Language Management"
|
264 |
msgstr "Taal Code"
|
265 |
|
266 |
#: qtranslate_configuration.php:457
|
267 |
+
msgid ""
|
268 |
+
"2-Letter <a href=\"http://www.w3.org/WAI/ER/IG/ert/iso639.htm#2letter\">ISO "
|
269 |
+
"Language Code</a> for the Language you want to insert. (Example: en)"
|
270 |
+
msgstr ""
|
271 |
+
"2-Letterig <a href=\"http://www.w3.org/WAI/ER/IG/ert/iso639.htm#2letter"
|
272 |
+
"\">ISO Taal Code</a> voor de taal die je wilt toevoegen. (b.v.: nl)"
|
273 |
|
274 |
#: qtranslate_configuration.php:485
|
275 |
msgid "Incorrect Flag Image Path! Please correct it!"
|
280 |
msgstr "Kies de vlag welke bij het land van deze taal hoort. (b.v.: nl.png)"
|
281 |
|
282 |
#: qtranslate_configuration.php:502
|
283 |
+
msgid ""
|
284 |
+
"The Name of the language, which will be displayed on the site. (Example: "
|
285 |
+
"English)"
|
286 |
+
msgstr ""
|
287 |
+
"De naam van de taal, welke weer wordt gegeven op de website. (b.v.: "
|
288 |
+
"Nederlands)"
|
289 |
|
290 |
#: qtranslate_configuration.php:505
|
291 |
msgid "Locale"
|
304 |
msgstr "Datum Formaat"
|
305 |
|
306 |
#: qtranslate_configuration.php:515
|
307 |
+
msgid ""
|
308 |
+
"Depending on your Date / Time Conversion Mode, you can either enter a <a "
|
309 |
+
"href=\"http://www.php.net/manual/function.strftime.php\">strftime</a> (use "
|
310 |
+
"%q for day suffix (st,nd,rd,th)) or <a href=\"http://www.php.net/manual/"
|
311 |
+
"function.date.php\">date</a> format. This field is optional. (Example: %A %B "
|
312 |
+
"%e%q, %Y)"
|
313 |
+
msgstr ""
|
314 |
+
"Afhankelijk van jouw datum/tijd weergaven, kan je of <a href=\"http://www."
|
315 |
+
"php.net/manual/function.strftime.php\">strftime</a> (gebruik %q voor dag "
|
316 |
+
"achtervoegsel (1e,2e)) of <a href=\"http://www.php.net/manual/function.date."
|
317 |
+
"php\">date</a> formaat. Dit veld is optioneel. (b.v.: %A, %e %B %Y)"
|
318 |
|
319 |
#: qtranslate_configuration.php:518
|
320 |
msgid "Time Format"
|
321 |
msgstr "Tijd Formaat"
|
322 |
|
323 |
#: qtranslate_configuration.php:520
|
324 |
+
msgid ""
|
325 |
+
"Depending on your Date / Time Conversion Mode, you can either enter a <a "
|
326 |
+
"href=\"http://www.php.net/manual/function.strftime.php\">strftime</a> or <a "
|
327 |
+
"href=\"http://www.php.net/manual/function.date.php\">date</a> format. This "
|
328 |
+
"field is optional. (Example: %I:%M %p)"
|
329 |
+
msgstr ""
|
330 |
+
"Afhankelijk van jouw datum/tijd weergaven, kan je of <a href=\"http://www."
|
331 |
+
"php.net/manual/function.strftime.php\">strftime</a> of <a href=\"http://www."
|
332 |
+
"php.net/manual/function.date.php\">date</a> formaat. Dit veld is optioneel. "
|
333 |
+
"(b.v.: %H:%M)"
|
334 |
|
335 |
#: qtranslate_configuration.php:523
|
336 |
msgid "Not Available Message"
|
337 |
msgstr "Niet Beschikbaar Bericht"
|
338 |
|
339 |
#: qtranslate_configuration.php:526
|
340 |
+
msgid ""
|
341 |
+
"Message to display if post is not available in the requested language. "
|
342 |
+
"(Example: Sorry, this entry is only available in %LANG:, : and %.)"
|
343 |
+
msgstr ""
|
344 |
+
"Bericht welke weer wordt gegeven wanneer het bericht niet in de gevraagde "
|
345 |
+
"taal beschikbaar is. (b.v.: Sorry, dit bericht is alleen beschikbaar in het "
|
346 |
+
"%LANG:, : en %.)"
|
347 |
|
348 |
#: qtranslate_configuration.php:527
|
349 |
+
msgid ""
|
350 |
+
"%LANG:<normal_separator>:<last_separator>% generates a list of "
|
351 |
+
"languages separated by <normal_separator> except for the last one, "
|
352 |
+
"where <last_separator> will be used instead."
|
353 |
+
msgstr ""
|
354 |
+
"%LANG:<normal_seperator>:<last_seperator>% genereert een lijst "
|
355 |
+
"van talen gescheiden door <normal_seperator> behalve de laatste, waar "
|
356 |
+
"<last_seperator> gebruikt zal worden."
|
357 |
|
358 |
#: qtranslate_configuration.php:632
|
359 |
msgid "Hide"
|
373 |
|
374 |
#: qtranslate_configuration.php:656
|
375 |
#, php-format
|
376 |
+
msgid ""
|
377 |
+
"Switching language to %1$s... If the Dashboard isn't loading, use this <a "
|
378 |
+
"href=\"%2$s\" title=\"Dashboard\">link</a>."
|
379 |
+
msgstr ""
|
380 |
+
"Schakel taal om naar %1$s... Als het Dashboard niet wordt geladen, gebruik "
|
381 |
+
"deze <a href=\"%2$s\" title=\"Dashboard\">link</a>."
|
382 |
|
383 |
#: qtranslate_configuration.php:677
|
384 |
msgid "qTranslate has been reset."
|
390 |
|
391 |
#: qtranslate_configuration.php:722
|
392 |
#, php-format
|
393 |
+
msgid ""
|
394 |
+
"Applicable options and taxonomy names from plugin %s have been imported. "
|
395 |
+
"Note that the multilingual content of posts, pages and other objects has not "
|
396 |
+
"been altered during this operation. There is no additional operation needed "
|
397 |
+
"to import content, since its format is compatible with %s."
|
398 |
msgstr ""
|
399 |
+
"Toepasselijke opties en taxonomie namen van plugin %s zijn geïmporteerd. "
|
400 |
+
"Opmerking: de meertalige inhoud van berichten, pagina's en andere objecten "
|
401 |
+
"is niet gewijzigd tijdens deze bewerking. Er is geen extra handeling nodig "
|
402 |
+
"voor het importeren van de inhoud, omdat de indeling compatibel is met %s"
|
403 |
|
404 |
#: qtranslate_configuration.php:723
|
405 |
#, php-format
|
406 |
+
msgid ""
|
407 |
+
"%sImportant%s: Before you start making edits to post and pages, please, make "
|
408 |
+
"sure that both, your front site and admin back-end, work under this "
|
409 |
+
"configuration. It may help to review \"%s\" and see if any of conflicting "
|
410 |
+
"plugins mentioned there are used here. While the current content, coming "
|
411 |
+
"from %s, is compatible with this plugin, the newly modified posts and pages "
|
412 |
+
"will be saved with a new square-bracket-only encoding, which has a number of "
|
413 |
+
"advantages comparing to former %s encoding. However, the new encoding is not "
|
414 |
+
"straightforwardly compatible with %s and you will need an additional step "
|
415 |
+
"available under \"%s\" option if you ever decide to go back to %s. Even with "
|
416 |
+
"this additional conversion step, the 3rd-party plugins custom-stored data "
|
417 |
+
"will not be auto-converted, but manual editing will still work. That is why "
|
418 |
+
"it is advisable to create a test-copy of your site before making any further "
|
419 |
+
"changes. In case you encounter a problem, please give us a chance to improve "
|
420 |
+
"%s, send the login information to the test-copy of your site to %s along "
|
421 |
+
"with a detailed step-by-step description of what is not working, and "
|
422 |
+
"continue using your main site with %s meanwhile. It would also help, if you "
|
423 |
+
"share a success story as well, either on %sthe forum%s, or via the same e-"
|
424 |
+
"mail as mentioned above. Thank you very much for trying %s."
|
425 |
msgstr ""
|
426 |
+
"%sBelangrijk%s: Voordat je begint met het bewerkingen van berichten en "
|
427 |
+
"pagina's, zorg er dan voor dat beide, de website zelf en het admin gedeelte, "
|
428 |
+
"werken onder deze configuratie. Het kan helpen om \"%s\" te bekijken en te "
|
429 |
+
"zien of een van conflicterende plugins genoemd wordt die hier gebruikt "
|
430 |
+
"worden. Terwijl de huidige inhoud, afkomstig van %s, compatibel is met deze "
|
431 |
+
"plugin,zullen de onlangs gewijzigde berichten en pagina's worden opgeslagen "
|
432 |
+
"met de nieuwe rechte-haakjes-label codering, deze hebben een aantal "
|
433 |
+
"voordelen in vergelijking met vroegere %s codering. Echter, de nieuwe "
|
434 |
+
"codering is niet zomaar compatibel met %s en zult je een extra handeling "
|
435 |
+
"moeten doen die beschikbaar is onder de \"%s\" optie voor als je ooit "
|
436 |
+
"besluit om terug te gaan naar %s. Maar zelfs met deze extra conversie stap "
|
437 |
+
"zullen de in de 3rd-party plugins op maat opgeslagen gegevens niet "
|
438 |
+
"automatisch geconverteerd zijn, maar handmatige bewerking daarvan zal nog "
|
439 |
+
"steeds mogelijk zijn. Daarom is het raadzaam om een test-kopie van je site "
|
440 |
+
"te maken voordat je iets gaat wijzigen. In het geval dat je tegen een "
|
441 |
+
"probleem aanloopt, geef ons een kans om %s te verbeteren, Stuur de login-"
|
442 |
+
"gegevens van de test-kopie van je site naar %s samen met een uitvoerige stap-"
|
443 |
+
"voor-stap beschrijving van wat niet werkt, en gebruik ondertussen je "
|
444 |
+
"originele site met %s. Het zou ons allemaal ook helpen, als je een "
|
445 |
+
"succesverhaal wilt delen in %shet forum%s, of via de e-mail zoals hierboven "
|
446 |
+
"vermeld. Heel erg bedankt voor het proberen %s."
|
447 |
|
448 |
#: qtranslate_configuration.php:723
|
449 |
+
msgid ""
|
450 |
+
"This is a one-time message, which you will not see again, unless the same "
|
451 |
+
"import is repeated."
|
452 |
msgstr ""
|
453 |
+
"Dit is een eenmalige mededeling, die u niet weer ziet tenzij de dezelfde "
|
454 |
+
"import wordt herhaald."
|
455 |
|
456 |
#: qtranslate_configuration.php:725 qtranslate_configuration.php:1096
|
457 |
msgid "Compatibility Functions"
|
459 |
|
460 |
#: qtranslate_configuration.php:725
|
461 |
#, php-format
|
462 |
+
msgid ""
|
463 |
+
"Option \"%s\" has also been turned on, as the most common case for importing "
|
464 |
+
"configuration from %s. You may turn it off manually if your setup does not "
|
465 |
+
"require it. Refer to %sFAQ%s for more information."
|
466 |
msgstr ""
|
467 |
+
"Optie \"%s\" is ook ingeschakeld, voor het importeren van de configuratie "
|
468 |
+
"van %s. Je kunt dit handmatig uitschakelen als je instellingen dit niet "
|
469 |
+
"nodig hebben. Raadpleeg %sFAQ%s voor meer informatie.."
|
470 |
|
471 |
#: qtranslate_configuration.php:733
|
472 |
#, php-format
|
473 |
+
msgid ""
|
474 |
+
"Applicable options have been exported to plugin %s. If you have done some "
|
475 |
+
"post or page updates after migrating from %s, then \"%s\" operation is also "
|
476 |
+
"required to convert the content to \"dual language tag\" style in order for "
|
477 |
+
"plugin %s to function."
|
478 |
msgstr ""
|
479 |
+
"Toepasselijke opties zijn geëxporteerd naar plugin %s. Als je sommige "
|
480 |
+
"berichten of pagina's hebt bewerkt na het migreren van %s, dan is \"%s\" "
|
481 |
+
"handeling ook noodzakelijk om de inhoud naar \"dubbele taal label\" stijl te "
|
482 |
+
"converteren om plugin %s te laten functioneren."
|
483 |
|
484 |
#: qtranslate_configuration.php:744
|
485 |
msgid "The Language must have a Not-Available Message!"
|
537 |
#: qtranslate_configuration.php:913
|
538 |
#, php-format
|
539 |
msgid "Could not write to \"%s\", Gettext Databases could not be downloaded!"
|
540 |
+
msgstr ""
|
541 |
+
"Kan niet schrijven naar \"%s\", Gettext Database kon niet worden gedownload!"
|
542 |
|
543 |
#: qtranslate_configuration.php:939
|
544 |
msgid "Edit Language"
|
554 |
|
555 |
#: qtranslate_configuration.php:948
|
556 |
#, php-format
|
557 |
+
msgid ""
|
558 |
+
"For help on how to configure qTranslate correctly, take a look at the <a "
|
559 |
+
"href=\"%1$s\">qTranslate FAQ</a> and the <a href=\"%2$s\">Support Forum</a>."
|
560 |
+
msgstr ""
|
561 |
+
"Voor hulp om qTranslate goed te kunnen instellen, bekijk <a href=\"%1$s"
|
562 |
+
"\">qTranslate FAQ</a> en het <a href=\"%2$s\">Support Forum</a>."
|
563 |
|
564 |
#: qtranslate_configuration.php:950
|
565 |
msgid "General Settings"
|
575 |
|
576 |
#: qtranslate_configuration.php:967
|
577 |
#, php-format
|
578 |
+
msgid ""
|
579 |
+
"Choose the default language of your blog. This is the language which will be "
|
580 |
+
"shown on %s. You can also change the order the languages by clicking on the "
|
581 |
+
"arrows above."
|
582 |
+
msgstr ""
|
583 |
+
"Kies de standaard taal van jouw blog. Dit is de taal welke getoond zal "
|
584 |
+
"worden op %s. Je kan ook de volgorde van de talen aanpassen door te klikken "
|
585 |
+
"op de pijlen er naast."
|
586 |
|
587 |
#: qtranslate_configuration.php:972
|
588 |
msgid "Hide Untranslated Content"
|
593 |
msgstr "Verberg inhoud welke niet beschikbaar is in de geselecteerde taal."
|
594 |
|
595 |
#: qtranslate_configuration.php:976
|
596 |
+
msgid ""
|
597 |
+
"When checked, posts will be hidden if the content is not available for the "
|
598 |
+
"selected language. If unchecked, a message will appear showing all the "
|
599 |
+
"languages the content is available in."
|
600 |
+
msgstr ""
|
601 |
+
"Wanneer aangevinkt, zal het bericht niet worden weergeven wanneer deze niet "
|
602 |
+
"beschikbaar is in de gevraagde taal. Wanneer niet aangevinkt, zal er een "
|
603 |
+
"bericht worden weergeven in welke talen deze wel beschikbaar zijn."
|
604 |
|
605 |
#: qtranslate_configuration.php:977
|
606 |
#, php-format
|
607 |
+
msgid ""
|
608 |
+
"This function will not work correctly if you installed %s on a blog with "
|
609 |
+
"existing entries. In this case you will need to take a look at option \"%s\" "
|
610 |
+
"under \"%s\" section."
|
611 |
+
msgstr ""
|
612 |
+
"Deze functionaliteit zal niet goed werken wanneer je %s installeert op een "
|
613 |
+
"blog met bestaande pagina's of berichten. In dit geval moet je kijken naar "
|
614 |
+
"de optie \"%s\" onder \"%s\" ."
|
615 |
|
616 |
#: qtranslate_configuration.php:979
|
617 |
+
msgid ""
|
618 |
+
"Show displayed language prefix when content is not available for the "
|
619 |
+
"selected language."
|
620 |
+
msgstr ""
|
621 |
+
"Toon weergegeven taal voorvoegsel wanneer inhoud niet beschikbaar is voor de "
|
622 |
+
"geselecteerde taal."
|
623 |
|
624 |
#: qtranslate_configuration.php:983
|
625 |
msgid "Detect Browser Language"
|
630 |
msgstr "Detecteer de taal van de browser en doorsturen wanneer nodig."
|
631 |
|
632 |
#: qtranslate_configuration.php:987
|
633 |
+
msgid ""
|
634 |
+
"When the frontpage is visited via bookmark/external link/type-in, the "
|
635 |
+
"visitor will be forwarded to the correct URL for the language specified by "
|
636 |
+
"his browser."
|
637 |
+
msgstr ""
|
638 |
+
"Wanneer de hoofd pagina wordt bezocht via favorieten/externe link/ingetypt, "
|
639 |
+
"zal de bezoeker worden doorgestuurd naar de juiste URL voor de taal welke "
|
640 |
+
"door de browser is ingesteld."
|
641 |
|
642 |
#: qtranslate_configuration.php:992
|
643 |
msgid "Advanced Settings"
|
672 |
msgstr "Je moet de DNS subdomeinen configureren van je site."
|
673 |
|
674 |
#: qtranslate_configuration.php:1001
|
675 |
+
msgid ""
|
676 |
+
"Pre-Path and Pre-Domain mode will only work with mod_rewrite/pretty "
|
677 |
+
"permalinks. Additional Configuration is needed for Pre-Domain mode or Per-"
|
678 |
+
"Domain mode."
|
679 |
+
msgstr ""
|
680 |
+
"Pre-Pad en Pre-Domein modus zal alleen werken met mod_rewrite/pretty "
|
681 |
+
"permalinks. Aanvullende instellingen zijn nodig voor Pre-Domein of Per-"
|
682 |
+
"domein modus."
|
683 |
|
684 |
#: qtranslate_configuration.php:1002
|
685 |
msgid "Hide URL language information for default language."
|
690 |
msgstr "Dit is alleen van toepassing op Pre-Pad en Pre-Domein-modus."
|
691 |
|
692 |
#: qtranslate_configuration.php:1005
|
693 |
+
msgid ""
|
694 |
+
"Use Per-Domain mode: specify separate user-defined domain for each language."
|
695 |
+
msgstr ""
|
696 |
+
"Gebruik Per-domein modus: afzonderlijke door gebruiker gedefinieerde domein "
|
697 |
+
"voor elke taal opgeven."
|
698 |
|
699 |
#: qtranslate_configuration.php:1022
|
700 |
msgid "Domain for"
|
706 |
|
707 |
#: qtranslate_configuration.php:1031
|
708 |
#, php-format
|
709 |
+
msgid ""
|
710 |
+
"Path to the flag images under wp-content, with trailing slash. (Default: %s, "
|
711 |
+
"clear the value above to reset it to the default)"
|
712 |
+
msgstr ""
|
713 |
+
"Pad naar de vlag afbeeldingen binnen wp-content, met afsluitende slash. "
|
714 |
+
"(Standaard: %s, wis de waarde hierboven om de standaard waarde te herstellen)"
|
715 |
|
716 |
#: qtranslate_configuration.php:1035
|
717 |
msgid "Ignore Links"
|
719 |
|
720 |
#: qtranslate_configuration.php:1039
|
721 |
#, php-format
|
722 |
+
msgid ""
|
723 |
+
"Don't convert links to files of the given file types. (Always included: %s)"
|
724 |
+
msgstr ""
|
725 |
+
"Laat koppelingen niet omzetten naar bestanden van bepaalde bestandstypen. "
|
726 |
+
"(Altijd inbegrepen: %s)"
|
727 |
|
728 |
#: qtranslate_configuration.php:1043
|
729 |
msgid "Update Gettext Databases"
|
731 |
|
732 |
#: qtranslate_configuration.php:1045
|
733 |
msgid "Automatically check for .mo-Database Updates of installed languages."
|
734 |
+
msgstr ""
|
735 |
+
"Controleer automatisch voor nieuwe .mo-Database bestanden voor "
|
736 |
+
"geïnstalleerde talen."
|
737 |
|
738 |
#: qtranslate_configuration.php:1047
|
739 |
msgid "Update Gettext databases now."
|
740 |
msgstr "Gettext database nu bijwerken."
|
741 |
|
742 |
#: qtranslate_configuration.php:1049
|
743 |
+
msgid ""
|
744 |
+
"qTranslate will query the Wordpress Localisation Repository every week and "
|
745 |
+
"download the latest Gettext Databases (.mo Files)."
|
746 |
+
msgstr ""
|
747 |
+
"qTranslate zal elke week de Wordpress Lokalisatie Archief controleren voor "
|
748 |
+
"de laatste Gettext Databases (.mo bestanden)."
|
749 |
|
750 |
#: qtranslate_configuration.php:1053
|
751 |
msgid "Date / Time Conversion"
|
756 |
msgstr "Gebruik nagebootste datum functies."
|
757 |
|
758 |
#: qtranslate_configuration.php:1056
|
759 |
+
msgid ""
|
760 |
+
"Use emulated date function and replace formats with the predefined formats "
|
761 |
+
"for each language."
|
762 |
+
msgstr ""
|
763 |
+
"Gebruik gesimuleerde datum functie en vervang het formaat met het vooraf "
|
764 |
+
"gedefinieerde formaat voor elke taal. "
|
765 |
|
766 |
#: qtranslate_configuration.php:1057
|
767 |
msgid "Use strftime instead of date."
|
768 |
msgstr "Gebruik strftime in plaats van date."
|
769 |
|
770 |
#: qtranslate_configuration.php:1058
|
771 |
+
msgid ""
|
772 |
+
"Use strftime instead of date and replace formats with the predefined formats "
|
773 |
+
"for each language."
|
774 |
+
msgstr ""
|
775 |
+
"Gebruik strftime in plaats van date, en vervang het formaat met het vooraf "
|
776 |
+
"gedefinieerde formaat voor elke taal."
|
777 |
|
778 |
#: qtranslate_configuration.php:1059
|
779 |
+
msgid ""
|
780 |
+
"Depending on the mode selected, additional customizations of the theme may "
|
781 |
+
"be needed."
|
782 |
+
msgstr ""
|
783 |
+
"Afhankelijk van de geselecteerde modus, kan het noodzakelijk zijn om "
|
784 |
+
"aanvullende aanpassingen aan de thema's te brengen."
|
785 |
|
786 |
#: qtranslate_configuration.php:1063
|
787 |
msgid "Custom Fields"
|
789 |
|
790 |
#: qtranslate_configuration.php:1065
|
791 |
#, php-format
|
792 |
+
msgid ""
|
793 |
+
"Enter \"%s\" or \"%s\" attribute of text fields from your theme, which you "
|
794 |
+
"wish to translate. This applies to post, page and media editors (%s). To "
|
795 |
+
"lookup \"%s\" or \"%s\", right-click on the field in the post or the page "
|
796 |
+
"editor and choose \"%s\". Look for an attribute of the field named \"%s\" or "
|
797 |
+
"\"%s\". Enter it below, as many as you need, space- or comma-separated. "
|
798 |
+
"After saving configuration, these fields will start responding to the "
|
799 |
+
"language switching buttons, and you can enter different text for each "
|
800 |
+
"language. The input fields of type %s will be parsed using %s syntax, while "
|
801 |
+
"single line text fields will use %s syntax. If you need to override this "
|
802 |
+
"behaviour, prepend prefix %s or %s to the name of the field to specify which "
|
803 |
+
"syntax to use. For more information, read %sFAQ%s."
|
804 |
+
msgstr ""
|
805 |
+
"Voer \"%s\" of \"%s\" kenmerken in van de tekstvelden van het thema die je "
|
806 |
+
"wenst te vertalen. Dit geldt voor paginas, berichten en media-editors (%s). "
|
807 |
+
"Om het kenmerk van \"%s\" of \"%s\", te zoeken, klik met de rechtermuisknop "
|
808 |
+
"op het veld in het bericht of de pagina editor en kies \"%s\". Traceer het "
|
809 |
+
"kenmerk van het veld met de naam \"%s\" of \"%s\". Voer deze kenmerken "
|
810 |
+
"hieronder in, net zoveel als er nodig zijn door spatie of komma's "
|
811 |
+
"gescheiden. Na het opslaan zullen deze velden ook reageren op de taal wissel "
|
812 |
+
"knoppen, en kan een andere tekst voor elke taal ingevoerd worden. De "
|
813 |
+
"invoervelden van type %s zullen worden voorzien van dit %s voorvoegsel, "
|
814 |
+
"terwijl één regel tekstvelden gebruik maken van %s als voorvoegsel. Als het "
|
815 |
+
"nodig is om dit gedrag te negeren, voeg dan als voorvoegsel %s of %s toe aan "
|
816 |
+
"de naam van het veld om aan te geven welk voorvoegsel gebruikt moet worden. "
|
817 |
+
"Voor meer informatie, lees %sFAQ%s."
|
818 |
|
819 |
#: qtranslate_configuration.php:1065
|
|
|
820 |
msgctxt "browser option"
|
821 |
msgid "Inspect Element"
|
822 |
msgstr "Element inspecteren"
|
823 |
|
824 |
#: qtranslate_configuration.php:1072
|
825 |
+
msgid ""
|
826 |
+
"The value of \"id\" attribute is normally unique within one page, otherwise "
|
827 |
+
"the first field found, having an id specified, is picked up."
|
828 |
+
msgstr ""
|
829 |
+
"De waarde van het \"id\" kenmerk is normaal uniek binnen een pagina, zo niet "
|
830 |
+
"dan wordt het eerst gevonden veld, dat dit id heeft gebruikt."
|
831 |
|
832 |
#: qtranslate_configuration.php:1079
|
833 |
#, php-format
|
834 |
+
msgid ""
|
835 |
+
"All the fields of specified classes will respond to Language Switching "
|
836 |
+
"Buttons. Be careful not to include a class, which would affect language-"
|
837 |
+
"neutral fields. If you cannot uniquely identify a field needed neither by "
|
838 |
+
"%s, nor by %s attribute, report the issue on %sSupport Forum%s"
|
839 |
+
msgstr ""
|
840 |
+
"Alle velden van gespecificeerde classes zullen reageren op de Taal wisselen "
|
841 |
+
"Knoppen. Wees voorzichtig om niet een class, welke op taal-neutrale velden "
|
842 |
+
"van invloed zou zijn op te nemen. Als je een veld nodig hebt dat noch door "
|
843 |
+
"%s, noch door het %s kenmerk geïdentificeerd kan worden, kunt je dit "
|
844 |
+
"probleem melden op ons %sSupport Forum%s"
|
845 |
|
846 |
#: qtranslate_configuration.php:1083
|
847 |
msgid "Custom Filters"
|
849 |
|
850 |
#: qtranslate_configuration.php:1086
|
851 |
#, php-format
|
852 |
+
msgid ""
|
853 |
+
"Names of filters (which are enabled on theme or other plugins via %s "
|
854 |
+
"function) to add translation to. For more information, read %sFAQ%s."
|
855 |
+
msgstr ""
|
856 |
+
"Namen van filters (die zijn ingeschakeld op een thema of andere plugins via "
|
857 |
+
"de %s functie) om vertalingen aan toe te voegen. Voor meer informatie, lees "
|
858 |
+
"%sFAQ%s."
|
859 |
|
860 |
#: qtranslate_configuration.php:1090
|
861 |
msgid "Custom Admin Pages"
|
863 |
|
864 |
#: qtranslate_configuration.php:1092
|
865 |
#, php-format
|
866 |
+
msgid ""
|
867 |
+
"List the custom admin page paths for which you wish Language Switching "
|
868 |
+
"Buttons to show up. The Buttons will then control fields configured in "
|
869 |
+
"\"Custom Fields\" section. You may only include part of the full URL after "
|
870 |
+
"%s, including a distinctive query string if needed. As many as desired pages "
|
871 |
+
"can be listed space/comma separated. For more information, read %sFAQ%s."
|
872 |
+
msgstr ""
|
873 |
+
"Vul de aangepaste admin pagina paden in waarop je Taal wisselen Knoppen wilt "
|
874 |
+
"zien. De knoppen stuurt dan de velden aan die geconfigureerd zijn in de "
|
875 |
+
"sectie \"Custom Fields\" . U mag alleen dat deel van de volledige URL "
|
876 |
+
"invoegen na %s, met inbegrip van een onderscheidende queryreeks indien "
|
877 |
+
"nodig. Er kunnen meerdere pagina's worden opgenomen gescheiden door spatie/"
|
878 |
+
"komma's. Voor meer informatie, lees %sFAQ%s."
|
879 |
|
880 |
#: qtranslate_configuration.php:1098
|
881 |
#, php-format
|
884 |
|
885 |
#: qtranslate_configuration.php:1099
|
886 |
#, php-format
|
887 |
+
msgid ""
|
888 |
+
"Some plugins and themes use direct calls to the functions listed, which are "
|
889 |
+
"defined in former %s plugin and some of its forks. Turning this flag on will "
|
890 |
+
"enable those function to exists, which will make the dependent plugins and "
|
891 |
+
"themes to work. WordPress policy prohibits to define functions with the same "
|
892 |
+
"names as in other plugins, since it generates user-unfriendly fatal errors, "
|
893 |
+
"when two conflicting plugins are activated simultaneously. Before turning "
|
894 |
+
"this option on, you have to make sure that there are no other plugins "
|
895 |
+
"active, which define those functions."
|
896 |
+
msgstr ""
|
897 |
+
"Sommige plugins en thema's gebruiken functies zoals vermeld, die zijn "
|
898 |
+
"gedefinieerd in de voormalige %s plugin en een aantal van haar verwanten. "
|
899 |
+
"Door dit aan te vinken zullen deze functies ingeschakeld worden en zorgen "
|
900 |
+
"ervoor dat deze plugins en thema's mogelijk werken. WordPress beleid "
|
901 |
+
"verbiedt om functies met een zelfde naam te definiëren als in andere "
|
902 |
+
"plugins, want het genereert gebruiksonvriendelijk fatale fouten, wanneer "
|
903 |
+
"twee conflicterende plugins gelijktijdig geactiveerd zijn. Voordat je deze "
|
904 |
+
"optie inschakelt, moet je ervoor zorgen dat er geen andere plugins actief "
|
905 |
+
"zijn, die deze functies definiëren."
|
906 |
|
907 |
#: qtranslate_configuration.php:1103
|
908 |
msgid "Editor Raw Mode"
|
909 |
msgstr "Editor Raw-modus"
|
910 |
|
911 |
#: qtranslate_configuration.php:1105
|
912 |
+
msgid ""
|
913 |
+
"Do not use Language Switching Buttons to edit multi-language text entries."
|
914 |
+
msgstr ""
|
915 |
+
"Gebruik geen knoppen voor het wisselen van taal om meertalige teksten te "
|
916 |
+
"bewerken in één veld."
|
917 |
|
918 |
#: qtranslate_configuration.php:1106
|
919 |
+
msgid ""
|
920 |
+
"Some people prefer to edit the raw entries containing all languages together "
|
921 |
+
"separated by language defining tags, as they are stored in database."
|
922 |
+
msgstr ""
|
923 |
+
"Sommige mensen vinden het handiger om te werken in de ruwe tekst modus met "
|
924 |
+
"alle teksten van de talen samen gescheiden door taal labels, zoals ze zijn "
|
925 |
+
"opgeslagen in database."
|
926 |
|
927 |
#: qtranslate_configuration.php:1159
|
928 |
msgid "Disable"
|
945 |
msgstr "Verwijder"
|
946 |
|
947 |
#: qtranslate_configuration.php:1166
|
948 |
+
msgid ""
|
949 |
+
"Enabling a language will cause qTranslate to update the Gettext-Database for "
|
950 |
+
"the language, which can take a while depending on your server's connection "
|
951 |
+
"speed."
|
952 |
+
msgstr ""
|
953 |
+
"Het activeren van een taal zorgt er voor dat qTranslate de Gettext-Database "
|
954 |
+
"probeert bij te werken voor de desbetreffende taal. Dit kan even duren "
|
955 |
+
"afhankelijk van de snelheid van de verbinding van de server."
|
956 |
|
957 |
#: qtranslate_configuration.php:1173
|
958 |
msgid "Add Language"
|
972 |
|
973 |
#: qtranslate_configuration.php:1242
|
974 |
#, php-format
|
975 |
+
msgid ""
|
976 |
+
"Menu item added is replaced with a sub-menu of available languages when menu "
|
977 |
+
"is rendered. Depending on how your theme renders menu you may need to "
|
978 |
+
"override and customize css entries %s and %s, originally defined in %s. The "
|
979 |
+
"field \"URL\" of inserted menu item allows additional configuration "
|
980 |
+
"described in %sFAQ%s."
|
981 |
+
msgstr ""
|
982 |
+
"Een menu-item toegevoegen wordt vervangen door een sub-menu met beschikbare "
|
983 |
+
"talen wanneer het menu wordt weergegeven. Afhankelijk van hoe je thema het "
|
984 |
+
"menu maakt moet je wellicht css fragmenten overschrijven en aanpassen %s en "
|
985 |
+
"%s, oorspronkelijk gedefinieerd in %s. Het veld \"URL\" van ingevoegde menu "
|
986 |
+
"items vraagt mogelijk aanvullende configuratie, beschreven in %sFAQ%s."
|
987 |
|
988 |
#: qtranslate_configuration.php:1247
|
989 |
msgid "Add to Menu"
|
1023 |
|
1024 |
#: qtranslate_services.php:67
|
1025 |
msgid "An unknown error occured with the selected service."
|
1026 |
+
msgstr ""
|
1027 |
+
"Er is een onbekende foutmelding opgetreden bij de geselecteerde service."
|
1028 |
|
1029 |
#: qtranslate_services.php:68
|
1030 |
msgid "The server returned a debugging message."
|
1078 |
|
1079 |
#: qtranslate_services.php:396
|
1080 |
#, php-format
|
1081 |
+
msgid ""
|
1082 |
+
"<div id=\"message\" class=\"error fade\"><p>qTranslate Services could not "
|
1083 |
+
"load <a href=\"%s\">OpenSSL</a>!</p></div>"
|
1084 |
+
msgstr ""
|
1085 |
+
"<div id=\"message\" class=\"error fade\"><p>qTranslate services kunnen niet "
|
1086 |
+
"geladen worden <a href=\"%s\">OpenSSL</a>!</p></div>"
|
1087 |
|
1088 |
#: qtranslate_services.php:397
|
1089 |
msgid "Enable qTranslate Services"
|
1090 |
msgstr "Schakel qTranslate Services in"
|
1091 |
|
1092 |
#: qtranslate_services.php:399
|
1093 |
+
msgid ""
|
1094 |
+
"With qTranslate Services, you will be able to use professional human "
|
1095 |
+
"translation services with a few clicks."
|
1096 |
+
msgstr ""
|
1097 |
+
"Met qTranslate Services is het mogelijk om professionele, door mensen, "
|
1098 |
+
"vertaalde teksten te verkrijgen binnen slechts een aantal klikken."
|
1099 |
|
1100 |
#: qtranslate_services.php:409
|
1101 |
msgid "Open Orders"
|
1118 |
|
1119 |
#: qtranslate_services.php:450
|
1120 |
#, php-format
|
1121 |
+
msgid ""
|
1122 |
+
"qTranslate Services will automatically check every hour whether the "
|
1123 |
+
"translations are finished and update your posts accordingly. You can always "
|
1124 |
+
"<a href=\"%s\">check manually</a>."
|
1125 |
+
msgstr ""
|
1126 |
+
"qTranslate Services zal automatisch elk uur controleren of de vertaling "
|
1127 |
+
"klaar is en het bericht bijwerken. Je kan ook zelf even <a href=\"%s"
|
1128 |
+
"\">controleren</a>."
|
1129 |
|
1130 |
#: qtranslate_services.php:451
|
1131 |
+
msgid ""
|
1132 |
+
"Deleting an open order doesn't cancel it. You will have to logon to the "
|
1133 |
+
"service homepage and cancel it there."
|
1134 |
+
msgstr ""
|
1135 |
+
"Het verwijderen van een openstaande bestelling annuleert deze niet. Je moet "
|
1136 |
+
"inloggen op de website van de service om deze te annuleren."
|
1137 |
|
1138 |
#: qtranslate_services.php:453
|
1139 |
msgid "No open orders."
|
1144 |
msgstr "Service Instellingen"
|
1145 |
|
1146 |
#: qtranslate_services.php:470
|
1147 |
+
msgid ""
|
1148 |
+
"Below, you will find configuration settings for qTranslate Service "
|
1149 |
+
"Providers, which are required for them to operate."
|
1150 |
+
msgstr ""
|
1151 |
+
"Hieronder vind je de instelling voor de qTranslate Service Aanbieders welke "
|
1152 |
+
"nodig zijn om te kunnen werken."
|
1153 |
|
1154 |
#: qtranslate_services.php:550
|
1155 |
#, php-format
|
1156 |
+
msgid ""
|
1157 |
+
"To translate a post, please go to the <a href=\"%s\">edit posts overview</a>."
|
1158 |
+
msgstr ""
|
1159 |
+
"Voor het vertalen van een bericht, ga dan naar <a href=\"%s\">overzicht "
|
1160 |
+
"bewerken van berichten</a>."
|
1161 |
|
1162 |
#: qtranslate_services.php:566
|
1163 |
#, php-format
|
1169 |
msgstr "Het gevraagde bericht heeft geen inhoud. Vertalen is niet mogelijk."
|
1170 |
|
1171 |
#: qtranslate_services.php:583
|
1172 |
+
msgid ""
|
1173 |
+
"The Post already has content for the selected target language. If a "
|
1174 |
+
"translation request is send, the current text for the target language will "
|
1175 |
+
"be overwritten."
|
1176 |
+
msgstr ""
|
1177 |
+
"Dit bericht heeft al inhoud voor de gekozen taal. Wanneer een vertaal "
|
1178 |
+
"opdracht verstuurd word, zal de huidige inhoud worden overschreven."
|
1179 |
|
1180 |
#: qtranslate_services.php:654
|
1181 |
#, php-format
|
1189 |
|
1190 |
#: qtranslate_services.php:677
|
1191 |
#, php-format
|
1192 |
+
msgid ""
|
1193 |
+
"An serious error occured and qTranslate Services cannot proceed. For help, "
|
1194 |
+
"please visit the <a href=\"%s\">Support Forum</a>"
|
1195 |
+
msgstr ""
|
1196 |
+
"Er is een ernstige fout opgetreden en qTranslate Services kan niet verder "
|
1197 |
+
"gaan. Voor hulp, ga naar het <a href=\"%s\">Support Forum</a>"
|
1198 |
|
1199 |
#: qtranslate_services.php:686
|
1200 |
msgid "Order successfully sent."
|
1201 |
msgstr "Bestelling succesvol verzonden."
|
1202 |
|
1203 |
#: qtranslate_services.php:687
|
1204 |
+
msgid ""
|
1205 |
+
"Your translation order has been successfully transfered to the selected "
|
1206 |
+
"service."
|
1207 |
msgstr "De vertaal bestelling is succesvol verstuurd naar de gekozen service."
|
1208 |
|
1209 |
#: qtranslate_services.php:691
|
1229 |
|
1230 |
#: qtranslate_services.php:700
|
1231 |
msgid "Let qTranslate Services check if any open orders are finished."
|
1232 |
+
msgstr ""
|
1233 |
+
"Laat qTranslate Services controleren of er openstaande bestellingen al "
|
1234 |
+
"afgerond zijn."
|
1235 |
|
1236 |
#: qtranslate_services.php:701
|
1237 |
msgid "View this post."
|
1239 |
|
1240 |
#: qtranslate_services.php:726
|
1241 |
#, php-format
|
1242 |
+
msgid ""
|
1243 |
+
"Your article is available in multiple languages. If you do not want to "
|
1244 |
+
"translate from %1$s, you can switch to one of the following languages: %2$s"
|
1245 |
+
msgstr ""
|
1246 |
+
"Dit artikel is beschikbaar is verschillende talen. Als je niet wilt vertalen "
|
1247 |
+
"van %1$s, kan je omschakelen naar een van de volgende talen: %2$s"
|
1248 |
|
1249 |
#: qtranslate_services.php:734
|
1250 |
msgid "Please choose the language you want to translate to:"
|
1275 |
msgstr "Kies eerst een service"
|
1276 |
|
1277 |
#: qtranslate_services.php:779
|
1278 |
+
msgid ""
|
1279 |
+
"ERROR: Could not connect to qTranslate Services. Please try again later."
|
1280 |
+
msgstr ""
|
1281 |
+
"FOUT: Kon geen verbinding maken met qTranslate Services. Probeer het later "
|
1282 |
+
"nog eens."
|
1283 |
|
1284 |
#: qtranslate_services.php:816
|
1285 |
#, php-format
|
1286 |
+
msgid ""
|
1287 |
+
"Cannot use this service, not all <a href=\"%s\">required fields</a> filled "
|
1288 |
+
"in for this service."
|
1289 |
+
msgstr ""
|
1290 |
+
"Kan deze service niet gebruiken. Niet alle <a href=\"%s\">benodigde velden</"
|
1291 |
+
"a> zijn ingevuld."
|
1292 |
|
1293 |
#: qtranslate_services.php:832
|
1294 |
msgid "<p><img src=\"images/wpspin_light.gif\"> Getting Quote...</p>"
|
1303 |
msgstr "Beoordeel artikel"
|
1304 |
|
1305 |
#: qtranslate_services.php:860
|
1306 |
+
msgid ""
|
1307 |
+
"Your article will be SSL encrypted and securly sent to qTranslate Services, "
|
1308 |
+
"which will forward your text to the chosen Translation Service. Once "
|
1309 |
+
"qTranslate Services receives the translated text, it will automatically "
|
1310 |
+
"appear on your blog."
|
1311 |
+
msgstr ""
|
1312 |
+
"Dit artikel zal met SSL worden gecodeerd en beveiligd worden verstuurd naar "
|
1313 |
+
"de qTranslate service, welke de tekst zal doorsturen naar de gekozen vertaal "
|
1314 |
+
"service. Wanneer qTranslate Services de vertaalde tekst ontvangt, zal het "
|
1315 |
+
"automatisch verschijnen op de blog."
|
1316 |
|
1317 |
#: qtranslate_services.php:899 qtranslate_services.php:906
|
1318 |
msgid "unavailable"
|
1387 |
#~ msgid "Error"
|
1388 |
#~ msgstr "Fout"
|
1389 |
|
1390 |
+
#~ msgid ""
|
1391 |
+
#~ "Adds userfriendly multilingual content support into Wordpress. For "
|
1392 |
+
#~ "Problems visit the <a href=\"http://www.qianqin.de/qtranslate/forum/"
|
1393 |
+
#~ "\">Support Forum</a>."
|
1394 |
+
#~ msgstr ""
|
1395 |
+
#~ "Voegt een gebruikersvriendelijke meertalig berichten service toe aan "
|
1396 |
+
#~ "Wordpress. Voor problemen ga naar het <a href=\"http://www.qianqin.de/"
|
1397 |
+
#~ "qtranslate/forum/\">Support Forum</a>."
|
1398 |
|
1399 |
#~ msgid "Category Name"
|
1400 |
#~ msgstr "Categorie Naam"
|
1402 |
#~ msgid "Debugging Information"
|
1403 |
#~ msgstr "Debug Informatie"
|
1404 |
|
1405 |
+
#~ msgid ""
|
1406 |
+
#~ "If you encounter any problems and you are unable to solve them yourself, "
|
1407 |
+
#~ "you can visit the <a href=\"%s\">Support Forum</a>. Posting the following "
|
1408 |
+
#~ "Content will help other detect any misconfigurations."
|
1409 |
+
#~ msgstr ""
|
1410 |
+
#~ "Als je problemen tegen komt welke je zelf niet opgelost krijgt, bezoek "
|
1411 |
+
#~ "dan het <a href=\"%s\">Support Forum</a>. Het plaatsen van onderstaande "
|
1412 |
+
#~ "tekst kan helpen bij het detecteren van foutieve instellingen."
|
1413 |
|
1414 |
#, fuzzy
|
1415 |
#~ msgid "Master language"
|
1443 |
#~ msgid "Tag Name"
|
1444 |
#~ msgstr "Tag Naam"
|
1445 |
|
1446 |
+
#~ msgid ""
|
1447 |
+
#~ "This version of qTranslate has not been tested with your Wordpress "
|
1448 |
+
#~ "version. To prevent Wordpress from malfunctioning, the qTranslate Editor "
|
1449 |
+
#~ "has been disabled. You can reenable it by <a href=\"javascript:"
|
1450 |
+
#~ "qtrans_editorInit();\" title=\"Activate qTranslate\" id=\"qtrans_imsg_link"
|
1451 |
+
#~ "\">clicking here</a> (may cause <b>data loss</b>!). To remove this "
|
1452 |
+
#~ "message, please update qTranslate to the <a href=\"http://www.qianqin.de/"
|
1453 |
+
#~ "qtranslate/download/\">corresponding version</a>."
|
1454 |
+
#~ msgstr ""
|
1455 |
+
#~ "Deze versie van qTranslate is nog niet getest met deze versie van "
|
1456 |
+
#~ "Wordpress. Om te voorkomen dat Wordpress niet meer werkt, is de "
|
1457 |
+
#~ "qTranslate editor uitgeschakeld. Je kan deze weer activeren door <a href="
|
1458 |
+
#~ "\"javascript:qtrans_editorInit();\" title=\"Activate qTranslate\" id="
|
1459 |
+
#~ "\"qtrans_imsg_link\">Hier</a> te klikken. (<b>Kan data verlies "
|
1460 |
+
#~ "veroorzaken</b>!) Om dit bericht te verwijderen moet je qTranslate <a "
|
1461 |
+
#~ "href=\"http://www.qianqin.de/qtranslate/download/\">bijwerken</a> naar de "
|
1462 |
+
#~ "laatste versie."
|
1463 |
|
1464 |
#~ msgid "Title"
|
1465 |
#~ msgstr "Titel"
|
1476 |
#~ msgid "language_name"
|
1477 |
#~ msgstr "taal_naam"
|
1478 |
|
1479 |
+
#~ msgid ""
|
1480 |
+
#~ "multilingual, multi, language, admin, tinymce, qTranslate, Polyglot, "
|
1481 |
+
#~ "bilingual, widget, switcher"
|
1482 |
+
#~ msgstr ""
|
1483 |
+
#~ "meertalig, multi, taal, admin, tinymce, qTranslate, Polyglot, bilingual, "
|
1484 |
+
#~ "widget, schakelen"
|
1485 |
|
1486 |
#~ msgid "qTranslate"
|
1487 |
#~ msgstr "qTranslate"
|
lang/qtranslate-pl_PL.mo
CHANGED
Binary file
|
lang/qtranslate-pl_PL.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: Bronislaw Gracz <bron@gracz.pro>\n"
|
8 |
"Language-Team: \n"
|
@@ -12,53 +12,59 @@ msgstr ""
|
|
12 |
"X-Poedit-Language: Polish\n"
|
13 |
"X-Poedit-Country: POLAND\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 "Usługi 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 "Flaga"
|
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: Bronislaw Gracz <bron@gracz.pro>\n"
|
8 |
"Language-Team: \n"
|
12 |
"X-Poedit-Language: Polish\n"
|
13 |
"X-Poedit-Country: POLAND\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 "Usługi 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 "Flaga"
|
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-pt_BR.mo
CHANGED
Binary file
|
lang/qtranslate-pt_BR.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:43-0000\n"
|
12 |
"Language-Team: qTranslate Team Translators\n"
|
13 |
"MIME-Version: 1.0\n"
|
@@ -21,52 +21,58 @@ msgstr ""
|
|
21 |
"Plural-Forms: nplurals=2; plural=(n > 1);\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 ""
|
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 "Bandeira"
|
88 |
|
@@ -156,7 +163,7 @@ msgstr ""
|
|
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 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
|
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:43-0000\n"
|
12 |
"Language-Team: qTranslate Team Translators\n"
|
13 |
"MIME-Version: 1.0\n"
|
21 |
"Plural-Forms: nplurals=2; plural=(n > 1);\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 ""
|
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 "Bandeira"
|
95 |
|
163 |
|
164 |
#: admin/import_export.php:141
|
165 |
#, php-format
|
166 |
+
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."
|
167 |
msgstr ""
|
168 |
|
169 |
#: admin/import_export.php:142
|
lang/qtranslate-pt_PT.mo
CHANGED
Binary file
|
lang/qtranslate-pt_PT.po
CHANGED
@@ -7,14 +7,14 @@ 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-
|
12 |
"Last-Translator: Pedro Mendonça <ped.gaspar@gmail.com>\n"
|
13 |
"Language-Team: Pedro Mendonça <ped.gaspar@gmail.com>\n"
|
|
|
14 |
"MIME-Version: 1.0\n"
|
15 |
"Content-Type: text/plain; charset=UTF-8\n"
|
16 |
"Content-Transfer-Encoding: 8bit\n"
|
17 |
-
"Language: pt_PT\n"
|
18 |
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
|
19 |
"X-Poedit-SourceCharset: UTF-8\n"
|
20 |
"X-Generator: Poedit 1.7.4\n"
|
@@ -22,68 +22,75 @@ msgstr ""
|
|
22 |
"X-Poedit-Basepath: ..\n"
|
23 |
"X-Poedit-SearchPath-0: .\n"
|
24 |
|
25 |
-
#: admin/activation_hook.php:37
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
#, php-format
|
27 |
msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously."
|
28 |
msgstr "A activação do plugin %s desactivou o plugin %s, uma vez que estes não podem funcionar simultaneamente."
|
29 |
|
30 |
-
#: admin/activation_hook.php:
|
31 |
#, php-format
|
32 |
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"
|
33 |
msgstr "As definições compatíveis do %s foram importadas para o %s. Pode optimizar, importar, exportar e repor definições na página de configuração em Definições/Idiomas, assim que o %s estiver em execução. %sContinuar%s"
|
34 |
|
35 |
-
#: admin/activation_hook.php:
|
36 |
#, php-format
|
37 |
msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s"
|
38 |
msgstr "Pode importar/exportar definições compatíveis de %s para %s na página Definições/Idiomas, assim que o %s estiver em execução. %sContinuar%s"
|
39 |
|
40 |
-
#: admin/activation_hook.php:
|
41 |
#, php-format
|
42 |
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."
|
43 |
-
msgstr "%
|
44 |
|
45 |
-
#: admin/activation_hook.php:
|
46 |
-
#,
|
47 |
msgid "Deactivate %s"
|
48 |
-
msgstr "Desactivar"
|
49 |
|
50 |
-
#: admin/activation_hook.php:
|
51 |
#, php-format
|
52 |
msgid "Thank you for using %s plugin!"
|
53 |
msgstr "Obrigado por utilizar o plugin %s!"
|
54 |
|
55 |
-
#: admin/activation_hook.php:
|
56 |
-
#,
|
57 |
msgid "Please, help us to make a decision on \"%s\" feature, press the button below."
|
58 |
msgstr "Por favor, ajude-nos a decidir sobre o recurso de \"%s\", clique no botão abaixo."
|
59 |
|
60 |
-
#: admin/activation_hook.php:
|
61 |
#: qtranslate_services.php:787
|
62 |
msgid "Translation Service"
|
63 |
msgstr "Serviço de Tradução"
|
64 |
|
65 |
-
#: admin/activation_hook.php:
|
66 |
#, php-format
|
67 |
msgid "Survey on \"%s\" feature"
|
68 |
msgstr "Questionário sobre o recurso \"%s\""
|
69 |
|
70 |
-
#: admin/activation_hook.php:
|
71 |
msgid "I have already done it, dismiss this message."
|
72 |
msgstr "Já fiz isto, descartar esta mensagem."
|
73 |
|
74 |
#: admin/admin_utils.php:90
|
75 |
msgid "Database has been converted to square bracket format."
|
76 |
-
msgstr ""
|
77 |
|
78 |
#: admin/admin_utils.php:90 admin/admin_utils.php:106
|
79 |
msgid "Note: custom entries are not touched."
|
80 |
-
msgstr ""
|
81 |
|
82 |
#: admin/admin_utils.php:106
|
83 |
msgid "Database has been converted to legacy dual-tag format."
|
84 |
-
msgstr ""
|
85 |
|
86 |
#: admin/admin_utils.php:254 qtranslate_configuration.php:460
|
|
|
87 |
msgid "Flag"
|
88 |
msgstr "Bandeira"
|
89 |
|
@@ -148,26 +155,25 @@ msgid "Both processes are <b>irreversible</b>! Be sure to make a full database b
|
|
148 |
msgstr "Ambos os processos são <b>irreversíveis</b>! Faça um backup completo da base de dados antes de clicar numa das ligações."
|
149 |
|
150 |
#: admin/import_export.php:139
|
151 |
-
#, fuzzy
|
152 |
msgid "Do not convert database"
|
153 |
-
msgstr "
|
154 |
|
155 |
#: admin/import_export.php:140
|
156 |
msgid "Convert database to the \"square bracket only\" style."
|
157 |
-
msgstr ""
|
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 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
|
165 |
msgid "Convert database back to the legacy \"dual language tag\" style."
|
166 |
-
msgstr ""
|
167 |
|
168 |
#: admin/import_export.php:143
|
169 |
msgid "Note, that only string options and standard post and page fields are affected."
|
170 |
-
msgstr ""
|
171 |
|
172 |
#: admin/import_export.php:151
|
173 |
msgid "Reset qTranslate"
|
@@ -231,7 +237,7 @@ msgstr "Formato da Data"
|
|
231 |
|
232 |
#: qtranslate_configuration.php:515
|
233 |
msgid "Depending on your Date / Time Conversion Mode, you can either enter a <a href=\"http://www.php.net/manual/function.strftime.php\">strftime</a> (use %q for day suffix (st,nd,rd,th)) or <a href=\"http://www.php.net/manual/function.date.php\">date</a> format. This field is optional. (Example: %A %B %e%q, %Y)"
|
234 |
-
msgstr "Dependendo do seu modo de conversão de data e hora, pode usar um formato <a href=\"http://www.php.net/manual/function.strftime.php\">strftime</a> ou <a href=\"http://www.php.net/manual/function.date.php\">data</a
|
235 |
|
236 |
#: qtranslate_configuration.php:518
|
237 |
msgid "Time Format"
|
@@ -284,17 +290,17 @@ msgstr "Base de dados Gettext actualizada."
|
|
284 |
|
285 |
#: qtranslate_configuration.php:722
|
286 |
#, php-format
|
287 |
-
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"
|
288 |
-
msgstr ""
|
289 |
|
290 |
#: qtranslate_configuration.php:723
|
291 |
#, php-format
|
292 |
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."
|
293 |
-
msgstr ""
|
294 |
|
295 |
#: qtranslate_configuration.php:723
|
296 |
msgid "This is a one-time message, which you will not see again, unless the same import is repeated."
|
297 |
-
msgstr ""
|
298 |
|
299 |
#: qtranslate_configuration.php:725 qtranslate_configuration.php:1096
|
300 |
msgid "Compatibility Functions"
|
@@ -303,12 +309,12 @@ msgstr "Funções de compatibilidade"
|
|
303 |
#: qtranslate_configuration.php:725
|
304 |
#, php-format
|
305 |
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."
|
306 |
-
msgstr ""
|
307 |
|
308 |
#: qtranslate_configuration.php:733
|
309 |
#, php-format
|
310 |
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."
|
311 |
-
msgstr ""
|
312 |
|
313 |
#: qtranslate_configuration.php:744
|
314 |
msgid "The Language must have a Not-Available Message!"
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: qTranslate-X 3.0\n"
|
9 |
"Report-Msgid-Bugs-To: \n"
|
10 |
+
"POT-Creation-Date: 2015-02-24 19:26-0700\n"
|
11 |
+
"PO-Revision-Date: 2015-02-27 16:03-0000\n"
|
12 |
"Last-Translator: Pedro Mendonça <ped.gaspar@gmail.com>\n"
|
13 |
"Language-Team: Pedro Mendonça <ped.gaspar@gmail.com>\n"
|
14 |
+
"Language: pt_PT\n"
|
15 |
"MIME-Version: 1.0\n"
|
16 |
"Content-Type: text/plain; charset=UTF-8\n"
|
17 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
18 |
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
|
19 |
"X-Poedit-SourceCharset: UTF-8\n"
|
20 |
"X-Generator: Poedit 1.7.4\n"
|
22 |
"X-Poedit-Basepath: ..\n"
|
23 |
"X-Poedit-SearchPath-0: .\n"
|
24 |
|
25 |
+
#: admin/activation_hook.php:37 admin/activation_hook.php:137
|
26 |
+
#: qtranslate_configuration.php:722
|
27 |
+
#, php-format
|
28 |
+
msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so."
|
29 |
+
msgstr "Talvez seja boa ideia ler as %sinstruções de migração%s, se ainda não o tiver feito."
|
30 |
+
|
31 |
+
#: admin/activation_hook.php:38
|
32 |
#, php-format
|
33 |
msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously."
|
34 |
msgstr "A activação do plugin %s desactivou o plugin %s, uma vez que estes não podem funcionar simultaneamente."
|
35 |
|
36 |
+
#: admin/activation_hook.php:40
|
37 |
#, php-format
|
38 |
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"
|
39 |
msgstr "As definições compatíveis do %s foram importadas para o %s. Pode optimizar, importar, exportar e repor definições na página de configuração em Definições/Idiomas, assim que o %s estiver em execução. %sContinuar%s"
|
40 |
|
41 |
+
#: admin/activation_hook.php:42
|
42 |
#, php-format
|
43 |
msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s"
|
44 |
msgstr "Pode importar/exportar definições compatíveis de %s para %s na página Definições/Idiomas, assim que o %s estiver em execução. %sContinuar%s"
|
45 |
|
46 |
+
#: admin/activation_hook.php:135
|
47 |
#, php-format
|
48 |
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."
|
49 |
+
msgstr "%sErro:%s o plugin %s não pode funcionar simultaneamente com o plugin %s. Poderá importar e exportar definições compatíveis entre o %s e o %s na página de Definições/<a href=\"%s\">Idiomas</a>. Depois terá que desactivar um dos plugins para continuar."
|
50 |
|
51 |
+
#: admin/activation_hook.php:140 admin/activation_hook.php:142
|
52 |
+
#, php-format
|
53 |
msgid "Deactivate %s"
|
54 |
+
msgstr "Desactivar %s"
|
55 |
|
56 |
+
#: admin/activation_hook.php:170
|
57 |
#, php-format
|
58 |
msgid "Thank you for using %s plugin!"
|
59 |
msgstr "Obrigado por utilizar o plugin %s!"
|
60 |
|
61 |
+
#: admin/activation_hook.php:172
|
62 |
+
#, php-format
|
63 |
msgid "Please, help us to make a decision on \"%s\" feature, press the button below."
|
64 |
msgstr "Por favor, ajude-nos a decidir sobre o recurso de \"%s\", clique no botão abaixo."
|
65 |
|
66 |
+
#: admin/activation_hook.php:172 admin/activation_hook.php:174
|
67 |
#: qtranslate_services.php:787
|
68 |
msgid "Translation Service"
|
69 |
msgstr "Serviço de Tradução"
|
70 |
|
71 |
+
#: admin/activation_hook.php:174
|
72 |
#, php-format
|
73 |
msgid "Survey on \"%s\" feature"
|
74 |
msgstr "Questionário sobre o recurso \"%s\""
|
75 |
|
76 |
+
#: admin/activation_hook.php:175
|
77 |
msgid "I have already done it, dismiss this message."
|
78 |
msgstr "Já fiz isto, descartar esta mensagem."
|
79 |
|
80 |
#: admin/admin_utils.php:90
|
81 |
msgid "Database has been converted to square bracket format."
|
82 |
+
msgstr "A base de dados foi convertida para o formato de parênteses rectos."
|
83 |
|
84 |
#: admin/admin_utils.php:90 admin/admin_utils.php:106
|
85 |
msgid "Note: custom entries are not touched."
|
86 |
+
msgstr "Nota: entradas de tipos personalizados não foram alteradas."
|
87 |
|
88 |
#: admin/admin_utils.php:106
|
89 |
msgid "Database has been converted to legacy dual-tag format."
|
90 |
+
msgstr "A base de dados foi convertida para o antigo formato de dupla etiquetagem."
|
91 |
|
92 |
#: admin/admin_utils.php:254 qtranslate_configuration.php:460
|
93 |
+
#: qtranslate_frontend.php:169 qtranslate_frontend.php:196
|
94 |
msgid "Flag"
|
95 |
msgstr "Bandeira"
|
96 |
|
155 |
msgstr "Ambos os processos são <b>irreversíveis</b>! Faça um backup completo da base de dados antes de clicar numa das ligações."
|
156 |
|
157 |
#: admin/import_export.php:139
|
|
|
158 |
msgid "Do not convert database"
|
159 |
+
msgstr "Não converter base de dados"
|
160 |
|
161 |
#: admin/import_export.php:140
|
162 |
msgid "Convert database to the \"square bracket only\" style."
|
163 |
+
msgstr "Converter a base de dados para o estilo \"apenas parênteses rectos\"."
|
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 "A linguagem de etiquetas de parênteses rectos %s apenas será utilizada em substituição do formato de dupla etiquetagem (%s e %s) da base de dados do antigo %s. Todas as opções, campos de artigos e de páginas padrão serão uniformemente codificados como %s."
|
169 |
|
170 |
#: admin/import_export.php:142
|
171 |
msgid "Convert database back to the legacy \"dual language tag\" style."
|
172 |
+
msgstr "Converter a base de dados para o antigo estilo de \"dupla etiquetagem de idiomas\"."
|
173 |
|
174 |
#: admin/import_export.php:143
|
175 |
msgid "Note, that only string options and standard post and page fields are affected."
|
176 |
+
msgstr "Note que, serão afectados apenas as opções, campos de artigos e de páginas padrão."
|
177 |
|
178 |
#: admin/import_export.php:151
|
179 |
msgid "Reset qTranslate"
|
237 |
|
238 |
#: qtranslate_configuration.php:515
|
239 |
msgid "Depending on your Date / Time Conversion Mode, you can either enter a <a href=\"http://www.php.net/manual/function.strftime.php\">strftime</a> (use %q for day suffix (st,nd,rd,th)) or <a href=\"http://www.php.net/manual/function.date.php\">date</a> format. This field is optional. (Example: %A %B %e%q, %Y)"
|
240 |
+
msgstr "Dependendo do seu modo de conversão de data e hora, pode usar um formato <a href=\"http://www.php.net/manual/function.strftime.php\">strftime</a> ou <a href=\"http://www.php.net/manual/function.date.php\">data</a>. Este campo é opcional. (Exemplo: %A,%e de %B de %Y)"
|
241 |
|
242 |
#: qtranslate_configuration.php:518
|
243 |
msgid "Time Format"
|
290 |
|
291 |
#: qtranslate_configuration.php:722
|
292 |
#, php-format
|
293 |
+
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."
|
294 |
+
msgstr "Foram importadas as opções aplicáveis e nomes de taxonomias do plugin %s. Note que o conteúdo multilingue dos artigos, páginas e outros objectos não foram alterados no decorrer desta operação. Não é necessárioa nenhuma operação adicional para importar conteúdos, uma vez que o seu formato é compatível com o %s."
|
295 |
|
296 |
#: qtranslate_configuration.php:723
|
297 |
#, php-format
|
298 |
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."
|
299 |
+
msgstr "%sImportante%s: antes de começar a editar os artigos e páginas, por favor verifique que tanto o seu site como o painel de administração funcionam com esta configuração. Pode ajudar reler a página \"%s\" e verificar se está a utilizar algum dos plugins mencionados com conflitos. Apesar do conteúdo actual, proveniente do %s, ser compatível com este plugin, os artigos e páginas que forem modificados serão guardados com a nova codificação de apenas parênteses rectos, que tem muitas vantagens comparando com a antiga codificação do \"%s\". No entanto, esta nova codificação não é completamente compatível com o %s e precisará de dar mais um passo disponível na opção \"%s\" se alguma vez decidir retornar ao %s. Mesmo com este passo adicional de conversão, os dados de plugins de terceiros não serão convertidos automaticamente, mas a edição manual é sempre possível. Por isto é aconselhável criar uma cópia para testes do seu site antes de fazer quaisquer alterações. Caso encontre algum problema, por favor dê-nos a oportunidade de melhorar o %s, envie-nos informação do login da cópia de teste do seu site para %s juntamente com uma descição detalhada passo a passo do que não está a funcionar, entretanto continue a utilizar o seu site principal com o %s. Também ajuda se partilhar a sua história de sucesso, seja no %sfórum%s ou via o mesmo email mencionado acima. Muito obrigado por utilizar o %s."
|
300 |
|
301 |
#: qtranslate_configuration.php:723
|
302 |
msgid "This is a one-time message, which you will not see again, unless the same import is repeated."
|
303 |
+
msgstr "Esta mensagem só aparecerá desta vez, não a deverá ver novamente a não ser que repita a mesma importação."
|
304 |
|
305 |
#: qtranslate_configuration.php:725 qtranslate_configuration.php:1096
|
306 |
msgid "Compatibility Functions"
|
309 |
#: qtranslate_configuration.php:725
|
310 |
#, php-format
|
311 |
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."
|
312 |
+
msgstr "A opção \"%s\" também foi ligada, devido a ser o caso mais comum para importação das configuraçãos do %s. Poderá desligar manualmente se não for necessário para a sua configuração. Ver a %sFAQ%s para mais informações."
|
313 |
|
314 |
#: qtranslate_configuration.php:733
|
315 |
#, php-format
|
316 |
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."
|
317 |
+
msgstr "Foram exportadas as opções aplicáveis para o plugin %s. Se tiver editado artigos ou páginas depois de migrar do %s, então a operação \"%s\" também é necessária para converter o conteúdo para o estilo de \"dupla etiquetagem de idiomas\" de modo a que o plugin %s funcione."
|
318 |
|
319 |
#: qtranslate_configuration.php:744
|
320 |
msgid "The Language must have a Not-Available Message!"
|
lang/qtranslate-ro_RO.mo
CHANGED
Binary file
|
lang/qtranslate-ro_RO.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-08-01 10:48+0200\n"
|
7 |
"Last-Translator: Puiu Ionut <ionutz3vio@yahoo.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 "Servicii 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 "Steag"
|
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: 2011-08-01 10:48+0200\n"
|
7 |
"Last-Translator: Puiu Ionut <ionutz3vio@yahoo.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 "Servicii 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 "Steag"
|
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-ru_RU.mo
CHANGED
Binary file
|
lang/qtranslate-ru_RU.po
CHANGED
@@ -7,8 +7,8 @@ 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-
|
12 |
"Last-Translator: \n"
|
13 |
"Language-Team: qTranslate Team Translators\n"
|
14 |
"MIME-Version: 1.0\n"
|
@@ -22,52 +22,58 @@ msgstr ""
|
|
22 |
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
23 |
"X-Poedit-SearchPath-0: .\n"
|
24 |
|
25 |
-
#: admin/activation_hook.php:37
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
#, php-format
|
27 |
msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously."
|
28 |
msgstr "Активация плагина %s деактивирует плагин %s, так как они не могут работать одновременно."
|
29 |
|
30 |
-
#: admin/activation_hook.php:
|
31 |
#, php-format
|
32 |
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"
|
33 |
msgstr "Совместимые настройки были импортированы из %s в %s. Дальнейшие настройки, импортирование, экспортирование и сброс настроек можно будет сделать на странице конфигурации Настройки/Языки, как только %s будет запущен.%sContinue%s"
|
34 |
|
35 |
-
#: admin/activation_hook.php:
|
36 |
#, php-format
|
37 |
msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s"
|
38 |
msgstr "Вы можете импортировать и экспортировать совместимые параметры от %s для %s на странице Настройки/Языки, после того как %s будет запущен. %sContinue%s"
|
39 |
|
40 |
-
#: admin/activation_hook.php:
|
41 |
#, php-format
|
42 |
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."
|
43 |
-
msgstr "
|
44 |
|
45 |
-
#: admin/activation_hook.php:
|
46 |
-
#,
|
47 |
msgid "Deactivate %s"
|
48 |
-
msgstr "Деактивировать"
|
49 |
|
50 |
-
#: admin/activation_hook.php:
|
51 |
#, php-format
|
52 |
msgid "Thank you for using %s plugin!"
|
53 |
msgstr ""
|
54 |
|
55 |
-
#: admin/activation_hook.php:
|
56 |
#, php-format
|
57 |
msgid "Please, help us to make a decision on \"%s\" feature, press the button below."
|
58 |
msgstr ""
|
59 |
|
60 |
-
#: admin/activation_hook.php:
|
61 |
#: qtranslate_services.php:787
|
62 |
msgid "Translation Service"
|
63 |
msgstr "Услуги по переводу"
|
64 |
|
65 |
-
#: admin/activation_hook.php:
|
66 |
#, php-format
|
67 |
msgid "Survey on \"%s\" feature"
|
68 |
msgstr ""
|
69 |
|
70 |
-
#: admin/activation_hook.php:
|
71 |
msgid "I have already done it, dismiss this message."
|
72 |
msgstr ""
|
73 |
|
@@ -84,6 +90,7 @@ msgid "Database has been converted to legacy dual-tag format."
|
|
84 |
msgstr ""
|
85 |
|
86 |
#: admin/admin_utils.php:254 qtranslate_configuration.php:460
|
|
|
87 |
msgid "Flag"
|
88 |
msgstr "Флаг"
|
89 |
|
@@ -148,9 +155,8 @@ msgid "Both processes are <b>irreversible</b>! Be sure to make a full database b
|
|
148 |
msgstr "Оба процесса являются <b>необратимыми!</b> Сделайте полную резервную копию базы данных, прежде чем нажать на одну из ссылок."
|
149 |
|
150 |
#: admin/import_export.php:139
|
151 |
-
#, fuzzy
|
152 |
msgid "Do not convert database"
|
153 |
-
msgstr "
|
154 |
|
155 |
#: admin/import_export.php:140
|
156 |
msgid "Convert database to the \"square bracket only\" style."
|
@@ -158,7 +164,7 @@ msgstr ""
|
|
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 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
|
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-23 22:28-0800\n"
|
12 |
"Last-Translator: \n"
|
13 |
"Language-Team: qTranslate Team Translators\n"
|
14 |
"MIME-Version: 1.0\n"
|
22 |
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
23 |
"X-Poedit-SearchPath-0: .\n"
|
24 |
|
25 |
+
#: admin/activation_hook.php:37 admin/activation_hook.php:137
|
26 |
+
#: qtranslate_configuration.php:722
|
27 |
+
#, php-format
|
28 |
+
msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so."
|
29 |
+
msgstr ""
|
30 |
+
|
31 |
+
#: admin/activation_hook.php:38
|
32 |
#, php-format
|
33 |
msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously."
|
34 |
msgstr "Активация плагина %s деактивирует плагин %s, так как они не могут работать одновременно."
|
35 |
|
36 |
+
#: admin/activation_hook.php:40
|
37 |
#, php-format
|
38 |
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"
|
39 |
msgstr "Совместимые настройки были импортированы из %s в %s. Дальнейшие настройки, импортирование, экспортирование и сброс настроек можно будет сделать на странице конфигурации Настройки/Языки, как только %s будет запущен.%sContinue%s"
|
40 |
|
41 |
+
#: admin/activation_hook.php:42
|
42 |
#, php-format
|
43 |
msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s"
|
44 |
msgstr "Вы можете импортировать и экспортировать совместимые параметры от %s для %s на странице Настройки/Языки, после того как %s будет запущен. %sContinue%s"
|
45 |
|
46 |
+
#: admin/activation_hook.php:135
|
47 |
#, php-format
|
48 |
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."
|
49 |
+
msgstr "%sОшибка:%s Плагин %s не может выполняться одновременно с плагин %s. Вы может импортировать и экспортировать совместимые параметры между %s и %s на настройки /<a href=\"%s\">языки</a> конфигурации страницы. Тогда вам придется отключить один из плагинов для продолжения."
|
50 |
|
51 |
+
#: admin/activation_hook.php:140 admin/activation_hook.php:142
|
52 |
+
#, php-format
|
53 |
msgid "Deactivate %s"
|
54 |
+
msgstr "Деактивировать %s"
|
55 |
|
56 |
+
#: admin/activation_hook.php:170
|
57 |
#, php-format
|
58 |
msgid "Thank you for using %s plugin!"
|
59 |
msgstr ""
|
60 |
|
61 |
+
#: admin/activation_hook.php:172
|
62 |
#, php-format
|
63 |
msgid "Please, help us to make a decision on \"%s\" feature, press the button below."
|
64 |
msgstr ""
|
65 |
|
66 |
+
#: admin/activation_hook.php:172 admin/activation_hook.php:174
|
67 |
#: qtranslate_services.php:787
|
68 |
msgid "Translation Service"
|
69 |
msgstr "Услуги по переводу"
|
70 |
|
71 |
+
#: admin/activation_hook.php:174
|
72 |
#, php-format
|
73 |
msgid "Survey on \"%s\" feature"
|
74 |
msgstr ""
|
75 |
|
76 |
+
#: admin/activation_hook.php:175
|
77 |
msgid "I have already done it, dismiss this message."
|
78 |
msgstr ""
|
79 |
|
90 |
msgstr ""
|
91 |
|
92 |
#: admin/admin_utils.php:254 qtranslate_configuration.php:460
|
93 |
+
#: qtranslate_frontend.php:169 qtranslate_frontend.php:196
|
94 |
msgid "Flag"
|
95 |
msgstr "Флаг"
|
96 |
|
155 |
msgstr "Оба процесса являются <b>необратимыми!</b> Сделайте полную резервную копию базы данных, прежде чем нажать на одну из ссылок."
|
156 |
|
157 |
#: admin/import_export.php:139
|
|
|
158 |
msgid "Do not convert database"
|
159 |
+
msgstr "Ничего не делать"
|
160 |
|
161 |
#: admin/import_export.php:140
|
162 |
msgid "Convert database to the \"square bracket only\" style."
|
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-sr_RS.mo
CHANGED
Binary file
|
lang/qtranslate-sr_RS.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: 2013-12-05 10:24+0100\n"
|
7 |
"Last-Translator: Borisa Djuraskovic <borisad@webhostinghub.com>\n"
|
8 |
"Language-Team: \n"
|
@@ -16,52 +16,58 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.7\n"
|
17 |
"X-Poedit-SearchPath-0: ..\n"
|
18 |
|
19 |
-
#: admin/activation_hook.php:37
|
|
|
|
|
|
|
|
|
|
|
|
|
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:
|
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:
|
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:
|
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:
|
40 |
#, php-format
|
41 |
msgid "Deactivate %s"
|
42 |
msgstr ""
|
43 |
|
44 |
-
#: admin/activation_hook.php:
|
45 |
#, php-format
|
46 |
msgid "Thank you for using %s plugin!"
|
47 |
msgstr ""
|
48 |
|
49 |
-
#: admin/activation_hook.php:
|
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:
|
55 |
#: qtranslate_services.php:787
|
56 |
msgid "Translation Service"
|
57 |
msgstr "Servis za prevođenje."
|
58 |
|
59 |
-
#: admin/activation_hook.php:
|
60 |
#, php-format
|
61 |
msgid "Survey on \"%s\" feature"
|
62 |
msgstr ""
|
63 |
|
64 |
-
#: admin/activation_hook.php:
|
65 |
msgid "I have already done it, dismiss this message."
|
66 |
msgstr ""
|
67 |
|
@@ -78,6 +84,7 @@ msgid "Database has been converted to legacy dual-tag format."
|
|
78 |
msgstr ""
|
79 |
|
80 |
#: admin/admin_utils.php:254 qtranslate_configuration.php:460
|
|
|
81 |
msgid "Flag"
|
82 |
msgstr "Zastavica"
|
83 |
|
@@ -154,7 +161,7 @@ msgstr ""
|
|
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 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
|
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: 2013-12-05 10:24+0100\n"
|
7 |
"Last-Translator: Borisa Djuraskovic <borisad@webhostinghub.com>\n"
|
8 |
"Language-Team: \n"
|
16 |
"X-Generator: Poedit 1.5.7\n"
|
17 |
"X-Poedit-SearchPath-0: ..\n"
|
18 |
|
19 |
+
#: admin/activation_hook.php:37 admin/activation_hook.php:137
|
20 |
+
#: qtranslate_configuration.php:722
|
21 |
+
#, php-format
|
22 |
+
msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so."
|
23 |
+
msgstr ""
|
24 |
+
|
25 |
+
#: admin/activation_hook.php:38
|
26 |
#, php-format
|
27 |
msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously."
|
28 |
msgstr ""
|
29 |
|
30 |
+
#: admin/activation_hook.php:40
|
31 |
#, php-format
|
32 |
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"
|
33 |
msgstr ""
|
34 |
|
35 |
+
#: admin/activation_hook.php:42
|
36 |
#, php-format
|
37 |
msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s"
|
38 |
msgstr ""
|
39 |
|
40 |
+
#: admin/activation_hook.php:135
|
41 |
#, php-format
|
42 |
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."
|
43 |
msgstr ""
|
44 |
|
45 |
+
#: admin/activation_hook.php:140 admin/activation_hook.php:142
|
46 |
#, php-format
|
47 |
msgid "Deactivate %s"
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: admin/activation_hook.php:170
|
51 |
#, php-format
|
52 |
msgid "Thank you for using %s plugin!"
|
53 |
msgstr ""
|
54 |
|
55 |
+
#: admin/activation_hook.php:172
|
56 |
#, php-format
|
57 |
msgid "Please, help us to make a decision on \"%s\" feature, press the button below."
|
58 |
msgstr ""
|
59 |
|
60 |
+
#: admin/activation_hook.php:172 admin/activation_hook.php:174
|
61 |
#: qtranslate_services.php:787
|
62 |
msgid "Translation Service"
|
63 |
msgstr "Servis za prevođenje."
|
64 |
|
65 |
+
#: admin/activation_hook.php:174
|
66 |
#, php-format
|
67 |
msgid "Survey on \"%s\" feature"
|
68 |
msgstr ""
|
69 |
|
70 |
+
#: admin/activation_hook.php:175
|
71 |
msgid "I have already done it, dismiss this message."
|
72 |
msgstr ""
|
73 |
|
84 |
msgstr ""
|
85 |
|
86 |
#: admin/admin_utils.php:254 qtranslate_configuration.php:460
|
87 |
+
#: qtranslate_frontend.php:169 qtranslate_frontend.php:196
|
88 |
msgid "Flag"
|
89 |
msgstr "Zastavica"
|
90 |
|
161 |
|
162 |
#: admin/import_export.php:141
|
163 |
#, php-format
|
164 |
+
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."
|
165 |
msgstr ""
|
166 |
|
167 |
#: admin/import_export.php:142
|
lang/qtranslate-sv_SE.mo
CHANGED
Binary file
|
lang/qtranslate-sv_SE.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-12-15 05:29+0300\n"
|
7 |
"Last-Translator: Tor-Bjorn Fjellner <poedit@fjellner.com>\n"
|
8 |
"Language-Team: T-B <poedit@fjellner.com>\n"
|
@@ -17,53 +17,59 @@ msgstr ""
|
|
17 |
"X-Poedit-Basepath: C:\\Users\\Tobiadmin\\Desktop\\temp5\\qtranslate\n"
|
18 |
"X-Poedit-SearchPath-0: C:\\Users\\Tobiadmin\\Desktop\\temp5\\qtranslate\n"
|
19 |
|
20 |
-
#: admin/activation_hook.php:37
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
#, php-format
|
22 |
msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously."
|
23 |
msgstr ""
|
24 |
|
25 |
-
#: admin/activation_hook.php:
|
26 |
#, php-format
|
27 |
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"
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: admin/activation_hook.php:
|
31 |
#, php-format
|
32 |
msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s"
|
33 |
msgstr ""
|
34 |
|
35 |
-
#: admin/activation_hook.php:
|
36 |
#, php-format
|
37 |
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."
|
38 |
msgstr ""
|
39 |
|
40 |
-
#: admin/activation_hook.php:
|
41 |
#, php-format
|
42 |
msgid "Deactivate %s"
|
43 |
msgstr ""
|
44 |
|
45 |
-
#: admin/activation_hook.php:
|
46 |
#, php-format
|
47 |
msgid "Thank you for using %s plugin!"
|
48 |
msgstr ""
|
49 |
|
50 |
-
#: admin/activation_hook.php:
|
51 |
#, php-format
|
52 |
msgid "Please, help us to make a decision on \"%s\" feature, press the button below."
|
53 |
msgstr ""
|
54 |
|
55 |
-
#: admin/activation_hook.php:
|
56 |
#: qtranslate_services.php:787
|
57 |
#, fuzzy
|
58 |
msgid "Translation Service"
|
59 |
msgstr "Översätt"
|
60 |
|
61 |
-
#: admin/activation_hook.php:
|
62 |
#, php-format
|
63 |
msgid "Survey on \"%s\" feature"
|
64 |
msgstr ""
|
65 |
|
66 |
-
#: admin/activation_hook.php:
|
67 |
msgid "I have already done it, dismiss this message."
|
68 |
msgstr ""
|
69 |
|
@@ -80,6 +86,7 @@ msgid "Database has been converted to legacy dual-tag format."
|
|
80 |
msgstr ""
|
81 |
|
82 |
#: admin/admin_utils.php:254 qtranslate_configuration.php:460
|
|
|
83 |
msgid "Flag"
|
84 |
msgstr ""
|
85 |
|
@@ -153,7 +160,7 @@ msgstr ""
|
|
153 |
|
154 |
#: admin/import_export.php:141
|
155 |
#, php-format
|
156 |
-
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."
|
157 |
msgstr ""
|
158 |
|
159 |
#: 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-12-15 05:29+0300\n"
|
7 |
"Last-Translator: Tor-Bjorn Fjellner <poedit@fjellner.com>\n"
|
8 |
"Language-Team: T-B <poedit@fjellner.com>\n"
|
17 |
"X-Poedit-Basepath: C:\\Users\\Tobiadmin\\Desktop\\temp5\\qtranslate\n"
|
18 |
"X-Poedit-SearchPath-0: C:\\Users\\Tobiadmin\\Desktop\\temp5\\qtranslate\n"
|
19 |
|
20 |
+
#: admin/activation_hook.php:37 admin/activation_hook.php:137
|
21 |
+
#: qtranslate_configuration.php:722
|
22 |
+
#, php-format
|
23 |
+
msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so."
|
24 |
+
msgstr ""
|
25 |
+
|
26 |
+
#: admin/activation_hook.php:38
|
27 |
#, php-format
|
28 |
msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously."
|
29 |
msgstr ""
|
30 |
|
31 |
+
#: admin/activation_hook.php:40
|
32 |
#, php-format
|
33 |
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"
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: admin/activation_hook.php:42
|
37 |
#, php-format
|
38 |
msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s"
|
39 |
msgstr ""
|
40 |
|
41 |
+
#: admin/activation_hook.php:135
|
42 |
#, php-format
|
43 |
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."
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: admin/activation_hook.php:140 admin/activation_hook.php:142
|
47 |
#, php-format
|
48 |
msgid "Deactivate %s"
|
49 |
msgstr ""
|
50 |
|
51 |
+
#: admin/activation_hook.php:170
|
52 |
#, php-format
|
53 |
msgid "Thank you for using %s plugin!"
|
54 |
msgstr ""
|
55 |
|
56 |
+
#: admin/activation_hook.php:172
|
57 |
#, php-format
|
58 |
msgid "Please, help us to make a decision on \"%s\" feature, press the button below."
|
59 |
msgstr ""
|
60 |
|
61 |
+
#: admin/activation_hook.php:172 admin/activation_hook.php:174
|
62 |
#: qtranslate_services.php:787
|
63 |
#, fuzzy
|
64 |
msgid "Translation Service"
|
65 |
msgstr "Översätt"
|
66 |
|
67 |
+
#: admin/activation_hook.php:174
|
68 |
#, php-format
|
69 |
msgid "Survey on \"%s\" feature"
|
70 |
msgstr ""
|
71 |
|
72 |
+
#: admin/activation_hook.php:175
|
73 |
msgid "I have already done it, dismiss this message."
|
74 |
msgstr ""
|
75 |
|
86 |
msgstr ""
|
87 |
|
88 |
#: admin/admin_utils.php:254 qtranslate_configuration.php:460
|
89 |
+
#: qtranslate_frontend.php:169 qtranslate_frontend.php:196
|
90 |
msgid "Flag"
|
91 |
msgstr ""
|
92 |
|
160 |
|
161 |
#: admin/import_export.php:141
|
162 |
#, php-format
|
163 |
+
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."
|
164 |
msgstr ""
|
165 |
|
166 |
#: admin/import_export.php:142
|
lang/qtranslate-tr_TR.mo
CHANGED
Binary file
|
lang/qtranslate-tr_TR.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-28 18:47+0200\n"
|
7 |
"Last-Translator: ali@mail.com <ali@mail.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 "Bayrak"
|
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-28 18:47+0200\n"
|
7 |
"Last-Translator: ali@mail.com <ali@mail.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 "Bayrak"
|
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-zh_CN.mo
CHANGED
Binary file
|
lang/qtranslate-zh_CN.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-04-06 23:16+0800\n"
|
7 |
"Last-Translator: SilverFox <vzerda@gmail.com>\n"
|
8 |
"Language-Team: SilverFox <vzerda@gmail.com>\n"
|
@@ -14,53 +14,59 @@ msgstr ""
|
|
14 |
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
"X-Poedit-Basepath: ..\\\n"
|
16 |
|
17 |
-
#: admin/activation_hook.php:37
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
#, php-format
|
19 |
msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously."
|
20 |
msgstr ""
|
21 |
|
22 |
-
#: admin/activation_hook.php:
|
23 |
#, php-format
|
24 |
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"
|
25 |
msgstr ""
|
26 |
|
27 |
-
#: admin/activation_hook.php:
|
28 |
#, php-format
|
29 |
msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s"
|
30 |
msgstr ""
|
31 |
|
32 |
-
#: admin/activation_hook.php:
|
33 |
#, php-format
|
34 |
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."
|
35 |
msgstr ""
|
36 |
|
37 |
-
#: admin/activation_hook.php:
|
38 |
#, php-format
|
39 |
msgid "Deactivate %s"
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: admin/activation_hook.php:
|
43 |
#, php-format
|
44 |
msgid "Thank you for using %s plugin!"
|
45 |
msgstr ""
|
46 |
|
47 |
-
#: admin/activation_hook.php:
|
48 |
#, php-format
|
49 |
msgid "Please, help us to make a decision on \"%s\" feature, press the button below."
|
50 |
msgstr ""
|
51 |
|
52 |
-
#: admin/activation_hook.php:
|
53 |
#: qtranslate_services.php:787
|
54 |
#, fuzzy
|
55 |
msgid "Translation Service"
|
56 |
msgstr "qTranslate 服务"
|
57 |
|
58 |
-
#: admin/activation_hook.php:
|
59 |
#, php-format
|
60 |
msgid "Survey on \"%s\" feature"
|
61 |
msgstr ""
|
62 |
|
63 |
-
#: admin/activation_hook.php:
|
64 |
msgid "I have already done it, dismiss this message."
|
65 |
msgstr ""
|
66 |
|
@@ -77,6 +83,7 @@ msgid "Database has been converted to legacy dual-tag format."
|
|
77 |
msgstr ""
|
78 |
|
79 |
#: admin/admin_utils.php:254 qtranslate_configuration.php:460
|
|
|
80 |
msgid "Flag"
|
81 |
msgstr "旗帜"
|
82 |
|
@@ -153,7 +160,7 @@ msgstr ""
|
|
153 |
|
154 |
#: admin/import_export.php:141
|
155 |
#, php-format
|
156 |
-
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."
|
157 |
msgstr ""
|
158 |
|
159 |
#: 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-04-06 23:16+0800\n"
|
7 |
"Last-Translator: SilverFox <vzerda@gmail.com>\n"
|
8 |
"Language-Team: SilverFox <vzerda@gmail.com>\n"
|
14 |
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
"X-Poedit-Basepath: ..\\\n"
|
16 |
|
17 |
+
#: admin/activation_hook.php:37 admin/activation_hook.php:137
|
18 |
+
#: qtranslate_configuration.php:722
|
19 |
+
#, php-format
|
20 |
+
msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so."
|
21 |
+
msgstr ""
|
22 |
+
|
23 |
+
#: admin/activation_hook.php:38
|
24 |
#, php-format
|
25 |
msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously."
|
26 |
msgstr ""
|
27 |
|
28 |
+
#: admin/activation_hook.php:40
|
29 |
#, php-format
|
30 |
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"
|
31 |
msgstr ""
|
32 |
|
33 |
+
#: admin/activation_hook.php:42
|
34 |
#, php-format
|
35 |
msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s"
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: admin/activation_hook.php:135
|
39 |
#, php-format
|
40 |
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."
|
41 |
msgstr ""
|
42 |
|
43 |
+
#: admin/activation_hook.php:140 admin/activation_hook.php:142
|
44 |
#, php-format
|
45 |
msgid "Deactivate %s"
|
46 |
msgstr ""
|
47 |
|
48 |
+
#: admin/activation_hook.php:170
|
49 |
#, php-format
|
50 |
msgid "Thank you for using %s plugin!"
|
51 |
msgstr ""
|
52 |
|
53 |
+
#: admin/activation_hook.php:172
|
54 |
#, php-format
|
55 |
msgid "Please, help us to make a decision on \"%s\" feature, press the button below."
|
56 |
msgstr ""
|
57 |
|
58 |
+
#: admin/activation_hook.php:172 admin/activation_hook.php:174
|
59 |
#: qtranslate_services.php:787
|
60 |
#, fuzzy
|
61 |
msgid "Translation Service"
|
62 |
msgstr "qTranslate 服务"
|
63 |
|
64 |
+
#: admin/activation_hook.php:174
|
65 |
#, php-format
|
66 |
msgid "Survey on \"%s\" feature"
|
67 |
msgstr ""
|
68 |
|
69 |
+
#: admin/activation_hook.php:175
|
70 |
msgid "I have already done it, dismiss this message."
|
71 |
msgstr ""
|
72 |
|
83 |
msgstr ""
|
84 |
|
85 |
#: admin/admin_utils.php:254 qtranslate_configuration.php:460
|
86 |
+
#: qtranslate_frontend.php:169 qtranslate_frontend.php:196
|
87 |
msgid "Flag"
|
88 |
msgstr "旗帜"
|
89 |
|
160 |
|
161 |
#: admin/import_export.php:141
|
162 |
#, php-format
|
163 |
+
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."
|
164 |
msgstr ""
|
165 |
|
166 |
#: admin/import_export.php:142
|
lang/qtranslate.pot
CHANGED
@@ -8,7 +8,7 @@ msgid ""
|
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: qTranslate-X 3.1\n"
|
10 |
"Report-Msgid-Bugs-To: \n"
|
11 |
-
"POT-Creation-Date: 2015-02-
|
12 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
13 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 |
"Language-Team: qTranslate Team Translators\n"
|
@@ -16,52 +16,58 @@ msgstr ""
|
|
16 |
"Content-Type: text/plain; charset=UTF-8\n"
|
17 |
"Content-Transfer-Encoding: 8bit\n"
|
18 |
|
19 |
-
#: admin/activation_hook.php:37
|
|
|
|
|
|
|
|
|
|
|
|
|
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:
|
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:
|
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:
|
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:
|
40 |
#, php-format
|
41 |
msgid "Deactivate %s"
|
42 |
msgstr ""
|
43 |
|
44 |
-
#: admin/activation_hook.php:
|
45 |
#, php-format
|
46 |
msgid "Thank you for using %s plugin!"
|
47 |
msgstr ""
|
48 |
|
49 |
-
#: admin/activation_hook.php:
|
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:
|
55 |
#: qtranslate_services.php:787
|
56 |
msgid "Translation Service"
|
57 |
msgstr ""
|
58 |
|
59 |
-
#: admin/activation_hook.php:
|
60 |
#, php-format
|
61 |
msgid "Survey on \"%s\" feature"
|
62 |
msgstr ""
|
63 |
|
64 |
-
#: admin/activation_hook.php:
|
65 |
msgid "I have already done it, dismiss this message."
|
66 |
msgstr ""
|
67 |
|
@@ -78,6 +84,7 @@ msgid "Database has been converted to legacy dual-tag format."
|
|
78 |
msgstr ""
|
79 |
|
80 |
#: admin/admin_utils.php:254 qtranslate_configuration.php:460
|
|
|
81 |
msgid "Flag"
|
82 |
msgstr ""
|
83 |
|
@@ -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
|
@@ -277,7 +284,7 @@ msgstr ""
|
|
277 |
|
278 |
#: qtranslate_configuration.php:722
|
279 |
#, php-format
|
280 |
-
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"
|
281 |
msgstr ""
|
282 |
|
283 |
#: qtranslate_configuration.php:723
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: qTranslate-X 3.1\n"
|
10 |
"Report-Msgid-Bugs-To: \n"
|
11 |
+
"POT-Creation-Date: 2015-02-24 19:26-0700\n"
|
12 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
13 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 |
"Language-Team: qTranslate Team Translators\n"
|
16 |
"Content-Type: text/plain; charset=UTF-8\n"
|
17 |
"Content-Transfer-Encoding: 8bit\n"
|
18 |
|
19 |
+
#: admin/activation_hook.php:37 admin/activation_hook.php:137
|
20 |
+
#: qtranslate_configuration.php:722
|
21 |
+
#, php-format
|
22 |
+
msgid "It might be a good idea to review %smigration instructions%s, if you have not yet done so."
|
23 |
+
msgstr ""
|
24 |
+
|
25 |
+
#: admin/activation_hook.php:38
|
26 |
#, php-format
|
27 |
msgid "Activation of plugin %s deactivated plugin %s since they cannot run simultaneously."
|
28 |
msgstr ""
|
29 |
|
30 |
+
#: admin/activation_hook.php:40
|
31 |
#, php-format
|
32 |
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"
|
33 |
msgstr ""
|
34 |
|
35 |
+
#: admin/activation_hook.php:42
|
36 |
#, php-format
|
37 |
msgid "You may import/export compatible settings from %s to %s on Settings/Languages configuration page, once %s is running.%sContinue%s"
|
38 |
msgstr ""
|
39 |
|
40 |
+
#: admin/activation_hook.php:135
|
41 |
#, php-format
|
42 |
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."
|
43 |
msgstr ""
|
44 |
|
45 |
+
#: admin/activation_hook.php:140 admin/activation_hook.php:142
|
46 |
#, php-format
|
47 |
msgid "Deactivate %s"
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: admin/activation_hook.php:170
|
51 |
#, php-format
|
52 |
msgid "Thank you for using %s plugin!"
|
53 |
msgstr ""
|
54 |
|
55 |
+
#: admin/activation_hook.php:172
|
56 |
#, php-format
|
57 |
msgid "Please, help us to make a decision on \"%s\" feature, press the button below."
|
58 |
msgstr ""
|
59 |
|
60 |
+
#: admin/activation_hook.php:172 admin/activation_hook.php:174
|
61 |
#: qtranslate_services.php:787
|
62 |
msgid "Translation Service"
|
63 |
msgstr ""
|
64 |
|
65 |
+
#: admin/activation_hook.php:174
|
66 |
#, php-format
|
67 |
msgid "Survey on \"%s\" feature"
|
68 |
msgstr ""
|
69 |
|
70 |
+
#: admin/activation_hook.php:175
|
71 |
msgid "I have already done it, dismiss this message."
|
72 |
msgstr ""
|
73 |
|
84 |
msgstr ""
|
85 |
|
86 |
#: admin/admin_utils.php:254 qtranslate_configuration.php:460
|
87 |
+
#: qtranslate_frontend.php:169 qtranslate_frontend.php:196
|
88 |
msgid "Flag"
|
89 |
msgstr ""
|
90 |
|
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
|
284 |
|
285 |
#: qtranslate_configuration.php:722
|
286 |
#, php-format
|
287 |
+
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."
|
288 |
msgstr ""
|
289 |
|
290 |
#: qtranslate_configuration.php:723
|
qtranslate.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: qTranslate-X
|
4 |
Plugin URI: http://wordpress.org/plugins/qtranslate-x/
|
5 |
Description: Adds user-friendly and database-friendly multilingual content support into WordPress.
|
6 |
-
Version: 3.
|
7 |
Author: qTranslate Team
|
8 |
Author URI: http://qtranslatexteam.wordpress.com/about
|
9 |
Tags: multilingual, multi, language, admin, tinymce, Polyglot, bilingual, widget, switcher, professional, human, translation, service, qTranslate, zTranslate, mqTranslate, qTranslate Plus, WPML
|
@@ -43,47 +43,52 @@ Original Author: Qian Qin (http://www.qianqin.de mail@qianqin.de)
|
|
43 |
/*
|
44 |
Default Language Contributers
|
45 |
=============================
|
46 |
-
|
47 |
-
|
|
|
|
|
48 |
fi by Tatu Siltanen
|
49 |
fr by Damien Choizit
|
50 |
-
|
51 |
-
sv by bear3556, johdah
|
52 |
it by Lorenzo De Tomasi
|
53 |
-
ro, hu by Jani Monoses
|
54 |
ja by Brian Parker
|
55 |
-
|
56 |
-
vi by hathhai
|
57 |
-
ar by Mohamed Magdy
|
58 |
pt by netolazaro
|
59 |
-
|
60 |
-
|
61 |
-
|
|
|
|
|
|
|
|
|
62 |
===============================
|
63 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
es_ES by Alejandro Urrutia
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
cz by bengo
|
76 |
-
ja by dapperdanman1400
|
77 |
-
ms by webgrrrl
|
78 |
-
es_CA by CarlosSanz
|
79 |
-
hu by nb000
|
80 |
-
zh_CN by silverfox
|
81 |
-
eo by Chuck Smith
|
82 |
pt_BR by Marcelo Paoli
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
|
|
|
|
|
|
|
|
87 |
Sponsored Features
|
88 |
==================
|
89 |
Excerpt Translation by bastiaan van rooden (www.nothing.ch)
|
@@ -103,7 +108,7 @@ if ( ! defined( 'QTRANSLATE_FILE' ) ) {
|
|
103 |
define( 'QTRANSLATE_FILE', __FILE__ );
|
104 |
}
|
105 |
|
106 |
-
define('QTX_VERSION','3.
|
107 |
|
108 |
/* DEFAULT CONFIGURATION PART BEGINS HERE */
|
109 |
|
@@ -189,6 +194,7 @@ function qtranxf_set_config_default()
|
|
189 |
$q_config['pre_domain']['vi'] = "vi";
|
190 |
$q_config['pre_domain']['ar'] = "ar";
|
191 |
$q_config['pre_domain']['pt'] = "pt";
|
|
|
192 |
$q_config['pre_domain']['pl'] = "pl";
|
193 |
$q_config['pre_domain']['gl'] = "gl";
|
194 |
$q_config['pre_domain']['tr'] = "tr";
|
@@ -212,11 +218,13 @@ function qtranxf_set_config_default()
|
|
212 |
$q_config['language_name']['vi'] = "Tiếng Việt";
|
213 |
$q_config['language_name']['ar'] = "العربية";
|
214 |
$q_config['language_name']['pt'] = "Português";
|
|
|
215 |
$q_config['language_name']['pl'] = "Polski";
|
216 |
$q_config['language_name']['gl'] = "galego";
|
217 |
$q_config['language_name']['tr'] = "Turkish";
|
218 |
$q_config['language_name']['et'] = "Eesti";
|
219 |
$q_config['language_name']['hr'] = "Hrvatski";
|
|
|
220 |
|
221 |
// Locales for languages
|
222 |
// see locale -a for available locales
|
@@ -236,12 +244,14 @@ function qtranxf_set_config_default()
|
|
236 |
$q_config['locale']['es'] = "es_ES";
|
237 |
$q_config['locale']['vi'] = "vi";
|
238 |
$q_config['locale']['ar'] = "ar";
|
239 |
-
$q_config['locale']['pt'] = "
|
|
|
240 |
$q_config['locale']['pl'] = "pl_PL";
|
241 |
$q_config['locale']['gl'] = "gl_ES";
|
242 |
$q_config['locale']['tr'] = "tr_TR";
|
243 |
$q_config['locale']['et'] = "et_ET";
|
244 |
$q_config['locale']['hr'] = "hr_HR";
|
|
|
245 |
|
246 |
// Language not available messages
|
247 |
// %LANG:<normal_separator>:<last_separator>% generates a list of languages separated by <normal_separator> except for the last one, where <last_separator> will be used instead.
|
@@ -261,12 +271,14 @@ function qtranxf_set_config_default()
|
|
261 |
$q_config['not_available']['es'] = "Disculpa, pero esta entrada está disponible sólo en %LANG:, : y %.";
|
262 |
$q_config['not_available']['vi'] = "Rất tiếc, mục này chỉ tồn tại ở %LANG:, : và %.";
|
263 |
$q_config['not_available']['ar'] = "عفوا، هذه المدخلة موجودة فقط في %LANG:, : و %.";
|
264 |
-
$q_config['not_available']['pt'] = "Desculpe
|
|
|
265 |
$q_config['not_available']['pl'] = "Przepraszamy, ten wpis jest dostępny tylko w języku %LANG:, : i %.";
|
266 |
$q_config['not_available']['gl'] = "Sentímolo moito, ista entrada atopase unicamente en %LANG;,: e %.";
|
267 |
$q_config['not_available']['tr'] = "Sorry, this entry is only available in %LANG:, : and %.";
|
268 |
$q_config['not_available']['et'] = "Vabandame, see kanne on saadaval ainult %LANG : ja %.";
|
269 |
-
$q_config['not_available']['hr'] = "Žao nam je, ne postoji prijevod na raspolaganju za ovaj proizvod još %LANG:, :
|
|
|
270 |
|
271 |
// strftime usage (backward compability)
|
272 |
$q_config['use_strftime'] = QTX_DATE;
|
@@ -288,12 +300,14 @@ function qtranxf_set_config_default()
|
|
288 |
$q_config['date_format']['es'] = '%d de %B de %Y';
|
289 |
$q_config['date_format']['vi'] = '%d/%m/%Y';
|
290 |
$q_config['date_format']['ar'] = '%d/%m/%Y';
|
291 |
-
$q_config['date_format']['pt'] = '%
|
|
|
292 |
$q_config['date_format']['pl'] = '%d/%m/%y';
|
293 |
$q_config['date_format']['gl'] = '%d de %B de %Y';
|
294 |
$q_config['date_format']['tr'] = '%A %B %e%q, %Y';
|
295 |
$q_config['date_format']['et'] = '%A %B %e%q, %Y';
|
296 |
-
$q_config['date_format']['hr'] = '%
|
|
|
297 |
|
298 |
$q_config['time_format'] = array();
|
299 |
$q_config['time_format']['en'] = '%I:%M %p';
|
@@ -311,12 +325,14 @@ function qtranxf_set_config_default()
|
|
311 |
$q_config['time_format']['es'] = '%H:%M hrs.';
|
312 |
$q_config['time_format']['vi'] = '%H:%M';
|
313 |
$q_config['time_format']['ar'] = '%H:%M';
|
314 |
-
$q_config['time_format']['pt'] = '%H:%M
|
|
|
315 |
$q_config['time_format']['pl'] = '%H:%M';
|
316 |
$q_config['time_format']['gl'] = '%H:%M hrs.';
|
317 |
$q_config['time_format']['tr'] = '%H:%M';
|
318 |
$q_config['time_format']['et'] = '%H:%M';
|
319 |
$q_config['time_format']['hr'] = '%H:%M';
|
|
|
320 |
|
321 |
// Flag images configuration
|
322 |
// Look in /flags/ directory for a huge list of flags for usage
|
@@ -336,12 +352,14 @@ function qtranxf_set_config_default()
|
|
336 |
$q_config['flag']['es'] = 'es.png';
|
337 |
$q_config['flag']['vi'] = 'vn.png';
|
338 |
$q_config['flag']['ar'] = 'arle.png';
|
339 |
-
$q_config['flag']['pt'] = '
|
|
|
340 |
$q_config['flag']['pl'] = 'pl.png';
|
341 |
$q_config['flag']['gl'] = 'galego.png';
|
342 |
$q_config['flag']['tr'] = 'tr.png';
|
343 |
$q_config['flag']['et'] = 'ee.png';
|
344 |
$q_config['flag']['hr'] = 'hr.png';
|
|
|
345 |
|
346 |
// Location of flags (needs trailing slash!)
|
347 |
//$q_config['flag_location'] = 'plugins/qtranslate-x/flags/';
|
@@ -473,6 +491,7 @@ function qtranxf_set_config_default()
|
|
473 |
$q_config['windows_locale']['pl'] = "Polish";
|
474 |
$q_config['windows_locale']['ps'] = "Pushto";
|
475 |
$q_config['windows_locale']['pt'] = "Portuguese";
|
|
|
476 |
$q_config['windows_locale']['qu'] = "Quechua";
|
477 |
$q_config['windows_locale']['rm'] = "Rhaeto-Romance";
|
478 |
$q_config['windows_locale']['rn'] = "Rundi";
|
3 |
Plugin Name: qTranslate-X
|
4 |
Plugin URI: http://wordpress.org/plugins/qtranslate-x/
|
5 |
Description: Adds user-friendly and database-friendly multilingual content support into WordPress.
|
6 |
+
Version: 3.2
|
7 |
Author: qTranslate Team
|
8 |
Author URI: http://qtranslatexteam.wordpress.com/about
|
9 |
Tags: multilingual, multi, language, admin, tinymce, Polyglot, bilingual, widget, switcher, professional, human, translation, service, qTranslate, zTranslate, mqTranslate, qTranslate Plus, WPML
|
43 |
/*
|
44 |
Default Language Contributers
|
45 |
=============================
|
46 |
+
ar by Mohamed Magdy
|
47 |
+
de by Qian Qin
|
48 |
+
es by June
|
49 |
+
eu by Xabier Arrabal
|
50 |
fi by Tatu Siltanen
|
51 |
fr by Damien Choizit
|
52 |
+
gl by Andrés Bott
|
|
|
53 |
it by Lorenzo De Tomasi
|
|
|
54 |
ja by Brian Parker
|
55 |
+
nl by RobV
|
|
|
|
|
56 |
pt by netolazaro
|
57 |
+
pt-br by Pedro Mendonça
|
58 |
+
ro, hu by Jani Monoses
|
59 |
+
sv by bear3556, johdah
|
60 |
+
vi by hathhai
|
61 |
+
zh by Junyan Chen
|
62 |
+
|
63 |
+
Plugin Translation Contributors
|
64 |
===============================
|
65 |
+
az_AZ by evlenirikbiz, Rashad Aliyev
|
66 |
+
bg_BG by Dimitar Mitev
|
67 |
+
cz by by bengo
|
68 |
+
da_DK by meviper, Jan Christensen
|
69 |
+
de_DE by Qian Qin, Michel Weimerskirch, Maurizio Omissoni
|
70 |
+
eo by Chuck Smith
|
71 |
+
es_CA by Carlos Sanz
|
72 |
es_ES by Alejandro Urrutia
|
73 |
+
fr_FR by eriath, Florent
|
74 |
+
hu_HU by Németh Balázs
|
75 |
+
id_ID by Masino Sinaga
|
76 |
+
it_IT by shecky
|
77 |
+
ja_JP by dapperdanman1400
|
78 |
+
mk_MK by Pavle Boskoski
|
79 |
+
ms_MY by webgrrrl, Lorna Timbah
|
80 |
+
nl_NL by BlackDex, Marius Siroen
|
81 |
+
pl_PL by Bronislaw Gracz
|
82 |
+
pt_PT by claudiotereso
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
pt_BR by Marcelo Paoli
|
84 |
+
pt_PT by Pedro Mendonça
|
85 |
+
ro_RO by ipuiu, Puiu Ionut
|
86 |
+
ru_RU by viaestvita, Dimitri Don
|
87 |
+
sr_RS by Borisa Djuraskovic
|
88 |
+
sv_SE by tobi, Tor-Bjorn Fjellner
|
89 |
+
tr_TR by freeuser, ali
|
90 |
+
zh_CN by silverfox
|
91 |
+
|
92 |
Sponsored Features
|
93 |
==================
|
94 |
Excerpt Translation by bastiaan van rooden (www.nothing.ch)
|
108 |
define( 'QTRANSLATE_FILE', __FILE__ );
|
109 |
}
|
110 |
|
111 |
+
define('QTX_VERSION','3.2');
|
112 |
|
113 |
/* DEFAULT CONFIGURATION PART BEGINS HERE */
|
114 |
|
194 |
$q_config['pre_domain']['vi'] = "vi";
|
195 |
$q_config['pre_domain']['ar'] = "ar";
|
196 |
$q_config['pre_domain']['pt'] = "pt";
|
197 |
+
$q_config['pre_domain']['pt-br'] = "pt-br";
|
198 |
$q_config['pre_domain']['pl'] = "pl";
|
199 |
$q_config['pre_domain']['gl'] = "gl";
|
200 |
$q_config['pre_domain']['tr'] = "tr";
|
218 |
$q_config['language_name']['vi'] = "Tiếng Việt";
|
219 |
$q_config['language_name']['ar'] = "العربية";
|
220 |
$q_config['language_name']['pt'] = "Português";
|
221 |
+
$q_config['language_name']['pt-br'] = "Português do Brasil";
|
222 |
$q_config['language_name']['pl'] = "Polski";
|
223 |
$q_config['language_name']['gl'] = "galego";
|
224 |
$q_config['language_name']['tr'] = "Turkish";
|
225 |
$q_config['language_name']['et'] = "Eesti";
|
226 |
$q_config['language_name']['hr'] = "Hrvatski";
|
227 |
+
$q_config['language_name']['eu'] = "Euskera";
|
228 |
|
229 |
// Locales for languages
|
230 |
// see locale -a for available locales
|
244 |
$q_config['locale']['es'] = "es_ES";
|
245 |
$q_config['locale']['vi'] = "vi";
|
246 |
$q_config['locale']['ar'] = "ar";
|
247 |
+
$q_config['locale']['pt'] = "pt_PT";
|
248 |
+
$q_config['locale']['pt-br'] = "pt_BR";
|
249 |
$q_config['locale']['pl'] = "pl_PL";
|
250 |
$q_config['locale']['gl'] = "gl_ES";
|
251 |
$q_config['locale']['tr'] = "tr_TR";
|
252 |
$q_config['locale']['et'] = "et_ET";
|
253 |
$q_config['locale']['hr'] = "hr_HR";
|
254 |
+
$q_config['locale']['eu'] = "eu_ES";
|
255 |
|
256 |
// Language not available messages
|
257 |
// %LANG:<normal_separator>:<last_separator>% generates a list of languages separated by <normal_separator> except for the last one, where <last_separator> will be used instead.
|
271 |
$q_config['not_available']['es'] = "Disculpa, pero esta entrada está disponible sólo en %LANG:, : y %.";
|
272 |
$q_config['not_available']['vi'] = "Rất tiếc, mục này chỉ tồn tại ở %LANG:, : và %.";
|
273 |
$q_config['not_available']['ar'] = "عفوا، هذه المدخلة موجودة فقط في %LANG:, : و %.";
|
274 |
+
$q_config['not_available']['pt'] = "Desculpe, este conteúdo só está disponível em %LANG:, : e %.";
|
275 |
+
$q_config['not_available']['pt-br'] = "Desculpe-nos, mas este texto esta apenas disponível em %LANG:, : y %.";
|
276 |
$q_config['not_available']['pl'] = "Przepraszamy, ten wpis jest dostępny tylko w języku %LANG:, : i %.";
|
277 |
$q_config['not_available']['gl'] = "Sentímolo moito, ista entrada atopase unicamente en %LANG;,: e %.";
|
278 |
$q_config['not_available']['tr'] = "Sorry, this entry is only available in %LANG:, : and %.";
|
279 |
$q_config['not_available']['et'] = "Vabandame, see kanne on saadaval ainult %LANG : ja %.";
|
280 |
+
$q_config['not_available']['hr'] = "Žao nam je, ne postoji prijevod na raspolaganju za ovaj proizvod još %LANG:, : i %.";
|
281 |
+
$q_config['not_available']['eu'] = "Sentitzen dugu, baina sarrera hau %LANG-z:, : eta % bakarrik dago.";
|
282 |
|
283 |
// strftime usage (backward compability)
|
284 |
$q_config['use_strftime'] = QTX_DATE;
|
300 |
$q_config['date_format']['es'] = '%d de %B de %Y';
|
301 |
$q_config['date_format']['vi'] = '%d/%m/%Y';
|
302 |
$q_config['date_format']['ar'] = '%d/%m/%Y';
|
303 |
+
$q_config['date_format']['pt'] = '%A,%e de %B de %Y';
|
304 |
+
$q_config['date_format']['pt-br'] = '%d de %B de %Y';
|
305 |
$q_config['date_format']['pl'] = '%d/%m/%y';
|
306 |
$q_config['date_format']['gl'] = '%d de %B de %Y';
|
307 |
$q_config['date_format']['tr'] = '%A %B %e%q, %Y';
|
308 |
$q_config['date_format']['et'] = '%A %B %e%q, %Y';
|
309 |
+
$q_config['date_format']['hr'] = '%d/%m/%Y';
|
310 |
+
$q_config['date_format']['eu'] = '%Y %B %e, %A';
|
311 |
|
312 |
$q_config['time_format'] = array();
|
313 |
$q_config['time_format']['en'] = '%I:%M %p';
|
325 |
$q_config['time_format']['es'] = '%H:%M hrs.';
|
326 |
$q_config['time_format']['vi'] = '%H:%M';
|
327 |
$q_config['time_format']['ar'] = '%H:%M';
|
328 |
+
$q_config['time_format']['pt'] = '%H:%M';
|
329 |
+
$q_config['time_format']['pt-br'] = '%H:%M hrs.';
|
330 |
$q_config['time_format']['pl'] = '%H:%M';
|
331 |
$q_config['time_format']['gl'] = '%H:%M hrs.';
|
332 |
$q_config['time_format']['tr'] = '%H:%M';
|
333 |
$q_config['time_format']['et'] = '%H:%M';
|
334 |
$q_config['time_format']['hr'] = '%H:%M';
|
335 |
+
$q_config['time_format']['eu'] = '%H:%M';
|
336 |
|
337 |
// Flag images configuration
|
338 |
// Look in /flags/ directory for a huge list of flags for usage
|
352 |
$q_config['flag']['es'] = 'es.png';
|
353 |
$q_config['flag']['vi'] = 'vn.png';
|
354 |
$q_config['flag']['ar'] = 'arle.png';
|
355 |
+
$q_config['flag']['pt'] = 'pt.png';
|
356 |
+
$q_config['flag']['pt-br'] = 'br.png';
|
357 |
$q_config['flag']['pl'] = 'pl.png';
|
358 |
$q_config['flag']['gl'] = 'galego.png';
|
359 |
$q_config['flag']['tr'] = 'tr.png';
|
360 |
$q_config['flag']['et'] = 'ee.png';
|
361 |
$q_config['flag']['hr'] = 'hr.png';
|
362 |
+
$q_config['flag']['eu'] = 'eu_ES.png';
|
363 |
|
364 |
// Location of flags (needs trailing slash!)
|
365 |
//$q_config['flag_location'] = 'plugins/qtranslate-x/flags/';
|
491 |
$q_config['windows_locale']['pl'] = "Polish";
|
492 |
$q_config['windows_locale']['ps'] = "Pushto";
|
493 |
$q_config['windows_locale']['pt'] = "Portuguese";
|
494 |
+
$q_config['windows_locale']['pt-br'] = "Brazilian Portuguese";
|
495 |
$q_config['windows_locale']['qu'] = "Quechua";
|
496 |
$q_config['windows_locale']['rm'] = "Rhaeto-Romance";
|
497 |
$q_config['windows_locale']['rn'] = "Rundi";
|
qtranslate_compatibility.php
CHANGED
@@ -1,24 +1,31 @@
|
|
1 |
<?php
|
2 |
-
if(!
|
3 |
-
|
4 |
-
return qtranxf_getLanguage();
|
5 |
-
}
|
6 |
}
|
7 |
if(!function_exists('qtrans_convertURL')){
|
8 |
function qtrans_convertURL($url='', $lang='', $forceadmin = false, $showDefaultLanguage = false){
|
9 |
return qtranxf_convertURL($url, $lang, $forceadmin, $showDefaultLanguage);
|
10 |
}
|
11 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
if(!function_exists('qtrans_use')){
|
13 |
function qtrans_use($lang, $text, $show_available=false){
|
14 |
return qtranxf_use($lang, $text, $show_available);
|
15 |
}
|
16 |
}
|
17 |
-
if (!function_exists('qtrans_useDefaultLanguage')){
|
18 |
-
function qtrans_useDefaultLanguage($content){
|
19 |
-
return qtranxf_useDefaultLanguage($content);
|
20 |
-
}
|
21 |
-
}
|
22 |
if (!function_exists('qtrans_useCurrentLanguageIfNotFoundShowAvailable')){
|
23 |
function qtrans_useCurrentLanguageIfNotFoundShowAvailable($content){
|
24 |
return qtranxf_useCurrentLanguageIfNotFoundShowAvailable($content);
|
@@ -29,12 +36,11 @@ if (!function_exists('qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage')){
|
|
29 |
return qtranxf_useCurrentLanguageIfNotFoundUseDefaultLanguage($content);
|
30 |
}
|
31 |
}
|
|
|
|
|
|
|
|
|
|
|
32 |
if(!function_exists('qtrans_useTermLib')){
|
33 |
function qtrans_useTermLib($obj){ return qtranxf_useTermLib($obj); }
|
34 |
}
|
35 |
-
if(!function_exists('qtrans_getSortedLanguages')){
|
36 |
-
function qtrans_getSortedLanguages($reverse = false){ return qtranxf_getSortedLanguages($reverse); }
|
37 |
-
}
|
38 |
-
if(!function_exists('qtrans_generateLanguageSelectCode')){
|
39 |
-
function qtrans_generateLanguageSelectCode($style='', $id=''){ return qtranxf_generateLanguageSelectCode($style,$id); }
|
40 |
-
}
|
1 |
<?php
|
2 |
+
if(!defined('QTRANS_INIT')){
|
3 |
+
define('QTRANS_INIT',true);
|
|
|
|
|
4 |
}
|
5 |
if(!function_exists('qtrans_convertURL')){
|
6 |
function qtrans_convertURL($url='', $lang='', $forceadmin = false, $showDefaultLanguage = false){
|
7 |
return qtranxf_convertURL($url, $lang, $forceadmin, $showDefaultLanguage);
|
8 |
}
|
9 |
}
|
10 |
+
if(!function_exists('qtrans_generateLanguageSelectCode')){
|
11 |
+
function qtrans_generateLanguageSelectCode($style='', $id=''){ return qtranxf_generateLanguageSelectCode($style,$id); }
|
12 |
+
}
|
13 |
+
if(!function_exists('qtrans_getLanguage')){
|
14 |
+
function qtrans_getLanguage(){
|
15 |
+
return qtranxf_getLanguage();
|
16 |
+
}
|
17 |
+
}
|
18 |
+
if(!function_exists('qtrans_getSortedLanguages')){
|
19 |
+
function qtrans_getSortedLanguages($reverse = false){ return qtranxf_getSortedLanguages($reverse); }
|
20 |
+
}
|
21 |
+
if(!function_exists('qtrans_split')){
|
22 |
+
function qtrans_split($text, $quicktags = true){ return qtranxf_split($text); }
|
23 |
+
}
|
24 |
if(!function_exists('qtrans_use')){
|
25 |
function qtrans_use($lang, $text, $show_available=false){
|
26 |
return qtranxf_use($lang, $text, $show_available);
|
27 |
}
|
28 |
}
|
|
|
|
|
|
|
|
|
|
|
29 |
if (!function_exists('qtrans_useCurrentLanguageIfNotFoundShowAvailable')){
|
30 |
function qtrans_useCurrentLanguageIfNotFoundShowAvailable($content){
|
31 |
return qtranxf_useCurrentLanguageIfNotFoundShowAvailable($content);
|
36 |
return qtranxf_useCurrentLanguageIfNotFoundUseDefaultLanguage($content);
|
37 |
}
|
38 |
}
|
39 |
+
if (!function_exists('qtrans_useDefaultLanguage')){
|
40 |
+
function qtrans_useDefaultLanguage($content){
|
41 |
+
return qtranxf_useDefaultLanguage($content);
|
42 |
+
}
|
43 |
+
}
|
44 |
if(!function_exists('qtrans_useTermLib')){
|
45 |
function qtrans_useTermLib($obj){ return qtranxf_useTermLib($obj); }
|
46 |
}
|
|
|
|
|
|
|
|
|
|
|
|
qtranslate_configuration.css
CHANGED
@@ -138,3 +138,12 @@
|
|
138 |
opacity: 1;
|
139 |
}
|
140 |
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
138 |
opacity: 1;
|
139 |
}
|
140 |
*/
|
141 |
+
|
142 |
+
/* Highlighting the translatable fields */
|
143 |
+
/*
|
144 |
+
input.qtranxs-translatable,
|
145 |
+
textarea.qtranxs-translatable,
|
146 |
+
div.qtranxs-translatable {
|
147 |
+
box-shadow: -3px 0 #333;
|
148 |
+
}
|
149 |
+
*/
|
qtranslate_configuration.php
CHANGED
@@ -460,7 +460,8 @@ function qtranxf_language_form($lang = '', $language_code = '', $language_name =
|
|
460 |
<label for="language_flag"><?php _e('Flag', 'qtranslate') ?></label>
|
461 |
<?php
|
462 |
$files = array();
|
463 |
-
|
|
|
464 |
while (false !== ($file = readdir($dir_handle))) {
|
465 |
if(preg_match("/\.(jpeg|jpg|gif|png)$/i",$file)) {
|
466 |
$files[] = $file;
|
@@ -608,10 +609,12 @@ function qtranxf_updateSettingIgnoreFileTypes($nm) {
|
|
608 |
if(!isset($_POST[$nm])) return false;
|
609 |
$posted=preg_split('/[\s,]+/',strtolower($_POST[$nm]),null,PREG_SPLIT_NO_EMPTY);
|
610 |
$val=explode(',',QTX_IGNORE_FILE_TYPES);
|
611 |
-
|
612 |
-
|
613 |
-
|
614 |
-
|
|
|
|
|
615 |
}
|
616 |
if( qtranxf_array_compare($q_config[$nm],$val) ) return false;
|
617 |
$q_config[$nm] = $val;
|
@@ -719,7 +722,7 @@ function qtranxf_conf() {
|
|
719 |
foreach($import_migration as $key => $value){
|
720 |
$plugin = substr($key,0,-strlen('-migration'));
|
721 |
$nm = '<span style="color:blue"><strong>'.qtranxf_get_plugin_name($plugin).'</strong></span>';
|
722 |
-
$message[] = sprintf(__('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', 'qtranslate'), $nm, 'qTranslate‑X');
|
723 |
$message[] = sprintf(__('%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.', 'qtranslate'), '<span style="color:red">', '</span>', '<a href="https://wordpress.org/plugins/qtranslate-x/other_notes/" target="_blank">'.'Known Issues'.'</a>', $nm, 'qTranslate', $nm, '<span style="color:magenta">'.__('Convert Database', 'qtranslate').'</span>', $nm, 'qTranslate‑X', '<a href="mailto:qtranslateteam@gmail.com">qtranslateteam@gmail.com</a>', $nm, '<a href="https://wordpress.org/support/plugin/qtranslate-x">', '</a>', 'qTranslate‑X').'<br><small>'.__('This is a one-time message, which you will not see again, unless the same import is repeated.', 'qtranslate').'</small>';
|
724 |
if ($plugin == 'mqtranslate'){
|
725 |
$message[] = sprintf(__('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.', 'qtranslate'), '<span style="color:magenta">'.__('Compatibility Functions', 'qtranslate').'</span>', $nm, '<a href="https://wordpress.org/plugins/qtranslate-x/faq/" target="_blank">', '</a>');
|
@@ -954,13 +957,14 @@ function qtranxf_conf() {
|
|
954 |
<td>
|
955 |
<fieldset id="qtranxs-languages-menu"><legend class="hidden"><?php _e('Default Language', 'qtranslate') ?></legend>
|
956 |
<?php
|
|
|
957 |
foreach ( qtranxf_getSortedLanguages() as $key => $language ) {
|
958 |
echo '<label title="' . $q_config['language_name'][$language] . '"><input type="radio" name="default_language" value="' . $language . '"';
|
959 |
checked($language,$q_config['default_language']);
|
960 |
echo ' />';
|
961 |
echo ' <a href="'.add_query_arg('moveup', $language, $clean_uri).'"><img src="'.$pluginurl.'/arrowup.png" alt="up" /></a>';
|
962 |
echo ' <a href="'.add_query_arg('movedown', $language, $clean_uri).'"><img src="'.$pluginurl.'/arrowdown.png" alt="down" /></a>';
|
963 |
-
echo ' <img src="' .
|
964 |
echo ' '.$q_config['language_name'][$language] . '</label><br/>'.PHP_EOL;
|
965 |
}
|
966 |
?>
|
@@ -989,20 +993,33 @@ function qtranxf_conf() {
|
|
989 |
</tr>
|
990 |
</table>
|
991 |
<?php qtranxf_admin_section_end('general'); ?>
|
992 |
-
<?php qtranxf_admin_section_start(__('Advanced Settings', 'qtranslate'),'advanced'); //id="qtranslate-admin-advanced"
|
|
|
|
|
993 |
<table class="form-table">
|
994 |
<tr>
|
995 |
<th scope="row"><?php _e('URL Modification Mode', 'qtranslate') ?></th>
|
996 |
<td>
|
997 |
<fieldset><legend class="hidden"><?php _e('URL Modification Mode', 'qtranslate') ?></legend>
|
998 |
<label title="Query Mode"><input type="radio" name="url_mode" value="<?php echo QTX_URL_QUERY; ?>" <?php checked($q_config['url_mode'],QTX_URL_QUERY); ?> /> <?php echo __('Use Query Mode (?lang=en)', 'qtranslate').'. '.__('Most SEO unfriendly, not recommended.', 'qtranslate'); ?></label><br/>
|
999 |
-
|
1000 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
1001 |
<small><?php _e('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.', 'qtranslate'); ?></small><br/><br/>
|
|
|
1002 |
<label for="hide_default_language"><input type="checkbox" name="hide_default_language" id="hide_default_language" value="1"<?php checked($q_config['hide_default_language']); ?>/> <?php _e('Hide URL language information for default language.', 'qtranslate'); ?></label><br/>
|
1003 |
<small><?php _e('This is only applicable to Pre-Path and Pre-Domain mode.', 'qtranslate'); ?></small><br/><br/>
|
1004 |
-
|
|
|
|
|
|
|
1005 |
<label title="Per-Domain Mode"><input type="radio" name="url_mode" value="<?php echo QTX_URL_DOMAINS; ?>" <?php checked($q_config['url_mode'],QTX_URL_DOMAINS); ?> /> <?php echo __('Use Per-Domain mode: specify separate user-defined domain for each language.', 'qtranslate'); ?></label>
|
|
|
1006 |
</fieldset>
|
1007 |
</td>
|
1008 |
</tr>
|
@@ -1095,7 +1112,7 @@ function qtranxf_conf() {
|
|
1095 |
<tr valign="top">
|
1096 |
<th scope="row"><?php _e('Compatibility Functions', 'qtranslate');?></th>
|
1097 |
<td>
|
1098 |
-
<label for="qtranxs_qtrans_compatibility"><input type="checkbox" name="qtrans_compatibility" id="qtranxs_qtrans_compatibility" value="1"<?php checked($q_config['qtrans_compatibility']); ?>/> <?php printf(__('Enable function name compatibility (%s).', 'qtranslate'), 'qtrans_getLanguage,
|
1099 |
<small><?php printf(__('Some plugins and themes use direct calls to the functions listed, which are defined in former %s plugin and some of its forks. Turning this flag on will enable those function to exists, which will make the dependent plugins and themes to work. WordPress policy prohibits to define functions with the same names as in other plugins, since it generates user-unfriendly fatal errors, when two conflicting plugins are activated simultaneously. Before turning this option on, you have to make sure that there are no other plugins active, which define those functions.', 'qtranslate'), '<a href="https://wordpress.org/plugins/qtranslate/" target="_blank">qTranslate</a>'); ?></small>
|
1100 |
</td>
|
1101 |
</tr>
|
460 |
<label for="language_flag"><?php _e('Flag', 'qtranslate') ?></label>
|
461 |
<?php
|
462 |
$files = array();
|
463 |
+
$flag_dir = trailingslashit(WP_CONTENT_DIR).$q_config['flag_location'];
|
464 |
+
if($dir_handle = @opendir($flag_dir)) {
|
465 |
while (false !== ($file = readdir($dir_handle))) {
|
466 |
if(preg_match("/\.(jpeg|jpg|gif|png)$/i",$file)) {
|
467 |
$files[] = $file;
|
609 |
if(!isset($_POST[$nm])) return false;
|
610 |
$posted=preg_split('/[\s,]+/',strtolower($_POST[$nm]),null,PREG_SPLIT_NO_EMPTY);
|
611 |
$val=explode(',',QTX_IGNORE_FILE_TYPES);
|
612 |
+
if(is_array($posted)){
|
613 |
+
foreach($posted as $v){
|
614 |
+
if(empty($v)) continue;
|
615 |
+
if(in_array($v,$val)) continue;
|
616 |
+
$val[]=$v;
|
617 |
+
}
|
618 |
}
|
619 |
if( qtranxf_array_compare($q_config[$nm],$val) ) return false;
|
620 |
$q_config[$nm] = $val;
|
722 |
foreach($import_migration as $key => $value){
|
723 |
$plugin = substr($key,0,-strlen('-migration'));
|
724 |
$nm = '<span style="color:blue"><strong>'.qtranxf_get_plugin_name($plugin).'</strong></span>';
|
725 |
+
$message[] = sprintf(__('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.', 'qtranslate'), $nm, 'qTranslate‑X').' '.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>');
|
726 |
$message[] = sprintf(__('%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.', 'qtranslate'), '<span style="color:red">', '</span>', '<a href="https://wordpress.org/plugins/qtranslate-x/other_notes/" target="_blank">'.'Known Issues'.'</a>', $nm, 'qTranslate', $nm, '<span style="color:magenta">'.__('Convert Database', 'qtranslate').'</span>', $nm, 'qTranslate‑X', '<a href="mailto:qtranslateteam@gmail.com">qtranslateteam@gmail.com</a>', $nm, '<a href="https://wordpress.org/support/plugin/qtranslate-x">', '</a>', 'qTranslate‑X').'<br><small>'.__('This is a one-time message, which you will not see again, unless the same import is repeated.', 'qtranslate').'</small>';
|
727 |
if ($plugin == 'mqtranslate'){
|
728 |
$message[] = sprintf(__('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.', 'qtranslate'), '<span style="color:magenta">'.__('Compatibility Functions', 'qtranslate').'</span>', $nm, '<a href="https://wordpress.org/plugins/qtranslate-x/faq/" target="_blank">', '</a>');
|
957 |
<td>
|
958 |
<fieldset id="qtranxs-languages-menu"><legend class="hidden"><?php _e('Default Language', 'qtranslate') ?></legend>
|
959 |
<?php
|
960 |
+
$flag_location = qtranxf_flag_location();
|
961 |
foreach ( qtranxf_getSortedLanguages() as $key => $language ) {
|
962 |
echo '<label title="' . $q_config['language_name'][$language] . '"><input type="radio" name="default_language" value="' . $language . '"';
|
963 |
checked($language,$q_config['default_language']);
|
964 |
echo ' />';
|
965 |
echo ' <a href="'.add_query_arg('moveup', $language, $clean_uri).'"><img src="'.$pluginurl.'/arrowup.png" alt="up" /></a>';
|
966 |
echo ' <a href="'.add_query_arg('movedown', $language, $clean_uri).'"><img src="'.$pluginurl.'/arrowdown.png" alt="down" /></a>';
|
967 |
+
echo ' <img src="' . $flag_location.$q_config['flag'][$language] . '" alt="' . $q_config['language_name'][$language] . '" /> ';
|
968 |
echo ' '.$q_config['language_name'][$language] . '</label><br/>'.PHP_EOL;
|
969 |
}
|
970 |
?>
|
993 |
</tr>
|
994 |
</table>
|
995 |
<?php qtranxf_admin_section_end('general'); ?>
|
996 |
+
<?php qtranxf_admin_section_start(__('Advanced Settings', 'qtranslate'),'advanced'); //id="qtranslate-admin-advanced"
|
997 |
+
$permalink_structure = get_option('permalink_structure');
|
998 |
+
?>
|
999 |
<table class="form-table">
|
1000 |
<tr>
|
1001 |
<th scope="row"><?php _e('URL Modification Mode', 'qtranslate') ?></th>
|
1002 |
<td>
|
1003 |
<fieldset><legend class="hidden"><?php _e('URL Modification Mode', 'qtranslate') ?></legend>
|
1004 |
<label title="Query Mode"><input type="radio" name="url_mode" value="<?php echo QTX_URL_QUERY; ?>" <?php checked($q_config['url_mode'],QTX_URL_QUERY); ?> /> <?php echo __('Use Query Mode (?lang=en)', 'qtranslate').'. '.__('Most SEO unfriendly, not recommended.', 'qtranslate'); ?></label><br/>
|
1005 |
+
<?php
|
1006 |
+
if(empty($permalink_structure)) {
|
1007 |
+
echo '<br/>'.PHP_EOL;
|
1008 |
+
printf(__('No other URL Modification Modes are available if permalink structure is set to "Default" on configuration page %sPermalink Setting%s. It is SEO advantageous to use some other permalink mode, which will enable more URL Modification Modes here as well.', 'qtranslate'),'<a href="'.admin_url('options-permalink.php').'">', '</a>');
|
1009 |
+
echo PHP_EOL.'<br/><br/>'.PHP_EOL;
|
1010 |
+
}else{ ?>
|
1011 |
+
<label title="Pre-Path Mode"><input type="radio" name="url_mode" value="<?php echo QTX_URL_PATH; ?>" <?php checked($q_config['url_mode'],QTX_URL_PATH); if(empty($permalink_structure)) echo ' disabled'; ?> /> <?php echo __('Use Pre-Path Mode (Default, puts /en/ in front of URL)', 'qtranslate').'. '.__('SEO friendly.', 'qtranslate'); ?></label><br/>
|
1012 |
+
<label title="Pre-Domain Mode"><input type="radio" name="url_mode" value="<?php echo QTX_URL_DOMAIN; ?>" <?php checked($q_config['url_mode'],QTX_URL_DOMAIN); if(empty($permalink_structure)) echo ' disabled'; ?> /> <?php echo __('Use Pre-Domain Mode (uses http://en.yoursite.com)', 'qtranslate').'. '.__('You will need to configure DNS sub-domains on your site.', 'qtranslate'); ?></label><br/>
|
1013 |
<small><?php _e('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.', 'qtranslate'); ?></small><br/><br/>
|
1014 |
+
<?php } ?>
|
1015 |
<label for="hide_default_language"><input type="checkbox" name="hide_default_language" id="hide_default_language" value="1"<?php checked($q_config['hide_default_language']); ?>/> <?php _e('Hide URL language information for default language.', 'qtranslate'); ?></label><br/>
|
1016 |
<small><?php _e('This is only applicable to Pre-Path and Pre-Domain mode.', 'qtranslate'); ?></small><br/><br/>
|
1017 |
+
<?php
|
1018 |
+
if(!empty($permalink_structure)) {
|
1019 |
+
do_action('qtranslate_url_mode_choices');
|
1020 |
+
?>
|
1021 |
<label title="Per-Domain Mode"><input type="radio" name="url_mode" value="<?php echo QTX_URL_DOMAINS; ?>" <?php checked($q_config['url_mode'],QTX_URL_DOMAINS); ?> /> <?php echo __('Use Per-Domain mode: specify separate user-defined domain for each language.', 'qtranslate'); ?></label>
|
1022 |
+
<?php } ?>
|
1023 |
</fieldset>
|
1024 |
</td>
|
1025 |
</tr>
|
1112 |
<tr valign="top">
|
1113 |
<th scope="row"><?php _e('Compatibility Functions', 'qtranslate');?></th>
|
1114 |
<td>
|
1115 |
+
<label for="qtranxs_qtrans_compatibility"><input type="checkbox" name="qtrans_compatibility" id="qtranxs_qtrans_compatibility" value="1"<?php checked($q_config['qtrans_compatibility']); ?>/> <?php printf(__('Enable function name compatibility (%s).', 'qtranslate'), 'qtrans_convertURL, qtrans_generateLanguageSelectCode, qtrans_getLanguage, qtrans_getSortedLanguages, qtrans_split, qtrans_use, qtrans_useCurrentLanguageIfNotFoundShowAvailable, qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage, qtrans_useDefaultLanguage, qtrans_useTermLib'); ?></label><br/>
|
1116 |
<small><?php printf(__('Some plugins and themes use direct calls to the functions listed, which are defined in former %s plugin and some of its forks. Turning this flag on will enable those function to exists, which will make the dependent plugins and themes to work. WordPress policy prohibits to define functions with the same names as in other plugins, since it generates user-unfriendly fatal errors, when two conflicting plugins are activated simultaneously. Before turning this option on, you have to make sure that there are no other plugins active, which define those functions.', 'qtranslate'), '<a href="https://wordpress.org/plugins/qtranslate/" target="_blank">qTranslate</a>'); ?></small>
|
1117 |
</td>
|
1118 |
</tr>
|
qtranslate_core.php
CHANGED
@@ -28,8 +28,10 @@ function qtranxf_init_language() {
|
|
28 |
|
29 |
$q_config['cookie_enabled'] = isset($_COOKIE[QTX_COOKIE_NAME_FRONT]) || isset($_COOKIE[QTX_COOKIE_NAME_ADMIN]);
|
30 |
|
|
|
31 |
$host=$_SERVER['HTTP_HOST'];
|
32 |
-
if(isset($_SERVER['SERVER_PORT']) && !empty($_SERVER['SERVER_PORT'])
|
|
|
33 |
$host.=':'.$_SERVER['SERVER_PORT'];
|
34 |
}
|
35 |
|
@@ -57,7 +59,7 @@ function qtranxf_init_language() {
|
|
57 |
if(isset($url_info['doredirect'])){
|
58 |
if(!defined('WP_ADMIN') && !defined('DOING_AJAX') && !defined('DOING_CRON') && empty($_POST)){
|
59 |
$lang = $url_info['language'];
|
60 |
-
$scheme =
|
61 |
$urlorg = $scheme.$host.$url;
|
62 |
$urlstd = $scheme.$url_info['host'].$url_info['url'];
|
63 |
$urlnew = qtranxf_convertURL($urlstd,$lang);
|
@@ -78,6 +80,10 @@ function qtranxf_init_language() {
|
|
78 |
// fix url to prevent xss - how does this prevents xss?
|
79 |
$q_config['url_info']['url'] = qtranxf_convertURL(add_query_arg('lang',$q_config['default_language'],$q_config['url_info']['url']));
|
80 |
|
|
|
|
|
|
|
|
|
81 |
// Filter all options for language tags
|
82 |
if($q_config['url_info']['doing_front_end']) {
|
83 |
$alloptions = wp_load_alloptions();
|
@@ -89,7 +95,7 @@ function qtranxf_init_language() {
|
|
89 |
require_once(dirname(__FILE__).'/qtranslate_configuration.php');
|
90 |
require_once(dirname(__FILE__).'/admin/admin_utils.php');
|
91 |
|
92 |
-
// load qTranslate Services if available
|
93 |
//if(file_exists(dirname(__FILE__).'/qtranslate_services.php'))
|
94 |
// require_once(dirname(__FILE__).'/qtranslate_services.php');
|
95 |
}
|
@@ -438,23 +444,29 @@ function qtranxf_get_browser_language(){
|
|
438 |
if(qtranxf_isEnabled($language))
|
439 |
return $language;
|
440 |
}
|
|
|
441 |
}
|
442 |
|
443 |
function qtranxf_http_negotiate_language(){
|
444 |
global $q_config;
|
445 |
if(function_exists('http_negotiate_language')){
|
446 |
$supported=array();
|
447 |
-
$supported[]=str_replace('_','-',$q_config['locale'][$q_config['default_language']])
|
448 |
foreach($q_config['enabled_languages'] as $lang){
|
|
|
449 |
$supported[]=str_replace('_','-',$q_config['locale'][$lang]);
|
450 |
}
|
451 |
-
$
|
452 |
-
//
|
|
|
|
|
|
|
|
|
|
|
453 |
}else{
|
454 |
-
|
455 |
-
//qtranxf_dbg_log('qtranxf_http_negotiate_language:qtranxf_get_browser_language: lang=',$lang);
|
456 |
}
|
457 |
-
return
|
458 |
}
|
459 |
|
460 |
function qtranxf_resolveLangCase($lang,&$caseredirect)
|
@@ -488,7 +500,8 @@ function qtranxf_init() {
|
|
488 |
*/
|
489 |
|
490 |
// load plugin translations
|
491 |
-
|
|
|
492 |
|
493 |
if($q_config['url_info']['doing_front_end']){
|
494 |
// don't filter untranslated posts in admin
|
@@ -999,14 +1012,14 @@ function qtranxf_get_language_blocks($text) {
|
|
999 |
//}
|
1000 |
|
1001 |
if (!function_exists('qtranxf_split')){
|
1002 |
-
function qtranxf_split($text
|
1003 |
$blocks = qtranxf_get_language_blocks($text);
|
1004 |
-
return qtranxf_split_blocks($blocks
|
1005 |
}
|
1006 |
}
|
1007 |
|
1008 |
if (!function_exists('qtranxf_split_blocks')){
|
1009 |
-
function qtranxf_split_blocks($blocks
|
1010 |
global $q_config;
|
1011 |
$result = array();
|
1012 |
foreach($q_config['enabled_languages'] as $language) {
|
@@ -1014,31 +1027,32 @@ function qtranxf_split_blocks($blocks, $quicktags = true) {
|
|
1014 |
}
|
1015 |
$current_language = false;
|
1016 |
foreach($blocks as $block) {
|
1017 |
-
|
1018 |
if(preg_match("#^<!--:([a-z]{2})-->$#ism", $block, $matches)) {
|
1019 |
$current_language = $matches[1];
|
1020 |
-
//if(!qtranxf_isEnabled($current_language)) $current_language = false;//still need it
|
1021 |
continue;
|
1022 |
-
// detect
|
1023 |
-
}
|
1024 |
$current_language = $matches[1];
|
1025 |
-
//if(!qtranxf_isEnabled($current_language)) $current_language = false;//still need it
|
1026 |
-
continue;
|
1027 |
-
// detect ending tags
|
1028 |
-
//} elseif(preg_match("#^<!--:-->$#ism", $block, $matches) || preg_match("#^\[:\]$#ism", $block, $matches)) {
|
1029 |
-
} elseif($block === '<!--:-->' || $block === '[:]') {
|
1030 |
-
$current_language = false;
|
1031 |
continue;
|
1032 |
}
|
1033 |
-
|
1034 |
-
|
1035 |
-
|
1036 |
-
|
1037 |
-
|
1038 |
-
|
1039 |
-
|
1040 |
-
$
|
1041 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1042 |
}
|
1043 |
}
|
1044 |
//it gets trimmed later in qtranxf_use() anyway, better to do it here
|
@@ -1109,7 +1123,7 @@ function qtranxf_split($text, $quicktags = true) {
|
|
1109 |
|
1110 |
// not in use?
|
1111 |
//function qtranxf_join($texts) {
|
1112 |
-
// if(!is_array($texts)) $texts = qtranxf_split($texts
|
1113 |
// qtranxf_join_c($texts);
|
1114 |
//}
|
1115 |
|
@@ -1196,7 +1210,7 @@ function qtranxf_use($lang, $text, $show_available=false, $show_empty=false) {
|
|
1196 |
return $text;
|
1197 |
}
|
1198 |
|
1199 |
-
if(is_object($text)
|
1200 |
foreach(get_object_vars($text) as $key => $t) {
|
1201 |
$text->$key = qtranxf_use($lang,$text->$key,$show_available,$show_empty);
|
1202 |
}
|
28 |
|
29 |
$q_config['cookie_enabled'] = isset($_COOKIE[QTX_COOKIE_NAME_FRONT]) || isset($_COOKIE[QTX_COOKIE_NAME_ADMIN]);
|
30 |
|
31 |
+
$https = is_ssl();//isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']!='off';
|
32 |
$host=$_SERVER['HTTP_HOST'];
|
33 |
+
if(isset($_SERVER['SERVER_PORT']) && !empty($_SERVER['SERVER_PORT'])
|
34 |
+
&& ( (!$https && $_SERVER['SERVER_PORT']!='80') || ($https && $_SERVER['SERVER_PORT']!='443') ) ){
|
35 |
$host.=':'.$_SERVER['SERVER_PORT'];
|
36 |
}
|
37 |
|
59 |
if(isset($url_info['doredirect'])){
|
60 |
if(!defined('WP_ADMIN') && !defined('DOING_AJAX') && !defined('DOING_CRON') && empty($_POST)){
|
61 |
$lang = $url_info['language'];
|
62 |
+
$scheme = $https ? 'https://' : 'http://';
|
63 |
$urlorg = $scheme.$host.$url;
|
64 |
$urlstd = $scheme.$url_info['host'].$url_info['url'];
|
65 |
$urlnew = qtranxf_convertURL($urlstd,$lang);
|
80 |
// fix url to prevent xss - how does this prevents xss?
|
81 |
$q_config['url_info']['url'] = qtranxf_convertURL(add_query_arg('lang',$q_config['default_language'],$q_config['url_info']['url']));
|
82 |
|
83 |
+
// load plugin translations
|
84 |
+
// since 3.2-b3 moved it here as https://codex.wordpress.org/Function_Reference/load_plugin_textdomain seem to recommend to run load_plugin_textdomain in 'plugins_loaded' action, which is this function respond to
|
85 |
+
load_plugin_textdomain('qtranslate', false, dirname(plugin_basename( __FILE__ )).'/lang');
|
86 |
+
|
87 |
// Filter all options for language tags
|
88 |
if($q_config['url_info']['doing_front_end']) {
|
89 |
$alloptions = wp_load_alloptions();
|
95 |
require_once(dirname(__FILE__).'/qtranslate_configuration.php');
|
96 |
require_once(dirname(__FILE__).'/admin/admin_utils.php');
|
97 |
|
98 |
+
// load qTranslate Services if available // disabled since 3.1
|
99 |
//if(file_exists(dirname(__FILE__).'/qtranslate_services.php'))
|
100 |
// require_once(dirname(__FILE__).'/qtranslate_services.php');
|
101 |
}
|
444 |
if(qtranxf_isEnabled($language))
|
445 |
return $language;
|
446 |
}
|
447 |
+
return null;
|
448 |
}
|
449 |
|
450 |
function qtranxf_http_negotiate_language(){
|
451 |
global $q_config;
|
452 |
if(function_exists('http_negotiate_language')){
|
453 |
$supported=array();
|
454 |
+
$supported[]=str_replace('_','-',$q_config['locale'][$q_config['default_language']]);//needs to be the first
|
455 |
foreach($q_config['enabled_languages'] as $lang){
|
456 |
+
if($lang == $q_config['default_language']) continue;
|
457 |
$supported[]=str_replace('_','-',$q_config['locale'][$lang]);
|
458 |
}
|
459 |
+
$locale_negotiated = http_negotiate_language($supported);
|
460 |
+
//since 3.2-b3 added search, since locale may be different from two-letter code and not even started with language code.
|
461 |
+
foreach($q_config['enabled_languages'] as $lang){
|
462 |
+
$locale = str_replace('_','-',$q_config['locale'][$lang]);
|
463 |
+
if($locale == $locale_negotiated)
|
464 |
+
return $lang;
|
465 |
+
}
|
466 |
}else{
|
467 |
+
return qtranxf_get_browser_language();
|
|
|
468 |
}
|
469 |
+
return null;
|
470 |
}
|
471 |
|
472 |
function qtranxf_resolveLangCase($lang,&$caseredirect)
|
500 |
*/
|
501 |
|
502 |
// load plugin translations
|
503 |
+
// since 3.2-b3 moved to qtranxf_init_language
|
504 |
+
//load_plugin_textdomain('qtranslate', false, dirname(plugin_basename( __FILE__ )).'/lang');
|
505 |
|
506 |
if($q_config['url_info']['doing_front_end']){
|
507 |
// don't filter untranslated posts in admin
|
1012 |
//}
|
1013 |
|
1014 |
if (!function_exists('qtranxf_split')){
|
1015 |
+
function qtranxf_split($text) {
|
1016 |
$blocks = qtranxf_get_language_blocks($text);
|
1017 |
+
return qtranxf_split_blocks($blocks);
|
1018 |
}
|
1019 |
}
|
1020 |
|
1021 |
if (!function_exists('qtranxf_split_blocks')){
|
1022 |
+
function qtranxf_split_blocks($blocks) {
|
1023 |
global $q_config;
|
1024 |
$result = array();
|
1025 |
foreach($q_config['enabled_languages'] as $language) {
|
1027 |
}
|
1028 |
$current_language = false;
|
1029 |
foreach($blocks as $block) {
|
1030 |
+
// detect c-tags
|
1031 |
if(preg_match("#^<!--:([a-z]{2})-->$#ism", $block, $matches)) {
|
1032 |
$current_language = $matches[1];
|
|
|
1033 |
continue;
|
1034 |
+
// detect b-tags
|
1035 |
+
}elseif(preg_match("#^\[:([a-z]{2})\]$#ism", $block, $matches)) {
|
1036 |
$current_language = $matches[1];
|
|
|
|
|
|
|
|
|
|
|
|
|
1037 |
continue;
|
1038 |
}
|
1039 |
+
switch($block){
|
1040 |
+
case '[:]':
|
1041 |
+
case '<!--:-->':
|
1042 |
+
$current_language = false;
|
1043 |
+
break;
|
1044 |
+
default:
|
1045 |
+
// correctly categorize text block
|
1046 |
+
if($current_language){
|
1047 |
+
if(!isset($result[$current_language])) $result[$current_language]='';
|
1048 |
+
$result[$current_language] .= $block;
|
1049 |
+
$current_language = false;
|
1050 |
+
}else{
|
1051 |
+
foreach($q_config['enabled_languages'] as $language) {
|
1052 |
+
$result[$language] .= $block;
|
1053 |
+
}
|
1054 |
+
}
|
1055 |
+
break;
|
1056 |
}
|
1057 |
}
|
1058 |
//it gets trimmed later in qtranxf_use() anyway, better to do it here
|
1123 |
|
1124 |
// not in use?
|
1125 |
//function qtranxf_join($texts) {
|
1126 |
+
// if(!is_array($texts)) $texts = qtranxf_split($texts);
|
1127 |
// qtranxf_join_c($texts);
|
1128 |
//}
|
1129 |
|
1210 |
return $text;
|
1211 |
}
|
1212 |
|
1213 |
+
if( is_object($text) || $text instanceof __PHP_Incomplete_Class ) {//since 3.2-b1 instead of @get_class($text) == '__PHP_Incomplete_Class'
|
1214 |
foreach(get_object_vars($text) as $key => $t) {
|
1215 |
$text->$key = qtranxf_use($lang,$text->$key,$show_available,$show_empty);
|
1216 |
}
|
qtranslate_frontend.php
CHANGED
@@ -166,7 +166,7 @@ function qtranxf_wp_get_nav_menu_items( $items, $menu, $args )
|
|
166 |
}
|
167 |
if($topflag){
|
168 |
if(!empty($item->title)) $item->title.=': ';
|
169 |
-
$item->title.='<img src="'.$flag_location.$q_config['flag'][$toplang].'"
|
170 |
}
|
171 |
//$item->classes[] = 'qtranxs_flag_'.$language;
|
172 |
$item->classes[] = 'qtranxs-lang-menu';
|
@@ -193,7 +193,7 @@ function qtranxf_wp_get_nav_menu_items( $items, $menu, $args )
|
|
193 |
$item->type_label='Custom';
|
194 |
$item->title=$q_config['language_name'][$lang];
|
195 |
if($flags){
|
196 |
-
$item->title='<img src="'.$flag_location.$q_config['flag'][$lang].'"
|
197 |
}
|
198 |
$item->post_title=$item->title;
|
199 |
$item->post_name='language-menuitem-'.$lang;
|
@@ -484,3 +484,16 @@ add_filter('the_category', 'qtranxf_useTermLib',0);
|
|
484 |
add_filter('get_term', 'qtranxf_useTermLib',0);
|
485 |
add_filter('get_terms', 'qtranxf_useTermLib',0);
|
486 |
add_filter('get_category', 'qtranxf_useTermLib',0);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
166 |
}
|
167 |
if($topflag){
|
168 |
if(!empty($item->title)) $item->title.=': ';
|
169 |
+
$item->title.='<img src="'.$flag_location.$q_config['flag'][$toplang].'" alt="'.$q_config['language_name'][$toplang].' '.__('Flag', 'qtranslate').'" />';
|
170 |
}
|
171 |
//$item->classes[] = 'qtranxs_flag_'.$language;
|
172 |
$item->classes[] = 'qtranxs-lang-menu';
|
193 |
$item->type_label='Custom';
|
194 |
$item->title=$q_config['language_name'][$lang];
|
195 |
if($flags){
|
196 |
+
$item->title='<img src="'.$flag_location.$q_config['flag'][$lang].'" alt="'.$q_config['language_name'][$lang].' '.__('Flag', 'qtranslate').'" /> '.$item->title;
|
197 |
}
|
198 |
$item->post_title=$item->title;
|
199 |
$item->post_name='language-menuitem-'.$lang;
|
484 |
add_filter('get_term', 'qtranxf_useTermLib',0);
|
485 |
add_filter('get_terms', 'qtranxf_useTermLib',0);
|
486 |
add_filter('get_category', 'qtranxf_useTermLib',0);
|
487 |
+
|
488 |
+
/**
|
489 |
+
* Since 3.2
|
490 |
+
* wp-includes\category-template.php:1230 calls:
|
491 |
+
* $description = get_term_field( 'description', $term, $taxonomy );
|
492 |
+
*
|
493 |
+
* which calls wp-includes\taxonomy.php:1503
|
494 |
+
* return sanitize_term_field($field, $term->$field, $term->term_id, $taxonomy, $context);
|
495 |
+
*
|
496 |
+
* which calls wp-includes\taxonomy.php:2276:
|
497 |
+
* apply_filters( "term_{$field}", $value, $term_id, $taxonomy, $context );
|
498 |
+
*/
|
499 |
+
add_filter('term_description', 'qtranxf_useCurrentLanguageIfNotFoundUseDefaultLanguage',0);
|
qtranslate_hooks.php
CHANGED
@@ -190,7 +190,7 @@ add_filter('sanitize_title', 'qtranxf_useRawTitle',0, 3);
|
|
190 |
add_filter('comment_moderation_subject', 'qtranxf_useDefaultLanguage',0);
|
191 |
add_filter('comment_moderation_text', 'qtranxf_useDefaultLanguage',0);
|
192 |
|
193 |
-
add_filter('the_content', 'qtranxf_useCurrentLanguageIfNotFoundShowAvailable', 0);
|
194 |
add_filter('the_content', 'qtranxf_useCurrentLanguageIfNotFoundShowAvailable', 100);// since 3.1 changed priority from 0 to 100, since other plugins, like https://wordpress.org/plugins/siteorigin-panels generate additional content, which also needs to be translated.
|
195 |
add_filter('the_excerpt', 'qtranxf_useCurrentLanguageIfNotFoundShowAvailable', 0);
|
196 |
add_filter('the_excerpt_rss', 'qtranxf_useCurrentLanguageIfNotFoundShowAvailable', 0);
|
190 |
add_filter('comment_moderation_subject', 'qtranxf_useDefaultLanguage',0);
|
191 |
add_filter('comment_moderation_text', 'qtranxf_useDefaultLanguage',0);
|
192 |
|
193 |
+
//add_filter('the_content', 'qtranxf_useCurrentLanguageIfNotFoundShowAvailable', 0);
|
194 |
add_filter('the_content', 'qtranxf_useCurrentLanguageIfNotFoundShowAvailable', 100);// since 3.1 changed priority from 0 to 100, since other plugins, like https://wordpress.org/plugins/siteorigin-panels generate additional content, which also needs to be translated.
|
195 |
add_filter('the_excerpt', 'qtranxf_useCurrentLanguageIfNotFoundShowAvailable', 0);
|
196 |
add_filter('the_excerpt_rss', 'qtranxf_useCurrentLanguageIfNotFoundShowAvailable', 0);
|
qtranslate_utils.php
CHANGED
@@ -65,9 +65,24 @@ if(defined('WP_DEBUG')&&WP_DEBUG){
|
|
65 |
|
66 |
function qtranxf_parseURL($url) {
|
67 |
//this is not the same as native parse_url and so it is in use
|
|
|
68 |
$r = '!(?:(\w+)://)?(?:(\w+)\:(\w+)@)?([^/:]+)?';
|
69 |
$r .= '(?:\:(\d*))?([^#?]+)?(?:\?([^#]+))?(?:#(.+$))?!i';
|
70 |
preg_match ( $r, $url, $out );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
$result = @array(
|
72 |
"scheme" => $out[1],
|
73 |
"host" => $out[4].(($out[5]=='')?'':':'.$out[5]),
|
@@ -77,7 +92,7 @@ function qtranxf_parseURL($url) {
|
|
77 |
"query" => $out[7],
|
78 |
"fragment" => $out[8]
|
79 |
);
|
80 |
-
|
81 |
/*
|
82 |
$result = parse_url($url) + array(
|
83 |
'scheme' => '',
|
65 |
|
66 |
function qtranxf_parseURL($url) {
|
67 |
//this is not the same as native parse_url and so it is in use
|
68 |
+
//it should also work quicker than native parse_url, so we should keep it?
|
69 |
$r = '!(?:(\w+)://)?(?:(\w+)\:(\w+)@)?([^/:]+)?';
|
70 |
$r .= '(?:\:(\d*))?([^#?]+)?(?:\?([^#]+))?(?:#(.+$))?!i';
|
71 |
preg_match ( $r, $url, $out );
|
72 |
+
//qtranxf_dbg_log('qtranxf_parseURL('.$url.'): out:',$out);
|
73 |
+
//new code since 3.2-b2, older version produces warnings in the debugger
|
74 |
+
$result = @array(
|
75 |
+
'scheme' => isset($out[1]) ? $out[1] : '',
|
76 |
+
'user' => isset($out[2]) ? $out[2] : '',
|
77 |
+
'pass' => isset($out[3]) ? $out[3] : '',
|
78 |
+
'host' => isset($out[4]) ? $out[4] : '',
|
79 |
+
'path' => isset($out[6]) ? $out[6] : '',
|
80 |
+
'query' => isset($out[7]) ? $out[7] : '',
|
81 |
+
'fragment' => isset($out[8]) ? $out[8] : ''
|
82 |
+
);
|
83 |
+
if(!empty($out[5])) $result['host'] .= ':'.$out[5];
|
84 |
+
/*
|
85 |
+
//this older version produce warnings in the debugger
|
86 |
$result = @array(
|
87 |
"scheme" => $out[1],
|
88 |
"host" => $out[4].(($out[5]=='')?'':':'.$out[5]),
|
92 |
"query" => $out[7],
|
93 |
"fragment" => $out[8]
|
94 |
);
|
95 |
+
*/
|
96 |
/*
|
97 |
$result = parse_url($url) + array(
|
98 |
'scheme' => '',
|
qtranslate_widget.php
CHANGED
@@ -45,6 +45,7 @@ transition: 1s ease opacity;
|
|
45 |
/* qTranslate-X Widget */
|
46 |
|
47 |
class qTranslateXWidget extends WP_Widget {
|
|
|
48 |
function qTranslateXWidget() {
|
49 |
$widget_ops = array('classname' => 'qtranxs_widget', 'description' => __('Allows your visitors to choose a Language.', 'qtranslate') );
|
50 |
$this->WP_Widget('qtranslate', __('qTranslate Language Chooser', 'qtranslate'), $widget_ops);
|
45 |
/* qTranslate-X Widget */
|
46 |
|
47 |
class qTranslateXWidget extends WP_Widget {
|
48 |
+
|
49 |
function qTranslateXWidget() {
|
50 |
$widget_ops = array('classname' => 'qtranxs_widget', 'description' => __('Allows your visitors to choose a Language.', 'qtranslate') );
|
51 |
$this->WP_Widget('qtranslate', __('qTranslate Language Chooser', 'qtranslate'), $widget_ops);
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Contributors: johnclause, chineseleper, Vavooon
|
|
4 |
Tags: multilingual, language, admin, tinymce, bilingual, widget, switcher, i18n, l10n, multilanguage, translation
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.1.1
|
7 |
-
Stable tag: 3.
|
8 |
License: GPLv3 or later
|
9 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QEXEK3HX8AR6U
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -15,7 +15,7 @@ Adds user-friendly multilingual content management and translation support. It i
|
|
15 |
|
16 |
This plugin is a descendant of [qTranslate](https://wordpress.org/plugins/qtranslate/ "Original qTranslate plugin"), which has apparently been abandoned by the original author, [Qian Qin](http://www.qianqin.de/qtranslate/ "the original author of qTranslate").
|
17 |
|
18 |
-
While the back-end database framework is left almost intact
|
19 |
|
20 |
qTranslate-X makes creation of multilingual content as easy as working with a single language. Here are some features:
|
21 |
|
@@ -36,6 +36,7 @@ qTranslate-X makes creation of multilingual content as easy as working with a si
|
|
36 |
|
37 |
The following plugins provide integration for other popular plugins with qTranslate-X:
|
38 |
|
|
|
39 |
- [Events Made Easy & qTranslate-X](https://wordpress.org/plugins/events-made-easy-qtranslate-x/) for [Events Made Easy](https://wordpress.org/plugins/events-made-easy/). [[GitHub](https://github.com/qTranslate-Team/events-made-easy-qtranslate-x)]
|
40 |
- [qTranslate support for GravityForms](https://wordpress.org/plugins/qtranslate-support-for-gravityforms) for [Gravity Forms Directory](https://wordpress.org/plugins/gravity-forms-addons/). [[GitHub](https://github.com/mweimerskirch/wordpress-qtranslate-support-for-gravityforms)]
|
41 |
- [WooCommerce & qTranslate-X](https://wordpress.org/plugins/woocommerce-qtranslate-x/) for [WooCommerce - excelling eCommerce](https://wordpress.org/plugins/woocommerce/). [[GitHub](https://github.com/qTranslate-Team/woocommerce-qtranslate-x)]
|
@@ -60,9 +61,11 @@ We organized an anonymous entity [qTranslate Team](https://github.com/qTranslate
|
|
60 |
GitHub repository is available: https://github.com/qTranslate-Team/qtranslate-x.git
|
61 |
|
62 |
We thank our sponsors for persistent help and support:
|
63 |
-
|
64 |
-
* [Gunu](https://profiles.wordpress.org/grafcom "Gunu (Marius Siroen)") (Marius Siroen)
|
65 |
* [Citizens Law Group](http://www.citizenslawgroup.com "Chicago Bankruptcy Attorney - Citizens Law Group")
|
|
|
|
|
|
|
66 |
|
67 |
== Installation ==
|
68 |
|
@@ -235,6 +238,30 @@ One can find the original qTranslate FAQ [here](https://wordpress.org/plugins/qt
|
|
235 |
|
236 |
== Changelog ==
|
237 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
238 |
= 3.1 stable =
|
239 |
* Includes all changes after version 3.0.
|
240 |
* Maintenance: 'Translate Service' feature has been disabled, as the vast majority of people [surveyed](http://www.marius-siroen.com/qTranslate-X/TranslateServices/) declined it. Thanks to [Gunu (Marius Siroen)](https://profiles.wordpress.org/grafcom) who made this survey possible.
|
@@ -422,7 +449,7 @@ One can find the original qTranslate FAQ [here](https://wordpress.org/plugins/qt
|
|
422 |
== Known Issues ==
|
423 |
|
424 |
* Turn on option "Compatibility Functions", if you use [WooCommerce](https://wordpress.org/plugins/woocommerce/) framework plugins, like [IM8 qTranslate WooCommerce](https://wordpress.org/plugins/im8-qtranslate-woocommerce/), [qTranslate support for WooCommerce](https://wordpress.org/plugins/qtranslate-support-for-woocommerce/), [WooCommerce-qTML](https://wordpress.org/plugins/woocommerce-qtml/), for example. Also it is needed for any theme, which claims its compatibility with former qTranslate.
|
425 |
-
* If other plugin installs a custom TinyMCE editor on a translatable field served by qTranslate-X, then all kind of problems start to happen. Examples of 'offending' plugins are: [Crayon Syntax Highlighter](https://wordpress.org/plugins/crayon-syntax-highlighter/), [Fusion Page Builder](http://www.theme-fusion.com/), [Page Builder by SiteOrigin](https://wordpress.org/plugins/siteorigin-panels/), [Revolution Slider](http://revolution.themepunch.com/), [Rich Text Tags](https://wordpress.org/plugins/rich-text-tags/), [Visual Composer](http://vc.wpbakery.com/), [WP Editor](https://wordpress.org/plugins/wp-editor/), [WR PageBuilder](https://wordpress.org/plugins/wr-pagebuilder). We are looking into possibilities to enable integration with those plugins.
|
426 |
* Title of the site on admin pages is not displaying correctly [WP topic](https://wordpress.org/support/topic/title-dont-show-the-right-text-in-admin).
|
427 |
* When [Jetpack by WordPress.com](https://wordpress.org/plugins/jetpack/) is enabled, pressing 'Save Changes' at Settings/General (/wp-admin/options-general.php) page, causes fields "Site Title" and "Tagline" to be emptied, if they had multilingual values. It only happens when Jetpack is connected to WordPress. For now, when you need to edit those values, deactivate Jetpack, make your edits, then re-activate JetPack again. Fortunately, that general setting page need not to be changed frequently. [WP topic](https://wordpress.org/support/topic/site-titletagline-disappear-on-general-settings-update)
|
428 |
* There are reports about conflict with JetPack galleries. Workaround exists: [WP topic](https://wordpress.org/support/topic/site-titletagline-disappear-on-general-settings-update).
|
4 |
Tags: multilingual, language, admin, tinymce, bilingual, widget, switcher, i18n, l10n, multilanguage, translation
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.1.1
|
7 |
+
Stable tag: 3.2
|
8 |
License: GPLv3 or later
|
9 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QEXEK3HX8AR6U
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
15 |
|
16 |
This plugin is a descendant of [qTranslate](https://wordpress.org/plugins/qtranslate/ "Original qTranslate plugin"), which has apparently been abandoned by the original author, [Qian Qin](http://www.qianqin.de/qtranslate/ "the original author of qTranslate").
|
17 |
|
18 |
+
While the back-end database framework is left almost intact, the design of editors is drastically changed and improved to be much less vulnerable to WP updates. Instead of seeing multiple lines per each language for title, qTranslate-X provides language switching buttons, which, once pressed, make all the text fields to be filled with the language chosen. The instant language change happens locally in your browser without sending an additional request to the server.
|
19 |
|
20 |
qTranslate-X makes creation of multilingual content as easy as working with a single language. Here are some features:
|
21 |
|
36 |
|
37 |
The following plugins provide integration for other popular plugins with qTranslate-X:
|
38 |
|
39 |
+
- [ACF qTranslate](https://wordpress.org/plugins/acf-qtranslate/) for [Advanced Custom Fields](https://wordpress.org/plugins/advanced-custom-fields/). [[GitHub](https://github.com/funkjedi/acf-qtranslate/issues)]
|
40 |
- [Events Made Easy & qTranslate-X](https://wordpress.org/plugins/events-made-easy-qtranslate-x/) for [Events Made Easy](https://wordpress.org/plugins/events-made-easy/). [[GitHub](https://github.com/qTranslate-Team/events-made-easy-qtranslate-x)]
|
41 |
- [qTranslate support for GravityForms](https://wordpress.org/plugins/qtranslate-support-for-gravityforms) for [Gravity Forms Directory](https://wordpress.org/plugins/gravity-forms-addons/). [[GitHub](https://github.com/mweimerskirch/wordpress-qtranslate-support-for-gravityforms)]
|
42 |
- [WooCommerce & qTranslate-X](https://wordpress.org/plugins/woocommerce-qtranslate-x/) for [WooCommerce - excelling eCommerce](https://wordpress.org/plugins/woocommerce/). [[GitHub](https://github.com/qTranslate-Team/woocommerce-qtranslate-x)]
|
61 |
GitHub repository is available: https://github.com/qTranslate-Team/qtranslate-x.git
|
62 |
|
63 |
We thank our sponsors for persistent help and support:
|
64 |
+
|
|
|
65 |
* [Citizens Law Group](http://www.citizenslawgroup.com "Chicago Bankruptcy Attorney - Citizens Law Group")
|
66 |
+
* [Gunu](https://profiles.wordpress.org/grafcom "Gunu (Marius Siroen)") (Marius Siroen)
|
67 |
+
* [OptimWise](http://optimwise.com "OptimWise web design")
|
68 |
+
* [pictibe Werbeagentur](http://www.pictibe.de "pictibe Werbeagentur Köln Webdesign")
|
69 |
|
70 |
== Installation ==
|
71 |
|
238 |
|
239 |
== Changelog ==
|
240 |
|
241 |
+
= 3.2 stable =
|
242 |
+
* Includes all changes after version 3.1.
|
243 |
+
* Translation: Dutch (nl_NL) po/mo updated, thanks to Marius Siroen.
|
244 |
+
* Improvement: `add_filter('term_description')` at front-end. Thanks to [josk79](https://github.com/qTranslate-Team/qtranslate-x/pull/39).
|
245 |
+
|
246 |
+
= 3.2-b3 =
|
247 |
+
* Improvement: class `qtranxs-translatable` is introduced to distinct all translatable fields. Thanks to [Michel Weimerskirch](https://github.com/mweimerskirch).
|
248 |
+
* Improvement: `QTRANS_INIT` constant is now defined when "Compatibility Functions" is on. [[WP issue](https://wordpress.org/support/topic/urgent-problem-with-dynamic-widgets-plugin).]
|
249 |
+
* Improvement: various code improvements, search for '3.2-b3' tag to look them them up.
|
250 |
+
|
251 |
+
= 3.2-b2 =
|
252 |
+
* Translation: Hungarian (hu_HU) po/mo updated, thanks to Németh Balázs.
|
253 |
+
* Translation: German (de_DE) po/mo updated, thanks to Maurizio Omissoni.
|
254 |
+
* Improvement: Basque language added to the pre-set list of languages, thanks to Xabier Arrabal.
|
255 |
+
* Improvement: 'Convert Database' options now also convert `postmeta.meta_value` database field.
|
256 |
+
* Fix: 'Convert Database' options would not work correctly for some options.
|
257 |
+
* Fix: `qtranxf_http_negotiate_language` used to return `en_US` when PHP supports function `http_negotiate_language`.
|
258 |
+
|
259 |
+
= 3.2-b1 =
|
260 |
+
* Translation: Dutch (nl_NL) po/mo updated, thanks to Marius Siroen.
|
261 |
+
* Improvement: updated activation/migration messages with a link to [Migration from other multilingual plugins](https://qtranslatexteam.wordpress.com/2015/02/24/migration-from-other-multilingual-plugins/) publication.
|
262 |
+
* Improvement: updated "Compatibility Functions" option with `qtrans_split`.
|
263 |
+
* Fix: dealing with https and port 443.
|
264 |
+
|
265 |
= 3.1 stable =
|
266 |
* Includes all changes after version 3.0.
|
267 |
* Maintenance: 'Translate Service' feature has been disabled, as the vast majority of people [surveyed](http://www.marius-siroen.com/qTranslate-X/TranslateServices/) declined it. Thanks to [Gunu (Marius Siroen)](https://profiles.wordpress.org/grafcom) who made this survey possible.
|
449 |
== Known Issues ==
|
450 |
|
451 |
* Turn on option "Compatibility Functions", if you use [WooCommerce](https://wordpress.org/plugins/woocommerce/) framework plugins, like [IM8 qTranslate WooCommerce](https://wordpress.org/plugins/im8-qtranslate-woocommerce/), [qTranslate support for WooCommerce](https://wordpress.org/plugins/qtranslate-support-for-woocommerce/), [WooCommerce-qTML](https://wordpress.org/plugins/woocommerce-qtml/), for example. Also it is needed for any theme, which claims its compatibility with former qTranslate.
|
452 |
+
* If other plugin installs a custom TinyMCE editor on a translatable field served by qTranslate-X, then all kind of problems start to happen. Examples of 'offending' plugins are: [Crayon Syntax Highlighter](https://wordpress.org/plugins/crayon-syntax-highlighter/), [Fusion Page Builder](http://www.theme-fusion.com/), [Page Builder by SiteOrigin](https://wordpress.org/plugins/siteorigin-panels/), [Revolution Slider](http://revolution.themepunch.com/), [Rich Text Tags](https://wordpress.org/plugins/rich-text-tags/), [Visual Composer](http://vc.wpbakery.com/), [WP Editor](https://wordpress.org/plugins/wp-editor/), [WR PageBuilder](https://wordpress.org/plugins/wr-pagebuilder). We are looking into possibilities to enable integration with those plugins, meanwhile [Tiny MCE Advanced](https://wordpress.org/plugins/tinymce-advanced/) seems to be compatible as reported by some users.
|
453 |
* Title of the site on admin pages is not displaying correctly [WP topic](https://wordpress.org/support/topic/title-dont-show-the-right-text-in-admin).
|
454 |
* When [Jetpack by WordPress.com](https://wordpress.org/plugins/jetpack/) is enabled, pressing 'Save Changes' at Settings/General (/wp-admin/options-general.php) page, causes fields "Site Title" and "Tagline" to be emptied, if they had multilingual values. It only happens when Jetpack is connected to WordPress. For now, when you need to edit those values, deactivate Jetpack, make your edits, then re-activate JetPack again. Fortunately, that general setting page need not to be changed frequently. [WP topic](https://wordpress.org/support/topic/site-titletagline-disappear-on-general-settings-update)
|
455 |
* There are reports about conflict with JetPack galleries. Workaround exists: [WP topic](https://wordpress.org/support/topic/site-titletagline-disappear-on-general-settings-update).
|