Version Description
Download this release
Release Info
Developer | takayukister |
Plugin | Contact Form 7 |
Version | 2.2 |
Comparing to | |
See all releases |
Code changes from version 2.1.2 to 2.2
- README.txt +13 -28
- admin/admin.php +4 -8
- admin/taggenerator.js +6 -0
- includes/classes.php +48 -27
- includes/controller.php +36 -14
- includes/formatting.php +9 -0
- includes/functions.php +1 -0
- includes/shortcodes.php +10 -5
- languages/wpcf7-da_DK.mo +0 -0
- languages/wpcf7-da_DK.po +130 -113
- languages/wpcf7-de_DE.mo +0 -0
- languages/wpcf7-de_DE.po +142 -120
- languages/wpcf7-gl_ES.mo +0 -0
- languages/wpcf7-gl_ES.po +836 -0
- languages/wpcf7-hu_HU.mo +0 -0
- languages/wpcf7-hu_HU.po +619 -309
- languages/wpcf7-it_IT.mo +0 -0
- languages/wpcf7-it_IT.po +240 -223
- languages/wpcf7-ja.mo +0 -0
- languages/wpcf7-ja.po +138 -134
- languages/wpcf7.pot +138 -134
- modules/acceptance.php +8 -0
- modules/captcha.php +8 -0
- modules/checkbox.php +13 -2
- modules/file.php +7 -0
- modules/quiz.php +8 -2
- modules/select.php +8 -0
- modules/submit.php +7 -0
- modules/text.php +8 -0
- modules/textarea.php +8 -0
- settings.php +23 -11
- wp-contact-form-7.php +2 -2
README.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://contactform7.com/donate/
|
|
4 |
Tags: contact, form, contact form, feedback, email, ajax, captcha, akismet, multilingual
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 2.9.2
|
7 |
-
Stable tag: 2.
|
8 |
|
9 |
Just another contact form plugin. Simple but flexible.
|
10 |
|
@@ -14,6 +14,8 @@ Just another contact form plugin. Simple but flexible.
|
|
14 |
|
15 |
Contact Form 7 can manage multiple contact forms, plus you can customize the form and the mail contents flexibly with simple markup. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering and so on.
|
16 |
|
|
|
|
|
17 |
= Translators =
|
18 |
|
19 |
* Afrikaans (af) - [Schalk Burger](http://www.schalkburger.za.net/)
|
@@ -33,12 +35,13 @@ Contact Form 7 can manage multiple contact forms, plus you can customize the for
|
|
33 |
* Estonian (et) - [Peeter Rahuvarm](http://www.kraabus.ee), Egon Elbre
|
34 |
* Finnish (fi) - [Miika Turunen](http://www.webwork.fi/)
|
35 |
* French (fr_FR) - [Jillij](http://www.jillij.com/), [Maître Mô](http://maitremo.fr/)
|
|
|
36 |
* Georgian (ka_GE) - [Nodar Davituri](http://omedia.ge/)
|
37 |
* German (de_DE) - [Marcel Spitau](http://blog.spitau.de), [Ivan Graf](http://blog.bildergallery.com/)
|
38 |
* Greek (el) - [Nick Mouratidis](http://www.kepik.gr/), [Pr. friedlich](http://friedlich.wordpress.com/)
|
39 |
* Hebrew (he_IL) - [Yaron Ofer](http://www.gadgetguru.co.il/)
|
40 |
* Hindi (hi_IN) - [Tarun Joshi](http://www.readers-cafe.net/), [Ashish](http://outshinesolutions.com/)
|
41 |
-
* Hungarian (hu_HU) - [Andras Hirschler](http://hia.itblog.hu/), [János Csárdi-Braunstein](http://blogocska.org/)
|
42 |
* Indonesian (id_ID) - [Hendry Lee](http://blogbuildingu.com/)
|
43 |
* Italian (it_IT) - [Bruno](http://www.brunosalzano.com), [Gianni Diurno](http://gidibao.net/)
|
44 |
* Japanese (ja) - [Takayuki Miyoshi](http://ideasilo.wordpress.com)
|
@@ -90,31 +93,13 @@ Do you have questions or issues with Contact Form 7? Use these support channels
|
|
90 |
|
91 |
== Changelog ==
|
92 |
|
93 |
-
= 2.
|
94 |
-
|
95 |
-
* Incorrect JSON syntax causing conflict with jQuery 1.4 has been fixed.
|
96 |
-
* Some incompatibility issues with IE in admin panel have been fixed.
|
97 |
-
* The logic verifying if a plugin’s JavaScript is loaded has been improved.
|
98 |
-
* Translations for German (Ivan Graf) and Slovak (Patrik Bóna) have been updated. Translation for Malayalam has been created by RAHUL S.A.
|
99 |
-
|
100 |
-
= 2.1.1 =
|
101 |
-
|
102 |
-
* Some other plugins that attempt to include files in inadvisable way were conflicting with Contact Form 7 2.1. A workaround for avoiding these types of issues has been introduced.
|
103 |
-
* Translations for Chinese (traditional; James Wu), Danish (Georg S. Adamsen), German (Ivan Graf) and Italian (Gianni Diurno) have been updated. Translation for Afrikaans has been newly created by Schalk Burger.
|
104 |
-
|
105 |
-
= 2.1 =
|
106 |
-
* The required WordPress version has been changed and now requires WordPress 2.8 or higher. If you use WordPress 2.7, you will need to upgrade WordPress.
|
107 |
-
* New "special mail tags" (`[wpcf7.post_id]`, `[wpcf7.post_name]`, `[wpcf7.post_title]`, and `[wpcf7.post_url]`) have been introduced.
|
108 |
-
* The multilingualization functionality has been improved. You are now able to create contact forms in any languages with just a few clicks.
|
109 |
-
* The Tag Generator's JavaScript coding has been wholly reconstructed and you can extend it from the additional modules.
|
110 |
-
* Interoperability with cache plugins (WP Super Cache, etc.) has been improved.
|
111 |
-
* When known issues are found on your web host, a warning message is shown on the administration panel.
|
112 |
-
* Uninstall.php file has been added. This will clean up its table from your database when you remove Contact Form 7 from your site.
|
113 |
-
* Translations for Estonian (by Egon Elbre), German (by Ivan Graf), Hindi (by Ashish) and Italian (by Gianni Diurno) have been updated.
|
114 |
-
|
115 |
-
[Releases](http://contactform7.com/category/releases/)
|
116 |
|
117 |
-
|
|
|
|
|
|
|
|
|
|
|
118 |
|
119 |
-
|
120 |
-
Required WordPress version is changed to WordPress 2.8 and higher. Multilingualization functionality is improved and you don't need `[icl]` tags any more.
|
4 |
Tags: contact, form, contact form, feedback, email, ajax, captcha, akismet, multilingual
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 2.9.2
|
7 |
+
Stable tag: 2.2
|
8 |
|
9 |
Just another contact form plugin. Simple but flexible.
|
10 |
|
14 |
|
15 |
Contact Form 7 can manage multiple contact forms, plus you can customize the form and the mail contents flexibly with simple markup. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering and so on.
|
16 |
|
17 |
+
[__Contactform7.com__](http://contactform7.com/)
|
18 |
+
|
19 |
= Translators =
|
20 |
|
21 |
* Afrikaans (af) - [Schalk Burger](http://www.schalkburger.za.net/)
|
35 |
* Estonian (et) - [Peeter Rahuvarm](http://www.kraabus.ee), Egon Elbre
|
36 |
* Finnish (fi) - [Miika Turunen](http://www.webwork.fi/)
|
37 |
* French (fr_FR) - [Jillij](http://www.jillij.com/), [Maître Mô](http://maitremo.fr/)
|
38 |
+
* Galician (gl_ES) - [Arume Desenvolvementos Informáticos](http://www.arumeinformatica.es/)
|
39 |
* Georgian (ka_GE) - [Nodar Davituri](http://omedia.ge/)
|
40 |
* German (de_DE) - [Marcel Spitau](http://blog.spitau.de), [Ivan Graf](http://blog.bildergallery.com/)
|
41 |
* Greek (el) - [Nick Mouratidis](http://www.kepik.gr/), [Pr. friedlich](http://friedlich.wordpress.com/)
|
42 |
* Hebrew (he_IL) - [Yaron Ofer](http://www.gadgetguru.co.il/)
|
43 |
* Hindi (hi_IN) - [Tarun Joshi](http://www.readers-cafe.net/), [Ashish](http://outshinesolutions.com/)
|
44 |
+
* Hungarian (hu_HU) - [Andras Hirschler](http://hia.itblog.hu/), [János Csárdi-Braunstein](http://blogocska.org/), [Farkas Győző](http://www.sakraft.hu/)
|
45 |
* Indonesian (id_ID) - [Hendry Lee](http://blogbuildingu.com/)
|
46 |
* Italian (it_IT) - [Bruno](http://www.brunosalzano.com), [Gianni Diurno](http://gidibao.net/)
|
47 |
* Japanese (ja) - [Takayuki Miyoshi](http://ideasilo.wordpress.com)
|
93 |
|
94 |
== Changelog ==
|
95 |
|
96 |
+
= 2.2 =
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
|
98 |
+
* Now you can embed contact forms into template files.
|
99 |
+
* The tab index option is newly supported for most of form tags.
|
100 |
+
* New special mail tags have been added. These include the following: `[_url]`, `[_date]`, `[_time]`, `[_post_author]` and `[_post_author_email]`.
|
101 |
+
* `wpcf7_mail_tag_replaced` filter has been introduced in includes/classes.php.
|
102 |
+
* Translation for Galician has been created by Arume Desenvolvementos Informáticos.
|
103 |
+
* Translations for Italian (Gianni Diurno), German (Ivan Graf), Danish (Georg S. Adamsen) and Hungarian (Farkas Győző) have been updated.
|
104 |
|
105 |
+
[Releases](http://contactform7.com/category/releases/)
|
|
admin/admin.php
CHANGED
@@ -214,13 +214,11 @@ function wpcf7_admin_management_page() {
|
|
214 |
add_action( 'activate_' . WPCF7_PLUGIN_BASENAME, 'wpcf7_install' );
|
215 |
|
216 |
function wpcf7_install() {
|
217 |
-
global $wpdb;
|
218 |
|
219 |
if ( wpcf7_table_exists() )
|
220 |
return; // Exists already
|
221 |
|
222 |
-
$table_name = wpcf7_table_name();
|
223 |
-
|
224 |
$charset_collate = '';
|
225 |
if ( $wpdb->has_cap( 'collation' ) ) {
|
226 |
if ( ! empty( $wpdb->charset ) )
|
@@ -229,7 +227,7 @@ function wpcf7_install() {
|
|
229 |
$charset_collate .= " COLLATE $wpdb->collate";
|
230 |
}
|
231 |
|
232 |
-
$wpdb->query( "CREATE TABLE IF NOT EXISTS $
|
233 |
cf7_unit_id bigint(20) unsigned NOT NULL auto_increment,
|
234 |
title varchar(200) NOT NULL default '',
|
235 |
form text NOT NULL,
|
@@ -246,7 +244,7 @@ function wpcf7_install() {
|
|
246 |
if ( is_array( $legacy_data )
|
247 |
&& is_array( $legacy_data['contact_forms'] ) && $legacy_data['contact_forms'] ) {
|
248 |
foreach ( $legacy_data['contact_forms'] as $key => $value ) {
|
249 |
-
$wpdb->insert( $
|
250 |
'cf7_unit_id' => $key,
|
251 |
'title' => $value['title'],
|
252 |
'form' => maybe_serialize( $value['form'] ),
|
@@ -256,12 +254,10 @@ function wpcf7_install() {
|
|
256 |
'additional_settings' => maybe_serialize( $value['additional_settings'] )
|
257 |
), array( '%d', '%s', '%s', '%s', '%s', '%s', '%s' ) );
|
258 |
}
|
259 |
-
|
260 |
-
// delete_option( 'wpcf7' ); // Comment out for downgrading case for a while
|
261 |
} else {
|
262 |
wpcf7_load_plugin_textdomain();
|
263 |
|
264 |
-
$wpdb->insert( $
|
265 |
'title' => __( 'Contact form', 'wpcf7' ) . ' 1',
|
266 |
'form' => maybe_serialize( wpcf7_default_form_template() ),
|
267 |
'mail' => maybe_serialize( wpcf7_default_mail_template() ),
|
214 |
add_action( 'activate_' . WPCF7_PLUGIN_BASENAME, 'wpcf7_install' );
|
215 |
|
216 |
function wpcf7_install() {
|
217 |
+
global $wpdb, $wpcf7;
|
218 |
|
219 |
if ( wpcf7_table_exists() )
|
220 |
return; // Exists already
|
221 |
|
|
|
|
|
222 |
$charset_collate = '';
|
223 |
if ( $wpdb->has_cap( 'collation' ) ) {
|
224 |
if ( ! empty( $wpdb->charset ) )
|
227 |
$charset_collate .= " COLLATE $wpdb->collate";
|
228 |
}
|
229 |
|
230 |
+
$wpdb->query( "CREATE TABLE IF NOT EXISTS $wpcf7->contactforms (
|
231 |
cf7_unit_id bigint(20) unsigned NOT NULL auto_increment,
|
232 |
title varchar(200) NOT NULL default '',
|
233 |
form text NOT NULL,
|
244 |
if ( is_array( $legacy_data )
|
245 |
&& is_array( $legacy_data['contact_forms'] ) && $legacy_data['contact_forms'] ) {
|
246 |
foreach ( $legacy_data['contact_forms'] as $key => $value ) {
|
247 |
+
$wpdb->insert( $wpcf7->contactforms, array(
|
248 |
'cf7_unit_id' => $key,
|
249 |
'title' => $value['title'],
|
250 |
'form' => maybe_serialize( $value['form'] ),
|
254 |
'additional_settings' => maybe_serialize( $value['additional_settings'] )
|
255 |
), array( '%d', '%s', '%s', '%s', '%s', '%s', '%s' ) );
|
256 |
}
|
|
|
|
|
257 |
} else {
|
258 |
wpcf7_load_plugin_textdomain();
|
259 |
|
260 |
+
$wpdb->insert( $wpcf7->contactforms, array(
|
261 |
'title' => __( 'Contact form', 'wpcf7' ) . ' 1',
|
262 |
'form' => maybe_serialize( wpcf7_default_form_template() ),
|
263 |
'mail' => maybe_serialize( wpcf7_default_mail_template() ),
|
admin/taggenerator.js
CHANGED
@@ -166,6 +166,12 @@
|
|
166 |
$(this).val(val);
|
167 |
});
|
168 |
|
|
|
|
|
|
|
|
|
|
|
|
|
169 |
pane.find(':input[name="values"]').each(function(i) {
|
170 |
var val = $(this).val();
|
171 |
val = $.trim(val);
|
166 |
$(this).val(val);
|
167 |
});
|
168 |
|
169 |
+
pane.find(':input.date').each(function(i) {
|
170 |
+
var val = $(this).val();
|
171 |
+
if (! val.match(/^\d{4}-\d{1,2}-\d{1,2}$/)) // 'yyyy-mm-dd' ISO 8601 format
|
172 |
+
$(this).val('');
|
173 |
+
});
|
174 |
+
|
175 |
pane.find(':input[name="values"]').each(function(i) {
|
176 |
var val = $(this).val();
|
177 |
val = $.trim(val);
|
includes/classes.php
CHANGED
@@ -331,7 +331,7 @@ class WPCF7_ContactForm {
|
|
331 |
}
|
332 |
|
333 |
function compose_and_send_mail( $mail_template ) {
|
334 |
-
$regex = '/\[\s*([a-zA-
|
335 |
$callback = array( &$this, 'mail_callback' );
|
336 |
|
337 |
$subject = preg_replace_callback( $regex, $callback, $mail_template['subject'] );
|
@@ -370,10 +370,13 @@ class WPCF7_ContactForm {
|
|
370 |
$submitted = $this->posted_data[$matches[1]];
|
371 |
|
372 |
if ( is_array( $submitted ) )
|
373 |
-
$
|
|
|
|
|
374 |
|
375 |
-
|
376 |
|
|
|
377 |
}
|
378 |
|
379 |
if ( $special = apply_filters( 'wpcf7_special_mail_tags', '', $matches[1] ) )
|
@@ -445,9 +448,7 @@ class WPCF7_ContactForm {
|
|
445 |
/* Save */
|
446 |
|
447 |
function save() {
|
448 |
-
global $wpdb;
|
449 |
-
|
450 |
-
$table_name = wpcf7_table_name();
|
451 |
|
452 |
$fields = array(
|
453 |
'title' => maybe_serialize( stripslashes_deep( $this->title ) ),
|
@@ -459,7 +460,7 @@ class WPCF7_ContactForm {
|
|
459 |
maybe_serialize( stripslashes_deep( $this->additional_settings ) ) );
|
460 |
|
461 |
if ( $this->initial ) {
|
462 |
-
$result = $wpdb->insert( $
|
463 |
|
464 |
if ( $result ) {
|
465 |
$this->initial = false;
|
@@ -474,7 +475,7 @@ class WPCF7_ContactForm {
|
|
474 |
if ( ! (int) $this->id )
|
475 |
return false; // Missing ID
|
476 |
|
477 |
-
$result = $wpdb->update( $
|
478 |
array( 'cf7_unit_id' => absint( $this->id ) ) );
|
479 |
|
480 |
if ( false !== $result ) {
|
@@ -503,15 +504,13 @@ class WPCF7_ContactForm {
|
|
503 |
}
|
504 |
|
505 |
function delete() {
|
506 |
-
global $wpdb;
|
507 |
|
508 |
if ( $this->initial )
|
509 |
return;
|
510 |
|
511 |
-
$table_name = wpcf7_table_name();
|
512 |
-
|
513 |
$query = $wpdb->prepare(
|
514 |
-
"DELETE FROM $
|
515 |
absint( $this->id ) );
|
516 |
|
517 |
$wpdb->query( $query );
|
@@ -522,13 +521,9 @@ class WPCF7_ContactForm {
|
|
522 |
}
|
523 |
|
524 |
function wpcf7_contact_form( $id ) {
|
525 |
-
global $wpdb;
|
526 |
-
|
527 |
-
$table_name = wpcf7_table_name();
|
528 |
|
529 |
-
$
|
530 |
-
|
531 |
-
$query = $wpdb->prepare( "SELECT * FROM $table_name WHERE cf7_unit_id = %d", $id );
|
532 |
|
533 |
if ( ! $row = $wpdb->get_row( $query ) )
|
534 |
return false; // No data
|
@@ -580,19 +575,32 @@ function wpcf7_contact_form_default_pack( $locale = null ) {
|
|
580 |
|
581 |
/* Default Filters */
|
582 |
|
583 |
-
add_filter( 'wpcf7_special_mail_tags', '
|
|
|
|
|
584 |
|
585 |
-
|
586 |
-
|
587 |
-
|
|
|
588 |
$output = preg_replace( '/[^0-9a-f.:, ]/', '', $_SERVER['REMOTE_ADDR'] );
|
589 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
590 |
return $output;
|
591 |
}
|
592 |
|
593 |
add_filter( 'wpcf7_special_mail_tags', 'wpcf7_special_mail_tag_for_post_data', 10, 2 );
|
594 |
|
595 |
function wpcf7_special_mail_tag_for_post_data( $output, $name ) {
|
|
|
596 |
if ( ! isset( $_POST['_wpcf7_unit_tag'] ) || empty( $_POST['_wpcf7_unit_tag'] ) )
|
597 |
return $output;
|
598 |
|
@@ -604,15 +612,28 @@ function wpcf7_special_mail_tag_for_post_data( $output, $name ) {
|
|
604 |
if ( ! $post = get_post( $post_id ) )
|
605 |
return $output;
|
606 |
|
607 |
-
|
|
|
|
|
|
|
|
|
|
|
608 |
$output = (string) $post->ID;
|
609 |
-
|
|
|
610 |
$output = $post->post_name;
|
611 |
-
|
|
|
612 |
$output = $post->post_title;
|
613 |
-
|
|
|
614 |
$output = get_permalink( $post->ID );
|
615 |
-
|
|
|
|
|
|
|
|
|
|
|
616 |
|
617 |
return $output;
|
618 |
}
|
331 |
}
|
332 |
|
333 |
function compose_and_send_mail( $mail_template ) {
|
334 |
+
$regex = '/\[\s*([a-zA-Z_][0-9a-zA-Z:._-]*)\s*\]/';
|
335 |
$callback = array( &$this, 'mail_callback' );
|
336 |
|
337 |
$subject = preg_replace_callback( $regex, $callback, $mail_template['subject'] );
|
370 |
$submitted = $this->posted_data[$matches[1]];
|
371 |
|
372 |
if ( is_array( $submitted ) )
|
373 |
+
$replaced = join( ', ', $submitted );
|
374 |
+
else
|
375 |
+
$replaced = $submitted;
|
376 |
|
377 |
+
$replaced = apply_filters( 'wpcf7_mail_tag_replaced', $replaced, $submitted );
|
378 |
|
379 |
+
return stripslashes( $replaced );
|
380 |
}
|
381 |
|
382 |
if ( $special = apply_filters( 'wpcf7_special_mail_tags', '', $matches[1] ) )
|
448 |
/* Save */
|
449 |
|
450 |
function save() {
|
451 |
+
global $wpdb, $wpcf7;
|
|
|
|
|
452 |
|
453 |
$fields = array(
|
454 |
'title' => maybe_serialize( stripslashes_deep( $this->title ) ),
|
460 |
maybe_serialize( stripslashes_deep( $this->additional_settings ) ) );
|
461 |
|
462 |
if ( $this->initial ) {
|
463 |
+
$result = $wpdb->insert( $wpcf7->contactforms, $fields );
|
464 |
|
465 |
if ( $result ) {
|
466 |
$this->initial = false;
|
475 |
if ( ! (int) $this->id )
|
476 |
return false; // Missing ID
|
477 |
|
478 |
+
$result = $wpdb->update( $wpcf7->contactforms, $fields,
|
479 |
array( 'cf7_unit_id' => absint( $this->id ) ) );
|
480 |
|
481 |
if ( false !== $result ) {
|
504 |
}
|
505 |
|
506 |
function delete() {
|
507 |
+
global $wpdb, $wpcf7;
|
508 |
|
509 |
if ( $this->initial )
|
510 |
return;
|
511 |
|
|
|
|
|
512 |
$query = $wpdb->prepare(
|
513 |
+
"DELETE FROM $wpcf7->contactforms WHERE cf7_unit_id = %d LIMIT 1",
|
514 |
absint( $this->id ) );
|
515 |
|
516 |
$wpdb->query( $query );
|
521 |
}
|
522 |
|
523 |
function wpcf7_contact_form( $id ) {
|
524 |
+
global $wpdb, $wpcf7;
|
|
|
|
|
525 |
|
526 |
+
$query = $wpdb->prepare( "SELECT * FROM $wpcf7->contactforms WHERE cf7_unit_id = %d", $id );
|
|
|
|
|
527 |
|
528 |
if ( ! $row = $wpdb->get_row( $query ) )
|
529 |
return false; // No data
|
575 |
|
576 |
/* Default Filters */
|
577 |
|
578 |
+
add_filter( 'wpcf7_special_mail_tags', 'wpcf7_special_mail_tag', 10, 2 );
|
579 |
+
|
580 |
+
function wpcf7_special_mail_tag( $output, $name ) {
|
581 |
|
582 |
+
// For backwards compat.
|
583 |
+
$name = preg_replace( '/^wpcf7\./', '_', $name );
|
584 |
+
|
585 |
+
if ( '_remote_ip' == $name )
|
586 |
$output = preg_replace( '/[^0-9a-f.:, ]/', '', $_SERVER['REMOTE_ADDR'] );
|
587 |
|
588 |
+
elseif ( '_url' == $name )
|
589 |
+
$output = get_option( 'home' ) . wpcf7_get_request_uri();
|
590 |
+
|
591 |
+
elseif ( '_date' == $name )
|
592 |
+
$output = date_i18n( get_option( 'date_format' ) );
|
593 |
+
|
594 |
+
elseif ( '_time' == $name )
|
595 |
+
$output = date_i18n( get_option( 'time_format' ) );
|
596 |
+
|
597 |
return $output;
|
598 |
}
|
599 |
|
600 |
add_filter( 'wpcf7_special_mail_tags', 'wpcf7_special_mail_tag_for_post_data', 10, 2 );
|
601 |
|
602 |
function wpcf7_special_mail_tag_for_post_data( $output, $name ) {
|
603 |
+
|
604 |
if ( ! isset( $_POST['_wpcf7_unit_tag'] ) || empty( $_POST['_wpcf7_unit_tag'] ) )
|
605 |
return $output;
|
606 |
|
612 |
if ( ! $post = get_post( $post_id ) )
|
613 |
return $output;
|
614 |
|
615 |
+
$user = new WP_User( $post->post_author );
|
616 |
+
|
617 |
+
// For backwards compat.
|
618 |
+
$name = preg_replace( '/^wpcf7\./', '_', $name );
|
619 |
+
|
620 |
+
if ( '_post_id' == $name )
|
621 |
$output = (string) $post->ID;
|
622 |
+
|
623 |
+
elseif ( '_post_name' == $name )
|
624 |
$output = $post->post_name;
|
625 |
+
|
626 |
+
elseif ( '_post_title' == $name )
|
627 |
$output = $post->post_title;
|
628 |
+
|
629 |
+
elseif ( '_post_url' == $name )
|
630 |
$output = get_permalink( $post->ID );
|
631 |
+
|
632 |
+
elseif ( '_post_author' == $name )
|
633 |
+
$output = $user->display_name;
|
634 |
+
|
635 |
+
elseif ( '_post_author_email' == $name )
|
636 |
+
$output = $user->user_email;
|
637 |
|
638 |
return $output;
|
639 |
}
|
includes/controller.php
CHANGED
@@ -145,28 +145,37 @@ function wpcf7_process_nonajax_submitting() {
|
|
145 |
}
|
146 |
}
|
147 |
|
148 |
-
|
149 |
|
150 |
-
function
|
151 |
-
global $
|
152 |
|
153 |
-
$
|
154 |
-
$
|
|
|
155 |
|
156 |
-
|
|
|
|
|
|
|
|
|
|
|
157 |
}
|
158 |
|
159 |
add_filter( 'widget_text', 'wpcf7_widget_text_filter', 9 );
|
160 |
|
161 |
function wpcf7_widget_text_filter( $content ) {
|
162 |
-
global $
|
163 |
|
164 |
-
$
|
165 |
-
$
|
166 |
-
$
|
167 |
|
168 |
$regex = '/\[\s*contact-form\s+(\d+(?:\s+.*)?)\]/';
|
169 |
-
|
|
|
|
|
|
|
170 |
}
|
171 |
|
172 |
function wpcf7_widget_text_filter_callback( $matches ) {
|
@@ -176,7 +185,7 @@ function wpcf7_widget_text_filter_callback( $matches ) {
|
|
176 |
add_shortcode( 'contact-form', 'wpcf7_contact_form_tag_func' );
|
177 |
|
178 |
function wpcf7_contact_form_tag_func( $atts ) {
|
179 |
-
global $
|
180 |
|
181 |
if ( is_feed() )
|
182 |
return '[contact-form]';
|
@@ -191,9 +200,22 @@ function wpcf7_contact_form_tag_func( $atts ) {
|
|
191 |
if ( ! ( $wpcf7_contact_form = wpcf7_contact_form( $id ) ) )
|
192 |
return '[contact-form 404 "Not Found"]';
|
193 |
|
194 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
195 |
|
196 |
-
$unit_tag = 'wpcf7-f' . $id . '-' . $
|
197 |
$wpcf7_contact_form->unit_tag = $unit_tag;
|
198 |
|
199 |
$form = $wpcf7_contact_form->form_html();
|
145 |
}
|
146 |
}
|
147 |
|
148 |
+
add_action( 'the_post', 'wpcf7_the_post' );
|
149 |
|
150 |
+
function wpcf7_the_post() {
|
151 |
+
global $wpcf7;
|
152 |
|
153 |
+
$wpcf7->processing_within = 'p' . get_the_ID();
|
154 |
+
$wpcf7->unit_count = 0;
|
155 |
+
}
|
156 |
|
157 |
+
add_action( 'loop_end', 'wpcf7_loop_end' );
|
158 |
+
|
159 |
+
function wpcf7_loop_end() {
|
160 |
+
global $wpcf7;
|
161 |
+
|
162 |
+
$wpcf7->processing_within = '';
|
163 |
}
|
164 |
|
165 |
add_filter( 'widget_text', 'wpcf7_widget_text_filter', 9 );
|
166 |
|
167 |
function wpcf7_widget_text_filter( $content ) {
|
168 |
+
global $wpcf7;
|
169 |
|
170 |
+
$wpcf7->widget_count += 1;
|
171 |
+
$wpcf7->processing_within = 'w' . $wpcf7->widget_count;
|
172 |
+
$wpcf7->unit_count = 0;
|
173 |
|
174 |
$regex = '/\[\s*contact-form\s+(\d+(?:\s+.*)?)\]/';
|
175 |
+
$content = preg_replace_callback( $regex, 'wpcf7_widget_text_filter_callback', $content );
|
176 |
+
|
177 |
+
$wpcf7->processing_within = '';
|
178 |
+
return $content;
|
179 |
}
|
180 |
|
181 |
function wpcf7_widget_text_filter_callback( $matches ) {
|
185 |
add_shortcode( 'contact-form', 'wpcf7_contact_form_tag_func' );
|
186 |
|
187 |
function wpcf7_contact_form_tag_func( $atts ) {
|
188 |
+
global $wpcf7, $wpcf7_contact_form;
|
189 |
|
190 |
if ( is_feed() )
|
191 |
return '[contact-form]';
|
200 |
if ( ! ( $wpcf7_contact_form = wpcf7_contact_form( $id ) ) )
|
201 |
return '[contact-form 404 "Not Found"]';
|
202 |
|
203 |
+
if ( $wpcf7->processing_within ) { // Inside post content or text widget
|
204 |
+
$wpcf7->unit_count += 1;
|
205 |
+
$unit_count = $wpcf7->unit_count;
|
206 |
+
$processing_within = $wpcf7->processing_within;
|
207 |
+
|
208 |
+
} else { // Inside template
|
209 |
+
|
210 |
+
if ( ! isset( $wpcf7->global_unit_count ) )
|
211 |
+
$wpcf7->global_unit_count = 0;
|
212 |
+
|
213 |
+
$wpcf7->global_unit_count += 1;
|
214 |
+
$unit_count = 1;
|
215 |
+
$processing_within = 't' . $wpcf7->global_unit_count;
|
216 |
+
}
|
217 |
|
218 |
+
$unit_tag = 'wpcf7-f' . $id . '-' . $processing_within . '-o' . $unit_count;
|
219 |
$wpcf7_contact_form->unit_tag = $unit_tag;
|
220 |
|
221 |
$form = $wpcf7_contact_form->form_html();
|
includes/formatting.php
CHANGED
@@ -132,4 +132,13 @@ function wpcf7_sanitize_file_name( $filename ) {
|
|
132 |
return $filename;
|
133 |
}
|
134 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
135 |
?>
|
132 |
return $filename;
|
133 |
}
|
134 |
|
135 |
+
function wpcf7_is_name( $string ) {
|
136 |
+
// See http://www.w3.org/TR/html401/types.html#h-6.2
|
137 |
+
// ID and NAME tokens must begin with a letter ([A-Za-z])
|
138 |
+
// and may be followed by any number of letters, digits ([0-9]),
|
139 |
+
// hyphens ("-"), underscores ("_"), colons (":"), and periods (".").
|
140 |
+
|
141 |
+
return preg_match( '/^[A-Za-z][-A-Za-z0-9_:.]*$/', $string );
|
142 |
+
}
|
143 |
+
|
144 |
?>
|
includes/functions.php
CHANGED
@@ -183,6 +183,7 @@ function wpcf7_l10n() {
|
|
183 |
'et' => __( 'Estonian', 'wpcf7' ),
|
184 |
'fi' => __( 'Finnish', 'wpcf7' ),
|
185 |
'fr_FR' => __( 'French', 'wpcf7' ),
|
|
|
186 |
'ka_GE' => __( 'Georgian', 'wpcf7' ),
|
187 |
'de_DE' => __( 'German', 'wpcf7' ),
|
188 |
'el' => __( 'Greek', 'wpcf7' ),
|
183 |
'et' => __( 'Estonian', 'wpcf7' ),
|
184 |
'fi' => __( 'Finnish', 'wpcf7' ),
|
185 |
'fr_FR' => __( 'French', 'wpcf7' ),
|
186 |
+
'gl_ES' => __( 'Galician', 'wpcf7' ),
|
187 |
'ka_GE' => __( 'Georgian', 'wpcf7' ),
|
188 |
'de_DE' => __( 'German', 'wpcf7' ),
|
189 |
'el' => __( 'Greek', 'wpcf7' ),
|
includes/shortcodes.php
CHANGED
@@ -59,11 +59,16 @@ class WPCF7_ShortcodeManager {
|
|
59 |
|
60 |
if ( is_array( $attr ) ) {
|
61 |
if ( is_array( $attr['options'] ) ) {
|
62 |
-
if ( $this->shortcode_tags[$tag]['has_name'] && ! empty( $attr['options'] ) )
|
63 |
$scanned_tag['name'] = array_shift( $attr['options'] );
|
64 |
|
|
|
|
|
|
|
|
|
65 |
$scanned_tag['options'] = (array) $attr['options'];
|
66 |
}
|
|
|
67 |
$scanned_tag['raw_values'] = (array) $attr['values'];
|
68 |
|
69 |
if ( WPCF7_USE_PIPE ) {
|
@@ -84,12 +89,12 @@ class WPCF7_ShortcodeManager {
|
|
84 |
$content = preg_replace( "/<br\s*\/?>$/m", '', $content );
|
85 |
$scanned_tag['content'] = $content;
|
86 |
|
87 |
-
$
|
88 |
|
89 |
-
$
|
90 |
|
91 |
if ( $this->exec ) {
|
92 |
-
$
|
93 |
return $m[1] . call_user_func( $func, $scanned_tag ) . $m[6];
|
94 |
} else {
|
95 |
return $m[0];
|
@@ -101,7 +106,7 @@ class WPCF7_ShortcodeManager {
|
|
101 |
$text = preg_replace( "/[\x{00a0}\x{200b}]+/u", " ", $text );
|
102 |
$text = stripcslashes( trim( $text ) );
|
103 |
|
104 |
-
$pattern = '%^([
|
105 |
|
106 |
if ( preg_match( $pattern, $text, $match ) ) {
|
107 |
if ( ! empty( $match[1] ) ) {
|
59 |
|
60 |
if ( is_array( $attr ) ) {
|
61 |
if ( is_array( $attr['options'] ) ) {
|
62 |
+
if ( $this->shortcode_tags[$tag]['has_name'] && ! empty( $attr['options'] ) ) {
|
63 |
$scanned_tag['name'] = array_shift( $attr['options'] );
|
64 |
|
65 |
+
if ( ! wpcf7_is_name( $scanned_tag['name'] ) )
|
66 |
+
return $m[0]; // Invalid name is used. Ignore this tag.
|
67 |
+
}
|
68 |
+
|
69 |
$scanned_tag['options'] = (array) $attr['options'];
|
70 |
}
|
71 |
+
|
72 |
$scanned_tag['raw_values'] = (array) $attr['values'];
|
73 |
|
74 |
if ( WPCF7_USE_PIPE ) {
|
89 |
$content = preg_replace( "/<br\s*\/?>$/m", '', $content );
|
90 |
$scanned_tag['content'] = $content;
|
91 |
|
92 |
+
$scanned_tag = apply_filters( 'wpcf7_form_tag', $scanned_tag, $this->exec );
|
93 |
|
94 |
+
$this->scanned_tags[] = $scanned_tag;
|
95 |
|
96 |
if ( $this->exec ) {
|
97 |
+
$func = $this->shortcode_tags[$tag]['function'];
|
98 |
return $m[1] . call_user_func( $func, $scanned_tag ) . $m[6];
|
99 |
} else {
|
100 |
return $m[0];
|
106 |
$text = preg_replace( "/[\x{00a0}\x{200b}]+/u", " ", $text );
|
107 |
$text = stripcslashes( trim( $text ) );
|
108 |
|
109 |
+
$pattern = '%^([-+*=0-9a-zA-Z:.!?#$&@_/|\%\s]*?)((?:\s*"[^"]*"|\s*\'[^\']*\')*)$%';
|
110 |
|
111 |
if ( preg_match( $pattern, $text, $match ) ) {
|
112 |
if ( ! empty( $match[1] ) ) {
|
languages/wpcf7-da_DK.mo
CHANGED
Binary file
|
languages/wpcf7-da_DK.po
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: Contact Form 7 version 2.1\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2010-
|
6 |
-
"PO-Revision-Date: 2010-
|
7 |
"Last-Translator: Team Blogos <wordpress@blogos.dk>\n"
|
8 |
"Language-Team: Team Blogos <wordpress@blogos.dk>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -17,111 +17,111 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=2;plural=n != 1;\n"
|
18 |
"X-Poedit-SearchPath-0: d:\\wordpress\\plugins\\contact-form-7\n"
|
19 |
|
20 |
-
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:
|
21 |
#: d:\wordpress\plugins\contact-form-7/admin/edit.php:17
|
22 |
#: d:\wordpress\plugins\contact-form-7/admin/edit.php:30
|
23 |
msgid "Contact Form 7"
|
24 |
msgstr "Kontaktformular 7"
|
25 |
|
26 |
-
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:
|
27 |
msgid "Contact"
|
28 |
msgstr "Kontakt"
|
29 |
|
30 |
-
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:
|
31 |
msgid "Edit Contact Forms"
|
32 |
msgstr "Redigér Kontaktformular 7"
|
33 |
|
34 |
-
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:
|
35 |
msgid "Edit"
|
36 |
msgstr "Redigér"
|
37 |
|
38 |
-
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:
|
39 |
msgid "Generate Tag"
|
40 |
msgstr "Lav mærke"
|
41 |
|
42 |
-
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:
|
43 |
msgid "Show"
|
44 |
msgstr "Vis"
|
45 |
|
46 |
-
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:
|
47 |
msgid "Hide"
|
48 |
msgstr "Skjul"
|
49 |
|
50 |
-
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:
|
51 |
msgid "Contact form"
|
52 |
msgstr "Kontaktformular"
|
53 |
|
54 |
-
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:
|
55 |
msgid "Settings"
|
56 |
msgstr "Indstillinger"
|
57 |
|
58 |
-
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:
|
59 |
msgid "http://contactform7.com/"
|
60 |
msgstr "http://contactform7.com/"
|
61 |
|
62 |
-
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:
|
63 |
msgid "Contactform7.com"
|
64 |
msgstr "Contactform7.com"
|
65 |
|
66 |
-
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:
|
67 |
msgid "http://contactform7.com/docs/"
|
68 |
msgstr "http://contactform7.com/docs/"
|
69 |
|
70 |
-
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:
|
71 |
msgid "Docs"
|
72 |
msgstr "Dokumenter"
|
73 |
|
74 |
-
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:
|
75 |
msgid "http://contactform7.com/faq/"
|
76 |
msgstr "http://contactform7.com/faq/"
|
77 |
|
78 |
-
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:
|
79 |
msgid "FAQ"
|
80 |
msgstr "FAQ"
|
81 |
|
82 |
-
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:
|
83 |
msgid "http://contactform7.com/support/"
|
84 |
msgstr "http://contactform7.com/support/"
|
85 |
|
86 |
-
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:
|
87 |
msgid "Support"
|
88 |
msgstr "Support"
|
89 |
|
90 |
-
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:
|
91 |
msgid "Contact form created."
|
92 |
msgstr "Kontaktformular oprettet."
|
93 |
|
94 |
-
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:
|
95 |
msgid "Contact form saved."
|
96 |
msgstr "Kontaktformular gemt."
|
97 |
|
98 |
-
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:
|
99 |
msgid "Contact form deleted."
|
100 |
msgstr "Kontaktformular slettet."
|
101 |
|
102 |
-
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:
|
103 |
msgid "Database table created."
|
104 |
msgstr "Databasetabel oprettet."
|
105 |
|
106 |
-
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:
|
107 |
msgid "Failed to create database table."
|
108 |
msgstr "Oprettelse af databasetabel mislykkedes."
|
109 |
|
110 |
-
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:
|
111 |
msgid "Contact Form 7 needs your support. Please donate today."
|
112 |
msgstr "Kontaktformular 7 behøver din støtte. Send en gave i dag."
|
113 |
|
114 |
-
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:
|
115 |
-
msgid "Is this plugin useful for you? If you like it, please help the developer."
|
116 |
-
msgstr "Kan du bruge dette plugin? Hvis du kan lide det, så hjælp udvikleren."
|
117 |
-
|
118 |
-
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:400
|
119 |
msgid "Your contribution is needed for making this plugin better."
|
120 |
msgstr "Dit bidrag behøves, hvis pluginnet skal blive bedre."
|
121 |
|
122 |
-
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:
|
123 |
-
msgid "
|
124 |
-
msgstr "
|
|
|
|
|
|
|
|
|
125 |
|
126 |
#: d:\wordpress\plugins\contact-form-7/admin/edit.php:9
|
127 |
#, php-format
|
@@ -201,7 +201,7 @@ msgstr "Brug HTML til indholdet"
|
|
201 |
|
202 |
#: d:\wordpress\plugins\contact-form-7/admin/edit.php:172
|
203 |
#: d:\wordpress\plugins\contact-form-7/admin/edit.php:239
|
204 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
205 |
msgid "Message body:"
|
206 |
msgstr "Besked:"
|
207 |
|
@@ -239,7 +239,7 @@ msgstr "Eller"
|
|
239 |
msgid "(select language)"
|
240 |
msgstr "(vælg sprog)"
|
241 |
|
242 |
-
#: d:\wordpress\plugins\contact-form-7/includes/classes.php:
|
243 |
msgid "Untitled"
|
244 |
msgstr "Uden titel"
|
245 |
|
@@ -296,240 +296,248 @@ msgstr "Der er et felt, som afsender skal udfylde"
|
|
296 |
msgid "Please fill the required field."
|
297 |
msgstr "Udfyld venligst de påkrævede felter."
|
298 |
|
299 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
300 |
msgid "Your Name"
|
301 |
msgstr "Dit navn"
|
302 |
|
303 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
304 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
305 |
msgid "(required)"
|
306 |
msgstr "(påkrævet)"
|
307 |
|
308 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
309 |
msgid "Your Email"
|
310 |
msgstr "Din e-mail"
|
311 |
|
312 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
313 |
msgid "Subject"
|
314 |
msgstr "Emne"
|
315 |
|
316 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
317 |
msgid "Your Message"
|
318 |
msgstr "Din besked"
|
319 |
|
320 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
321 |
msgid "Send"
|
322 |
msgstr "Send"
|
323 |
|
324 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
325 |
#, php-format
|
326 |
msgid "From: %s"
|
327 |
msgstr "Fra: %s"
|
328 |
|
329 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
330 |
#, php-format
|
331 |
msgid "Subject: %s"
|
332 |
msgstr "Emne: %s"
|
333 |
|
334 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
335 |
msgid "Message Body:"
|
336 |
msgstr "Besked:"
|
337 |
|
338 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
339 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
340 |
#, php-format
|
341 |
msgid "This mail is sent via contact form on %1$s %2$s"
|
342 |
msgstr "Denne mail er sendt via en kontaktformular på %1$s %2$s"
|
343 |
|
344 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
|
|
|
|
|
|
|
|
345 |
msgid "Albanian"
|
346 |
msgstr "Albansk"
|
347 |
|
348 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
349 |
msgid "Arabic"
|
350 |
msgstr "Arabisk"
|
351 |
|
352 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
353 |
msgid "Bangla"
|
354 |
msgstr "Bangladeshisk"
|
355 |
|
356 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
357 |
msgid "Bosnian"
|
358 |
msgstr "Bosnisk"
|
359 |
|
360 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
361 |
msgid "Brazilian Portuguese"
|
362 |
msgstr "Brasiliansk-portugisisk"
|
363 |
|
364 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
365 |
msgid "Bulgarian"
|
366 |
msgstr "Bulgarsk"
|
367 |
|
368 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
369 |
msgid "Catalan"
|
370 |
msgstr "Katalansk"
|
371 |
|
372 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
373 |
msgid "Chinese (Simplified)"
|
374 |
msgstr "Kinesisk (forsimplet)"
|
375 |
|
376 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
377 |
msgid "Chinese (Traditional)"
|
378 |
msgstr "Kinesisk (traditionel)"
|
379 |
|
380 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
381 |
msgid "Croatian"
|
382 |
msgstr "Kroatisk"
|
383 |
|
384 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
385 |
msgid "Czech"
|
386 |
msgstr "Tjekkisk"
|
387 |
|
388 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
389 |
msgid "Danish"
|
390 |
msgstr "Dansk"
|
391 |
|
392 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
393 |
msgid "Dutch"
|
394 |
msgstr "Nederlandsk"
|
395 |
|
396 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
397 |
msgid "English"
|
398 |
msgstr "Engelsk"
|
399 |
|
400 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
401 |
msgid "Estonian"
|
402 |
msgstr "Estisk"
|
403 |
|
404 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
405 |
msgid "Finnish"
|
406 |
msgstr "Finsk"
|
407 |
|
408 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
409 |
msgid "French"
|
410 |
msgstr "Fransk"
|
411 |
|
412 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
413 |
msgid "Georgian"
|
414 |
msgstr "Georgisk"
|
415 |
|
416 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
417 |
msgid "German"
|
418 |
msgstr "Tysk"
|
419 |
|
420 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
421 |
msgid "Greek"
|
422 |
msgstr "Græsk"
|
423 |
|
424 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
425 |
msgid "Hebrew"
|
426 |
msgstr "Hebraisk"
|
427 |
|
428 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
429 |
msgid "Hindi"
|
430 |
msgstr "Hindu"
|
431 |
|
432 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
433 |
msgid "Hungarian"
|
434 |
msgstr "Ungarsk"
|
435 |
|
436 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
437 |
msgid "Indonesian"
|
438 |
msgstr "Indonesisk"
|
439 |
|
440 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
441 |
msgid "Italian"
|
442 |
msgstr "Italiensk"
|
443 |
|
444 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
445 |
msgid "Japanese"
|
446 |
msgstr "Japansk"
|
447 |
|
448 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
449 |
msgid "Korean"
|
450 |
msgstr "Koreansk"
|
451 |
|
452 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
453 |
msgid "Latvian"
|
454 |
msgstr "Lettisk"
|
455 |
|
456 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
457 |
msgid "Lithuanian"
|
458 |
msgstr "Litauisk"
|
459 |
|
460 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
|
|
|
|
|
|
|
|
461 |
msgid "Norwegian"
|
462 |
msgstr "Norsk"
|
463 |
|
464 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
465 |
msgid "Persian"
|
466 |
msgstr "Persisk (farsi)"
|
467 |
|
468 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
469 |
msgid "Polish"
|
470 |
msgstr "Polsk"
|
471 |
|
472 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
473 |
msgid "Portuguese"
|
474 |
msgstr "Portugisisk"
|
475 |
|
476 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
477 |
msgid "Russian"
|
478 |
msgstr "Russisk"
|
479 |
|
480 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
481 |
msgid "Romanian"
|
482 |
msgstr "Rumænsk"
|
483 |
|
484 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
485 |
msgid "Serbian"
|
486 |
msgstr "Serbisk"
|
487 |
|
488 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
489 |
msgid "Slovak"
|
490 |
msgstr "Slovakisk"
|
491 |
|
492 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
493 |
msgid "Slovene"
|
494 |
msgstr "Slovensk"
|
495 |
|
496 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
497 |
msgid "Spanish"
|
498 |
msgstr "Spansk"
|
499 |
|
500 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
501 |
msgid "Swedish"
|
502 |
msgstr "Svensk"
|
503 |
|
504 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
505 |
msgid "Thai"
|
506 |
msgstr "Thailandsk"
|
507 |
|
508 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
509 |
msgid "Turkish"
|
510 |
msgstr "Tyrkisk"
|
511 |
|
512 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
513 |
msgid "Ukrainian"
|
514 |
msgstr "Ukrainsk"
|
515 |
|
516 |
-
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:
|
517 |
msgid "Vietnamese"
|
518 |
msgstr "Vietnamesisk"
|
519 |
|
520 |
-
#: d:\wordpress\plugins\contact-form-7/modules/acceptance.php:
|
521 |
msgid "Acceptance"
|
522 |
msgstr "Accept"
|
523 |
|
524 |
-
#: d:\wordpress\plugins\contact-form-7/modules/acceptance.php:
|
525 |
#: d:\wordpress\plugins\contact-form-7/modules/captcha.php:206
|
526 |
-
#: d:\wordpress\plugins\contact-form-7/modules/checkbox.php:
|
527 |
#: d:\wordpress\plugins\contact-form-7/modules/file.php:234
|
528 |
msgid "Name"
|
529 |
msgstr "Navn"
|
530 |
|
531 |
-
#: d:\wordpress\plugins\contact-form-7/modules/acceptance.php:
|
532 |
-
#: d:\wordpress\plugins\contact-form-7/modules/acceptance.php:
|
533 |
#: d:\wordpress\plugins\contact-form-7/modules/captcha.php:213
|
534 |
#: d:\wordpress\plugins\contact-form-7/modules/captcha.php:216
|
535 |
#: d:\wordpress\plugins\contact-form-7/modules/captcha.php:221
|
@@ -539,8 +547,8 @@ msgstr "Navn"
|
|
539 |
#: d:\wordpress\plugins\contact-form-7/modules/captcha.php:242
|
540 |
#: d:\wordpress\plugins\contact-form-7/modules/captcha.php:247
|
541 |
#: d:\wordpress\plugins\contact-form-7/modules/captcha.php:250
|
542 |
-
#: d:\wordpress\plugins\contact-form-7/modules/checkbox.php:
|
543 |
-
#: d:\wordpress\plugins\contact-form-7/modules/checkbox.php:
|
544 |
#: d:\wordpress\plugins\contact-form-7/modules/file.php:239
|
545 |
#: d:\wordpress\plugins\contact-form-7/modules/file.php:242
|
546 |
#: d:\wordpress\plugins\contact-form-7/modules/file.php:247
|
@@ -548,22 +556,22 @@ msgstr "Navn"
|
|
548 |
msgid "optional"
|
549 |
msgstr "valgfrit"
|
550 |
|
551 |
-
#: d:\wordpress\plugins\contact-form-7/modules/acceptance.php:
|
552 |
msgid "Make this checkbox checked by default?"
|
553 |
msgstr "Skal afkrydsningsfeltet være markeret som standard?"
|
554 |
|
555 |
# tjekkes
|
556 |
-
#: d:\wordpress\plugins\contact-form-7/modules/acceptance.php:
|
557 |
msgid "Make this checkbox work inversely?"
|
558 |
msgstr "Skal afkrydsningsfeltet virke omvendt?"
|
559 |
|
560 |
-
#: d:\wordpress\plugins\contact-form-7/modules/acceptance.php:
|
561 |
msgid "* That means visitor who accepts the term unchecks it."
|
562 |
msgstr "* Det betyder, at en besøgende, som accepterer betingelserne, afmarkerer det."
|
563 |
|
564 |
-
#: d:\wordpress\plugins\contact-form-7/modules/acceptance.php:
|
565 |
#: d:\wordpress\plugins\contact-form-7/modules/captcha.php:255
|
566 |
-
#: d:\wordpress\plugins\contact-form-7/modules/checkbox.php:
|
567 |
#: d:\wordpress\plugins\contact-form-7/modules/file.php:255
|
568 |
msgid "Copy this code and paste it into the form left."
|
569 |
msgstr "Kopier og indsæt denne kode i formularen til venstre"
|
@@ -637,40 +645,40 @@ msgstr "Denne kontaktformular indeholder CAPTCHA-felter, men den midlertidige ma
|
|
637 |
msgid "This contact form contains CAPTCHA fields, but the necessary libraries (GD and FreeType) are not available on your server."
|
638 |
msgstr "Denne kontaktformular indeholder CAPTCHA-felter, men de nødvendige biblioteker (GD og FreeType) er ikke tilgængelige på din server."
|
639 |
|
640 |
-
#: d:\wordpress\plugins\contact-form-7/modules/checkbox.php:
|
641 |
msgid "Checkboxes"
|
642 |
msgstr "Afkrydsningsfelt"
|
643 |
|
644 |
-
#: d:\wordpress\plugins\contact-form-7/modules/checkbox.php:
|
645 |
msgid "Radio buttons"
|
646 |
msgstr "Radioknapper"
|
647 |
|
648 |
-
#: d:\wordpress\plugins\contact-form-7/modules/checkbox.php:
|
649 |
#: d:\wordpress\plugins\contact-form-7/modules/file.php:233
|
650 |
msgid "Required field?"
|
651 |
msgstr "Påkrævet felt?"
|
652 |
|
653 |
-
#: d:\wordpress\plugins\contact-form-7/modules/checkbox.php:
|
654 |
msgid "Choices"
|
655 |
msgstr "Valg"
|
656 |
|
657 |
-
#: d:\wordpress\plugins\contact-form-7/modules/checkbox.php:
|
658 |
msgid "* One choice per line."
|
659 |
msgstr "* Et valg per linje."
|
660 |
|
661 |
-
#: d:\wordpress\plugins\contact-form-7/modules/checkbox.php:
|
662 |
msgid "Put a label first, a checkbox last?"
|
663 |
msgstr "Vil du have etiketten forrest og afkrydsningsfeltet sidst?"
|
664 |
|
665 |
-
#: d:\wordpress\plugins\contact-form-7/modules/checkbox.php:
|
666 |
msgid "Wrap each item with <label> tag?"
|
667 |
msgstr "Sæt <label>-tag uden om hver?"
|
668 |
|
669 |
-
#: d:\wordpress\plugins\contact-form-7/modules/checkbox.php:
|
670 |
msgid "Make checkboxes exclusive?"
|
671 |
msgstr "Skal afkrydsningsfelter være eksklusive? (altså så der kun kan vælges én?)"
|
672 |
|
673 |
-
#: d:\wordpress\plugins\contact-form-7/modules/checkbox.php:
|
674 |
msgid "And, put this code into the Mail fields below."
|
675 |
msgstr "Og indsæt denne kode i Mail-felterne nedenfor."
|
676 |
|
@@ -808,6 +816,15 @@ msgstr "Standardværdi"
|
|
808 |
msgid "Text area"
|
809 |
msgstr "Tekstboks"
|
810 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
811 |
#~ msgid "This mail is created by Contact Form 7 plugin for WordPress."
|
812 |
#~ msgstr "Denne mail er genereret af pluginnet Contact Form 7 for WordPress."
|
813 |
#~ msgid "(You need WordPress 2.7 or greater to use this feature)"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Contact Form 7 version 2.1.2\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-02-27 14:46+0100\n"
|
6 |
+
"PO-Revision-Date: 2010-02-27 14:48+0100\n"
|
7 |
"Last-Translator: Team Blogos <wordpress@blogos.dk>\n"
|
8 |
"Language-Team: Team Blogos <wordpress@blogos.dk>\n"
|
9 |
"MIME-Version: 1.0\n"
|
17 |
"Plural-Forms: nplurals=2;plural=n != 1;\n"
|
18 |
"X-Poedit-SearchPath-0: d:\\wordpress\\plugins\\contact-form-7\n"
|
19 |
|
20 |
+
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:120
|
21 |
#: d:\wordpress\plugins\contact-form-7/admin/edit.php:17
|
22 |
#: d:\wordpress\plugins\contact-form-7/admin/edit.php:30
|
23 |
msgid "Contact Form 7"
|
24 |
msgstr "Kontaktformular 7"
|
25 |
|
26 |
+
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:120
|
27 |
msgid "Contact"
|
28 |
msgstr "Kontakt"
|
29 |
|
30 |
+
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:123
|
31 |
msgid "Edit Contact Forms"
|
32 |
msgstr "Redigér Kontaktformular 7"
|
33 |
|
34 |
+
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:123
|
35 |
msgid "Edit"
|
36 |
msgstr "Redigér"
|
37 |
|
38 |
+
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:162
|
39 |
msgid "Generate Tag"
|
40 |
msgstr "Lav mærke"
|
41 |
|
42 |
+
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:163
|
43 |
msgid "Show"
|
44 |
msgstr "Vis"
|
45 |
|
46 |
+
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:164
|
47 |
msgid "Hide"
|
48 |
msgstr "Skjul"
|
49 |
|
50 |
+
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:265
|
51 |
msgid "Contact form"
|
52 |
msgstr "Kontaktformular"
|
53 |
|
54 |
+
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:284
|
55 |
msgid "Settings"
|
56 |
msgstr "Indstillinger"
|
57 |
|
58 |
+
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:295
|
59 |
msgid "http://contactform7.com/"
|
60 |
msgstr "http://contactform7.com/"
|
61 |
|
62 |
+
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:296
|
63 |
msgid "Contactform7.com"
|
64 |
msgstr "Contactform7.com"
|
65 |
|
66 |
+
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:297
|
67 |
msgid "http://contactform7.com/docs/"
|
68 |
msgstr "http://contactform7.com/docs/"
|
69 |
|
70 |
+
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:298
|
71 |
msgid "Docs"
|
72 |
msgstr "Dokumenter"
|
73 |
|
74 |
+
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:299
|
75 |
msgid "http://contactform7.com/faq/"
|
76 |
msgstr "http://contactform7.com/faq/"
|
77 |
|
78 |
+
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:300
|
79 |
msgid "FAQ"
|
80 |
msgstr "FAQ"
|
81 |
|
82 |
+
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:301
|
83 |
msgid "http://contactform7.com/support/"
|
84 |
msgstr "http://contactform7.com/support/"
|
85 |
|
86 |
+
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:302
|
87 |
msgid "Support"
|
88 |
msgstr "Support"
|
89 |
|
90 |
+
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:316
|
91 |
msgid "Contact form created."
|
92 |
msgstr "Kontaktformular oprettet."
|
93 |
|
94 |
+
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:319
|
95 |
msgid "Contact form saved."
|
96 |
msgstr "Kontaktformular gemt."
|
97 |
|
98 |
+
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:322
|
99 |
msgid "Contact form deleted."
|
100 |
msgstr "Kontaktformular slettet."
|
101 |
|
102 |
+
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:325
|
103 |
msgid "Database table created."
|
104 |
msgstr "Databasetabel oprettet."
|
105 |
|
106 |
+
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:328
|
107 |
msgid "Failed to create database table."
|
108 |
msgstr "Oprettelse af databasetabel mislykkedes."
|
109 |
|
110 |
+
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:361
|
111 |
msgid "Contact Form 7 needs your support. Please donate today."
|
112 |
msgstr "Kontaktformular 7 behøver din støtte. Send en gave i dag."
|
113 |
|
114 |
+
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:362
|
|
|
|
|
|
|
|
|
115 |
msgid "Your contribution is needed for making this plugin better."
|
116 |
msgstr "Dit bidrag behøves, hvis pluginnet skal blive bedre."
|
117 |
|
118 |
+
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:368
|
119 |
+
msgid "http://contactform7.com/donate/"
|
120 |
+
msgstr "http://contactform7.com/donate/"
|
121 |
+
|
122 |
+
#: d:\wordpress\plugins\contact-form-7/admin/admin.php:368
|
123 |
+
msgid "Donate"
|
124 |
+
msgstr "Donér"
|
125 |
|
126 |
#: d:\wordpress\plugins\contact-form-7/admin/edit.php:9
|
127 |
#, php-format
|
201 |
|
202 |
#: d:\wordpress\plugins\contact-form-7/admin/edit.php:172
|
203 |
#: d:\wordpress\plugins\contact-form-7/admin/edit.php:239
|
204 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:78
|
205 |
msgid "Message body:"
|
206 |
msgstr "Besked:"
|
207 |
|
239 |
msgid "(select language)"
|
240 |
msgstr "(vælg sprog)"
|
241 |
|
242 |
+
#: d:\wordpress\plugins\contact-form-7/includes/classes.php:569
|
243 |
msgid "Untitled"
|
244 |
msgstr "Uden titel"
|
245 |
|
296 |
msgid "Please fill the required field."
|
297 |
msgstr "Udfyld venligst de påkrævede felter."
|
298 |
|
299 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:46
|
300 |
msgid "Your Name"
|
301 |
msgstr "Dit navn"
|
302 |
|
303 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:46
|
304 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:48
|
305 |
msgid "(required)"
|
306 |
msgstr "(påkrævet)"
|
307 |
|
308 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:48
|
309 |
msgid "Your Email"
|
310 |
msgstr "Din e-mail"
|
311 |
|
312 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:50
|
313 |
msgid "Subject"
|
314 |
msgstr "Emne"
|
315 |
|
316 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:52
|
317 |
msgid "Your Message"
|
318 |
msgstr "Din besked"
|
319 |
|
320 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:54
|
321 |
msgid "Send"
|
322 |
msgstr "Send"
|
323 |
|
324 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:62
|
325 |
#, php-format
|
326 |
msgid "From: %s"
|
327 |
msgstr "Fra: %s"
|
328 |
|
329 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:63
|
330 |
#, php-format
|
331 |
msgid "Subject: %s"
|
332 |
msgstr "Emne: %s"
|
333 |
|
334 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:64
|
335 |
msgid "Message Body:"
|
336 |
msgstr "Besked:"
|
337 |
|
338 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:65
|
339 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:79
|
340 |
#, php-format
|
341 |
msgid "This mail is sent via contact form on %1$s %2$s"
|
342 |
msgstr "Denne mail er sendt via en kontaktformular på %1$s %2$s"
|
343 |
|
344 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:168
|
345 |
+
msgid "Afrikaans"
|
346 |
+
msgstr "Afrikaans"
|
347 |
+
|
348 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:169
|
349 |
msgid "Albanian"
|
350 |
msgstr "Albansk"
|
351 |
|
352 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:170
|
353 |
msgid "Arabic"
|
354 |
msgstr "Arabisk"
|
355 |
|
356 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:171
|
357 |
msgid "Bangla"
|
358 |
msgstr "Bangladeshisk"
|
359 |
|
360 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:172
|
361 |
msgid "Bosnian"
|
362 |
msgstr "Bosnisk"
|
363 |
|
364 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:173
|
365 |
msgid "Brazilian Portuguese"
|
366 |
msgstr "Brasiliansk-portugisisk"
|
367 |
|
368 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:174
|
369 |
msgid "Bulgarian"
|
370 |
msgstr "Bulgarsk"
|
371 |
|
372 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:175
|
373 |
msgid "Catalan"
|
374 |
msgstr "Katalansk"
|
375 |
|
376 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:176
|
377 |
msgid "Chinese (Simplified)"
|
378 |
msgstr "Kinesisk (forsimplet)"
|
379 |
|
380 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:177
|
381 |
msgid "Chinese (Traditional)"
|
382 |
msgstr "Kinesisk (traditionel)"
|
383 |
|
384 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:178
|
385 |
msgid "Croatian"
|
386 |
msgstr "Kroatisk"
|
387 |
|
388 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:179
|
389 |
msgid "Czech"
|
390 |
msgstr "Tjekkisk"
|
391 |
|
392 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:180
|
393 |
msgid "Danish"
|
394 |
msgstr "Dansk"
|
395 |
|
396 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:181
|
397 |
msgid "Dutch"
|
398 |
msgstr "Nederlandsk"
|
399 |
|
400 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:182
|
401 |
msgid "English"
|
402 |
msgstr "Engelsk"
|
403 |
|
404 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:183
|
405 |
msgid "Estonian"
|
406 |
msgstr "Estisk"
|
407 |
|
408 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:184
|
409 |
msgid "Finnish"
|
410 |
msgstr "Finsk"
|
411 |
|
412 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:185
|
413 |
msgid "French"
|
414 |
msgstr "Fransk"
|
415 |
|
416 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:186
|
417 |
msgid "Georgian"
|
418 |
msgstr "Georgisk"
|
419 |
|
420 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:187
|
421 |
msgid "German"
|
422 |
msgstr "Tysk"
|
423 |
|
424 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:188
|
425 |
msgid "Greek"
|
426 |
msgstr "Græsk"
|
427 |
|
428 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:189
|
429 |
msgid "Hebrew"
|
430 |
msgstr "Hebraisk"
|
431 |
|
432 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:190
|
433 |
msgid "Hindi"
|
434 |
msgstr "Hindu"
|
435 |
|
436 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:191
|
437 |
msgid "Hungarian"
|
438 |
msgstr "Ungarsk"
|
439 |
|
440 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:192
|
441 |
msgid "Indonesian"
|
442 |
msgstr "Indonesisk"
|
443 |
|
444 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:193
|
445 |
msgid "Italian"
|
446 |
msgstr "Italiensk"
|
447 |
|
448 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:194
|
449 |
msgid "Japanese"
|
450 |
msgstr "Japansk"
|
451 |
|
452 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:195
|
453 |
msgid "Korean"
|
454 |
msgstr "Koreansk"
|
455 |
|
456 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:196
|
457 |
msgid "Latvian"
|
458 |
msgstr "Lettisk"
|
459 |
|
460 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:197
|
461 |
msgid "Lithuanian"
|
462 |
msgstr "Litauisk"
|
463 |
|
464 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:198
|
465 |
+
msgid "Malayalam"
|
466 |
+
msgstr "Malayalam"
|
467 |
+
|
468 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:199
|
469 |
msgid "Norwegian"
|
470 |
msgstr "Norsk"
|
471 |
|
472 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:200
|
473 |
msgid "Persian"
|
474 |
msgstr "Persisk (farsi)"
|
475 |
|
476 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:201
|
477 |
msgid "Polish"
|
478 |
msgstr "Polsk"
|
479 |
|
480 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:202
|
481 |
msgid "Portuguese"
|
482 |
msgstr "Portugisisk"
|
483 |
|
484 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:203
|
485 |
msgid "Russian"
|
486 |
msgstr "Russisk"
|
487 |
|
488 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:204
|
489 |
msgid "Romanian"
|
490 |
msgstr "Rumænsk"
|
491 |
|
492 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:205
|
493 |
msgid "Serbian"
|
494 |
msgstr "Serbisk"
|
495 |
|
496 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:206
|
497 |
msgid "Slovak"
|
498 |
msgstr "Slovakisk"
|
499 |
|
500 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:207
|
501 |
msgid "Slovene"
|
502 |
msgstr "Slovensk"
|
503 |
|
504 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:208
|
505 |
msgid "Spanish"
|
506 |
msgstr "Spansk"
|
507 |
|
508 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:209
|
509 |
msgid "Swedish"
|
510 |
msgstr "Svensk"
|
511 |
|
512 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:210
|
513 |
msgid "Thai"
|
514 |
msgstr "Thailandsk"
|
515 |
|
516 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:211
|
517 |
msgid "Turkish"
|
518 |
msgstr "Tyrkisk"
|
519 |
|
520 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:212
|
521 |
msgid "Ukrainian"
|
522 |
msgstr "Ukrainsk"
|
523 |
|
524 |
+
#: d:\wordpress\plugins\contact-form-7/includes/functions.php:213
|
525 |
msgid "Vietnamese"
|
526 |
msgstr "Vietnamesisk"
|
527 |
|
528 |
+
#: d:\wordpress\plugins\contact-form-7/modules/acceptance.php:96
|
529 |
msgid "Acceptance"
|
530 |
msgstr "Accept"
|
531 |
|
532 |
+
#: d:\wordpress\plugins\contact-form-7/modules/acceptance.php:105
|
533 |
#: d:\wordpress\plugins\contact-form-7/modules/captcha.php:206
|
534 |
+
#: d:\wordpress\plugins\contact-form-7/modules/checkbox.php:198
|
535 |
#: d:\wordpress\plugins\contact-form-7/modules/file.php:234
|
536 |
msgid "Name"
|
537 |
msgstr "Navn"
|
538 |
|
539 |
+
#: d:\wordpress\plugins\contact-form-7/modules/acceptance.php:110
|
540 |
+
#: d:\wordpress\plugins\contact-form-7/modules/acceptance.php:113
|
541 |
#: d:\wordpress\plugins\contact-form-7/modules/captcha.php:213
|
542 |
#: d:\wordpress\plugins\contact-form-7/modules/captcha.php:216
|
543 |
#: d:\wordpress\plugins\contact-form-7/modules/captcha.php:221
|
547 |
#: d:\wordpress\plugins\contact-form-7/modules/captcha.php:242
|
548 |
#: d:\wordpress\plugins\contact-form-7/modules/captcha.php:247
|
549 |
#: d:\wordpress\plugins\contact-form-7/modules/captcha.php:250
|
550 |
+
#: d:\wordpress\plugins\contact-form-7/modules/checkbox.php:203
|
551 |
+
#: d:\wordpress\plugins\contact-form-7/modules/checkbox.php:206
|
552 |
#: d:\wordpress\plugins\contact-form-7/modules/file.php:239
|
553 |
#: d:\wordpress\plugins\contact-form-7/modules/file.php:242
|
554 |
#: d:\wordpress\plugins\contact-form-7/modules/file.php:247
|
556 |
msgid "optional"
|
557 |
msgstr "valgfrit"
|
558 |
|
559 |
+
#: d:\wordpress\plugins\contact-form-7/modules/acceptance.php:119
|
560 |
msgid "Make this checkbox checked by default?"
|
561 |
msgstr "Skal afkrydsningsfeltet være markeret som standard?"
|
562 |
|
563 |
# tjekkes
|
564 |
+
#: d:\wordpress\plugins\contact-form-7/modules/acceptance.php:120
|
565 |
msgid "Make this checkbox work inversely?"
|
566 |
msgstr "Skal afkrydsningsfeltet virke omvendt?"
|
567 |
|
568 |
+
#: d:\wordpress\plugins\contact-form-7/modules/acceptance.php:121
|
569 |
msgid "* That means visitor who accepts the term unchecks it."
|
570 |
msgstr "* Det betyder, at en besøgende, som accepterer betingelserne, afmarkerer det."
|
571 |
|
572 |
+
#: d:\wordpress\plugins\contact-form-7/modules/acceptance.php:126
|
573 |
#: d:\wordpress\plugins\contact-form-7/modules/captcha.php:255
|
574 |
+
#: d:\wordpress\plugins\contact-form-7/modules/checkbox.php:226
|
575 |
#: d:\wordpress\plugins\contact-form-7/modules/file.php:255
|
576 |
msgid "Copy this code and paste it into the form left."
|
577 |
msgstr "Kopier og indsæt denne kode i formularen til venstre"
|
645 |
msgid "This contact form contains CAPTCHA fields, but the necessary libraries (GD and FreeType) are not available on your server."
|
646 |
msgstr "Denne kontaktformular indeholder CAPTCHA-felter, men de nødvendige biblioteker (GD og FreeType) er ikke tilgængelige på din server."
|
647 |
|
648 |
+
#: d:\wordpress\plugins\contact-form-7/modules/checkbox.php:171
|
649 |
msgid "Checkboxes"
|
650 |
msgstr "Afkrydsningsfelt"
|
651 |
|
652 |
+
#: d:\wordpress\plugins\contact-form-7/modules/checkbox.php:174
|
653 |
msgid "Radio buttons"
|
654 |
msgstr "Radioknapper"
|
655 |
|
656 |
+
#: d:\wordpress\plugins\contact-form-7/modules/checkbox.php:195
|
657 |
#: d:\wordpress\plugins\contact-form-7/modules/file.php:233
|
658 |
msgid "Required field?"
|
659 |
msgstr "Påkrævet felt?"
|
660 |
|
661 |
+
#: d:\wordpress\plugins\contact-form-7/modules/checkbox.php:211
|
662 |
msgid "Choices"
|
663 |
msgstr "Valg"
|
664 |
|
665 |
+
#: d:\wordpress\plugins\contact-form-7/modules/checkbox.php:213
|
666 |
msgid "* One choice per line."
|
667 |
msgstr "* Et valg per linje."
|
668 |
|
669 |
+
#: d:\wordpress\plugins\contact-form-7/modules/checkbox.php:217
|
670 |
msgid "Put a label first, a checkbox last?"
|
671 |
msgstr "Vil du have etiketten forrest og afkrydsningsfeltet sidst?"
|
672 |
|
673 |
+
#: d:\wordpress\plugins\contact-form-7/modules/checkbox.php:218
|
674 |
msgid "Wrap each item with <label> tag?"
|
675 |
msgstr "Sæt <label>-tag uden om hver?"
|
676 |
|
677 |
+
#: d:\wordpress\plugins\contact-form-7/modules/checkbox.php:220
|
678 |
msgid "Make checkboxes exclusive?"
|
679 |
msgstr "Skal afkrydsningsfelter være eksklusive? (altså så der kun kan vælges én?)"
|
680 |
|
681 |
+
#: d:\wordpress\plugins\contact-form-7/modules/checkbox.php:228
|
682 |
msgid "And, put this code into the Mail fields below."
|
683 |
msgstr "Og indsæt denne kode i Mail-felterne nedenfor."
|
684 |
|
816 |
msgid "Text area"
|
817 |
msgstr "Tekstboks"
|
818 |
|
819 |
+
#~ msgid ""
|
820 |
+
#~ "Is this plugin useful for you? If you like it, please help the developer."
|
821 |
+
#~ msgstr ""
|
822 |
+
#~ "Kan du bruge dette plugin? Hvis du kan lide det, så hjælp udvikleren."
|
823 |
+
#~ msgid ""
|
824 |
+
#~ "Developing a plugin and providing user support is really hard work. "
|
825 |
+
#~ "Please help."
|
826 |
+
#~ msgstr ""
|
827 |
+
#~ "Udvikling af plugins og brugersupport er faktisk hårdt arbejde. Støt det!"
|
828 |
#~ msgid "This mail is created by Contact Form 7 plugin for WordPress."
|
829 |
#~ msgstr "Denne mail er genereret af pluginnet Contact Form 7 for WordPress."
|
830 |
#~ msgid "(You need WordPress 2.7 or greater to use this feature)"
|
languages/wpcf7-de_DE.mo
CHANGED
Binary file
|
languages/wpcf7-de_DE.po
CHANGED
@@ -1,123 +1,127 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: Contact Form | V2.1.
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2010-
|
6 |
-
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Ivan Graf <contact@bildergallery.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 |
"X-Poedit-Language: German\n"
|
13 |
"X-Poedit-Country: SWITZERLAND\n"
|
14 |
-
"X-Poedit-
|
15 |
|
16 |
-
#: contact-form-7/admin/admin.php:
|
17 |
#: contact-form-7/admin/edit.php:17
|
18 |
#: contact-form-7/admin/edit.php:30
|
19 |
msgid "Contact Form 7"
|
20 |
msgstr "Contact Form 7"
|
21 |
|
22 |
-
#: contact-form-7/admin/admin.php:
|
23 |
msgid "Contact"
|
24 |
msgstr "Formular"
|
25 |
|
26 |
-
#: contact-form-7/admin/admin.php:
|
27 |
msgid "Edit Contact Forms"
|
28 |
msgstr "Bearbeite Contact Forms"
|
29 |
|
30 |
-
#: contact-form-7/admin/admin.php:
|
31 |
msgid "Edit"
|
32 |
msgstr "Bearbeiten"
|
33 |
|
34 |
-
#: contact-form-7/admin/admin.php:
|
35 |
msgid "Generate Tag"
|
36 |
msgstr "Generiere Tag"
|
37 |
|
38 |
-
#: contact-form-7/admin/admin.php:
|
39 |
msgid "Show"
|
40 |
msgstr "Anzeigen"
|
41 |
|
42 |
-
#: contact-form-7/admin/admin.php:
|
43 |
msgid "Hide"
|
44 |
msgstr "Verstecken"
|
45 |
|
46 |
-
#: contact-form-7/admin/admin.php:
|
47 |
msgid "Contact form"
|
48 |
msgstr "Kontaktformular"
|
49 |
|
50 |
-
#: contact-form-7/admin/admin.php:
|
51 |
msgid "Settings"
|
52 |
msgstr "Einstellungen"
|
53 |
|
54 |
-
#: contact-form-7/admin/admin.php:
|
55 |
msgid "http://contactform7.com/"
|
56 |
msgstr "http://contactform7.com/"
|
57 |
|
58 |
-
#: contact-form-7/admin/admin.php:
|
59 |
msgid "Contactform7.com"
|
60 |
msgstr "Contactform7.com"
|
61 |
|
62 |
-
#: contact-form-7/admin/admin.php:
|
63 |
msgid "http://contactform7.com/docs/"
|
64 |
msgstr "http://contactform7.com/docs/"
|
65 |
|
66 |
-
#: contact-form-7/admin/admin.php:
|
67 |
msgid "Docs"
|
68 |
msgstr "Dokumente"
|
69 |
|
70 |
-
#: contact-form-7/admin/admin.php:
|
71 |
msgid "http://contactform7.com/faq/"
|
72 |
msgstr "http://contactform7.com/faq/"
|
73 |
|
74 |
-
#: contact-form-7/admin/admin.php:
|
75 |
msgid "FAQ"
|
76 |
msgstr "Faq"
|
77 |
|
78 |
-
#: contact-form-7/admin/admin.php:
|
79 |
msgid "http://contactform7.com/support/"
|
80 |
msgstr "http://contactform7.com/support/"
|
81 |
|
82 |
-
#: contact-form-7/admin/admin.php:
|
83 |
msgid "Support"
|
84 |
msgstr "Support"
|
85 |
|
86 |
-
#: contact-form-7/admin/admin.php:
|
87 |
msgid "Contact form created."
|
88 |
-
msgstr "Kontaktformular erstellt"
|
89 |
|
90 |
-
#: contact-form-7/admin/admin.php:
|
91 |
msgid "Contact form saved."
|
92 |
-
msgstr "Kontaktformular gespeichert"
|
93 |
|
94 |
-
#: contact-form-7/admin/admin.php:
|
95 |
msgid "Contact form deleted."
|
96 |
-
msgstr "Kontaktformular gelöscht"
|
97 |
|
98 |
-
#: contact-form-7/admin/admin.php:
|
99 |
msgid "Database table created."
|
100 |
msgstr "Datenbanktabelle erstellt."
|
101 |
|
102 |
-
#: contact-form-7/admin/admin.php:
|
103 |
msgid "Failed to create database table."
|
104 |
msgstr "Fehler beim Erstellen einer Datenbanktabelle."
|
105 |
|
106 |
-
#: contact-form-7/admin/admin.php:
|
107 |
msgid "Contact Form 7 needs your support. Please donate today."
|
108 |
msgstr "Contact Form 7 braucht Ihre Unterstützung. Bitte spenden Sie noch heute."
|
109 |
|
110 |
-
#: contact-form-7/admin/admin.php:
|
111 |
-
msgid "Is this plugin useful for you? If you like it, please help the developer."
|
112 |
-
msgstr "Ist dieses Plugin nützlich für Sie? Wenn es Ihnen gefällt, helfen Sie dem Entwickler."
|
113 |
-
|
114 |
-
#: contact-form-7/admin/admin.php:352
|
115 |
msgid "Your contribution is needed for making this plugin better."
|
116 |
msgstr "Ihr Beitrag ist für die Herstellung dieses Plugin sehr nützlich."
|
117 |
|
118 |
-
#: contact-form-7/admin/admin.php:
|
119 |
-
msgid "
|
120 |
-
msgstr "
|
|
|
|
|
|
|
|
|
121 |
|
122 |
#: contact-form-7/admin/edit.php:9
|
123 |
#, php-format
|
@@ -197,7 +201,7 @@ msgstr "HTML-Content-Typ verwenden"
|
|
197 |
|
198 |
#: contact-form-7/admin/edit.php:172
|
199 |
#: contact-form-7/admin/edit.php:239
|
200 |
-
#: contact-form-7/includes/functions.php:
|
201 |
msgid "Message body:"
|
202 |
msgstr "Nachrichtentext:"
|
203 |
|
@@ -235,7 +239,7 @@ msgstr "oder"
|
|
235 |
msgid "(select language)"
|
236 |
msgstr "(wähle Sprache)"
|
237 |
|
238 |
-
#: contact-form-7/includes/classes.php:
|
239 |
msgid "Untitled"
|
240 |
msgstr "Ohne Titel"
|
241 |
|
@@ -292,244 +296,248 @@ msgstr "Dieses Feld muss ausgefüllt werden!"
|
|
292 |
msgid "Please fill the required field."
|
293 |
msgstr "Bitte füllen Sie dieses Pflichtfeld aus!"
|
294 |
|
295 |
-
#: contact-form-7/includes/functions.php:
|
296 |
msgid "Your Name"
|
297 |
msgstr "Ihre Name"
|
298 |
|
299 |
-
#: contact-form-7/includes/functions.php:
|
300 |
-
#: contact-form-7/includes/functions.php:
|
301 |
msgid "(required)"
|
302 |
msgstr "(Pflichtfeld)"
|
303 |
|
304 |
-
#: contact-form-7/includes/functions.php:
|
305 |
msgid "Your Email"
|
306 |
msgstr "Ihre Email"
|
307 |
|
308 |
-
#: contact-form-7/includes/functions.php:
|
309 |
msgid "Subject"
|
310 |
msgstr "Betreff"
|
311 |
|
312 |
-
#: contact-form-7/includes/functions.php:
|
313 |
msgid "Your Message"
|
314 |
msgstr "Ihre Nachricht"
|
315 |
|
316 |
-
#: contact-form-7/includes/functions.php:
|
317 |
msgid "Send"
|
318 |
msgstr "Senden"
|
319 |
|
320 |
-
#: contact-form-7/includes/functions.php:
|
321 |
#, php-format
|
322 |
msgid "From: %s"
|
323 |
msgstr "Von: %s"
|
324 |
|
325 |
-
#: contact-form-7/includes/functions.php:
|
326 |
#, php-format
|
327 |
msgid "Subject: %s"
|
328 |
msgstr "Betreff: %s"
|
329 |
|
330 |
-
#: contact-form-7/includes/functions.php:
|
331 |
msgid "Message Body:"
|
332 |
msgstr "Nachrichtentext:"
|
333 |
|
334 |
-
#: contact-form-7/includes/functions.php:
|
335 |
-
#: contact-form-7/includes/functions.php:
|
336 |
#, php-format
|
337 |
msgid "This mail is sent via contact form on %1$s %2$s"
|
338 |
msgstr "Dieses Mail wurde über das Kontaktformular von %1$s (%2$s) gesendet"
|
339 |
|
340 |
-
#: contact-form-7/includes/functions.php:
|
341 |
msgid "Afrikaans"
|
342 |
msgstr "Afrikanisch"
|
343 |
|
344 |
-
#: contact-form-7/includes/functions.php:
|
345 |
msgid "Albanian"
|
346 |
msgstr "Albanisch"
|
347 |
|
348 |
-
#: contact-form-7/includes/functions.php:
|
349 |
msgid "Arabic"
|
350 |
msgstr "Arabisch"
|
351 |
|
352 |
-
#: contact-form-7/includes/functions.php:
|
353 |
msgid "Bangla"
|
354 |
msgstr "Bengalisch"
|
355 |
|
356 |
-
#: contact-form-7/includes/functions.php:
|
357 |
msgid "Bosnian"
|
358 |
msgstr "Bosnisch"
|
359 |
|
360 |
-
#: contact-form-7/includes/functions.php:
|
361 |
msgid "Brazilian Portuguese"
|
362 |
msgstr "Brasilianisch Portugiesisch"
|
363 |
|
364 |
-
#: contact-form-7/includes/functions.php:
|
365 |
msgid "Bulgarian"
|
366 |
msgstr "Bulgarisch"
|
367 |
|
368 |
-
#: contact-form-7/includes/functions.php:
|
369 |
msgid "Catalan"
|
370 |
msgstr "Katalanisch"
|
371 |
|
372 |
-
#: contact-form-7/includes/functions.php:
|
373 |
msgid "Chinese (Simplified)"
|
374 |
msgstr "Chinesisch (Vereinfacht)"
|
375 |
|
376 |
-
#: contact-form-7/includes/functions.php:
|
377 |
msgid "Chinese (Traditional)"
|
378 |
msgstr "Chinesisch (Traditionell)"
|
379 |
|
380 |
-
#: contact-form-7/includes/functions.php:
|
381 |
msgid "Croatian"
|
382 |
msgstr "Kroatisch"
|
383 |
|
384 |
-
#: contact-form-7/includes/functions.php:
|
385 |
msgid "Czech"
|
386 |
msgstr "Tschechisch"
|
387 |
|
388 |
-
#: contact-form-7/includes/functions.php:
|
389 |
msgid "Danish"
|
390 |
msgstr "Dänisch"
|
391 |
|
392 |
-
#: contact-form-7/includes/functions.php:
|
393 |
msgid "Dutch"
|
394 |
msgstr "Holländisch"
|
395 |
|
396 |
-
#: contact-form-7/includes/functions.php:
|
397 |
msgid "English"
|
398 |
msgstr "Englisch"
|
399 |
|
400 |
-
#: contact-form-7/includes/functions.php:
|
401 |
msgid "Estonian"
|
402 |
msgstr "Estonian"
|
403 |
|
404 |
-
#: contact-form-7/includes/functions.php:
|
405 |
msgid "Finnish"
|
406 |
msgstr "Finnisch"
|
407 |
|
408 |
-
#: contact-form-7/includes/functions.php:
|
409 |
msgid "French"
|
410 |
msgstr "Französisch"
|
411 |
|
412 |
-
#: contact-form-7/includes/functions.php:
|
413 |
msgid "Georgian"
|
414 |
msgstr "Georgisch"
|
415 |
|
416 |
-
#: contact-form-7/includes/functions.php:
|
417 |
msgid "German"
|
418 |
msgstr "Deutsch"
|
419 |
|
420 |
-
#: contact-form-7/includes/functions.php:
|
421 |
msgid "Greek"
|
422 |
msgstr "Griechisch"
|
423 |
|
424 |
-
#: contact-form-7/includes/functions.php:
|
425 |
msgid "Hebrew"
|
426 |
msgstr "Hebräisch"
|
427 |
|
428 |
-
#: contact-form-7/includes/functions.php:
|
429 |
msgid "Hindi"
|
430 |
msgstr "Hindisch"
|
431 |
|
432 |
-
#: contact-form-7/includes/functions.php:
|
433 |
msgid "Hungarian"
|
434 |
msgstr "Ungarisch"
|
435 |
|
436 |
-
#: contact-form-7/includes/functions.php:
|
437 |
msgid "Indonesian"
|
438 |
msgstr "Indonesisch"
|
439 |
|
440 |
-
#: contact-form-7/includes/functions.php:
|
441 |
msgid "Italian"
|
442 |
msgstr "Italienisch"
|
443 |
|
444 |
-
#: contact-form-7/includes/functions.php:
|
445 |
msgid "Japanese"
|
446 |
msgstr "Japanisch"
|
447 |
|
448 |
-
#: contact-form-7/includes/functions.php:
|
449 |
msgid "Korean"
|
450 |
msgstr "Koreanisch"
|
451 |
|
452 |
-
#: contact-form-7/includes/functions.php:
|
453 |
msgid "Latvian"
|
454 |
msgstr "Lettisch"
|
455 |
|
456 |
-
#: contact-form-7/includes/functions.php:
|
457 |
msgid "Lithuanian"
|
458 |
msgstr "Litauisch"
|
459 |
|
460 |
-
#: contact-form-7/includes/functions.php:
|
|
|
|
|
|
|
|
|
461 |
msgid "Norwegian"
|
462 |
msgstr "Norwegisch"
|
463 |
|
464 |
-
#: contact-form-7/includes/functions.php:
|
465 |
msgid "Persian"
|
466 |
msgstr "Persisch"
|
467 |
|
468 |
-
#: contact-form-7/includes/functions.php:
|
469 |
msgid "Polish"
|
470 |
msgstr "Polnisch"
|
471 |
|
472 |
-
#: contact-form-7/includes/functions.php:
|
473 |
msgid "Portuguese"
|
474 |
msgstr "Portugiesisch"
|
475 |
|
476 |
-
#: contact-form-7/includes/functions.php:
|
477 |
msgid "Russian"
|
478 |
msgstr "Russisch"
|
479 |
|
480 |
-
#: contact-form-7/includes/functions.php:
|
481 |
msgid "Romanian"
|
482 |
msgstr "Rumänisch"
|
483 |
|
484 |
-
#: contact-form-7/includes/functions.php:
|
485 |
msgid "Serbian"
|
486 |
msgstr "Serbisch"
|
487 |
|
488 |
-
#: contact-form-7/includes/functions.php:
|
489 |
msgid "Slovak"
|
490 |
msgstr "Slowakisch"
|
491 |
|
492 |
-
#: contact-form-7/includes/functions.php:
|
493 |
msgid "Slovene"
|
494 |
msgstr "Slovenisch"
|
495 |
|
496 |
-
#: contact-form-7/includes/functions.php:
|
497 |
msgid "Spanish"
|
498 |
msgstr "Spanisch"
|
499 |
|
500 |
-
#: contact-form-7/includes/functions.php:
|
501 |
msgid "Swedish"
|
502 |
msgstr "Schwedisch"
|
503 |
|
504 |
-
#: contact-form-7/includes/functions.php:
|
505 |
msgid "Thai"
|
506 |
msgstr "Thailändisch"
|
507 |
|
508 |
-
#: contact-form-7/includes/functions.php:
|
509 |
msgid "Turkish"
|
510 |
msgstr "Türkisch"
|
511 |
|
512 |
-
#: contact-form-7/includes/functions.php:
|
513 |
msgid "Ukrainian"
|
514 |
msgstr "Ukrainisch"
|
515 |
|
516 |
-
#: contact-form-7/includes/functions.php:
|
517 |
msgid "Vietnamese"
|
518 |
msgstr "Vietnamesisch"
|
519 |
|
520 |
-
#: contact-form-7/modules/acceptance.php:
|
521 |
msgid "Acceptance"
|
522 |
msgstr "Zustimmung"
|
523 |
|
524 |
-
#: contact-form-7/modules/acceptance.php:
|
525 |
#: contact-form-7/modules/captcha.php:206
|
526 |
-
#: contact-form-7/modules/checkbox.php:
|
527 |
#: contact-form-7/modules/file.php:234
|
528 |
msgid "Name"
|
529 |
msgstr "Name"
|
530 |
|
531 |
-
#: contact-form-7/modules/acceptance.php:
|
532 |
-
#: contact-form-7/modules/acceptance.php:
|
533 |
#: contact-form-7/modules/captcha.php:213
|
534 |
#: contact-form-7/modules/captcha.php:216
|
535 |
#: contact-form-7/modules/captcha.php:221
|
@@ -539,8 +547,8 @@ msgstr "Name"
|
|
539 |
#: contact-form-7/modules/captcha.php:242
|
540 |
#: contact-form-7/modules/captcha.php:247
|
541 |
#: contact-form-7/modules/captcha.php:250
|
542 |
-
#: contact-form-7/modules/checkbox.php:
|
543 |
-
#: contact-form-7/modules/checkbox.php:
|
544 |
#: contact-form-7/modules/file.php:239
|
545 |
#: contact-form-7/modules/file.php:242
|
546 |
#: contact-form-7/modules/file.php:247
|
@@ -548,21 +556,21 @@ msgstr "Name"
|
|
548 |
msgid "optional"
|
549 |
msgstr "optional"
|
550 |
|
551 |
-
#: contact-form-7/modules/acceptance.php:
|
552 |
msgid "Make this checkbox checked by default?"
|
553 |
msgstr "Auswahlbox standardmässig aktivieren?"
|
554 |
|
555 |
-
#: contact-form-7/modules/acceptance.php:
|
556 |
msgid "Make this checkbox work inversely?"
|
557 |
msgstr "Auswahlbox umkehren (Invert)?"
|
558 |
|
559 |
-
#: contact-form-7/modules/acceptance.php:
|
560 |
msgid "* That means visitor who accepts the term unchecks it."
|
561 |
msgstr "* Bedeutet, dass der Besucher die Bedingungen akzeptiert wenn er die Auswahlbox deaktiviert."
|
562 |
|
563 |
-
#: contact-form-7/modules/acceptance.php:
|
564 |
#: contact-form-7/modules/captcha.php:255
|
565 |
-
#: contact-form-7/modules/checkbox.php:
|
566 |
#: contact-form-7/modules/file.php:255
|
567 |
msgid "Copy this code and paste it into the form left."
|
568 |
msgstr "Kopieren Sie diesen Code und fügen ihn in das Formular links ein."
|
@@ -636,40 +644,40 @@ msgstr "Dieses Kontaktformular enthält CAPTCHA-Felder, aber der temporäre Ordn
|
|
636 |
msgid "This contact form contains CAPTCHA fields, but the necessary libraries (GD and FreeType) are not available on your server."
|
637 |
msgstr "Dieses Kontaktformular enthält CAPTCHA-Felder, aber die benötigten Bibliotheken (GD und FreeType) sind nicht auf Ihrem Server verfügbar."
|
638 |
|
639 |
-
#: contact-form-7/modules/checkbox.php:
|
640 |
msgid "Checkboxes"
|
641 |
msgstr "Auswahlbox"
|
642 |
|
643 |
-
#: contact-form-7/modules/checkbox.php:
|
644 |
msgid "Radio buttons"
|
645 |
msgstr "Radio Button"
|
646 |
|
647 |
-
#: contact-form-7/modules/checkbox.php:
|
648 |
#: contact-form-7/modules/file.php:233
|
649 |
msgid "Required field?"
|
650 |
msgstr "Pflichtfeld?"
|
651 |
|
652 |
-
#: contact-form-7/modules/checkbox.php:
|
653 |
msgid "Choices"
|
654 |
msgstr "Auswahlmöglichkeiten"
|
655 |
|
656 |
-
#: contact-form-7/modules/checkbox.php:
|
657 |
msgid "* One choice per line."
|
658 |
msgstr "* Eine Auswahlmöglichkeit pro Zeile."
|
659 |
|
660 |
-
#: contact-form-7/modules/checkbox.php:
|
661 |
msgid "Put a label first, a checkbox last?"
|
662 |
msgstr "Erste Auswahlmöglichkeit setzen, danach eine Auswahlbox?"
|
663 |
|
664 |
-
#: contact-form-7/modules/checkbox.php:
|
665 |
msgid "Wrap each item with <label> tag?"
|
666 |
msgstr "Jede Position mit einem <label> Tag umbrechen?"
|
667 |
|
668 |
-
#: contact-form-7/modules/checkbox.php:
|
669 |
msgid "Make checkboxes exclusive?"
|
670 |
msgstr "Exklusive Auswahlboxen erstellen?"
|
671 |
|
672 |
-
#: contact-form-7/modules/checkbox.php:
|
673 |
msgid "And, put this code into the Mail fields below."
|
674 |
msgstr "Und setzen Sie diesen Code in das Nachrichtentext Feld unterhalb ein."
|
675 |
|
@@ -807,12 +815,26 @@ msgstr "Standardwert"
|
|
807 |
msgid "Text area"
|
808 |
msgstr "Text Bereich"
|
809 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
810 |
#~ msgid "This mail is created by Contact Form 7 plugin for WordPress."
|
811 |
#~ msgstr "Dieses Mail ist vom Wordpress Plugin Contact Form 7 erstellt."
|
|
|
812 |
#~ msgid "(You need WordPress 2.7 or greater to use this feature)"
|
813 |
#~ msgstr ""
|
814 |
#~ "(Um diese Funktion nutzen zu können, benötigen Sie WordPress Version 2.7 "
|
815 |
#~ "oder höher)"
|
|
|
816 |
#~ msgid "Delete this contact form"
|
817 |
#~ msgstr "Dieses Kontaktformular löschen."
|
818 |
-
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Contact Form | V2.1.2\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-02-24 08:35+0900\n"
|
6 |
+
"PO-Revision-Date: 2010-02-25 18:08+0100\n"
|
7 |
"Last-Translator: Ivan Graf <contact@bildergallery.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 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
13 |
+
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_c\n"
|
14 |
+
"X-Poedit-Basepath: ../..\n"
|
15 |
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
16 |
"X-Poedit-Language: German\n"
|
17 |
"X-Poedit-Country: SWITZERLAND\n"
|
18 |
+
"X-Poedit-SearchPath-0: contact-form-7\n"
|
19 |
|
20 |
+
#: contact-form-7/admin/admin.php:120
|
21 |
#: contact-form-7/admin/edit.php:17
|
22 |
#: contact-form-7/admin/edit.php:30
|
23 |
msgid "Contact Form 7"
|
24 |
msgstr "Contact Form 7"
|
25 |
|
26 |
+
#: contact-form-7/admin/admin.php:120
|
27 |
msgid "Contact"
|
28 |
msgstr "Formular"
|
29 |
|
30 |
+
#: contact-form-7/admin/admin.php:123
|
31 |
msgid "Edit Contact Forms"
|
32 |
msgstr "Bearbeite Contact Forms"
|
33 |
|
34 |
+
#: contact-form-7/admin/admin.php:123
|
35 |
msgid "Edit"
|
36 |
msgstr "Bearbeiten"
|
37 |
|
38 |
+
#: contact-form-7/admin/admin.php:162
|
39 |
msgid "Generate Tag"
|
40 |
msgstr "Generiere Tag"
|
41 |
|
42 |
+
#: contact-form-7/admin/admin.php:163
|
43 |
msgid "Show"
|
44 |
msgstr "Anzeigen"
|
45 |
|
46 |
+
#: contact-form-7/admin/admin.php:164
|
47 |
msgid "Hide"
|
48 |
msgstr "Verstecken"
|
49 |
|
50 |
+
#: contact-form-7/admin/admin.php:265
|
51 |
msgid "Contact form"
|
52 |
msgstr "Kontaktformular"
|
53 |
|
54 |
+
#: contact-form-7/admin/admin.php:284
|
55 |
msgid "Settings"
|
56 |
msgstr "Einstellungen"
|
57 |
|
58 |
+
#: contact-form-7/admin/admin.php:295
|
59 |
msgid "http://contactform7.com/"
|
60 |
msgstr "http://contactform7.com/"
|
61 |
|
62 |
+
#: contact-form-7/admin/admin.php:296
|
63 |
msgid "Contactform7.com"
|
64 |
msgstr "Contactform7.com"
|
65 |
|
66 |
+
#: contact-form-7/admin/admin.php:297
|
67 |
msgid "http://contactform7.com/docs/"
|
68 |
msgstr "http://contactform7.com/docs/"
|
69 |
|
70 |
+
#: contact-form-7/admin/admin.php:298
|
71 |
msgid "Docs"
|
72 |
msgstr "Dokumente"
|
73 |
|
74 |
+
#: contact-form-7/admin/admin.php:299
|
75 |
msgid "http://contactform7.com/faq/"
|
76 |
msgstr "http://contactform7.com/faq/"
|
77 |
|
78 |
+
#: contact-form-7/admin/admin.php:300
|
79 |
msgid "FAQ"
|
80 |
msgstr "Faq"
|
81 |
|
82 |
+
#: contact-form-7/admin/admin.php:301
|
83 |
msgid "http://contactform7.com/support/"
|
84 |
msgstr "http://contactform7.com/support/"
|
85 |
|
86 |
+
#: contact-form-7/admin/admin.php:302
|
87 |
msgid "Support"
|
88 |
msgstr "Support"
|
89 |
|
90 |
+
#: contact-form-7/admin/admin.php:316
|
91 |
msgid "Contact form created."
|
92 |
+
msgstr "Kontaktformular erstellt."
|
93 |
|
94 |
+
#: contact-form-7/admin/admin.php:319
|
95 |
msgid "Contact form saved."
|
96 |
+
msgstr "Kontaktformular gespeichert."
|
97 |
|
98 |
+
#: contact-form-7/admin/admin.php:322
|
99 |
msgid "Contact form deleted."
|
100 |
+
msgstr "Kontaktformular gelöscht."
|
101 |
|
102 |
+
#: contact-form-7/admin/admin.php:325
|
103 |
msgid "Database table created."
|
104 |
msgstr "Datenbanktabelle erstellt."
|
105 |
|
106 |
+
#: contact-form-7/admin/admin.php:328
|
107 |
msgid "Failed to create database table."
|
108 |
msgstr "Fehler beim Erstellen einer Datenbanktabelle."
|
109 |
|
110 |
+
#: contact-form-7/admin/admin.php:361
|
111 |
msgid "Contact Form 7 needs your support. Please donate today."
|
112 |
msgstr "Contact Form 7 braucht Ihre Unterstützung. Bitte spenden Sie noch heute."
|
113 |
|
114 |
+
#: contact-form-7/admin/admin.php:362
|
|
|
|
|
|
|
|
|
115 |
msgid "Your contribution is needed for making this plugin better."
|
116 |
msgstr "Ihr Beitrag ist für die Herstellung dieses Plugin sehr nützlich."
|
117 |
|
118 |
+
#: contact-form-7/admin/admin.php:368
|
119 |
+
msgid "http://contactform7.com/donate/"
|
120 |
+
msgstr "http://contactform7.com/donate/"
|
121 |
+
|
122 |
+
#: contact-form-7/admin/admin.php:368
|
123 |
+
msgid "Donate"
|
124 |
+
msgstr "Spende"
|
125 |
|
126 |
#: contact-form-7/admin/edit.php:9
|
127 |
#, php-format
|
201 |
|
202 |
#: contact-form-7/admin/edit.php:172
|
203 |
#: contact-form-7/admin/edit.php:239
|
204 |
+
#: contact-form-7/includes/functions.php:78
|
205 |
msgid "Message body:"
|
206 |
msgstr "Nachrichtentext:"
|
207 |
|
239 |
msgid "(select language)"
|
240 |
msgstr "(wähle Sprache)"
|
241 |
|
242 |
+
#: contact-form-7/includes/classes.php:569
|
243 |
msgid "Untitled"
|
244 |
msgstr "Ohne Titel"
|
245 |
|
296 |
msgid "Please fill the required field."
|
297 |
msgstr "Bitte füllen Sie dieses Pflichtfeld aus!"
|
298 |
|
299 |
+
#: contact-form-7/includes/functions.php:46
|
300 |
msgid "Your Name"
|
301 |
msgstr "Ihre Name"
|
302 |
|
303 |
+
#: contact-form-7/includes/functions.php:46
|
304 |
+
#: contact-form-7/includes/functions.php:48
|
305 |
msgid "(required)"
|
306 |
msgstr "(Pflichtfeld)"
|
307 |
|
308 |
+
#: contact-form-7/includes/functions.php:48
|
309 |
msgid "Your Email"
|
310 |
msgstr "Ihre Email"
|
311 |
|
312 |
+
#: contact-form-7/includes/functions.php:50
|
313 |
msgid "Subject"
|
314 |
msgstr "Betreff"
|
315 |
|
316 |
+
#: contact-form-7/includes/functions.php:52
|
317 |
msgid "Your Message"
|
318 |
msgstr "Ihre Nachricht"
|
319 |
|
320 |
+
#: contact-form-7/includes/functions.php:54
|
321 |
msgid "Send"
|
322 |
msgstr "Senden"
|
323 |
|
324 |
+
#: contact-form-7/includes/functions.php:62
|
325 |
#, php-format
|
326 |
msgid "From: %s"
|
327 |
msgstr "Von: %s"
|
328 |
|
329 |
+
#: contact-form-7/includes/functions.php:63
|
330 |
#, php-format
|
331 |
msgid "Subject: %s"
|
332 |
msgstr "Betreff: %s"
|
333 |
|
334 |
+
#: contact-form-7/includes/functions.php:64
|
335 |
msgid "Message Body:"
|
336 |
msgstr "Nachrichtentext:"
|
337 |
|
338 |
+
#: contact-form-7/includes/functions.php:65
|
339 |
+
#: contact-form-7/includes/functions.php:79
|
340 |
#, php-format
|
341 |
msgid "This mail is sent via contact form on %1$s %2$s"
|
342 |
msgstr "Dieses Mail wurde über das Kontaktformular von %1$s (%2$s) gesendet"
|
343 |
|
344 |
+
#: contact-form-7/includes/functions.php:168
|
345 |
msgid "Afrikaans"
|
346 |
msgstr "Afrikanisch"
|
347 |
|
348 |
+
#: contact-form-7/includes/functions.php:169
|
349 |
msgid "Albanian"
|
350 |
msgstr "Albanisch"
|
351 |
|
352 |
+
#: contact-form-7/includes/functions.php:170
|
353 |
msgid "Arabic"
|
354 |
msgstr "Arabisch"
|
355 |
|
356 |
+
#: contact-form-7/includes/functions.php:171
|
357 |
msgid "Bangla"
|
358 |
msgstr "Bengalisch"
|
359 |
|
360 |
+
#: contact-form-7/includes/functions.php:172
|
361 |
msgid "Bosnian"
|
362 |
msgstr "Bosnisch"
|
363 |
|
364 |
+
#: contact-form-7/includes/functions.php:173
|
365 |
msgid "Brazilian Portuguese"
|
366 |
msgstr "Brasilianisch Portugiesisch"
|
367 |
|
368 |
+
#: contact-form-7/includes/functions.php:174
|
369 |
msgid "Bulgarian"
|
370 |
msgstr "Bulgarisch"
|
371 |
|
372 |
+
#: contact-form-7/includes/functions.php:175
|
373 |
msgid "Catalan"
|
374 |
msgstr "Katalanisch"
|
375 |
|
376 |
+
#: contact-form-7/includes/functions.php:176
|
377 |
msgid "Chinese (Simplified)"
|
378 |
msgstr "Chinesisch (Vereinfacht)"
|
379 |
|
380 |
+
#: contact-form-7/includes/functions.php:177
|
381 |
msgid "Chinese (Traditional)"
|
382 |
msgstr "Chinesisch (Traditionell)"
|
383 |
|
384 |
+
#: contact-form-7/includes/functions.php:178
|
385 |
msgid "Croatian"
|
386 |
msgstr "Kroatisch"
|
387 |
|
388 |
+
#: contact-form-7/includes/functions.php:179
|
389 |
msgid "Czech"
|
390 |
msgstr "Tschechisch"
|
391 |
|
392 |
+
#: contact-form-7/includes/functions.php:180
|
393 |
msgid "Danish"
|
394 |
msgstr "Dänisch"
|
395 |
|
396 |
+
#: contact-form-7/includes/functions.php:181
|
397 |
msgid "Dutch"
|
398 |
msgstr "Holländisch"
|
399 |
|
400 |
+
#: contact-form-7/includes/functions.php:182
|
401 |
msgid "English"
|
402 |
msgstr "Englisch"
|
403 |
|
404 |
+
#: contact-form-7/includes/functions.php:183
|
405 |
msgid "Estonian"
|
406 |
msgstr "Estonian"
|
407 |
|
408 |
+
#: contact-form-7/includes/functions.php:184
|
409 |
msgid "Finnish"
|
410 |
msgstr "Finnisch"
|
411 |
|
412 |
+
#: contact-form-7/includes/functions.php:185
|
413 |
msgid "French"
|
414 |
msgstr "Französisch"
|
415 |
|
416 |
+
#: contact-form-7/includes/functions.php:186
|
417 |
msgid "Georgian"
|
418 |
msgstr "Georgisch"
|
419 |
|
420 |
+
#: contact-form-7/includes/functions.php:187
|
421 |
msgid "German"
|
422 |
msgstr "Deutsch"
|
423 |
|
424 |
+
#: contact-form-7/includes/functions.php:188
|
425 |
msgid "Greek"
|
426 |
msgstr "Griechisch"
|
427 |
|
428 |
+
#: contact-form-7/includes/functions.php:189
|
429 |
msgid "Hebrew"
|
430 |
msgstr "Hebräisch"
|
431 |
|
432 |
+
#: contact-form-7/includes/functions.php:190
|
433 |
msgid "Hindi"
|
434 |
msgstr "Hindisch"
|
435 |
|
436 |
+
#: contact-form-7/includes/functions.php:191
|
437 |
msgid "Hungarian"
|
438 |
msgstr "Ungarisch"
|
439 |
|
440 |
+
#: contact-form-7/includes/functions.php:192
|
441 |
msgid "Indonesian"
|
442 |
msgstr "Indonesisch"
|
443 |
|
444 |
+
#: contact-form-7/includes/functions.php:193
|
445 |
msgid "Italian"
|
446 |
msgstr "Italienisch"
|
447 |
|
448 |
+
#: contact-form-7/includes/functions.php:194
|
449 |
msgid "Japanese"
|
450 |
msgstr "Japanisch"
|
451 |
|
452 |
+
#: contact-form-7/includes/functions.php:195
|
453 |
msgid "Korean"
|
454 |
msgstr "Koreanisch"
|
455 |
|
456 |
+
#: contact-form-7/includes/functions.php:196
|
457 |
msgid "Latvian"
|
458 |
msgstr "Lettisch"
|
459 |
|
460 |
+
#: contact-form-7/includes/functions.php:197
|
461 |
msgid "Lithuanian"
|
462 |
msgstr "Litauisch"
|
463 |
|
464 |
+
#: contact-form-7/includes/functions.php:198
|
465 |
+
msgid "Malayalam"
|
466 |
+
msgstr "Malayalam"
|
467 |
+
|
468 |
+
#: contact-form-7/includes/functions.php:199
|
469 |
msgid "Norwegian"
|
470 |
msgstr "Norwegisch"
|
471 |
|
472 |
+
#: contact-form-7/includes/functions.php:200
|
473 |
msgid "Persian"
|
474 |
msgstr "Persisch"
|
475 |
|
476 |
+
#: contact-form-7/includes/functions.php:201
|
477 |
msgid "Polish"
|
478 |
msgstr "Polnisch"
|
479 |
|
480 |
+
#: contact-form-7/includes/functions.php:202
|
481 |
msgid "Portuguese"
|
482 |
msgstr "Portugiesisch"
|
483 |
|
484 |
+
#: contact-form-7/includes/functions.php:203
|
485 |
msgid "Russian"
|
486 |
msgstr "Russisch"
|
487 |
|
488 |
+
#: contact-form-7/includes/functions.php:204
|
489 |
msgid "Romanian"
|
490 |
msgstr "Rumänisch"
|
491 |
|
492 |
+
#: contact-form-7/includes/functions.php:205
|
493 |
msgid "Serbian"
|
494 |
msgstr "Serbisch"
|
495 |
|
496 |
+
#: contact-form-7/includes/functions.php:206
|
497 |
msgid "Slovak"
|
498 |
msgstr "Slowakisch"
|
499 |
|
500 |
+
#: contact-form-7/includes/functions.php:207
|
501 |
msgid "Slovene"
|
502 |
msgstr "Slovenisch"
|
503 |
|
504 |
+
#: contact-form-7/includes/functions.php:208
|
505 |
msgid "Spanish"
|
506 |
msgstr "Spanisch"
|
507 |
|
508 |
+
#: contact-form-7/includes/functions.php:209
|
509 |
msgid "Swedish"
|
510 |
msgstr "Schwedisch"
|
511 |
|
512 |
+
#: contact-form-7/includes/functions.php:210
|
513 |
msgid "Thai"
|
514 |
msgstr "Thailändisch"
|
515 |
|
516 |
+
#: contact-form-7/includes/functions.php:211
|
517 |
msgid "Turkish"
|
518 |
msgstr "Türkisch"
|
519 |
|
520 |
+
#: contact-form-7/includes/functions.php:212
|
521 |
msgid "Ukrainian"
|
522 |
msgstr "Ukrainisch"
|
523 |
|
524 |
+
#: contact-form-7/includes/functions.php:213
|
525 |
msgid "Vietnamese"
|
526 |
msgstr "Vietnamesisch"
|
527 |
|
528 |
+
#: contact-form-7/modules/acceptance.php:96
|
529 |
msgid "Acceptance"
|
530 |
msgstr "Zustimmung"
|
531 |
|
532 |
+
#: contact-form-7/modules/acceptance.php:105
|
533 |
#: contact-form-7/modules/captcha.php:206
|
534 |
+
#: contact-form-7/modules/checkbox.php:198
|
535 |
#: contact-form-7/modules/file.php:234
|
536 |
msgid "Name"
|
537 |
msgstr "Name"
|
538 |
|
539 |
+
#: contact-form-7/modules/acceptance.php:110
|
540 |
+
#: contact-form-7/modules/acceptance.php:113
|
541 |
#: contact-form-7/modules/captcha.php:213
|
542 |
#: contact-form-7/modules/captcha.php:216
|
543 |
#: contact-form-7/modules/captcha.php:221
|
547 |
#: contact-form-7/modules/captcha.php:242
|
548 |
#: contact-form-7/modules/captcha.php:247
|
549 |
#: contact-form-7/modules/captcha.php:250
|
550 |
+
#: contact-form-7/modules/checkbox.php:203
|
551 |
+
#: contact-form-7/modules/checkbox.php:206
|
552 |
#: contact-form-7/modules/file.php:239
|
553 |
#: contact-form-7/modules/file.php:242
|
554 |
#: contact-form-7/modules/file.php:247
|
556 |
msgid "optional"
|
557 |
msgstr "optional"
|
558 |
|
559 |
+
#: contact-form-7/modules/acceptance.php:119
|
560 |
msgid "Make this checkbox checked by default?"
|
561 |
msgstr "Auswahlbox standardmässig aktivieren?"
|
562 |
|
563 |
+
#: contact-form-7/modules/acceptance.php:120
|
564 |
msgid "Make this checkbox work inversely?"
|
565 |
msgstr "Auswahlbox umkehren (Invert)?"
|
566 |
|
567 |
+
#: contact-form-7/modules/acceptance.php:121
|
568 |
msgid "* That means visitor who accepts the term unchecks it."
|
569 |
msgstr "* Bedeutet, dass der Besucher die Bedingungen akzeptiert wenn er die Auswahlbox deaktiviert."
|
570 |
|
571 |
+
#: contact-form-7/modules/acceptance.php:126
|
572 |
#: contact-form-7/modules/captcha.php:255
|
573 |
+
#: contact-form-7/modules/checkbox.php:226
|
574 |
#: contact-form-7/modules/file.php:255
|
575 |
msgid "Copy this code and paste it into the form left."
|
576 |
msgstr "Kopieren Sie diesen Code und fügen ihn in das Formular links ein."
|
644 |
msgid "This contact form contains CAPTCHA fields, but the necessary libraries (GD and FreeType) are not available on your server."
|
645 |
msgstr "Dieses Kontaktformular enthält CAPTCHA-Felder, aber die benötigten Bibliotheken (GD und FreeType) sind nicht auf Ihrem Server verfügbar."
|
646 |
|
647 |
+
#: contact-form-7/modules/checkbox.php:171
|
648 |
msgid "Checkboxes"
|
649 |
msgstr "Auswahlbox"
|
650 |
|
651 |
+
#: contact-form-7/modules/checkbox.php:174
|
652 |
msgid "Radio buttons"
|
653 |
msgstr "Radio Button"
|
654 |
|
655 |
+
#: contact-form-7/modules/checkbox.php:195
|
656 |
#: contact-form-7/modules/file.php:233
|
657 |
msgid "Required field?"
|
658 |
msgstr "Pflichtfeld?"
|
659 |
|
660 |
+
#: contact-form-7/modules/checkbox.php:211
|
661 |
msgid "Choices"
|
662 |
msgstr "Auswahlmöglichkeiten"
|
663 |
|
664 |
+
#: contact-form-7/modules/checkbox.php:213
|
665 |
msgid "* One choice per line."
|
666 |
msgstr "* Eine Auswahlmöglichkeit pro Zeile."
|
667 |
|
668 |
+
#: contact-form-7/modules/checkbox.php:217
|
669 |
msgid "Put a label first, a checkbox last?"
|
670 |
msgstr "Erste Auswahlmöglichkeit setzen, danach eine Auswahlbox?"
|
671 |
|
672 |
+
#: contact-form-7/modules/checkbox.php:218
|
673 |
msgid "Wrap each item with <label> tag?"
|
674 |
msgstr "Jede Position mit einem <label> Tag umbrechen?"
|
675 |
|
676 |
+
#: contact-form-7/modules/checkbox.php:220
|
677 |
msgid "Make checkboxes exclusive?"
|
678 |
msgstr "Exklusive Auswahlboxen erstellen?"
|
679 |
|
680 |
+
#: contact-form-7/modules/checkbox.php:228
|
681 |
msgid "And, put this code into the Mail fields below."
|
682 |
msgstr "Und setzen Sie diesen Code in das Nachrichtentext Feld unterhalb ein."
|
683 |
|
815 |
msgid "Text area"
|
816 |
msgstr "Text Bereich"
|
817 |
|
818 |
+
#~ msgid ""
|
819 |
+
#~ "Is this plugin useful for you? If you like it, please help the developer."
|
820 |
+
#~ msgstr ""
|
821 |
+
#~ "Ist dieses Plugin nützlich für Sie? Wenn es Ihnen gefällt, helfen Sie dem "
|
822 |
+
#~ "Entwickler."
|
823 |
+
|
824 |
+
#~ msgid ""
|
825 |
+
#~ "Developing a plugin and providing user support is really hard work. "
|
826 |
+
#~ "Please help."
|
827 |
+
#~ msgstr ""
|
828 |
+
#~ "Die Entwicklung eines Plugins sowie die vielen Support Anfragen "
|
829 |
+
#~ "verbrauchen viel Zeit. Helfen Sie uns mit einer Spende."
|
830 |
+
|
831 |
#~ msgid "This mail is created by Contact Form 7 plugin for WordPress."
|
832 |
#~ msgstr "Dieses Mail ist vom Wordpress Plugin Contact Form 7 erstellt."
|
833 |
+
|
834 |
#~ msgid "(You need WordPress 2.7 or greater to use this feature)"
|
835 |
#~ msgstr ""
|
836 |
#~ "(Um diese Funktion nutzen zu können, benötigen Sie WordPress Version 2.7 "
|
837 |
#~ "oder höher)"
|
838 |
+
|
839 |
#~ msgid "Delete this contact form"
|
840 |
#~ msgstr "Dieses Kontaktformular löschen."
|
|
languages/wpcf7-gl_ES.mo
ADDED
Binary file
|
languages/wpcf7-gl_ES.po
ADDED
@@ -0,0 +1,836 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Contact Form 7 (2.1.1)\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-02-24 08:35+0900\n"
|
6 |
+
"PO-Revision-Date: 2010-03-02 18:45+0100\n"
|
7 |
+
"Last-Translator: Arume Desenvolvementos Informáticos <arume@arumeinformatica.es>\n"
|
8 |
+
"Language-Team: Arume <arume@arumeinformatica.es>\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
13 |
+
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_c\n"
|
14 |
+
"X-Poedit-Basepath: ../..\n"
|
15 |
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
16 |
+
"X-Poedit-Language: Galician\n"
|
17 |
+
"X-Poedit-Country: SPAIN\n"
|
18 |
+
"X-Poedit-SearchPath-0: contact-form-7\n"
|
19 |
+
|
20 |
+
#: contact-form-7/admin/admin.php:120
|
21 |
+
#: contact-form-7/admin/edit.php:17
|
22 |
+
#: contact-form-7/admin/edit.php:30
|
23 |
+
msgid "Contact Form 7"
|
24 |
+
msgstr "Contact Form 7"
|
25 |
+
|
26 |
+
#: contact-form-7/admin/admin.php:120
|
27 |
+
msgid "Contact"
|
28 |
+
msgstr "Contacto"
|
29 |
+
|
30 |
+
#: contact-form-7/admin/admin.php:123
|
31 |
+
msgid "Edit Contact Forms"
|
32 |
+
msgstr "Editar formularios de contacto"
|
33 |
+
|
34 |
+
#: contact-form-7/admin/admin.php:123
|
35 |
+
msgid "Edit"
|
36 |
+
msgstr "Editar"
|
37 |
+
|
38 |
+
#: contact-form-7/admin/admin.php:162
|
39 |
+
msgid "Generate Tag"
|
40 |
+
msgstr "Xenerar etiqueta"
|
41 |
+
|
42 |
+
#: contact-form-7/admin/admin.php:163
|
43 |
+
msgid "Show"
|
44 |
+
msgstr "Mostrar"
|
45 |
+
|
46 |
+
#: contact-form-7/admin/admin.php:164
|
47 |
+
msgid "Hide"
|
48 |
+
msgstr "Ocultar"
|
49 |
+
|
50 |
+
#: contact-form-7/admin/admin.php:265
|
51 |
+
msgid "Contact form"
|
52 |
+
msgstr "Formulario de contacto"
|
53 |
+
|
54 |
+
#: contact-form-7/admin/admin.php:284
|
55 |
+
msgid "Settings"
|
56 |
+
msgstr "Opcións"
|
57 |
+
|
58 |
+
#: contact-form-7/admin/admin.php:295
|
59 |
+
msgid "http://contactform7.com/"
|
60 |
+
msgstr "http://contactform7.com/"
|
61 |
+
|
62 |
+
#: contact-form-7/admin/admin.php:296
|
63 |
+
msgid "Contactform7.com"
|
64 |
+
msgstr "contactform7.com"
|
65 |
+
|
66 |
+
#: contact-form-7/admin/admin.php:297
|
67 |
+
msgid "http://contactform7.com/docs/"
|
68 |
+
msgstr "http://contactform7.com/docs/"
|
69 |
+
|
70 |
+
#: contact-form-7/admin/admin.php:298
|
71 |
+
msgid "Docs"
|
72 |
+
msgstr "Documentación"
|
73 |
+
|
74 |
+
#: contact-form-7/admin/admin.php:299
|
75 |
+
msgid "http://contactform7.com/faq/"
|
76 |
+
msgstr "http://contactform7.com/faq/"
|
77 |
+
|
78 |
+
#: contact-form-7/admin/admin.php:300
|
79 |
+
msgid "FAQ"
|
80 |
+
msgstr "FAQ"
|
81 |
+
|
82 |
+
#: contact-form-7/admin/admin.php:301
|
83 |
+
msgid "http://contactform7.com/support/"
|
84 |
+
msgstr "http://contactform7.com/support/"
|
85 |
+
|
86 |
+
#: contact-form-7/admin/admin.php:302
|
87 |
+
msgid "Support"
|
88 |
+
msgstr "Axuda"
|
89 |
+
|
90 |
+
#: contact-form-7/admin/admin.php:316
|
91 |
+
msgid "Contact form created."
|
92 |
+
msgstr "Formulario de contacto \"%s\" creado. "
|
93 |
+
|
94 |
+
#: contact-form-7/admin/admin.php:319
|
95 |
+
msgid "Contact form saved."
|
96 |
+
msgstr "Formulario de contacto \"%s\" gardado. "
|
97 |
+
|
98 |
+
#: contact-form-7/admin/admin.php:322
|
99 |
+
msgid "Contact form deleted."
|
100 |
+
msgstr "Formulario de contacto \"%s\" eliminado. "
|
101 |
+
|
102 |
+
#: contact-form-7/admin/admin.php:325
|
103 |
+
msgid "Database table created."
|
104 |
+
msgstr "Táboa de base de datos creada."
|
105 |
+
|
106 |
+
#: contact-form-7/admin/admin.php:328
|
107 |
+
msgid "Failed to create database table."
|
108 |
+
msgstr "Erro ó crear a base de datos."
|
109 |
+
|
110 |
+
#: contact-form-7/admin/admin.php:361
|
111 |
+
msgid "Contact Form 7 needs your support. Please donate today."
|
112 |
+
msgstr "Contact Form 7 necesita a túa axuda. Por favor, dona hoxe."
|
113 |
+
|
114 |
+
#: contact-form-7/admin/admin.php:362
|
115 |
+
msgid "Your contribution is needed for making this plugin better."
|
116 |
+
msgstr "A túa contribución é necesaria para facer este plugin mellor."
|
117 |
+
|
118 |
+
#: contact-form-7/admin/admin.php:368
|
119 |
+
msgid "http://contactform7.com/donate/"
|
120 |
+
msgstr "http://contactform7.com/donate/"
|
121 |
+
|
122 |
+
#: contact-form-7/admin/admin.php:368
|
123 |
+
msgid "Donate"
|
124 |
+
msgstr "Donar"
|
125 |
+
|
126 |
+
#: contact-form-7/admin/edit.php:9
|
127 |
+
#, php-format
|
128 |
+
msgid "<strong>The database table for Contact Form 7 does not exist.</strong> You must <a href=\"%s\">create the table</a> for it to work."
|
129 |
+
msgstr "<strong>A táboa de base de datos para Contact Form 7 non existe.</strong> Debes <a href=\"%s\">crear a táboa</a> para que funcione."
|
130 |
+
|
131 |
+
#: contact-form-7/admin/edit.php:12
|
132 |
+
msgid "<strong>The database table for Contact Form 7 does not exist.</strong>"
|
133 |
+
msgstr "<strong>A táboa de base de datos para Contact Form 7 non existe.</strong>"
|
134 |
+
|
135 |
+
#: contact-form-7/admin/edit.php:45
|
136 |
+
msgid "Add new"
|
137 |
+
msgstr "Engadir novo"
|
138 |
+
|
139 |
+
#: contact-form-7/admin/edit.php:67
|
140 |
+
msgid "Copy this code and paste it into your post, page or text widget content."
|
141 |
+
msgstr "Copia e pega este código dentro do contido do teu post, páxina ou contido de widget de texto."
|
142 |
+
|
143 |
+
#: contact-form-7/admin/edit.php:75
|
144 |
+
#: contact-form-7/admin/edit.php:309
|
145 |
+
msgid "Save"
|
146 |
+
msgstr "Gardar"
|
147 |
+
|
148 |
+
#: contact-form-7/admin/edit.php:82
|
149 |
+
msgid "Copy"
|
150 |
+
msgstr "Copiar"
|
151 |
+
|
152 |
+
#: contact-form-7/admin/edit.php:87
|
153 |
+
msgid "Delete"
|
154 |
+
msgstr "Eliminar"
|
155 |
+
|
156 |
+
#: contact-form-7/admin/edit.php:89
|
157 |
+
msgid ""
|
158 |
+
"You are about to delete this contact form.\n"
|
159 |
+
" 'Cancel' to stop, 'OK' to delete."
|
160 |
+
msgstr ""
|
161 |
+
"O formulario de contacto será eliminado.\n"
|
162 |
+
" 'Cancelar' para anular, 'OK' para confirmar."
|
163 |
+
|
164 |
+
#: contact-form-7/admin/edit.php:104
|
165 |
+
msgid "Form"
|
166 |
+
msgstr "Formulario"
|
167 |
+
|
168 |
+
#: contact-form-7/admin/edit.php:128
|
169 |
+
msgid "Mail"
|
170 |
+
msgstr "Correo"
|
171 |
+
|
172 |
+
#: contact-form-7/admin/edit.php:135
|
173 |
+
#: contact-form-7/admin/edit.php:202
|
174 |
+
msgid "To:"
|
175 |
+
msgstr "Para:"
|
176 |
+
|
177 |
+
#: contact-form-7/admin/edit.php:140
|
178 |
+
#: contact-form-7/admin/edit.php:207
|
179 |
+
msgid "From:"
|
180 |
+
msgstr "De:"
|
181 |
+
|
182 |
+
#: contact-form-7/admin/edit.php:145
|
183 |
+
#: contact-form-7/admin/edit.php:212
|
184 |
+
msgid "Subject:"
|
185 |
+
msgstr "Asunto:"
|
186 |
+
|
187 |
+
#: contact-form-7/admin/edit.php:152
|
188 |
+
#: contact-form-7/admin/edit.php:219
|
189 |
+
msgid "Additional headers:"
|
190 |
+
msgstr "Cabeceiras adicionais"
|
191 |
+
|
192 |
+
#: contact-form-7/admin/edit.php:157
|
193 |
+
#: contact-form-7/admin/edit.php:224
|
194 |
+
msgid "File attachments:"
|
195 |
+
msgstr "Arquivos adxuntos:"
|
196 |
+
|
197 |
+
#: contact-form-7/admin/edit.php:165
|
198 |
+
#: contact-form-7/admin/edit.php:232
|
199 |
+
msgid "Use HTML content type"
|
200 |
+
msgstr "Usar HTML"
|
201 |
+
|
202 |
+
#: contact-form-7/admin/edit.php:172
|
203 |
+
#: contact-form-7/admin/edit.php:239
|
204 |
+
#: contact-form-7/includes/functions.php:78
|
205 |
+
msgid "Message body:"
|
206 |
+
msgstr "Corpo da mensaxe:"
|
207 |
+
|
208 |
+
#: contact-form-7/admin/edit.php:188
|
209 |
+
msgid "Mail (2)"
|
210 |
+
msgstr "Correo (2)"
|
211 |
+
|
212 |
+
#: contact-form-7/admin/edit.php:194
|
213 |
+
msgid "Use mail (2)"
|
214 |
+
msgstr "Usar correo (2)"
|
215 |
+
|
216 |
+
#: contact-form-7/admin/edit.php:255
|
217 |
+
msgid "Messages"
|
218 |
+
msgstr "Mensaxes"
|
219 |
+
|
220 |
+
#: contact-form-7/admin/edit.php:285
|
221 |
+
msgid "Additional Settings"
|
222 |
+
msgstr "Opcións adicionais"
|
223 |
+
|
224 |
+
#: contact-form-7/admin/edit.php:333
|
225 |
+
#, php-format
|
226 |
+
msgid "Use the default language (%s)"
|
227 |
+
msgstr "Usar o idioma por defecto (%s)"
|
228 |
+
|
229 |
+
#: contact-form-7/admin/edit.php:334
|
230 |
+
#: contact-form-7/admin/edit.php:347
|
231 |
+
msgid "Add New"
|
232 |
+
msgstr "Engadir novo"
|
233 |
+
|
234 |
+
#: contact-form-7/admin/edit.php:337
|
235 |
+
msgid "Or"
|
236 |
+
msgstr "Ou"
|
237 |
+
|
238 |
+
#: contact-form-7/admin/edit.php:342
|
239 |
+
msgid "(select language)"
|
240 |
+
msgstr "(seleccionar idioma)"
|
241 |
+
|
242 |
+
#: contact-form-7/includes/classes.php:569
|
243 |
+
msgid "Untitled"
|
244 |
+
msgstr "Título"
|
245 |
+
|
246 |
+
#: contact-form-7/includes/functions.php:6
|
247 |
+
msgid "Sender's message was sent successfully"
|
248 |
+
msgstr "A túa mensaxe enviouse correctamente. Moitas gracias."
|
249 |
+
|
250 |
+
#: contact-form-7/includes/functions.php:7
|
251 |
+
msgid "Your message was sent successfully. Thanks."
|
252 |
+
msgstr "A túa mensaxe enviouse correctamente. Moitas gracias."
|
253 |
+
|
254 |
+
#: contact-form-7/includes/functions.php:11
|
255 |
+
msgid "Sender's message was failed to send"
|
256 |
+
msgstr "Fallou o envío da mensaxe"
|
257 |
+
|
258 |
+
#: contact-form-7/includes/functions.php:12
|
259 |
+
#: contact-form-7/includes/functions.php:17
|
260 |
+
msgid "Failed to send your message. Please try later or contact administrator by other way."
|
261 |
+
msgstr "Erro ó enviar a mensaxe. Por favor inténtao máis tarde ou contacta co administrador por outro medio."
|
262 |
+
|
263 |
+
#: contact-form-7/includes/functions.php:16
|
264 |
+
msgid "Akismet judged the sending activity as spamming"
|
265 |
+
msgstr "Akismet determinou que o envío é spam"
|
266 |
+
|
267 |
+
#: contact-form-7/includes/functions.php:21
|
268 |
+
msgid "Validation errors occurred"
|
269 |
+
msgstr "Ocorreron erros de validación"
|
270 |
+
|
271 |
+
#: contact-form-7/includes/functions.php:22
|
272 |
+
msgid "Validation errors occurred. Please confirm the fields and submit it again."
|
273 |
+
msgstr "Erros de validación. Por favor confirma os campos e envía o formulario de novo"
|
274 |
+
|
275 |
+
#: contact-form-7/includes/functions.php:26
|
276 |
+
msgid "There is a field of term that sender is needed to accept"
|
277 |
+
msgstr "Hai un campo de termos e condicións que debes aceptar"
|
278 |
+
|
279 |
+
#: contact-form-7/includes/functions.php:27
|
280 |
+
msgid "Please accept the terms to proceed."
|
281 |
+
msgstr "Por favor acepta os termos e condicións para continuar."
|
282 |
+
|
283 |
+
#: contact-form-7/includes/functions.php:31
|
284 |
+
msgid "Email address that sender entered is invalid"
|
285 |
+
msgstr "O email introducido é incorrecto."
|
286 |
+
|
287 |
+
#: contact-form-7/includes/functions.php:32
|
288 |
+
msgid "Email address seems invalid."
|
289 |
+
msgstr "O email parece incorrecto."
|
290 |
+
|
291 |
+
#: contact-form-7/includes/functions.php:36
|
292 |
+
msgid "There is a field that sender is needed to fill in"
|
293 |
+
msgstr "Hai un campo que tes que completar"
|
294 |
+
|
295 |
+
#: contact-form-7/includes/functions.php:37
|
296 |
+
msgid "Please fill the required field."
|
297 |
+
msgstr "Por favor completa o campo obrigatorio."
|
298 |
+
|
299 |
+
#: contact-form-7/includes/functions.php:46
|
300 |
+
msgid "Your Name"
|
301 |
+
msgstr "O teu nome"
|
302 |
+
|
303 |
+
#: contact-form-7/includes/functions.php:46
|
304 |
+
#: contact-form-7/includes/functions.php:48
|
305 |
+
msgid "(required)"
|
306 |
+
msgstr "(obrigatorio)"
|
307 |
+
|
308 |
+
#: contact-form-7/includes/functions.php:48
|
309 |
+
msgid "Your Email"
|
310 |
+
msgstr "O teu email"
|
311 |
+
|
312 |
+
#: contact-form-7/includes/functions.php:50
|
313 |
+
msgid "Subject"
|
314 |
+
msgstr "Asunto"
|
315 |
+
|
316 |
+
#: contact-form-7/includes/functions.php:52
|
317 |
+
msgid "Your Message"
|
318 |
+
msgstr "A túa mensaxe"
|
319 |
+
|
320 |
+
#: contact-form-7/includes/functions.php:54
|
321 |
+
msgid "Send"
|
322 |
+
msgstr "Enviar"
|
323 |
+
|
324 |
+
#: contact-form-7/includes/functions.php:62
|
325 |
+
msgid "From: %s"
|
326 |
+
msgstr "De: %s"
|
327 |
+
|
328 |
+
#: contact-form-7/includes/functions.php:63
|
329 |
+
msgid "Subject: %s"
|
330 |
+
msgstr "Asunto: %s"
|
331 |
+
|
332 |
+
#: contact-form-7/includes/functions.php:64
|
333 |
+
msgid "Message Body:"
|
334 |
+
msgstr "Corpo da mensaxe:"
|
335 |
+
|
336 |
+
#: contact-form-7/includes/functions.php:65
|
337 |
+
#: contact-form-7/includes/functions.php:79
|
338 |
+
#, php-format
|
339 |
+
msgid "This mail is sent via contact form on %1$s %2$s"
|
340 |
+
msgstr "Este email foi enviado via formulario de contacto en %1$s %2$s"
|
341 |
+
|
342 |
+
#: contact-form-7/includes/functions.php:168
|
343 |
+
msgid "Afrikaans"
|
344 |
+
msgstr "Afrikáans"
|
345 |
+
|
346 |
+
#: contact-form-7/includes/functions.php:169
|
347 |
+
msgid "Albanian"
|
348 |
+
msgstr "Albano"
|
349 |
+
|
350 |
+
#: contact-form-7/includes/functions.php:170
|
351 |
+
msgid "Arabic"
|
352 |
+
msgstr "Árabe"
|
353 |
+
|
354 |
+
#: contact-form-7/includes/functions.php:171
|
355 |
+
msgid "Bangla"
|
356 |
+
msgstr "Bengalí"
|
357 |
+
|
358 |
+
#: contact-form-7/includes/functions.php:172
|
359 |
+
msgid "Bosnian"
|
360 |
+
msgstr "Bosnio"
|
361 |
+
|
362 |
+
#: contact-form-7/includes/functions.php:173
|
363 |
+
msgid "Brazilian Portuguese"
|
364 |
+
msgstr "Portugués (Brasileño)"
|
365 |
+
|
366 |
+
#: contact-form-7/includes/functions.php:174
|
367 |
+
msgid "Bulgarian"
|
368 |
+
msgstr "Búlgaro"
|
369 |
+
|
370 |
+
#: contact-form-7/includes/functions.php:175
|
371 |
+
msgid "Catalan"
|
372 |
+
msgstr "Catalán"
|
373 |
+
|
374 |
+
#: contact-form-7/includes/functions.php:176
|
375 |
+
msgid "Chinese (Simplified)"
|
376 |
+
msgstr "Chino (Simplificado)"
|
377 |
+
|
378 |
+
#: contact-form-7/includes/functions.php:177
|
379 |
+
msgid "Chinese (Traditional)"
|
380 |
+
msgstr "Chino (Tradicional)"
|
381 |
+
|
382 |
+
#: contact-form-7/includes/functions.php:178
|
383 |
+
msgid "Croatian"
|
384 |
+
msgstr "Croata"
|
385 |
+
|
386 |
+
#: contact-form-7/includes/functions.php:179
|
387 |
+
msgid "Czech"
|
388 |
+
msgstr "Checo"
|
389 |
+
|
390 |
+
#: contact-form-7/includes/functions.php:180
|
391 |
+
msgid "Danish"
|
392 |
+
msgstr "Danés"
|
393 |
+
|
394 |
+
#: contact-form-7/includes/functions.php:181
|
395 |
+
msgid "Dutch"
|
396 |
+
msgstr "Holandés"
|
397 |
+
|
398 |
+
#: contact-form-7/includes/functions.php:182
|
399 |
+
msgid "English"
|
400 |
+
msgstr "Inglés"
|
401 |
+
|
402 |
+
#: contact-form-7/includes/functions.php:183
|
403 |
+
msgid "Estonian"
|
404 |
+
msgstr "Estonio"
|
405 |
+
|
406 |
+
#: contact-form-7/includes/functions.php:184
|
407 |
+
msgid "Finnish"
|
408 |
+
msgstr "Finlandés"
|
409 |
+
|
410 |
+
#: contact-form-7/includes/functions.php:185
|
411 |
+
msgid "French"
|
412 |
+
msgstr "Francés"
|
413 |
+
|
414 |
+
#: contact-form-7/includes/functions.php:186
|
415 |
+
msgid "Georgian"
|
416 |
+
msgstr "Xeorxiano"
|
417 |
+
|
418 |
+
#: contact-form-7/includes/functions.php:187
|
419 |
+
msgid "German"
|
420 |
+
msgstr "Alemán"
|
421 |
+
|
422 |
+
#: contact-form-7/includes/functions.php:188
|
423 |
+
msgid "Greek"
|
424 |
+
msgstr "Grego"
|
425 |
+
|
426 |
+
#: contact-form-7/includes/functions.php:189
|
427 |
+
msgid "Hebrew"
|
428 |
+
msgstr "Hebreo"
|
429 |
+
|
430 |
+
#: contact-form-7/includes/functions.php:190
|
431 |
+
msgid "Hindi"
|
432 |
+
msgstr "Hindi"
|
433 |
+
|
434 |
+
#: contact-form-7/includes/functions.php:191
|
435 |
+
msgid "Hungarian"
|
436 |
+
msgstr "Húngaro"
|
437 |
+
|
438 |
+
#: contact-form-7/includes/functions.php:192
|
439 |
+
msgid "Indonesian"
|
440 |
+
msgstr "Indonesio"
|
441 |
+
|
442 |
+
#: contact-form-7/includes/functions.php:193
|
443 |
+
msgid "Italian"
|
444 |
+
msgstr "Italiano"
|
445 |
+
|
446 |
+
#: contact-form-7/includes/functions.php:194
|
447 |
+
msgid "Japanese"
|
448 |
+
msgstr "Xaponés"
|
449 |
+
|
450 |
+
#: contact-form-7/includes/functions.php:195
|
451 |
+
msgid "Korean"
|
452 |
+
msgstr "Coreano"
|
453 |
+
|
454 |
+
#: contact-form-7/includes/functions.php:196
|
455 |
+
msgid "Latvian"
|
456 |
+
msgstr "Letón"
|
457 |
+
|
458 |
+
#: contact-form-7/includes/functions.php:197
|
459 |
+
msgid "Lithuanian"
|
460 |
+
msgstr "Lituano"
|
461 |
+
|
462 |
+
#: contact-form-7/includes/functions.php:198
|
463 |
+
msgid "Malayalam"
|
464 |
+
msgstr "Malabar"
|
465 |
+
|
466 |
+
#: contact-form-7/includes/functions.php:199
|
467 |
+
msgid "Norwegian"
|
468 |
+
msgstr "Noruego"
|
469 |
+
|
470 |
+
#: contact-form-7/includes/functions.php:200
|
471 |
+
msgid "Persian"
|
472 |
+
msgstr "Persa"
|
473 |
+
|
474 |
+
#: contact-form-7/includes/functions.php:201
|
475 |
+
msgid "Polish"
|
476 |
+
msgstr "Polaco"
|
477 |
+
|
478 |
+
#: contact-form-7/includes/functions.php:202
|
479 |
+
msgid "Portuguese"
|
480 |
+
msgstr "Portugués"
|
481 |
+
|
482 |
+
#: contact-form-7/includes/functions.php:203
|
483 |
+
msgid "Russian"
|
484 |
+
msgstr "Ruso"
|
485 |
+
|
486 |
+
#: contact-form-7/includes/functions.php:204
|
487 |
+
msgid "Romanian"
|
488 |
+
msgstr "Rumano"
|
489 |
+
|
490 |
+
#: contact-form-7/includes/functions.php:205
|
491 |
+
msgid "Serbian"
|
492 |
+
msgstr "Serbio"
|
493 |
+
|
494 |
+
#: contact-form-7/includes/functions.php:206
|
495 |
+
msgid "Slovak"
|
496 |
+
msgstr "Eslovaco"
|
497 |
+
|
498 |
+
#: contact-form-7/includes/functions.php:207
|
499 |
+
msgid "Slovene"
|
500 |
+
msgstr "Esloveno"
|
501 |
+
|
502 |
+
#: contact-form-7/includes/functions.php:208
|
503 |
+
msgid "Spanish"
|
504 |
+
msgstr "Español"
|
505 |
+
|
506 |
+
#: contact-form-7/includes/functions.php:209
|
507 |
+
msgid "Swedish"
|
508 |
+
msgstr "Sueco"
|
509 |
+
|
510 |
+
#: contact-form-7/includes/functions.php:210
|
511 |
+
msgid "Thai"
|
512 |
+
msgstr "Tailandés"
|
513 |
+
|
514 |
+
#: contact-form-7/includes/functions.php:211
|
515 |
+
msgid "Turkish"
|
516 |
+
msgstr "Turco"
|
517 |
+
|
518 |
+
#: contact-form-7/includes/functions.php:212
|
519 |
+
msgid "Ukrainian"
|
520 |
+
msgstr "Ucraniano"
|
521 |
+
|
522 |
+
#: contact-form-7/includes/functions.php:213
|
523 |
+
msgid "Vietnamese"
|
524 |
+
msgstr "Vietnamita"
|
525 |
+
|
526 |
+
#: contact-form-7/modules/acceptance.php:96
|
527 |
+
msgid "Acceptance"
|
528 |
+
msgstr "Aceptación"
|
529 |
+
|
530 |
+
#: contact-form-7/modules/acceptance.php:105
|
531 |
+
#: contact-form-7/modules/captcha.php:206
|
532 |
+
#: contact-form-7/modules/checkbox.php:198
|
533 |
+
#: contact-form-7/modules/file.php:234
|
534 |
+
msgid "Name"
|
535 |
+
msgstr "Nome"
|
536 |
+
|
537 |
+
#: contact-form-7/modules/acceptance.php:110
|
538 |
+
#: contact-form-7/modules/acceptance.php:113
|
539 |
+
#: contact-form-7/modules/captcha.php:213
|
540 |
+
#: contact-form-7/modules/captcha.php:216
|
541 |
+
#: contact-form-7/modules/captcha.php:221
|
542 |
+
#: contact-form-7/modules/captcha.php:224
|
543 |
+
#: contact-form-7/modules/captcha.php:228
|
544 |
+
#: contact-form-7/modules/captcha.php:239
|
545 |
+
#: contact-form-7/modules/captcha.php:242
|
546 |
+
#: contact-form-7/modules/captcha.php:247
|
547 |
+
#: contact-form-7/modules/captcha.php:250
|
548 |
+
#: contact-form-7/modules/checkbox.php:203
|
549 |
+
#: contact-form-7/modules/checkbox.php:206
|
550 |
+
#: contact-form-7/modules/file.php:239
|
551 |
+
#: contact-form-7/modules/file.php:242
|
552 |
+
#: contact-form-7/modules/file.php:247
|
553 |
+
#: contact-form-7/modules/file.php:250
|
554 |
+
msgid "optional"
|
555 |
+
msgstr "opcional"
|
556 |
+
|
557 |
+
#: contact-form-7/modules/acceptance.php:119
|
558 |
+
msgid "Make this checkbox checked by default?"
|
559 |
+
msgstr "Facer que esta casiña esté marcada por defecto?"
|
560 |
+
|
561 |
+
#: contact-form-7/modules/acceptance.php:120
|
562 |
+
msgid "Make this checkbox work inversely?"
|
563 |
+
msgstr "Facer que esta casiña funcione á inversa?"
|
564 |
+
|
565 |
+
#: contact-form-7/modules/acceptance.php:121
|
566 |
+
msgid "* That means visitor who accepts the term unchecks it."
|
567 |
+
msgstr "* Significa que o visitante que acepta os termos ten que quitar a marca da casiña."
|
568 |
+
|
569 |
+
#: contact-form-7/modules/acceptance.php:126
|
570 |
+
#: contact-form-7/modules/captcha.php:255
|
571 |
+
#: contact-form-7/modules/checkbox.php:226
|
572 |
+
#: contact-form-7/modules/file.php:255
|
573 |
+
msgid "Copy this code and paste it into the form left."
|
574 |
+
msgstr "Copia este código e pégao no formulario á esquerda."
|
575 |
+
|
576 |
+
#: contact-form-7/modules/captcha.php:65
|
577 |
+
msgid "To use CAPTCHA, you need <a href=\"http://wordpress.org/extend/plugins/really-simple-captcha/\">Really Simple CAPTCHA</a> plugin installed."
|
578 |
+
msgstr "Para usar CAPTCHA, necesitar ter instalado o plugin <a href=\"http://wordpress.org/extend/plugins/really-simple-captcha/\">Really Simple CAPTCHA</a>."
|
579 |
+
|
580 |
+
#: contact-form-7/modules/captcha.php:181
|
581 |
+
msgid "The code that sender entered does not match the CAPTCHA"
|
582 |
+
msgstr "O código introducido non coincide co CAPTCHA"
|
583 |
+
|
584 |
+
#: contact-form-7/modules/captcha.php:182
|
585 |
+
msgid "Your entered code is incorrect."
|
586 |
+
msgstr "O código introducido é incorrecto."
|
587 |
+
|
588 |
+
#: contact-form-7/modules/captcha.php:192
|
589 |
+
msgid "CAPTCHA"
|
590 |
+
msgstr "CAPTCHA"
|
591 |
+
|
592 |
+
#: contact-form-7/modules/captcha.php:203
|
593 |
+
msgid "Note: To use CAPTCHA, you need Really Simple CAPTCHA plugin installed."
|
594 |
+
msgstr "Nota: para usar CAPTCHA, necesitar ter instalado o plugin Really Simple CAPTCHA."
|
595 |
+
|
596 |
+
#: contact-form-7/modules/captcha.php:210
|
597 |
+
msgid "Image settings"
|
598 |
+
msgstr "Opcións de imaxe"
|
599 |
+
|
600 |
+
#: contact-form-7/modules/captcha.php:221
|
601 |
+
msgid "Foreground color"
|
602 |
+
msgstr "Color de fronte"
|
603 |
+
|
604 |
+
#: contact-form-7/modules/captcha.php:224
|
605 |
+
msgid "Background color"
|
606 |
+
msgstr "Color de fondo"
|
607 |
+
|
608 |
+
#: contact-form-7/modules/captcha.php:228
|
609 |
+
msgid "Image size"
|
610 |
+
msgstr "Tamaño de imaxe"
|
611 |
+
|
612 |
+
#: contact-form-7/modules/captcha.php:229
|
613 |
+
msgid "Small"
|
614 |
+
msgstr "Pequeno"
|
615 |
+
|
616 |
+
#: contact-form-7/modules/captcha.php:230
|
617 |
+
msgid "Medium"
|
618 |
+
msgstr "Mediano"
|
619 |
+
|
620 |
+
#: contact-form-7/modules/captcha.php:231
|
621 |
+
msgid "Large"
|
622 |
+
msgstr "Grande"
|
623 |
+
|
624 |
+
#: contact-form-7/modules/captcha.php:236
|
625 |
+
msgid "Input field settings"
|
626 |
+
msgstr "Opcións de campo de entrada"
|
627 |
+
|
628 |
+
#: contact-form-7/modules/captcha.php:256
|
629 |
+
msgid "For image"
|
630 |
+
msgstr "Para imaxe"
|
631 |
+
|
632 |
+
#: contact-form-7/modules/captcha.php:258
|
633 |
+
msgid "For input field"
|
634 |
+
msgstr "Para campo de entrada"
|
635 |
+
|
636 |
+
#: contact-form-7/modules/captcha.php:288
|
637 |
+
#, php-format
|
638 |
+
msgid "This contact form contains CAPTCHA fields, but the temporary folder for the files (%s) does not exist or is not writable. You can create the folder or change its permission manually."
|
639 |
+
msgstr "Este formulario de contacto contén campos CAPTCHA, pero o directorio temporal de arquivos (%s) non existe ou non se pode escribir. Dedes crear o directorio ou cambiar os permisos manualmente."
|
640 |
+
|
641 |
+
#: contact-form-7/modules/captcha.php:294
|
642 |
+
msgid "This contact form contains CAPTCHA fields, but the necessary libraries (GD and FreeType) are not available on your server."
|
643 |
+
msgstr "Este formulario de contacto contén campos CAPTCHA, pero as librerías necesarias (GD e FreeType) non están dispoñibles no teu servidor."
|
644 |
+
|
645 |
+
#: contact-form-7/modules/checkbox.php:171
|
646 |
+
msgid "Checkboxes"
|
647 |
+
msgstr "Checkboxes"
|
648 |
+
|
649 |
+
#: contact-form-7/modules/checkbox.php:174
|
650 |
+
msgid "Radio buttons"
|
651 |
+
msgstr "Botóns de opción"
|
652 |
+
|
653 |
+
#: contact-form-7/modules/checkbox.php:195
|
654 |
+
#: contact-form-7/modules/file.php:233
|
655 |
+
msgid "Required field?"
|
656 |
+
msgstr "Campo obrigatorio?"
|
657 |
+
|
658 |
+
#: contact-form-7/modules/checkbox.php:211
|
659 |
+
msgid "Choices"
|
660 |
+
msgstr "Opcións"
|
661 |
+
|
662 |
+
#: contact-form-7/modules/checkbox.php:213
|
663 |
+
msgid "* One choice per line."
|
664 |
+
msgstr "* Unha opción por línea"
|
665 |
+
|
666 |
+
#: contact-form-7/modules/checkbox.php:217
|
667 |
+
msgid "Put a label first, a checkbox last?"
|
668 |
+
msgstr "Poñer a etiqueta primeiro, o checkbox despois?"
|
669 |
+
|
670 |
+
#: contact-form-7/modules/checkbox.php:218
|
671 |
+
msgid "Wrap each item with <label> tag?"
|
672 |
+
msgstr "Rodear cada elemento cunha etiqueta <label>?"
|
673 |
+
|
674 |
+
#: contact-form-7/modules/checkbox.php:220
|
675 |
+
msgid "Make checkboxes exclusive?"
|
676 |
+
msgstr "Facer que as casiñas sexan mutuamente exclusivas?"
|
677 |
+
|
678 |
+
#: contact-form-7/modules/checkbox.php:228
|
679 |
+
msgid "And, put this code into the Mail fields below."
|
680 |
+
msgstr "E, poñer este código nos campos Correo abaixo."
|
681 |
+
|
682 |
+
#: contact-form-7/modules/file.php:197
|
683 |
+
msgid "Uploading a file fails for any reason"
|
684 |
+
msgstr "A subida dun arquivo fallou"
|
685 |
+
|
686 |
+
#: contact-form-7/modules/file.php:198
|
687 |
+
msgid "Failed to upload file."
|
688 |
+
msgstr "Non se puido subir o arquivo."
|
689 |
+
|
690 |
+
#: contact-form-7/modules/file.php:202
|
691 |
+
msgid "Uploaded file is not allowed file type"
|
692 |
+
msgstr "O arquivo subido non é dun tipo permitido"
|
693 |
+
|
694 |
+
#: contact-form-7/modules/file.php:203
|
695 |
+
msgid "This file type is not allowed."
|
696 |
+
msgstr "O tipo de arquivo non está permitido."
|
697 |
+
|
698 |
+
#: contact-form-7/modules/file.php:207
|
699 |
+
msgid "Uploaded file is too large"
|
700 |
+
msgstr "O arquivo subido é demasiado grande"
|
701 |
+
|
702 |
+
#: contact-form-7/modules/file.php:208
|
703 |
+
msgid "This file is too large."
|
704 |
+
msgstr "O arquivo é demasiado grande."
|
705 |
+
|
706 |
+
#: contact-form-7/modules/file.php:212
|
707 |
+
msgid "Uploading a file fails for PHP error"
|
708 |
+
msgstr "Fallou a subida do arquivo"
|
709 |
+
|
710 |
+
#: contact-form-7/modules/file.php:213
|
711 |
+
msgid "Failed to upload file. Error occurred."
|
712 |
+
msgstr "Fallou a subida do arquivo"
|
713 |
+
|
714 |
+
#: contact-form-7/modules/file.php:224
|
715 |
+
msgid "File upload"
|
716 |
+
msgstr "Subida de arquivos"
|
717 |
+
|
718 |
+
#: contact-form-7/modules/file.php:247
|
719 |
+
msgid "File size limit"
|
720 |
+
msgstr "Limite de tamaño de arquivo"
|
721 |
+
|
722 |
+
#: contact-form-7/modules/file.php:247
|
723 |
+
msgid "bytes"
|
724 |
+
msgstr "bytes"
|
725 |
+
|
726 |
+
#: contact-form-7/modules/file.php:250
|
727 |
+
msgid "Acceptable file types"
|
728 |
+
msgstr "Tipos de arquivo aceptados"
|
729 |
+
|
730 |
+
#: contact-form-7/modules/file.php:257
|
731 |
+
msgid "And, put this code into the File Attachments field below."
|
732 |
+
msgstr "E, poñer este código nos campos Ficheiros adxuntos abaixo."
|
733 |
+
|
734 |
+
#: contact-form-7/modules/file.php:282
|
735 |
+
#, php-format
|
736 |
+
msgid "This contact form contains file uploading fields, but the temporary folder for the files (%s) does not exist or is not writable. You can create the folder or change its permission manually."
|
737 |
+
msgstr "Este formulario de contacto contén campos Subir ficheiros, pero o directorio temporal de arquivos (%s) non existe ou non se pode escribir. Dedes crear o directorio ou cambiar os permisos manualmente."
|
738 |
+
|
739 |
+
#: contact-form-7/modules/icl.php:74
|
740 |
+
msgid "This contact form contains [icl] tags, but they are obsolete and no longer functioning on this version of Contact Form 7. <a href=\"http://contactform7.com/2009/12/25/contact-form-in-your-language/#Creating_contact_form_in_different_languages\" target=\"_blank\">There is a simpler way for creating contact forms of other languages</a> and you are recommended to use it."
|
741 |
+
msgstr "Este formulario de contacto contén etiquetas [icl], pero estas son obsoletas e xa non funcionan nesta versión de Contact Form 7. <a href=\"http://contactform7.com/2009/12/25/contact-form-in-your-language/#Creating_contact_form_in_different_languages\" target=\"_blank\">Hai unha forma máis fácil de crear formularios de contaco en outro idiomas</a> e recomendámosche que a uses."
|
742 |
+
|
743 |
+
#: contact-form-7/modules/quiz.php:164
|
744 |
+
msgid "Sender doesn't enter the correct answer to the quiz"
|
745 |
+
msgstr "Non introduciches a resposta correcta á adiviña"
|
746 |
+
|
747 |
+
#: contact-form-7/modules/quiz.php:165
|
748 |
+
msgid "Your answer is not correct."
|
749 |
+
msgstr "A túa resposta non é correcta."
|
750 |
+
|
751 |
+
#: contact-form-7/modules/quiz.php:175
|
752 |
+
msgid "Quiz"
|
753 |
+
msgstr "Adiviña"
|
754 |
+
|
755 |
+
#: contact-form-7/modules/quiz.php:205
|
756 |
+
msgid "Quizzes"
|
757 |
+
msgstr "Adiviñas"
|
758 |
+
|
759 |
+
#: contact-form-7/modules/quiz.php:207
|
760 |
+
msgid "* quiz|answer (e.g. 1+1=?|2)"
|
761 |
+
msgstr "* adiviña|resposta (por exemplo 1+1=?|2)"
|
762 |
+
|
763 |
+
#: contact-form-7/modules/select.php:146
|
764 |
+
msgid "Drop-down menu"
|
765 |
+
msgstr "Menú despregable"
|
766 |
+
|
767 |
+
#: contact-form-7/modules/select.php:175
|
768 |
+
msgid "Allow multiple selections?"
|
769 |
+
msgstr "Permitir seleccións múltiples?"
|
770 |
+
|
771 |
+
#: contact-form-7/modules/select.php:176
|
772 |
+
msgid "Insert a blank item as the first option?"
|
773 |
+
msgstr "Insertar un elemento en branco como primeira opción?"
|
774 |
+
|
775 |
+
#: contact-form-7/modules/submit.php:55
|
776 |
+
msgid "Submit button"
|
777 |
+
msgstr "Botón enviar"
|
778 |
+
|
779 |
+
#: contact-form-7/modules/submit.php:73
|
780 |
+
msgid "Label"
|
781 |
+
msgstr "Etiqueta"
|
782 |
+
|
783 |
+
#: contact-form-7/modules/text.php:129
|
784 |
+
msgid "Text field"
|
785 |
+
msgstr "Campo de texto"
|
786 |
+
|
787 |
+
#: contact-form-7/modules/text.php:132
|
788 |
+
msgid "Email field"
|
789 |
+
msgstr "Campo de email"
|
790 |
+
|
791 |
+
#: contact-form-7/modules/text.php:174
|
792 |
+
msgid "Akismet"
|
793 |
+
msgstr "Akismet"
|
794 |
+
|
795 |
+
#: contact-form-7/modules/text.php:176
|
796 |
+
msgid "This field requires author's name"
|
797 |
+
msgstr "Este campo require o nome do autor"
|
798 |
+
|
799 |
+
#: contact-form-7/modules/text.php:177
|
800 |
+
msgid "This field requires author's URL"
|
801 |
+
msgstr "Este campo require a URL do autor"
|
802 |
+
|
803 |
+
#: contact-form-7/modules/text.php:179
|
804 |
+
msgid "This field requires author's email address"
|
805 |
+
msgstr "Este campo require o email do autor"
|
806 |
+
|
807 |
+
#: contact-form-7/modules/text.php:183
|
808 |
+
#: contact-form-7/modules/textarea.php:149
|
809 |
+
msgid "Default value"
|
810 |
+
msgstr "Valor por defecto"
|
811 |
+
|
812 |
+
#: contact-form-7/modules/textarea.php:118
|
813 |
+
msgid "Text area"
|
814 |
+
msgstr "Área de texto"
|
815 |
+
|
816 |
+
#~ msgid "Delete this contact form"
|
817 |
+
#~ msgstr "Borrar este formulario de contacto"
|
818 |
+
|
819 |
+
#~ msgid "(You need WordPress 2.7 or greater to use this feature)"
|
820 |
+
#~ msgstr ""
|
821 |
+
#~ "(Se requiere WordPress 2.7 o superior para usar esta característica)"
|
822 |
+
|
823 |
+
#~ msgid "Form content"
|
824 |
+
#~ msgstr "Contenido del formulario"
|
825 |
+
|
826 |
+
#~ msgid "Mail template"
|
827 |
+
#~ msgstr "Plantilla del email"
|
828 |
+
|
829 |
+
#~ msgid "Sender field:"
|
830 |
+
#~ msgstr "Campo de remitente:"
|
831 |
+
|
832 |
+
#~ msgid "Recipient address:"
|
833 |
+
#~ msgstr "Dirección del destinatario:"
|
834 |
+
|
835 |
+
#~ msgid "Insert"
|
836 |
+
#~ msgstr "Insertar"
|
languages/wpcf7-hu_HU.mo
CHANGED
Binary file
|
languages/wpcf7-hu_HU.po
CHANGED
@@ -1,59 +1,155 @@
|
|
1 |
-
# Original translate: HiA <hia@itblog.hu>
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: Contact Form 7 v1.hu\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
-
"POT-Creation-Date:
|
7 |
-
"PO-Revision-Date:
|
8 |
-
"Last-Translator:
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"X-Poedit-Language: Hungarian\n"
|
13 |
"X-Poedit-Country: HUNGARY\n"
|
14 |
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
-
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
16 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
17 |
-
"Language-Team: \n"
|
18 |
-
"X-Poedit-SearchPath-0: ..\n"
|
19 |
|
20 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
#, php-format
|
22 |
msgid "<strong>The database table for Contact Form 7 does not exist.</strong> You must <a href=\"%s\">create the table</a> for it to work."
|
23 |
-
msgstr "<strong>A
|
24 |
|
25 |
-
#:
|
26 |
msgid "<strong>The database table for Contact Form 7 does not exist.</strong>"
|
27 |
-
msgstr "<strong>A
|
28 |
|
29 |
-
#:
|
30 |
-
#: ../admin/admin-panel.php:30
|
31 |
-
#: ../admin/admin.php:119
|
32 |
-
msgid "Contact Form 7"
|
33 |
-
msgstr "Contact Form 7"
|
34 |
-
|
35 |
-
#: ../admin/admin-panel.php:45
|
36 |
msgid "Add new"
|
37 |
msgstr "Új hozzáadása"
|
38 |
|
39 |
-
#:
|
40 |
msgid "Copy this code and paste it into your post, page or text widget content."
|
41 |
-
msgstr "
|
42 |
|
43 |
-
#:
|
44 |
-
#:
|
45 |
msgid "Save"
|
46 |
msgstr "Mentés"
|
47 |
|
48 |
-
#:
|
49 |
msgid "Copy"
|
50 |
msgstr "Másolás"
|
51 |
|
52 |
-
#:
|
53 |
msgid "Delete"
|
54 |
msgstr "Törlés"
|
55 |
|
56 |
-
#:
|
57 |
msgid ""
|
58 |
"You are about to delete this contact form.\n"
|
59 |
" 'Cancel' to stop, 'OK' to delete."
|
@@ -61,449 +157,663 @@ msgstr ""
|
|
61 |
"Ennek a kapcsolat űrlapnak a törlésére készül.\n"
|
62 |
" 'Mégse', ha nem akarja, 'OK' a törléshez."
|
63 |
|
64 |
-
#:
|
65 |
msgid "Form"
|
66 |
msgstr "Űrlap"
|
67 |
|
68 |
-
#:
|
69 |
msgid "Mail"
|
70 |
msgstr "Levél"
|
71 |
|
72 |
-
#:
|
73 |
-
#:
|
74 |
msgid "To:"
|
75 |
msgstr "Címzett:"
|
76 |
|
77 |
-
#:
|
78 |
-
#:
|
79 |
msgid "From:"
|
80 |
msgstr "Feladó:"
|
81 |
|
82 |
-
#:
|
83 |
-
#:
|
84 |
msgid "Subject:"
|
85 |
msgstr "Tárgy:"
|
86 |
|
87 |
-
#:
|
88 |
-
#:
|
89 |
msgid "Additional headers:"
|
90 |
-
msgstr "
|
91 |
|
92 |
-
#:
|
93 |
-
#:
|
94 |
msgid "File attachments:"
|
95 |
msgstr "Csatolt fájlok:"
|
96 |
|
97 |
-
#:
|
98 |
-
#:
|
99 |
msgid "Use HTML content type"
|
100 |
-
msgstr "
|
101 |
|
102 |
-
#:
|
103 |
-
#:
|
|
|
104 |
msgid "Message body:"
|
105 |
msgstr "Üzenet törzse:"
|
106 |
|
107 |
-
#:
|
108 |
msgid "Mail (2)"
|
109 |
msgstr "Levél (2)"
|
110 |
|
111 |
-
#:
|
112 |
msgid "Use mail (2)"
|
113 |
msgstr "Levél (2) használata"
|
114 |
|
115 |
-
#:
|
116 |
msgid "Messages"
|
117 |
msgstr "Üzenetek"
|
118 |
|
119 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
120 |
msgid "Sender's message was sent successfully"
|
121 |
msgstr "Az üzenet sikeresen el lett küldve"
|
122 |
|
123 |
-
#:
|
|
|
|
|
|
|
|
|
124 |
msgid "Sender's message was failed to send"
|
125 |
msgstr "Sikertelen üzenet küldés"
|
126 |
|
127 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
128 |
msgid "Akismet judged the sending activity as spamming"
|
129 |
msgstr "Akismet spamnek tekintette a küldést"
|
130 |
|
131 |
-
#:
|
132 |
msgid "Validation errors occurred"
|
133 |
msgstr "Jóváhagyás hiba történt"
|
134 |
|
135 |
-
#:
|
136 |
-
msgid "
|
137 |
-
msgstr "
|
|
|
|
|
|
|
|
|
138 |
|
139 |
-
#:
|
|
|
|
|
|
|
|
|
140 |
msgid "Email address that sender entered is invalid"
|
141 |
msgstr "A beírt e-mail cím helytelen"
|
142 |
|
143 |
-
#:
|
144 |
-
msgid "
|
145 |
-
msgstr "
|
146 |
|
147 |
-
#:
|
148 |
-
msgid "
|
149 |
-
msgstr "
|
150 |
|
151 |
-
#:
|
152 |
-
msgid "
|
153 |
-
msgstr "
|
154 |
|
155 |
-
#:
|
156 |
-
msgid "
|
157 |
-
msgstr "
|
158 |
|
159 |
-
#:
|
160 |
-
|
161 |
-
|
|
|
162 |
|
163 |
-
#:
|
164 |
-
msgid "
|
165 |
-
msgstr "
|
166 |
|
167 |
-
#:
|
168 |
-
msgid "
|
169 |
-
msgstr "
|
170 |
|
171 |
-
#:
|
172 |
-
msgid "
|
173 |
-
msgstr "
|
174 |
|
175 |
-
#:
|
176 |
-
msgid "
|
177 |
-
msgstr "
|
178 |
|
179 |
-
#:
|
180 |
-
|
181 |
-
|
|
|
182 |
|
183 |
-
#:
|
184 |
-
|
185 |
-
|
|
|
186 |
|
187 |
-
#:
|
188 |
-
msgid "
|
189 |
-
msgstr "
|
190 |
|
191 |
-
#:
|
192 |
-
|
193 |
-
|
|
|
|
|
194 |
|
195 |
-
#:
|
196 |
-
msgid "
|
197 |
-
msgstr "
|
198 |
|
199 |
-
#:
|
200 |
-
msgid "
|
201 |
-
msgstr "
|
202 |
|
203 |
-
#:
|
204 |
-
msgid "
|
205 |
-
msgstr "
|
206 |
|
207 |
-
#:
|
208 |
-
msgid "
|
209 |
-
msgstr "
|
210 |
|
211 |
-
#:
|
212 |
-
msgid "
|
213 |
-
msgstr "
|
214 |
|
215 |
-
#:
|
216 |
-
msgid "
|
217 |
-
msgstr "
|
218 |
|
219 |
-
#:
|
220 |
-
msgid "
|
221 |
-
msgstr "
|
222 |
|
223 |
-
#:
|
224 |
-
msgid "
|
225 |
-
msgstr "
|
226 |
|
227 |
-
#:
|
228 |
-
msgid "
|
229 |
-
msgstr "
|
230 |
|
231 |
-
#:
|
232 |
-
msgid "
|
233 |
-
msgstr "
|
234 |
|
235 |
-
#:
|
236 |
-
msgid "
|
237 |
-
msgstr "
|
238 |
|
239 |
-
#:
|
240 |
-
msgid "
|
241 |
-
msgstr "
|
242 |
|
243 |
-
#:
|
244 |
-
msgid "
|
245 |
-
msgstr "
|
246 |
|
247 |
-
#:
|
248 |
-
msgid "
|
249 |
-
msgstr "
|
250 |
|
251 |
-
#:
|
252 |
-
msgid "
|
253 |
-
msgstr "
|
254 |
|
255 |
-
#:
|
256 |
-
msgid "
|
257 |
-
msgstr "
|
258 |
|
259 |
-
#:
|
260 |
-
msgid "
|
261 |
-
msgstr "
|
262 |
|
263 |
-
#:
|
264 |
-
msgid "
|
265 |
-
msgstr "
|
266 |
|
267 |
-
#:
|
268 |
-
msgid "
|
269 |
-
msgstr "
|
270 |
|
271 |
-
#:
|
272 |
-
msgid "
|
273 |
-
msgstr "
|
274 |
|
275 |
-
#:
|
276 |
-
msgid "
|
277 |
-
msgstr "
|
278 |
|
279 |
-
#:
|
280 |
-
msgid "
|
281 |
-
msgstr "
|
282 |
|
283 |
-
#:
|
284 |
-
msgid "
|
285 |
-
msgstr "
|
286 |
|
287 |
-
#:
|
288 |
-
msgid "
|
289 |
-
msgstr "
|
290 |
|
291 |
-
#:
|
292 |
-
msgid "
|
293 |
-
msgstr "
|
294 |
|
295 |
-
#:
|
296 |
-
msgid "
|
297 |
-
msgstr "
|
298 |
|
299 |
-
#:
|
300 |
-
msgid "
|
301 |
-
msgstr "
|
302 |
|
303 |
-
#:
|
304 |
-
msgid "
|
305 |
-
msgstr "
|
306 |
|
307 |
-
#:
|
308 |
-
msgid "
|
309 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
310 |
|
311 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
312 |
msgid "Copy this code and paste it into the form left."
|
313 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
314 |
|
315 |
-
#:
|
|
|
|
|
|
|
|
|
316 |
msgid "Foreground color"
|
317 |
msgstr "Előtér szín"
|
318 |
|
319 |
-
#:
|
320 |
msgid "Background color"
|
321 |
msgstr "Háttér szín"
|
322 |
|
323 |
-
#:
|
324 |
msgid "Image size"
|
325 |
msgstr "Kép mérete"
|
326 |
|
327 |
-
#:
|
328 |
msgid "Small"
|
329 |
msgstr "Kicsi"
|
330 |
|
331 |
-
#:
|
332 |
msgid "Medium"
|
333 |
msgstr "Közepes"
|
334 |
|
335 |
-
#:
|
336 |
msgid "Large"
|
337 |
msgstr "Nagy"
|
338 |
|
339 |
-
#:
|
340 |
-
msgid "Image settings"
|
341 |
-
msgstr "Kép beállítások"
|
342 |
-
|
343 |
-
#: ../admin/admin.php:217
|
344 |
msgid "Input field settings"
|
345 |
msgstr "Beviteli mező beállításai"
|
346 |
|
347 |
-
#:
|
348 |
msgid "For image"
|
349 |
msgstr "Képnek"
|
350 |
|
351 |
-
#:
|
352 |
msgid "For input field"
|
353 |
msgstr "Beviteli mezőnek"
|
354 |
|
355 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
356 |
msgid "* One choice per line."
|
357 |
msgstr "* Egy választás soronként."
|
358 |
|
359 |
-
#:
|
360 |
-
msgid "
|
361 |
-
msgstr "
|
362 |
|
363 |
-
#:
|
364 |
-
msgid "
|
365 |
-
msgstr "
|
366 |
|
367 |
-
#:
|
368 |
-
msgid "
|
369 |
-
msgstr "
|
370 |
|
371 |
-
#:
|
372 |
-
msgid "
|
373 |
-
msgstr "
|
374 |
|
375 |
-
#:
|
376 |
-
msgid "
|
377 |
-
msgstr "
|
378 |
|
379 |
-
#:
|
380 |
-
msgid "
|
381 |
-
msgstr "
|
382 |
|
383 |
-
#:
|
384 |
-
msgid "
|
385 |
-
msgstr "
|
386 |
|
387 |
-
#:
|
388 |
-
msgid "
|
389 |
-
msgstr "
|
390 |
|
391 |
-
#:
|
392 |
-
msgid "
|
393 |
-
msgstr "
|
394 |
|
395 |
-
#:
|
396 |
-
msgid "
|
397 |
-
msgstr "
|
398 |
|
399 |
-
#:
|
400 |
-
msgid "
|
401 |
-
msgstr "
|
402 |
|
403 |
-
#:
|
404 |
-
msgid "
|
405 |
-
msgstr "
|
406 |
|
407 |
-
#:
|
408 |
-
msgid "
|
409 |
-
msgstr "
|
410 |
|
411 |
-
#:
|
412 |
-
msgid "
|
413 |
-
msgstr "
|
414 |
|
415 |
-
#:
|
416 |
-
msgid "
|
417 |
-
msgstr "
|
418 |
|
419 |
-
#:
|
420 |
-
msgid "
|
421 |
-
msgstr "
|
422 |
|
423 |
-
#:
|
424 |
-
msgid "
|
425 |
-
msgstr "
|
426 |
|
427 |
-
#:
|
428 |
-
|
429 |
-
|
|
|
430 |
|
431 |
-
#:
|
432 |
-
|
433 |
-
|
434 |
-
msgstr "Üzenet küldése sikertelen. Kérjük próbálja meg később vagy más módon keresse a kapcsolatot!"
|
435 |
|
436 |
-
#:
|
437 |
-
msgid "
|
438 |
-
msgstr "
|
439 |
|
440 |
-
#:
|
441 |
-
msgid "
|
442 |
-
msgstr "
|
443 |
|
444 |
-
#:
|
445 |
-
msgid "
|
446 |
-
msgstr "
|
447 |
|
448 |
-
#:
|
449 |
-
msgid "
|
450 |
-
msgstr "
|
451 |
|
452 |
-
#:
|
453 |
-
msgid "
|
454 |
-
msgstr "
|
455 |
|
456 |
-
#:
|
457 |
-
msgid "
|
458 |
-
msgstr "
|
459 |
|
460 |
-
#:
|
461 |
-
msgid "
|
462 |
-
msgstr "
|
463 |
|
464 |
-
#:
|
465 |
-
msgid "
|
466 |
-
msgstr "
|
467 |
|
468 |
-
#:
|
469 |
-
msgid "
|
470 |
-
msgstr "
|
471 |
|
472 |
-
#:
|
473 |
-
msgid "
|
474 |
-
msgstr "
|
475 |
|
476 |
-
#:
|
477 |
-
msgid "
|
478 |
-
msgstr "
|
479 |
|
480 |
-
#:
|
481 |
-
|
482 |
-
|
483 |
-
msgstr "(szükséges)"
|
484 |
|
485 |
-
#:
|
486 |
-
msgid "
|
487 |
-
msgstr "
|
488 |
|
489 |
-
#:
|
490 |
-
msgid "
|
491 |
-
msgstr "
|
492 |
|
493 |
-
#:
|
494 |
-
msgid "
|
495 |
-
msgstr "
|
496 |
|
497 |
-
#:
|
498 |
-
msgid "
|
499 |
-
msgstr "
|
500 |
|
501 |
-
#:
|
502 |
-
|
503 |
-
|
|
|
|
|
|
|
|
|
|
|
504 |
|
505 |
-
#~ msgid "(You need WordPress 2.7 or greater to use this feature)"
|
506 |
-
#~ msgstr "(Wordpress 2.7 vagy későbbi változat szükséges ehhez a funkcióhoz.)"
|
507 |
#~ msgid "Delete this contact form"
|
508 |
#~ msgstr "Ennek a kapcsolat űrlapnak a törlése."
|
|
|
|
|
|
|
509 |
|
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Contact Form 7 v1.hu\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-02-24 08:35+0900\n"
|
6 |
+
"PO-Revision-Date: 2010-03-11 00:51+0100\n"
|
7 |
+
"Last-Translator: FYGureout <webmester@sakraft.hu>\n"
|
8 |
+
"Language-Team: HiA <hia@itblog.hu>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"X-Poedit-Language: Hungarian\n"
|
13 |
"X-Poedit-Country: HUNGARY\n"
|
14 |
"X-Poedit-SourceCharset: utf-8\n"
|
|
|
|
|
|
|
|
|
15 |
|
16 |
+
#: contact-form-7/admin/admin.php:120
|
17 |
+
#: contact-form-7/admin/edit.php:17
|
18 |
+
#: contact-form-7/admin/edit.php:30
|
19 |
+
msgid "Contact Form 7"
|
20 |
+
msgstr "Contact Form 7"
|
21 |
+
|
22 |
+
#: contact-form-7/admin/admin.php:120
|
23 |
+
msgid "Contact"
|
24 |
+
msgstr "Kapcsolat"
|
25 |
+
|
26 |
+
#: contact-form-7/admin/admin.php:123
|
27 |
+
msgid "Edit Contact Forms"
|
28 |
+
msgstr "Contact Form szerkesztése"
|
29 |
+
|
30 |
+
#: contact-form-7/admin/admin.php:123
|
31 |
+
msgid "Edit"
|
32 |
+
msgstr "Szerkeszt"
|
33 |
+
|
34 |
+
#: contact-form-7/admin/admin.php:162
|
35 |
+
msgid "Generate Tag"
|
36 |
+
msgstr "Címke létrehozása"
|
37 |
+
|
38 |
+
#: contact-form-7/admin/admin.php:163
|
39 |
+
msgid "Show"
|
40 |
+
msgstr "Mutat"
|
41 |
+
|
42 |
+
#: contact-form-7/admin/admin.php:164
|
43 |
+
msgid "Hide"
|
44 |
+
msgstr "Elrejt"
|
45 |
+
|
46 |
+
#: contact-form-7/admin/admin.php:265
|
47 |
+
msgid "Contact form"
|
48 |
+
msgstr "Kapcsolat űrlap"
|
49 |
+
|
50 |
+
#: contact-form-7/admin/admin.php:284
|
51 |
+
msgid "Settings"
|
52 |
+
msgstr "Bállítások"
|
53 |
+
|
54 |
+
#: contact-form-7/admin/admin.php:295
|
55 |
+
msgid "http://contactform7.com/"
|
56 |
+
msgstr "http://contactform7.com/"
|
57 |
+
|
58 |
+
#: contact-form-7/admin/admin.php:296
|
59 |
+
msgid "Contactform7.com"
|
60 |
+
msgstr "Contactform7.com"
|
61 |
+
|
62 |
+
#: contact-form-7/admin/admin.php:297
|
63 |
+
msgid "http://contactform7.com/docs/"
|
64 |
+
msgstr "http://contactform7.com/docs/"
|
65 |
+
|
66 |
+
#: contact-form-7/admin/admin.php:298
|
67 |
+
msgid "Docs"
|
68 |
+
msgstr "Dokumentumok"
|
69 |
+
|
70 |
+
#: contact-form-7/admin/admin.php:299
|
71 |
+
msgid "http://contactform7.com/faq/"
|
72 |
+
msgstr "http://contactform7.com/faq/"
|
73 |
+
|
74 |
+
#: contact-form-7/admin/admin.php:300
|
75 |
+
msgid "FAQ"
|
76 |
+
msgstr "GYIK"
|
77 |
+
|
78 |
+
#: contact-form-7/admin/admin.php:301
|
79 |
+
msgid "http://contactform7.com/support/"
|
80 |
+
msgstr "http://contactform7.com/support/"
|
81 |
+
|
82 |
+
#: contact-form-7/admin/admin.php:302
|
83 |
+
msgid "Support"
|
84 |
+
msgstr "Támogatás"
|
85 |
+
|
86 |
+
#: contact-form-7/admin/admin.php:316
|
87 |
+
msgid "Contact form created."
|
88 |
+
msgstr "Kapcsolat űrlap létrehozva."
|
89 |
+
|
90 |
+
#: contact-form-7/admin/admin.php:319
|
91 |
+
msgid "Contact form saved."
|
92 |
+
msgstr "Kapcsolat űrlap elmentve."
|
93 |
+
|
94 |
+
#: contact-form-7/admin/admin.php:322
|
95 |
+
msgid "Contact form deleted."
|
96 |
+
msgstr "Kapcsolat űrlap törölve."
|
97 |
+
|
98 |
+
#: contact-form-7/admin/admin.php:325
|
99 |
+
msgid "Database table created."
|
100 |
+
msgstr "Adatbázis tábla létrehozva"
|
101 |
+
|
102 |
+
#: contact-form-7/admin/admin.php:328
|
103 |
+
msgid "Failed to create database table."
|
104 |
+
msgstr "Hiba az adatbázis tábla létrehozásakor"
|
105 |
+
|
106 |
+
#: contact-form-7/admin/admin.php:361
|
107 |
+
msgid "Contact Form 7 needs your support. Please donate today."
|
108 |
+
msgstr "A Contact Form 7 igényli az Ön támogatását. Kérjük, adományozzon még ma!"
|
109 |
+
|
110 |
+
#: contact-form-7/admin/admin.php:362
|
111 |
+
msgid "Your contribution is needed for making this plugin better."
|
112 |
+
msgstr "Az Ön együttműködése szükséges ahhoz, hogy a bővítményt még jobbá tegyük"
|
113 |
+
|
114 |
+
#: contact-form-7/admin/admin.php:368
|
115 |
+
msgid "http://contactform7.com/donate/"
|
116 |
+
msgstr "http://contactform7.com/donate/"
|
117 |
+
|
118 |
+
#: contact-form-7/admin/admin.php:368
|
119 |
+
msgid "Donate"
|
120 |
+
msgstr "Adomány"
|
121 |
+
|
122 |
+
#: contact-form-7/admin/edit.php:9
|
123 |
#, php-format
|
124 |
msgid "<strong>The database table for Contact Form 7 does not exist.</strong> You must <a href=\"%s\">create the table</a> for it to work."
|
125 |
+
msgstr "<strong>A Contact Form 7 adatbázis-tábla nem létezik.</strong> A továbblépshez a <a href=\"%s\">táblát létre kell hozni</a>!"
|
126 |
|
127 |
+
#: contact-form-7/admin/edit.php:12
|
128 |
msgid "<strong>The database table for Contact Form 7 does not exist.</strong>"
|
129 |
+
msgstr "<strong>A Contact Form 7 adatbázis-tábla nem létezik.</strong>"
|
130 |
|
131 |
+
#: contact-form-7/admin/edit.php:45
|
|
|
|
|
|
|
|
|
|
|
|
|
132 |
msgid "Add new"
|
133 |
msgstr "Új hozzáadása"
|
134 |
|
135 |
+
#: contact-form-7/admin/edit.php:67
|
136 |
msgid "Copy this code and paste it into your post, page or text widget content."
|
137 |
+
msgstr "Másolja be és illessze be ezt a kódot a bejegyzésébe, oldalára, vagy szöveg-widget tartalmába."
|
138 |
|
139 |
+
#: contact-form-7/admin/edit.php:75
|
140 |
+
#: contact-form-7/admin/edit.php:309
|
141 |
msgid "Save"
|
142 |
msgstr "Mentés"
|
143 |
|
144 |
+
#: contact-form-7/admin/edit.php:82
|
145 |
msgid "Copy"
|
146 |
msgstr "Másolás"
|
147 |
|
148 |
+
#: contact-form-7/admin/edit.php:87
|
149 |
msgid "Delete"
|
150 |
msgstr "Törlés"
|
151 |
|
152 |
+
#: contact-form-7/admin/edit.php:89
|
153 |
msgid ""
|
154 |
"You are about to delete this contact form.\n"
|
155 |
" 'Cancel' to stop, 'OK' to delete."
|
157 |
"Ennek a kapcsolat űrlapnak a törlésére készül.\n"
|
158 |
" 'Mégse', ha nem akarja, 'OK' a törléshez."
|
159 |
|
160 |
+
#: contact-form-7/admin/edit.php:104
|
161 |
msgid "Form"
|
162 |
msgstr "Űrlap"
|
163 |
|
164 |
+
#: contact-form-7/admin/edit.php:128
|
165 |
msgid "Mail"
|
166 |
msgstr "Levél"
|
167 |
|
168 |
+
#: contact-form-7/admin/edit.php:135
|
169 |
+
#: contact-form-7/admin/edit.php:202
|
170 |
msgid "To:"
|
171 |
msgstr "Címzett:"
|
172 |
|
173 |
+
#: contact-form-7/admin/edit.php:140
|
174 |
+
#: contact-form-7/admin/edit.php:207
|
175 |
msgid "From:"
|
176 |
msgstr "Feladó:"
|
177 |
|
178 |
+
#: contact-form-7/admin/edit.php:145
|
179 |
+
#: contact-form-7/admin/edit.php:212
|
180 |
msgid "Subject:"
|
181 |
msgstr "Tárgy:"
|
182 |
|
183 |
+
#: contact-form-7/admin/edit.php:152
|
184 |
+
#: contact-form-7/admin/edit.php:219
|
185 |
msgid "Additional headers:"
|
186 |
+
msgstr "Haladó fejlécek:"
|
187 |
|
188 |
+
#: contact-form-7/admin/edit.php:157
|
189 |
+
#: contact-form-7/admin/edit.php:224
|
190 |
msgid "File attachments:"
|
191 |
msgstr "Csatolt fájlok:"
|
192 |
|
193 |
+
#: contact-form-7/admin/edit.php:165
|
194 |
+
#: contact-form-7/admin/edit.php:232
|
195 |
msgid "Use HTML content type"
|
196 |
+
msgstr "Használjon HTML tartalmi típust"
|
197 |
|
198 |
+
#: contact-form-7/admin/edit.php:172
|
199 |
+
#: contact-form-7/admin/edit.php:239
|
200 |
+
#: contact-form-7/includes/functions.php:78
|
201 |
msgid "Message body:"
|
202 |
msgstr "Üzenet törzse:"
|
203 |
|
204 |
+
#: contact-form-7/admin/edit.php:188
|
205 |
msgid "Mail (2)"
|
206 |
msgstr "Levél (2)"
|
207 |
|
208 |
+
#: contact-form-7/admin/edit.php:194
|
209 |
msgid "Use mail (2)"
|
210 |
msgstr "Levél (2) használata"
|
211 |
|
212 |
+
#: contact-form-7/admin/edit.php:255
|
213 |
msgid "Messages"
|
214 |
msgstr "Üzenetek"
|
215 |
|
216 |
+
#: contact-form-7/admin/edit.php:285
|
217 |
+
msgid "Additional Settings"
|
218 |
+
msgstr "Haladó beállítások:"
|
219 |
+
|
220 |
+
#: contact-form-7/admin/edit.php:333
|
221 |
+
#, php-format
|
222 |
+
msgid "Use the default language (%s)"
|
223 |
+
msgstr "Alapértelmezett nyelv használata (%s)"
|
224 |
+
|
225 |
+
#: contact-form-7/admin/edit.php:334
|
226 |
+
#: contact-form-7/admin/edit.php:347
|
227 |
+
msgid "Add New"
|
228 |
+
msgstr "Új hozzáadása"
|
229 |
+
|
230 |
+
#: contact-form-7/admin/edit.php:337
|
231 |
+
msgid "Or"
|
232 |
+
msgstr "vagy"
|
233 |
+
|
234 |
+
#: contact-form-7/admin/edit.php:342
|
235 |
+
msgid "(select language)"
|
236 |
+
msgstr "(nyelv választása)"
|
237 |
+
|
238 |
+
#: contact-form-7/includes/classes.php:569
|
239 |
+
msgid "Untitled"
|
240 |
+
msgstr "Cím nélkül"
|
241 |
+
|
242 |
+
#: contact-form-7/includes/functions.php:6
|
243 |
msgid "Sender's message was sent successfully"
|
244 |
msgstr "Az üzenet sikeresen el lett küldve"
|
245 |
|
246 |
+
#: contact-form-7/includes/functions.php:7
|
247 |
+
msgid "Your message was sent successfully. Thanks."
|
248 |
+
msgstr "Az üzenet sikeresen el lett küldve. Köszönjük!"
|
249 |
+
|
250 |
+
#: contact-form-7/includes/functions.php:11
|
251 |
msgid "Sender's message was failed to send"
|
252 |
msgstr "Sikertelen üzenet küldés"
|
253 |
|
254 |
+
#: contact-form-7/includes/functions.php:12
|
255 |
+
#: contact-form-7/includes/functions.php:17
|
256 |
+
msgid "Failed to send your message. Please try later or contact administrator by other way."
|
257 |
+
msgstr "Üzenet küldése sikertelen. Kérjük próbálja meg később, vagy más módon keresse a kapcsolatot!"
|
258 |
+
|
259 |
+
#: contact-form-7/includes/functions.php:16
|
260 |
msgid "Akismet judged the sending activity as spamming"
|
261 |
msgstr "Akismet spamnek tekintette a küldést"
|
262 |
|
263 |
+
#: contact-form-7/includes/functions.php:21
|
264 |
msgid "Validation errors occurred"
|
265 |
msgstr "Jóváhagyás hiba történt"
|
266 |
|
267 |
+
#: contact-form-7/includes/functions.php:22
|
268 |
+
msgid "Validation errors occurred. Please confirm the fields and submit it again."
|
269 |
+
msgstr "Érvényesítési hiba. Kérem a mezők megerősítését és újra elfogadását!"
|
270 |
+
|
271 |
+
#: contact-form-7/includes/functions.php:26
|
272 |
+
msgid "There is a field of term that sender is needed to accept"
|
273 |
+
msgstr "Van egy mező, amit a küldőnek el kell fogadnia"
|
274 |
|
275 |
+
#: contact-form-7/includes/functions.php:27
|
276 |
+
msgid "Please accept the terms to proceed."
|
277 |
+
msgstr "Kérem a feltételek elfogadását a folytatáshoz!"
|
278 |
+
|
279 |
+
#: contact-form-7/includes/functions.php:31
|
280 |
msgid "Email address that sender entered is invalid"
|
281 |
msgstr "A beírt e-mail cím helytelen"
|
282 |
|
283 |
+
#: contact-form-7/includes/functions.php:32
|
284 |
+
msgid "Email address seems invalid."
|
285 |
+
msgstr "Az e-mail cím nem tűnik helyesnek."
|
286 |
|
287 |
+
#: contact-form-7/includes/functions.php:36
|
288 |
+
msgid "There is a field that sender is needed to fill in"
|
289 |
+
msgstr "Van egy mező, amit a küldőnek ki kell töltenie"
|
290 |
|
291 |
+
#: contact-form-7/includes/functions.php:37
|
292 |
+
msgid "Please fill the required field."
|
293 |
+
msgstr "Kérem a szükséges mezők kitöltését!"
|
294 |
|
295 |
+
#: contact-form-7/includes/functions.php:46
|
296 |
+
msgid "Your Name"
|
297 |
+
msgstr "Név"
|
298 |
|
299 |
+
#: contact-form-7/includes/functions.php:46
|
300 |
+
#: contact-form-7/includes/functions.php:48
|
301 |
+
msgid "(required)"
|
302 |
+
msgstr "(kötelező)"
|
303 |
|
304 |
+
#: contact-form-7/includes/functions.php:48
|
305 |
+
msgid "Your Email"
|
306 |
+
msgstr "E-mail cím"
|
307 |
|
308 |
+
#: contact-form-7/includes/functions.php:50
|
309 |
+
msgid "Subject"
|
310 |
+
msgstr "Tárgy"
|
311 |
|
312 |
+
#: contact-form-7/includes/functions.php:52
|
313 |
+
msgid "Your Message"
|
314 |
+
msgstr "Üzenet"
|
315 |
|
316 |
+
#: contact-form-7/includes/functions.php:54
|
317 |
+
msgid "Send"
|
318 |
+
msgstr "Küldés"
|
319 |
|
320 |
+
#: contact-form-7/includes/functions.php:62
|
321 |
+
#, php-format
|
322 |
+
msgid "From: %s"
|
323 |
+
msgstr "Feladó: %s"
|
324 |
|
325 |
+
#: contact-form-7/includes/functions.php:63
|
326 |
+
#, php-format
|
327 |
+
msgid "Subject: %s"
|
328 |
+
msgstr "Tárgy: %s"
|
329 |
|
330 |
+
#: contact-form-7/includes/functions.php:64
|
331 |
+
msgid "Message Body:"
|
332 |
+
msgstr "Üzenet:"
|
333 |
|
334 |
+
#: contact-form-7/includes/functions.php:65
|
335 |
+
#: contact-form-7/includes/functions.php:79
|
336 |
+
#, php-format
|
337 |
+
msgid "This mail is sent via contact form on %1$s %2$s"
|
338 |
+
msgstr "Ez az email a %1$s kapcsolati űrlap használatával került kiküldésre:%2$s"
|
339 |
|
340 |
+
#: contact-form-7/includes/functions.php:168
|
341 |
+
msgid "Afrikaans"
|
342 |
+
msgstr "Afrikai"
|
343 |
|
344 |
+
#: contact-form-7/includes/functions.php:169
|
345 |
+
msgid "Albanian"
|
346 |
+
msgstr "Albán"
|
347 |
|
348 |
+
#: contact-form-7/includes/functions.php:170
|
349 |
+
msgid "Arabic"
|
350 |
+
msgstr "Arab"
|
351 |
|
352 |
+
#: contact-form-7/includes/functions.php:171
|
353 |
+
msgid "Bangla"
|
354 |
+
msgstr "Banglades"
|
355 |
|
356 |
+
#: contact-form-7/includes/functions.php:172
|
357 |
+
msgid "Bosnian"
|
358 |
+
msgstr "Bosnyák"
|
359 |
|
360 |
+
#: contact-form-7/includes/functions.php:173
|
361 |
+
msgid "Brazilian Portuguese"
|
362 |
+
msgstr "Portugál brazil"
|
363 |
|
364 |
+
#: contact-form-7/includes/functions.php:174
|
365 |
+
msgid "Bulgarian"
|
366 |
+
msgstr "Bulgár"
|
367 |
|
368 |
+
#: contact-form-7/includes/functions.php:175
|
369 |
+
msgid "Catalan"
|
370 |
+
msgstr "Katalán"
|
371 |
|
372 |
+
#: contact-form-7/includes/functions.php:176
|
373 |
+
msgid "Chinese (Simplified)"
|
374 |
+
msgstr "Kínai (egyszerűsített)"
|
375 |
|
376 |
+
#: contact-form-7/includes/functions.php:177
|
377 |
+
msgid "Chinese (Traditional)"
|
378 |
+
msgstr "Kínai (hagyományos)"
|
379 |
|
380 |
+
#: contact-form-7/includes/functions.php:178
|
381 |
+
msgid "Croatian"
|
382 |
+
msgstr "Horvát"
|
383 |
|
384 |
+
#: contact-form-7/includes/functions.php:179
|
385 |
+
msgid "Czech"
|
386 |
+
msgstr "Cseh"
|
387 |
|
388 |
+
#: contact-form-7/includes/functions.php:180
|
389 |
+
msgid "Danish"
|
390 |
+
msgstr "Dán"
|
391 |
|
392 |
+
#: contact-form-7/includes/functions.php:181
|
393 |
+
msgid "Dutch"
|
394 |
+
msgstr "Holland"
|
395 |
|
396 |
+
#: contact-form-7/includes/functions.php:182
|
397 |
+
msgid "English"
|
398 |
+
msgstr "Angol"
|
399 |
|
400 |
+
#: contact-form-7/includes/functions.php:183
|
401 |
+
msgid "Estonian"
|
402 |
+
msgstr "Észt"
|
403 |
|
404 |
+
#: contact-form-7/includes/functions.php:184
|
405 |
+
msgid "Finnish"
|
406 |
+
msgstr "Finn"
|
407 |
|
408 |
+
#: contact-form-7/includes/functions.php:185
|
409 |
+
msgid "French"
|
410 |
+
msgstr "Francia"
|
411 |
|
412 |
+
#: contact-form-7/includes/functions.php:186
|
413 |
+
msgid "Georgian"
|
414 |
+
msgstr "Grúz"
|
415 |
|
416 |
+
#: contact-form-7/includes/functions.php:187
|
417 |
+
msgid "German"
|
418 |
+
msgstr "Német"
|
419 |
|
420 |
+
#: contact-form-7/includes/functions.php:188
|
421 |
+
msgid "Greek"
|
422 |
+
msgstr "Görög"
|
423 |
|
424 |
+
#: contact-form-7/includes/functions.php:189
|
425 |
+
msgid "Hebrew"
|
426 |
+
msgstr "Zsidó"
|
427 |
|
428 |
+
#: contact-form-7/includes/functions.php:190
|
429 |
+
msgid "Hindi"
|
430 |
+
msgstr "Hindi"
|
431 |
|
432 |
+
#: contact-form-7/includes/functions.php:191
|
433 |
+
msgid "Hungarian"
|
434 |
+
msgstr "Magyar"
|
435 |
|
436 |
+
#: contact-form-7/includes/functions.php:192
|
437 |
+
msgid "Indonesian"
|
438 |
+
msgstr "Indonéz"
|
439 |
|
440 |
+
#: contact-form-7/includes/functions.php:193
|
441 |
+
msgid "Italian"
|
442 |
+
msgstr "Olasz"
|
443 |
|
444 |
+
#: contact-form-7/includes/functions.php:194
|
445 |
+
msgid "Japanese"
|
446 |
+
msgstr "Japán"
|
447 |
|
448 |
+
#: contact-form-7/includes/functions.php:195
|
449 |
+
msgid "Korean"
|
450 |
+
msgstr "Kóreai"
|
451 |
|
452 |
+
#: contact-form-7/includes/functions.php:196
|
453 |
+
msgid "Latvian"
|
454 |
+
msgstr "Lett"
|
455 |
+
|
456 |
+
#: contact-form-7/includes/functions.php:197
|
457 |
+
msgid "Lithuanian"
|
458 |
+
msgstr "Litván"
|
459 |
+
|
460 |
+
#: contact-form-7/includes/functions.php:198
|
461 |
+
msgid "Malayalam"
|
462 |
+
msgstr "Maláj"
|
463 |
+
|
464 |
+
#: contact-form-7/includes/functions.php:199
|
465 |
+
msgid "Norwegian"
|
466 |
+
msgstr "Norvég"
|
467 |
+
|
468 |
+
#: contact-form-7/includes/functions.php:200
|
469 |
+
msgid "Persian"
|
470 |
+
msgstr "Perzsa"
|
471 |
|
472 |
+
#: contact-form-7/includes/functions.php:201
|
473 |
+
msgid "Polish"
|
474 |
+
msgstr "Lengyel"
|
475 |
+
|
476 |
+
#: contact-form-7/includes/functions.php:202
|
477 |
+
msgid "Portuguese"
|
478 |
+
msgstr "Portugál"
|
479 |
+
|
480 |
+
#: contact-form-7/includes/functions.php:203
|
481 |
+
msgid "Russian"
|
482 |
+
msgstr "Orosz"
|
483 |
+
|
484 |
+
#: contact-form-7/includes/functions.php:204
|
485 |
+
msgid "Romanian"
|
486 |
+
msgstr "Román"
|
487 |
+
|
488 |
+
#: contact-form-7/includes/functions.php:205
|
489 |
+
msgid "Serbian"
|
490 |
+
msgstr "Szerb"
|
491 |
+
|
492 |
+
#: contact-form-7/includes/functions.php:206
|
493 |
+
msgid "Slovak"
|
494 |
+
msgstr "Szlovák"
|
495 |
+
|
496 |
+
#: contact-form-7/includes/functions.php:207
|
497 |
+
msgid "Slovene"
|
498 |
+
msgstr "Szlovén"
|
499 |
+
|
500 |
+
#: contact-form-7/includes/functions.php:208
|
501 |
+
msgid "Spanish"
|
502 |
+
msgstr "Spanyol"
|
503 |
+
|
504 |
+
#: contact-form-7/includes/functions.php:209
|
505 |
+
msgid "Swedish"
|
506 |
+
msgstr "Svéd"
|
507 |
+
|
508 |
+
#: contact-form-7/includes/functions.php:210
|
509 |
+
msgid "Thai"
|
510 |
+
msgstr "Thai"
|
511 |
+
|
512 |
+
#: contact-form-7/includes/functions.php:211
|
513 |
+
msgid "Turkish"
|
514 |
+
msgstr "Török"
|
515 |
+
|
516 |
+
#: contact-form-7/includes/functions.php:212
|
517 |
+
msgid "Ukrainian"
|
518 |
+
msgstr "Ukrán"
|
519 |
+
|
520 |
+
#: contact-form-7/includes/functions.php:213
|
521 |
+
msgid "Vietnamese"
|
522 |
+
msgstr "Vietnami"
|
523 |
+
|
524 |
+
#: contact-form-7/modules/acceptance.php:96
|
525 |
+
msgid "Acceptance"
|
526 |
+
msgstr "Elfogadás"
|
527 |
+
|
528 |
+
#: contact-form-7/modules/acceptance.php:105
|
529 |
+
#: contact-form-7/modules/captcha.php:206
|
530 |
+
#: contact-form-7/modules/checkbox.php:198
|
531 |
+
#: contact-form-7/modules/file.php:234
|
532 |
+
msgid "Name"
|
533 |
+
msgstr "Név"
|
534 |
+
|
535 |
+
#: contact-form-7/modules/acceptance.php:110
|
536 |
+
#: contact-form-7/modules/acceptance.php:113
|
537 |
+
#: contact-form-7/modules/captcha.php:213
|
538 |
+
#: contact-form-7/modules/captcha.php:216
|
539 |
+
#: contact-form-7/modules/captcha.php:221
|
540 |
+
#: contact-form-7/modules/captcha.php:224
|
541 |
+
#: contact-form-7/modules/captcha.php:228
|
542 |
+
#: contact-form-7/modules/captcha.php:239
|
543 |
+
#: contact-form-7/modules/captcha.php:242
|
544 |
+
#: contact-form-7/modules/captcha.php:247
|
545 |
+
#: contact-form-7/modules/captcha.php:250
|
546 |
+
#: contact-form-7/modules/checkbox.php:203
|
547 |
+
#: contact-form-7/modules/checkbox.php:206
|
548 |
+
#: contact-form-7/modules/file.php:239
|
549 |
+
#: contact-form-7/modules/file.php:242
|
550 |
+
#: contact-form-7/modules/file.php:247
|
551 |
+
#: contact-form-7/modules/file.php:250
|
552 |
+
msgid "optional"
|
553 |
+
msgstr "választható"
|
554 |
+
|
555 |
+
#: contact-form-7/modules/acceptance.php:119
|
556 |
+
msgid "Make this checkbox checked by default?"
|
557 |
+
msgstr "Ez a jelölőnyégyzet alapértelmezettnek be legyen kapcsolva?"
|
558 |
+
|
559 |
+
#: contact-form-7/modules/acceptance.php:120
|
560 |
+
msgid "Make this checkbox work inversely?"
|
561 |
+
msgstr "Ez a jelölőnégyzet működjön fordítva?"
|
562 |
+
|
563 |
+
#: contact-form-7/modules/acceptance.php:121
|
564 |
+
msgid "* That means visitor who accepts the term unchecks it."
|
565 |
+
msgstr "* Azt jelenti, hogy az a látogató kikapcsolja, aki elfogadja a feltételeket."
|
566 |
+
|
567 |
+
#: contact-form-7/modules/acceptance.php:126
|
568 |
+
#: contact-form-7/modules/captcha.php:255
|
569 |
+
#: contact-form-7/modules/checkbox.php:226
|
570 |
+
#: contact-form-7/modules/file.php:255
|
571 |
msgid "Copy this code and paste it into the form left."
|
572 |
+
msgstr "Másolja- és illessze be ezt a kódot a bal oldali űrlapba."
|
573 |
+
|
574 |
+
#: contact-form-7/modules/captcha.php:65
|
575 |
+
msgid "To use CAPTCHA, you need <a href=\"http://wordpress.org/extend/plugins/really-simple-captcha/\">Really Simple CAPTCHA</a> plugin installed."
|
576 |
+
msgstr "A CAPTCHA használatához a <a href=\"http://wordpress.org/extend/plugins/really-simple-captcha/\">Really Simple CAPTCHA</a> bővítményt telepíteni kell."
|
577 |
+
|
578 |
+
#: contact-form-7/modules/captcha.php:181
|
579 |
+
msgid "The code that sender entered does not match the CAPTCHA"
|
580 |
+
msgstr "A küldő által beírt kód nem egyezik a CAPTCHA-val"
|
581 |
+
|
582 |
+
#: contact-form-7/modules/captcha.php:182
|
583 |
+
msgid "Your entered code is incorrect."
|
584 |
+
msgstr "A beírt kód hibás."
|
585 |
+
|
586 |
+
#: contact-form-7/modules/captcha.php:192
|
587 |
+
msgid "CAPTCHA"
|
588 |
+
msgstr "CAPTCHA"
|
589 |
+
|
590 |
+
#: contact-form-7/modules/captcha.php:203
|
591 |
+
msgid "Note: To use CAPTCHA, you need Really Simple CAPTCHA plugin installed."
|
592 |
+
msgstr "Figyelem! A CAPTCHA használatához telepíteni kell a Really Simple CAPTCHA bővítményt!"
|
593 |
|
594 |
+
#: contact-form-7/modules/captcha.php:210
|
595 |
+
msgid "Image settings"
|
596 |
+
msgstr "Képbeállítások"
|
597 |
+
|
598 |
+
#: contact-form-7/modules/captcha.php:221
|
599 |
msgid "Foreground color"
|
600 |
msgstr "Előtér szín"
|
601 |
|
602 |
+
#: contact-form-7/modules/captcha.php:224
|
603 |
msgid "Background color"
|
604 |
msgstr "Háttér szín"
|
605 |
|
606 |
+
#: contact-form-7/modules/captcha.php:228
|
607 |
msgid "Image size"
|
608 |
msgstr "Kép mérete"
|
609 |
|
610 |
+
#: contact-form-7/modules/captcha.php:229
|
611 |
msgid "Small"
|
612 |
msgstr "Kicsi"
|
613 |
|
614 |
+
#: contact-form-7/modules/captcha.php:230
|
615 |
msgid "Medium"
|
616 |
msgstr "Közepes"
|
617 |
|
618 |
+
#: contact-form-7/modules/captcha.php:231
|
619 |
msgid "Large"
|
620 |
msgstr "Nagy"
|
621 |
|
622 |
+
#: contact-form-7/modules/captcha.php:236
|
|
|
|
|
|
|
|
|
623 |
msgid "Input field settings"
|
624 |
msgstr "Beviteli mező beállításai"
|
625 |
|
626 |
+
#: contact-form-7/modules/captcha.php:256
|
627 |
msgid "For image"
|
628 |
msgstr "Képnek"
|
629 |
|
630 |
+
#: contact-form-7/modules/captcha.php:258
|
631 |
msgid "For input field"
|
632 |
msgstr "Beviteli mezőnek"
|
633 |
|
634 |
+
#: contact-form-7/modules/captcha.php:288
|
635 |
+
#, php-format
|
636 |
+
msgid "This contact form contains CAPTCHA fields, but the temporary folder for the files (%s) does not exist or is not writable. You can create the folder or change its permission manually."
|
637 |
+
msgstr "Ez a kapcsolati űrlap tartalmazza a CAPTCHA-mezőt, de a %s fájlok átmeneti könyvtára nem létezik, vagy nem írható. Ezt a könyvtárat kézzel kell létrehozni, vagy cserélni a könyvtár-jogokat."
|
638 |
+
|
639 |
+
#: contact-form-7/modules/captcha.php:294
|
640 |
+
msgid "This contact form contains CAPTCHA fields, but the necessary libraries (GD and FreeType) are not available on your server."
|
641 |
+
msgstr "Ez a kapcsolati űrlap tartalmazza a CAPTCHA-mezőt, de a hozzá szükséges könyvtárak (GD és FreeType) a szerveren nem érhetőek el."
|
642 |
+
|
643 |
+
#: contact-form-7/modules/checkbox.php:171
|
644 |
+
msgid "Checkboxes"
|
645 |
+
msgstr "Jelölőnégyzetek"
|
646 |
+
|
647 |
+
#: contact-form-7/modules/checkbox.php:174
|
648 |
+
msgid "Radio buttons"
|
649 |
+
msgstr "Választógombok"
|
650 |
+
|
651 |
+
#: contact-form-7/modules/checkbox.php:195
|
652 |
+
#: contact-form-7/modules/file.php:233
|
653 |
+
msgid "Required field?"
|
654 |
+
msgstr "Kötelező mező?"
|
655 |
+
|
656 |
+
#: contact-form-7/modules/checkbox.php:211
|
657 |
+
msgid "Choices"
|
658 |
+
msgstr "Lehetőségek"
|
659 |
+
|
660 |
+
#: contact-form-7/modules/checkbox.php:213
|
661 |
msgid "* One choice per line."
|
662 |
msgstr "* Egy választás soronként."
|
663 |
|
664 |
+
#: contact-form-7/modules/checkbox.php:217
|
665 |
+
msgid "Put a label first, a checkbox last?"
|
666 |
+
msgstr "Először megjelöl, aztán ellenőriz?"
|
667 |
|
668 |
+
#: contact-form-7/modules/checkbox.php:218
|
669 |
+
msgid "Wrap each item with <label> tag?"
|
670 |
+
msgstr "Mindegyik tételt <label> tag-gel megjelöljük?"
|
671 |
|
672 |
+
#: contact-form-7/modules/checkbox.php:220
|
673 |
+
msgid "Make checkboxes exclusive?"
|
674 |
+
msgstr "A jelölőnégyzetek kizáróak legyenek?"
|
675 |
|
676 |
+
#: contact-form-7/modules/checkbox.php:228
|
677 |
+
msgid "And, put this code into the Mail fields below."
|
678 |
+
msgstr "és helyezze be ezt a kódott az alul található email-mezőbe."
|
679 |
|
680 |
+
#: contact-form-7/modules/file.php:197
|
681 |
+
msgid "Uploading a file fails for any reason"
|
682 |
+
msgstr "Fájl feltöltés sikertelen"
|
683 |
|
684 |
+
#: contact-form-7/modules/file.php:198
|
685 |
+
msgid "Failed to upload file."
|
686 |
+
msgstr "Sikertelen feltöltés."
|
687 |
|
688 |
+
#: contact-form-7/modules/file.php:202
|
689 |
+
msgid "Uploaded file is not allowed file type"
|
690 |
+
msgstr "Feltöltött fájl típusa nem megengedett"
|
691 |
|
692 |
+
#: contact-form-7/modules/file.php:203
|
693 |
+
msgid "This file type is not allowed."
|
694 |
+
msgstr "Ez a fájl típus nem megengedett."
|
695 |
|
696 |
+
#: contact-form-7/modules/file.php:207
|
697 |
+
msgid "Uploaded file is too large"
|
698 |
+
msgstr "Feltöltött fájl túl nagy"
|
699 |
|
700 |
+
#: contact-form-7/modules/file.php:208
|
701 |
+
msgid "This file is too large."
|
702 |
+
msgstr "Ez a fájl túl nagy."
|
703 |
|
704 |
+
#: contact-form-7/modules/file.php:212
|
705 |
+
msgid "Uploading a file fails for PHP error"
|
706 |
+
msgstr "Fájl feltöltés PHP hibát okozott"
|
707 |
|
708 |
+
#: contact-form-7/modules/file.php:213
|
709 |
+
msgid "Failed to upload file. Error occurred."
|
710 |
+
msgstr "Hiba történt a fájlfeltöltés közben. "
|
711 |
|
712 |
+
#: contact-form-7/modules/file.php:224
|
713 |
+
msgid "File upload"
|
714 |
+
msgstr "Fájl feltöltése"
|
715 |
|
716 |
+
#: contact-form-7/modules/file.php:247
|
717 |
+
msgid "File size limit"
|
718 |
+
msgstr "Fájl méret korlát"
|
719 |
|
720 |
+
#: contact-form-7/modules/file.php:247
|
721 |
+
msgid "bytes"
|
722 |
+
msgstr "byte"
|
723 |
|
724 |
+
#: contact-form-7/modules/file.php:250
|
725 |
+
msgid "Acceptable file types"
|
726 |
+
msgstr "Használható fájl típusok"
|
727 |
|
728 |
+
#: contact-form-7/modules/file.php:257
|
729 |
+
msgid "And, put this code into the File Attachments field below."
|
730 |
+
msgstr "és tegyük ezt a kódot az alul lévő csatolt fájl mezőbe."
|
731 |
|
732 |
+
#: contact-form-7/modules/file.php:282
|
733 |
+
#, php-format
|
734 |
+
msgid "This contact form contains file uploading fields, but the temporary folder for the files (%s) does not exist or is not writable. You can create the folder or change its permission manually."
|
735 |
+
msgstr "Ez a kapcsolati űrlap tartalmazza a fájlfeltöltés mezőt, de a %s fájlok átmeneti könyvtára nem létezik, vagy nem írható. A könyvtárat kézzel kell létrehozni, vagy módosítani a jogokat."
|
736 |
|
737 |
+
#: contact-form-7/modules/icl.php:74
|
738 |
+
msgid "This contact form contains [icl] tags, but they are obsolete and no longer functioning on this version of Contact Form 7. <a href=\"http://contactform7.com/2009/12/25/contact-form-in-your-language/#Creating_contact_form_in_different_languages\" target=\"_blank\">There is a simpler way for creating contact forms of other languages</a> and you are recommended to use it."
|
739 |
+
msgstr "Ez a kapcsolati űrlap tartalmazza az [icl] tag-et, de már elavult, és nem támogatja a Contact Form 7 ezen verziója.<a href=\"http://contactform7.com/2009/12/25/contact-form-in-your-language/#Creating_contact_form_in_different_languages\" target=\"_blank\">Itt egy egyszerűbb megoldás a kapcsolati űrlap létrehozásához más nyelven</a> és ajánlott ennek a használata."
|
|
|
740 |
|
741 |
+
#: contact-form-7/modules/quiz.php:164
|
742 |
+
msgid "Sender doesn't enter the correct answer to the quiz"
|
743 |
+
msgstr "A felhasználó nem adott korrekt választ a quiz-kérdésre."
|
744 |
|
745 |
+
#: contact-form-7/modules/quiz.php:165
|
746 |
+
msgid "Your answer is not correct."
|
747 |
+
msgstr "Hibás a válasz!"
|
748 |
|
749 |
+
#: contact-form-7/modules/quiz.php:175
|
750 |
+
msgid "Quiz"
|
751 |
+
msgstr "Quiz"
|
752 |
|
753 |
+
#: contact-form-7/modules/quiz.php:205
|
754 |
+
msgid "Quizzes"
|
755 |
+
msgstr "Quizek"
|
756 |
|
757 |
+
#: contact-form-7/modules/quiz.php:207
|
758 |
+
msgid "* quiz|answer (e.g. 1+1=?|2)"
|
759 |
+
msgstr "* quiz|válasz (pl.: 1+1=?|2)"
|
760 |
|
761 |
+
#: contact-form-7/modules/select.php:146
|
762 |
+
msgid "Drop-down menu"
|
763 |
+
msgstr "Lenyíló menü"
|
764 |
|
765 |
+
#: contact-form-7/modules/select.php:175
|
766 |
+
msgid "Allow multiple selections?"
|
767 |
+
msgstr "Engedélyezett a többszörös választás?"
|
768 |
|
769 |
+
#: contact-form-7/modules/select.php:176
|
770 |
+
msgid "Insert a blank item as the first option?"
|
771 |
+
msgstr "Első lehetőségnek egy üres tétel beszúrása?"
|
772 |
|
773 |
+
#: contact-form-7/modules/submit.php:55
|
774 |
+
msgid "Submit button"
|
775 |
+
msgstr "Elfogadás gomb"
|
776 |
|
777 |
+
#: contact-form-7/modules/submit.php:73
|
778 |
+
msgid "Label"
|
779 |
+
msgstr "Címke"
|
780 |
|
781 |
+
#: contact-form-7/modules/text.php:129
|
782 |
+
msgid "Text field"
|
783 |
+
msgstr "Szövegmező"
|
784 |
|
785 |
+
#: contact-form-7/modules/text.php:132
|
786 |
+
msgid "Email field"
|
787 |
+
msgstr "E-mail mező"
|
|
|
788 |
|
789 |
+
#: contact-form-7/modules/text.php:174
|
790 |
+
msgid "Akismet"
|
791 |
+
msgstr "Akismet"
|
792 |
|
793 |
+
#: contact-form-7/modules/text.php:176
|
794 |
+
msgid "This field requires author's name"
|
795 |
+
msgstr "Ebbe a mezőbe a szerző neve szükséges"
|
796 |
|
797 |
+
#: contact-form-7/modules/text.php:177
|
798 |
+
msgid "This field requires author's URL"
|
799 |
+
msgstr "Ebbe a mezőbe a szerző URL-je szükséges"
|
800 |
|
801 |
+
#: contact-form-7/modules/text.php:179
|
802 |
+
msgid "This field requires author's email address"
|
803 |
+
msgstr "Ebbe a mezőbe a szerző e-mail címe szükséges"
|
804 |
|
805 |
+
#: contact-form-7/modules/text.php:183
|
806 |
+
#: contact-form-7/modules/textarea.php:149
|
807 |
+
msgid "Default value"
|
808 |
+
msgstr "Alapértelmezett érték"
|
809 |
+
|
810 |
+
#: contact-form-7/modules/textarea.php:118
|
811 |
+
msgid "Text area"
|
812 |
+
msgstr "Többsoros szöveg"
|
813 |
|
|
|
|
|
814 |
#~ msgid "Delete this contact form"
|
815 |
#~ msgstr "Ennek a kapcsolat űrlapnak a törlése."
|
816 |
+
#~ msgid "(You need WordPress 2.7 or greater to use this feature)"
|
817 |
+
#~ msgstr ""
|
818 |
+
#~ "(Wordpress 2.7, vagy későbbi változat szükséges ehhez a funkcióhoz.)"
|
819 |
|
languages/wpcf7-it_IT.mo
CHANGED
Binary file
|
languages/wpcf7-it_IT.po
CHANGED
@@ -2,10 +2,10 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WP Contact Form 7 in italiano\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2010-
|
6 |
-
"PO-Revision-Date: 2010-
|
7 |
-
"Last-Translator: Gianni Diurno (aka gidibao) <gidibao
|
8 |
-
"Language-Team: Gianni Diurno |
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -16,43 +16,143 @@ msgstr ""
|
|
16 |
"X-Poedit-Basepath: ../..\n"
|
17 |
"X-Poedit-SearchPath-0: contact-form-7\n"
|
18 |
|
19 |
-
#: contact-form-7/admin/admin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
#, php-format
|
21 |
msgid "<strong>The database table for Contact Form 7 does not exist.</strong> You must <a href=\"%s\">create the table</a> for it to work."
|
22 |
msgstr "<strong>Non esiste nel database la tabella di Contact Form 7.</strong> Dovrai <a href=\"%s\">creare la tabella</a> affinché possa funzionare."
|
23 |
|
24 |
-
#: contact-form-7/admin/
|
25 |
msgid "<strong>The database table for Contact Form 7 does not exist.</strong>"
|
26 |
msgstr "<strong>Non esiste nel database la tabella di Contact Form 7.</strong>"
|
27 |
|
28 |
-
#: contact-form-7/admin/
|
29 |
-
#: contact-form-7/admin/admin-panel.php:30
|
30 |
-
#: contact-form-7/admin/admin.php:117
|
31 |
-
msgid "Contact Form 7"
|
32 |
-
msgstr "Contact Form 7"
|
33 |
-
|
34 |
-
#: contact-form-7/admin/admin-panel.php:45
|
35 |
msgid "Add new"
|
36 |
msgstr "Aggiungi nuovo"
|
37 |
|
38 |
-
#: contact-form-7/admin/
|
39 |
msgid "Copy this code and paste it into your post, page or text widget content."
|
40 |
msgstr "Copia ed incolla questo codice nel tuo articolo, pagina o contenuto del widget di testo."
|
41 |
|
42 |
-
#: contact-form-7/admin/
|
43 |
-
#: contact-form-7/admin/
|
44 |
msgid "Save"
|
45 |
msgstr "Salva"
|
46 |
|
47 |
-
#: contact-form-7/admin/
|
48 |
msgid "Copy"
|
49 |
msgstr "Copia"
|
50 |
|
51 |
-
#: contact-form-7/admin/
|
52 |
msgid "Delete"
|
53 |
msgstr "Cancella"
|
54 |
|
55 |
-
#: contact-form-7/admin/
|
56 |
msgid ""
|
57 |
"You are about to delete this contact form.\n"
|
58 |
" 'Cancel' to stop, 'OK' to delete."
|
@@ -60,185 +160,85 @@ msgstr ""
|
|
60 |
"Stai per cancellare questo modulo di contatto.\n"
|
61 |
" 'Cancel' per annullare, 'OK' per proseguire."
|
62 |
|
63 |
-
#: contact-form-7/admin/
|
64 |
msgid "Form"
|
65 |
msgstr "Modulo"
|
66 |
|
67 |
-
#: contact-form-7/admin/
|
68 |
msgid "Mail"
|
69 |
msgstr "Mail"
|
70 |
|
71 |
-
#: contact-form-7/admin/
|
72 |
-
#: contact-form-7/admin/
|
73 |
msgid "To:"
|
74 |
msgstr "A:"
|
75 |
|
76 |
-
#: contact-form-7/admin/
|
77 |
-
#: contact-form-7/admin/
|
78 |
msgid "From:"
|
79 |
msgstr "Da:"
|
80 |
|
81 |
-
#: contact-form-7/admin/
|
82 |
-
#: contact-form-7/admin/
|
83 |
msgid "Subject:"
|
84 |
msgstr "Oggetto:"
|
85 |
|
86 |
-
#: contact-form-7/admin/
|
87 |
-
#: contact-form-7/admin/
|
88 |
msgid "Additional headers:"
|
89 |
msgstr "Intestazioni aggiuntive:"
|
90 |
|
91 |
-
#: contact-form-7/admin/
|
92 |
-
#: contact-form-7/admin/
|
93 |
msgid "File attachments:"
|
94 |
msgstr "File allegati:"
|
95 |
|
96 |
-
#: contact-form-7/admin/
|
97 |
-
#: contact-form-7/admin/
|
98 |
msgid "Use HTML content type"
|
99 |
msgstr "Utilizza contenuti in HTML"
|
100 |
|
101 |
-
#: contact-form-7/admin/
|
102 |
-
#: contact-form-7/admin/
|
103 |
-
#: contact-form-7/includes/functions.php:
|
104 |
msgid "Message body:"
|
105 |
msgstr "Corpo del messaggio:"
|
106 |
|
107 |
-
#: contact-form-7/admin/
|
108 |
msgid "Mail (2)"
|
109 |
msgstr "Mail (2)"
|
110 |
|
111 |
-
#: contact-form-7/admin/
|
112 |
msgid "Use mail (2)"
|
113 |
msgstr "Utilizza mail (2)"
|
114 |
|
115 |
-
#: contact-form-7/admin/
|
116 |
msgid "Messages"
|
117 |
msgstr "Messaggi"
|
118 |
|
119 |
-
#: contact-form-7/admin/
|
120 |
msgid "Additional Settings"
|
121 |
msgstr "Impostazioni aggiuntive"
|
122 |
|
123 |
-
#: contact-form-7/admin/
|
124 |
#, php-format
|
125 |
msgid "Use the default language (%s)"
|
126 |
msgstr "Usa la lingua predefinita (%s)"
|
127 |
|
128 |
-
#: contact-form-7/admin/
|
129 |
-
#: contact-form-7/admin/
|
130 |
msgid "Add New"
|
131 |
msgstr "Aggiungi nuova"
|
132 |
|
133 |
-
#: contact-form-7/admin/
|
134 |
msgid "Or"
|
135 |
msgstr "oppure"
|
136 |
|
137 |
-
#: contact-form-7/admin/
|
138 |
msgid "(select language)"
|
139 |
msgstr "(seleziona la lingua)"
|
140 |
|
141 |
-
#: contact-form-7/
|
142 |
-
msgid "Contact"
|
143 |
-
msgstr "C F 7"
|
144 |
-
|
145 |
-
#: contact-form-7/admin/admin.php:120
|
146 |
-
msgid "Edit Contact Forms"
|
147 |
-
msgstr "Modifica Contact Forms"
|
148 |
-
|
149 |
-
#: contact-form-7/admin/admin.php:120
|
150 |
-
msgid "Edit"
|
151 |
-
msgstr "Modifica"
|
152 |
-
|
153 |
-
#: contact-form-7/admin/admin.php:159
|
154 |
-
msgid "Generate Tag"
|
155 |
-
msgstr "Genera tag"
|
156 |
-
|
157 |
-
#: contact-form-7/admin/admin.php:160
|
158 |
-
msgid "Show"
|
159 |
-
msgstr "Mostra"
|
160 |
-
|
161 |
-
#: contact-form-7/admin/admin.php:161
|
162 |
-
msgid "Hide"
|
163 |
-
msgstr "Nascondi"
|
164 |
-
|
165 |
-
#: contact-form-7/admin/admin.php:305
|
166 |
-
msgid "Contact form"
|
167 |
-
msgstr "Modulo di contatto"
|
168 |
-
|
169 |
-
#: contact-form-7/admin/admin.php:324
|
170 |
-
msgid "Settings"
|
171 |
-
msgstr "Impostazioni"
|
172 |
-
|
173 |
-
#: contact-form-7/admin/admin.php:335
|
174 |
-
msgid "http://contactform7.com/"
|
175 |
-
msgstr "http://contactform7.com/"
|
176 |
-
|
177 |
-
#: contact-form-7/admin/admin.php:336
|
178 |
-
msgid "Contactform7.com"
|
179 |
-
msgstr "Contactform7.com"
|
180 |
-
|
181 |
-
#: contact-form-7/admin/admin.php:337
|
182 |
-
msgid "http://contactform7.com/docs/"
|
183 |
-
msgstr "http://contactform7.com/docs/"
|
184 |
-
|
185 |
-
#: contact-form-7/admin/admin.php:338
|
186 |
-
msgid "Docs"
|
187 |
-
msgstr "Documentazione"
|
188 |
-
|
189 |
-
#: contact-form-7/admin/admin.php:339
|
190 |
-
msgid "http://contactform7.com/faq/"
|
191 |
-
msgstr "http://contactform7.com/faq/"
|
192 |
-
|
193 |
-
#: contact-form-7/admin/admin.php:340
|
194 |
-
msgid "FAQ"
|
195 |
-
msgstr "FAQ"
|
196 |
-
|
197 |
-
#: contact-form-7/admin/admin.php:341
|
198 |
-
msgid "http://contactform7.com/support/"
|
199 |
-
msgstr "http://contactform7.com/support/"
|
200 |
-
|
201 |
-
#: contact-form-7/admin/admin.php:342
|
202 |
-
msgid "Support"
|
203 |
-
msgstr "Supporto"
|
204 |
-
|
205 |
-
#: contact-form-7/admin/admin.php:353
|
206 |
-
msgid "Contact form created."
|
207 |
-
msgstr "Il modulo di contatto é stato creato."
|
208 |
-
|
209 |
-
#: contact-form-7/admin/admin.php:356
|
210 |
-
msgid "Contact form saved."
|
211 |
-
msgstr "Il modulo di contatto é stato salvato. "
|
212 |
-
|
213 |
-
#: contact-form-7/admin/admin.php:359
|
214 |
-
msgid "Contact form deleted."
|
215 |
-
msgstr "Il modulo di contatto é stato cancellato. "
|
216 |
-
|
217 |
-
#: contact-form-7/admin/admin.php:362
|
218 |
-
msgid "Database table created."
|
219 |
-
msgstr "E' stata creata la tabella nel database."
|
220 |
-
|
221 |
-
#: contact-form-7/admin/admin.php:365
|
222 |
-
msgid "Failed to create database table."
|
223 |
-
msgstr "Non é stato possibile creare la tabella nel database"
|
224 |
-
|
225 |
-
#: contact-form-7/admin/admin.php:398
|
226 |
-
msgid "Contact Form 7 needs your support. Please donate today."
|
227 |
-
msgstr "Contact Form 7 ha bisogno del tuo sostegno. Effettua una donazione oggi stesso."
|
228 |
-
|
229 |
-
#: contact-form-7/admin/admin.php:399
|
230 |
-
msgid "Is this plugin useful for you? If you like it, please help the developer."
|
231 |
-
msgstr "Questo plugin é utile per te? Allora, aiuta lo sviluppatore."
|
232 |
-
|
233 |
-
#: contact-form-7/admin/admin.php:400
|
234 |
-
msgid "Your contribution is needed for making this plugin better."
|
235 |
-
msgstr "Il tuo contributo sarà necessario per potere rendere migliore questo plugin."
|
236 |
-
|
237 |
-
#: contact-form-7/admin/admin.php:401
|
238 |
-
msgid "Developing a plugin and providing user support is really hard work. Please help."
|
239 |
-
msgstr "Lo sviluppo di un plugin ed il servizio di assistenza agli utenti comporta un notevole lavoro. Aiutami!"
|
240 |
-
|
241 |
-
#: contact-form-7/includes/classes.php:568
|
242 |
msgid "Untitled"
|
243 |
msgstr "Senza titolo"
|
244 |
|
@@ -295,240 +295,248 @@ msgstr "E' ancora presente un campo dati che deve essere compilato dal mittente"
|
|
295 |
msgid "Please fill the required field."
|
296 |
msgstr "Compila tutti i campi richiesti. Grazie"
|
297 |
|
298 |
-
#: contact-form-7/includes/functions.php:
|
299 |
msgid "Your Name"
|
300 |
msgstr "Il tuo nome"
|
301 |
|
302 |
-
#: contact-form-7/includes/functions.php:
|
303 |
-
#: contact-form-7/includes/functions.php:
|
304 |
msgid "(required)"
|
305 |
msgstr "(richiesto)"
|
306 |
|
307 |
-
#: contact-form-7/includes/functions.php:
|
308 |
msgid "Your Email"
|
309 |
msgstr "La tua email"
|
310 |
|
311 |
-
#: contact-form-7/includes/functions.php:
|
312 |
msgid "Subject"
|
313 |
msgstr "Oggetto"
|
314 |
|
315 |
-
#: contact-form-7/includes/functions.php:
|
316 |
msgid "Your Message"
|
317 |
msgstr "Il tuo messaggio"
|
318 |
|
319 |
-
#: contact-form-7/includes/functions.php:
|
320 |
msgid "Send"
|
321 |
msgstr "Invia"
|
322 |
|
323 |
-
#: contact-form-7/includes/functions.php:
|
324 |
#, php-format
|
325 |
msgid "From: %s"
|
326 |
msgstr "Da: %s"
|
327 |
|
328 |
-
#: contact-form-7/includes/functions.php:
|
329 |
#, php-format
|
330 |
msgid "Subject: %s"
|
331 |
msgstr "Oggetto: %s"
|
332 |
|
333 |
-
#: contact-form-7/includes/functions.php:
|
334 |
msgid "Message Body:"
|
335 |
msgstr "Corpo del messaggio:"
|
336 |
|
337 |
-
#: contact-form-7/includes/functions.php:
|
338 |
-
#: contact-form-7/includes/functions.php:
|
339 |
#, php-format
|
340 |
msgid "This mail is sent via contact form on %1$s %2$s"
|
341 |
msgstr "Questa email é inviata via modulo di contatto il %1$s %2$s"
|
342 |
|
343 |
-
#: contact-form-7/includes/functions.php:
|
|
|
|
|
|
|
|
|
344 |
msgid "Albanian"
|
345 |
msgstr "Albanese"
|
346 |
|
347 |
-
#: contact-form-7/includes/functions.php:
|
348 |
msgid "Arabic"
|
349 |
msgstr "Arabo"
|
350 |
|
351 |
-
#: contact-form-7/includes/functions.php:
|
352 |
msgid "Bangla"
|
353 |
msgstr "Bengalese"
|
354 |
|
355 |
-
#: contact-form-7/includes/functions.php:
|
356 |
msgid "Bosnian"
|
357 |
msgstr "Bosniaco"
|
358 |
|
359 |
-
#: contact-form-7/includes/functions.php:
|
360 |
msgid "Brazilian Portuguese"
|
361 |
msgstr "Portoghese (Brasile)"
|
362 |
|
363 |
-
#: contact-form-7/includes/functions.php:
|
364 |
msgid "Bulgarian"
|
365 |
msgstr "Bulgaro"
|
366 |
|
367 |
-
#: contact-form-7/includes/functions.php:
|
368 |
msgid "Catalan"
|
369 |
msgstr "Catalano"
|
370 |
|
371 |
-
#: contact-form-7/includes/functions.php:
|
372 |
msgid "Chinese (Simplified)"
|
373 |
msgstr "Cinese (semplificato)"
|
374 |
|
375 |
-
#: contact-form-7/includes/functions.php:
|
376 |
msgid "Chinese (Traditional)"
|
377 |
msgstr "Cinese (tradizionale)"
|
378 |
|
379 |
-
#: contact-form-7/includes/functions.php:
|
380 |
msgid "Croatian"
|
381 |
msgstr "Croato"
|
382 |
|
383 |
-
#: contact-form-7/includes/functions.php:
|
384 |
msgid "Czech"
|
385 |
msgstr "Ceco"
|
386 |
|
387 |
-
#: contact-form-7/includes/functions.php:
|
388 |
msgid "Danish"
|
389 |
msgstr "Danese"
|
390 |
|
391 |
-
#: contact-form-7/includes/functions.php:
|
392 |
msgid "Dutch"
|
393 |
msgstr "Olandese"
|
394 |
|
395 |
-
#: contact-form-7/includes/functions.php:
|
396 |
msgid "English"
|
397 |
msgstr "Inglese"
|
398 |
|
399 |
-
#: contact-form-7/includes/functions.php:
|
400 |
msgid "Estonian"
|
401 |
msgstr "Estone"
|
402 |
|
403 |
-
#: contact-form-7/includes/functions.php:
|
404 |
msgid "Finnish"
|
405 |
msgstr "Finnico"
|
406 |
|
407 |
-
#: contact-form-7/includes/functions.php:
|
408 |
msgid "French"
|
409 |
msgstr "Francese"
|
410 |
|
411 |
-
#: contact-form-7/includes/functions.php:
|
412 |
msgid "Georgian"
|
413 |
msgstr "Georgiano"
|
414 |
|
415 |
-
#: contact-form-7/includes/functions.php:
|
416 |
msgid "German"
|
417 |
msgstr "Tedesco"
|
418 |
|
419 |
-
#: contact-form-7/includes/functions.php:
|
420 |
msgid "Greek"
|
421 |
msgstr "Greco"
|
422 |
|
423 |
-
#: contact-form-7/includes/functions.php:
|
424 |
msgid "Hebrew"
|
425 |
msgstr "Ebreo"
|
426 |
|
427 |
-
#: contact-form-7/includes/functions.php:
|
428 |
msgid "Hindi"
|
429 |
msgstr "Hindi"
|
430 |
|
431 |
-
#: contact-form-7/includes/functions.php:
|
432 |
msgid "Hungarian"
|
433 |
msgstr "Ungherese"
|
434 |
|
435 |
-
#: contact-form-7/includes/functions.php:
|
436 |
msgid "Indonesian"
|
437 |
msgstr "Indonesiano"
|
438 |
|
439 |
-
#: contact-form-7/includes/functions.php:
|
440 |
msgid "Italian"
|
441 |
msgstr "Italiano"
|
442 |
|
443 |
-
#: contact-form-7/includes/functions.php:
|
444 |
msgid "Japanese"
|
445 |
msgstr "Giapponese"
|
446 |
|
447 |
-
#: contact-form-7/includes/functions.php:
|
448 |
msgid "Korean"
|
449 |
msgstr "Coreano"
|
450 |
|
451 |
-
#: contact-form-7/includes/functions.php:
|
452 |
msgid "Latvian"
|
453 |
msgstr "Lettone"
|
454 |
|
455 |
-
#: contact-form-7/includes/functions.php:
|
456 |
msgid "Lithuanian"
|
457 |
msgstr "Lituano"
|
458 |
|
459 |
-
#: contact-form-7/includes/functions.php:
|
|
|
|
|
|
|
|
|
460 |
msgid "Norwegian"
|
461 |
msgstr "Norvegese"
|
462 |
|
463 |
-
#: contact-form-7/includes/functions.php:
|
464 |
msgid "Persian"
|
465 |
msgstr "Persiano"
|
466 |
|
467 |
-
#: contact-form-7/includes/functions.php:
|
468 |
msgid "Polish"
|
469 |
msgstr "Polacco"
|
470 |
|
471 |
-
#: contact-form-7/includes/functions.php:
|
472 |
msgid "Portuguese"
|
473 |
msgstr "Portoghese"
|
474 |
|
475 |
-
#: contact-form-7/includes/functions.php:
|
476 |
msgid "Russian"
|
477 |
msgstr "Russo"
|
478 |
|
479 |
-
#: contact-form-7/includes/functions.php:
|
480 |
msgid "Romanian"
|
481 |
msgstr "Rumeno"
|
482 |
|
483 |
-
#: contact-form-7/includes/functions.php:
|
484 |
msgid "Serbian"
|
485 |
msgstr "Serbo"
|
486 |
|
487 |
-
#: contact-form-7/includes/functions.php:
|
488 |
msgid "Slovak"
|
489 |
msgstr "Slovacco"
|
490 |
|
491 |
-
#: contact-form-7/includes/functions.php:
|
492 |
msgid "Slovene"
|
493 |
msgstr "Sloveno"
|
494 |
|
495 |
-
#: contact-form-7/includes/functions.php:
|
496 |
msgid "Spanish"
|
497 |
msgstr "Spagnolo"
|
498 |
|
499 |
-
#: contact-form-7/includes/functions.php:
|
500 |
msgid "Swedish"
|
501 |
msgstr "Svedese"
|
502 |
|
503 |
-
#: contact-form-7/includes/functions.php:
|
504 |
msgid "Thai"
|
505 |
msgstr "Thai"
|
506 |
|
507 |
-
#: contact-form-7/includes/functions.php:
|
508 |
msgid "Turkish"
|
509 |
msgstr "Turco"
|
510 |
|
511 |
-
#: contact-form-7/includes/functions.php:
|
512 |
msgid "Ukrainian"
|
513 |
msgstr "Ucraino"
|
514 |
|
515 |
-
#: contact-form-7/includes/functions.php:
|
516 |
msgid "Vietnamese"
|
517 |
msgstr "Vietnamita"
|
518 |
|
519 |
-
#: contact-form-7/modules/acceptance.php:
|
520 |
msgid "Acceptance"
|
521 |
msgstr "Consenso"
|
522 |
|
523 |
-
#: contact-form-7/modules/acceptance.php:
|
524 |
#: contact-form-7/modules/captcha.php:206
|
525 |
-
#: contact-form-7/modules/checkbox.php:
|
526 |
#: contact-form-7/modules/file.php:234
|
527 |
msgid "Name"
|
528 |
msgstr "Nome"
|
529 |
|
530 |
-
#: contact-form-7/modules/acceptance.php:
|
531 |
-
#: contact-form-7/modules/acceptance.php:
|
532 |
#: contact-form-7/modules/captcha.php:213
|
533 |
#: contact-form-7/modules/captcha.php:216
|
534 |
#: contact-form-7/modules/captcha.php:221
|
@@ -538,8 +546,8 @@ msgstr "Nome"
|
|
538 |
#: contact-form-7/modules/captcha.php:242
|
539 |
#: contact-form-7/modules/captcha.php:247
|
540 |
#: contact-form-7/modules/captcha.php:250
|
541 |
-
#: contact-form-7/modules/checkbox.php:
|
542 |
-
#: contact-form-7/modules/checkbox.php:
|
543 |
#: contact-form-7/modules/file.php:239
|
544 |
#: contact-form-7/modules/file.php:242
|
545 |
#: contact-form-7/modules/file.php:247
|
@@ -547,21 +555,21 @@ msgstr "Nome"
|
|
547 |
msgid "optional"
|
548 |
msgstr "facoltativo"
|
549 |
|
550 |
-
#: contact-form-7/modules/acceptance.php:
|
551 |
msgid "Make this checkbox checked by default?"
|
552 |
msgstr "Desideri che questa casella di verifica sia selezionata (predefinito)?"
|
553 |
|
554 |
-
#: contact-form-7/modules/acceptance.php:
|
555 |
msgid "Make this checkbox work inversely?"
|
556 |
msgstr "Desideri che questa casella di verifica funzioni in modalità inversa?"
|
557 |
|
558 |
-
#: contact-form-7/modules/acceptance.php:
|
559 |
msgid "* That means visitor who accepts the term unchecks it."
|
560 |
msgstr "* Ciò indica che il visitatore dovrà de-selezionare la casella per esprimere il proprio consenso."
|
561 |
|
562 |
-
#: contact-form-7/modules/acceptance.php:
|
563 |
#: contact-form-7/modules/captcha.php:255
|
564 |
-
#: contact-form-7/modules/checkbox.php:
|
565 |
#: contact-form-7/modules/file.php:255
|
566 |
msgid "Copy this code and paste it into the form left."
|
567 |
msgstr "Copia questo codice ed incollalo nel modulo a sinistra."
|
@@ -635,40 +643,40 @@ msgstr "Questo modulo di contatto contiene dei campi CAPTCHA, ma la cartella tem
|
|
635 |
msgid "This contact form contains CAPTCHA fields, but the necessary libraries (GD and FreeType) are not available on your server."
|
636 |
msgstr "Questo modulo di contatto contiene dei campi CAPTCHA, ma le librerie necessarie (GD e FreeType) non sono disponibili nel tuo server."
|
637 |
|
638 |
-
#: contact-form-7/modules/checkbox.php:
|
639 |
msgid "Checkboxes"
|
640 |
msgstr "Caselle di verifica"
|
641 |
|
642 |
-
#: contact-form-7/modules/checkbox.php:
|
643 |
msgid "Radio buttons"
|
644 |
msgstr "Radio button"
|
645 |
|
646 |
-
#: contact-form-7/modules/checkbox.php:
|
647 |
#: contact-form-7/modules/file.php:233
|
648 |
msgid "Required field?"
|
649 |
msgstr "Campi obbligatori?"
|
650 |
|
651 |
-
#: contact-form-7/modules/checkbox.php:
|
652 |
msgid "Choices"
|
653 |
msgstr "Opzioni"
|
654 |
|
655 |
-
#: contact-form-7/modules/checkbox.php:
|
656 |
msgid "* One choice per line."
|
657 |
msgstr "* Una opzione per linea."
|
658 |
|
659 |
-
#: contact-form-7/modules/checkbox.php:
|
660 |
msgid "Put a label first, a checkbox last?"
|
661 |
msgstr "Inserisci l'etichetta davanti alla casella di verifica?"
|
662 |
|
663 |
-
#: contact-form-7/modules/checkbox.php:
|
664 |
msgid "Wrap each item with <label> tag?"
|
665 |
msgstr "Wrap per ogni item con il tag <label>?"
|
666 |
|
667 |
-
#: contact-form-7/modules/checkbox.php:
|
668 |
msgid "Make checkboxes exclusive?"
|
669 |
msgstr "Desideri escludere le caselle di verifica?"
|
670 |
|
671 |
-
#: contact-form-7/modules/checkbox.php:
|
672 |
msgid "And, put this code into the Mail fields below."
|
673 |
msgstr "Ed inserisci questo codice nei campi mail qui sotto."
|
674 |
|
@@ -806,6 +814,15 @@ msgstr "Valore predefinito"
|
|
806 |
msgid "Text area"
|
807 |
msgstr "Area di testo"
|
808 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
809 |
#~ msgid "This mail is created by Contact Form 7 plugin for WordPress."
|
810 |
#~ msgstr "Questa email é stata creata con il plugin Contact Form 7"
|
811 |
#~ msgid "(You need WordPress 2.7 or greater to use this feature)"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WP Contact Form 7 in italiano\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-02-24 08:35+0900\n"
|
6 |
+
"PO-Revision-Date: 2010-02-24 01:50+0100\n"
|
7 |
+
"Last-Translator: Gianni Diurno (aka gidibao) <gidibao[at]gmail[dot]com>\n"
|
8 |
+
"Language-Team: Gianni Diurno | gidibao.net <gidibao[at]gmail[dot]com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
16 |
"X-Poedit-Basepath: ../..\n"
|
17 |
"X-Poedit-SearchPath-0: contact-form-7\n"
|
18 |
|
19 |
+
#: contact-form-7/admin/admin.php:120
|
20 |
+
#: contact-form-7/admin/edit.php:17
|
21 |
+
#: contact-form-7/admin/edit.php:30
|
22 |
+
msgid "Contact Form 7"
|
23 |
+
msgstr "Contact Form 7"
|
24 |
+
|
25 |
+
#: contact-form-7/admin/admin.php:120
|
26 |
+
msgid "Contact"
|
27 |
+
msgstr "C F 7"
|
28 |
+
|
29 |
+
#: contact-form-7/admin/admin.php:123
|
30 |
+
msgid "Edit Contact Forms"
|
31 |
+
msgstr "Modifica Contact Forms"
|
32 |
+
|
33 |
+
#: contact-form-7/admin/admin.php:123
|
34 |
+
msgid "Edit"
|
35 |
+
msgstr "Modifica"
|
36 |
+
|
37 |
+
#: contact-form-7/admin/admin.php:162
|
38 |
+
msgid "Generate Tag"
|
39 |
+
msgstr "Genera tag"
|
40 |
+
|
41 |
+
#: contact-form-7/admin/admin.php:163
|
42 |
+
msgid "Show"
|
43 |
+
msgstr "Mostra"
|
44 |
+
|
45 |
+
#: contact-form-7/admin/admin.php:164
|
46 |
+
msgid "Hide"
|
47 |
+
msgstr "Nascondi"
|
48 |
+
|
49 |
+
#: contact-form-7/admin/admin.php:265
|
50 |
+
msgid "Contact form"
|
51 |
+
msgstr "Modulo di contatto"
|
52 |
+
|
53 |
+
#: contact-form-7/admin/admin.php:284
|
54 |
+
msgid "Settings"
|
55 |
+
msgstr "Impostazioni"
|
56 |
+
|
57 |
+
#: contact-form-7/admin/admin.php:295
|
58 |
+
msgid "http://contactform7.com/"
|
59 |
+
msgstr "http://contactform7.com/"
|
60 |
+
|
61 |
+
#: contact-form-7/admin/admin.php:296
|
62 |
+
msgid "Contactform7.com"
|
63 |
+
msgstr "Contactform7.com"
|
64 |
+
|
65 |
+
#: contact-form-7/admin/admin.php:297
|
66 |
+
msgid "http://contactform7.com/docs/"
|
67 |
+
msgstr "http://contactform7.com/docs/"
|
68 |
+
|
69 |
+
#: contact-form-7/admin/admin.php:298
|
70 |
+
msgid "Docs"
|
71 |
+
msgstr "Documentazione"
|
72 |
+
|
73 |
+
#: contact-form-7/admin/admin.php:299
|
74 |
+
msgid "http://contactform7.com/faq/"
|
75 |
+
msgstr "http://contactform7.com/faq/"
|
76 |
+
|
77 |
+
#: contact-form-7/admin/admin.php:300
|
78 |
+
msgid "FAQ"
|
79 |
+
msgstr "FAQ"
|
80 |
+
|
81 |
+
#: contact-form-7/admin/admin.php:301
|
82 |
+
msgid "http://contactform7.com/support/"
|
83 |
+
msgstr "http://contactform7.com/support/"
|
84 |
+
|
85 |
+
#: contact-form-7/admin/admin.php:302
|
86 |
+
msgid "Support"
|
87 |
+
msgstr "Supporto"
|
88 |
+
|
89 |
+
#: contact-form-7/admin/admin.php:316
|
90 |
+
msgid "Contact form created."
|
91 |
+
msgstr "Il modulo di contatto é stato creato."
|
92 |
+
|
93 |
+
#: contact-form-7/admin/admin.php:319
|
94 |
+
msgid "Contact form saved."
|
95 |
+
msgstr "Il modulo di contatto é stato salvato. "
|
96 |
+
|
97 |
+
#: contact-form-7/admin/admin.php:322
|
98 |
+
msgid "Contact form deleted."
|
99 |
+
msgstr "Il modulo di contatto é stato cancellato. "
|
100 |
+
|
101 |
+
#: contact-form-7/admin/admin.php:325
|
102 |
+
msgid "Database table created."
|
103 |
+
msgstr "E' stata creata la tabella nel database."
|
104 |
+
|
105 |
+
#: contact-form-7/admin/admin.php:328
|
106 |
+
msgid "Failed to create database table."
|
107 |
+
msgstr "Non é stato possibile creare la tabella nel database"
|
108 |
+
|
109 |
+
#: contact-form-7/admin/admin.php:361
|
110 |
+
msgid "Contact Form 7 needs your support. Please donate today."
|
111 |
+
msgstr "Contact Form 7 ha bisogno del tuo sostegno. Effettua una donazione oggi stesso."
|
112 |
+
|
113 |
+
#: contact-form-7/admin/admin.php:362
|
114 |
+
msgid "Your contribution is needed for making this plugin better."
|
115 |
+
msgstr "Il tuo contributo sarà necessario per potere rendere migliore questo plugin."
|
116 |
+
|
117 |
+
#: contact-form-7/admin/admin.php:368
|
118 |
+
msgid "http://contactform7.com/donate/"
|
119 |
+
msgstr "http://contactform7.com/donate/"
|
120 |
+
|
121 |
+
#: contact-form-7/admin/admin.php:368
|
122 |
+
msgid "Donate"
|
123 |
+
msgstr "Donazioni"
|
124 |
+
|
125 |
+
#: contact-form-7/admin/edit.php:9
|
126 |
#, php-format
|
127 |
msgid "<strong>The database table for Contact Form 7 does not exist.</strong> You must <a href=\"%s\">create the table</a> for it to work."
|
128 |
msgstr "<strong>Non esiste nel database la tabella di Contact Form 7.</strong> Dovrai <a href=\"%s\">creare la tabella</a> affinché possa funzionare."
|
129 |
|
130 |
+
#: contact-form-7/admin/edit.php:12
|
131 |
msgid "<strong>The database table for Contact Form 7 does not exist.</strong>"
|
132 |
msgstr "<strong>Non esiste nel database la tabella di Contact Form 7.</strong>"
|
133 |
|
134 |
+
#: contact-form-7/admin/edit.php:45
|
|
|
|
|
|
|
|
|
|
|
|
|
135 |
msgid "Add new"
|
136 |
msgstr "Aggiungi nuovo"
|
137 |
|
138 |
+
#: contact-form-7/admin/edit.php:67
|
139 |
msgid "Copy this code and paste it into your post, page or text widget content."
|
140 |
msgstr "Copia ed incolla questo codice nel tuo articolo, pagina o contenuto del widget di testo."
|
141 |
|
142 |
+
#: contact-form-7/admin/edit.php:75
|
143 |
+
#: contact-form-7/admin/edit.php:309
|
144 |
msgid "Save"
|
145 |
msgstr "Salva"
|
146 |
|
147 |
+
#: contact-form-7/admin/edit.php:82
|
148 |
msgid "Copy"
|
149 |
msgstr "Copia"
|
150 |
|
151 |
+
#: contact-form-7/admin/edit.php:87
|
152 |
msgid "Delete"
|
153 |
msgstr "Cancella"
|
154 |
|
155 |
+
#: contact-form-7/admin/edit.php:89
|
156 |
msgid ""
|
157 |
"You are about to delete this contact form.\n"
|
158 |
" 'Cancel' to stop, 'OK' to delete."
|
160 |
"Stai per cancellare questo modulo di contatto.\n"
|
161 |
" 'Cancel' per annullare, 'OK' per proseguire."
|
162 |
|
163 |
+
#: contact-form-7/admin/edit.php:104
|
164 |
msgid "Form"
|
165 |
msgstr "Modulo"
|
166 |
|
167 |
+
#: contact-form-7/admin/edit.php:128
|
168 |
msgid "Mail"
|
169 |
msgstr "Mail"
|
170 |
|
171 |
+
#: contact-form-7/admin/edit.php:135
|
172 |
+
#: contact-form-7/admin/edit.php:202
|
173 |
msgid "To:"
|
174 |
msgstr "A:"
|
175 |
|
176 |
+
#: contact-form-7/admin/edit.php:140
|
177 |
+
#: contact-form-7/admin/edit.php:207
|
178 |
msgid "From:"
|
179 |
msgstr "Da:"
|
180 |
|
181 |
+
#: contact-form-7/admin/edit.php:145
|
182 |
+
#: contact-form-7/admin/edit.php:212
|
183 |
msgid "Subject:"
|
184 |
msgstr "Oggetto:"
|
185 |
|
186 |
+
#: contact-form-7/admin/edit.php:152
|
187 |
+
#: contact-form-7/admin/edit.php:219
|
188 |
msgid "Additional headers:"
|
189 |
msgstr "Intestazioni aggiuntive:"
|
190 |
|
191 |
+
#: contact-form-7/admin/edit.php:157
|
192 |
+
#: contact-form-7/admin/edit.php:224
|
193 |
msgid "File attachments:"
|
194 |
msgstr "File allegati:"
|
195 |
|
196 |
+
#: contact-form-7/admin/edit.php:165
|
197 |
+
#: contact-form-7/admin/edit.php:232
|
198 |
msgid "Use HTML content type"
|
199 |
msgstr "Utilizza contenuti in HTML"
|
200 |
|
201 |
+
#: contact-form-7/admin/edit.php:172
|
202 |
+
#: contact-form-7/admin/edit.php:239
|
203 |
+
#: contact-form-7/includes/functions.php:78
|
204 |
msgid "Message body:"
|
205 |
msgstr "Corpo del messaggio:"
|
206 |
|
207 |
+
#: contact-form-7/admin/edit.php:188
|
208 |
msgid "Mail (2)"
|
209 |
msgstr "Mail (2)"
|
210 |
|
211 |
+
#: contact-form-7/admin/edit.php:194
|
212 |
msgid "Use mail (2)"
|
213 |
msgstr "Utilizza mail (2)"
|
214 |
|
215 |
+
#: contact-form-7/admin/edit.php:255
|
216 |
msgid "Messages"
|
217 |
msgstr "Messaggi"
|
218 |
|
219 |
+
#: contact-form-7/admin/edit.php:285
|
220 |
msgid "Additional Settings"
|
221 |
msgstr "Impostazioni aggiuntive"
|
222 |
|
223 |
+
#: contact-form-7/admin/edit.php:333
|
224 |
#, php-format
|
225 |
msgid "Use the default language (%s)"
|
226 |
msgstr "Usa la lingua predefinita (%s)"
|
227 |
|
228 |
+
#: contact-form-7/admin/edit.php:334
|
229 |
+
#: contact-form-7/admin/edit.php:347
|
230 |
msgid "Add New"
|
231 |
msgstr "Aggiungi nuova"
|
232 |
|
233 |
+
#: contact-form-7/admin/edit.php:337
|
234 |
msgid "Or"
|
235 |
msgstr "oppure"
|
236 |
|
237 |
+
#: contact-form-7/admin/edit.php:342
|
238 |
msgid "(select language)"
|
239 |
msgstr "(seleziona la lingua)"
|
240 |
|
241 |
+
#: contact-form-7/includes/classes.php:569
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
242 |
msgid "Untitled"
|
243 |
msgstr "Senza titolo"
|
244 |
|
295 |
msgid "Please fill the required field."
|
296 |
msgstr "Compila tutti i campi richiesti. Grazie"
|
297 |
|
298 |
+
#: contact-form-7/includes/functions.php:46
|
299 |
msgid "Your Name"
|
300 |
msgstr "Il tuo nome"
|
301 |
|
302 |
+
#: contact-form-7/includes/functions.php:46
|
303 |
+
#: contact-form-7/includes/functions.php:48
|
304 |
msgid "(required)"
|
305 |
msgstr "(richiesto)"
|
306 |
|
307 |
+
#: contact-form-7/includes/functions.php:48
|
308 |
msgid "Your Email"
|
309 |
msgstr "La tua email"
|
310 |
|
311 |
+
#: contact-form-7/includes/functions.php:50
|
312 |
msgid "Subject"
|
313 |
msgstr "Oggetto"
|
314 |
|
315 |
+
#: contact-form-7/includes/functions.php:52
|
316 |
msgid "Your Message"
|
317 |
msgstr "Il tuo messaggio"
|
318 |
|
319 |
+
#: contact-form-7/includes/functions.php:54
|
320 |
msgid "Send"
|
321 |
msgstr "Invia"
|
322 |
|
323 |
+
#: contact-form-7/includes/functions.php:62
|
324 |
#, php-format
|
325 |
msgid "From: %s"
|
326 |
msgstr "Da: %s"
|
327 |
|
328 |
+
#: contact-form-7/includes/functions.php:63
|
329 |
#, php-format
|
330 |
msgid "Subject: %s"
|
331 |
msgstr "Oggetto: %s"
|
332 |
|
333 |
+
#: contact-form-7/includes/functions.php:64
|
334 |
msgid "Message Body:"
|
335 |
msgstr "Corpo del messaggio:"
|
336 |
|
337 |
+
#: contact-form-7/includes/functions.php:65
|
338 |
+
#: contact-form-7/includes/functions.php:79
|
339 |
#, php-format
|
340 |
msgid "This mail is sent via contact form on %1$s %2$s"
|
341 |
msgstr "Questa email é inviata via modulo di contatto il %1$s %2$s"
|
342 |
|
343 |
+
#: contact-form-7/includes/functions.php:168
|
344 |
+
msgid "Afrikaans"
|
345 |
+
msgstr "Afrikaans"
|
346 |
+
|
347 |
+
#: contact-form-7/includes/functions.php:169
|
348 |
msgid "Albanian"
|
349 |
msgstr "Albanese"
|
350 |
|
351 |
+
#: contact-form-7/includes/functions.php:170
|
352 |
msgid "Arabic"
|
353 |
msgstr "Arabo"
|
354 |
|
355 |
+
#: contact-form-7/includes/functions.php:171
|
356 |
msgid "Bangla"
|
357 |
msgstr "Bengalese"
|
358 |
|
359 |
+
#: contact-form-7/includes/functions.php:172
|
360 |
msgid "Bosnian"
|
361 |
msgstr "Bosniaco"
|
362 |
|
363 |
+
#: contact-form-7/includes/functions.php:173
|
364 |
msgid "Brazilian Portuguese"
|
365 |
msgstr "Portoghese (Brasile)"
|
366 |
|
367 |
+
#: contact-form-7/includes/functions.php:174
|
368 |
msgid "Bulgarian"
|
369 |
msgstr "Bulgaro"
|
370 |
|
371 |
+
#: contact-form-7/includes/functions.php:175
|
372 |
msgid "Catalan"
|
373 |
msgstr "Catalano"
|
374 |
|
375 |
+
#: contact-form-7/includes/functions.php:176
|
376 |
msgid "Chinese (Simplified)"
|
377 |
msgstr "Cinese (semplificato)"
|
378 |
|
379 |
+
#: contact-form-7/includes/functions.php:177
|
380 |
msgid "Chinese (Traditional)"
|
381 |
msgstr "Cinese (tradizionale)"
|
382 |
|
383 |
+
#: contact-form-7/includes/functions.php:178
|
384 |
msgid "Croatian"
|
385 |
msgstr "Croato"
|
386 |
|
387 |
+
#: contact-form-7/includes/functions.php:179
|
388 |
msgid "Czech"
|
389 |
msgstr "Ceco"
|
390 |
|
391 |
+
#: contact-form-7/includes/functions.php:180
|
392 |
msgid "Danish"
|
393 |
msgstr "Danese"
|
394 |
|
395 |
+
#: contact-form-7/includes/functions.php:181
|
396 |
msgid "Dutch"
|
397 |
msgstr "Olandese"
|
398 |
|
399 |
+
#: contact-form-7/includes/functions.php:182
|
400 |
msgid "English"
|
401 |
msgstr "Inglese"
|
402 |
|
403 |
+
#: contact-form-7/includes/functions.php:183
|
404 |
msgid "Estonian"
|
405 |
msgstr "Estone"
|
406 |
|
407 |
+
#: contact-form-7/includes/functions.php:184
|
408 |
msgid "Finnish"
|
409 |
msgstr "Finnico"
|
410 |
|
411 |
+
#: contact-form-7/includes/functions.php:185
|
412 |
msgid "French"
|
413 |
msgstr "Francese"
|
414 |
|
415 |
+
#: contact-form-7/includes/functions.php:186
|
416 |
msgid "Georgian"
|
417 |
msgstr "Georgiano"
|
418 |
|
419 |
+
#: contact-form-7/includes/functions.php:187
|
420 |
msgid "German"
|
421 |
msgstr "Tedesco"
|
422 |
|
423 |
+
#: contact-form-7/includes/functions.php:188
|
424 |
msgid "Greek"
|
425 |
msgstr "Greco"
|
426 |
|
427 |
+
#: contact-form-7/includes/functions.php:189
|
428 |
msgid "Hebrew"
|
429 |
msgstr "Ebreo"
|
430 |
|
431 |
+
#: contact-form-7/includes/functions.php:190
|
432 |
msgid "Hindi"
|
433 |
msgstr "Hindi"
|
434 |
|
435 |
+
#: contact-form-7/includes/functions.php:191
|
436 |
msgid "Hungarian"
|
437 |
msgstr "Ungherese"
|
438 |
|
439 |
+
#: contact-form-7/includes/functions.php:192
|
440 |
msgid "Indonesian"
|
441 |
msgstr "Indonesiano"
|
442 |
|
443 |
+
#: contact-form-7/includes/functions.php:193
|
444 |
msgid "Italian"
|
445 |
msgstr "Italiano"
|
446 |
|
447 |
+
#: contact-form-7/includes/functions.php:194
|
448 |
msgid "Japanese"
|
449 |
msgstr "Giapponese"
|
450 |
|
451 |
+
#: contact-form-7/includes/functions.php:195
|
452 |
msgid "Korean"
|
453 |
msgstr "Coreano"
|
454 |
|
455 |
+
#: contact-form-7/includes/functions.php:196
|
456 |
msgid "Latvian"
|
457 |
msgstr "Lettone"
|
458 |
|
459 |
+
#: contact-form-7/includes/functions.php:197
|
460 |
msgid "Lithuanian"
|
461 |
msgstr "Lituano"
|
462 |
|
463 |
+
#: contact-form-7/includes/functions.php:198
|
464 |
+
msgid "Malayalam"
|
465 |
+
msgstr "Malayalam"
|
466 |
+
|
467 |
+
#: contact-form-7/includes/functions.php:199
|
468 |
msgid "Norwegian"
|
469 |
msgstr "Norvegese"
|
470 |
|
471 |
+
#: contact-form-7/includes/functions.php:200
|
472 |
msgid "Persian"
|
473 |
msgstr "Persiano"
|
474 |
|
475 |
+
#: contact-form-7/includes/functions.php:201
|
476 |
msgid "Polish"
|
477 |
msgstr "Polacco"
|
478 |
|
479 |
+
#: contact-form-7/includes/functions.php:202
|
480 |
msgid "Portuguese"
|
481 |
msgstr "Portoghese"
|
482 |
|
483 |
+
#: contact-form-7/includes/functions.php:203
|
484 |
msgid "Russian"
|
485 |
msgstr "Russo"
|
486 |
|
487 |
+
#: contact-form-7/includes/functions.php:204
|
488 |
msgid "Romanian"
|
489 |
msgstr "Rumeno"
|
490 |
|
491 |
+
#: contact-form-7/includes/functions.php:205
|
492 |
msgid "Serbian"
|
493 |
msgstr "Serbo"
|
494 |
|
495 |
+
#: contact-form-7/includes/functions.php:206
|
496 |
msgid "Slovak"
|
497 |
msgstr "Slovacco"
|
498 |
|
499 |
+
#: contact-form-7/includes/functions.php:207
|
500 |
msgid "Slovene"
|
501 |
msgstr "Sloveno"
|
502 |
|
503 |
+
#: contact-form-7/includes/functions.php:208
|
504 |
msgid "Spanish"
|
505 |
msgstr "Spagnolo"
|
506 |
|
507 |
+
#: contact-form-7/includes/functions.php:209
|
508 |
msgid "Swedish"
|
509 |
msgstr "Svedese"
|
510 |
|
511 |
+
#: contact-form-7/includes/functions.php:210
|
512 |
msgid "Thai"
|
513 |
msgstr "Thai"
|
514 |
|
515 |
+
#: contact-form-7/includes/functions.php:211
|
516 |
msgid "Turkish"
|
517 |
msgstr "Turco"
|
518 |
|
519 |
+
#: contact-form-7/includes/functions.php:212
|
520 |
msgid "Ukrainian"
|
521 |
msgstr "Ucraino"
|
522 |
|
523 |
+
#: contact-form-7/includes/functions.php:213
|
524 |
msgid "Vietnamese"
|
525 |
msgstr "Vietnamita"
|
526 |
|
527 |
+
#: contact-form-7/modules/acceptance.php:96
|
528 |
msgid "Acceptance"
|
529 |
msgstr "Consenso"
|
530 |
|
531 |
+
#: contact-form-7/modules/acceptance.php:105
|
532 |
#: contact-form-7/modules/captcha.php:206
|
533 |
+
#: contact-form-7/modules/checkbox.php:198
|
534 |
#: contact-form-7/modules/file.php:234
|
535 |
msgid "Name"
|
536 |
msgstr "Nome"
|
537 |
|
538 |
+
#: contact-form-7/modules/acceptance.php:110
|
539 |
+
#: contact-form-7/modules/acceptance.php:113
|
540 |
#: contact-form-7/modules/captcha.php:213
|
541 |
#: contact-form-7/modules/captcha.php:216
|
542 |
#: contact-form-7/modules/captcha.php:221
|
546 |
#: contact-form-7/modules/captcha.php:242
|
547 |
#: contact-form-7/modules/captcha.php:247
|
548 |
#: contact-form-7/modules/captcha.php:250
|
549 |
+
#: contact-form-7/modules/checkbox.php:203
|
550 |
+
#: contact-form-7/modules/checkbox.php:206
|
551 |
#: contact-form-7/modules/file.php:239
|
552 |
#: contact-form-7/modules/file.php:242
|
553 |
#: contact-form-7/modules/file.php:247
|
555 |
msgid "optional"
|
556 |
msgstr "facoltativo"
|
557 |
|
558 |
+
#: contact-form-7/modules/acceptance.php:119
|
559 |
msgid "Make this checkbox checked by default?"
|
560 |
msgstr "Desideri che questa casella di verifica sia selezionata (predefinito)?"
|
561 |
|
562 |
+
#: contact-form-7/modules/acceptance.php:120
|
563 |
msgid "Make this checkbox work inversely?"
|
564 |
msgstr "Desideri che questa casella di verifica funzioni in modalità inversa?"
|
565 |
|
566 |
+
#: contact-form-7/modules/acceptance.php:121
|
567 |
msgid "* That means visitor who accepts the term unchecks it."
|
568 |
msgstr "* Ciò indica che il visitatore dovrà de-selezionare la casella per esprimere il proprio consenso."
|
569 |
|
570 |
+
#: contact-form-7/modules/acceptance.php:126
|
571 |
#: contact-form-7/modules/captcha.php:255
|
572 |
+
#: contact-form-7/modules/checkbox.php:226
|
573 |
#: contact-form-7/modules/file.php:255
|
574 |
msgid "Copy this code and paste it into the form left."
|
575 |
msgstr "Copia questo codice ed incollalo nel modulo a sinistra."
|
643 |
msgid "This contact form contains CAPTCHA fields, but the necessary libraries (GD and FreeType) are not available on your server."
|
644 |
msgstr "Questo modulo di contatto contiene dei campi CAPTCHA, ma le librerie necessarie (GD e FreeType) non sono disponibili nel tuo server."
|
645 |
|
646 |
+
#: contact-form-7/modules/checkbox.php:171
|
647 |
msgid "Checkboxes"
|
648 |
msgstr "Caselle di verifica"
|
649 |
|
650 |
+
#: contact-form-7/modules/checkbox.php:174
|
651 |
msgid "Radio buttons"
|
652 |
msgstr "Radio button"
|
653 |
|
654 |
+
#: contact-form-7/modules/checkbox.php:195
|
655 |
#: contact-form-7/modules/file.php:233
|
656 |
msgid "Required field?"
|
657 |
msgstr "Campi obbligatori?"
|
658 |
|
659 |
+
#: contact-form-7/modules/checkbox.php:211
|
660 |
msgid "Choices"
|
661 |
msgstr "Opzioni"
|
662 |
|
663 |
+
#: contact-form-7/modules/checkbox.php:213
|
664 |
msgid "* One choice per line."
|
665 |
msgstr "* Una opzione per linea."
|
666 |
|
667 |
+
#: contact-form-7/modules/checkbox.php:217
|
668 |
msgid "Put a label first, a checkbox last?"
|
669 |
msgstr "Inserisci l'etichetta davanti alla casella di verifica?"
|
670 |
|
671 |
+
#: contact-form-7/modules/checkbox.php:218
|
672 |
msgid "Wrap each item with <label> tag?"
|
673 |
msgstr "Wrap per ogni item con il tag <label>?"
|
674 |
|
675 |
+
#: contact-form-7/modules/checkbox.php:220
|
676 |
msgid "Make checkboxes exclusive?"
|
677 |
msgstr "Desideri escludere le caselle di verifica?"
|
678 |
|
679 |
+
#: contact-form-7/modules/checkbox.php:228
|
680 |
msgid "And, put this code into the Mail fields below."
|
681 |
msgstr "Ed inserisci questo codice nei campi mail qui sotto."
|
682 |
|
814 |
msgid "Text area"
|
815 |
msgstr "Area di testo"
|
816 |
|
817 |
+
#~ msgid ""
|
818 |
+
#~ "Is this plugin useful for you? If you like it, please help the developer."
|
819 |
+
#~ msgstr "Questo plugin é utile per te? Allora, aiuta lo sviluppatore."
|
820 |
+
#~ msgid ""
|
821 |
+
#~ "Developing a plugin and providing user support is really hard work. "
|
822 |
+
#~ "Please help."
|
823 |
+
#~ msgstr ""
|
824 |
+
#~ "Lo sviluppo di un plugin ed il servizio di assistenza agli utenti "
|
825 |
+
#~ "comporta un notevole lavoro. Aiutami!"
|
826 |
#~ msgid "This mail is created by Contact Form 7 plugin for WordPress."
|
827 |
#~ msgstr "Questa email é stata creata con il plugin Contact Form 7"
|
828 |
#~ msgid "(You need WordPress 2.7 or greater to use this feature)"
|
languages/wpcf7-ja.mo
CHANGED
Binary file
|
languages/wpcf7-ja.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Contact Form 7\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2010-
|
6 |
-
"PO-Revision-Date: 2010-
|
7 |
"Last-Translator: Takayuki Miyoshi <takayukister@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -47,79 +47,79 @@ msgstr "表示"
|
|
47 |
msgid "Hide"
|
48 |
msgstr "非表示"
|
49 |
|
50 |
-
#: contact-form-7/admin/admin.php:
|
51 |
msgid "Contact form"
|
52 |
msgstr "コンタクトフォーム"
|
53 |
|
54 |
-
#: contact-form-7/admin/admin.php:
|
55 |
msgid "Settings"
|
56 |
msgstr "設定"
|
57 |
|
58 |
-
#: contact-form-7/admin/admin.php:
|
59 |
msgid "http://contactform7.com/"
|
60 |
msgstr "http://contactform7.com/ja/"
|
61 |
|
62 |
-
#: contact-form-7/admin/admin.php:
|
63 |
msgid "Contactform7.com"
|
64 |
msgstr "Contactform7.com (日本語)"
|
65 |
|
66 |
-
#: contact-form-7/admin/admin.php:
|
67 |
msgid "http://contactform7.com/docs/"
|
68 |
msgstr "http://contactform7.com/ja/docs-2/"
|
69 |
|
70 |
-
#: contact-form-7/admin/admin.php:
|
71 |
msgid "Docs"
|
72 |
msgstr "使い方"
|
73 |
|
74 |
-
#: contact-form-7/admin/admin.php:
|
75 |
msgid "http://contactform7.com/faq/"
|
76 |
msgstr "http://contactform7.com/ja/faq-2/"
|
77 |
|
78 |
-
#: contact-form-7/admin/admin.php:
|
79 |
msgid "FAQ"
|
80 |
msgstr "FAQ"
|
81 |
|
82 |
-
#: contact-form-7/admin/admin.php:
|
83 |
msgid "http://contactform7.com/support/"
|
84 |
msgstr "http://contactform7.com/ja/support-2/"
|
85 |
|
86 |
-
#: contact-form-7/admin/admin.php:
|
87 |
msgid "Support"
|
88 |
msgstr "サポート"
|
89 |
|
90 |
-
#: contact-form-7/admin/admin.php:
|
91 |
msgid "Contact form created."
|
92 |
msgstr "コンタクトフォームが作成されました。"
|
93 |
|
94 |
-
#: contact-form-7/admin/admin.php:
|
95 |
msgid "Contact form saved."
|
96 |
msgstr "コンタクトフォームが保存されました。"
|
97 |
|
98 |
-
#: contact-form-7/admin/admin.php:
|
99 |
msgid "Contact form deleted."
|
100 |
msgstr "コンタクトフォームが削除されました。"
|
101 |
|
102 |
-
#: contact-form-7/admin/admin.php:
|
103 |
msgid "Database table created."
|
104 |
msgstr "データベーステーブルを作成しました。"
|
105 |
|
106 |
-
#: contact-form-7/admin/admin.php:
|
107 |
msgid "Failed to create database table."
|
108 |
msgstr "データベーステーブルを作成できませんでした。"
|
109 |
|
110 |
-
#: contact-form-7/admin/admin.php:
|
111 |
msgid "Contact Form 7 needs your support. Please donate today."
|
112 |
msgstr "Contact Form 7 はあなたの支援を必要としています。寄付をお願いします。"
|
113 |
|
114 |
-
#: contact-form-7/admin/admin.php:
|
115 |
msgid "Your contribution is needed for making this plugin better."
|
116 |
msgstr "あなたの貢献があればこのプラグインをもっと良くすることができます。"
|
117 |
|
118 |
-
#: contact-form-7/admin/admin.php:
|
119 |
msgid "http://contactform7.com/donate/"
|
120 |
msgstr "http://contactform7.com/ja/donate-2/"
|
121 |
|
122 |
-
#: contact-form-7/admin/admin.php:
|
123 |
msgid "Donate"
|
124 |
msgstr "寄付する"
|
125 |
|
@@ -239,7 +239,7 @@ msgstr "または"
|
|
239 |
msgid "(select language)"
|
240 |
msgstr "(言語を選択)"
|
241 |
|
242 |
-
#: contact-form-7/includes/classes.php:
|
243 |
msgid "Untitled"
|
244 |
msgstr "無題"
|
245 |
|
@@ -414,326 +414,330 @@ msgid "French"
|
|
414 |
msgstr "フランス語"
|
415 |
|
416 |
#: contact-form-7/includes/functions.php:186
|
|
|
|
|
|
|
|
|
417 |
msgid "Georgian"
|
418 |
msgstr "グルジア語"
|
419 |
|
420 |
-
#: contact-form-7/includes/functions.php:
|
421 |
msgid "German"
|
422 |
msgstr "ドイツ語"
|
423 |
|
424 |
-
#: contact-form-7/includes/functions.php:
|
425 |
msgid "Greek"
|
426 |
msgstr "ギリシャ語"
|
427 |
|
428 |
-
#: contact-form-7/includes/functions.php:
|
429 |
msgid "Hebrew"
|
430 |
msgstr "ヘブライ語"
|
431 |
|
432 |
-
#: contact-form-7/includes/functions.php:
|
433 |
msgid "Hindi"
|
434 |
msgstr "ヒンディー語"
|
435 |
|
436 |
-
#: contact-form-7/includes/functions.php:
|
437 |
msgid "Hungarian"
|
438 |
msgstr "ハンガリー語"
|
439 |
|
440 |
-
#: contact-form-7/includes/functions.php:
|
441 |
msgid "Indonesian"
|
442 |
msgstr "インドネシア語"
|
443 |
|
444 |
-
#: contact-form-7/includes/functions.php:
|
445 |
msgid "Italian"
|
446 |
msgstr "イタリア語"
|
447 |
|
448 |
-
#: contact-form-7/includes/functions.php:
|
449 |
msgid "Japanese"
|
450 |
msgstr "日本語"
|
451 |
|
452 |
-
#: contact-form-7/includes/functions.php:
|
453 |
msgid "Korean"
|
454 |
msgstr "韓国語"
|
455 |
|
456 |
-
#: contact-form-7/includes/functions.php:
|
457 |
msgid "Latvian"
|
458 |
msgstr "ラトビア語"
|
459 |
|
460 |
-
#: contact-form-7/includes/functions.php:
|
461 |
msgid "Lithuanian"
|
462 |
msgstr "リトアニア語"
|
463 |
|
464 |
-
#: contact-form-7/includes/functions.php:
|
465 |
msgid "Malayalam"
|
466 |
msgstr "マラヤーラム語"
|
467 |
|
468 |
-
#: contact-form-7/includes/functions.php:
|
469 |
msgid "Norwegian"
|
470 |
msgstr "ノルウェー語"
|
471 |
|
472 |
-
#: contact-form-7/includes/functions.php:
|
473 |
msgid "Persian"
|
474 |
msgstr "ペルシア語"
|
475 |
|
476 |
-
#: contact-form-7/includes/functions.php:
|
477 |
msgid "Polish"
|
478 |
msgstr "ポーランド語"
|
479 |
|
480 |
-
#: contact-form-7/includes/functions.php:
|
481 |
msgid "Portuguese"
|
482 |
msgstr "ポルトガル語"
|
483 |
|
484 |
-
#: contact-form-7/includes/functions.php:
|
485 |
msgid "Russian"
|
486 |
msgstr "ロシア語"
|
487 |
|
488 |
-
#: contact-form-7/includes/functions.php:
|
489 |
msgid "Romanian"
|
490 |
msgstr "ルーマニア語"
|
491 |
|
492 |
-
#: contact-form-7/includes/functions.php:
|
493 |
msgid "Serbian"
|
494 |
msgstr "セルビア語"
|
495 |
|
496 |
-
#: contact-form-7/includes/functions.php:
|
497 |
msgid "Slovak"
|
498 |
msgstr "スロバキア語"
|
499 |
|
500 |
-
#: contact-form-7/includes/functions.php:
|
501 |
msgid "Slovene"
|
502 |
msgstr "スロベニア語"
|
503 |
|
504 |
-
#: contact-form-7/includes/functions.php:
|
505 |
msgid "Spanish"
|
506 |
msgstr "スペイン語"
|
507 |
|
508 |
-
#: contact-form-7/includes/functions.php:
|
509 |
msgid "Swedish"
|
510 |
msgstr "スウェーデン語"
|
511 |
|
512 |
-
#: contact-form-7/includes/functions.php:
|
513 |
msgid "Thai"
|
514 |
msgstr "タイ語"
|
515 |
|
516 |
-
#: contact-form-7/includes/functions.php:
|
517 |
msgid "Turkish"
|
518 |
msgstr "トルコ語"
|
519 |
|
520 |
-
#: contact-form-7/includes/functions.php:
|
521 |
msgid "Ukrainian"
|
522 |
msgstr "ウクライナ語"
|
523 |
|
524 |
-
#: contact-form-7/includes/functions.php:
|
525 |
msgid "Vietnamese"
|
526 |
msgstr "ベトナム語"
|
527 |
|
528 |
-
#: contact-form-7/modules/acceptance.php:
|
529 |
msgid "Acceptance"
|
530 |
msgstr "承諾の確認"
|
531 |
|
532 |
-
#: contact-form-7/modules/acceptance.php:
|
533 |
-
#: contact-form-7/modules/captcha.php:
|
534 |
-
#: contact-form-7/modules/checkbox.php:
|
535 |
-
#: contact-form-7/modules/file.php:
|
536 |
msgid "Name"
|
537 |
msgstr "名前"
|
538 |
|
539 |
-
#: contact-form-7/modules/acceptance.php:
|
540 |
-
#: contact-form-7/modules/acceptance.php:
|
541 |
-
#: contact-form-7/modules/captcha.php:213
|
542 |
-
#: contact-form-7/modules/captcha.php:216
|
543 |
#: contact-form-7/modules/captcha.php:221
|
544 |
#: contact-form-7/modules/captcha.php:224
|
545 |
-
#: contact-form-7/modules/captcha.php:
|
546 |
-
#: contact-form-7/modules/captcha.php:
|
547 |
-
#: contact-form-7/modules/captcha.php:
|
548 |
#: contact-form-7/modules/captcha.php:247
|
549 |
#: contact-form-7/modules/captcha.php:250
|
550 |
-
#: contact-form-7/modules/
|
551 |
-
#: contact-form-7/modules/
|
552 |
-
#: contact-form-7/modules/
|
553 |
-
#: contact-form-7/modules/
|
554 |
-
#: contact-form-7/modules/file.php:
|
555 |
-
#: contact-form-7/modules/file.php:
|
|
|
|
|
556 |
msgid "optional"
|
557 |
msgstr "オプション"
|
558 |
|
559 |
-
#: contact-form-7/modules/acceptance.php:
|
560 |
msgid "Make this checkbox checked by default?"
|
561 |
msgstr "初期状態でチェックボックスにチェックを入れますか?"
|
562 |
|
563 |
-
#: contact-form-7/modules/acceptance.php:
|
564 |
msgid "Make this checkbox work inversely?"
|
565 |
msgstr "チェックボックスを反転させますか?"
|
566 |
|
567 |
-
#: contact-form-7/modules/acceptance.php:
|
568 |
msgid "* That means visitor who accepts the term unchecks it."
|
569 |
msgstr "* つまり、利用者には条項に承諾する場合にチェックボックスのチェックをはずしてもらいます。"
|
570 |
|
571 |
-
#: contact-form-7/modules/acceptance.php:
|
572 |
-
#: contact-form-7/modules/captcha.php:
|
573 |
-
#: contact-form-7/modules/checkbox.php:
|
574 |
-
#: contact-form-7/modules/file.php:
|
575 |
msgid "Copy this code and paste it into the form left."
|
576 |
msgstr "このコードをコピーして、左のフォーム内にペーストしてください。"
|
577 |
|
578 |
-
#: contact-form-7/modules/captcha.php:
|
579 |
msgid "To use CAPTCHA, you need <a href=\"http://wordpress.org/extend/plugins/really-simple-captcha/\">Really Simple CAPTCHA</a> plugin installed."
|
580 |
msgstr "CAPTCHA を使うには <a href=\"http://wordpress.org/extend/plugins/really-simple-captcha/\">Really Simple CAPTCHA</a> プラグインのインストールが必要です。"
|
581 |
|
582 |
-
#: contact-form-7/modules/captcha.php:
|
583 |
msgid "The code that sender entered does not match the CAPTCHA"
|
584 |
msgstr "入力されたコードが CAPTCHA に適合していない"
|
585 |
|
586 |
-
#: contact-form-7/modules/captcha.php:
|
587 |
msgid "Your entered code is incorrect."
|
588 |
msgstr "入力されたコードが正しくありません。"
|
589 |
|
590 |
-
#: contact-form-7/modules/captcha.php:
|
591 |
msgid "CAPTCHA"
|
592 |
msgstr "CAPTCHA"
|
593 |
|
594 |
-
#: contact-form-7/modules/captcha.php:
|
595 |
msgid "Note: To use CAPTCHA, you need Really Simple CAPTCHA plugin installed."
|
596 |
msgstr "お知らせ: CAPTCHA を使うには Really Simple CAPTCHA プラグインのインストールが必要です。"
|
597 |
|
598 |
-
#: contact-form-7/modules/captcha.php:
|
599 |
msgid "Image settings"
|
600 |
msgstr "画像の設定"
|
601 |
|
602 |
-
#: contact-form-7/modules/captcha.php:
|
603 |
msgid "Foreground color"
|
604 |
msgstr "文字色"
|
605 |
|
606 |
-
#: contact-form-7/modules/captcha.php:
|
607 |
msgid "Background color"
|
608 |
msgstr "背景色"
|
609 |
|
610 |
-
#: contact-form-7/modules/captcha.php:
|
611 |
msgid "Image size"
|
612 |
msgstr "画像サイズ"
|
613 |
|
614 |
-
#: contact-form-7/modules/captcha.php:
|
615 |
msgid "Small"
|
616 |
msgstr "小"
|
617 |
|
618 |
-
#: contact-form-7/modules/captcha.php:
|
619 |
msgid "Medium"
|
620 |
msgstr "中"
|
621 |
|
622 |
-
#: contact-form-7/modules/captcha.php:
|
623 |
msgid "Large"
|
624 |
msgstr "大"
|
625 |
|
626 |
-
#: contact-form-7/modules/captcha.php:
|
627 |
msgid "Input field settings"
|
628 |
msgstr "入力項目の設定"
|
629 |
|
630 |
-
#: contact-form-7/modules/captcha.php:
|
631 |
msgid "For image"
|
632 |
msgstr "画像"
|
633 |
|
634 |
-
#: contact-form-7/modules/captcha.php:
|
635 |
msgid "For input field"
|
636 |
msgstr "入力項目"
|
637 |
|
638 |
-
#: contact-form-7/modules/captcha.php:
|
639 |
#, php-format
|
640 |
msgid "This contact form contains CAPTCHA fields, but the temporary folder for the files (%s) does not exist or is not writable. You can create the folder or change its permission manually."
|
641 |
msgstr "このコンタクトフォームは CAPTCHA の項目を含んでいますが、そのファイルのための一時フォルダ (%s) が存在しないか、あるいは書き込み可能ではありません。このフォルダを手動で作成するか、パーミッションの変更を行うと解決できるでしょう。"
|
642 |
|
643 |
-
#: contact-form-7/modules/captcha.php:
|
644 |
msgid "This contact form contains CAPTCHA fields, but the necessary libraries (GD and FreeType) are not available on your server."
|
645 |
msgstr "このコンタクトフォームは CAPTCHA の項目を含んでいますが、お使いのサーバーでは必要なライブラリ (GD および FreeType) が利用可能でありません。"
|
646 |
|
647 |
-
#: contact-form-7/modules/checkbox.php:
|
648 |
msgid "Checkboxes"
|
649 |
msgstr "チェックボックス"
|
650 |
|
651 |
-
#: contact-form-7/modules/checkbox.php:
|
652 |
msgid "Radio buttons"
|
653 |
msgstr "ラジオボタン"
|
654 |
|
655 |
-
#: contact-form-7/modules/checkbox.php:
|
656 |
-
#: contact-form-7/modules/file.php:
|
657 |
msgid "Required field?"
|
658 |
msgstr "必須入力の項目ですか?"
|
659 |
|
660 |
-
#: contact-form-7/modules/checkbox.php:
|
661 |
msgid "Choices"
|
662 |
msgstr "選択項目"
|
663 |
|
664 |
-
#: contact-form-7/modules/checkbox.php:
|
665 |
msgid "* One choice per line."
|
666 |
msgstr "* 1行ごとに分けて入力してください。"
|
667 |
|
668 |
-
#: contact-form-7/modules/checkbox.php:
|
669 |
msgid "Put a label first, a checkbox last?"
|
670 |
msgstr "ラベルを先に、チェックボックスを後に置きますか?"
|
671 |
|
672 |
-
#: contact-form-7/modules/checkbox.php:
|
673 |
msgid "Wrap each item with <label> tag?"
|
674 |
msgstr "個々の項目を <label> タグで囲みますか?"
|
675 |
|
676 |
-
#: contact-form-7/modules/checkbox.php:
|
677 |
msgid "Make checkboxes exclusive?"
|
678 |
msgstr "チェックボックスを排他化しますか?"
|
679 |
|
680 |
-
#: contact-form-7/modules/checkbox.php:
|
681 |
msgid "And, put this code into the Mail fields below."
|
682 |
msgstr "それから、このコードを下のメールの項目中に置いてください。"
|
683 |
|
684 |
-
#: contact-form-7/modules/file.php:
|
685 |
msgid "Uploading a file fails for any reason"
|
686 |
msgstr "ファイルのアップロードが何らかの理由により失敗している"
|
687 |
|
688 |
-
#: contact-form-7/modules/file.php:
|
689 |
msgid "Failed to upload file."
|
690 |
msgstr "ファイルのアップロードに失敗しました。"
|
691 |
|
692 |
-
#: contact-form-7/modules/file.php:
|
693 |
msgid "Uploaded file is not allowed file type"
|
694 |
msgstr "アップロードされたファイルが許可されたファイル形式に適合しない"
|
695 |
|
696 |
-
#: contact-form-7/modules/file.php:
|
697 |
msgid "This file type is not allowed."
|
698 |
msgstr "許可されていないファイル形式です。"
|
699 |
|
700 |
-
#: contact-form-7/modules/file.php:
|
701 |
msgid "Uploaded file is too large"
|
702 |
msgstr "アップロードされたファイルが大きすぎる"
|
703 |
|
704 |
-
#: contact-form-7/modules/file.php:
|
705 |
msgid "This file is too large."
|
706 |
msgstr "ファイルが大きすぎます。"
|
707 |
|
708 |
-
#: contact-form-7/modules/file.php:
|
709 |
msgid "Uploading a file fails for PHP error"
|
710 |
msgstr "ファイルのアップロードが PHP のエラーにより失敗している"
|
711 |
|
712 |
-
#: contact-form-7/modules/file.php:
|
713 |
msgid "Failed to upload file. Error occurred."
|
714 |
msgstr "ファイルのアップロードに失敗しました。エラーが発生しています。"
|
715 |
|
716 |
-
#: contact-form-7/modules/file.php:
|
717 |
msgid "File upload"
|
718 |
msgstr "ファイルのアップロード"
|
719 |
|
720 |
-
#: contact-form-7/modules/file.php:
|
721 |
msgid "File size limit"
|
722 |
msgstr "ファイルサイズの上限"
|
723 |
|
724 |
-
#: contact-form-7/modules/file.php:
|
725 |
msgid "bytes"
|
726 |
msgstr "バイト"
|
727 |
|
728 |
-
#: contact-form-7/modules/file.php:
|
729 |
msgid "Acceptable file types"
|
730 |
msgstr "受け入れ可能なファイル形式"
|
731 |
|
732 |
-
#: contact-form-7/modules/file.php:
|
733 |
msgid "And, put this code into the File Attachments field below."
|
734 |
msgstr "それから、このコードを下のファイル添付の項目中に置いてください。"
|
735 |
|
736 |
-
#: contact-form-7/modules/file.php:
|
737 |
#, php-format
|
738 |
msgid "This contact form contains file uploading fields, but the temporary folder for the files (%s) does not exist or is not writable. You can create the folder or change its permission manually."
|
739 |
msgstr "このコンタクトフォームはファイルアップロード項目を含んでいますが、そのファイルのための一時フォルダ (%s) が存在しないか、あるいは書き込み可能ではありません。このフォルダを手動で作成するか、パーミッションの変更を行うと解決できるでしょう。"
|
@@ -742,76 +746,76 @@ msgstr "このコンタクトフォームはファイルアップロード項目
|
|
742 |
msgid "This contact form contains [icl] tags, but they are obsolete and no longer functioning on this version of Contact Form 7. <a href=\"http://contactform7.com/2009/12/25/contact-form-in-your-language/#Creating_contact_form_in_different_languages\" target=\"_blank\">There is a simpler way for creating contact forms of other languages</a> and you are recommended to use it."
|
743 |
msgstr "このコンタクトフォームは [icl] タグを含んでいますが、それらはこのバージョンの Contact Form 7 では廃止されており、機能していません。<a href=\"http://contactform7.com/ja/2009/12/25/contact-form-in-your-language-2/#Creating_contact_form_in_different_languages\" target=\"_blank\">他の言語のコンタクトフォームを作成するためのより簡単な方法</a>が導入されており、そちらの利用が推奨されます。"
|
744 |
|
745 |
-
#: contact-form-7/modules/quiz.php:
|
746 |
msgid "Sender doesn't enter the correct answer to the quiz"
|
747 |
msgstr "クイズに対する正しい答えが入力されなかった"
|
748 |
|
749 |
-
#: contact-form-7/modules/quiz.php:
|
750 |
msgid "Your answer is not correct."
|
751 |
msgstr "答えが正しくありません。"
|
752 |
|
753 |
-
#: contact-form-7/modules/quiz.php:
|
754 |
msgid "Quiz"
|
755 |
msgstr "クイズ"
|
756 |
|
757 |
-
#: contact-form-7/modules/quiz.php:
|
758 |
msgid "Quizzes"
|
759 |
msgstr "質問と答え"
|
760 |
|
761 |
-
#: contact-form-7/modules/quiz.php:
|
762 |
msgid "* quiz|answer (e.g. 1+1=?|2)"
|
763 |
msgstr "* 質問|答え (例: 1+1=?|2)"
|
764 |
|
765 |
-
#: contact-form-7/modules/select.php:
|
766 |
msgid "Drop-down menu"
|
767 |
msgstr "ドロップダウン・メニュー"
|
768 |
|
769 |
-
#: contact-form-7/modules/select.php:
|
770 |
msgid "Allow multiple selections?"
|
771 |
msgstr "複数選択を可能にしますか?"
|
772 |
|
773 |
-
#: contact-form-7/modules/select.php:
|
774 |
msgid "Insert a blank item as the first option?"
|
775 |
msgstr "先頭に空の項目を挿入しますか?"
|
776 |
|
777 |
-
#: contact-form-7/modules/submit.php:
|
778 |
msgid "Submit button"
|
779 |
msgstr "送信ボタン"
|
780 |
|
781 |
-
#: contact-form-7/modules/submit.php:
|
782 |
msgid "Label"
|
783 |
msgstr "ラベル"
|
784 |
|
785 |
-
#: contact-form-7/modules/text.php:
|
786 |
msgid "Text field"
|
787 |
msgstr "テキスト項目"
|
788 |
|
789 |
-
#: contact-form-7/modules/text.php:
|
790 |
msgid "Email field"
|
791 |
msgstr "メールアドレス項目"
|
792 |
|
793 |
-
#: contact-form-7/modules/text.php:
|
794 |
msgid "Akismet"
|
795 |
msgstr "Akismet"
|
796 |
|
797 |
-
#: contact-form-7/modules/text.php:
|
798 |
msgid "This field requires author's name"
|
799 |
msgstr "送信者の名前の入力を要求する項目"
|
800 |
|
801 |
-
#: contact-form-7/modules/text.php:
|
802 |
msgid "This field requires author's URL"
|
803 |
msgstr "送信者の URL の入力を要求する項目"
|
804 |
|
805 |
-
#: contact-form-7/modules/text.php:
|
806 |
msgid "This field requires author's email address"
|
807 |
msgstr "送信者のメールアドレスの入力を要求する項目"
|
808 |
|
809 |
-
#: contact-form-7/modules/text.php:
|
810 |
-
#: contact-form-7/modules/textarea.php:
|
811 |
msgid "Default value"
|
812 |
msgstr "デフォルト値"
|
813 |
|
814 |
-
#: contact-form-7/modules/textarea.php:
|
815 |
msgid "Text area"
|
816 |
msgstr "テキストエリア"
|
817 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Contact Form 7\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-03-23 06:47+0900\n"
|
6 |
+
"PO-Revision-Date: 2010-03-23 06:47+0900\n"
|
7 |
"Last-Translator: Takayuki Miyoshi <takayukister@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
47 |
msgid "Hide"
|
48 |
msgstr "非表示"
|
49 |
|
50 |
+
#: contact-form-7/admin/admin.php:261
|
51 |
msgid "Contact form"
|
52 |
msgstr "コンタクトフォーム"
|
53 |
|
54 |
+
#: contact-form-7/admin/admin.php:280
|
55 |
msgid "Settings"
|
56 |
msgstr "設定"
|
57 |
|
58 |
+
#: contact-form-7/admin/admin.php:291
|
59 |
msgid "http://contactform7.com/"
|
60 |
msgstr "http://contactform7.com/ja/"
|
61 |
|
62 |
+
#: contact-form-7/admin/admin.php:292
|
63 |
msgid "Contactform7.com"
|
64 |
msgstr "Contactform7.com (日本語)"
|
65 |
|
66 |
+
#: contact-form-7/admin/admin.php:293
|
67 |
msgid "http://contactform7.com/docs/"
|
68 |
msgstr "http://contactform7.com/ja/docs-2/"
|
69 |
|
70 |
+
#: contact-form-7/admin/admin.php:294
|
71 |
msgid "Docs"
|
72 |
msgstr "使い方"
|
73 |
|
74 |
+
#: contact-form-7/admin/admin.php:295
|
75 |
msgid "http://contactform7.com/faq/"
|
76 |
msgstr "http://contactform7.com/ja/faq-2/"
|
77 |
|
78 |
+
#: contact-form-7/admin/admin.php:296
|
79 |
msgid "FAQ"
|
80 |
msgstr "FAQ"
|
81 |
|
82 |
+
#: contact-form-7/admin/admin.php:297
|
83 |
msgid "http://contactform7.com/support/"
|
84 |
msgstr "http://contactform7.com/ja/support-2/"
|
85 |
|
86 |
+
#: contact-form-7/admin/admin.php:298
|
87 |
msgid "Support"
|
88 |
msgstr "サポート"
|
89 |
|
90 |
+
#: contact-form-7/admin/admin.php:312
|
91 |
msgid "Contact form created."
|
92 |
msgstr "コンタクトフォームが作成されました。"
|
93 |
|
94 |
+
#: contact-form-7/admin/admin.php:315
|
95 |
msgid "Contact form saved."
|
96 |
msgstr "コンタクトフォームが保存されました。"
|
97 |
|
98 |
+
#: contact-form-7/admin/admin.php:318
|
99 |
msgid "Contact form deleted."
|
100 |
msgstr "コンタクトフォームが削除されました。"
|
101 |
|
102 |
+
#: contact-form-7/admin/admin.php:321
|
103 |
msgid "Database table created."
|
104 |
msgstr "データベーステーブルを作成しました。"
|
105 |
|
106 |
+
#: contact-form-7/admin/admin.php:324
|
107 |
msgid "Failed to create database table."
|
108 |
msgstr "データベーステーブルを作成できませんでした。"
|
109 |
|
110 |
+
#: contact-form-7/admin/admin.php:357
|
111 |
msgid "Contact Form 7 needs your support. Please donate today."
|
112 |
msgstr "Contact Form 7 はあなたの支援を必要としています。寄付をお願いします。"
|
113 |
|
114 |
+
#: contact-form-7/admin/admin.php:358
|
115 |
msgid "Your contribution is needed for making this plugin better."
|
116 |
msgstr "あなたの貢献があればこのプラグインをもっと良くすることができます。"
|
117 |
|
118 |
+
#: contact-form-7/admin/admin.php:364
|
119 |
msgid "http://contactform7.com/donate/"
|
120 |
msgstr "http://contactform7.com/ja/donate-2/"
|
121 |
|
122 |
+
#: contact-form-7/admin/admin.php:364
|
123 |
msgid "Donate"
|
124 |
msgstr "寄付する"
|
125 |
|
239 |
msgid "(select language)"
|
240 |
msgstr "(言語を選択)"
|
241 |
|
242 |
+
#: contact-form-7/includes/classes.php:564
|
243 |
msgid "Untitled"
|
244 |
msgstr "無題"
|
245 |
|
414 |
msgstr "フランス語"
|
415 |
|
416 |
#: contact-form-7/includes/functions.php:186
|
417 |
+
msgid "Galician"
|
418 |
+
msgstr "ガリシア語"
|
419 |
+
|
420 |
+
#: contact-form-7/includes/functions.php:187
|
421 |
msgid "Georgian"
|
422 |
msgstr "グルジア語"
|
423 |
|
424 |
+
#: contact-form-7/includes/functions.php:188
|
425 |
msgid "German"
|
426 |
msgstr "ドイツ語"
|
427 |
|
428 |
+
#: contact-form-7/includes/functions.php:189
|
429 |
msgid "Greek"
|
430 |
msgstr "ギリシャ語"
|
431 |
|
432 |
+
#: contact-form-7/includes/functions.php:190
|
433 |
msgid "Hebrew"
|
434 |
msgstr "ヘブライ語"
|
435 |
|
436 |
+
#: contact-form-7/includes/functions.php:191
|
437 |
msgid "Hindi"
|
438 |
msgstr "ヒンディー語"
|
439 |
|
440 |
+
#: contact-form-7/includes/functions.php:192
|
441 |
msgid "Hungarian"
|
442 |
msgstr "ハンガリー語"
|
443 |
|
444 |
+
#: contact-form-7/includes/functions.php:193
|
445 |
msgid "Indonesian"
|
446 |
msgstr "インドネシア語"
|
447 |
|
448 |
+
#: contact-form-7/includes/functions.php:194
|
449 |
msgid "Italian"
|
450 |
msgstr "イタリア語"
|
451 |
|
452 |
+
#: contact-form-7/includes/functions.php:195
|
453 |
msgid "Japanese"
|
454 |
msgstr "日本語"
|
455 |
|
456 |
+
#: contact-form-7/includes/functions.php:196
|
457 |
msgid "Korean"
|
458 |
msgstr "韓国語"
|
459 |
|
460 |
+
#: contact-form-7/includes/functions.php:197
|
461 |
msgid "Latvian"
|
462 |
msgstr "ラトビア語"
|
463 |
|
464 |
+
#: contact-form-7/includes/functions.php:198
|
465 |
msgid "Lithuanian"
|
466 |
msgstr "リトアニア語"
|
467 |
|
468 |
+
#: contact-form-7/includes/functions.php:199
|
469 |
msgid "Malayalam"
|
470 |
msgstr "マラヤーラム語"
|
471 |
|
472 |
+
#: contact-form-7/includes/functions.php:200
|
473 |
msgid "Norwegian"
|
474 |
msgstr "ノルウェー語"
|
475 |
|
476 |
+
#: contact-form-7/includes/functions.php:201
|
477 |
msgid "Persian"
|
478 |
msgstr "ペルシア語"
|
479 |
|
480 |
+
#: contact-form-7/includes/functions.php:202
|
481 |
msgid "Polish"
|
482 |
msgstr "ポーランド語"
|
483 |
|
484 |
+
#: contact-form-7/includes/functions.php:203
|
485 |
msgid "Portuguese"
|
486 |
msgstr "ポルトガル語"
|
487 |
|
488 |
+
#: contact-form-7/includes/functions.php:204
|
489 |
msgid "Russian"
|
490 |
msgstr "ロシア語"
|
491 |
|
492 |
+
#: contact-form-7/includes/functions.php:205
|
493 |
msgid "Romanian"
|
494 |
msgstr "ルーマニア語"
|
495 |
|
496 |
+
#: contact-form-7/includes/functions.php:206
|
497 |
msgid "Serbian"
|
498 |
msgstr "セルビア語"
|
499 |
|
500 |
+
#: contact-form-7/includes/functions.php:207
|
501 |
msgid "Slovak"
|
502 |
msgstr "スロバキア語"
|
503 |
|
504 |
+
#: contact-form-7/includes/functions.php:208
|
505 |
msgid "Slovene"
|
506 |
msgstr "スロベニア語"
|
507 |
|
508 |
+
#: contact-form-7/includes/functions.php:209
|
509 |
msgid "Spanish"
|
510 |
msgstr "スペイン語"
|
511 |
|
512 |
+
#: contact-form-7/includes/functions.php:210
|
513 |
msgid "Swedish"
|
514 |
msgstr "スウェーデン語"
|
515 |
|
516 |
+
#: contact-form-7/includes/functions.php:211
|
517 |
msgid "Thai"
|
518 |
msgstr "タイ語"
|
519 |
|
520 |
+
#: contact-form-7/includes/functions.php:212
|
521 |
msgid "Turkish"
|
522 |
msgstr "トルコ語"
|
523 |
|
524 |
+
#: contact-form-7/includes/functions.php:213
|
525 |
msgid "Ukrainian"
|
526 |
msgstr "ウクライナ語"
|
527 |
|
528 |
+
#: contact-form-7/includes/functions.php:214
|
529 |
msgid "Vietnamese"
|
530 |
msgstr "ベトナム語"
|
531 |
|
532 |
+
#: contact-form-7/modules/acceptance.php:104
|
533 |
msgid "Acceptance"
|
534 |
msgstr "承諾の確認"
|
535 |
|
536 |
+
#: contact-form-7/modules/acceptance.php:113
|
537 |
+
#: contact-form-7/modules/captcha.php:214
|
538 |
+
#: contact-form-7/modules/checkbox.php:209
|
539 |
+
#: contact-form-7/modules/file.php:241
|
540 |
msgid "Name"
|
541 |
msgstr "名前"
|
542 |
|
543 |
+
#: contact-form-7/modules/acceptance.php:118
|
544 |
+
#: contact-form-7/modules/acceptance.php:121
|
|
|
|
|
545 |
#: contact-form-7/modules/captcha.php:221
|
546 |
#: contact-form-7/modules/captcha.php:224
|
547 |
+
#: contact-form-7/modules/captcha.php:229
|
548 |
+
#: contact-form-7/modules/captcha.php:232
|
549 |
+
#: contact-form-7/modules/captcha.php:236
|
550 |
#: contact-form-7/modules/captcha.php:247
|
551 |
#: contact-form-7/modules/captcha.php:250
|
552 |
+
#: contact-form-7/modules/captcha.php:255
|
553 |
+
#: contact-form-7/modules/captcha.php:258
|
554 |
+
#: contact-form-7/modules/checkbox.php:214
|
555 |
+
#: contact-form-7/modules/checkbox.php:217
|
556 |
+
#: contact-form-7/modules/file.php:246
|
557 |
+
#: contact-form-7/modules/file.php:249
|
558 |
+
#: contact-form-7/modules/file.php:254
|
559 |
+
#: contact-form-7/modules/file.php:257
|
560 |
msgid "optional"
|
561 |
msgstr "オプション"
|
562 |
|
563 |
+
#: contact-form-7/modules/acceptance.php:127
|
564 |
msgid "Make this checkbox checked by default?"
|
565 |
msgstr "初期状態でチェックボックスにチェックを入れますか?"
|
566 |
|
567 |
+
#: contact-form-7/modules/acceptance.php:128
|
568 |
msgid "Make this checkbox work inversely?"
|
569 |
msgstr "チェックボックスを反転させますか?"
|
570 |
|
571 |
+
#: contact-form-7/modules/acceptance.php:129
|
572 |
msgid "* That means visitor who accepts the term unchecks it."
|
573 |
msgstr "* つまり、利用者には条項に承諾する場合にチェックボックスのチェックをはずしてもらいます。"
|
574 |
|
575 |
+
#: contact-form-7/modules/acceptance.php:134
|
576 |
+
#: contact-form-7/modules/captcha.php:263
|
577 |
+
#: contact-form-7/modules/checkbox.php:237
|
578 |
+
#: contact-form-7/modules/file.php:262
|
579 |
msgid "Copy this code and paste it into the form left."
|
580 |
msgstr "このコードをコピーして、左のフォーム内にペーストしてください。"
|
581 |
|
582 |
+
#: contact-form-7/modules/captcha.php:70
|
583 |
msgid "To use CAPTCHA, you need <a href=\"http://wordpress.org/extend/plugins/really-simple-captcha/\">Really Simple CAPTCHA</a> plugin installed."
|
584 |
msgstr "CAPTCHA を使うには <a href=\"http://wordpress.org/extend/plugins/really-simple-captcha/\">Really Simple CAPTCHA</a> プラグインのインストールが必要です。"
|
585 |
|
586 |
+
#: contact-form-7/modules/captcha.php:189
|
587 |
msgid "The code that sender entered does not match the CAPTCHA"
|
588 |
msgstr "入力されたコードが CAPTCHA に適合していない"
|
589 |
|
590 |
+
#: contact-form-7/modules/captcha.php:190
|
591 |
msgid "Your entered code is incorrect."
|
592 |
msgstr "入力されたコードが正しくありません。"
|
593 |
|
594 |
+
#: contact-form-7/modules/captcha.php:200
|
595 |
msgid "CAPTCHA"
|
596 |
msgstr "CAPTCHA"
|
597 |
|
598 |
+
#: contact-form-7/modules/captcha.php:211
|
599 |
msgid "Note: To use CAPTCHA, you need Really Simple CAPTCHA plugin installed."
|
600 |
msgstr "お知らせ: CAPTCHA を使うには Really Simple CAPTCHA プラグインのインストールが必要です。"
|
601 |
|
602 |
+
#: contact-form-7/modules/captcha.php:218
|
603 |
msgid "Image settings"
|
604 |
msgstr "画像の設定"
|
605 |
|
606 |
+
#: contact-form-7/modules/captcha.php:229
|
607 |
msgid "Foreground color"
|
608 |
msgstr "文字色"
|
609 |
|
610 |
+
#: contact-form-7/modules/captcha.php:232
|
611 |
msgid "Background color"
|
612 |
msgstr "背景色"
|
613 |
|
614 |
+
#: contact-form-7/modules/captcha.php:236
|
615 |
msgid "Image size"
|
616 |
msgstr "画像サイズ"
|
617 |
|
618 |
+
#: contact-form-7/modules/captcha.php:237
|
619 |
msgid "Small"
|
620 |
msgstr "小"
|
621 |
|
622 |
+
#: contact-form-7/modules/captcha.php:238
|
623 |
msgid "Medium"
|
624 |
msgstr "中"
|
625 |
|
626 |
+
#: contact-form-7/modules/captcha.php:239
|
627 |
msgid "Large"
|
628 |
msgstr "大"
|
629 |
|
630 |
+
#: contact-form-7/modules/captcha.php:244
|
631 |
msgid "Input field settings"
|
632 |
msgstr "入力項目の設定"
|
633 |
|
634 |
+
#: contact-form-7/modules/captcha.php:264
|
635 |
msgid "For image"
|
636 |
msgstr "画像"
|
637 |
|
638 |
+
#: contact-form-7/modules/captcha.php:266
|
639 |
msgid "For input field"
|
640 |
msgstr "入力項目"
|
641 |
|
642 |
+
#: contact-form-7/modules/captcha.php:296
|
643 |
#, php-format
|
644 |
msgid "This contact form contains CAPTCHA fields, but the temporary folder for the files (%s) does not exist or is not writable. You can create the folder or change its permission manually."
|
645 |
msgstr "このコンタクトフォームは CAPTCHA の項目を含んでいますが、そのファイルのための一時フォルダ (%s) が存在しないか、あるいは書き込み可能ではありません。このフォルダを手動で作成するか、パーミッションの変更を行うと解決できるでしょう。"
|
646 |
|
647 |
+
#: contact-form-7/modules/captcha.php:302
|
648 |
msgid "This contact form contains CAPTCHA fields, but the necessary libraries (GD and FreeType) are not available on your server."
|
649 |
msgstr "このコンタクトフォームは CAPTCHA の項目を含んでいますが、お使いのサーバーでは必要なライブラリ (GD および FreeType) が利用可能でありません。"
|
650 |
|
651 |
+
#: contact-form-7/modules/checkbox.php:182
|
652 |
msgid "Checkboxes"
|
653 |
msgstr "チェックボックス"
|
654 |
|
655 |
+
#: contact-form-7/modules/checkbox.php:185
|
656 |
msgid "Radio buttons"
|
657 |
msgstr "ラジオボタン"
|
658 |
|
659 |
+
#: contact-form-7/modules/checkbox.php:206
|
660 |
+
#: contact-form-7/modules/file.php:240
|
661 |
msgid "Required field?"
|
662 |
msgstr "必須入力の項目ですか?"
|
663 |
|
664 |
+
#: contact-form-7/modules/checkbox.php:222
|
665 |
msgid "Choices"
|
666 |
msgstr "選択項目"
|
667 |
|
668 |
+
#: contact-form-7/modules/checkbox.php:224
|
669 |
msgid "* One choice per line."
|
670 |
msgstr "* 1行ごとに分けて入力してください。"
|
671 |
|
672 |
+
#: contact-form-7/modules/checkbox.php:228
|
673 |
msgid "Put a label first, a checkbox last?"
|
674 |
msgstr "ラベルを先に、チェックボックスを後に置きますか?"
|
675 |
|
676 |
+
#: contact-form-7/modules/checkbox.php:229
|
677 |
msgid "Wrap each item with <label> tag?"
|
678 |
msgstr "個々の項目を <label> タグで囲みますか?"
|
679 |
|
680 |
+
#: contact-form-7/modules/checkbox.php:231
|
681 |
msgid "Make checkboxes exclusive?"
|
682 |
msgstr "チェックボックスを排他化しますか?"
|
683 |
|
684 |
+
#: contact-form-7/modules/checkbox.php:239
|
685 |
msgid "And, put this code into the Mail fields below."
|
686 |
msgstr "それから、このコードを下のメールの項目中に置いてください。"
|
687 |
|
688 |
+
#: contact-form-7/modules/file.php:204
|
689 |
msgid "Uploading a file fails for any reason"
|
690 |
msgstr "ファイルのアップロードが何らかの理由により失敗している"
|
691 |
|
692 |
+
#: contact-form-7/modules/file.php:205
|
693 |
msgid "Failed to upload file."
|
694 |
msgstr "ファイルのアップロードに失敗しました。"
|
695 |
|
696 |
+
#: contact-form-7/modules/file.php:209
|
697 |
msgid "Uploaded file is not allowed file type"
|
698 |
msgstr "アップロードされたファイルが許可されたファイル形式に適合しない"
|
699 |
|
700 |
+
#: contact-form-7/modules/file.php:210
|
701 |
msgid "This file type is not allowed."
|
702 |
msgstr "許可されていないファイル形式です。"
|
703 |
|
704 |
+
#: contact-form-7/modules/file.php:214
|
705 |
msgid "Uploaded file is too large"
|
706 |
msgstr "アップロードされたファイルが大きすぎる"
|
707 |
|
708 |
+
#: contact-form-7/modules/file.php:215
|
709 |
msgid "This file is too large."
|
710 |
msgstr "ファイルが大きすぎます。"
|
711 |
|
712 |
+
#: contact-form-7/modules/file.php:219
|
713 |
msgid "Uploading a file fails for PHP error"
|
714 |
msgstr "ファイルのアップロードが PHP のエラーにより失敗している"
|
715 |
|
716 |
+
#: contact-form-7/modules/file.php:220
|
717 |
msgid "Failed to upload file. Error occurred."
|
718 |
msgstr "ファイルのアップロードに失敗しました。エラーが発生しています。"
|
719 |
|
720 |
+
#: contact-form-7/modules/file.php:231
|
721 |
msgid "File upload"
|
722 |
msgstr "ファイルのアップロード"
|
723 |
|
724 |
+
#: contact-form-7/modules/file.php:254
|
725 |
msgid "File size limit"
|
726 |
msgstr "ファイルサイズの上限"
|
727 |
|
728 |
+
#: contact-form-7/modules/file.php:254
|
729 |
msgid "bytes"
|
730 |
msgstr "バイト"
|
731 |
|
732 |
+
#: contact-form-7/modules/file.php:257
|
733 |
msgid "Acceptable file types"
|
734 |
msgstr "受け入れ可能なファイル形式"
|
735 |
|
736 |
+
#: contact-form-7/modules/file.php:264
|
737 |
msgid "And, put this code into the File Attachments field below."
|
738 |
msgstr "それから、このコードを下のファイル添付の項目中に置いてください。"
|
739 |
|
740 |
+
#: contact-form-7/modules/file.php:289
|
741 |
#, php-format
|
742 |
msgid "This contact form contains file uploading fields, but the temporary folder for the files (%s) does not exist or is not writable. You can create the folder or change its permission manually."
|
743 |
msgstr "このコンタクトフォームはファイルアップロード項目を含んでいますが、そのファイルのための一時フォルダ (%s) が存在しないか、あるいは書き込み可能ではありません。このフォルダを手動で作成するか、パーミッションの変更を行うと解決できるでしょう。"
|
746 |
msgid "This contact form contains [icl] tags, but they are obsolete and no longer functioning on this version of Contact Form 7. <a href=\"http://contactform7.com/2009/12/25/contact-form-in-your-language/#Creating_contact_form_in_different_languages\" target=\"_blank\">There is a simpler way for creating contact forms of other languages</a> and you are recommended to use it."
|
747 |
msgstr "このコンタクトフォームは [icl] タグを含んでいますが、それらはこのバージョンの Contact Form 7 では廃止されており、機能していません。<a href=\"http://contactform7.com/ja/2009/12/25/contact-form-in-your-language-2/#Creating_contact_form_in_different_languages\" target=\"_blank\">他の言語のコンタクトフォームを作成するためのより簡単な方法</a>が導入されており、そちらの利用が推奨されます。"
|
748 |
|
749 |
+
#: contact-form-7/modules/quiz.php:170
|
750 |
msgid "Sender doesn't enter the correct answer to the quiz"
|
751 |
msgstr "クイズに対する正しい答えが入力されなかった"
|
752 |
|
753 |
+
#: contact-form-7/modules/quiz.php:171
|
754 |
msgid "Your answer is not correct."
|
755 |
msgstr "答えが正しくありません。"
|
756 |
|
757 |
+
#: contact-form-7/modules/quiz.php:181
|
758 |
msgid "Quiz"
|
759 |
msgstr "クイズ"
|
760 |
|
761 |
+
#: contact-form-7/modules/quiz.php:211
|
762 |
msgid "Quizzes"
|
763 |
msgstr "質問と答え"
|
764 |
|
765 |
+
#: contact-form-7/modules/quiz.php:213
|
766 |
msgid "* quiz|answer (e.g. 1+1=?|2)"
|
767 |
msgstr "* 質問|答え (例: 1+1=?|2)"
|
768 |
|
769 |
+
#: contact-form-7/modules/select.php:154
|
770 |
msgid "Drop-down menu"
|
771 |
msgstr "ドロップダウン・メニュー"
|
772 |
|
773 |
+
#: contact-form-7/modules/select.php:183
|
774 |
msgid "Allow multiple selections?"
|
775 |
msgstr "複数選択を可能にしますか?"
|
776 |
|
777 |
+
#: contact-form-7/modules/select.php:184
|
778 |
msgid "Insert a blank item as the first option?"
|
779 |
msgstr "先頭に空の項目を挿入しますか?"
|
780 |
|
781 |
+
#: contact-form-7/modules/submit.php:62
|
782 |
msgid "Submit button"
|
783 |
msgstr "送信ボタン"
|
784 |
|
785 |
+
#: contact-form-7/modules/submit.php:80
|
786 |
msgid "Label"
|
787 |
msgstr "ラベル"
|
788 |
|
789 |
+
#: contact-form-7/modules/text.php:137
|
790 |
msgid "Text field"
|
791 |
msgstr "テキスト項目"
|
792 |
|
793 |
+
#: contact-form-7/modules/text.php:140
|
794 |
msgid "Email field"
|
795 |
msgstr "メールアドレス項目"
|
796 |
|
797 |
+
#: contact-form-7/modules/text.php:182
|
798 |
msgid "Akismet"
|
799 |
msgstr "Akismet"
|
800 |
|
801 |
+
#: contact-form-7/modules/text.php:184
|
802 |
msgid "This field requires author's name"
|
803 |
msgstr "送信者の名前の入力を要求する項目"
|
804 |
|
805 |
+
#: contact-form-7/modules/text.php:185
|
806 |
msgid "This field requires author's URL"
|
807 |
msgstr "送信者の URL の入力を要求する項目"
|
808 |
|
809 |
+
#: contact-form-7/modules/text.php:187
|
810 |
msgid "This field requires author's email address"
|
811 |
msgstr "送信者のメールアドレスの入力を要求する項目"
|
812 |
|
813 |
+
#: contact-form-7/modules/text.php:191
|
814 |
+
#: contact-form-7/modules/textarea.php:157
|
815 |
msgid "Default value"
|
816 |
msgstr "デフォルト値"
|
817 |
|
818 |
+
#: contact-form-7/modules/textarea.php:126
|
819 |
msgid "Text area"
|
820 |
msgstr "テキストエリア"
|
821 |
|
languages/wpcf7.pot
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Contact Form 7\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2010-
|
6 |
-
"PO-Revision-Date: 2010-
|
7 |
"Last-Translator: Takayuki Miyoshi <takayukister@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -45,79 +45,79 @@ msgstr ""
|
|
45 |
msgid "Hide"
|
46 |
msgstr ""
|
47 |
|
48 |
-
#: contact-form-7/admin/admin.php:
|
49 |
msgid "Contact form"
|
50 |
msgstr ""
|
51 |
|
52 |
-
#: contact-form-7/admin/admin.php:
|
53 |
msgid "Settings"
|
54 |
msgstr ""
|
55 |
|
56 |
-
#: contact-form-7/admin/admin.php:
|
57 |
msgid "http://contactform7.com/"
|
58 |
msgstr ""
|
59 |
|
60 |
-
#: contact-form-7/admin/admin.php:
|
61 |
msgid "Contactform7.com"
|
62 |
msgstr ""
|
63 |
|
64 |
-
#: contact-form-7/admin/admin.php:
|
65 |
msgid "http://contactform7.com/docs/"
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: contact-form-7/admin/admin.php:
|
69 |
msgid "Docs"
|
70 |
msgstr ""
|
71 |
|
72 |
-
#: contact-form-7/admin/admin.php:
|
73 |
msgid "http://contactform7.com/faq/"
|
74 |
msgstr ""
|
75 |
|
76 |
-
#: contact-form-7/admin/admin.php:
|
77 |
msgid "FAQ"
|
78 |
msgstr ""
|
79 |
|
80 |
-
#: contact-form-7/admin/admin.php:
|
81 |
msgid "http://contactform7.com/support/"
|
82 |
msgstr ""
|
83 |
|
84 |
-
#: contact-form-7/admin/admin.php:
|
85 |
msgid "Support"
|
86 |
msgstr ""
|
87 |
|
88 |
-
#: contact-form-7/admin/admin.php:
|
89 |
msgid "Contact form created."
|
90 |
msgstr ""
|
91 |
|
92 |
-
#: contact-form-7/admin/admin.php:
|
93 |
msgid "Contact form saved."
|
94 |
msgstr ""
|
95 |
|
96 |
-
#: contact-form-7/admin/admin.php:
|
97 |
msgid "Contact form deleted."
|
98 |
msgstr ""
|
99 |
|
100 |
-
#: contact-form-7/admin/admin.php:
|
101 |
msgid "Database table created."
|
102 |
msgstr ""
|
103 |
|
104 |
-
#: contact-form-7/admin/admin.php:
|
105 |
msgid "Failed to create database table."
|
106 |
msgstr ""
|
107 |
|
108 |
-
#: contact-form-7/admin/admin.php:
|
109 |
msgid "Contact Form 7 needs your support. Please donate today."
|
110 |
msgstr ""
|
111 |
|
112 |
-
#: contact-form-7/admin/admin.php:
|
113 |
msgid "Your contribution is needed for making this plugin better."
|
114 |
msgstr ""
|
115 |
|
116 |
-
#: contact-form-7/admin/admin.php:
|
117 |
msgid "http://contactform7.com/donate/"
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: contact-form-7/admin/admin.php:
|
121 |
msgid "Donate"
|
122 |
msgstr ""
|
123 |
|
@@ -235,7 +235,7 @@ msgstr ""
|
|
235 |
msgid "(select language)"
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: contact-form-7/includes/classes.php:
|
239 |
msgid "Untitled"
|
240 |
msgstr ""
|
241 |
|
@@ -410,326 +410,330 @@ msgid "French"
|
|
410 |
msgstr ""
|
411 |
|
412 |
#: contact-form-7/includes/functions.php:186
|
413 |
-
msgid "
|
414 |
msgstr ""
|
415 |
|
416 |
#: contact-form-7/includes/functions.php:187
|
417 |
-
msgid "
|
418 |
msgstr ""
|
419 |
|
420 |
#: contact-form-7/includes/functions.php:188
|
421 |
-
msgid "
|
422 |
msgstr ""
|
423 |
|
424 |
#: contact-form-7/includes/functions.php:189
|
425 |
-
msgid "
|
426 |
msgstr ""
|
427 |
|
428 |
#: contact-form-7/includes/functions.php:190
|
429 |
-
msgid "
|
430 |
msgstr ""
|
431 |
|
432 |
#: contact-form-7/includes/functions.php:191
|
433 |
-
msgid "
|
434 |
msgstr ""
|
435 |
|
436 |
#: contact-form-7/includes/functions.php:192
|
437 |
-
msgid "
|
438 |
msgstr ""
|
439 |
|
440 |
#: contact-form-7/includes/functions.php:193
|
441 |
-
msgid "
|
442 |
msgstr ""
|
443 |
|
444 |
#: contact-form-7/includes/functions.php:194
|
445 |
-
msgid "
|
446 |
msgstr ""
|
447 |
|
448 |
#: contact-form-7/includes/functions.php:195
|
449 |
-
msgid "
|
450 |
msgstr ""
|
451 |
|
452 |
#: contact-form-7/includes/functions.php:196
|
453 |
-
msgid "
|
454 |
msgstr ""
|
455 |
|
456 |
#: contact-form-7/includes/functions.php:197
|
457 |
-
msgid "
|
458 |
msgstr ""
|
459 |
|
460 |
#: contact-form-7/includes/functions.php:198
|
461 |
-
msgid "
|
462 |
msgstr ""
|
463 |
|
464 |
#: contact-form-7/includes/functions.php:199
|
465 |
-
msgid "
|
466 |
msgstr ""
|
467 |
|
468 |
#: contact-form-7/includes/functions.php:200
|
469 |
-
msgid "
|
470 |
msgstr ""
|
471 |
|
472 |
#: contact-form-7/includes/functions.php:201
|
473 |
-
msgid "
|
474 |
msgstr ""
|
475 |
|
476 |
#: contact-form-7/includes/functions.php:202
|
477 |
-
msgid "
|
478 |
msgstr ""
|
479 |
|
480 |
#: contact-form-7/includes/functions.php:203
|
481 |
-
msgid "
|
482 |
msgstr ""
|
483 |
|
484 |
#: contact-form-7/includes/functions.php:204
|
485 |
-
msgid "
|
486 |
msgstr ""
|
487 |
|
488 |
#: contact-form-7/includes/functions.php:205
|
489 |
-
msgid "
|
490 |
msgstr ""
|
491 |
|
492 |
#: contact-form-7/includes/functions.php:206
|
493 |
-
msgid "
|
494 |
msgstr ""
|
495 |
|
496 |
#: contact-form-7/includes/functions.php:207
|
497 |
-
msgid "
|
498 |
msgstr ""
|
499 |
|
500 |
#: contact-form-7/includes/functions.php:208
|
501 |
-
msgid "
|
502 |
msgstr ""
|
503 |
|
504 |
#: contact-form-7/includes/functions.php:209
|
505 |
-
msgid "
|
506 |
msgstr ""
|
507 |
|
508 |
#: contact-form-7/includes/functions.php:210
|
509 |
-
msgid "
|
510 |
msgstr ""
|
511 |
|
512 |
#: contact-form-7/includes/functions.php:211
|
513 |
-
msgid "
|
514 |
msgstr ""
|
515 |
|
516 |
#: contact-form-7/includes/functions.php:212
|
517 |
-
msgid "
|
518 |
msgstr ""
|
519 |
|
520 |
#: contact-form-7/includes/functions.php:213
|
|
|
|
|
|
|
|
|
521 |
msgid "Vietnamese"
|
522 |
msgstr ""
|
523 |
|
524 |
-
#: contact-form-7/modules/acceptance.php:
|
525 |
msgid "Acceptance"
|
526 |
msgstr ""
|
527 |
|
528 |
-
#: contact-form-7/modules/acceptance.php:
|
529 |
-
#: contact-form-7/modules/captcha.php:
|
530 |
-
#: contact-form-7/modules/checkbox.php:
|
531 |
-
#: contact-form-7/modules/file.php:
|
532 |
msgid "Name"
|
533 |
msgstr ""
|
534 |
|
535 |
-
#: contact-form-7/modules/acceptance.php:
|
536 |
-
#: contact-form-7/modules/acceptance.php:
|
537 |
-
#: contact-form-7/modules/captcha.php:213
|
538 |
-
#: contact-form-7/modules/captcha.php:216
|
539 |
#: contact-form-7/modules/captcha.php:221
|
540 |
#: contact-form-7/modules/captcha.php:224
|
541 |
-
#: contact-form-7/modules/captcha.php:
|
542 |
-
#: contact-form-7/modules/captcha.php:
|
543 |
-
#: contact-form-7/modules/captcha.php:
|
544 |
#: contact-form-7/modules/captcha.php:247
|
545 |
#: contact-form-7/modules/captcha.php:250
|
546 |
-
#: contact-form-7/modules/
|
547 |
-
#: contact-form-7/modules/
|
548 |
-
#: contact-form-7/modules/
|
549 |
-
#: contact-form-7/modules/
|
550 |
-
#: contact-form-7/modules/file.php:
|
551 |
-
#: contact-form-7/modules/file.php:
|
|
|
|
|
552 |
msgid "optional"
|
553 |
msgstr ""
|
554 |
|
555 |
-
#: contact-form-7/modules/acceptance.php:
|
556 |
msgid "Make this checkbox checked by default?"
|
557 |
msgstr ""
|
558 |
|
559 |
-
#: contact-form-7/modules/acceptance.php:
|
560 |
msgid "Make this checkbox work inversely?"
|
561 |
msgstr ""
|
562 |
|
563 |
-
#: contact-form-7/modules/acceptance.php:
|
564 |
msgid "* That means visitor who accepts the term unchecks it."
|
565 |
msgstr ""
|
566 |
|
567 |
-
#: contact-form-7/modules/acceptance.php:
|
568 |
-
#: contact-form-7/modules/captcha.php:
|
569 |
-
#: contact-form-7/modules/checkbox.php:
|
570 |
-
#: contact-form-7/modules/file.php:
|
571 |
msgid "Copy this code and paste it into the form left."
|
572 |
msgstr ""
|
573 |
|
574 |
-
#: contact-form-7/modules/captcha.php:
|
575 |
msgid "To use CAPTCHA, you need <a href=\"http://wordpress.org/extend/plugins/really-simple-captcha/\">Really Simple CAPTCHA</a> plugin installed."
|
576 |
msgstr ""
|
577 |
|
578 |
-
#: contact-form-7/modules/captcha.php:
|
579 |
msgid "The code that sender entered does not match the CAPTCHA"
|
580 |
msgstr ""
|
581 |
|
582 |
-
#: contact-form-7/modules/captcha.php:
|
583 |
msgid "Your entered code is incorrect."
|
584 |
msgstr ""
|
585 |
|
586 |
-
#: contact-form-7/modules/captcha.php:
|
587 |
msgid "CAPTCHA"
|
588 |
msgstr ""
|
589 |
|
590 |
-
#: contact-form-7/modules/captcha.php:
|
591 |
msgid "Note: To use CAPTCHA, you need Really Simple CAPTCHA plugin installed."
|
592 |
msgstr ""
|
593 |
|
594 |
-
#: contact-form-7/modules/captcha.php:
|
595 |
msgid "Image settings"
|
596 |
msgstr ""
|
597 |
|
598 |
-
#: contact-form-7/modules/captcha.php:
|
599 |
msgid "Foreground color"
|
600 |
msgstr ""
|
601 |
|
602 |
-
#: contact-form-7/modules/captcha.php:
|
603 |
msgid "Background color"
|
604 |
msgstr ""
|
605 |
|
606 |
-
#: contact-form-7/modules/captcha.php:
|
607 |
msgid "Image size"
|
608 |
msgstr ""
|
609 |
|
610 |
-
#: contact-form-7/modules/captcha.php:
|
611 |
msgid "Small"
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: contact-form-7/modules/captcha.php:
|
615 |
msgid "Medium"
|
616 |
msgstr ""
|
617 |
|
618 |
-
#: contact-form-7/modules/captcha.php:
|
619 |
msgid "Large"
|
620 |
msgstr ""
|
621 |
|
622 |
-
#: contact-form-7/modules/captcha.php:
|
623 |
msgid "Input field settings"
|
624 |
msgstr ""
|
625 |
|
626 |
-
#: contact-form-7/modules/captcha.php:
|
627 |
msgid "For image"
|
628 |
msgstr ""
|
629 |
|
630 |
-
#: contact-form-7/modules/captcha.php:
|
631 |
msgid "For input field"
|
632 |
msgstr ""
|
633 |
|
634 |
-
#: contact-form-7/modules/captcha.php:
|
635 |
#, php-format
|
636 |
msgid "This contact form contains CAPTCHA fields, but the temporary folder for the files (%s) does not exist or is not writable. You can create the folder or change its permission manually."
|
637 |
msgstr ""
|
638 |
|
639 |
-
#: contact-form-7/modules/captcha.php:
|
640 |
msgid "This contact form contains CAPTCHA fields, but the necessary libraries (GD and FreeType) are not available on your server."
|
641 |
msgstr ""
|
642 |
|
643 |
-
#: contact-form-7/modules/checkbox.php:
|
644 |
msgid "Checkboxes"
|
645 |
msgstr ""
|
646 |
|
647 |
-
#: contact-form-7/modules/checkbox.php:
|
648 |
msgid "Radio buttons"
|
649 |
msgstr ""
|
650 |
|
651 |
-
#: contact-form-7/modules/checkbox.php:
|
652 |
-
#: contact-form-7/modules/file.php:
|
653 |
msgid "Required field?"
|
654 |
msgstr ""
|
655 |
|
656 |
-
#: contact-form-7/modules/checkbox.php:
|
657 |
msgid "Choices"
|
658 |
msgstr ""
|
659 |
|
660 |
-
#: contact-form-7/modules/checkbox.php:
|
661 |
msgid "* One choice per line."
|
662 |
msgstr ""
|
663 |
|
664 |
-
#: contact-form-7/modules/checkbox.php:
|
665 |
msgid "Put a label first, a checkbox last?"
|
666 |
msgstr ""
|
667 |
|
668 |
-
#: contact-form-7/modules/checkbox.php:
|
669 |
msgid "Wrap each item with <label> tag?"
|
670 |
msgstr ""
|
671 |
|
672 |
-
#: contact-form-7/modules/checkbox.php:
|
673 |
msgid "Make checkboxes exclusive?"
|
674 |
msgstr ""
|
675 |
|
676 |
-
#: contact-form-7/modules/checkbox.php:
|
677 |
msgid "And, put this code into the Mail fields below."
|
678 |
msgstr ""
|
679 |
|
680 |
-
#: contact-form-7/modules/file.php:
|
681 |
msgid "Uploading a file fails for any reason"
|
682 |
msgstr ""
|
683 |
|
684 |
-
#: contact-form-7/modules/file.php:
|
685 |
msgid "Failed to upload file."
|
686 |
msgstr ""
|
687 |
|
688 |
-
#: contact-form-7/modules/file.php:
|
689 |
msgid "Uploaded file is not allowed file type"
|
690 |
msgstr ""
|
691 |
|
692 |
-
#: contact-form-7/modules/file.php:
|
693 |
msgid "This file type is not allowed."
|
694 |
msgstr ""
|
695 |
|
696 |
-
#: contact-form-7/modules/file.php:
|
697 |
msgid "Uploaded file is too large"
|
698 |
msgstr ""
|
699 |
|
700 |
-
#: contact-form-7/modules/file.php:
|
701 |
msgid "This file is too large."
|
702 |
msgstr ""
|
703 |
|
704 |
-
#: contact-form-7/modules/file.php:
|
705 |
msgid "Uploading a file fails for PHP error"
|
706 |
msgstr ""
|
707 |
|
708 |
-
#: contact-form-7/modules/file.php:
|
709 |
msgid "Failed to upload file. Error occurred."
|
710 |
msgstr ""
|
711 |
|
712 |
-
#: contact-form-7/modules/file.php:
|
713 |
msgid "File upload"
|
714 |
msgstr ""
|
715 |
|
716 |
-
#: contact-form-7/modules/file.php:
|
717 |
msgid "File size limit"
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: contact-form-7/modules/file.php:
|
721 |
msgid "bytes"
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: contact-form-7/modules/file.php:
|
725 |
msgid "Acceptable file types"
|
726 |
msgstr ""
|
727 |
|
728 |
-
#: contact-form-7/modules/file.php:
|
729 |
msgid "And, put this code into the File Attachments field below."
|
730 |
msgstr ""
|
731 |
|
732 |
-
#: contact-form-7/modules/file.php:
|
733 |
#, php-format
|
734 |
msgid "This contact form contains file uploading fields, but the temporary folder for the files (%s) does not exist or is not writable. You can create the folder or change its permission manually."
|
735 |
msgstr ""
|
@@ -738,76 +742,76 @@ msgstr ""
|
|
738 |
msgid "This contact form contains [icl] tags, but they are obsolete and no longer functioning on this version of Contact Form 7. <a href=\"http://contactform7.com/2009/12/25/contact-form-in-your-language/#Creating_contact_form_in_different_languages\" target=\"_blank\">There is a simpler way for creating contact forms of other languages</a> and you are recommended to use it."
|
739 |
msgstr ""
|
740 |
|
741 |
-
#: contact-form-7/modules/quiz.php:
|
742 |
msgid "Sender doesn't enter the correct answer to the quiz"
|
743 |
msgstr ""
|
744 |
|
745 |
-
#: contact-form-7/modules/quiz.php:
|
746 |
msgid "Your answer is not correct."
|
747 |
msgstr ""
|
748 |
|
749 |
-
#: contact-form-7/modules/quiz.php:
|
750 |
msgid "Quiz"
|
751 |
msgstr ""
|
752 |
|
753 |
-
#: contact-form-7/modules/quiz.php:
|
754 |
msgid "Quizzes"
|
755 |
msgstr ""
|
756 |
|
757 |
-
#: contact-form-7/modules/quiz.php:
|
758 |
msgid "* quiz|answer (e.g. 1+1=?|2)"
|
759 |
msgstr ""
|
760 |
|
761 |
-
#: contact-form-7/modules/select.php:
|
762 |
msgid "Drop-down menu"
|
763 |
msgstr ""
|
764 |
|
765 |
-
#: contact-form-7/modules/select.php:
|
766 |
msgid "Allow multiple selections?"
|
767 |
msgstr ""
|
768 |
|
769 |
-
#: contact-form-7/modules/select.php:
|
770 |
msgid "Insert a blank item as the first option?"
|
771 |
msgstr ""
|
772 |
|
773 |
-
#: contact-form-7/modules/submit.php:
|
774 |
msgid "Submit button"
|
775 |
msgstr ""
|
776 |
|
777 |
-
#: contact-form-7/modules/submit.php:
|
778 |
msgid "Label"
|
779 |
msgstr ""
|
780 |
|
781 |
-
#: contact-form-7/modules/text.php:
|
782 |
msgid "Text field"
|
783 |
msgstr ""
|
784 |
|
785 |
-
#: contact-form-7/modules/text.php:
|
786 |
msgid "Email field"
|
787 |
msgstr ""
|
788 |
|
789 |
-
#: contact-form-7/modules/text.php:
|
790 |
msgid "Akismet"
|
791 |
msgstr ""
|
792 |
|
793 |
-
#: contact-form-7/modules/text.php:
|
794 |
msgid "This field requires author's name"
|
795 |
msgstr ""
|
796 |
|
797 |
-
#: contact-form-7/modules/text.php:
|
798 |
msgid "This field requires author's URL"
|
799 |
msgstr ""
|
800 |
|
801 |
-
#: contact-form-7/modules/text.php:
|
802 |
msgid "This field requires author's email address"
|
803 |
msgstr ""
|
804 |
|
805 |
-
#: contact-form-7/modules/text.php:
|
806 |
-
#: contact-form-7/modules/textarea.php:
|
807 |
msgid "Default value"
|
808 |
msgstr ""
|
809 |
|
810 |
-
#: contact-form-7/modules/textarea.php:
|
811 |
msgid "Text area"
|
812 |
msgstr ""
|
813 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Contact Form 7\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-03-23 06:47+0900\n"
|
6 |
+
"PO-Revision-Date: 2010-03-23 06:47+0900\n"
|
7 |
"Last-Translator: Takayuki Miyoshi <takayukister@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
45 |
msgid "Hide"
|
46 |
msgstr ""
|
47 |
|
48 |
+
#: contact-form-7/admin/admin.php:261
|
49 |
msgid "Contact form"
|
50 |
msgstr ""
|
51 |
|
52 |
+
#: contact-form-7/admin/admin.php:280
|
53 |
msgid "Settings"
|
54 |
msgstr ""
|
55 |
|
56 |
+
#: contact-form-7/admin/admin.php:291
|
57 |
msgid "http://contactform7.com/"
|
58 |
msgstr ""
|
59 |
|
60 |
+
#: contact-form-7/admin/admin.php:292
|
61 |
msgid "Contactform7.com"
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: contact-form-7/admin/admin.php:293
|
65 |
msgid "http://contactform7.com/docs/"
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: contact-form-7/admin/admin.php:294
|
69 |
msgid "Docs"
|
70 |
msgstr ""
|
71 |
|
72 |
+
#: contact-form-7/admin/admin.php:295
|
73 |
msgid "http://contactform7.com/faq/"
|
74 |
msgstr ""
|
75 |
|
76 |
+
#: contact-form-7/admin/admin.php:296
|
77 |
msgid "FAQ"
|
78 |
msgstr ""
|
79 |
|
80 |
+
#: contact-form-7/admin/admin.php:297
|
81 |
msgid "http://contactform7.com/support/"
|
82 |
msgstr ""
|
83 |
|
84 |
+
#: contact-form-7/admin/admin.php:298
|
85 |
msgid "Support"
|
86 |
msgstr ""
|
87 |
|
88 |
+
#: contact-form-7/admin/admin.php:312
|
89 |
msgid "Contact form created."
|
90 |
msgstr ""
|
91 |
|
92 |
+
#: contact-form-7/admin/admin.php:315
|
93 |
msgid "Contact form saved."
|
94 |
msgstr ""
|
95 |
|
96 |
+
#: contact-form-7/admin/admin.php:318
|
97 |
msgid "Contact form deleted."
|
98 |
msgstr ""
|
99 |
|
100 |
+
#: contact-form-7/admin/admin.php:321
|
101 |
msgid "Database table created."
|
102 |
msgstr ""
|
103 |
|
104 |
+
#: contact-form-7/admin/admin.php:324
|
105 |
msgid "Failed to create database table."
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: contact-form-7/admin/admin.php:357
|
109 |
msgid "Contact Form 7 needs your support. Please donate today."
|
110 |
msgstr ""
|
111 |
|
112 |
+
#: contact-form-7/admin/admin.php:358
|
113 |
msgid "Your contribution is needed for making this plugin better."
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: contact-form-7/admin/admin.php:364
|
117 |
msgid "http://contactform7.com/donate/"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: contact-form-7/admin/admin.php:364
|
121 |
msgid "Donate"
|
122 |
msgstr ""
|
123 |
|
235 |
msgid "(select language)"
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: contact-form-7/includes/classes.php:564
|
239 |
msgid "Untitled"
|
240 |
msgstr ""
|
241 |
|
410 |
msgstr ""
|
411 |
|
412 |
#: contact-form-7/includes/functions.php:186
|
413 |
+
msgid "Galician"
|
414 |
msgstr ""
|
415 |
|
416 |
#: contact-form-7/includes/functions.php:187
|
417 |
+
msgid "Georgian"
|
418 |
msgstr ""
|
419 |
|
420 |
#: contact-form-7/includes/functions.php:188
|
421 |
+
msgid "German"
|
422 |
msgstr ""
|
423 |
|
424 |
#: contact-form-7/includes/functions.php:189
|
425 |
+
msgid "Greek"
|
426 |
msgstr ""
|
427 |
|
428 |
#: contact-form-7/includes/functions.php:190
|
429 |
+
msgid "Hebrew"
|
430 |
msgstr ""
|
431 |
|
432 |
#: contact-form-7/includes/functions.php:191
|
433 |
+
msgid "Hindi"
|
434 |
msgstr ""
|
435 |
|
436 |
#: contact-form-7/includes/functions.php:192
|
437 |
+
msgid "Hungarian"
|
438 |
msgstr ""
|
439 |
|
440 |
#: contact-form-7/includes/functions.php:193
|
441 |
+
msgid "Indonesian"
|
442 |
msgstr ""
|
443 |
|
444 |
#: contact-form-7/includes/functions.php:194
|
445 |
+
msgid "Italian"
|
446 |
msgstr ""
|
447 |
|
448 |
#: contact-form-7/includes/functions.php:195
|
449 |
+
msgid "Japanese"
|
450 |
msgstr ""
|
451 |
|
452 |
#: contact-form-7/includes/functions.php:196
|
453 |
+
msgid "Korean"
|
454 |
msgstr ""
|
455 |
|
456 |
#: contact-form-7/includes/functions.php:197
|
457 |
+
msgid "Latvian"
|
458 |
msgstr ""
|
459 |
|
460 |
#: contact-form-7/includes/functions.php:198
|
461 |
+
msgid "Lithuanian"
|
462 |
msgstr ""
|
463 |
|
464 |
#: contact-form-7/includes/functions.php:199
|
465 |
+
msgid "Malayalam"
|
466 |
msgstr ""
|
467 |
|
468 |
#: contact-form-7/includes/functions.php:200
|
469 |
+
msgid "Norwegian"
|
470 |
msgstr ""
|
471 |
|
472 |
#: contact-form-7/includes/functions.php:201
|
473 |
+
msgid "Persian"
|
474 |
msgstr ""
|
475 |
|
476 |
#: contact-form-7/includes/functions.php:202
|
477 |
+
msgid "Polish"
|
478 |
msgstr ""
|
479 |
|
480 |
#: contact-form-7/includes/functions.php:203
|
481 |
+
msgid "Portuguese"
|
482 |
msgstr ""
|
483 |
|
484 |
#: contact-form-7/includes/functions.php:204
|
485 |
+
msgid "Russian"
|
486 |
msgstr ""
|
487 |
|
488 |
#: contact-form-7/includes/functions.php:205
|
489 |
+
msgid "Romanian"
|
490 |
msgstr ""
|
491 |
|
492 |
#: contact-form-7/includes/functions.php:206
|
493 |
+
msgid "Serbian"
|
494 |
msgstr ""
|
495 |
|
496 |
#: contact-form-7/includes/functions.php:207
|
497 |
+
msgid "Slovak"
|
498 |
msgstr ""
|
499 |
|
500 |
#: contact-form-7/includes/functions.php:208
|
501 |
+
msgid "Slovene"
|
502 |
msgstr ""
|
503 |
|
504 |
#: contact-form-7/includes/functions.php:209
|
505 |
+
msgid "Spanish"
|
506 |
msgstr ""
|
507 |
|
508 |
#: contact-form-7/includes/functions.php:210
|
509 |
+
msgid "Swedish"
|
510 |
msgstr ""
|
511 |
|
512 |
#: contact-form-7/includes/functions.php:211
|
513 |
+
msgid "Thai"
|
514 |
msgstr ""
|
515 |
|
516 |
#: contact-form-7/includes/functions.php:212
|
517 |
+
msgid "Turkish"
|
518 |
msgstr ""
|
519 |
|
520 |
#: contact-form-7/includes/functions.php:213
|
521 |
+
msgid "Ukrainian"
|
522 |
+
msgstr ""
|
523 |
+
|
524 |
+
#: contact-form-7/includes/functions.php:214
|
525 |
msgid "Vietnamese"
|
526 |
msgstr ""
|
527 |
|
528 |
+
#: contact-form-7/modules/acceptance.php:104
|
529 |
msgid "Acceptance"
|
530 |
msgstr ""
|
531 |
|
532 |
+
#: contact-form-7/modules/acceptance.php:113
|
533 |
+
#: contact-form-7/modules/captcha.php:214
|
534 |
+
#: contact-form-7/modules/checkbox.php:209
|
535 |
+
#: contact-form-7/modules/file.php:241
|
536 |
msgid "Name"
|
537 |
msgstr ""
|
538 |
|
539 |
+
#: contact-form-7/modules/acceptance.php:118
|
540 |
+
#: contact-form-7/modules/acceptance.php:121
|
|
|
|
|
541 |
#: contact-form-7/modules/captcha.php:221
|
542 |
#: contact-form-7/modules/captcha.php:224
|
543 |
+
#: contact-form-7/modules/captcha.php:229
|
544 |
+
#: contact-form-7/modules/captcha.php:232
|
545 |
+
#: contact-form-7/modules/captcha.php:236
|
546 |
#: contact-form-7/modules/captcha.php:247
|
547 |
#: contact-form-7/modules/captcha.php:250
|
548 |
+
#: contact-form-7/modules/captcha.php:255
|
549 |
+
#: contact-form-7/modules/captcha.php:258
|
550 |
+
#: contact-form-7/modules/checkbox.php:214
|
551 |
+
#: contact-form-7/modules/checkbox.php:217
|
552 |
+
#: contact-form-7/modules/file.php:246
|
553 |
+
#: contact-form-7/modules/file.php:249
|
554 |
+
#: contact-form-7/modules/file.php:254
|
555 |
+
#: contact-form-7/modules/file.php:257
|
556 |
msgid "optional"
|
557 |
msgstr ""
|
558 |
|
559 |
+
#: contact-form-7/modules/acceptance.php:127
|
560 |
msgid "Make this checkbox checked by default?"
|
561 |
msgstr ""
|
562 |
|
563 |
+
#: contact-form-7/modules/acceptance.php:128
|
564 |
msgid "Make this checkbox work inversely?"
|
565 |
msgstr ""
|
566 |
|
567 |
+
#: contact-form-7/modules/acceptance.php:129
|
568 |
msgid "* That means visitor who accepts the term unchecks it."
|
569 |
msgstr ""
|
570 |
|
571 |
+
#: contact-form-7/modules/acceptance.php:134
|
572 |
+
#: contact-form-7/modules/captcha.php:263
|
573 |
+
#: contact-form-7/modules/checkbox.php:237
|
574 |
+
#: contact-form-7/modules/file.php:262
|
575 |
msgid "Copy this code and paste it into the form left."
|
576 |
msgstr ""
|
577 |
|
578 |
+
#: contact-form-7/modules/captcha.php:70
|
579 |
msgid "To use CAPTCHA, you need <a href=\"http://wordpress.org/extend/plugins/really-simple-captcha/\">Really Simple CAPTCHA</a> plugin installed."
|
580 |
msgstr ""
|
581 |
|
582 |
+
#: contact-form-7/modules/captcha.php:189
|
583 |
msgid "The code that sender entered does not match the CAPTCHA"
|
584 |
msgstr ""
|
585 |
|
586 |
+
#: contact-form-7/modules/captcha.php:190
|
587 |
msgid "Your entered code is incorrect."
|
588 |
msgstr ""
|
589 |
|
590 |
+
#: contact-form-7/modules/captcha.php:200
|
591 |
msgid "CAPTCHA"
|
592 |
msgstr ""
|
593 |
|
594 |
+
#: contact-form-7/modules/captcha.php:211
|
595 |
msgid "Note: To use CAPTCHA, you need Really Simple CAPTCHA plugin installed."
|
596 |
msgstr ""
|
597 |
|
598 |
+
#: contact-form-7/modules/captcha.php:218
|
599 |
msgid "Image settings"
|
600 |
msgstr ""
|
601 |
|
602 |
+
#: contact-form-7/modules/captcha.php:229
|
603 |
msgid "Foreground color"
|
604 |
msgstr ""
|
605 |
|
606 |
+
#: contact-form-7/modules/captcha.php:232
|
607 |
msgid "Background color"
|
608 |
msgstr ""
|
609 |
|
610 |
+
#: contact-form-7/modules/captcha.php:236
|
611 |
msgid "Image size"
|
612 |
msgstr ""
|
613 |
|
614 |
+
#: contact-form-7/modules/captcha.php:237
|
615 |
msgid "Small"
|
616 |
msgstr ""
|
617 |
|
618 |
+
#: contact-form-7/modules/captcha.php:238
|
619 |
msgid "Medium"
|
620 |
msgstr ""
|
621 |
|
622 |
+
#: contact-form-7/modules/captcha.php:239
|
623 |
msgid "Large"
|
624 |
msgstr ""
|
625 |
|
626 |
+
#: contact-form-7/modules/captcha.php:244
|
627 |
msgid "Input field settings"
|
628 |
msgstr ""
|
629 |
|
630 |
+
#: contact-form-7/modules/captcha.php:264
|
631 |
msgid "For image"
|
632 |
msgstr ""
|
633 |
|
634 |
+
#: contact-form-7/modules/captcha.php:266
|
635 |
msgid "For input field"
|
636 |
msgstr ""
|
637 |
|
638 |
+
#: contact-form-7/modules/captcha.php:296
|
639 |
#, php-format
|
640 |
msgid "This contact form contains CAPTCHA fields, but the temporary folder for the files (%s) does not exist or is not writable. You can create the folder or change its permission manually."
|
641 |
msgstr ""
|
642 |
|
643 |
+
#: contact-form-7/modules/captcha.php:302
|
644 |
msgid "This contact form contains CAPTCHA fields, but the necessary libraries (GD and FreeType) are not available on your server."
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: contact-form-7/modules/checkbox.php:182
|
648 |
msgid "Checkboxes"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: contact-form-7/modules/checkbox.php:185
|
652 |
msgid "Radio buttons"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: contact-form-7/modules/checkbox.php:206
|
656 |
+
#: contact-form-7/modules/file.php:240
|
657 |
msgid "Required field?"
|
658 |
msgstr ""
|
659 |
|
660 |
+
#: contact-form-7/modules/checkbox.php:222
|
661 |
msgid "Choices"
|
662 |
msgstr ""
|
663 |
|
664 |
+
#: contact-form-7/modules/checkbox.php:224
|
665 |
msgid "* One choice per line."
|
666 |
msgstr ""
|
667 |
|
668 |
+
#: contact-form-7/modules/checkbox.php:228
|
669 |
msgid "Put a label first, a checkbox last?"
|
670 |
msgstr ""
|
671 |
|
672 |
+
#: contact-form-7/modules/checkbox.php:229
|
673 |
msgid "Wrap each item with <label> tag?"
|
674 |
msgstr ""
|
675 |
|
676 |
+
#: contact-form-7/modules/checkbox.php:231
|
677 |
msgid "Make checkboxes exclusive?"
|
678 |
msgstr ""
|
679 |
|
680 |
+
#: contact-form-7/modules/checkbox.php:239
|
681 |
msgid "And, put this code into the Mail fields below."
|
682 |
msgstr ""
|
683 |
|
684 |
+
#: contact-form-7/modules/file.php:204
|
685 |
msgid "Uploading a file fails for any reason"
|
686 |
msgstr ""
|
687 |
|
688 |
+
#: contact-form-7/modules/file.php:205
|
689 |
msgid "Failed to upload file."
|
690 |
msgstr ""
|
691 |
|
692 |
+
#: contact-form-7/modules/file.php:209
|
693 |
msgid "Uploaded file is not allowed file type"
|
694 |
msgstr ""
|
695 |
|
696 |
+
#: contact-form-7/modules/file.php:210
|
697 |
msgid "This file type is not allowed."
|
698 |
msgstr ""
|
699 |
|
700 |
+
#: contact-form-7/modules/file.php:214
|
701 |
msgid "Uploaded file is too large"
|
702 |
msgstr ""
|
703 |
|
704 |
+
#: contact-form-7/modules/file.php:215
|
705 |
msgid "This file is too large."
|
706 |
msgstr ""
|
707 |
|
708 |
+
#: contact-form-7/modules/file.php:219
|
709 |
msgid "Uploading a file fails for PHP error"
|
710 |
msgstr ""
|
711 |
|
712 |
+
#: contact-form-7/modules/file.php:220
|
713 |
msgid "Failed to upload file. Error occurred."
|
714 |
msgstr ""
|
715 |
|
716 |
+
#: contact-form-7/modules/file.php:231
|
717 |
msgid "File upload"
|
718 |
msgstr ""
|
719 |
|
720 |
+
#: contact-form-7/modules/file.php:254
|
721 |
msgid "File size limit"
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: contact-form-7/modules/file.php:254
|
725 |
msgid "bytes"
|
726 |
msgstr ""
|
727 |
|
728 |
+
#: contact-form-7/modules/file.php:257
|
729 |
msgid "Acceptable file types"
|
730 |
msgstr ""
|
731 |
|
732 |
+
#: contact-form-7/modules/file.php:264
|
733 |
msgid "And, put this code into the File Attachments field below."
|
734 |
msgstr ""
|
735 |
|
736 |
+
#: contact-form-7/modules/file.php:289
|
737 |
#, php-format
|
738 |
msgid "This contact form contains file uploading fields, but the temporary folder for the files (%s) does not exist or is not writable. You can create the folder or change its permission manually."
|
739 |
msgstr ""
|
742 |
msgid "This contact form contains [icl] tags, but they are obsolete and no longer functioning on this version of Contact Form 7. <a href=\"http://contactform7.com/2009/12/25/contact-form-in-your-language/#Creating_contact_form_in_different_languages\" target=\"_blank\">There is a simpler way for creating contact forms of other languages</a> and you are recommended to use it."
|
743 |
msgstr ""
|
744 |
|
745 |
+
#: contact-form-7/modules/quiz.php:170
|
746 |
msgid "Sender doesn't enter the correct answer to the quiz"
|
747 |
msgstr ""
|
748 |
|
749 |
+
#: contact-form-7/modules/quiz.php:171
|
750 |
msgid "Your answer is not correct."
|
751 |
msgstr ""
|
752 |
|
753 |
+
#: contact-form-7/modules/quiz.php:181
|
754 |
msgid "Quiz"
|
755 |
msgstr ""
|
756 |
|
757 |
+
#: contact-form-7/modules/quiz.php:211
|
758 |
msgid "Quizzes"
|
759 |
msgstr ""
|
760 |
|
761 |
+
#: contact-form-7/modules/quiz.php:213
|
762 |
msgid "* quiz|answer (e.g. 1+1=?|2)"
|
763 |
msgstr ""
|
764 |
|
765 |
+
#: contact-form-7/modules/select.php:154
|
766 |
msgid "Drop-down menu"
|
767 |
msgstr ""
|
768 |
|
769 |
+
#: contact-form-7/modules/select.php:183
|
770 |
msgid "Allow multiple selections?"
|
771 |
msgstr ""
|
772 |
|
773 |
+
#: contact-form-7/modules/select.php:184
|
774 |
msgid "Insert a blank item as the first option?"
|
775 |
msgstr ""
|
776 |
|
777 |
+
#: contact-form-7/modules/submit.php:62
|
778 |
msgid "Submit button"
|
779 |
msgstr ""
|
780 |
|
781 |
+
#: contact-form-7/modules/submit.php:80
|
782 |
msgid "Label"
|
783 |
msgstr ""
|
784 |
|
785 |
+
#: contact-form-7/modules/text.php:137
|
786 |
msgid "Text field"
|
787 |
msgstr ""
|
788 |
|
789 |
+
#: contact-form-7/modules/text.php:140
|
790 |
msgid "Email field"
|
791 |
msgstr ""
|
792 |
|
793 |
+
#: contact-form-7/modules/text.php:182
|
794 |
msgid "Akismet"
|
795 |
msgstr ""
|
796 |
|
797 |
+
#: contact-form-7/modules/text.php:184
|
798 |
msgid "This field requires author's name"
|
799 |
msgstr ""
|
800 |
|
801 |
+
#: contact-form-7/modules/text.php:185
|
802 |
msgid "This field requires author's URL"
|
803 |
msgstr ""
|
804 |
|
805 |
+
#: contact-form-7/modules/text.php:187
|
806 |
msgid "This field requires author's email address"
|
807 |
msgstr ""
|
808 |
|
809 |
+
#: contact-form-7/modules/text.php:191
|
810 |
+
#: contact-form-7/modules/textarea.php:157
|
811 |
msgid "Default value"
|
812 |
msgstr ""
|
813 |
|
814 |
+
#: contact-form-7/modules/textarea.php:126
|
815 |
msgid "Text area"
|
816 |
msgstr ""
|
817 |
|
modules/acceptance.php
CHANGED
@@ -24,6 +24,7 @@ function wpcf7_acceptance_shortcode_handler( $tag ) {
|
|
24 |
$atts = '';
|
25 |
$id_att = '';
|
26 |
$class_att = '';
|
|
|
27 |
|
28 |
$class_att .= ' wpcf7-acceptance';
|
29 |
|
@@ -36,6 +37,10 @@ function wpcf7_acceptance_shortcode_handler( $tag ) {
|
|
36 |
|
37 |
} elseif ( 'invert' == $option ) {
|
38 |
$class_att .= ' wpcf7-invert';
|
|
|
|
|
|
|
|
|
39 |
}
|
40 |
}
|
41 |
|
@@ -45,6 +50,9 @@ function wpcf7_acceptance_shortcode_handler( $tag ) {
|
|
45 |
if ( $class_att )
|
46 |
$atts .= ' class="' . trim( $class_att ) . '"';
|
47 |
|
|
|
|
|
|
|
48 |
$default_on = (bool) preg_grep( '/^default:on$/i', $options );
|
49 |
|
50 |
if ( wpcf7_script_is() )
|
24 |
$atts = '';
|
25 |
$id_att = '';
|
26 |
$class_att = '';
|
27 |
+
$tabindex_att = '';
|
28 |
|
29 |
$class_att .= ' wpcf7-acceptance';
|
30 |
|
37 |
|
38 |
} elseif ( 'invert' == $option ) {
|
39 |
$class_att .= ' wpcf7-invert';
|
40 |
+
|
41 |
+
} elseif ( preg_match( '%^tabindex:(\d+)$%', $option, $matches ) ) {
|
42 |
+
$tabindex_att = (int) $matches[1];
|
43 |
+
|
44 |
}
|
45 |
}
|
46 |
|
50 |
if ( $class_att )
|
51 |
$atts .= ' class="' . trim( $class_att ) . '"';
|
52 |
|
53 |
+
if ( '' !== $tabindex_att )
|
54 |
+
$atts .= sprintf( ' tabindex="%d"', $tabindex_att );
|
55 |
+
|
56 |
$default_on = (bool) preg_grep( '/^default:on$/i', $options );
|
57 |
|
58 |
if ( wpcf7_script_is() )
|
modules/captcha.php
CHANGED
@@ -31,6 +31,7 @@ function wpcf7_captcha_shortcode_handler( $tag ) {
|
|
31 |
$class_att = '';
|
32 |
$size_att = '';
|
33 |
$maxlength_att = '';
|
|
|
34 |
|
35 |
if ( 'captchac' == $type )
|
36 |
$class_att .= ' wpcf7-captcha-' . $name;
|
@@ -45,6 +46,10 @@ function wpcf7_captcha_shortcode_handler( $tag ) {
|
|
45 |
} elseif ( preg_match( '%^([0-9]*)[/x]([0-9]*)$%', $option, $matches ) ) {
|
46 |
$size_att = (int) $matches[1];
|
47 |
$maxlength_att = (int) $matches[2];
|
|
|
|
|
|
|
|
|
48 |
}
|
49 |
}
|
50 |
|
@@ -96,6 +101,9 @@ function wpcf7_captcha_shortcode_handler( $tag ) {
|
|
96 |
if ( $maxlength_att )
|
97 |
$atts .= ' maxlength="' . $maxlength_att . '"';
|
98 |
|
|
|
|
|
|
|
99 |
$html = '<input type="text" name="' . $name . '" value="' . esc_attr( $value ) . '"' . $atts . ' />';
|
100 |
$html = '<span class="wpcf7-form-control-wrap ' . $name . '">' . $html . $validation_error . '</span>';
|
101 |
|
31 |
$class_att = '';
|
32 |
$size_att = '';
|
33 |
$maxlength_att = '';
|
34 |
+
$tabindex_att = '';
|
35 |
|
36 |
if ( 'captchac' == $type )
|
37 |
$class_att .= ' wpcf7-captcha-' . $name;
|
46 |
} elseif ( preg_match( '%^([0-9]*)[/x]([0-9]*)$%', $option, $matches ) ) {
|
47 |
$size_att = (int) $matches[1];
|
48 |
$maxlength_att = (int) $matches[2];
|
49 |
+
|
50 |
+
} elseif ( preg_match( '%^tabindex:(\d+)$%', $option, $matches ) ) {
|
51 |
+
$tabindex_att = (int) $matches[1];
|
52 |
+
|
53 |
}
|
54 |
}
|
55 |
|
101 |
if ( $maxlength_att )
|
102 |
$atts .= ' maxlength="' . $maxlength_att . '"';
|
103 |
|
104 |
+
if ( '' !== $tabindex_att )
|
105 |
+
$atts .= sprintf( ' tabindex="%d"', $tabindex_att );
|
106 |
+
|
107 |
$html = '<input type="text" name="' . $name . '" value="' . esc_attr( $value ) . '"' . $atts . ' />';
|
108 |
$html = '<span class="wpcf7-form-control-wrap ' . $name . '">' . $html . $validation_error . '</span>';
|
109 |
|
modules/checkbox.php
CHANGED
@@ -27,6 +27,7 @@ function wpcf7_checkbox_shortcode_handler( $tag ) {
|
|
27 |
$atts = '';
|
28 |
$id_att = '';
|
29 |
$class_att = '';
|
|
|
30 |
|
31 |
$defaults = array();
|
32 |
|
@@ -58,6 +59,9 @@ function wpcf7_checkbox_shortcode_handler( $tag ) {
|
|
58 |
} elseif ( preg_match( '%^use[_-]?label[_-]?element$%', $option ) ) {
|
59 |
$use_label_element = true;
|
60 |
|
|
|
|
|
|
|
61 |
}
|
62 |
}
|
63 |
|
@@ -95,6 +99,13 @@ function wpcf7_checkbox_shortcode_handler( $tag ) {
|
|
95 |
|
96 |
$checked = $checked ? ' checked="checked"' : '';
|
97 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
if ( isset( $labels[$key] ) )
|
99 |
$label = $labels[$key];
|
100 |
else
|
@@ -102,9 +113,9 @@ function wpcf7_checkbox_shortcode_handler( $tag ) {
|
|
102 |
|
103 |
if ( $label_first ) { // put label first, input last
|
104 |
$item = '<span class="wpcf7-list-item-label">' . esc_html( $label ) . '</span> ';
|
105 |
-
$item .= '<input type="' . $input_type . '" name="' . $name . ( $multiple ? '[]' : '' ) . '" value="' . esc_attr( $value ) . '"' . $checked . $onclick . ' />';
|
106 |
} else {
|
107 |
-
$item = '<input type="' . $input_type . '" name="' . $name . ( $multiple ? '[]' : '' ) . '" value="' . esc_attr( $value ) . '"' . $checked . $onclick . ' />';
|
108 |
$item .= ' <span class="wpcf7-list-item-label">' . esc_html( $label ) . '</span>';
|
109 |
}
|
110 |
|
27 |
$atts = '';
|
28 |
$id_att = '';
|
29 |
$class_att = '';
|
30 |
+
$tabindex_att = '';
|
31 |
|
32 |
$defaults = array();
|
33 |
|
59 |
} elseif ( preg_match( '%^use[_-]?label[_-]?element$%', $option ) ) {
|
60 |
$use_label_element = true;
|
61 |
|
62 |
+
} elseif ( preg_match( '%^tabindex:(\d+)$%', $option, $matches ) ) {
|
63 |
+
$tabindex_att = (int) $matches[1];
|
64 |
+
|
65 |
}
|
66 |
}
|
67 |
|
99 |
|
100 |
$checked = $checked ? ' checked="checked"' : '';
|
101 |
|
102 |
+
if ( '' !== $tabindex_att ) {
|
103 |
+
$tabindex = sprintf( ' tabindex="%d"', $tabindex_att );
|
104 |
+
$tabindex_att += 1;
|
105 |
+
} else {
|
106 |
+
$tabindex = '';
|
107 |
+
}
|
108 |
+
|
109 |
if ( isset( $labels[$key] ) )
|
110 |
$label = $labels[$key];
|
111 |
else
|
113 |
|
114 |
if ( $label_first ) { // put label first, input last
|
115 |
$item = '<span class="wpcf7-list-item-label">' . esc_html( $label ) . '</span> ';
|
116 |
+
$item .= '<input type="' . $input_type . '" name="' . $name . ( $multiple ? '[]' : '' ) . '" value="' . esc_attr( $value ) . '"' . $checked . $tabindex . $onclick . ' />';
|
117 |
} else {
|
118 |
+
$item = '<input type="' . $input_type . '" name="' . $name . ( $multiple ? '[]' : '' ) . '" value="' . esc_attr( $value ) . '"' . $checked . $tabindex . $onclick . ' />';
|
119 |
$item .= ' <span class="wpcf7-list-item-label">' . esc_html( $label ) . '</span>';
|
120 |
}
|
121 |
|
modules/file.php
CHANGED
@@ -25,6 +25,7 @@ function wpcf7_file_shortcode_handler( $tag ) {
|
|
25 |
$atts = '';
|
26 |
$id_att = '';
|
27 |
$class_att = '';
|
|
|
28 |
|
29 |
if ( 'file*' == $type )
|
30 |
$class_att .= ' wpcf7-validates-as-required';
|
@@ -36,6 +37,9 @@ function wpcf7_file_shortcode_handler( $tag ) {
|
|
36 |
} elseif ( preg_match( '%^class:([-0-9a-zA-Z_]+)$%', $option, $matches ) ) {
|
37 |
$class_att .= ' ' . $matches[1];
|
38 |
|
|
|
|
|
|
|
39 |
}
|
40 |
}
|
41 |
|
@@ -45,6 +49,9 @@ function wpcf7_file_shortcode_handler( $tag ) {
|
|
45 |
if ( $class_att )
|
46 |
$atts .= ' class="' . trim( $class_att ) . '"';
|
47 |
|
|
|
|
|
|
|
48 |
$html = '<input type="file" name="' . $name . '"' . $atts . ' value="1" />';
|
49 |
|
50 |
$validation_error = '';
|
25 |
$atts = '';
|
26 |
$id_att = '';
|
27 |
$class_att = '';
|
28 |
+
$tabindex_att = '';
|
29 |
|
30 |
if ( 'file*' == $type )
|
31 |
$class_att .= ' wpcf7-validates-as-required';
|
37 |
} elseif ( preg_match( '%^class:([-0-9a-zA-Z_]+)$%', $option, $matches ) ) {
|
38 |
$class_att .= ' ' . $matches[1];
|
39 |
|
40 |
+
} elseif ( preg_match( '%^tabindex:(\d+)$%', $option, $matches ) ) {
|
41 |
+
$tabindex_att = (int) $matches[1];
|
42 |
+
|
43 |
}
|
44 |
}
|
45 |
|
49 |
if ( $class_att )
|
50 |
$atts .= ' class="' . trim( $class_att ) . '"';
|
51 |
|
52 |
+
if ( '' !== $tabindex_att )
|
53 |
+
$atts .= sprintf( ' tabindex="%d"', $tabindex_att );
|
54 |
+
|
55 |
$html = '<input type="file" name="' . $name . '"' . $atts . ' value="1" />';
|
56 |
|
57 |
$validation_error = '';
|
modules/quiz.php
CHANGED
@@ -26,6 +26,7 @@ function wpcf7_quiz_shortcode_handler( $tag ) {
|
|
26 |
$class_att = '';
|
27 |
$size_att = '';
|
28 |
$maxlength_att = '';
|
|
|
29 |
|
30 |
foreach ( $options as $option ) {
|
31 |
if ( preg_match( '%^id:([-0-9a-zA-Z_]+)$%', $option, $matches ) ) {
|
@@ -37,6 +38,10 @@ function wpcf7_quiz_shortcode_handler( $tag ) {
|
|
37 |
} elseif ( preg_match( '%^([0-9]*)[/x]([0-9]*)$%', $option, $matches ) ) {
|
38 |
$size_att = (int) $matches[1];
|
39 |
$maxlength_att = (int) $matches[2];
|
|
|
|
|
|
|
|
|
40 |
}
|
41 |
}
|
42 |
|
@@ -54,6 +59,9 @@ function wpcf7_quiz_shortcode_handler( $tag ) {
|
|
54 |
if ( $maxlength_att )
|
55 |
$atts .= ' maxlength="' . $maxlength_att . '"';
|
56 |
|
|
|
|
|
|
|
57 |
if ( is_a( $pipes, 'WPCF7_Pipes' ) && ! $pipes->zero() ) {
|
58 |
$pipe = $pipes->random_pipe();
|
59 |
$question = $pipe->before;
|
@@ -125,8 +133,6 @@ function wpcf7_quiz_ajax_refill( $items ) {
|
|
125 |
$refill = array();
|
126 |
|
127 |
foreach ( $fes as $fe ) {
|
128 |
-
$fe = apply_filters( 'wpcf7_form_tag', $fe );
|
129 |
-
|
130 |
$name = $fe['name'];
|
131 |
$pipes = $fe['pipes'];
|
132 |
|
26 |
$class_att = '';
|
27 |
$size_att = '';
|
28 |
$maxlength_att = '';
|
29 |
+
$tabindex_att = '';
|
30 |
|
31 |
foreach ( $options as $option ) {
|
32 |
if ( preg_match( '%^id:([-0-9a-zA-Z_]+)$%', $option, $matches ) ) {
|
38 |
} elseif ( preg_match( '%^([0-9]*)[/x]([0-9]*)$%', $option, $matches ) ) {
|
39 |
$size_att = (int) $matches[1];
|
40 |
$maxlength_att = (int) $matches[2];
|
41 |
+
|
42 |
+
} elseif ( preg_match( '%^tabindex:(\d+)$%', $option, $matches ) ) {
|
43 |
+
$tabindex_att = (int) $matches[1];
|
44 |
+
|
45 |
}
|
46 |
}
|
47 |
|
59 |
if ( $maxlength_att )
|
60 |
$atts .= ' maxlength="' . $maxlength_att . '"';
|
61 |
|
62 |
+
if ( '' !== $tabindex_att )
|
63 |
+
$atts .= sprintf( ' tabindex="%d"', $tabindex_att );
|
64 |
+
|
65 |
if ( is_a( $pipes, 'WPCF7_Pipes' ) && ! $pipes->zero() ) {
|
66 |
$pipe = $pipes->random_pipe();
|
67 |
$question = $pipe->before;
|
133 |
$refill = array();
|
134 |
|
135 |
foreach ( $fes as $fe ) {
|
|
|
|
|
136 |
$name = $fe['name'];
|
137 |
$pipes = $fe['pipes'];
|
138 |
|
modules/select.php
CHANGED
@@ -26,6 +26,7 @@ function wpcf7_select_shortcode_handler( $tag ) {
|
|
26 |
$atts = '';
|
27 |
$id_att = '';
|
28 |
$class_att = '';
|
|
|
29 |
|
30 |
$defaults = array();
|
31 |
|
@@ -41,6 +42,10 @@ function wpcf7_select_shortcode_handler( $tag ) {
|
|
41 |
|
42 |
} elseif ( preg_match( '/^default:([0-9_]+)$/', $option, $matches ) ) {
|
43 |
$defaults = explode( '_', $matches[1] );
|
|
|
|
|
|
|
|
|
44 |
}
|
45 |
}
|
46 |
|
@@ -50,6 +55,9 @@ function wpcf7_select_shortcode_handler( $tag ) {
|
|
50 |
if ( $class_att )
|
51 |
$atts .= ' class="' . trim( $class_att ) . '"';
|
52 |
|
|
|
|
|
|
|
53 |
$multiple = (bool) preg_grep( '%^multiple$%', $options );
|
54 |
$include_blank = (bool) preg_grep( '%^include_blank$%', $options );
|
55 |
|
26 |
$atts = '';
|
27 |
$id_att = '';
|
28 |
$class_att = '';
|
29 |
+
$tabindex_att = '';
|
30 |
|
31 |
$defaults = array();
|
32 |
|
42 |
|
43 |
} elseif ( preg_match( '/^default:([0-9_]+)$/', $option, $matches ) ) {
|
44 |
$defaults = explode( '_', $matches[1] );
|
45 |
+
|
46 |
+
} elseif ( preg_match( '%^tabindex:(\d+)$%', $option, $matches ) ) {
|
47 |
+
$tabindex_att = (int) $matches[1];
|
48 |
+
|
49 |
}
|
50 |
}
|
51 |
|
55 |
if ( $class_att )
|
56 |
$atts .= ' class="' . trim( $class_att ) . '"';
|
57 |
|
58 |
+
if ( '' !== $tabindex_att )
|
59 |
+
$atts .= sprintf( ' tabindex="%d"', $tabindex_att );
|
60 |
+
|
61 |
$multiple = (bool) preg_grep( '%^multiple$%', $options );
|
62 |
$include_blank = (bool) preg_grep( '%^include_blank$%', $options );
|
63 |
|
modules/submit.php
CHANGED
@@ -17,6 +17,7 @@ function wpcf7_submit_shortcode_handler( $tag ) {
|
|
17 |
$atts = '';
|
18 |
$id_att = '';
|
19 |
$class_att = '';
|
|
|
20 |
|
21 |
foreach ( $options as $option ) {
|
22 |
if ( preg_match( '%^id:([-0-9a-zA-Z_]+)$%', $option, $matches ) ) {
|
@@ -25,6 +26,9 @@ function wpcf7_submit_shortcode_handler( $tag ) {
|
|
25 |
} elseif ( preg_match( '%^class:([-0-9a-zA-Z_]+)$%', $option, $matches ) ) {
|
26 |
$class_att .= ' ' . $matches[1];
|
27 |
|
|
|
|
|
|
|
28 |
}
|
29 |
}
|
30 |
|
@@ -34,6 +38,9 @@ function wpcf7_submit_shortcode_handler( $tag ) {
|
|
34 |
if ( $class_att )
|
35 |
$atts .= ' class="' . trim( $class_att ) . '"';
|
36 |
|
|
|
|
|
|
|
37 |
$value = isset( $values[0] ) ? $values[0] : '';
|
38 |
if ( empty( $value ) )
|
39 |
$value = __( 'Send', 'wpcf7' );
|
17 |
$atts = '';
|
18 |
$id_att = '';
|
19 |
$class_att = '';
|
20 |
+
$tabindex_att = '';
|
21 |
|
22 |
foreach ( $options as $option ) {
|
23 |
if ( preg_match( '%^id:([-0-9a-zA-Z_]+)$%', $option, $matches ) ) {
|
26 |
} elseif ( preg_match( '%^class:([-0-9a-zA-Z_]+)$%', $option, $matches ) ) {
|
27 |
$class_att .= ' ' . $matches[1];
|
28 |
|
29 |
+
} elseif ( preg_match( '%^tabindex:(\d+)$%', $option, $matches ) ) {
|
30 |
+
$tabindex_att = (int) $matches[1];
|
31 |
+
|
32 |
}
|
33 |
}
|
34 |
|
38 |
if ( $class_att )
|
39 |
$atts .= ' class="' . trim( $class_att ) . '"';
|
40 |
|
41 |
+
if ( '' !== $tabindex_att )
|
42 |
+
$atts .= sprintf( ' tabindex="%d"', $tabindex_att );
|
43 |
+
|
44 |
$value = isset( $values[0] ) ? $values[0] : '';
|
45 |
if ( empty( $value ) )
|
46 |
$value = __( 'Send', 'wpcf7' );
|
modules/text.php
CHANGED
@@ -29,6 +29,7 @@ function wpcf7_text_shortcode_handler( $tag ) {
|
|
29 |
$class_att = '';
|
30 |
$size_att = '';
|
31 |
$maxlength_att = '';
|
|
|
32 |
|
33 |
if ( 'email' == $type || 'email*' == $type )
|
34 |
$class_att .= ' wpcf7-validates-as-email';
|
@@ -46,6 +47,10 @@ function wpcf7_text_shortcode_handler( $tag ) {
|
|
46 |
} elseif ( preg_match( '%^([0-9]*)[/x]([0-9]*)$%', $option, $matches ) ) {
|
47 |
$size_att = (int) $matches[1];
|
48 |
$maxlength_att = (int) $matches[2];
|
|
|
|
|
|
|
|
|
49 |
}
|
50 |
}
|
51 |
|
@@ -63,6 +68,9 @@ function wpcf7_text_shortcode_handler( $tag ) {
|
|
63 |
if ( $maxlength_att )
|
64 |
$atts .= ' maxlength="' . $maxlength_att . '"';
|
65 |
|
|
|
|
|
|
|
66 |
// Value
|
67 |
if ( is_a( $wpcf7_contact_form, 'WPCF7_ContactForm' ) && $wpcf7_contact_form->is_posted() ) {
|
68 |
if ( isset( $_POST['_wpcf7_mail_sent'] ) && $_POST['_wpcf7_mail_sent']['ok'] )
|
29 |
$class_att = '';
|
30 |
$size_att = '';
|
31 |
$maxlength_att = '';
|
32 |
+
$tabindex_att = '';
|
33 |
|
34 |
if ( 'email' == $type || 'email*' == $type )
|
35 |
$class_att .= ' wpcf7-validates-as-email';
|
47 |
} elseif ( preg_match( '%^([0-9]*)[/x]([0-9]*)$%', $option, $matches ) ) {
|
48 |
$size_att = (int) $matches[1];
|
49 |
$maxlength_att = (int) $matches[2];
|
50 |
+
|
51 |
+
} elseif ( preg_match( '%^tabindex:(\d+)$%', $option, $matches ) ) {
|
52 |
+
$tabindex_att = (int) $matches[1];
|
53 |
+
|
54 |
}
|
55 |
}
|
56 |
|
68 |
if ( $maxlength_att )
|
69 |
$atts .= ' maxlength="' . $maxlength_att . '"';
|
70 |
|
71 |
+
if ( '' !== $tabindex_att )
|
72 |
+
$atts .= sprintf( ' tabindex="%d"', $tabindex_att );
|
73 |
+
|
74 |
// Value
|
75 |
if ( is_a( $wpcf7_contact_form, 'WPCF7_ContactForm' ) && $wpcf7_contact_form->is_posted() ) {
|
76 |
if ( isset( $_POST['_wpcf7_mail_sent'] ) && $_POST['_wpcf7_mail_sent']['ok'] )
|
modules/textarea.php
CHANGED
@@ -28,6 +28,7 @@ function wpcf7_textarea_shortcode_handler( $tag ) {
|
|
28 |
$class_att = '';
|
29 |
$cols_att = '';
|
30 |
$rows_att = '';
|
|
|
31 |
|
32 |
if ( 'textarea*' == $type )
|
33 |
$class_att .= ' wpcf7-validates-as-required';
|
@@ -42,6 +43,10 @@ function wpcf7_textarea_shortcode_handler( $tag ) {
|
|
42 |
} elseif ( preg_match( '%^([0-9]*)[x/]([0-9]*)$%', $option, $matches ) ) {
|
43 |
$cols_att = (int) $matches[1];
|
44 |
$rows_att = (int) $matches[2];
|
|
|
|
|
|
|
|
|
45 |
}
|
46 |
}
|
47 |
|
@@ -61,6 +66,9 @@ function wpcf7_textarea_shortcode_handler( $tag ) {
|
|
61 |
else
|
62 |
$atts .= ' rows="10"'; // default size
|
63 |
|
|
|
|
|
|
|
64 |
// Value
|
65 |
if ( is_a( $wpcf7_contact_form, 'WPCF7_ContactForm' ) && $wpcf7_contact_form->is_posted() ) {
|
66 |
if ( isset( $_POST['_wpcf7_mail_sent'] ) && $_POST['_wpcf7_mail_sent']['ok'] )
|
28 |
$class_att = '';
|
29 |
$cols_att = '';
|
30 |
$rows_att = '';
|
31 |
+
$tabindex_att = '';
|
32 |
|
33 |
if ( 'textarea*' == $type )
|
34 |
$class_att .= ' wpcf7-validates-as-required';
|
43 |
} elseif ( preg_match( '%^([0-9]*)[x/]([0-9]*)$%', $option, $matches ) ) {
|
44 |
$cols_att = (int) $matches[1];
|
45 |
$rows_att = (int) $matches[2];
|
46 |
+
|
47 |
+
} elseif ( preg_match( '%^tabindex:(\d+)$%', $option, $matches ) ) {
|
48 |
+
$tabindex_att = (int) $matches[1];
|
49 |
+
|
50 |
}
|
51 |
}
|
52 |
|
66 |
else
|
67 |
$atts .= ' rows="10"'; // default size
|
68 |
|
69 |
+
if ( '' !== $tabindex_att )
|
70 |
+
$atts .= sprintf( ' tabindex="%d"', $tabindex_att );
|
71 |
+
|
72 |
// Value
|
73 |
if ( is_a( $wpcf7_contact_form, 'WPCF7_ContactForm' ) && $wpcf7_contact_form->is_posted() ) {
|
74 |
if ( isset( $_POST['_wpcf7_mail_sent'] ) && $_POST['_wpcf7_mail_sent']['ok'] )
|
settings.php
CHANGED
@@ -24,20 +24,34 @@ function wpcf7_admin_url( $query = array() ) {
|
|
24 |
return esc_url_raw( $url );
|
25 |
}
|
26 |
|
27 |
-
function
|
28 |
-
global $wpdb;
|
29 |
|
30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
}
|
32 |
|
33 |
-
function
|
34 |
-
global $wpdb;
|
35 |
|
36 |
-
|
|
|
37 |
|
38 |
-
|
|
|
|
|
|
|
|
|
|
|
39 |
}
|
40 |
|
|
|
|
|
41 |
require_once WPCF7_PLUGIN_DIR . '/includes/functions.php';
|
42 |
require_once WPCF7_PLUGIN_DIR . '/includes/formatting.php';
|
43 |
require_once WPCF7_PLUGIN_DIR . '/includes/pipe.php';
|
@@ -51,11 +65,9 @@ else
|
|
51 |
require_once WPCF7_PLUGIN_DIR . '/includes/controller.php';
|
52 |
|
53 |
function wpcf7_contact_forms() {
|
54 |
-
global $wpdb;
|
55 |
-
|
56 |
-
$table_name = wpcf7_table_name();
|
57 |
|
58 |
-
return $wpdb->get_results( "SELECT cf7_unit_id as id, title FROM $
|
59 |
}
|
60 |
|
61 |
add_action( 'plugins_loaded', 'wpcf7_set_request_uri', 9 );
|
24 |
return esc_url_raw( $url );
|
25 |
}
|
26 |
|
27 |
+
function wpcf7_table_exists( $table = 'contactforms' ) {
|
28 |
+
global $wpdb, $wpcf7;
|
29 |
|
30 |
+
if ( 'contactforms' != $table )
|
31 |
+
return false;
|
32 |
+
|
33 |
+
if ( ! $table = $wpcf7->{$table} )
|
34 |
+
return false;
|
35 |
+
|
36 |
+
return strtolower( $wpdb->get_var( "SHOW TABLES LIKE '$table'" ) ) == strtolower( $table );
|
37 |
}
|
38 |
|
39 |
+
function wpcf7() {
|
40 |
+
global $wpdb, $wpcf7;
|
41 |
|
42 |
+
if ( is_object( $wpcf7 ) )
|
43 |
+
return;
|
44 |
|
45 |
+
$wpcf7 = (object) array(
|
46 |
+
'contactforms' => $wpdb->prefix . "contact_form_7",
|
47 |
+
'processing_within' => '',
|
48 |
+
'widget_count' => 0,
|
49 |
+
'unit_count' => 0,
|
50 |
+
'global_unit_count' => 0 );
|
51 |
}
|
52 |
|
53 |
+
wpcf7();
|
54 |
+
|
55 |
require_once WPCF7_PLUGIN_DIR . '/includes/functions.php';
|
56 |
require_once WPCF7_PLUGIN_DIR . '/includes/formatting.php';
|
57 |
require_once WPCF7_PLUGIN_DIR . '/includes/pipe.php';
|
65 |
require_once WPCF7_PLUGIN_DIR . '/includes/controller.php';
|
66 |
|
67 |
function wpcf7_contact_forms() {
|
68 |
+
global $wpdb, $wpcf7;
|
|
|
|
|
69 |
|
70 |
+
return $wpdb->get_results( "SELECT cf7_unit_id as id, title FROM $wpcf7->contactforms" );
|
71 |
}
|
72 |
|
73 |
add_action( 'plugins_loaded', 'wpcf7_set_request_uri', 9 );
|
wp-contact-form-7.php
CHANGED
@@ -4,8 +4,8 @@ Plugin Name: Contact Form 7
|
|
4 |
Plugin URI: http://contactform7.com/
|
5 |
Description: Just another contact form plugin. Simple but flexible.
|
6 |
Author: Takayuki Miyoshi
|
7 |
-
Version: 2.1.2
|
8 |
Author URI: http://ideasilo.wordpress.com/
|
|
|
9 |
*/
|
10 |
|
11 |
/* Copyright 2007-2010 Takayuki Miyoshi (email: takayukister at gmail.com)
|
@@ -25,7 +25,7 @@ Author URI: http://ideasilo.wordpress.com/
|
|
25 |
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
26 |
*/
|
27 |
|
28 |
-
define( 'WPCF7_VERSION', '2.
|
29 |
|
30 |
if ( ! defined( 'WPCF7_PLUGIN_BASENAME' ) )
|
31 |
define( 'WPCF7_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
|
4 |
Plugin URI: http://contactform7.com/
|
5 |
Description: Just another contact form plugin. Simple but flexible.
|
6 |
Author: Takayuki Miyoshi
|
|
|
7 |
Author URI: http://ideasilo.wordpress.com/
|
8 |
+
Version: 2.2
|
9 |
*/
|
10 |
|
11 |
/* Copyright 2007-2010 Takayuki Miyoshi (email: takayukister at gmail.com)
|
25 |
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
26 |
*/
|
27 |
|
28 |
+
define( 'WPCF7_VERSION', '2.2' );
|
29 |
|
30 |
if ( ! defined( 'WPCF7_PLUGIN_BASENAME' ) )
|
31 |
define( 'WPCF7_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
|