Version Description
Download this release
Release Info
| Developer | webdorado |
| Plugin | |
| Version | 1.7.22 |
| Comparing to | |
| See all releases | |
Code changes from version 1.7.21 to 1.7.22
- admin/controllers/FMControllerManage_fmc.php +44 -0
- admin/models/FMModelGenerete_csv_fmc.php +64 -44
- admin/models/FMModelGenerete_xml_fmc.php +40 -6
- admin/models/FMModelManage_fmc.php +403 -363
- admin/models/FMModelSubmissions_fmc.php +14 -1
- admin/views/FMViewFormcontactwindow.php +189 -8
- admin/views/FMViewGenerete_csv_fmc.php +3 -5
- admin/views/FMViewManage_fmc.php +286 -26
- admin/views/FMViewSubmissions_fmc.php +97 -6
- contact-form-maker.php +10 -2
- contact_form_maker_insert.php +14 -9
- contact_form_maker_update.php +8 -0
- css/style.css +36 -5
- framework/WDW_FMC_Library.php +1 -1
- frontend/models/FMModelForm_maker_fmc.php +84 -41
- frontend/views/FMViewForm_maker_fmc.php +12 -6
- js/form_maker_editor_button.js +2 -2
- js/form_maker_manage.js +152 -16
- js/formmaker_div_free.js +163 -148
- js/formmaker_free.js +2 -3
- languages/form_maker-af.mo +0 -0
- languages/form_maker-af.po +157 -141
- languages/form_maker-ar.mo +0 -0
- languages/form_maker-ar.po +157 -141
- languages/form_maker-be_BY.mo +0 -0
- languages/form_maker-be_BY.po +157 -141
- languages/form_maker-bg_BG.mo +0 -0
- languages/form_maker-bg_BG.po +157 -141
- languages/form_maker-ca.mo +0 -0
- languages/form_maker-ca.po +157 -141
- languages/form_maker-cs_CZ.mo +0 -0
- languages/form_maker-cs_CZ.po +157 -141
- languages/form_maker-da_DK.mo +0 -0
- languages/form_maker-da_DK.po +157 -141
- languages/form_maker-de_DE.mo +0 -0
- languages/form_maker-de_DE.po +157 -141
- languages/form_maker-el.mo +0 -0
- languages/form_maker-el.po +157 -141
- languages/form_maker-en_US.mo +0 -0
- languages/form_maker-en_US.po +157 -141
- languages/form_maker-eo_EO.mo +0 -0
- languages/form_maker-eo_EO.po +157 -141
- languages/form_maker-es_ES.mo +0 -0
- languages/form_maker-es_ES.po +157 -141
- languages/form_maker-et.mo +0 -0
- languages/form_maker-et.po +157 -141
- languages/form_maker-fa_IR.mo +0 -0
- languages/form_maker-fa_IR.po +157 -141
- languages/form_maker-fi.mo +0 -0
- languages/form_maker-fi.po +157 -141
- languages/form_maker-fr_FR.mo +0 -0
- languages/form_maker-fr_FR.po +157 -141
- languages/form_maker-gl_ES.mo +0 -0
- languages/form_maker-gl_ES.po +157 -141
- languages/form_maker-he_IL.mo +0 -0
- languages/form_maker-he_IL.po +131 -131
admin/controllers/FMControllerManage_fmc.php
CHANGED
|
@@ -283,6 +283,25 @@ function before_reset() {
|
|
| 283 |
WDW_FMC_Library::spider_redirect(add_query_arg(array('page' => $page, 'task' => 'form_options', 'current_id' => $current_id, 'message' => $message, 'fieldset_id' => $fieldset_id), admin_url('admin.php')));
|
| 284 |
}
|
| 285 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 286 |
public function cancel_options() {
|
| 287 |
$this->edit();
|
| 288 |
}
|
|
@@ -345,6 +364,9 @@ function before_reset() {
|
|
| 345 |
$checkout_mode = (isset($_POST['checkout_mode']) ? esc_html(stripslashes($_POST['checkout_mode'])) : 'testmode');
|
| 346 |
$paypal_mode = (isset($_POST['paypal_mode']) ? esc_html(stripslashes($_POST['paypal_mode'])) : 0);
|
| 347 |
$javascript = (isset($_POST['javascript']) ? stripslashes($_POST['javascript']) : $javascript);
|
|
|
|
|
|
|
|
|
|
| 348 |
$send_to = '';
|
| 349 |
for ($i = 0; $i < 20; $i++) {
|
| 350 |
if (isset($_POST['send_to' . $i])) {
|
|
@@ -400,7 +422,10 @@ function before_reset() {
|
|
| 400 |
'checkout_mode' => $checkout_mode,
|
| 401 |
'paypal_mode' => $paypal_mode,
|
| 402 |
'javascript' => $javascript,
|
|
|
|
| 403 |
'send_to' => $send_to,
|
|
|
|
|
|
|
| 404 |
), array('id' => $id));
|
| 405 |
if ($save !== FALSE) {
|
| 406 |
return 8;
|
|
@@ -637,6 +662,7 @@ function before_reset() {
|
|
| 637 |
$id = WDW_FMC_Library::get('current_id', 0);
|
| 638 |
$title = (isset($_POST['title']) ? esc_html(stripslashes($_POST['title'])) : '');
|
| 639 |
$form_front = (isset($_POST['form_front']) ? stripslashes($_POST['form_front']) : '');
|
|
|
|
| 640 |
$counter = (isset($_POST['counter']) ? esc_html(stripslashes($_POST['counter'])) : 0);
|
| 641 |
$label_order = (isset($_POST['label_order']) ? esc_html(stripslashes($_POST['label_order'])) : '');
|
| 642 |
$pagination = (isset($_POST['pagination']) ? esc_html(stripslashes($_POST['pagination'])) : '');
|
|
@@ -652,6 +678,7 @@ function before_reset() {
|
|
| 652 |
$save = $wpdb->update($wpdb->prefix . 'formmaker', array(
|
| 653 |
'title' => $title,
|
| 654 |
'form_front' => $form_front,
|
|
|
|
| 655 |
'counter' => $counter,
|
| 656 |
'label_order' => $label_order,
|
| 657 |
'label_order_current' => $label_order_current,
|
|
@@ -716,6 +743,10 @@ function before_reset() {
|
|
| 716 |
'mail_mode_user' => 1,
|
| 717 |
'mail_attachment' => 1,
|
| 718 |
'mail_attachment_user' => 1,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 719 |
), array(
|
| 720 |
'%s',
|
| 721 |
'%s',
|
|
@@ -767,6 +798,10 @@ function before_reset() {
|
|
| 767 |
'%d',
|
| 768 |
'%d',
|
| 769 |
'%d',
|
|
|
|
|
|
|
|
|
|
|
|
|
| 770 |
));
|
| 771 |
$id = $wpdb->get_var("SELECT MAX(id) FROM " . $wpdb->prefix . "formmaker");
|
| 772 |
update_option('contact_form_forms', ((get_option('contact_form_forms')) ? (get_option('contact_form_forms')) . ',' . $id : $id));
|
|
@@ -794,6 +829,7 @@ function before_reset() {
|
|
| 794 |
$row = $wpdb->get_row($wpdb->prepare('SELECT * FROM ' . $wpdb->prefix . 'formmaker WHERE id="%d"', $id));
|
| 795 |
$title = (isset($_POST['title']) ? esc_html(stripslashes($_POST['title'])) : '');
|
| 796 |
$form_front = (isset($_POST['form_front']) ? stripslashes($_POST['form_front']) : '');
|
|
|
|
| 797 |
$counter = (isset($_POST['counter']) ? esc_html(stripslashes($_POST['counter'])) : 0);
|
| 798 |
$label_order = (isset($_POST['label_order']) ? esc_html(stripslashes($_POST['label_order'])) : '');
|
| 799 |
$label_order_current = (isset($_POST['label_order_current']) ? esc_html(stripslashes($_POST['label_order_current'])) : '');
|
|
@@ -856,6 +892,10 @@ function before_reset() {
|
|
| 856 |
'mail_mode_user' => $row->mail_mode_user,
|
| 857 |
'mail_attachment' => $row->mail_attachment,
|
| 858 |
'mail_attachment_user' => $row->mail_attachment_user,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 859 |
), array(
|
| 860 |
'%s',
|
| 861 |
'%s',
|
|
@@ -907,6 +947,10 @@ function before_reset() {
|
|
| 907 |
'%d',
|
| 908 |
'%d',
|
| 909 |
'%d',
|
|
|
|
|
|
|
|
|
|
|
|
|
| 910 |
));
|
| 911 |
$id = $wpdb->get_var("SELECT MAX(id) FROM " . $wpdb->prefix . "formmaker");
|
| 912 |
update_option('contact_form_forms', ((get_option('contact_form_forms')) ? (get_option('contact_form_forms')) . ',' . $id : $id));
|
| 283 |
WDW_FMC_Library::spider_redirect(add_query_arg(array('page' => $page, 'task' => 'form_options', 'current_id' => $current_id, 'message' => $message, 'fieldset_id' => $fieldset_id), admin_url('admin.php')));
|
| 284 |
}
|
| 285 |
|
| 286 |
+
public function remove_query() {
|
| 287 |
+
global $wpdb;
|
| 288 |
+
$cid = ((isset($_POST['cid']) && $_POST['cid'] != '') ? $_POST['cid'] : NULL);
|
| 289 |
+
if (count($cid)) {
|
| 290 |
+
$cids = implode(',', $cid);
|
| 291 |
+
$query = 'DELETE FROM ' . $wpdb->prefix . 'formmaker_query WHERE id IN ( ' . $cids . ' )';
|
| 292 |
+
if ($wpdb->query($query)) {
|
| 293 |
+
echo WDW_FM_Library::message('Items Succesfully Deleted.', 'updated');
|
| 294 |
+
}
|
| 295 |
+
else {
|
| 296 |
+
echo WDW_FM_Library::message('Error. Please install plugin again.', 'error');
|
| 297 |
+
}
|
| 298 |
+
}
|
| 299 |
+
else {
|
| 300 |
+
echo WDW_FM_Library::message('You must select at least one item.', 'error');
|
| 301 |
+
}
|
| 302 |
+
$this->apply_options();
|
| 303 |
+
}
|
| 304 |
+
|
| 305 |
public function cancel_options() {
|
| 306 |
$this->edit();
|
| 307 |
}
|
| 364 |
$checkout_mode = (isset($_POST['checkout_mode']) ? esc_html(stripslashes($_POST['checkout_mode'])) : 'testmode');
|
| 365 |
$paypal_mode = (isset($_POST['paypal_mode']) ? esc_html(stripslashes($_POST['paypal_mode'])) : 0);
|
| 366 |
$javascript = (isset($_POST['javascript']) ? stripslashes($_POST['javascript']) : $javascript);
|
| 367 |
+
$user_id_wd = (isset($_POST['user_id_wd']) ? stripslashes($_POST['user_id_wd']) : 'administrator,');
|
| 368 |
+
$frontend_submit_fields = (isset($_POST['frontend_submit_fields']) ? stripslashes($_POST['frontend_submit_fields']) : '');
|
| 369 |
+
$frontend_submit_stat_fields = (isset($_POST['frontend_submit_stat_fields']) ? stripslashes($_POST['frontend_submit_stat_fields']) : '');
|
| 370 |
$send_to = '';
|
| 371 |
for ($i = 0; $i < 20; $i++) {
|
| 372 |
if (isset($_POST['send_to' . $i])) {
|
| 422 |
'checkout_mode' => $checkout_mode,
|
| 423 |
'paypal_mode' => $paypal_mode,
|
| 424 |
'javascript' => $javascript,
|
| 425 |
+
'user_id_wd' => $user_id_wd,
|
| 426 |
'send_to' => $send_to,
|
| 427 |
+
'frontend_submit_fields' => $frontend_submit_fields,
|
| 428 |
+
'frontend_submit_stat_fields' => $frontend_submit_stat_fields,
|
| 429 |
), array('id' => $id));
|
| 430 |
if ($save !== FALSE) {
|
| 431 |
return 8;
|
| 662 |
$id = WDW_FMC_Library::get('current_id', 0);
|
| 663 |
$title = (isset($_POST['title']) ? esc_html(stripslashes($_POST['title'])) : '');
|
| 664 |
$form_front = (isset($_POST['form_front']) ? stripslashes($_POST['form_front']) : '');
|
| 665 |
+
$sortable = (isset($_POST['sortable']) ? 1 : 0);
|
| 666 |
$counter = (isset($_POST['counter']) ? esc_html(stripslashes($_POST['counter'])) : 0);
|
| 667 |
$label_order = (isset($_POST['label_order']) ? esc_html(stripslashes($_POST['label_order'])) : '');
|
| 668 |
$pagination = (isset($_POST['pagination']) ? esc_html(stripslashes($_POST['pagination'])) : '');
|
| 678 |
$save = $wpdb->update($wpdb->prefix . 'formmaker', array(
|
| 679 |
'title' => $title,
|
| 680 |
'form_front' => $form_front,
|
| 681 |
+
'sortable' => $sortable,
|
| 682 |
'counter' => $counter,
|
| 683 |
'label_order' => $label_order,
|
| 684 |
'label_order_current' => $label_order_current,
|
| 743 |
'mail_mode_user' => 1,
|
| 744 |
'mail_attachment' => 1,
|
| 745 |
'mail_attachment_user' => 1,
|
| 746 |
+
'sortable' => $sortable,
|
| 747 |
+
'user_id_wd' => 'administrator,',
|
| 748 |
+
'frontend_submit_fields' => '',
|
| 749 |
+
'frontend_submit_stat_fields' => '',
|
| 750 |
), array(
|
| 751 |
'%s',
|
| 752 |
'%s',
|
| 798 |
'%d',
|
| 799 |
'%d',
|
| 800 |
'%d',
|
| 801 |
+
'%d',
|
| 802 |
+
'%s',
|
| 803 |
+
'%s',
|
| 804 |
+
'%s',
|
| 805 |
));
|
| 806 |
$id = $wpdb->get_var("SELECT MAX(id) FROM " . $wpdb->prefix . "formmaker");
|
| 807 |
update_option('contact_form_forms', ((get_option('contact_form_forms')) ? (get_option('contact_form_forms')) . ',' . $id : $id));
|
| 829 |
$row = $wpdb->get_row($wpdb->prepare('SELECT * FROM ' . $wpdb->prefix . 'formmaker WHERE id="%d"', $id));
|
| 830 |
$title = (isset($_POST['title']) ? esc_html(stripslashes($_POST['title'])) : '');
|
| 831 |
$form_front = (isset($_POST['form_front']) ? stripslashes($_POST['form_front']) : '');
|
| 832 |
+
$sortable = (isset($_POST['sortable']) ? stripslashes($_POST['sortable']) : 1);
|
| 833 |
$counter = (isset($_POST['counter']) ? esc_html(stripslashes($_POST['counter'])) : 0);
|
| 834 |
$label_order = (isset($_POST['label_order']) ? esc_html(stripslashes($_POST['label_order'])) : '');
|
| 835 |
$label_order_current = (isset($_POST['label_order_current']) ? esc_html(stripslashes($_POST['label_order_current'])) : '');
|
| 892 |
'mail_mode_user' => $row->mail_mode_user,
|
| 893 |
'mail_attachment' => $row->mail_attachment,
|
| 894 |
'mail_attachment_user' => $row->mail_attachment_user,
|
| 895 |
+
'sortable' => $sortable,
|
| 896 |
+
'user_id_wd' => $row->user_id_wd,
|
| 897 |
+
'frontend_submit_fields' => $row->frontend_submit_fields,
|
| 898 |
+
'frontend_submit_stat_fields' => $row->frontend_submit_stat_fields,
|
| 899 |
), array(
|
| 900 |
'%s',
|
| 901 |
'%s',
|
| 947 |
'%d',
|
| 948 |
'%d',
|
| 949 |
'%d',
|
| 950 |
+
'%d',
|
| 951 |
+
'%s',
|
| 952 |
+
'%s',
|
| 953 |
+
'%s',
|
| 954 |
));
|
| 955 |
$id = $wpdb->get_var("SELECT MAX(id) FROM " . $wpdb->prefix . "formmaker");
|
| 956 |
update_option('contact_form_forms', ((get_option('contact_form_forms')) ? (get_option('contact_form_forms')) . ',' . $id : $id));
|
admin/models/FMModelGenerete_csv_fmc.php
CHANGED
|
@@ -25,18 +25,23 @@ class FMModelGenerete_csv_fmc {
|
|
| 25 |
$params = array();
|
| 26 |
$form_id = $_REQUEST['form_id'];
|
| 27 |
$paypal_info_fields = array('currency', 'ord_last_modified', 'status', 'full_name', 'fax', 'mobile_phone', 'email', 'phone', 'address', 'paypal_info', 'ipn', 'tax', 'shipping');
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
$query = $wpdb->prepare("SELECT * FROM " . $wpdb->prefix . "formmaker_submits where form_id= %d ORDER BY date ASC", $form_id);
|
| 29 |
$rows = $wpdb->get_results($query);
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
|
|
|
| 40 |
$query_lable = $wpdb->prepare("SELECT label_order,title FROM " . $wpdb->prefix . "formmaker where id= %d", $form_id);
|
| 41 |
$rows_lable = $wpdb->get_results($query_lable);
|
| 42 |
$ptn = "/[^a-zA-Z0-9_]/";
|
|
@@ -74,39 +79,39 @@ class FMModelGenerete_csv_fmc {
|
|
| 74 |
}
|
| 75 |
$m = count($sorted_labels);
|
| 76 |
$group_id_s = array();
|
| 77 |
-
|
| 78 |
-
if (count($rows) > 0 and $m)
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
}
|
| 84 |
}
|
|
|
|
| 85 |
$data = array();
|
| 86 |
-
$temp_all = array();
|
| 87 |
-
for ($j = 0; $j < $n; $j++) {
|
| 88 |
-
$row = &$rows[$j];
|
| 89 |
-
$key = $row->group_id;
|
| 90 |
-
if (!isset($temp_all[$key])) {
|
| 91 |
-
$temp_all[$key] = array();
|
| 92 |
-
}
|
| 93 |
-
array_push($temp_all[$key], $row);
|
| 94 |
-
}
|
| 95 |
for ($www = 0; $www < count($group_id_s); $www++) {
|
| 96 |
$i = $group_id_s[$www];
|
| 97 |
-
$
|
| 98 |
-
|
| 99 |
-
$f = $temp[0];
|
| 100 |
-
$date = $f->date;
|
| 101 |
-
$ip = $f->ip;
|
| 102 |
-
$data_temp['Submit date'] = $date;
|
| 103 |
-
$data_temp['Ip'] = $ip;
|
| 104 |
-
$ttt = count($temp);
|
| 105 |
for ($h = 0; $h < $m; $h++) {
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 110 |
if (strpos($t->element_value, "*@@url@@*")) {
|
| 111 |
$file_names = '';
|
| 112 |
$new_files = explode("*@@url@@*", $t->element_value);
|
|
@@ -226,20 +231,35 @@ class FMModelGenerete_csv_fmc {
|
|
| 226 |
$data_temp[stripslashes($label_titles[$h])] = ($t->element_value ? $val : '');
|
| 227 |
}
|
| 228 |
}
|
| 229 |
-
|
|
|
|
|
|
|
| 230 |
}
|
| 231 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 232 |
$paypal_info = $wpdb->get_results($query);
|
| 233 |
if ($paypal_info) {
|
| 234 |
$is_paypal_info = TRUE;
|
| 235 |
}
|
| 236 |
-
if ($
|
| 237 |
-
foreach ($paypal_info_fields as $paypal_info_field) {
|
| 238 |
if ($paypal_info) {
|
| 239 |
-
$data_temp['PAYPAL_'
|
| 240 |
}
|
| 241 |
else {
|
| 242 |
-
$data_temp['PAYPAL_'
|
| 243 |
}
|
| 244 |
}
|
| 245 |
}
|
| 25 |
$params = array();
|
| 26 |
$form_id = $_REQUEST['form_id'];
|
| 27 |
$paypal_info_fields = array('currency', 'ord_last_modified', 'status', 'full_name', 'fax', 'mobile_phone', 'email', 'phone', 'address', 'paypal_info', 'ipn', 'tax', 'shipping');
|
| 28 |
+
|
| 29 |
+
$paypal_info_labels = array( 'Currency', 'Last modified', 'Status', 'Full Name', 'Fax', 'Mobile phone', 'Email', 'Phone', 'Address', 'Paypal info', 'IPN', 'Tax', 'Shipping');
|
| 30 |
+
|
| 31 |
+
|
| 32 |
$query = $wpdb->prepare("SELECT * FROM " . $wpdb->prefix . "formmaker_submits where form_id= %d ORDER BY date ASC", $form_id);
|
| 33 |
$rows = $wpdb->get_results($query);
|
| 34 |
+
|
| 35 |
+
|
| 36 |
+
$query = $wpdb->prepare("SELECT distinct element_label FROM " . $wpdb->prefix . "formmaker_submits where form_id=%d",$form_id);
|
| 37 |
+
$labels = $wpdb->get_col($query);
|
| 38 |
+
|
| 39 |
+
|
| 40 |
+
$query = $wpdb->prepare("SELECT id FROM " . $wpdb->prefix . "formmaker_submits where element_label=%s AND form_id = %d",'item_total',$form_id);
|
| 41 |
+
$is_paypal = $wpdb->get_results($query);
|
| 42 |
+
|
| 43 |
+
|
| 44 |
+
$n = count($rows);
|
| 45 |
$query_lable = $wpdb->prepare("SELECT label_order,title FROM " . $wpdb->prefix . "formmaker where id= %d", $form_id);
|
| 46 |
$rows_lable = $wpdb->get_results($query_lable);
|
| 47 |
$ptn = "/[^a-zA-Z0-9_]/";
|
| 79 |
}
|
| 80 |
$m = count($sorted_labels);
|
| 81 |
$group_id_s = array();
|
| 82 |
+
|
| 83 |
+
if (count($rows) > 0 and $m){
|
| 84 |
+
|
| 85 |
+
$query = $wpdb->prepare("SELECT distinct group_id FROM " . $wpdb->prefix . "formmaker_submits where form_id=%d",$form_id);
|
| 86 |
+
$group_id_s = $wpdb->get_col($query);
|
| 87 |
+
|
|
|
|
| 88 |
}
|
| 89 |
+
|
| 90 |
$data = array();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 91 |
for ($www = 0; $www < count($group_id_s); $www++) {
|
| 92 |
$i = $group_id_s[$www];
|
| 93 |
+
$data_temp = array();
|
| 94 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 95 |
for ($h = 0; $h < $m; $h++) {
|
| 96 |
+
|
| 97 |
+
if(isset($data_temp[$label_titles[$h]]))
|
| 98 |
+
$label_titles[$h] .= '(1)';
|
| 99 |
+
|
| 100 |
+
$t = $wpdb->get_row($wpdb->prepare("SELECT * FROM " . $wpdb->prefix . "formmaker_submits where group_id=%d AND element_label=%s",$i,$sorted_labels_id[$h]));
|
| 101 |
+
|
| 102 |
+
if ($t) {
|
| 103 |
+
|
| 104 |
+
$f=$t;
|
| 105 |
+
$date=$t->date;
|
| 106 |
+
$ip = $t->ip;
|
| 107 |
+
$user_id = get_userdata($t->user_id_wd);
|
| 108 |
+
$username = $user_id ? $user_id->display_name : "";
|
| 109 |
+
$useremail= $user_id ? $user_id->user_email : "";
|
| 110 |
+
$data_temp['Submit date']=$date;
|
| 111 |
+
$data_temp['Ip']=$ip;
|
| 112 |
+
$data_temp['Submitter\'s Username']=$username;
|
| 113 |
+
$data_temp['Submitter\'s Email Address']=$useremail;
|
| 114 |
+
|
| 115 |
if (strpos($t->element_value, "*@@url@@*")) {
|
| 116 |
$file_names = '';
|
| 117 |
$new_files = explode("*@@url@@*", $t->element_value);
|
| 231 |
$data_temp[stripslashes($label_titles[$h])] = ($t->element_value ? $val : '');
|
| 232 |
}
|
| 233 |
}
|
| 234 |
+
else {
|
| 235 |
+
$data_temp[$label_titles[$h]]= '';
|
| 236 |
+
}
|
| 237 |
}
|
| 238 |
+
|
| 239 |
+
if($is_paypal)
|
| 240 |
+
{
|
| 241 |
+
$item_total = $wpdb->get_results($wpdb->prepare("SELECT `element_value` FROM " . $wpdb->prefix . "formmaker_submits where group_id=%d AND element_label=%s",$i,'item_total'));
|
| 242 |
+
|
| 243 |
+
$total = $wpdb->get_results($wpdb->prepare("SELECT `element_value` FROM " . $wpdb->prefix . "formmaker_submits where group_id=%d AND element_label=%s",$i,'total'));
|
| 244 |
+
|
| 245 |
+
$payment_status = $wpdb->get_results($wpdb->prepare("SELECT `element_value` FROM " . $wpdb->prefix . "formmaker_submits where group_id=%d AND element_label=%s",$i,'0'));
|
| 246 |
+
|
| 247 |
+
$data_temp['Item Total'] = $item_total;
|
| 248 |
+
$data_temp['Total'] = $total;
|
| 249 |
+
$data_temp['Payment Status'] = $payment_status;
|
| 250 |
+
}
|
| 251 |
+
$query = $wpdb->prepare("SELECT * FROM " . $wpdb->prefix . "formmaker_sessions where group_id= %d",$i);
|
| 252 |
$paypal_info = $wpdb->get_results($query);
|
| 253 |
if ($paypal_info) {
|
| 254 |
$is_paypal_info = TRUE;
|
| 255 |
}
|
| 256 |
+
if ($is_paypal) {
|
| 257 |
+
foreach ($paypal_info_fields as $key=>$paypal_info_field) {
|
| 258 |
if ($paypal_info) {
|
| 259 |
+
$data_temp['PAYPAL_'.$paypal_info_labels[$key]]=$paypal_info[0]->$paypal_info_field;
|
| 260 |
}
|
| 261 |
else {
|
| 262 |
+
$data_temp['PAYPAL_'.$paypal_info_labels[$key]]='';
|
| 263 |
}
|
| 264 |
}
|
| 265 |
}
|
admin/models/FMModelGenerete_xml_fmc.php
CHANGED
|
@@ -25,6 +25,7 @@ class FMModelGenerete_xml_fmc {
|
|
| 25 |
$params = array();
|
| 26 |
$form_id = $_REQUEST['form_id'];
|
| 27 |
$paypal_info_fields = array('ip', 'ord_date', 'ord_last_modified', 'status', 'full_name', 'fax', 'mobile_phone', 'email', 'phone', 'address', 'paypal_info', 'without_paypal_info', 'ipn', 'checkout_method', 'tax', 'shipping', 'shipping_type', 'read');
|
|
|
|
| 28 |
$query = $wpdb->prepare("SELECT * FROM " . $wpdb->prefix . "formmaker_submits where form_id= %d ORDER BY date ASC", $form_id);
|
| 29 |
$rows = $wpdb->get_results($query);
|
| 30 |
$n = count($rows);
|
|
@@ -99,10 +100,17 @@ class FMModelGenerete_xml_fmc {
|
|
| 99 |
$f = $temp[0];
|
| 100 |
$date = $f->date;
|
| 101 |
$ip = $f->ip;
|
|
|
|
|
|
|
|
|
|
| 102 |
$data_temp['Submit date'] = $date;
|
| 103 |
$data_temp['Ip'] = $ip;
|
|
|
|
|
|
|
| 104 |
$ttt = count($temp);
|
| 105 |
for ($h = 0; $h < $m; $h++) {
|
|
|
|
|
|
|
| 106 |
for ($g = 0; $g < $ttt; $g++) {
|
| 107 |
$t = $temp[$g];
|
| 108 |
if ($t->element_label == $sorted_labels_id[$h]) {
|
|
@@ -139,8 +147,8 @@ class FMModelGenerete_xml_fmc {
|
|
| 139 |
$element = explode("***", $element);
|
| 140 |
$data_temp[stripslashes($label_titles[$h])] = ' ' . $element[1] . '/' . $element[0];
|
| 141 |
}
|
| 142 |
-
elseif (strpos($t->element_value, "@@@") || $t->element_value == "@@@" || $t->element_value == "@@@@@@@@@") {
|
| 143 |
-
$data_temp[stripslashes($label_titles[$h])] = str_replace("@@@",
|
| 144 |
}
|
| 145 |
elseif (strpos($t->element_value, "***grading***")) {
|
| 146 |
$element = str_replace("***grading***", '', $t->element_value);
|
|
@@ -227,18 +235,44 @@ class FMModelGenerete_xml_fmc {
|
|
| 227 |
}
|
| 228 |
}
|
| 229 |
}
|
| 230 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 231 |
$paypal_info = $wpdb->get_results($query);
|
| 232 |
if ($paypal_info) {
|
| 233 |
$is_paypal_info = TRUE;
|
| 234 |
}
|
| 235 |
if ($is_paypal_info) {
|
| 236 |
-
foreach ($paypal_info_fields as $paypal_info_field) {
|
| 237 |
if ($paypal_info) {
|
| 238 |
-
$data_temp['PAYPAL_' . $
|
| 239 |
}
|
| 240 |
else {
|
| 241 |
-
$data_temp['PAYPAL_' . $
|
| 242 |
}
|
| 243 |
}
|
| 244 |
}
|
| 25 |
$params = array();
|
| 26 |
$form_id = $_REQUEST['form_id'];
|
| 27 |
$paypal_info_fields = array('ip', 'ord_date', 'ord_last_modified', 'status', 'full_name', 'fax', 'mobile_phone', 'email', 'phone', 'address', 'paypal_info', 'without_paypal_info', 'ipn', 'checkout_method', 'tax', 'shipping', 'shipping_type', 'read');
|
| 28 |
+
$paypal_info_labels = array( 'Currency', 'Last modified', 'Status', 'Full Name', 'Fax', 'Mobile phone', 'Email', 'Phone', 'Address', 'Paypal info', 'IPN', 'Tax', 'Shipping');
|
| 29 |
$query = $wpdb->prepare("SELECT * FROM " . $wpdb->prefix . "formmaker_submits where form_id= %d ORDER BY date ASC", $form_id);
|
| 30 |
$rows = $wpdb->get_results($query);
|
| 31 |
$n = count($rows);
|
| 100 |
$f = $temp[0];
|
| 101 |
$date = $f->date;
|
| 102 |
$ip = $f->ip;
|
| 103 |
+
$user_id = get_userdata($f->user_id_wd);
|
| 104 |
+
$username = $user_id ? $user_id->display_name : "";
|
| 105 |
+
$useremail= $user_id ? $user_id->user_email : "";
|
| 106 |
$data_temp['Submit date'] = $date;
|
| 107 |
$data_temp['Ip'] = $ip;
|
| 108 |
+
$data_temp['Submitter\'s Username']=$username;
|
| 109 |
+
$data_temp['Submitter\'s Email Address']=$useremail;
|
| 110 |
$ttt = count($temp);
|
| 111 |
for ($h = 0; $h < $m; $h++) {
|
| 112 |
+
if(isset($data_temp[$label_titles[$h]]))
|
| 113 |
+
$label_titles[$h] .= '(1)';
|
| 114 |
for ($g = 0; $g < $ttt; $g++) {
|
| 115 |
$t = $temp[$g];
|
| 116 |
if ($t->element_label == $sorted_labels_id[$h]) {
|
| 147 |
$element = explode("***", $element);
|
| 148 |
$data_temp[stripslashes($label_titles[$h])] = ' ' . $element[1] . '/' . $element[0];
|
| 149 |
}
|
| 150 |
+
elseif (strpos($t->element_value, "@@@")>-1 || $t->element_value == "@@@" || $t->element_value == "@@@@@@@@@" || $t->element_value=="::" || $t->element_value==":" || $t->element_value=="--") {
|
| 151 |
+
$data_temp[stripslashes($label_titles[$h])] = str_replace(array("@@@",":","-"),' ', $t->element_value);
|
| 152 |
}
|
| 153 |
elseif (strpos($t->element_value, "***grading***")) {
|
| 154 |
$element = str_replace("***grading***", '', $t->element_value);
|
| 235 |
}
|
| 236 |
}
|
| 237 |
}
|
| 238 |
+
|
| 239 |
+
|
| 240 |
+
|
| 241 |
+
$item_total = $wpdb->get_results($wpdb->prepare("SELECT `element_value` FROM " . $wpdb->prefix . "formmaker_submits where group_id=%d AND element_label=%s",$i,'item_total'));
|
| 242 |
+
|
| 243 |
+
|
| 244 |
+
$total = $wpdb->get_results($wpdb->prepare("SELECT `element_value` FROM " . $wpdb->prefix . "formmaker_submits where group_id=%d AND element_label=%s",$i,'total'));
|
| 245 |
+
|
| 246 |
+
|
| 247 |
+
$payment_status = $wpdb->get_results($wpdb->prepare("SELECT `element_value` FROM " . $wpdb->prefix . "formmaker_submits where group_id=%d AND element_label=%s",$i,'0'));
|
| 248 |
+
|
| 249 |
+
|
| 250 |
+
if($item_total)
|
| 251 |
+
$data_temp['Item Total'] = $item_total;
|
| 252 |
+
|
| 253 |
+
if($total)
|
| 254 |
+
$data_temp['Total'] = $total;
|
| 255 |
+
|
| 256 |
+
if($payment_status)
|
| 257 |
+
$data_temp['Payment Status'] = $payment_status;
|
| 258 |
+
|
| 259 |
+
|
| 260 |
+
|
| 261 |
+
$query = $wpdb->prepare("SELECT * FROM " . $wpdb->prefix . "formmaker_sessions where group_id= %d", $i);
|
| 262 |
+
|
| 263 |
+
|
| 264 |
+
|
| 265 |
$paypal_info = $wpdb->get_results($query);
|
| 266 |
if ($paypal_info) {
|
| 267 |
$is_paypal_info = TRUE;
|
| 268 |
}
|
| 269 |
if ($is_paypal_info) {
|
| 270 |
+
foreach ($paypal_info_fields as $key=>$paypal_info_field) {
|
| 271 |
if ($paypal_info) {
|
| 272 |
+
$data_temp['PAYPAL_' . $paypal_info_labels[$key]] = $paypal_info[0]->$paypal_info_field;
|
| 273 |
}
|
| 274 |
else {
|
| 275 |
+
$data_temp['PAYPAL_' . $paypal_info_labels[$key]] = '';
|
| 276 |
}
|
| 277 |
}
|
| 278 |
}
|
admin/models/FMModelManage_fmc.php
CHANGED
|
@@ -134,8 +134,37 @@ class FMModelManage_fmc {
|
|
| 134 |
$params = $paramss[$ids_key];
|
| 135 |
if (strpos($form, '%'.$id.' - '.$label.'%') || strpos($form, '%'.$id.' -'.$label.'%')) {
|
| 136 |
$rep = '';
|
|
|
|
| 137 |
$param = array();
|
| 138 |
$param['attributes'] = '';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 139 |
switch ($type) {
|
| 140 |
case 'type_section_break': {
|
| 141 |
$params_names = array('w_editor');
|
|
@@ -145,7 +174,7 @@ class FMModelManage_fmc {
|
|
| 145 |
$param[$params_name] = $temp[0];
|
| 146 |
$temp = $temp[1];
|
| 147 |
}
|
| 148 |
-
$rep ='<div id="wdform_field'.$id.'" type="type_section_break" class="wdform_field_section_break"
|
| 149 |
break;
|
| 150 |
}
|
| 151 |
case 'type_editor': {
|
|
@@ -156,7 +185,7 @@ class FMModelManage_fmc {
|
|
| 156 |
$param[$params_name] = $temp[0];
|
| 157 |
$temp = $temp[1];
|
| 158 |
}
|
| 159 |
-
$rep
|
| 160 |
break;
|
| 161 |
}
|
| 162 |
case 'type_send_copy': {
|
|
@@ -177,7 +206,7 @@ class FMModelManage_fmc {
|
|
| 177 |
$param['w_field_label_pos'] = ($param['w_field_label_pos'] == "left" ? "table-cell" : "block");
|
| 178 |
$input_active = ($param['w_first_val'] == 'true' ? "checked='checked'" : "");
|
| 179 |
$required_sym = ($param['w_required'] == "yes" ? " *" : "");
|
| 180 |
-
$rep =
|
| 181 |
break;
|
| 182 |
}
|
| 183 |
case 'type_text': {
|
|
@@ -198,7 +227,7 @@ class FMModelManage_fmc {
|
|
| 198 |
$param['w_field_label_pos'] = ($param['w_field_label_pos'] == "left" ? "table-cell" : "block");
|
| 199 |
$input_active = ($param['w_first_val'] == $param['w_title'] ? "input_deactive" : "input_active");
|
| 200 |
$required_sym = ($param['w_required'] == "yes" ? " *" : "");
|
| 201 |
-
$rep =
|
| 202 |
break;
|
| 203 |
}
|
| 204 |
case 'type_number': {
|
|
@@ -219,7 +248,7 @@ class FMModelManage_fmc {
|
|
| 219 |
$param['w_field_label_pos'] = ($param['w_field_label_pos'] == "left" ? "table-cell" : "block");
|
| 220 |
$input_active = ($param['w_first_val'] == $param['w_title'] ? "input_deactive" : "input_active");
|
| 221 |
$required_sym = ($param['w_required'] == "yes" ? " *" : "");
|
| 222 |
-
$rep =
|
| 223 |
break;
|
| 224 |
}
|
| 225 |
case 'type_password': {
|
|
@@ -239,7 +268,7 @@ class FMModelManage_fmc {
|
|
| 239 |
}
|
| 240 |
$param['w_field_label_pos'] = ($param['w_field_label_pos'] == "left" ? "table-cell" : "block");
|
| 241 |
$required_sym = ($param['w_required'] == "yes" ? " *" : "");
|
| 242 |
-
$rep =
|
| 243 |
break;
|
| 244 |
}
|
| 245 |
case 'type_textarea': {
|
|
@@ -260,28 +289,7 @@ class FMModelManage_fmc {
|
|
| 260 |
$param['w_field_label_pos'] = ($param['w_field_label_pos'] == "left" ? "table-cell" : "block");
|
| 261 |
$input_active = ($param['w_first_val'] == $param['w_title'] ? "input_deactive" : "input_active");
|
| 262 |
$required_sym = ($param['w_required'] == "yes" ? " *" : "");
|
| 263 |
-
$rep =
|
| 264 |
-
break;
|
| 265 |
-
}
|
| 266 |
-
case 'type_wdeditor': {
|
| 267 |
-
$params_names = array('w_field_label_size', 'w_field_label_pos', 'w_size_w', 'w_size_h', 'w_title', 'w_required', 'w_class');
|
| 268 |
-
$temp = $params;
|
| 269 |
-
foreach ($params_names as $params_name) {
|
| 270 |
-
$temp = explode('*:*' . $params_name . '*:*', $temp);
|
| 271 |
-
$param[$params_name] = $temp[0];
|
| 272 |
-
$temp = $temp[1];
|
| 273 |
-
}
|
| 274 |
-
if ($temp) {
|
| 275 |
-
$temp = explode('*:*w_attr_name*:*', $temp);
|
| 276 |
-
$attrs = array_slice($temp, 0, count($temp) - 1);
|
| 277 |
-
foreach ($attrs as $attr) {
|
| 278 |
-
$param['attributes'] = $param['attributes'] . ' add_' . $attr;
|
| 279 |
-
}
|
| 280 |
-
}
|
| 281 |
-
$param['w_field_label_pos'] = ($param['w_field_label_pos'] == "left" ? "table-cell" : "block");
|
| 282 |
-
$required_sym = ($param['w_required'] == "yes" ? " *" : "");
|
| 283 |
-
$rep = '<div id="wdform_field'.$id.'" type="type_wdeditor" class="wdform_field" style="display: table-cell;"><div align="left" id="'.$id.'_label_sectionform_id_temp" class="'.$param['w_class'].'" style="display:'.$param['w_field_label_pos'].'; width: '.$param['w_field_label_size'].'px;"><span id="'.$id.'_element_labelform_id_temp" class="label" style="vertical-align: top;">'.$label.'</span><span id="'.$id.'_required_elementform_id_temp" class="required" style="vertical-align: top;">'.$required_sym.'</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" class="'.$param['w_class'].'" style="display: table-cell;"><input type="hidden" value="type_wdeditor" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp"><input type="hidden" value="'.$param['w_required'].'" name="'.$id.'_requiredform_id_temp" id="'.$id.'_requiredform_id_temp">
|
| 284 |
-
<input class="" id="'.$id.'_elementform_id_temp" name="'.$id.'_elementform_id_temp" type="hidden" value="" title="'.$param['w_title'].'" style="width: '.$param['w_size_w'].'px; height: '.$param['w_size_h'].'px;" '.$param['attributes'].'><span style="color: red; font-style: italic;">Editor doesn\'t display in back end</span></div></div>';
|
| 285 |
break;
|
| 286 |
}
|
| 287 |
case 'type_phone': {
|
|
@@ -305,7 +313,7 @@ class FMModelManage_fmc {
|
|
| 305 |
$param['w_field_label_pos'] = ($param['w_field_label_pos'] == "left" ? "table-cell" : "block");
|
| 306 |
$input_active = ($param['w_first_val'] == $param['w_title'] ? "input_deactive" : "input_active");
|
| 307 |
$required_sym = ($param['w_required'] == "yes" ? " *" : "");
|
| 308 |
-
$rep =
|
| 309 |
break;
|
| 310 |
}
|
| 311 |
case 'type_name': {
|
|
@@ -329,14 +337,14 @@ class FMModelManage_fmc {
|
|
| 329 |
$w_title = explode('***', $param['w_title']);
|
| 330 |
$w_mini_labels = explode('***', $param['w_mini_labels']);
|
| 331 |
if ($param['w_name_format'] == 'normal') {
|
| 332 |
-
$w_name_format = '<div id="'.$id.'_td_name_input_first" style="display: table-cell;"><input type="text" class="'.($w_first_val[0]==$w_title[0] ? "input_deactive" : "input_active").'" id="'.$id.'_element_firstform_id_temp" name="'.$id.'_element_firstform_id_temp" value="'.$w_first_val[0].'" title="'.$w_title[0].'" onfocus="delete_value("'.$id.'_element_firstform_id_temp")"onblur="return_value("'.$id.'_element_firstform_id_temp")" onchange="change_value("'.$id.'_element_firstform_id_temp")" style="margin-right: 10px; width: '.$param['w_size'].'px;"'.$param['attributes'].'
|
| 333 |
$w_name_format_mini_labels = '<div id="'.$id.'_tr_name2" style="display: table-row;"><div id="'.$id.'_td_name_label_first" align="left" style="display: table-cell;"><label class="mini_label" id="'.$id.'_mini_label_first">'.$w_mini_labels[1].'</label></div><div id="'.$id.'_td_name_label_last" align="left" style="display: table-cell;"><label class="mini_label" id="'.$id.'_mini_label_last">'.$w_mini_labels[2].'</label></div></div>';
|
| 334 |
}
|
| 335 |
else {
|
| 336 |
-
$w_name_format = '<div id="'.$id.'_td_name_input_title" style="display: table-cell;"><input type="text" class="'.($w_first_val[0]==$w_title[0] ? "input_deactive" : "input_active").'" id="'.$id.'_element_titleform_id_temp" name="'.$id.'_element_titleform_id_temp" value="'.$w_first_val[0].'" title="'.$w_title[0].'" onfocus="delete_value("'.$id.'_element_titleform_id_temp")" onblur="return_value("'.$id.'_element_titleform_id_temp")" onchange="change_value("'.$id.'_element_titleform_id_temp")" style="margin: 0px 10px 0px 0px; width: 40px;"
|
| 337 |
$w_name_format_mini_labels ='<div id="'.$id.'_tr_name2" style="display: table-row;"><div id="'.$id.'_td_name_label_title" align="left" style="display: table-cell;"><label class="mini_label" id="'.$id.'_mini_label_title">'.$w_mini_labels[0].'</label></div><div id="'.$id.'_td_name_label_first" align="left" style="display: table-cell;"><label class="mini_label" id="'.$id.'_mini_label_first">'.$w_mini_labels[1].'</label></div><div id="'.$id.'_td_name_label_last" align="left" style="display: table-cell;"><label class="mini_label" id="'.$id.'_mini_label_last">'.$w_mini_labels[2].'</label></div><div id="'.$id.'_td_name_label_middle" align="left" style="display: table-cell;"><label class="mini_label" id="'.$id.'_mini_label_middle">'.$w_mini_labels[3].'</label></div></div>';
|
| 338 |
}
|
| 339 |
-
$rep =
|
| 340 |
break;
|
| 341 |
}
|
| 342 |
case 'type_address': {
|
|
@@ -367,39 +375,51 @@ class FMModelManage_fmc {
|
|
| 367 |
}
|
| 368 |
}
|
| 369 |
}
|
| 370 |
-
$address_fields =
|
| 371 |
-
|
| 372 |
-
|
| 373 |
-
|
| 374 |
-
|
| 375 |
-
|
| 376 |
-
|
| 377 |
-
|
| 378 |
-
|
| 379 |
-
|
| 380 |
-
|
| 381 |
-
|
| 382 |
-
|
| 383 |
-
|
| 384 |
-
|
| 385 |
-
|
| 386 |
-
|
| 387 |
-
|
| 388 |
-
|
| 389 |
-
|
| 390 |
-
|
| 391 |
-
|
| 392 |
-
|
| 393 |
-
|
| 394 |
-
|
| 395 |
-
|
| 396 |
-
|
| 397 |
-
|
| 398 |
-
|
| 399 |
-
|
| 400 |
-
|
| 401 |
-
|
| 402 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 403 |
}
|
| 404 |
case 'type_submitter_mail': {
|
| 405 |
$params_names=array('w_field_label_size','w_field_label_pos','w_size','w_first_val','w_title','w_required','w_unique', 'w_class');
|
|
@@ -423,7 +443,7 @@ class FMModelManage_fmc {
|
|
| 423 |
$input_active = ($param['w_first_val']==$param['w_title'] ? "input_deactive" : "input_active");
|
| 424 |
$required_sym = ($param['w_required']=="yes" ? " *" : "");
|
| 425 |
|
| 426 |
-
$rep ='<div id="wdform_field'.$id.'" type="type_submitter_mail" class="wdform_field" style="display: table-cell;"
|
| 427 |
break;
|
| 428 |
}
|
| 429 |
case 'type_checkbox':
|
|
@@ -458,7 +478,7 @@ class FMModelManage_fmc {
|
|
| 458 |
$param['w_choices_checked'][$key]='';
|
| 459 |
}
|
| 460 |
|
| 461 |
-
$rep='<div id="wdform_field'.$id.'" type="type_checkbox" class="wdform_field" style="display: table-cell;"
|
| 462 |
|
| 463 |
if($param['w_flow']=='hor')
|
| 464 |
{
|
|
@@ -473,9 +493,9 @@ class FMModelManage_fmc {
|
|
| 473 |
continue;
|
| 474 |
|
| 475 |
if($param['w_allow_other']=="yes" && $param['w_allow_other_num']==(int)$param['w_rowcol']*$i+$l)
|
| 476 |
-
|
| 477 |
-
|
| 478 |
-
|
| 479 |
}
|
| 480 |
|
| 481 |
$j++;
|
|
@@ -489,25 +509,25 @@ class FMModelManage_fmc {
|
|
| 489 |
for($i=0; $i<(int)(count($param['w_choices'])/$param['w_rowcol']); $i++)
|
| 490 |
{
|
| 491 |
$rep.='<div id="'.$id.'_element_tr'.$i.'" style="display: table-row;">';
|
| 492 |
-
|
| 493 |
-
|
| 494 |
-
|
| 495 |
-
|
| 496 |
-
|
| 497 |
-
|
| 498 |
-
|
| 499 |
-
|
| 500 |
-
|
| 501 |
-
|
| 502 |
-
|
| 503 |
-
|
| 504 |
-
|
| 505 |
-
|
| 506 |
-
|
| 507 |
-
|
| 508 |
-
|
| 509 |
-
|
| 510 |
-
|
| 511 |
}
|
| 512 |
|
| 513 |
if(count($param['w_choices'])%$param['w_rowcol']!=0)
|
|
@@ -518,9 +538,9 @@ class FMModelManage_fmc {
|
|
| 518 |
{
|
| 519 |
$l = count($param['w_choices']) - count($param['w_choices'])%$param['w_rowcol'] + $k;
|
| 520 |
if($param['w_allow_other']=="yes" && $param['w_allow_other_num']==$l)
|
| 521 |
-
|
| 522 |
-
|
| 523 |
-
|
| 524 |
}
|
| 525 |
|
| 526 |
$rep.='</div>';
|
|
@@ -566,7 +586,7 @@ class FMModelManage_fmc {
|
|
| 566 |
$param['w_choices_checked'][$key]='';
|
| 567 |
}
|
| 568 |
|
| 569 |
-
$rep='<div id="wdform_field'.$id.'" type="type_radio" class="wdform_field" style="display: table-cell;"
|
| 570 |
|
| 571 |
|
| 572 |
if($param['w_flow']=='hor')
|
|
@@ -582,9 +602,9 @@ class FMModelManage_fmc {
|
|
| 582 |
continue;
|
| 583 |
|
| 584 |
if($param['w_allow_other']=="yes" && $param['w_allow_other_num']==(int)$param['w_rowcol']*$i+$l)
|
| 585 |
-
|
| 586 |
-
|
| 587 |
-
|
| 588 |
}
|
| 589 |
|
| 590 |
$j++;
|
|
@@ -598,41 +618,41 @@ class FMModelManage_fmc {
|
|
| 598 |
for($i=0; $i<(int)(count($param['w_choices'])/$param['w_rowcol']); $i++)
|
| 599 |
{
|
| 600 |
$rep.='<div id="'.$id.'_element_tr'.$i.'" style="display: table-row;">';
|
| 601 |
-
|
| 602 |
-
|
| 603 |
-
|
| 604 |
-
|
| 605 |
-
|
| 606 |
-
|
| 607 |
-
|
| 608 |
-
|
| 609 |
-
|
| 610 |
-
|
| 611 |
-
|
| 612 |
-
|
| 613 |
-
|
| 614 |
-
|
| 615 |
-
|
| 616 |
-
|
| 617 |
-
|
| 618 |
-
|
| 619 |
-
|
| 620 |
}
|
| 621 |
|
| 622 |
if(count($param['w_choices'])%$param['w_rowcol']!=0)
|
| 623 |
{
|
| 624 |
$rep.='<div id="'.$id.'_element_tr'.((int)(count($param['w_choices'])/(int)$param['w_rowcol'])).'" style="display: table-row;">';
|
| 625 |
-
|
| 626 |
-
|
| 627 |
-
|
| 628 |
-
|
| 629 |
-
|
| 630 |
-
|
| 631 |
-
|
| 632 |
-
|
| 633 |
-
|
| 634 |
-
|
| 635 |
-
|
| 636 |
}
|
| 637 |
|
| 638 |
}
|
|
@@ -676,7 +696,7 @@ class FMModelManage_fmc {
|
|
| 676 |
$param['w_choices_checked'][$key]='';
|
| 677 |
}
|
| 678 |
|
| 679 |
-
$rep='<div id="wdform_field'.$id.'" type="type_own_select" class="wdform_field" style="display: table-cell;"
|
| 680 |
foreach($param['w_choices'] as $key => $choice)
|
| 681 |
{
|
| 682 |
if($param['w_choices_disabled'][$key]=="true")
|
|
@@ -712,7 +732,7 @@ class FMModelManage_fmc {
|
|
| 712 |
$required_sym = ($param['w_required']=="yes" ? " *" : "");
|
| 713 |
$param['w_countries'] = explode('***',$param['w_countries']);
|
| 714 |
|
| 715 |
-
$rep='<div id="wdform_field'.$id.'" type="type_country" class="wdform_field" style="display: table-cell;"
|
| 716 |
foreach($param['w_countries'] as $key => $choice)
|
| 717 |
{
|
| 718 |
$choice_value=$choice;
|
|
@@ -749,7 +769,7 @@ class FMModelManage_fmc {
|
|
| 749 |
|
| 750 |
if($param['w_sec']=='1')
|
| 751 |
{
|
| 752 |
-
$w_sec = '<div align="center" style="display: table-cell;"><span class="wdform_colon" style="vertical-align: middle;"> : </span></div><div id="'.$id.'_td_time_input3" style="width: 32px; display: table-cell;"><input type="text" value="'.$param['w_ss'].'" class="time_box" id="'.$id.'_ssform_id_temp" name="'.$id.'_ssform_id_temp" onkeypress="return check_second(event, "'.$id.'_ssform_id_temp")" onkeyup="change_second("'.$id.'_ssform_id_temp")" onblur="add_0("'.$id.'_ssform_id_temp")" '.$param['attributes'].'
|
| 753 |
$w_sec_label='<div style="display: table-cell;"></div><div id="'.$id.'_td_time_label3" style="display: table-cell;"><label class="mini_label" id="'.$id.'_mini_label_ss">'.$w_mini_labels[2].'</label></div>';
|
| 754 |
}
|
| 755 |
else
|
|
@@ -784,7 +804,7 @@ class FMModelManage_fmc {
|
|
| 784 |
}
|
| 785 |
|
| 786 |
|
| 787 |
-
$rep ='<div id="wdform_field'.$id.'" type="type_time" class="wdform_field" style="display: table-cell;"
|
| 788 |
|
| 789 |
break;
|
| 790 |
}
|
|
@@ -812,7 +832,7 @@ class FMModelManage_fmc {
|
|
| 812 |
|
| 813 |
|
| 814 |
|
| 815 |
-
$rep ='<div id="wdform_field'.$id.'" type="type_date" class="wdform_field" style="display: table-cell;"
|
| 816 |
|
| 817 |
break;
|
| 818 |
}
|
|
@@ -844,7 +864,7 @@ class FMModelManage_fmc {
|
|
| 844 |
{
|
| 845 |
|
| 846 |
|
| 847 |
-
$w_day_type = '<select id="'.$id.'_dayform_id_temp" name="'.$id.'_dayform_id_temp" onchange="set_select(this)" style="width: '.$param['w_day_size'].'px;" '.$param['attributes'].'><option value=""></option>';
|
| 848 |
for($k=0; $k<=31; $k++)
|
| 849 |
{
|
| 850 |
if($k<10)
|
|
@@ -872,25 +892,25 @@ class FMModelManage_fmc {
|
|
| 872 |
$w_day_type .= '</select>';
|
| 873 |
}
|
| 874 |
else
|
| 875 |
-
|
| 876 |
-
|
| 877 |
-
|
| 878 |
|
| 879 |
-
|
| 880 |
-
|
| 881 |
-
|
| 882 |
-
|
| 883 |
-
|
| 884 |
-
|
| 885 |
-
|
| 886 |
-
|
| 887 |
-
|
| 888 |
-
|
| 889 |
-
|
| 890 |
|
| 891 |
-
|
| 892 |
-
|
| 893 |
-
|
| 894 |
for($k=$param['w_to']; $k>=$param['w_from']; $k--)
|
| 895 |
{
|
| 896 |
if($param['w_year']==$k)
|
|
@@ -905,11 +925,11 @@ class FMModelManage_fmc {
|
|
| 905 |
}
|
| 906 |
else
|
| 907 |
{
|
| 908 |
-
$w_year_type = '<input type="text" value="'.$param['w_year'].'" id="'.$id.'_yearform_id_temp" name="'.$id.'_yearform_id_temp" onchange="change_year("'.$id.'_yearform_id_temp")" onkeypress="return check_year1(event, "'.$id.'_yearform_id_temp")" onblur="check_year2("'.$id.'_yearform_id_temp")" from="'.$param['w_from'].'" to="'.$param['w_to'].'" style="width: '.$param['w_day_size'].'px;" '.$param['attributes'].'
|
| 909 |
}
|
| 910 |
|
| 911 |
|
| 912 |
-
$rep ='<div id="wdform_field'.$id.'" type="type_date_fields" class="wdform_field" style="display: table-cell;"
|
| 913 |
'.$w_day_type.'
|
| 914 |
|
| 915 |
</div><div id="'.$id.'_td_date_separator1" style="display: table-cell;"><span id="'.$id.'_separator1" class="wdform_separator">'.$param['w_divider'].'</span></div><div id="'.$id.'_td_date_input2" style="display: table-cell;">'.$w_month_type.'</div><div id="'.$id.'_td_date_separator2" style="display: table-cell;"><span id="'.$id.'_separator2" class="wdform_separator">'.$param['w_divider'].'</span></div><div id="'.$id.'_td_date_input3" style="display: table-cell;">'.$w_year_type.'</div></div><div id="'.$id.'_tr_date2" style="display: table-row;"><div id="'.$id.'_td_date_label1" style="display: table-cell;"><label class="mini_label" id="'.$id.'_day_label">'.$param['w_day_label'].'</label></div><div style="display: table-cell;"></div><div id="'.$id.'_td_date_label2" style="display: table-cell;"><label class="mini_label" id="'.$id.'_month_label">'.$param['w_month_label'].'</label></div><div style="display: table-cell;"></div><div id="'.$id.'_td_date_label3" style="display: table-cell;"><label class="mini_label" id="'.$id.'_year_label">'.$param['w_year_label'].'</label></div></div></div></div></div>';
|
|
@@ -944,7 +964,7 @@ class FMModelManage_fmc {
|
|
| 944 |
$required_sym = ($param['w_required']=="yes" ? " *" : "");
|
| 945 |
$multiple = ($param['w_multiple']=="yes" ? "multiple='multiple'" : "");
|
| 946 |
|
| 947 |
-
$rep ='<div id="wdform_field'.$id.'" type="type_file_upload" class="wdform_field" style="display: table-cell;"
|
| 948 |
|
| 949 |
break;
|
| 950 |
}
|
|
@@ -969,7 +989,7 @@ class FMModelManage_fmc {
|
|
| 969 |
|
| 970 |
$param['w_field_label_pos'] = ($param['w_field_label_pos']=="left" ? "table-cell" : "block");
|
| 971 |
|
| 972 |
-
$rep ='<div id="wdform_field'.$id.'" type="type_captcha" class="wdform_field" style="display: table-cell;"
|
| 973 |
|
| 974 |
break;
|
| 975 |
}
|
|
@@ -994,7 +1014,7 @@ class FMModelManage_fmc {
|
|
| 994 |
|
| 995 |
$param['w_field_label_pos'] = ($param['w_field_label_pos']=="left" ? "table-cell" : "block");
|
| 996 |
|
| 997 |
-
$rep ='<div id="wdform_field'.$id.'" type="type_recaptcha" class="wdform_field" style="display: table-cell;"
|
| 998 |
|
| 999 |
break;
|
| 1000 |
}
|
|
@@ -1018,7 +1038,7 @@ class FMModelManage_fmc {
|
|
| 1018 |
$param['attributes'] = $param['attributes'].' add_'.$attr;
|
| 1019 |
}
|
| 1020 |
$param['w_name'] = str_replace(' ','',$param['w_name']);
|
| 1021 |
-
$rep ='<div id="wdform_field'.$id.'" type="type_hidden" class="wdform_field" style="display: table-cell;"
|
| 1022 |
|
| 1023 |
break;
|
| 1024 |
}
|
|
@@ -1043,7 +1063,7 @@ class FMModelManage_fmc {
|
|
| 1043 |
|
| 1044 |
$param['w_field_label_pos'] = ($param['w_field_label_pos']=="left" ? "table-cell" : "block");
|
| 1045 |
|
| 1046 |
-
$rep ='<div id="wdform_field'.$id.'" type="type_mark_map" class="wdform_field" style="display: table-cell;"
|
| 1047 |
|
| 1048 |
break;
|
| 1049 |
}
|
|
@@ -1077,7 +1097,7 @@ class FMModelManage_fmc {
|
|
| 1077 |
$marker.='long'.$key.'="'.$w_long.'" lat'.$key.'="'.$param['w_lat'][$key].'" info'.$key.'="'.$param['w_info'][$key].'"';
|
| 1078 |
}
|
| 1079 |
|
| 1080 |
-
$rep ='<div id="wdform_field'.$id.'" type="type_map" class="wdform_field" style="display: table-cell;"
|
| 1081 |
|
| 1082 |
break;
|
| 1083 |
}
|
|
@@ -1111,7 +1131,7 @@ class FMModelManage_fmc {
|
|
| 1111 |
$w_title = explode('***',$param['w_title']);
|
| 1112 |
$w_mini_labels = explode('***',$param['w_mini_labels']);
|
| 1113 |
|
| 1114 |
-
$rep ='<div id="wdform_field'.$id.'" type="type_paypal_price" class="wdform_field" style="display: table-cell;"
|
| 1115 |
break;
|
| 1116 |
}
|
| 1117 |
|
|
@@ -1155,38 +1175,38 @@ class FMModelManage_fmc {
|
|
| 1155 |
}
|
| 1156 |
|
| 1157 |
|
| 1158 |
-
$rep='<div id="wdform_field'.$id.'" type="type_paypal_select" class="wdform_field" style="display: table-cell;"
|
| 1159 |
-
|
| 1160 |
-
|
| 1161 |
-
|
| 1162 |
-
|
| 1163 |
-
|
| 1164 |
-
|
| 1165 |
-
|
| 1166 |
-
|
| 1167 |
-
|
| 1168 |
-
|
| 1169 |
-
|
| 1170 |
-
|
| 1171 |
-
|
| 1172 |
-
|
| 1173 |
-
|
| 1174 |
-
|
| 1175 |
-
|
| 1176 |
-
|
| 1177 |
-
|
| 1178 |
-
|
| 1179 |
-
|
| 1180 |
-
|
| 1181 |
-
|
| 1182 |
-
|
| 1183 |
-
|
| 1184 |
-
|
| 1185 |
-
|
| 1186 |
-
|
| 1187 |
-
|
| 1188 |
-
|
| 1189 |
-
|
| 1190 |
}
|
| 1191 |
|
| 1192 |
case 'type_paypal_checkbox':
|
|
@@ -1225,55 +1245,55 @@ class FMModelManage_fmc {
|
|
| 1225 |
$param['w_choices_checked'][$key]='';
|
| 1226 |
}
|
| 1227 |
|
| 1228 |
-
$rep='<div id="wdform_field'.$id.'" type="type_paypal_checkbox" class="wdform_field" style="display: table-cell;"
|
| 1229 |
-
|
| 1230 |
-
|
| 1231 |
-
|
| 1232 |
-
|
| 1233 |
-
|
| 1234 |
-
|
| 1235 |
-
|
| 1236 |
-
|
| 1237 |
-
|
| 1238 |
-
|
| 1239 |
-
|
| 1240 |
-
|
| 1241 |
-
|
| 1242 |
-
|
| 1243 |
-
|
| 1244 |
-
|
| 1245 |
-
|
| 1246 |
-
|
| 1247 |
-
|
| 1248 |
-
|
| 1249 |
-
|
| 1250 |
-
|
| 1251 |
-
|
| 1252 |
-
|
| 1253 |
-
|
| 1254 |
|
| 1255 |
-
|
| 1256 |
-
|
| 1257 |
-
|
| 1258 |
-
|
| 1259 |
-
|
| 1260 |
-
|
| 1261 |
-
|
| 1262 |
-
|
| 1263 |
-
|
| 1264 |
-
|
| 1265 |
-
|
| 1266 |
-
|
| 1267 |
-
|
| 1268 |
-
|
| 1269 |
-
|
| 1270 |
-
|
| 1271 |
-
|
| 1272 |
-
|
| 1273 |
-
|
| 1274 |
-
|
| 1275 |
-
|
| 1276 |
-
|
| 1277 |
}
|
| 1278 |
case 'type_paypal_radio':
|
| 1279 |
{
|
|
@@ -1314,56 +1334,56 @@ class FMModelManage_fmc {
|
|
| 1314 |
$param['w_choices_checked'][$key]='';
|
| 1315 |
}
|
| 1316 |
|
| 1317 |
-
$rep='<div id="wdform_field'.$id.'" type="type_paypal_radio" class="wdform_field" style="display: table-cell;"
|
| 1318 |
-
|
| 1319 |
-
|
| 1320 |
-
|
| 1321 |
-
|
| 1322 |
-
|
| 1323 |
-
|
| 1324 |
-
|
| 1325 |
-
|
| 1326 |
-
|
| 1327 |
-
|
| 1328 |
-
|
| 1329 |
-
|
| 1330 |
-
|
| 1331 |
-
|
| 1332 |
-
|
| 1333 |
-
|
| 1334 |
-
|
| 1335 |
-
|
| 1336 |
-
|
| 1337 |
-
|
| 1338 |
-
|
| 1339 |
-
|
| 1340 |
-
|
| 1341 |
-
|
| 1342 |
-
|
| 1343 |
|
| 1344 |
-
|
| 1345 |
-
|
| 1346 |
-
|
| 1347 |
-
|
| 1348 |
-
|
| 1349 |
-
|
| 1350 |
-
|
| 1351 |
-
|
| 1352 |
-
|
| 1353 |
-
|
| 1354 |
-
|
| 1355 |
-
|
| 1356 |
-
|
| 1357 |
-
|
| 1358 |
-
|
| 1359 |
-
|
| 1360 |
-
|
| 1361 |
-
|
| 1362 |
-
|
| 1363 |
-
|
| 1364 |
-
|
| 1365 |
-
|
| 1366 |
-
|
| 1367 |
}
|
| 1368 |
case 'type_paypal_shipping':
|
| 1369 |
{
|
|
@@ -1402,32 +1422,32 @@ class FMModelManage_fmc {
|
|
| 1402 |
$param['w_choices_checked'][$key]='';
|
| 1403 |
}
|
| 1404 |
|
| 1405 |
-
$rep='<div id="wdform_field'.$id.'" type="type_paypal_shipping" class="wdform_field" style="display: table-cell;"
|
| 1406 |
-
|
| 1407 |
-
|
| 1408 |
-
|
| 1409 |
-
|
| 1410 |
-
|
| 1411 |
-
|
| 1412 |
-
|
| 1413 |
-
|
| 1414 |
-
|
| 1415 |
-
|
| 1416 |
-
|
| 1417 |
-
|
| 1418 |
-
|
| 1419 |
-
|
| 1420 |
-
|
| 1421 |
-
|
| 1422 |
-
|
| 1423 |
-
|
| 1424 |
-
|
| 1425 |
-
|
| 1426 |
-
|
| 1427 |
-
|
| 1428 |
-
|
| 1429 |
-
|
| 1430 |
-
|
| 1431 |
|
| 1432 |
$rep.='</div></div>';
|
| 1433 |
|
|
@@ -1456,7 +1476,7 @@ class FMModelManage_fmc {
|
|
| 1456 |
|
| 1457 |
|
| 1458 |
|
| 1459 |
-
$rep='<div id="wdform_field'.$id.'" type="type_paypal_total" class="wdform_field" style="display: table-cell;"
|
| 1460 |
|
| 1461 |
|
| 1462 |
break;
|
|
@@ -1490,7 +1510,7 @@ class FMModelManage_fmc {
|
|
| 1490 |
$images .= '<img id="'.$id.'_star_'.$i.'" src="' . WD_FMC_URL . '/images/star.png" onmouseover="change_src('.$i.','.$id.',"form_id_temp")" onmouseout="reset_src('.$i.','.$id.')" onclick="select_star_rating('.$i.','.$id.', "form_id_temp")">';
|
| 1491 |
}
|
| 1492 |
|
| 1493 |
-
$rep ='<div id="wdform_field'.$id.'" type="type_star_rating" class="wdform_field" style="display: table-cell;"
|
| 1494 |
|
| 1495 |
|
| 1496 |
break;
|
|
@@ -1531,7 +1551,7 @@ class FMModelManage_fmc {
|
|
| 1531 |
$radio_buttons .= '<div id="'.$id.'_scale_td2_'.$k.'form_id_temp" style="display: table-cell;"><input id="'.$id.'_scale_radioform_id_temp_'.$k.'" name="'.$id.'_scale_radioform_id_temp" value="'.$k.'" type="radio"></div>';
|
| 1532 |
}
|
| 1533 |
|
| 1534 |
-
$rep ='<div id="wdform_field'.$id.'" type="type_scale_rating" class="wdform_field" style="display: table-cell;"
|
| 1535 |
|
| 1536 |
break;
|
| 1537 |
}
|
|
@@ -1552,7 +1572,7 @@ class FMModelManage_fmc {
|
|
| 1552 |
}
|
| 1553 |
$param['w_field_label_pos'] = ($param['w_field_label_pos']=="left" ? "table-cell" : "block");
|
| 1554 |
$required_sym = ($param['w_required']=="yes" ? " *" : "");
|
| 1555 |
-
$rep ='<div id="wdform_field'.$id.'" type="type_spinner" class="wdform_field" style="display: table-cell;"
|
| 1556 |
break;
|
| 1557 |
}
|
| 1558 |
case 'type_slider': {
|
|
@@ -1572,7 +1592,7 @@ class FMModelManage_fmc {
|
|
| 1572 |
}
|
| 1573 |
$param['w_field_label_pos'] = ($param['w_field_label_pos']=="left" ? "table-cell" : "block");
|
| 1574 |
$required_sym = ($param['w_required']=="yes" ? " *" : "");
|
| 1575 |
-
$rep ='<div id="wdform_field'.$id.'" type="type_slider" class="wdform_field" style="display: table-cell;"
|
| 1576 |
break;
|
| 1577 |
}
|
| 1578 |
case 'type_range': {
|
|
@@ -1593,7 +1613,7 @@ class FMModelManage_fmc {
|
|
| 1593 |
$param['w_field_label_pos'] = ($param['w_field_label_pos']=="left" ? "table-cell" : "block");
|
| 1594 |
$required_sym = ($param['w_required']=="yes" ? " *" : "");
|
| 1595 |
$w_mini_labels = explode('***',$param['w_mini_labels']);
|
| 1596 |
-
$rep ='<div id="wdform_field'.$id.'" type="type_range" class="wdform_field" style="display: table-cell;"
|
| 1597 |
break;
|
| 1598 |
}
|
| 1599 |
case 'type_grading': {
|
|
@@ -1615,11 +1635,14 @@ class FMModelManage_fmc {
|
|
| 1615 |
$required_sym = ($param['w_required'] == "yes" ? " *" : "");
|
| 1616 |
$w_items = explode('***', $param['w_items']);
|
| 1617 |
$grading_items = '';
|
| 1618 |
-
for
|
| 1619 |
-
|
| 1620 |
-
|
| 1621 |
-
|
| 1622 |
-
|
|
|
|
|
|
|
|
|
|
| 1623 |
}
|
| 1624 |
case 'type_matrix': {
|
| 1625 |
$params_names=array('w_field_label_size','w_field_label_pos', 'w_field_input_type', 'w_rows', 'w_columns', 'w_required','w_class');
|
|
@@ -1645,26 +1668,36 @@ class FMModelManage_fmc {
|
|
| 1645 |
$column_labels .= '<div id="'.$id.'_element_td0_'.$i.'" class="matrix_" style="display: table-cell;"><label id="'.$id.'_label_elementform_id_temp0_'.$i.'" name="'.$id.'_label_elementform_id_temp0_'.$i.'" class="ch-rad-label" for="'.$id.'_elementform_id_temp'.$i.'" value="'.$w_columns[$i].'">'.$w_columns[$i].'</label></div>';
|
| 1646 |
}
|
| 1647 |
$rows_columns = '';
|
| 1648 |
-
for
|
| 1649 |
-
|
| 1650 |
-
|
| 1651 |
-
|
| 1652 |
-
|
| 1653 |
-
|
| 1654 |
-
|
| 1655 |
-
|
| 1656 |
-
|
| 1657 |
-
|
| 1658 |
-
|
| 1659 |
-
|
| 1660 |
-
|
| 1661 |
-
|
| 1662 |
-
|
| 1663 |
-
|
| 1664 |
-
|
| 1665 |
-
|
| 1666 |
-
|
| 1667 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1668 |
}
|
| 1669 |
case 'type_submit_reset': {
|
| 1670 |
$params_names=array('w_submit_title','w_reset_title','w_class','w_act');
|
|
@@ -1682,7 +1715,7 @@ class FMModelManage_fmc {
|
|
| 1682 |
}
|
| 1683 |
}
|
| 1684 |
$param['w_act'] = ($param['w_act']=="false" ? 'style="display: none;"' : "");
|
| 1685 |
-
$rep='<div id="wdform_field'.$id.'" type="type_submit_reset" class="wdform_field" style="display: table-cell;"
|
| 1686 |
break;
|
| 1687 |
}
|
| 1688 |
case 'type_button': {
|
|
@@ -1702,7 +1735,7 @@ class FMModelManage_fmc {
|
|
| 1702 |
}
|
| 1703 |
$param['w_title'] = explode('***',$param['w_title']);
|
| 1704 |
$param['w_func'] = explode('***',$param['w_func']);
|
| 1705 |
-
$rep.='<div id="wdform_field'.$id.'" type="type_button" class="wdform_field" style="display: table-cell;"
|
| 1706 |
foreach ($param['w_title'] as $key => $title) {
|
| 1707 |
$rep.='<button type="button" id="'.$id.'_elementform_id_temp'.$key.'" name="'.$id.'_elementform_id_temp'.$key.'" value="'.$title.'" onclick="'.$param['w_func'][$key].'" '.$param['attributes'].'>'.$title.'</button>';
|
| 1708 |
}
|
|
@@ -1710,23 +1743,7 @@ class FMModelManage_fmc {
|
|
| 1710 |
break;
|
| 1711 |
}
|
| 1712 |
}
|
| 1713 |
-
|
| 1714 |
-
switch ($type) {
|
| 1715 |
-
case 'type_section_break': {
|
| 1716 |
-
$rep =$rep.'<div id="wdform_arrows'.$id.'" class="wdform_arrows_section"><div id="X_'.$id.'" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/delete_el.png" title="Remove the field" onclick="remove_section_break("'.$id.'")"></div><div id="edit_'.$id.'" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/edit.png" title="Edit the field" onclick="edit("'.$id.'")"><span id="'.$id.'_element_labelform_id_temp" style="display: none;">custom_'.$id.'</span></div><div id="dublicate_'.$id.'" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/dublicate.png" title="Dublicate the field" onclick="dublicate("'.$id.'")"></div></div>';
|
| 1717 |
-
break;
|
| 1718 |
-
}
|
| 1719 |
-
case 'type_send_copy':
|
| 1720 |
-
case 'type_captcha':
|
| 1721 |
-
case 'type_recaptcha': {
|
| 1722 |
-
$rep =$rep.'<div id="wdform_arrows'.$id.'" class="wdform_arrows" style="display: table-cell;"><div id="X_'.$id.'" valign="middle" align="right" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/delete_el.png" title="Remove the field" onclick="remove_row("'.$id.'")"></div><div id="left_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/left.png" title="Move the field to the left" onclick="left_row("'.$id.'")"></div><div id="up_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/up.png" title="Move the field up" onclick="up_row("'.$id.'")"></div><div id="down_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/down.png" title="Move the field down" onclick="down_row("'.$id.'")"></div><div id="right_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/right.png" title="Move the field to the right" onclick="right_row("'.$id.'")"></div><div id="edit_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/edit.png" title="Edit the field" onclick="edit("'.$id.'")"></div><div id="dublicate_'.$id.'" valign="middle" class="element_toolbar"></div><div id="page_up_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/page_up.png" title="Move the field to the upper page" onclick="page_up("'.$id.'")"></div><div id="page_down_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/page_down.png" title="Move the field to the lower page" onclick="page_down("'.$id.'")"></div></div>';
|
| 1723 |
-
break;
|
| 1724 |
-
}
|
| 1725 |
-
default: {
|
| 1726 |
-
$rep =$rep.'<div id="wdform_arrows'.$id.'" class="wdform_arrows" style="display: table-cell;"><div id="X_'.$id.'" valign="middle" align="right" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/delete_el.png" title="Remove the field" onclick="remove_row("'.$id.'")" onmouseover="chnage_icons_src(this,"delete_el")" onmouseout="chnage_icons_src(this,"delete_el")"></div><div id="left_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/left.png" title="Move the field to the left" onclick="left_row("'.$id.'")" onmouseover="chnage_icons_src(this,"left")" onmouseout="chnage_icons_src(this,"left")"></div><div id="up_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/up.png" title="Move the field up" onclick="up_row("'.$id.'")" onmouseover="chnage_icons_src(this,"up")" onmouseout="chnage_icons_src(this,"up")"></div><div id="down_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/down.png" title="Move the field down" onclick="down_row("'.$id.'")" onmouseover="chnage_icons_src(this,"down")" onmouseout="chnage_icons_src(this,"down")"></div><div id="right_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/right.png" title="Move the field to the right" onclick="right_row("'.$id.'")" onmouseover="chnage_icons_src(this,"right")" onmouseout="chnage_icons_src(this,"right")"></div><div id="edit_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/edit.png" title="Edit the field" onclick="edit("'.$id.'")" onmouseover="chnage_icons_src(this,"edit")" onmouseout="chnage_icons_src(this,"edit")"></div><div id="dublicate_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/dublicate.png" title="Dublicate the field" onclick="dublicate("'.$id.'")" onmouseover="chnage_icons_src(this,"dublicate")" onmouseout="chnage_icons_src(this,"dublicate")"></div><div id="page_up_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/page_up.png" title="Move the field to the upper page" onclick="page_up("'.$id.'")" onmouseover="chnage_icons_src(this,"page_up")" onmouseout="chnage_icons_src(this,"page_up")"></div><div id="page_down_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/page_down.png" title="Move the field to the lower page" onclick="page_down("'.$id.'")" onmouseover="chnage_icons_src(this,"page_down")" onmouseout="chnage_icons_src(this,"page_down")"></div></div>';
|
| 1727 |
-
break;
|
| 1728 |
-
}
|
| 1729 |
-
}
|
| 1730 |
$form = str_replace('%' . $id . ' - ' . $labels[$ids_key] . '%', $rep, $form);
|
| 1731 |
$form = str_replace('%' . $id . ' -' . $labels[$ids_key] . '%', $rep, $form);
|
| 1732 |
$row->form_front = $form;
|
|
@@ -1793,6 +1810,11 @@ class FMModelManage_fmc {
|
|
| 1793 |
$row->mail_mode_user = 1;
|
| 1794 |
$row->mail_attachment = 1;
|
| 1795 |
$row->mail_attachment_user = 1;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1796 |
}
|
| 1797 |
return $row;
|
| 1798 |
}
|
|
@@ -1802,6 +1824,24 @@ class FMModelManage_fmc {
|
|
| 1802 |
$rows = $wpdb->get_results("SELECT * FROM " . $wpdb->prefix . "formmaker_themes WHERE css " . ($old ? 'NOT' : '') . " LIKE '%.wdform_section%' ORDER BY title");
|
| 1803 |
return $rows;
|
| 1804 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1805 |
|
| 1806 |
public function page_nav() {
|
| 1807 |
global $wpdb;
|
| 134 |
$params = $paramss[$ids_key];
|
| 135 |
if (strpos($form, '%'.$id.' - '.$label.'%') || strpos($form, '%'.$id.' -'.$label.'%')) {
|
| 136 |
$rep = '';
|
| 137 |
+
$arrows='';
|
| 138 |
$param = array();
|
| 139 |
$param['attributes'] = '';
|
| 140 |
+
switch($type)
|
| 141 |
+
{
|
| 142 |
+
case 'type_section_break':
|
| 143 |
+
{
|
| 144 |
+
$arrows =$arrows.'<div id="wdform_arrows'.$id.'" class="wdform_arrows" ><div id="X_'.$id.'" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/delete_el.png" title="Remove the field" onclick="remove_section_break("'.$id.'")"></div><div id="edit_'.$id.'" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/edit.png" title="Edit the field" onclick="edit("'.$id.'")"><span id="'.$id.'_element_labelform_id_temp" style="display: none;">custom_'.$id.'</span></div><div id="dublicate_'.$id.'" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/dublicate.png" title="Dublicate the field" onclick="dublicate("'.$id.'")"></div></div>';
|
| 145 |
+
break;
|
| 146 |
+
}
|
| 147 |
+
case 'type_editor':
|
| 148 |
+
{
|
| 149 |
+
$arrows =$arrows.'<div id="wdform_arrows'.$id.'" class="wdform_arrows" type="type_editor" style="margin-top:0px;"><div id="X_'.$id.'" valign="middle" align="right" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/delete_el.png" title="Remove the field" onclick="remove_row("'.$id.'")" onmouseover="chnage_icons_src(this,"delete_el")" onmouseout="chnage_icons_src(this,"delete_el")"></div><div id="left_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/left.png" title="Move the field to the left" onclick="left_row("'.$id.'")" onmouseover="chnage_icons_src(this,"left")" onmouseout="chnage_icons_src(this,"left")"></div><div id="up_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/up.png" title="Move the field up" onclick="up_row("'.$id.'")" onmouseover="chnage_icons_src(this,"up")" onmouseout="chnage_icons_src(this,"up")"></div><div id="down_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/down.png" title="Move the field down" onclick="down_row("'.$id.'")" onmouseover="chnage_icons_src(this,"down")" onmouseout="chnage_icons_src(this,"down")"></div><div id="right_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/right.png" title="Move the field to the right" onclick="right_row("'.$id.'")" onmouseover="chnage_icons_src(this,"right")" onmouseout="chnage_icons_src(this,"right")"></div><div id="edit_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/edit.png" title="Edit the field" onclick="edit("'.$id.'")" onmouseover="chnage_icons_src(this,"edit")" onmouseout="chnage_icons_src(this,"edit")"></div><div id="dublicate_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/dublicate.png" title="Dublicate the field" onclick="dublicate("'.$id.'")" onmouseover="chnage_icons_src(this,"dublicate")" onmouseout="chnage_icons_src(this,"dublicate")"></div><div id="page_up_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/page_up.png" title="Move the field to the upper page" onclick="page_up("'.$id.'")" onmouseover="chnage_icons_src(this,"page_up")" onmouseout="chnage_icons_src(this,"page_up")"></div><div id="page_down_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/page_down.png" title="Move the field to the lower page" onclick="page_down("'.$id.'")" onmouseover="chnage_icons_src(this,"page_down")" onmouseout="chnage_icons_src(this,"page_down")"></div></div>';
|
| 150 |
+
break;
|
| 151 |
+
}
|
| 152 |
+
|
| 153 |
+
case 'type_send_copy':
|
| 154 |
+
case 'type_captcha':
|
| 155 |
+
case 'type_recaptcha':
|
| 156 |
+
{
|
| 157 |
+
$arrows =$arrows.'<div id="wdform_arrows'.$id.'" class="wdform_arrows"><div id="X_'.$id.'" valign="middle" align="right" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/delete_el.png" title="Remove the field" onclick="remove_row("'.$id.'")"></div><div id="left_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/left.png" title="Move the field to the left" onclick="left_row("'.$id.'")"></div><div id="up_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/up.png" title="Move the field up" onclick="up_row("'.$id.'")"></div><div id="down_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/down.png" title="Move the field down" onclick="down_row("'.$id.'")"></div><div id="right_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/right.png" title="Move the field to the right" onclick="right_row("'.$id.'")"></div><div id="edit_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/edit.png" title="Edit the field" onclick="edit("'.$id.'")"></div><div id="dublicate_'.$id.'" valign="middle" class="element_toolbar"></div><div id="page_up_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/page_up.png" title="Move the field to the upper page" onclick="page_up("'.$id.'")"></div><div id="page_down_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/page_down.png" title="Move the field to the lower page" onclick="page_down("'.$id.'")"></div></div>';
|
| 158 |
+
break;
|
| 159 |
+
}
|
| 160 |
+
|
| 161 |
+
default :
|
| 162 |
+
{
|
| 163 |
+
$arrows =$arrows.'<div id="wdform_arrows'.$id.'" class="wdform_arrows" ><div id="X_'.$id.'" valign="middle" align="right" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/delete_el.png" title="Remove the field" onclick="remove_row("'.$id.'")" onmouseover="chnage_icons_src(this,"delete_el")" onmouseout="chnage_icons_src(this,"delete_el")"></div><div id="left_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/left.png" title="Move the field to the left" onclick="left_row("'.$id.'")" onmouseover="chnage_icons_src(this,"left")" onmouseout="chnage_icons_src(this,"left")"></div><div id="up_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/up.png" title="Move the field up" onclick="up_row("'.$id.'")" onmouseover="chnage_icons_src(this,"up")" onmouseout="chnage_icons_src(this,"up")"></div><div id="down_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/down.png" title="Move the field down" onclick="down_row("'.$id.'")" onmouseover="chnage_icons_src(this,"down")" onmouseout="chnage_icons_src(this,"down")"></div><div id="right_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/right.png" title="Move the field to the right" onclick="right_row("'.$id.'")" onmouseover="chnage_icons_src(this,"right")" onmouseout="chnage_icons_src(this,"right")"></div><div id="edit_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/edit.png" title="Edit the field" onclick="edit("'.$id.'")" onmouseover="chnage_icons_src(this,"edit")" onmouseout="chnage_icons_src(this,"edit")"></div><div id="dublicate_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/dublicate.png" title="Dublicate the field" onclick="dublicate("'.$id.'")" onmouseover="chnage_icons_src(this,"dublicate")" onmouseout="chnage_icons_src(this,"dublicate")"></div><div id="page_up_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/page_up.png" title="Move the field to the upper page" onclick="page_up("'.$id.'")" onmouseover="chnage_icons_src(this,"page_up")" onmouseout="chnage_icons_src(this,"page_up")"></div><div id="page_down_'.$id.'" valign="middle" class="element_toolbar"><img src="' . WD_FMC_URL . '/images/page_down.png" title="Move the field to the lower page" onclick="page_down("'.$id.'")" onmouseover="chnage_icons_src(this,"page_down")" onmouseout="chnage_icons_src(this,"page_down")"></div></div>';
|
| 164 |
+
break;
|
| 165 |
+
}
|
| 166 |
+
|
| 167 |
+
}
|
| 168 |
switch ($type) {
|
| 169 |
case 'type_section_break': {
|
| 170 |
$params_names = array('w_editor');
|
| 174 |
$param[$params_name] = $temp[0];
|
| 175 |
$temp = $temp[1];
|
| 176 |
}
|
| 177 |
+
$rep ='<div id="wdform_field'.$id.'" type="type_section_break" class="wdform_field_section_break">'.$arrows.'<span id="'.$id.'_element_labelform_id_temp" style="display: none;">custom_'.$id.'</span><div id="'.$id.'_element_sectionform_id_temp" align="left" class="wdform_section_break">'.$param['w_editor'].'</div></div>';
|
| 178 |
break;
|
| 179 |
}
|
| 180 |
case 'type_editor': {
|
| 185 |
$param[$params_name] = $temp[0];
|
| 186 |
$temp = $temp[1];
|
| 187 |
}
|
| 188 |
+
$rep =$arrows.'<div id="wdform_field'.$id.'" type="type_editor" class="wdform_field" >'.$param['w_editor'].'</div><span id="'.$id.'_element_labelform_id_temp" style="display: none;">custom_'.$id.'</span>';
|
| 189 |
break;
|
| 190 |
}
|
| 191 |
case 'type_send_copy': {
|
| 206 |
$param['w_field_label_pos'] = ($param['w_field_label_pos'] == "left" ? "table-cell" : "block");
|
| 207 |
$input_active = ($param['w_first_val'] == 'true' ? "checked='checked'" : "");
|
| 208 |
$required_sym = ($param['w_required'] == "yes" ? " *" : "");
|
| 209 |
+
$rep ='<div id="wdform_field'.$id.'" type="type_send_copy" class="wdform_field" style="display: table-cell;">'.$arrows.'<div align="left" id="'.$id.'_label_sectionform_id_temp" style="display: '.$param['w_field_label_pos'].'; width: '.$param['w_field_label_size'].'px;"><span id="'.$id.'_element_labelform_id_temp" class="label" style="vertical-align: top;">'.$label.'</span><span id="'.$id.'_required_elementform_id_temp" class="required" style="vertical-align: top;">'.$required_sym.'</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" style="display: '.$param['w_field_label_pos'].'"><input type="hidden" value="type_send_copy" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp" /><input type="hidden" value="'.$param['w_required'].'" name="'.$id.'_requiredform_id_temp" id="'.$id.'_requiredform_id_temp" /><input type="checkbox" id="'.$id.'_elementform_id_temp" name="'.$id.'_elementform_id_temp" onclick="set_checked("'.$id.'","","form_id_temp")" '.$input_active.' '.$param['attributes'].' disabled /></div></div>';
|
| 210 |
break;
|
| 211 |
}
|
| 212 |
case 'type_text': {
|
| 227 |
$param['w_field_label_pos'] = ($param['w_field_label_pos'] == "left" ? "table-cell" : "block");
|
| 228 |
$input_active = ($param['w_first_val'] == $param['w_title'] ? "input_deactive" : "input_active");
|
| 229 |
$required_sym = ($param['w_required'] == "yes" ? " *" : "");
|
| 230 |
+
$rep ='<div id="wdform_field'.$id.'" type="type_text" class="wdform_field" style="display: table-cell;">'.$arrows.'<div align="left" id="'.$id.'_label_sectionform_id_temp" style="display: '.$param['w_field_label_pos'].'; width: '.$param['w_field_label_size'].'px;"><span id="'.$id.'_element_labelform_id_temp" class="label" style="vertical-align: top;">'.$label.'</span><span id="'.$id.'_required_elementform_id_temp" class="required" style="vertical-align: top;">'.$required_sym.'</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" style="display: '.$param['w_field_label_pos'].'"><input type="hidden" value="type_text" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp" /><input type="hidden" value="'.$param['w_required'].'" name="'.$id.'_requiredform_id_temp" id="'.$id.'_requiredform_id_temp" /><input type="hidden" value="'.$param['w_unique'].'" name="'.$id.'_uniqueform_id_temp" id="'.$id.'_uniqueform_id_temp" /><input type="text" class="'.$input_active.'" id="'.$id.'_elementform_id_temp" name="'.$id.'_elementform_id_temp" value="'.$param['w_first_val'].'" title="'.$param['w_title'].'" onfocus="delete_value("'.$id.'_elementform_id_temp")" onblur="return_value("'.$id.'_elementform_id_temp")" onchange="change_value("'.$id.'_elementform_id_temp")" style="width: '.$param['w_size'].'px;" '.$param['attributes'].' disabled /></div></div>';
|
| 231 |
break;
|
| 232 |
}
|
| 233 |
case 'type_number': {
|
| 248 |
$param['w_field_label_pos'] = ($param['w_field_label_pos'] == "left" ? "table-cell" : "block");
|
| 249 |
$input_active = ($param['w_first_val'] == $param['w_title'] ? "input_deactive" : "input_active");
|
| 250 |
$required_sym = ($param['w_required'] == "yes" ? " *" : "");
|
| 251 |
+
$rep ='<div id="wdform_field'.$id.'" type="type_number" class="wdform_field" style="display: table-cell;">'.$arrows.'<div align="left" id="'.$id.'_label_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].'; width: '.$param['w_field_label_size'].'px;"><span id="'.$id.'_element_labelform_id_temp" class="label" style="vertical-align: top;">'.$label.'</span><span id="'.$id.'_required_elementform_id_temp" class="required" style="vertical-align: top;">'.$required_sym.'</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].'"><input type="hidden" value="type_number" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp"><input type="hidden" value="'.$param['w_required'].'" name="'.$id.'_requiredform_id_temp" id="'.$id.'_requiredform_id_temp"><input type="hidden" value="'.$param['w_unique'].'" name="'.$id.'_uniqueform_id_temp" id="'.$id.'_uniqueform_id_temp"><input type="text" class="'.$input_active.'" id="'.$id.'_elementform_id_temp" name="'.$id.'_elementform_id_temp" value="'.$param['w_first_val'].'" title="'.$param['w_title'].'" onkeypress="return check_isnum(event)" onfocus="delete_value("'.$id.'_elementform_id_temp")" onblur="return_value("'.$id.'_elementform_id_temp")" onchange="change_value("'.$id.'_elementform_id_temp")" style="width: '.$param['w_size'].'px;" '.$param['attributes'].' disabled /></div></div>';
|
| 252 |
break;
|
| 253 |
}
|
| 254 |
case 'type_password': {
|
| 268 |
}
|
| 269 |
$param['w_field_label_pos'] = ($param['w_field_label_pos'] == "left" ? "table-cell" : "block");
|
| 270 |
$required_sym = ($param['w_required'] == "yes" ? " *" : "");
|
| 271 |
+
$rep ='<div id="wdform_field'.$id.'" type="type_password" class="wdform_field" style="display: table-cell;">'.$arrows.'<div align="left" id="'.$id.'_label_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].'; width: '.$param['w_field_label_size'].'px;"><span id="'.$id.'_element_labelform_id_temp" class="label" style="vertical-align: top;">'.$label.'</span><span id="'.$id.'_required_elementform_id_temp" class="required" style="vertical-align: top;">'.$required_sym.'</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].'"><input type="hidden" value="type_password" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp"><input type="hidden" value="'.$param['w_required'].'" name="'.$id.'_requiredform_id_temp" id="'.$id.'_requiredform_id_temp"><input type="hidden" value="'.$param['w_unique'].'" name="'.$id.'_uniqueform_id_temp" id="'.$id.'_uniqueform_id_temp"><input type="password" id="'.$id.'_elementform_id_temp" name="'.$id.'_elementform_id_temp" style="width: '.$param['w_size'].'px;" '.$param['attributes'].' disabled /></div></div>';
|
| 272 |
break;
|
| 273 |
}
|
| 274 |
case 'type_textarea': {
|
| 289 |
$param['w_field_label_pos'] = ($param['w_field_label_pos'] == "left" ? "table-cell" : "block");
|
| 290 |
$input_active = ($param['w_first_val'] == $param['w_title'] ? "input_deactive" : "input_active");
|
| 291 |
$required_sym = ($param['w_required'] == "yes" ? " *" : "");
|
| 292 |
+
$rep ='<div id="wdform_field'.$id.'" type="type_textarea" class="wdform_field" style="display: table-cell;">'.$arrows.'<div align="left" id="'.$id.'_label_sectionform_id_temp" class="'.$param['w_class'].'" style="display:'.$param['w_field_label_pos'].'; width: '.$param['w_field_label_size'].'px;"><span id="'.$id.'_element_labelform_id_temp" class="label" style="vertical-align: top;">'.$label.'</span><span id="'.$id.'_required_elementform_id_temp" class="required" style="vertical-align: top;">'.$required_sym.'</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" class="'.$param['w_class'].'" style="display: table-cell;"><input type="hidden" value="type_textarea" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp"><input type="hidden" value="'.$param['w_required'].'" name="'.$id.'_requiredform_id_temp" id="'.$id.'_requiredform_id_temp"><input type="hidden" value="'.$param['w_unique'].'" name="'.$id.'_uniqueform_id_temp" id="'.$id.'_uniqueform_id_temp"><textarea class="'.$input_active.'" id="'.$id.'_elementform_id_temp" name="'.$id.'_elementform_id_temp" title="'.$param['w_title'].'" onfocus="delete_value("'.$id.'_elementform_id_temp")" onblur="return_value("'.$id.'_elementform_id_temp")" onchange="change_value("'.$id.'_elementform_id_temp")" style="width: '.$param['w_size_w'].'px; height: '.$param['w_size_h'].'px;" '.$param['attributes'].' disabled>'.$param['w_first_val'].'</textarea></div></div>';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 293 |
break;
|
| 294 |
}
|
| 295 |
case 'type_phone': {
|
| 313 |
$param['w_field_label_pos'] = ($param['w_field_label_pos'] == "left" ? "table-cell" : "block");
|
| 314 |
$input_active = ($param['w_first_val'] == $param['w_title'] ? "input_deactive" : "input_active");
|
| 315 |
$required_sym = ($param['w_required'] == "yes" ? " *" : "");
|
| 316 |
+
$rep ='<div id="wdform_field'.$id.'" type="type_phone" class="wdform_field" style="display: table-cell;">'.$arrows.'<div align="left" id="'.$id.'_label_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].'; width: '.$param['w_field_label_size'].'px;"><span id="'.$id.'_element_labelform_id_temp" class="label" style="vertical-align: top;">'.$label.'</span><span id="'.$id.'_required_elementform_id_temp" class="required">'.$required_sym.'</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].';"><input type="hidden" value="type_phone" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp"><input type="hidden" value="'.$param['w_required'].'" name="'.$id.'_requiredform_id_temp" id="'.$id.'_requiredform_id_temp"><input type="hidden" value="'.$param['w_unique'].'" name="'.$id.'_uniqueform_id_temp" id="'.$id.'_uniqueform_id_temp"><div id="'.$id.'_table_name" style="display: table;"><div id="'.$id.'_tr_name1" style="display: table-row;"><div id="'.$id.'_td_name_input_first" style="display: table-cell;"><input type="text" class="'.$input_active.'" id="'.$id.'_element_firstform_id_temp" name="'.$id.'_element_firstform_id_temp" value="'.$w_first_val[0].'" title="'.$w_title[0].'" onfocus="delete_value("'.$id.'_element_firstform_id_temp")"onblur="return_value("'.$id.'_element_firstform_id_temp")"onchange="change_value("'.$id.'_element_firstform_id_temp")" onkeypress="return check_isnum(event)"style="width: 50px;" '.$param['attributes'].' disabled /><span class="wdform_line" style="margin: 0px 4px; padding: 0px;">-</span></div><div id="'.$id.'_td_name_input_last" style="display: table-cell;"><input type="text" class="'.$input_active.'" id="'.$id.'_element_lastform_id_temp" name="'.$id.'_element_lastform_id_temp" value="'.$w_first_val[1].'" title="'.$w_title[1].'" onfocus="delete_value("'.$id.'_element_lastform_id_temp")"onblur="return_value("'.$id.'_element_lastform_id_temp")" onchange="change_value("'.$id.'_element_lastform_id_temp")" onkeypress="return check_isnum(event)"style="width: '.$param['w_size'].'px;" '.$param['attributes'].' disabled /></div></div><div id="'.$id.'_tr_name2" style="display: table-row;"><div id="'.$id.'_td_name_label_first" align="left" style="display: table-cell;"><label class="mini_label" id="'.$id.'_mini_label_area_code">'.$w_mini_labels[0].'</label></div><div id="'.$id.'_td_name_label_last" align="left" style="display: table-cell;"><label class="mini_label" id="'.$id.'_mini_label_phone_number">'.$w_mini_labels[1].'</label></div></div></div></div></div>';
|
| 317 |
break;
|
| 318 |
}
|
| 319 |
case 'type_name': {
|
| 337 |
$w_title = explode('***', $param['w_title']);
|
| 338 |
$w_mini_labels = explode('***', $param['w_mini_labels']);
|
| 339 |
if ($param['w_name_format'] == 'normal') {
|
| 340 |
+
$w_name_format = '<div id="'.$id.'_td_name_input_first" style="display: table-cell;"><input type="text" class="'.($w_first_val[0]==$w_title[0] ? "input_deactive" : "input_active").'" id="'.$id.'_element_firstform_id_temp" name="'.$id.'_element_firstform_id_temp" value="'.$w_first_val[0].'" title="'.$w_title[0].'" onfocus="delete_value("'.$id.'_element_firstform_id_temp")"onblur="return_value("'.$id.'_element_firstform_id_temp")" onchange="change_value("'.$id.'_element_firstform_id_temp")" style="margin-right: 10px; width: '.$param['w_size'].'px;"'.$param['attributes'].' disabled /></div><div id="'.$id.'_td_name_input_last" style="display: table-cell;"><input type="text" class="'.($w_first_val[1]==$w_title[1] ? "input_deactive" : "input_active").'" id="'.$id.'_element_lastform_id_temp" name="'.$id.'_element_lastform_id_temp" value="'.$w_first_val[1].'" title="'.$w_title[1].'" onfocus="delete_value("'.$id.'_element_lastform_id_temp")"onblur="return_value("'.$id.'_element_lastform_id_temp")" onchange="change_value("'.$id.'_element_lastform_id_temp")" style="margin-right: 10px; width: '.$param['w_size'].'px;" '.$param['attributes'].' disabled /></div>';
|
| 341 |
$w_name_format_mini_labels = '<div id="'.$id.'_tr_name2" style="display: table-row;"><div id="'.$id.'_td_name_label_first" align="left" style="display: table-cell;"><label class="mini_label" id="'.$id.'_mini_label_first">'.$w_mini_labels[1].'</label></div><div id="'.$id.'_td_name_label_last" align="left" style="display: table-cell;"><label class="mini_label" id="'.$id.'_mini_label_last">'.$w_mini_labels[2].'</label></div></div>';
|
| 342 |
}
|
| 343 |
else {
|
| 344 |
+
$w_name_format = '<div id="'.$id.'_td_name_input_title" style="display: table-cell;"><input type="text" class="'.($w_first_val[0]==$w_title[0] ? "input_deactive" : "input_active").'" id="'.$id.'_element_titleform_id_temp" name="'.$id.'_element_titleform_id_temp" value="'.$w_first_val[0].'" title="'.$w_title[0].'" onfocus="delete_value("'.$id.'_element_titleform_id_temp")" onblur="return_value("'.$id.'_element_titleform_id_temp")" onchange="change_value("'.$id.'_element_titleform_id_temp")" style="margin: 0px 10px 0px 0px; width: 40px;" disabled /></div><div id="'.$id.'_td_name_input_first" style="display: table-cell;"><input type="text" class="'.($w_first_val[1]==$w_title[1] ? "input_deactive" : "input_active").'" id="'.$id.'_element_firstform_id_temp" name="'.$id.'_element_firstform_id_temp" value="'.$w_first_val[1].'" title="'.$w_title[1].'" onfocus="delete_value("'.$id.'_element_firstform_id_temp")" onblur="return_value("'.$id.'_element_firstform_id_temp")" onchange="change_value("'.$id.'_element_firstform_id_temp")" style="margin-right: 10px; width: '.$param['w_size'].'px;" disabled /></div><div id="'.$id.'_td_name_input_last" style="display: table-cell;"><input type="text" class="'.($w_first_val[2]==$w_title[2] ? "input_deactive" : "input_active").'" id="'.$id.'_element_lastform_id_temp" name="'.$id.'_element_lastform_id_temp" value="'.$w_first_val[2].'" title="'.$w_title[2].'" onfocus="delete_value("'.$id.'_element_lastform_id_temp")" onblur="return_value("'.$id.'_element_lastform_id_temp")" onchange="change_value("'.$id.'_element_lastform_id_temp")" style="margin-right: 10px; width: '.$param['w_size'].'px;" disabled /></div><div id="'.$id.'_td_name_input_middle" style="display: table-cell;"><input type="text" class="'.($w_first_val[3]==$w_title[3] ? "input_deactive" : "input_active").'" id="'.$id.'_element_middleform_id_temp" name="'.$id.'_element_middleform_id_temp" value="'.$w_first_val[3].'" title="'.$w_title[3].'" onfocus="delete_value("'.$id.'_element_middleform_id_temp")" onblur="return_value("'.$id.'_element_middleform_id_temp")" onchange="change_value("'.$id.'_element_middleform_id_temp")" style="width: '.$param['w_size'].'px;" disabled /></div>';
|
| 345 |
$w_name_format_mini_labels ='<div id="'.$id.'_tr_name2" style="display: table-row;"><div id="'.$id.'_td_name_label_title" align="left" style="display: table-cell;"><label class="mini_label" id="'.$id.'_mini_label_title">'.$w_mini_labels[0].'</label></div><div id="'.$id.'_td_name_label_first" align="left" style="display: table-cell;"><label class="mini_label" id="'.$id.'_mini_label_first">'.$w_mini_labels[1].'</label></div><div id="'.$id.'_td_name_label_last" align="left" style="display: table-cell;"><label class="mini_label" id="'.$id.'_mini_label_last">'.$w_mini_labels[2].'</label></div><div id="'.$id.'_td_name_label_middle" align="left" style="display: table-cell;"><label class="mini_label" id="'.$id.'_mini_label_middle">'.$w_mini_labels[3].'</label></div></div>';
|
| 346 |
}
|
| 347 |
+
$rep ='<div id="wdform_field'.$id.'" type="type_name" class="wdform_field" style="display: table-cell;">'.$arrows.'<div align="left" id="'.$id.'_label_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].'; width: '.$param['w_field_label_size'].'px;"><span id="'.$id.'_element_labelform_id_temp" class="label" style="vertical-align: top;">'.$label.'</span><span id="'.$id.'_required_elementform_id_temp" class="required" style="vertical-align: top;">'.$required_sym.'</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].';"><input type="hidden" value="type_name" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp"><input type="hidden" value="'.$param['w_required'].'" name="'.$id.'_requiredform_id_temp" id="'.$id.'_requiredform_id_temp"><input type="hidden" value="'.$param['w_unique'].'" name="'.$id.'_uniqueform_id_temp" id="'.$id.'_uniqueform_id_temp"><div id="'.$id.'_table_name" cellpadding="0" cellspacing="0" style="display: table;"><div id="'.$id.'_tr_name1" style="display: table-row;">'.$w_name_format.' </div>'.$w_name_format_mini_labels.' </div></div></div>';
|
| 348 |
break;
|
| 349 |
}
|
| 350 |
case 'type_address': {
|
| 375 |
}
|
| 376 |
}
|
| 377 |
}
|
| 378 |
+
$address_fields ='';
|
| 379 |
+
$g=0;
|
| 380 |
+
if($w_disabled_fields[0]=='no')
|
| 381 |
+
{
|
| 382 |
+
$g+=2;
|
| 383 |
+
$address_fields .= '<span style="float: left; width: 100%; padding-bottom: 8px; display: block;"><input type="text" id="'.$id.'_street1form_id_temp" name="'.$id.'_street1form_id_temp" onchange="change_value("'.$id.'_street1form_id_temp")" style="width: 100%;" '.$param['attributes'].' disabled /><label class="mini_label" id="'.$id.'_mini_label_street1" style="display: block;">'.$w_mini_labels[0].'</label></span>';
|
| 384 |
+
}
|
| 385 |
+
|
| 386 |
+
if($w_disabled_fields[1]=='no')
|
| 387 |
+
{
|
| 388 |
+
$g+=2;
|
| 389 |
+
$address_fields .= '<span style="float: left; width: 100%; padding-bottom: 8px; display: block;"><input type="text" id="'.$id.'_street2form_id_temp" name="'.($id+1).'_street2form_id_temp" onchange="change_value("'.$id.'_street2form_id_temp")" style="width: 100%;" '.$param['attributes'].' disabled /><label class="mini_label" style="display: block;" id="'.$id.'_mini_label_street2">'.$w_mini_labels[1].'</label></span>';
|
| 390 |
+
}
|
| 391 |
+
|
| 392 |
+
if($w_disabled_fields[2]=='no')
|
| 393 |
+
{
|
| 394 |
+
$g++;
|
| 395 |
+
$address_fields .= '<span style="float: left; width: 48%; padding-bottom: 8px;"><input type="text" id="'.$id.'_cityform_id_temp" name="'.($id+2).'_cityform_id_temp" onchange="change_value("'.$id.'_cityform_id_temp")" style="width: 100%;" '.$param['attributes'].' disabled /><label class="mini_label" style="display: block;" id="'.$id.'_mini_label_city">'.$w_mini_labels[2].'</label></span>';
|
| 396 |
+
}
|
| 397 |
+
|
| 398 |
+
if($w_disabled_fields[3]=='no')
|
| 399 |
+
{
|
| 400 |
+
$g++;
|
| 401 |
+
if($w_disabled_fields[5]=='yes' && $w_disabled_fields[6]=='yes')
|
| 402 |
+
$address_fields .= '<span style="float: '.(($g%2==0) ? 'right' : 'left').'; width: 48%; padding-bottom: 8px;"><select type="text" id="'.$id.'_stateform_id_temp" name="'.($id+3).'_stateform_id_temp" onchange="change_value("'.$id.'_stateform_id_temp")" style="width: 100%;" '.$param['attributes'].' disabled ><option value=""></option><option value="Alabama">Alabama</option><option value="Alaska">Alaska</option><option value="Arizona">Arizona</option><option value="Arkansas">Arkansas</option><option value="California">California</option><option value="Colorado">Colorado</option><option value="Connecticut">Connecticut</option><option value="Delaware">Delaware</option><option value="Florida">Florida</option><option value="Georgia">Georgia</option><option value="Hawaii">Hawaii</option><option value="Idaho">Idaho</option><option value="Illinois">Illinois</option><option value="Indiana">Indiana</option><option value="Iowa">Iowa</option><option value="Kansas">Kansas</option><option value="Kentucky">Kentucky</option><option value="Louisiana">Louisiana</option><option value="Maine">Maine</option><option value="Maryland">Maryland</option><option value="Massachusetts">Massachusetts</option><option value="Michigan">Michigan</option><option value="Minnesota">Minnesota</option><option value="Mississippi">Mississippi</option><option value="Missouri">Missouri</option><option value="Montana">Montana</option><option value="Nebraska">Nebraska</option><option value="Nevada">Nevada</option><option value="New Hampshire">New Hampshire</option><option value="New Jersey">New Jersey</option><option value="New Mexico">New Mexico</option><option value="New York">New York</option><option value="North Carolina">North Carolina</option><option value="North Dakota">North Dakota</option><option value="Ohio">Ohio</option><option value="Oklahoma">Oklahoma</option><option value="Oregon">Oregon</option><option value="Pennsylvania">Pennsylvania</option><option value="Rhode Island">Rhode Island</option><option value="South Carolina">South Carolina</option><option value="South Dakota">South Dakota</option><option value="Tennessee">Tennessee</option><option value="Texas">Texas</option><option value="Utah">Utah</option><option value="Vermont">Vermont</option><option value="Virginia">Virginia</option><option value="Washington">Washington</option><option value="West Virginia">West Virginia</option><option value="Wisconsin">Wisconsin</option><option value="Wyoming">Wyoming</option></select><label class="mini_label" style="display: block;" id="'.$id.'_mini_label_state">'.$w_mini_labels[3].'</label></span>';
|
| 403 |
+
else
|
| 404 |
+
$address_fields .= '<span style="float: '.(($g%2==0) ? 'right' : 'left').'; width: 48%; padding-bottom: 8px;"><input type="text" id="'.$id.'_stateform_id_temp" name="'.($id+3).'_stateform_id_temp" onchange="change_value("'.$id.'_stateform_id_temp")" style="width: 100%;" '.$param['attributes'].'><label class="mini_label" style="display: block;" id="'.$id.'_mini_label_state">'.$w_mini_labels[3].'</label></span>';
|
| 405 |
+
}
|
| 406 |
+
|
| 407 |
+
if($w_disabled_fields[4]=='no')
|
| 408 |
+
{
|
| 409 |
+
$g++;
|
| 410 |
+
$address_fields .= '<span style="float: '.(($g%2==0) ? 'right' : 'left').'; width: 48%; padding-bottom: 8px;"><input type="text" id="'.$id.'_postalform_id_temp" name="'.($id+4).'_postalform_id_temp" onchange="change_value("'.$id.'_postalform_id_temp")" style="width: 100%;" '.$param['attributes'].'><label class="mini_label" style="display: block;" id="'.$id.'_mini_label_postal">'.$w_mini_labels[4].'</label></span>';
|
| 411 |
+
}
|
| 412 |
+
|
| 413 |
+
if($w_disabled_fields[5]=='no')
|
| 414 |
+
{
|
| 415 |
+
$g++;
|
| 416 |
+
$address_fields .= '<span style="float: '.(($g%2==0) ? 'right' : 'left').'; width: 48%; padding-bottom: 8px;"><select type="text" id="'.$id.'_countryform_id_temp" name="'.($id+5).'_countryform_id_temp" onchange="change_value("'.$id.'_countryform_id_temp")" style="width: 100%;" '.$param['attributes'].'><option value=""></option><option value="Afghanistan">Afghanistan</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Antigua and Barbuda">Antigua and Barbuda</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas">Bahamas</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bhutan">Bhutan</option><option value="Bolivia">Bolivia</option><option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option><option value="Botswana">Botswana</option><option value="Brazil">Brazil</option><option value="Brunei">Brunei</option><option value="Bulgaria">Bulgaria</option><option value="Burkina Faso">Burkina Faso</option><option value="Burundi">Burundi</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Cape Verde">Cape Verde</option><option value="Central African Republic">Central African Republic</option><option value="Chad">Chad</option><option value="Chile">Chile</option><option value="China">China</option><option value="Colombi">Colombi</option><option value="Comoros">Comoros</option><option value="Congo (Brazzaville)">Congo (Brazzaville)</option><option value="Congo">Congo</option><option value="Costa Rica">Costa Rica</option><option value="Cote d\'Ivoire">Cote d\'Ivoire</option><option value="Croatia">Croatia</option><option value="Cuba">Cuba</option><option value="Cyprus">Cyprus</option><option value="Czech Republic">Czech Republic</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic">Dominican Republic</option><option value="East Timor (Timor Timur)">East Timor (Timor Timur)</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="Gabon">Gabon</option><option value="Gambia, The">Gambia, The</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Greece">Greece</option><option value="Grenada">Grenada</option><option value="Guatemala">Guatemala</option><option value="Guinea">Guinea</option><option value="Guinea-Bissau">Guinea-Bissau</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Honduras">Honduras</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="India">India</option><option value="Indonesia">Indonesia</option><option value="Iran">Iran</option><option value="Iraq">Iraq</option><option value="Ireland">Ireland</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option va
|
| 417 |
+
lue="Kiribati">Kiribati</option><option value="Korea, North">Korea, North</option><option value="Korea, South">Korea, South</option><option value="Kuwait">Kuwait</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Laos">Laos</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libya">Libya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macedonia">Macedonia</option><option value="Madagascar">Madagascar</option><option value="Malawi">Malawi</option><option value="Malaysia">Malaysia</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands">Marshall Islands</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mexico">Mexico</option><option value="Micronesia">Micronesia</option><option value="Moldova">Moldova</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar">Myanmar</option><option value="Namibia">Namibia</option><option value="Nauru">Nauru</option><option value="Nepa">Nepa</option><option value="Netherlands">Netherlands</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger">Niger</option><option value="Nigeria">Nigeria</option><option value="Norway">Norway</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau">Palau</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Philippines">Philippines</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Qatar">Qatar</option><option value="Romania">Romania</option><option value="Russia">Russia</option><option value="Rwanda">Rwanda</option><option value="Saint Kitts and Nevis">Saint Kitts and Nevis</option><option value="Saint Lucia">Saint Lucia</option><option value="Saint Vincent">Saint Vincent</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Sao Tome and Principe">Sao Tome and Principe</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Senegal">Senegal</option><option value="Serbia and Montenegro">Serbia and Montenegro</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Slovakia">Slovakia</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="Spain">Spain</option><option value="Sri Lanka">Sri Lanka</option><option value="Sudan">Sudan</option><option value="Suriname">Suriname</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syria">Syria</option><option value="Taiwan">Taiwan</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania">Tanzania</option><option value="Thailand">Thailand</option><option value="Togo">Togo</option><option value="Tonga">Tonga</option><option value="Trinidad and Tobago">Trinidad and Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="Ukraine">Ukraine</option><option value="United Arab Emirates">United Arab Emirates</option><option value="United Kingdom">United Ki
|
| 418 |
+
ngdom</option><option value="United States">United States</option><option value="Uruguay">Uruguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Vatican City">Vatican City</option><option value="Venezuela">Venezuela</option><option value="Vietnam">Vietnam</option><option value="Yemen">Yemen</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option></select><label class="mini_label" style="display: block;" id="'.$id.'_mini_label_country">'.$w_mini_labels[5].'</span>';
|
| 419 |
+
}
|
| 420 |
+
|
| 421 |
+
$rep ='<div id="wdform_field'.$id.'" type="type_address" class="wdform_field" style="display: table-cell;">'.$arrows.'<div align="left" id="'.$id.'_label_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].'; width: '.$param['w_field_label_size'].'px;"><span id="'.$id.'_element_labelform_id_temp" class="label" style="vertical-align: top;">'.$label.'</span><span id="'.$id.'_required_elementform_id_temp" class="required" style="vertical-align: top;">'.$required_sym.'</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].';"><input type="hidden" value="type_address" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp"><input type="hidden" value="'.$param['w_required'].'" name="'.$id.'_requiredform_id_temp" id="'.$id.'_requiredform_id_temp"><input type="hidden" name="'.$id.'_disable_fieldsform_id_temp" id="'.$id.'_disable_fieldsform_id_temp" street1="'.$w_disabled_fields[0].'" street2="'.$w_disabled_fields[1].'" city="'.$w_disabled_fields[2].'" state="'.$w_disabled_fields[3].'" postal="'.$w_disabled_fields[4].'" country="'.$w_disabled_fields[5].'" us_states="'.$w_disabled_fields[6].'"><div id="'.$id.'_div_address" style="width: '.$param['w_size'].'px;">'.$address_fields.$hidden_inputs.'</div></div></div>';
|
| 422 |
+
break;
|
| 423 |
}
|
| 424 |
case 'type_submitter_mail': {
|
| 425 |
$params_names=array('w_field_label_size','w_field_label_pos','w_size','w_first_val','w_title','w_required','w_unique', 'w_class');
|
| 443 |
$input_active = ($param['w_first_val']==$param['w_title'] ? "input_deactive" : "input_active");
|
| 444 |
$required_sym = ($param['w_required']=="yes" ? " *" : "");
|
| 445 |
|
| 446 |
+
$rep ='<div id="wdform_field'.$id.'" type="type_submitter_mail" class="wdform_field" style="display: table-cell;">'.$arrows.'<div align="left" id="'.$id.'_label_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].'; width: '.$param['w_field_label_size'].'px;"><span id="'.$id.'_element_labelform_id_temp" class="label" style="vertical-align: top;">'.$label.'</span><span id="'.$id.'_required_elementform_id_temp" class="required" style="vertical-align: top;">'.$required_sym.'</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].';"><input type="hidden" value="type_submitter_mail" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp"><input type="hidden" value="'.$param['w_required'].'" name="'.$id.'_requiredform_id_temp" id="'.$id.'_requiredform_id_temp"><input type="hidden" value="'.$param['w_unique'].'" name="'.$id.'_uniqueform_id_temp" id="'.$id.'_uniqueform_id_temp"><input type="text" class="'.$input_active.'" id="'.$id.'_elementform_id_temp" name="'.$id.'_elementform_id_temp" value="'.$param['w_first_val'].'" title="'.$param['w_title'].'" onfocus="delete_value("'.$id.'_elementform_id_temp")" onblur="return_value("'.$id.'_elementform_id_temp")" onchange="change_value("'.$id.'_elementform_id_temp")" style="width: '.$param['w_size'].'px;" '.$param['attributes'].' disabled /></div></div>';
|
| 447 |
break;
|
| 448 |
}
|
| 449 |
case 'type_checkbox':
|
| 478 |
$param['w_choices_checked'][$key]='';
|
| 479 |
}
|
| 480 |
|
| 481 |
+
$rep='<div id="wdform_field'.$id.'" type="type_checkbox" class="wdform_field" style="display: table-cell;">'.$arrows.'<div align="left" id="'.$id.'_label_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].'; width: '.$param['w_field_label_size'].'px;"><span id="'.$id.'_element_labelform_id_temp" class="label" style="vertical-align: top;">'.$label.'</span><span id="'.$id.'_required_elementform_id_temp" class="required" style="vertical-align: top;">'.$required_sym.'</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].';"><input type="hidden" value="type_checkbox" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp"><input type="hidden" value="'.$param['w_required'].'" name="'.$id.'_requiredform_id_temp" id="'.$id.'_requiredform_id_temp"><input type="hidden" value="'.$param['w_randomize'].'" name="'.$id.'_randomizeform_id_temp" id="'.$id.'_randomizeform_id_temp"><input type="hidden" value="'.$param['w_allow_other'].'" name="'.$id.'_allow_otherform_id_temp" id="'.$id.'_allow_otherform_id_temp"><input type="hidden" value="'.$param['w_allow_other_num'].'" name="'.$id.'_allow_other_numform_id_temp" id="'.$id.'_allow_other_numform_id_temp"><input type="hidden" value="'.$param['w_rowcol'].'" name="'.$id.'_rowcol_numform_id_temp" id="'.$id.'_rowcol_numform_id_temp"><div style="display: table;"><div id="'.$id.'_table_little" style="display: table-row-group;" '.($param['w_flow']=='hor' ? 'for_hor="'.$id.'_hor"' : '').'>';
|
| 482 |
|
| 483 |
if($param['w_flow']=='hor')
|
| 484 |
{
|
| 493 |
continue;
|
| 494 |
|
| 495 |
if($param['w_allow_other']=="yes" && $param['w_allow_other_num']==(int)$param['w_rowcol']*$i+$l)
|
| 496 |
+
$rep.='<div valign="top" id="'.$id.'_td_little'.((int)$param['w_rowcol']*$l+$i).'" idi="'.((int)$param['w_rowcol']*$l+$i).'" style="display: table-cell;"><input type="checkbox" value="'.$param['w_choices'][(int)$param['w_rowcol']*$l+$i].'" id="'.$id.'_elementform_id_temp'.((int)$param['w_rowcol']*$l+$i).'" name="'.$id.'_elementform_id_temp'.((int)$param['w_rowcol']*$l+$i).'" other="1" onclick="if(set_checked("'.$id.'","'.((int)$param['w_rowcol']*$l+$i).'","form_id_temp")) show_other_input("'.$id.'","form_id_temp");" '.$param['w_choices_checked'][(int)$param['w_rowcol']*$l+$i].' '.$param['attributes'].' disabled /><label id="'.$id.'_label_element'.((int)$param['w_rowcol']*$l+$i).'" class="ch-rad-label" for="'.$id.'_elementform_id_temp'.((int)$param['w_rowcol']*$l+$i).'">'.$param['w_choices'][(int)$param['w_rowcol']*$l+$i].'</label></div>';
|
| 497 |
+
else
|
| 498 |
+
$rep.='<div valign="top" id="'.$id.'_td_little'.((int)$param['w_rowcol']*$l+$i).'" idi="'.((int)$param['w_rowcol']*$l+$i).'" style="display: table-cell;"><input type="checkbox" value="'.$param['w_choices'][(int)$param['w_rowcol']*$l+$i].'" id="'.$id.'_elementform_id_temp'.((int)$param['w_rowcol']*$l+$i).'" name="'.$id.'_elementform_id_temp'.((int)$param['w_rowcol']*$l+$i).'" onclick="set_checked("'.$id.'","'.((int)$param['w_rowcol']*$l+$i).'","form_id_temp")" '.$param['w_choices_checked'][(int)$param['w_rowcol']*$l+$i].' '.$param['attributes'].' disabled/><label id="'.$id.'_label_element'.((int)$param['w_rowcol']*$l+$i).'" class="ch-rad-label" for="'.$id.'_elementform_id_temp'.((int)$param['w_rowcol']*$l+$i).'">'.$param['w_choices'][(int)$param['w_rowcol']*$l+$i].'</label></div>';
|
| 499 |
}
|
| 500 |
|
| 501 |
$j++;
|
| 509 |
for($i=0; $i<(int)(count($param['w_choices'])/$param['w_rowcol']); $i++)
|
| 510 |
{
|
| 511 |
$rep.='<div id="'.$id.'_element_tr'.$i.'" style="display: table-row;">';
|
| 512 |
+
|
| 513 |
+
if(count($param['w_choices']) > (int)$param['w_rowcol'])
|
| 514 |
+
for($l=0; $l<$param['w_rowcol']; $l++)
|
| 515 |
+
{
|
| 516 |
+
if($param['w_allow_other']=="yes" && $param['w_allow_other_num']==(int)$param['w_rowcol']*$i+$l)
|
| 517 |
+
$rep.='<div valign="top" id="'.$id.'_td_little'.((int)$param['w_rowcol']*$i+$l).'" idi="'.((int)$param['w_rowcol']*$i+$l).'" style="display: table-cell;"><input type="checkbox" value="'.$param['w_choices'][(int)$param['w_rowcol']*$i+$l].'" id="'.$id.'_elementform_id_temp'.((int)$param['w_rowcol']*$i+$l).'" name="'.$id.'_elementform_id_temp'.((int)$param['w_rowcol']*$i+$l).'" other="1" onclick="if(set_checked("'.$id.'","'.((int)$param['w_rowcol']*$i+$l).'","form_id_temp")) show_other_input("'.$id.'","form_id_temp");" '.$param['w_choices_checked'][(int)$param['w_rowcol']*$i+$l].' '.$param['attributes'].' disabled /><label id="'.$id.'_label_element'.((int)$param['w_rowcol']*$i+$l).'" class="ch-rad-label" for="'.$id.'_elementform_id_temp'.((int)$param['w_rowcol']*$i+$l).'">'.$param['w_choices'][(int)$param['w_rowcol']*$i+$l].'</label></div>';
|
| 518 |
+
else
|
| 519 |
+
$rep.='<div valign="top" id="'.$id.'_td_little'.((int)$param['w_rowcol']*$i+$l).'" idi="'.((int)$param['w_rowcol']*$i+$l).'" style="display: table-cell;"><input type="checkbox" value="'.$param['w_choices'][(int)$param['w_rowcol']*$i+$l].'" id="'.$id.'_elementform_id_temp'.((int)$param['w_rowcol']*$i+$l).'" name="'.$id.'_elementform_id_temp'.((int)$param['w_rowcol']*$i+$l).'" onclick="set_checked("'.$id.'","'.((int)$param['w_rowcol']*$i+$l).'","form_id_temp")" '.$param['w_choices_checked'][(int)$param['w_rowcol']*$i+$l].' '.$param['attributes'].' disabled/><label id="'.$id.'_label_element'.((int)$param['w_rowcol']*$i+$l).'" class="ch-rad-label" for="'.$id.'_elementform_id_temp'.((int)$param['w_rowcol']*$i+$l).'">'.$param['w_choices'][(int)$param['w_rowcol']*$i+$l].'</label></div>';
|
| 520 |
+
}
|
| 521 |
+
else
|
| 522 |
+
for($l=0; $l<count($param['w_choices']); $l++)
|
| 523 |
+
{
|
| 524 |
+
if($param['w_allow_other']=="yes" && $param['w_allow_other_num']==(int)$param['w_rowcol']*$i+$l)
|
| 525 |
+
$rep.='<div valign="top" id="'.$id.'_td_little'.((int)$param['w_rowcol']*$i+$l).'" idi="'.((int)$param['w_rowcol']*$i+$l).'" style="display: table-cell;"><input type="checkbox" value="'.$param['w_choices'][(int)$param['w_rowcol']*$i+$l].'" id="'.$id.'_elementform_id_temp'.((int)$param['w_rowcol']*$i+$l).'" name="'.$id.'_elementform_id_temp'.((int)$param['w_rowcol']*$i+$l).'" other="1" onclick="if(set_checked("'.$id.'","'.((int)$param['w_rowcol']*$i+$l).'","form_id_temp")) show_other_input("'.$id.'","form_id_temp");" '.$param['w_choices_checked'][(int)$param['w_rowcol']*$i+$l].' '.$param['attributes'].' disabled/><label id="'.$id.'_label_element'.((int)$param['w_rowcol']*$i+$l).'" class="ch-rad-label" for="'.$id.'_elementform_id_temp'.((int)$param['w_rowcol']*$i+$l).'">'.$param['w_choices'][(int)$param['w_rowcol']*$i+$l].'</label></div>';
|
| 526 |
+
else
|
| 527 |
+
$rep.='<div valign="top" id="'.$id.'_td_little'.((int)$param['w_rowcol']*$i+$l).'" idi="'.((int)$param['w_rowcol']*$i+$l).'" style="display: table-cell;"><input type="checkbox" value="'.$param['w_choices'][(int)$param['w_rowcol']*$i+$l].'" id="'.$id.'_elementform_id_temp'.((int)$param['w_rowcol']*$i+$l).'" name="'.$id.'_elementform_id_temp'.((int)$param['w_rowcol']*$i+$l).'" onclick="set_checked("'.$id.'","'.((int)$param['w_rowcol']*$i+$l).'","form_id_temp")" '.$param['w_choices_checked'][(int)$param['w_rowcol']*$i+$l].' '.$param['attributes'].' disabled/><label id="'.$id.'_label_element'.((int)$param['w_rowcol']*$i+$l).'" class="ch-rad-label" for="'.$id.'_elementform_id_temp'.((int)$param['w_rowcol']*$i+$l).'">'.$param['w_choices'][(int)$param['w_rowcol']*$i+$l].'</label></div>';
|
| 528 |
+
}
|
| 529 |
+
|
| 530 |
+
$rep.='</div>';
|
| 531 |
}
|
| 532 |
|
| 533 |
if(count($param['w_choices'])%$param['w_rowcol']!=0)
|
| 538 |
{
|
| 539 |
$l = count($param['w_choices']) - count($param['w_choices'])%$param['w_rowcol'] + $k;
|
| 540 |
if($param['w_allow_other']=="yes" && $param['w_allow_other_num']==$l)
|
| 541 |
+
$rep.='<div valign="top" id="'.$id.'_td_little'.$l.'" idi="'.$l.'" style="display: table-cell;"><input type="checkbox" value="'.$param['w_choices'][$l].'" id="'.$id.'_elementform_id_temp'.$l.'" name="'.$id.'_elementform_id_temp'.$l.'" other="1" onclick="if(set_checked("'.$id.'","'.$l.'","form_id_temp")) show_other_input("'.$id.'","form_id_temp");" '.$param['w_choices_checked'][$l].' '.$param['attributes'].' disabled/><label id="'.$id.'_label_element'.$l.'" class="ch-rad-label" for="'.$id.'_elementform_id_temp'.$l.'">'.$param['w_choices'][$l].'</label></div>';
|
| 542 |
+
else
|
| 543 |
+
$rep.='<div valign="top" id="'.$id.'_td_little'.$l.'" idi="'.$l.'" style="display: table-cell;"><input type="checkbox" value="'.$param['w_choices'][$l].'" id="'.$id.'_elementform_id_temp'.$l.'" name="'.$id.'_elementform_id_temp'.$l.'" onclick="set_checked("'.$id.'","'.$l.'","form_id_temp")" '.$param['w_choices_checked'][$l].' '.$param['attributes'].' disabled/><label id="'.$id.'_label_element'.$l.'" class="ch-rad-label" for="'.$id.'_elementform_id_temp'.$l.'">'.$param['w_choices'][$l].'</label></div>';
|
| 544 |
}
|
| 545 |
|
| 546 |
$rep.='</div>';
|
| 586 |
$param['w_choices_checked'][$key]='';
|
| 587 |
}
|
| 588 |
|
| 589 |
+
$rep='<div id="wdform_field'.$id.'" type="type_radio" class="wdform_field" style="display: table-cell;">'.$arrows.'<div align="left" id="'.$id.'_label_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].'; width: '.$param['w_field_label_size'].'px;"><span id="'.$id.'_element_labelform_id_temp" class="label" style="vertical-align: top;">'.$label.'</span><span id="'.$id.'_required_elementform_id_temp" class="required" style="vertical-align: top;">'.$required_sym.'</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].';"><input type="hidden" value="type_radio" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp"><input type="hidden" value="'.$param['w_required'].'" name="'.$id.'_requiredform_id_temp" id="'.$id.'_requiredform_id_temp"><input type="hidden" value="'.$param['w_randomize'].'" name="'.$id.'_randomizeform_id_temp" id="'.$id.'_randomizeform_id_temp"><input type="hidden" value="'.$param['w_allow_other'].'" name="'.$id.'_allow_otherform_id_temp" id="'.$id.'_allow_otherform_id_temp"><input type="hidden" value="'.$param['w_allow_other_num'].'" name="'.$id.'_allow_other_numform_id_temp" id="'.$id.'_allow_other_numform_id_temp"><input type="hidden" value="'.$param['w_rowcol'].'" name="'.$id.'_rowcol_numform_id_temp" id="'.$id.'_rowcol_numform_id_temp"><div style="display: table;"><div id="'.$id.'_table_little" style="display: table-row-group;" '.($param['w_flow']=='hor' ? 'for_hor="'.$id.'_hor"' : '').'>';
|
| 590 |
|
| 591 |
|
| 592 |
if($param['w_flow']=='hor')
|
| 602 |
continue;
|
| 603 |
|
| 604 |
if($param['w_allow_other']=="yes" && $param['w_allow_other_num']==(int)$param['w_rowcol']*$i+$l)
|
| 605 |
+
$rep.='<div valign="top" id="'.$id.'_td_little'.((int)$param['w_rowcol']*$l+$i).'" idi="'.((int)$param['w_rowcol']*$l+$i).'" style="display: table-cell;"><input type="radio" value="'.$param['w_choices'][(int)$param['w_rowcol']*$l+$i].'" id="'.$id.'_elementform_id_temp'.((int)$param['w_rowcol']*$l+$i).'" name="'.$id.'_elementform_id_temp" other="1" onclick="set_default("'.$id.'","'.((int)$param['w_rowcol']*$l+$i).'","form_id_temp"); show_other_input("'.$id.'","form_id_temp");" '.$param['w_choices_checked'][(int)$param['w_rowcol']*$l+$i].' '.$param['attributes'].' disabled/><label id="'.$id.'_label_element'.((int)$param['w_rowcol']*$l+$i).'" class="ch-rad-label" for="'.$id.'_elementform_id_temp'.((int)$param['w_rowcol']*$l+$i).'">'.$param['w_choices'][(int)$param['w_rowcol']*$l+$i].'</label></div>';
|
| 606 |
+
else
|
| 607 |
+
$rep.='<div valign="top" id="'.$id.'_td_little'.((int)$param['w_rowcol']*$l+$i).'" idi="'.((int)$param['w_rowcol']*$l+$i).'" style="display: table-cell;"><input type="radio" value="'.$param['w_choices'][(int)$param['w_rowcol']*$l+$i].'" id="'.$id.'_elementform_id_temp'.((int)$param['w_rowcol']*$l+$i).'" name="'.$id.'_elementform_id_temp" onclick="set_default("'.$id.'","'.((int)$param['w_rowcol']*$l+$i).'","form_id_temp")" '.$param['w_choices_checked'][(int)$param['w_rowcol']*$l+$i].' '.$param['attributes'].' disabled/><label id="'.$id.'_label_element'.((int)$param['w_rowcol']*$l+$i).'" class="ch-rad-label" for="'.$id.'_elementform_id_temp'.((int)$param['w_rowcol']*$l+$i).'">'.$param['w_choices'][(int)$param['w_rowcol']*$l+$i].'</label></div>';
|
| 608 |
}
|
| 609 |
|
| 610 |
$j++;
|
| 618 |
for($i=0; $i<(int)(count($param['w_choices'])/$param['w_rowcol']); $i++)
|
| 619 |
{
|
| 620 |
$rep.='<div id="'.$id.'_element_tr'.$i.'" style="display: table-row;">';
|
| 621 |
+
|
| 622 |
+
if(count($param['w_choices']) > (int)$param['w_rowcol'])
|
| 623 |
+
for($l=0; $l<$param['w_rowcol']; $l++)
|
| 624 |
+
{
|
| 625 |
+
if($param['w_allow_other']=="yes" && $param['w_allow_other_num']==(int)$param['w_rowcol']*$i+$l)
|
| 626 |
+
$rep.='<div valign="top" id="'.$id.'_td_little'.((int)$param['w_rowcol']*$i+$l).'" idi="'.((int)$param['w_rowcol']*$i+$l).'" style="display: table-cell;"><input type="radio" value="'.$param['w_choices'][(int)$param['w_rowcol']*$i+$l].'" id="'.$id.'_elementform_id_temp'.((int)$param['w_rowcol']*$i+$l).'" name="'.$id.'_elementform_id_temp" other="1" onclick="set_default("'.$id.'","'.((int)$param['w_rowcol']*$i+$l).'","form_id_temp"); show_other_input("'.$id.'","form_id_temp");" '.$param['w_choices_checked'][(int)$param['w_rowcol']*$i+$l].' '.$param['attributes'].' disabled/><label id="'.$id.'_label_element'.((int)$param['w_rowcol']*$i+$l).'" class="ch-rad-label" for="'.$id.'_elementform_id_temp'.((int)$param['w_rowcol']*$i+$l).'">'.$param['w_choices'][(int)$param['w_rowcol']*$i+$l].'</label></div>';
|
| 627 |
+
else
|
| 628 |
+
$rep.='<div valign="top" id="'.$id.'_td_little'.((int)$param['w_rowcol']*$i+$l).'" idi="'.((int)$param['w_rowcol']*$i+$l).'" style="display: table-cell;"><input type="radio" value="'.$param['w_choices'][(int)$param['w_rowcol']*$i+$l].'" id="'.$id.'_elementform_id_temp'.((int)$param['w_rowcol']*$i+$l).'" name="'.$id.'_elementform_id_temp" onclick="set_default("'.$id.'","'.((int)$param['w_rowcol']*$i+$l).'","form_id_temp")" '.$param['w_choices_checked'][(int)$param['w_rowcol']*$i+$l].' '.$param['attributes'].' disabled/><label id="'.$id.'_label_element'.((int)$param['w_rowcol']*$i+$l).'" class="ch-rad-label" for="'.$id.'_elementform_id_temp'.((int)$param['w_rowcol']*$i+$l).'">'.$param['w_choices'][(int)$param['w_rowcol']*$i+$l].'</label></div>';
|
| 629 |
+
}
|
| 630 |
+
else
|
| 631 |
+
for($l=0; $l<count($param['w_choices']); $l++)
|
| 632 |
+
{
|
| 633 |
+
if($param['w_allow_other']=="yes" && $param['w_allow_other_num']==(int)$param['w_rowcol']*$i+$l)
|
| 634 |
+
$rep.='<div valign="top" id="'.$id.'_td_little'.((int)$param['w_rowcol']*$i+$l).'" idi="'.((int)$param['w_rowcol']*$i+$l).'" style="display: table-cell;"><input type="radio" value="'.$param['w_choices'][(int)$param['w_rowcol']*$i+$l].'" id="'.$id.'_elementform_id_temp'.((int)$param['w_rowcol']*$i+$l).'" name="'.$id.'_elementform_id_temp" other="1" onclick="set_default("'.$id.'","'.((int)$param['w_rowcol']*$i+$l).'","form_id_temp"); show_other_input("'.$id.'","form_id_temp");" '.$param['w_choices_checked'][(int)$param['w_rowcol']*$i+$l].' '.$param['attributes'].' disabled/><label id="'.$id.'_label_element'.((int)$param['w_rowcol']*$i+$l).'" class="ch-rad-label" for="'.$id.'_elementform_id_temp'.((int)$param['w_rowcol']*$i+$l).'">'.$param['w_choices'][(int)$param['w_rowcol']*$i+$l].'</label></div>';
|
| 635 |
+
else
|
| 636 |
+
$rep.='<div valign="top" id="'.$id.'_td_little'.((int)$param['w_rowcol']*$i+$l).'" idi="'.((int)$param['w_rowcol']*$i+$l).'" style="display: table-cell;"><input type="radio" value="'.$param['w_choices'][(int)$param['w_rowcol']*$i+$l].'" id="'.$id.'_elementform_id_temp'.((int)$param['w_rowcol']*$i+$l).'" name="'.$id.'_elementform_id_temp" onclick="set_default("'.$id.'","'.((int)$param['w_rowcol']*$i+$l).'","form_id_temp")" '.$param['w_choices_checked'][(int)$param['w_rowcol']*$i+$l].' '.$param['attributes'].' disabled/><label id="'.$id.'_label_element'.((int)$param['w_rowcol']*$i+$l).'" class="ch-rad-label" for="'.$id.'_elementform_id_temp'.((int)$param['w_rowcol']*$i+$l).'">'.$param['w_choices'][(int)$param['w_rowcol']*$i+$l].'</label></div>';
|
| 637 |
+
}
|
| 638 |
+
|
| 639 |
+
$rep.='</div>';
|
| 640 |
}
|
| 641 |
|
| 642 |
if(count($param['w_choices'])%$param['w_rowcol']!=0)
|
| 643 |
{
|
| 644 |
$rep.='<div id="'.$id.'_element_tr'.((int)(count($param['w_choices'])/(int)$param['w_rowcol'])).'" style="display: table-row;">';
|
| 645 |
+
|
| 646 |
+
for($k=0; $k<count($param['w_choices'])%$param['w_rowcol']; $k++)
|
| 647 |
+
{
|
| 648 |
+
$l = count($param['w_choices']) - count($param['w_choices'])%$param['w_rowcol'] + $k;
|
| 649 |
+
if($param['w_allow_other']=="yes" && $param['w_allow_other_num']==$l)
|
| 650 |
+
$rep.='<div valign="top" id="'.$id.'_td_little'.$l.'" idi="'.$l.'" style="display: table-cell;"><input type="radio" value="'.$param['w_choices'][$l].'" id="'.$id.'_elementform_id_temp'.$l.'" name="'.$id.'_elementform_id_temp" other="1" onclick="set_default("'.$id.'","'.$l.'","form_id_temp"); show_other_input("'.$id.'","form_id_temp");" '.$param['w_choices_checked'][$l].' '.$param['attributes'].' disabled/><label id="'.$id.'_label_element'.$l.'" class="ch-rad-label" for="'.$id.'_elementform_id_temp'.$l.'">'.$param['w_choices'][$l].'</label></div>';
|
| 651 |
+
else
|
| 652 |
+
$rep.='<div valign="top" id="'.$id.'_td_little'.$l.'" idi="'.$l.'" style="display: table-cell;"><input type="radio" value="'.$param['w_choices'][$l].'" id="'.$id.'_elementform_id_temp'.$l.'" name="'.$id.'_elementform_id_temp" onclick="set_default("'.$id.'","'.$l.'","form_id_temp")" '.$param['w_choices_checked'][$l].' '.$param['attributes'].' disabled/><label id="'.$id.'_label_element'.$l.'" class="ch-rad-label" for="'.$id.'_elementform_id_temp'.$l.'">'.$param['w_choices'][$l].'</label></div>';
|
| 653 |
+
}
|
| 654 |
+
|
| 655 |
+
$rep.='</div>';
|
| 656 |
}
|
| 657 |
|
| 658 |
}
|
| 696 |
$param['w_choices_checked'][$key]='';
|
| 697 |
}
|
| 698 |
|
| 699 |
+
$rep='<div id="wdform_field'.$id.'" type="type_own_select" class="wdform_field" style="display: table-cell;">'.$arrows.'<div align="left" id="'.$id.'_label_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].'; width: '.$param['w_field_label_size'].'px;"><span id="'.$id.'_element_labelform_id_temp" class="label" style="vertical-align: top;">'.$label.'</span><span id="'.$id.'_required_elementform_id_temp" class="required" style="vertical-align: top;">'.$required_sym.'</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].'; "><input type="hidden" value="type_own_select" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp"><input type="hidden" value="'.$param['w_required'].'" name="'.$id.'_requiredform_id_temp" id="'.$id.'_requiredform_id_temp"><select id="'.$id.'_elementform_id_temp" name="'.$id.'_elementform_id_temp" onchange="set_select(this)" style="width: '.$param['w_size'].'px;" '.$param['attributes'].' disabled>';
|
| 700 |
foreach($param['w_choices'] as $key => $choice)
|
| 701 |
{
|
| 702 |
if($param['w_choices_disabled'][$key]=="true")
|
| 732 |
$required_sym = ($param['w_required']=="yes" ? " *" : "");
|
| 733 |
$param['w_countries'] = explode('***',$param['w_countries']);
|
| 734 |
|
| 735 |
+
$rep='<div id="wdform_field'.$id.'" type="type_country" class="wdform_field" style="display: table-cell;">'.$arrows.'<div align="left" id="'.$id.'_label_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].'; width: '.$param['w_field_label_size'].'px;"><span id="'.$id.'_element_labelform_id_temp" class="label" style="vertical-align: top;">'.$label.'</span><span id="'.$id.'_required_elementform_id_temp" class="required" style="vertical-align: top;">'.$required_sym.'</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].'; "><input type="hidden" value="type_country" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp"><input type="hidden" value="'.$param['w_required'].'" name="'.$id.'_requiredform_id_temp" id="'.$id.'_requiredform_id_temp"><select id="'.$id.'_elementform_id_temp" name="'.$id.'_elementform_id_temp" style="width: '.$param['w_size'].'px;" '.$param['attributes'].' disabled>';
|
| 736 |
foreach($param['w_countries'] as $key => $choice)
|
| 737 |
{
|
| 738 |
$choice_value=$choice;
|
| 769 |
|
| 770 |
if($param['w_sec']=='1')
|
| 771 |
{
|
| 772 |
+
$w_sec = '<div align="center" style="display: table-cell;"><span class="wdform_colon" style="vertical-align: middle;"> : </span></div><div id="'.$id.'_td_time_input3" style="width: 32px; display: table-cell;"><input type="text" value="'.$param['w_ss'].'" class="time_box" id="'.$id.'_ssform_id_temp" name="'.$id.'_ssform_id_temp" onkeypress="return check_second(event, "'.$id.'_ssform_id_temp")" onkeyup="change_second("'.$id.'_ssform_id_temp")" onblur="add_0("'.$id.'_ssform_id_temp")" '.$param['attributes'].' disabled /></div>';
|
| 773 |
$w_sec_label='<div style="display: table-cell;"></div><div id="'.$id.'_td_time_label3" style="display: table-cell;"><label class="mini_label" id="'.$id.'_mini_label_ss">'.$w_mini_labels[2].'</label></div>';
|
| 774 |
}
|
| 775 |
else
|
| 804 |
}
|
| 805 |
|
| 806 |
|
| 807 |
+
$rep ='<div id="wdform_field'.$id.'" type="type_time" class="wdform_field" style="display: table-cell;">'.$arrows.'<div align="left" id="'.$id.'_label_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].'; width: '.$param['w_field_label_size'].'px;"><span id="'.$id.'_element_labelform_id_temp" class="label" style="vertical-align: top;">'.$label.'</span><span id="'.$id.'_required_elementform_id_temp" class="required" style="vertical-align: top;">'.$required_sym.'</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].';"><input type="hidden" value="type_time" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp"><input type="hidden" value="'.$param['w_required'].'" name="'.$id.'_requiredform_id_temp" id="'.$id.'_requiredform_id_temp"><div id="'.$id.'_table_time" style="display: table;"><div id="'.$id.'_tr_time1" style="display: table-row;"><div id="'.$id.'_td_time_input1" style="width: 32px; display: table-cell;"><input type="text" value="'.$param['w_hh'].'" class="time_box" id="'.$id.'_hhform_id_temp" name="'.$id.'_hhform_id_temp" onkeypress="return check_hour(event, "'.$id.'_hhform_id_temp", "23")" onkeyup="change_hour(event, "'.$id.'_hhform_id_temp","23")" onblur="add_0("'.$id.'_hhform_id_temp")" '.$param['attributes'].' disabled/></div><div align="center" style="display: table-cell;"><span class="wdform_colon" style="vertical-align: middle;"> : </span></div><div id="'.$id.'_td_time_input2" style="width: 32px; display: table-cell;"><input type="text" value="'.$param['w_mm'].'" class="time_box" id="'.$id.'_mmform_id_temp" name="'.$id.'_mmform_id_temp" onkeypress="return check_minute(event, "'.$id.'_mmform_id_temp")" onkeyup="change_minute(event, "'.$id.'_mmform_id_temp")" onblur="add_0("'.$id.'_mmform_id_temp")" '.$param['attributes'].' disabled/></div>'.$w_sec.$w_time_type.'</div><div id="'.$id.'_tr_time2" style="display: table-row;"><div id="'.$id.'_td_time_label1" style="display: table-cell;"><label class="mini_label" id="'.$id.'_mini_label_hh">'.$w_mini_labels[0].'</label></div><div style="display: table-cell;"></div><div id="'.$id.'_td_time_label2" style="display: table-cell;"><label class="mini_label" id="'.$id.'_mini_label_mm">'.$w_mini_labels[1].'</label></div>'.$w_sec_label.$w_time_type_label.'</div></div></div></div>';
|
| 808 |
|
| 809 |
break;
|
| 810 |
}
|
| 832 |
|
| 833 |
|
| 834 |
|
| 835 |
+
$rep ='<div id="wdform_field'.$id.'" type="type_date" class="wdform_field" style="display: table-cell;">'.$arrows.'<div align="left" id="'.$id.'_label_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].'; width: '.$param['w_field_label_size'].'px;"><span id="'.$id.'_element_labelform_id_temp" class="label" style="vertical-align: top;">'.$label.'</span><span id="'.$id.'_required_elementform_id_temp" class="required" style="vertical-align: top;">'.$required_sym.'</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].';"><input type="hidden" value="type_date" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp"><input type="hidden" value="'.$param['w_required'].'" name="'.$id.'_requiredform_id_temp" id="'.$id.'_requiredform_id_temp"><input type="text" value="'.$param['w_date'].'" class="wdform-date" id="'.$id.'_elementform_id_temp" name="'.$id.'_elementform_id_temp" maxlength="10" size="10" onchange="change_value("'.$id.'_elementform_id_temp")" '.$param['attributes'].' disabled/><input id="'.$id.'_buttonform_id_temp" class="button" type="reset" value="'.$param['w_but_val'].'" format="'.$param['w_format'].'" src="templates/bluestork/images/system/calendar.png" alt="calendario" '.$param['attributes'].' onclick="return showCalendar("'.$id.'_elementform_id_temp" , "'.$param['w_format'].'")"></div></div>';
|
| 836 |
|
| 837 |
break;
|
| 838 |
}
|
| 864 |
{
|
| 865 |
|
| 866 |
|
| 867 |
+
$w_day_type = '<select id="'.$id.'_dayform_id_temp" name="'.$id.'_dayform_id_temp" onchange="set_select(this)" style="width: '.$param['w_day_size'].'px;" '.$param['attributes'].' disabled><option value=""></option>';
|
| 868 |
for($k=0; $k<=31; $k++)
|
| 869 |
{
|
| 870 |
if($k<10)
|
| 892 |
$w_day_type .= '</select>';
|
| 893 |
}
|
| 894 |
else
|
| 895 |
+
{
|
| 896 |
+
$w_day_type = '<input type="text" value="'.$param['w_day'].'" id="'.$id.'_dayform_id_temp" name="'.$id.'_dayform_id_temp" onchange="change_value("'.$id.'_dayform_id_temp")" onkeypress="return check_day(event, "'.$id.'_dayform_id_temp")" onblur="if (this.value=="0") this.value=""; else add_0("'.$id.'_dayform_id_temp")" style="width: '.$param['w_day_size'].'px;" '.$param['attributes'].' disabled/>';
|
| 897 |
+
}
|
| 898 |
|
| 899 |
+
if($param['w_month_type']=="SELECT")
|
| 900 |
+
{
|
| 901 |
+
|
| 902 |
+
$w_month_type = '<select id="'.$id.'_monthform_id_temp" name="'.$id.'_monthform_id_temp" onchange="set_select(this)" style="width: '.$param['w_month_size'].'px;" '.$param['attributes'].' disabled><option value=""></option><option value="01" '.($param['w_month']=="01" ? "selected=\"selected\"": "").' ><!--repstart-->January<!--repend--></option><option value="02" '.($param['w_month']=="02" ? "selected=\"selected\"": "").'><!--repstart-->February<!--repend--></option><option value="03" '.($param['w_month']=="03"? "selected=\"selected\"": "").'><!--repstart-->March<!--repend--></option><option value="04" '.($param['w_month']=="04" ? "selected=\"selected\"": "").' ><!--repstart-->April<!--repend--></option><option value="05" '.($param['w_month']=="05" ? "selected=\"selected\"": "").' ><!--repstart-->May<!--repend--></option><option value="06" '.($param['w_month']=="06" ? "selected=\"selected\"": "").' ><!--repstart-->June<!--repend--></option><option value="07" '.($param['w_month']=="07" ? "selected=\"selected\"": "").' ><!--repstart-->July<!--repend--></option><option value="08" '.($param['w_month']=="08" ? "selected=\"selected\"": "").' ><!--repstart-->August<!--repend--></option><option value="09" '.($param['w_month']=="09" ? "selected=\"selected\"": "").' ><!--repstart-->September<!--repend--></option><option value="10" '.($param['w_month']=="10" ? "selected=\"selected\"": "").' ><!--repstart-->October<!--repend--></option><option value="11" '.($param['w_month']=="11" ? "selected=\"selected\"": "").'><!--repstart-->November<!--repend--></option><option value="12" '.($param['w_month']=="12" ? "selected=\"selected\"": "").' ><!--repstart-->December<!--repend--></option></select>';
|
| 903 |
+
|
| 904 |
+
}
|
| 905 |
+
else
|
| 906 |
+
{
|
| 907 |
+
$w_month_type = '<input type="text" value="'.$param['w_month'].'" id="'.$id.'_monthform_id_temp" name="'.$id.'_monthform_id_temp" onkeypress="return check_month(event, "'.$id.'_monthform_id_temp")" onchange="change_value("'.$id.'_monthform_id_temp")" onblur="if (this.value=="0") this.value=""; else add_0("'.$id.'_monthform_id_temp")" style="width: '.$param['w_day_size'].'px;" '.$param['attributes'].' disabled/>';
|
| 908 |
+
|
| 909 |
+
}
|
| 910 |
|
| 911 |
+
if($param['w_year_type']=="SELECT")
|
| 912 |
+
{
|
| 913 |
+
$w_year_type = '<select id="'.$id.'_yearform_id_temp" name="'.$id.'_yearform_id_temp" onchange="set_select(this)" from="'.$param['w_from'].'" to="'.$param['w_to'].'" style="width: '.$param['w_year_size'].'px;" '.$param['attributes'].' disabled><option value=""></option>';
|
| 914 |
for($k=$param['w_to']; $k>=$param['w_from']; $k--)
|
| 915 |
{
|
| 916 |
if($param['w_year']==$k)
|
| 925 |
}
|
| 926 |
else
|
| 927 |
{
|
| 928 |
+
$w_year_type = '<input type="text" value="'.$param['w_year'].'" id="'.$id.'_yearform_id_temp" name="'.$id.'_yearform_id_temp" onchange="change_year("'.$id.'_yearform_id_temp")" onkeypress="return check_year1(event, "'.$id.'_yearform_id_temp")" onblur="check_year2("'.$id.'_yearform_id_temp")" from="'.$param['w_from'].'" to="'.$param['w_to'].'" style="width: '.$param['w_day_size'].'px;" '.$param['attributes'].' disabled/>';
|
| 929 |
}
|
| 930 |
|
| 931 |
|
| 932 |
+
$rep ='<div id="wdform_field'.$id.'" type="type_date_fields" class="wdform_field" style="display: table-cell;">'.$arrows.'<div align="left" id="'.$id.'_label_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].'; width: '.$param['w_field_label_size'].'px;"><span id="'.$id.'_element_labelform_id_temp" class="label" style="vertical-align: top;">'.$label.'</span><span id="'.$id.'_required_elementform_id_temp" class="required" style="vertical-align: top;">'.$required_sym.'</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].';"><input type="hidden" value="type_date_fields" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp"><input type="hidden" value="'.$param['w_required'].'" name="'.$id.'_requiredform_id_temp" id="'.$id.'_requiredform_id_temp"><div id="'.$id.'_table_date" style="display: table;"><div id="'.$id.'_tr_date1" style="display: table-row;"><div id="'.$id.'_td_date_input1" style="display: table-cell;">
|
| 933 |
'.$w_day_type.'
|
| 934 |
|
| 935 |
</div><div id="'.$id.'_td_date_separator1" style="display: table-cell;"><span id="'.$id.'_separator1" class="wdform_separator">'.$param['w_divider'].'</span></div><div id="'.$id.'_td_date_input2" style="display: table-cell;">'.$w_month_type.'</div><div id="'.$id.'_td_date_separator2" style="display: table-cell;"><span id="'.$id.'_separator2" class="wdform_separator">'.$param['w_divider'].'</span></div><div id="'.$id.'_td_date_input3" style="display: table-cell;">'.$w_year_type.'</div></div><div id="'.$id.'_tr_date2" style="display: table-row;"><div id="'.$id.'_td_date_label1" style="display: table-cell;"><label class="mini_label" id="'.$id.'_day_label">'.$param['w_day_label'].'</label></div><div style="display: table-cell;"></div><div id="'.$id.'_td_date_label2" style="display: table-cell;"><label class="mini_label" id="'.$id.'_month_label">'.$param['w_month_label'].'</label></div><div style="display: table-cell;"></div><div id="'.$id.'_td_date_label3" style="display: table-cell;"><label class="mini_label" id="'.$id.'_year_label">'.$param['w_year_label'].'</label></div></div></div></div></div>';
|
| 964 |
$required_sym = ($param['w_required']=="yes" ? " *" : "");
|
| 965 |
$multiple = ($param['w_multiple']=="yes" ? "multiple='multiple'" : "");
|
| 966 |
|
| 967 |
+
$rep ='<div id="wdform_field'.$id.'" type="type_file_upload" class="wdform_field" style="display: table-cell;">'.$arrows.'<div align="left" id="'.$id.'_label_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].'; width: '.$param['w_field_label_size'].'px;"><span id="'.$id.'_element_labelform_id_temp" class="label" style="vertical-align: top;">'.$label.'</span><span id="'.$id.'_required_elementform_id_temp" class="required" style="vertical-align: top;">'.$required_sym.'</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].';"><input type="hidden" value="type_file_upload" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp"><input type="hidden" value="'.$param['w_required'].'" name="'.$id.'_requiredform_id_temp" id="'.$id.'_requiredform_id_temp"><input type="hidden" value="***max_sizeskizb'.$id.'***'.$param['w_max_size'].'***max_sizeverj'.$id.'***" id="'.$id.'_max_size" name="'.$id.'_max_size"><input type="hidden" value="***destinationskizb'.$id.'***'.$param['w_destination'].'***destinationverj'.$id.'***" id="'.$id.'_destination" name="'.$id.'_destination"><input type="hidden" value="***extensionskizb'.$id.'***'.$param['w_extension'].'***extensionverj'.$id.'***" id="'.$id.'_extension" name="'.$id.'_extension"><input type="file" class="file_upload" id="'.$id.'_elementform_id_temp" name="'.$id.'_fileform_id_temp" '.$multiple.' '.$param['attributes'].' disabled/></div></div>';
|
| 968 |
|
| 969 |
break;
|
| 970 |
}
|
| 989 |
|
| 990 |
$param['w_field_label_pos'] = ($param['w_field_label_pos']=="left" ? "table-cell" : "block");
|
| 991 |
|
| 992 |
+
$rep ='<div id="wdform_field'.$id.'" type="type_captcha" class="wdform_field" style="display: table-cell;">'.$arrows.'<div align="left" id="'.$id.'_label_sectionform_id_temp" class="'.$param['w_class'].'" style="display:'.$param['w_field_label_pos'].'; width: '.$param['w_field_label_size'].'px;"><span id="'.$id.'_element_labelform_id_temp" class="label" style="vertical-align: top;">'.$label.'</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].';"><input type="hidden" value="type_captcha" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp"><div style="display: table;"><div style="display: table-row;"><div valign="middle" style="display: table-cell;"><img type="captcha" digit="'.$param['w_digit'].'" src="' . add_query_arg(array('action' => 'formcontactwdcaptcha', 'digit' => $param['w_digit'], 'i' => 'form_id_temp'), admin_url('admin-ajax.php')) . '" id="_wd_captchaform_id_temp" class="captcha_img" onclick="captcha_refresh("_wd_captcha","form_id_temp")" '.$param['attributes'].'></div><div valign="middle" style="display: table-cell;"><div class="captcha_refresh" id="_element_refreshform_id_temp" onclick="captcha_refresh("_wd_captcha","form_id_temp")" '.$param['attributes'].'></div></div></div><div style="display: table-row;"><div style="display: table-cell;"><input type="text" class="captcha_input" id="_wd_captcha_inputform_id_temp" name="captcha_input" style="width: '.($param['w_digit']*10+15).'px;" '.$param['attributes'].' disabled/></div></div></div></div></div>';
|
| 993 |
|
| 994 |
break;
|
| 995 |
}
|
| 1014 |
|
| 1015 |
$param['w_field_label_pos'] = ($param['w_field_label_pos']=="left" ? "table-cell" : "block");
|
| 1016 |
|
| 1017 |
+
$rep ='<div id="wdform_field'.$id.'" type="type_recaptcha" class="wdform_field" style="display: table-cell;">'.$arrows.'<div align="left" id="'.$id.'_label_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].'; width: '.$param['w_field_label_size'].'px;"><span id="'.$id.'_element_labelform_id_temp" class="label" style="vertical-align: top;">'.$label.'</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].';"><input type="hidden" value="type_recaptcha" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp"><div id="wd_recaptchaform_id_temp" public_key="'.$param['w_public'].'" private_key="'.$param['w_private'].'" theme="'.$param['w_theme'].'" '.$param['attributes'].'><span style="color: red; font-style: italic;">Recaptcha doesn\'t display in back end</span></div></div></div>';
|
| 1018 |
|
| 1019 |
break;
|
| 1020 |
}
|
| 1038 |
$param['attributes'] = $param['attributes'].' add_'.$attr;
|
| 1039 |
}
|
| 1040 |
$param['w_name'] = str_replace(' ','',$param['w_name']);
|
| 1041 |
+
$rep ='<div id="wdform_field'.$id.'" type="type_hidden" class="wdform_field" style="display: table-cell;">'.$arrows.'<div align="left" id="'.$id.'_label_sectionform_id_temp" style="display: table-cell;"><span id="'.$id.'_element_labelform_id_temp" style="display: none;">'.$param['w_name'].'</span><span style="color: red; font-size: 13px;">Hidden field</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" style="display: table-cell; padding-left:7px;"><input type="hidden" value="'.$param['w_value'].'" id="'.$id.'_elementform_id_temp" name="'.$param['w_name'].'" '.$param['attributes'].'><input type="hidden" value="type_hidden" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp"><div><span align="left">Name: </span><span align="left" id="'.$id.'_hidden_nameform_id_temp">'.$param['w_name'].'</span></div><div><span align="left">Value: </span><span align="left" id="'.$id.'_hidden_valueform_id_temp">'.$param['w_value'].'</span></div></div></div>';
|
| 1042 |
|
| 1043 |
break;
|
| 1044 |
}
|
| 1063 |
|
| 1064 |
$param['w_field_label_pos'] = ($param['w_field_label_pos']=="left" ? "table-cell" : "block");
|
| 1065 |
|
| 1066 |
+
$rep ='<div id="wdform_field'.$id.'" type="type_mark_map" class="wdform_field" style="display: table-cell;">'.$arrows.'<div align="left" id="'.$id.'_label_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].'; width: '.$param['w_field_label_size'].'px;"><span id="'.$id.'_element_labelform_id_temp" class="label" style="vertical-align: top;">'.$label.'</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].';"><input type="hidden" value="type_mark_map" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp"><div id="'.$id.'_elementform_id_temp" long0="'.$param['w_long'].'" lat0="'.$param['w_lat'].'" zoom="'.$param['w_zoom'].'" info0="'.$param['w_info'].'" center_x="'.$param['w_center_x'].'" center_y="'.$param['w_center_y'].'" style="width: '.$param['w_width'].'px; height: '.$param['w_height'].'px;" '.$param['attributes'].'></div></div></div> ';
|
| 1067 |
|
| 1068 |
break;
|
| 1069 |
}
|
| 1097 |
$marker.='long'.$key.'="'.$w_long.'" lat'.$key.'="'.$param['w_lat'][$key].'" info'.$key.'="'.$param['w_info'][$key].'"';
|
| 1098 |
}
|
| 1099 |
|
| 1100 |
+
$rep ='<div id="wdform_field'.$id.'" type="type_map" class="wdform_field" style="display: table-cell;">'.$arrows.'<div align="left" id="'.$id.'_label_sectionform_id_temp" class="'.$param['w_class'].'" style="display: table-cell;"><span id="'.$id.'_element_labelform_id_temp" style="display: none;">'.$label.'</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" class="'.$param['w_class'].'" style="display: table-cell;"><input type="hidden" value="type_map" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp"><div id="'.$id.'_elementform_id_temp" zoom="'.$param['w_zoom'].'" center_x="'.$param['w_center_x'].'" center_y="'.$param['w_center_y'].'" style="width: '.$param['w_width'].'px; height: '.$param['w_height'].'px;" '.$marker.' '.$param['attributes'].'></div></div></div>';
|
| 1101 |
|
| 1102 |
break;
|
| 1103 |
}
|
| 1131 |
$w_title = explode('***',$param['w_title']);
|
| 1132 |
$w_mini_labels = explode('***',$param['w_mini_labels']);
|
| 1133 |
|
| 1134 |
+
$rep ='<div id="wdform_field'.$id.'" type="type_paypal_price" class="wdform_field" style="display: table-cell;">'.$arrows.'<div align="left" id="'.$id.'_label_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].'; width: '.$param['w_field_label_size'].'px;"><span id="'.$id.'_element_labelform_id_temp" class="label" style="vertical-align: top;">'.$label.'</span><span id="'.$id.'_required_elementform_id_temp" class="required"style="vertical-align: top;">'.$required_sym.'</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].';"><input type="hidden" value="type_paypal_price" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp"><input type="hidden" value="'.$param['w_required'].'" name="'.$id.'_requiredform_id_temp" id="'.$id.'_requiredform_id_temp"><input type="hidden" value="'.$param['w_range_min'].'" name="'.$id.'_range_minform_id_temp" id="'.$id.'_range_minform_id_temp"><input type="hidden" value="'.$param['w_range_max'].'" name="'.$id.'_range_maxform_id_temp" id="'.$id.'_range_maxform_id_temp"><div id="'.$id.'_table_price" style="display: table;"><div id="'.$id.'_tr_price1" style="display: table-row;"><div id="'.$id.'_td_name_currency" style="display: table-cell;"><span class="wdform_colon" style="vertical-align: middle;"><!--repstart--> $ <!--repend--></span></div><div id="'.$id.'_td_name_dollars" style="display: table-cell;"><input type="text" class="'.$input_active.'" id="'.$id.'_element_dollarsform_id_temp" name="'.$id.'_element_dollarsform_id_temp" value="'.$w_first_val[0].'" title="'.$w_title[0].'"onfocus="delete_value("'.$id.'_element_dollarsform_id_temp")" onblur="return_value("'.$id.'_element_dollarsform_id_temp")"onchange="change_value("'.$id.'_element_dollarsform_id_temp")" onkeypress="return check_isnum(event)" style="width: '.$param['w_size'].'px;" '.$param['attributes'].' disabled/></div><div id="'.$id.'_td_name_divider" style="display: '.$hide_cents.';"><span class="wdform_colon" style="vertical-align: middle;"> . </span></div><div id="'.$id.'_td_name_cents" style="display: '.$hide_cents.'"><input type="text" class="'.$input_active.'" id="'.$id.'_element_centsform_id_temp" name="'.$id.'_element_centsform_id_temp" value="'.$w_first_val[1].'" title="'.$w_title[1].'"onfocus="delete_value("'.$id.'_element_centsform_id_temp")" onblur="return_value("'.$id.'_element_centsform_id_temp"); add_0("'.$id.'_element_centsform_id_temp")"onchange="change_value("'.$id.'_element_centsform_id_temp")" onkeypress="return check_isnum_interval(event,"'.$id.'_element_centsform_id_temp",0,99)"style="width: 30px;" '.$param['attributes'].' disabled/></div></div><div id="'.$id.'_tr_price2" style="display: table-row;"><div style="display: table-cell;"><label class="mini_label"></label></div><div align="left" style="display: table-cell;"><label class="mini_label" id="'.$id.'_mini_label_dollars">'.$w_mini_labels[0].'</label></div><div id="'.$id.'_td_name_label_divider" style="display: '.$hide_cents.'"><label class="mini_label"></label></div><div align="left" id="'.$id.'_td_name_label_cents" style="display: '.$hide_cents.'"><label class="mini_label" id="'.$id.'_mini_label_cents">'.$w_mini_labels[1].'</label></div></div></div></div></div>';
|
| 1135 |
break;
|
| 1136 |
}
|
| 1137 |
|
| 1175 |
}
|
| 1176 |
|
| 1177 |
|
| 1178 |
+
$rep='<div id="wdform_field'.$id.'" type="type_paypal_select" class="wdform_field" style="display: table-cell;">'.$arrows.'<div align="left" id="'.$id.'_label_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].'; width: '.$param['w_field_label_size'].'px;"><span id="'.$id.'_element_labelform_id_temp" class="label" style="vertical-align: top;">'.$label.'</span><span id="'.$id.'_required_elementform_id_temp" class="required" style="vertical-align: top;">'.$required_sym.'</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].'; "><input type="hidden" value="type_paypal_select" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp"><input type="hidden" value="'.$param['w_required'].'" name="'.$id.'_requiredform_id_temp" id="'.$id.'_requiredform_id_temp"><select id="'.$id.'_elementform_id_temp" name="'.$id.'_elementform_id_temp" onchange="set_select(this)" style="width: '.$param['w_size'].'px;" '.$param['attributes'].' disabled>';
|
| 1179 |
+
foreach($param['w_choices'] as $key => $choice)
|
| 1180 |
+
{
|
| 1181 |
+
if($param['w_choices_disabled'][$key]=="true")
|
| 1182 |
+
$choice_value='';
|
| 1183 |
+
else
|
| 1184 |
+
$choice_value=$param['w_choices_price'][$key];
|
| 1185 |
+
$rep.='<option id="'.$id.'_option'.$key.'" value="'.$choice_value.'" onselect="set_select("'.$id.'_option'.$key.'")" '.$param['w_choices_checked'][$key].'>'.$choice.'</option>';
|
| 1186 |
+
}
|
| 1187 |
+
$rep.='</select><div id="'.$id.'_divform_id_temp">';
|
| 1188 |
+
if($param['w_quantity']=="yes")
|
| 1189 |
+
$rep.='<span id="'.$id.'_element_quantity_spanform_id_temp" style="margin-right: 15px;"><label class="mini_label" id="'.$id.'_element_quantity_label_form_id_temp" style="margin-right: 5px;"><!--repstart-->Quantity<!--repend--></label><input type="text" value="'.$param['w_quantity_value'].'" id="'.$id.'_element_quantityform_id_temp" name="'.$id.'_element_quantityform_id_temp" onkeypress="return check_isnum(event)" onchange="change_value("'.$id.'_element_quantityform_id_temp", this.value)" style="width: 30px; margin: 2px 0px;" disabled /></span>';
|
| 1190 |
+
if($param['w_property'][0])
|
| 1191 |
+
foreach($param['w_property'] as $key => $property)
|
| 1192 |
+
{
|
| 1193 |
+
|
| 1194 |
+
$rep.='
|
| 1195 |
+
<span id="'.$id.'_property_'.$key.'" style="margin-right: 15px;">
|
| 1196 |
+
|
| 1197 |
+
<label class="mini_label" id="'.$id.'_property_label_form_id_temp'.$key.'" style="margin-right: 5px;">'.$property.'</label>
|
| 1198 |
+
<select id="'.$id.'_propertyform_id_temp'.$key.'" name="'.$id.'_propertyform_id_temp'.$key.'" style="width: auto; margin: 2px 0px;" disabled>';
|
| 1199 |
+
$param['w_property_values'][$key] = explode('###',$param['w_property_values'][$key]);
|
| 1200 |
+
$param['w_property_values'][$key] = array_slice($param['w_property_values'][$key],1, count($param['w_property_values'][$key]));
|
| 1201 |
+
foreach($param['w_property_values'][$key] as $subkey => $property_value)
|
| 1202 |
+
{
|
| 1203 |
+
$rep.='<option id="'.$id.'_'.$key.'_option'.$subkey.'" value="'.$property_value.'">'.$property_value.'</option>';
|
| 1204 |
+
}
|
| 1205 |
+
$rep.='</select></span>';
|
| 1206 |
+
}
|
| 1207 |
+
|
| 1208 |
+
$rep.='</div></div></div>';
|
| 1209 |
+
break;
|
| 1210 |
}
|
| 1211 |
|
| 1212 |
case 'type_paypal_checkbox':
|
| 1245 |
$param['w_choices_checked'][$key]='';
|
| 1246 |
}
|
| 1247 |
|
| 1248 |
+
$rep='<div id="wdform_field'.$id.'" type="type_paypal_checkbox" class="wdform_field" style="display: table-cell;">'.$arrows.'<div align="left" id="'.$id.'_label_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].'; width: '.$param['w_field_label_size'].'px;"><span id="'.$id.'_element_labelform_id_temp" class="label" style="vertical-align: top;">'.$label.'</span><span id="'.$id.'_required_elementform_id_temp" class="required" style="vertical-align: top;">'.$required_sym.'</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].';"><input type="hidden" value="type_paypal_checkbox" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp"><input type="hidden" value="'.$param['w_required'].'" name="'.$id.'_requiredform_id_temp" id="'.$id.'_requiredform_id_temp"><input type="hidden" value="'.$param['w_randomize'].'" name="'.$id.'_randomizeform_id_temp" id="'.$id.'_randomizeform_id_temp"><input type="hidden" value="'.$param['w_allow_other'].'" name="'.$id.'_allow_otherform_id_temp" id="'.$id.'_allow_otherform_id_temp"><input type="hidden" value="'.$param['w_allow_other_num'].'" name="'.$id.'_allow_other_numform_id_temp" id="'.$id.'_allow_other_numform_id_temp"><div style="display: table;"><div id="'.$id.'_table_little" style="display: table-row-group;">';
|
| 1249 |
+
|
| 1250 |
+
if($param['w_flow']=='hor')
|
| 1251 |
+
{
|
| 1252 |
+
$rep.= '<div id="'.$id.'_hor" style="display: table-row;">';
|
| 1253 |
+
foreach($param['w_choices'] as $key => $choice)
|
| 1254 |
+
{
|
| 1255 |
+
if($param['w_allow_other']=="yes" && $param['w_allow_other_num']==$key)
|
| 1256 |
+
$rep.='<div valign="top" id="'.$id.'_td_little'.$key.'" idi="'.$key.'" style="display: table-cell;"><input type="checkbox" other="1" id="'.$id.'_elementform_id_temp'.$key.'" name="'.$id.'_elementform_id_temp'.$key.'" value="'.$param['w_choices_price'][$key].'" onclick="if(set_checked("'.$id.'","'.$key.'","form_id_temp")) show_other_input("'.$id.'","form_id_temp");" '.$param['w_choices_checked'][$key].' '.$param['attributes'].' disabled/><label id="'.$id.'_label_element'.$key.'" class="ch-rad-label" for="'.$id.'_elementform_id_temp'.$key.'">'.$choice.'</label></div>';
|
| 1257 |
+
else
|
| 1258 |
+
$rep.='<div valign="top" id="'.$id.'_td_little'.$key.'" idi="'.$key.'" style="display: table-cell;"><input type="checkbox" id="'.$id.'_elementform_id_temp'.$key.'" name="'.$id.'_elementform_id_temp'.$key.'" value="'.$param['w_choices_price'][$key].'" onclick="set_checked("'.$id.'","'.$key.'","form_id_temp")" '.$param['w_choices_checked'][$key].' '.$param['attributes'].' disabled/><label id="'.$id.'_label_element'.$key.'" class="ch-rad-label" for="'.$id.'_elementform_id_temp'.$key.'" >'.$choice.'</label></div>';
|
| 1259 |
+
}
|
| 1260 |
+
$rep.= '</div>';
|
| 1261 |
+
}
|
| 1262 |
+
else
|
| 1263 |
+
{
|
| 1264 |
+
$rep.= '<div id="'.$id.'_table_little" style="display: table-row-group;">';
|
| 1265 |
+
foreach($param['w_choices'] as $key => $choice)
|
| 1266 |
+
{
|
| 1267 |
+
if($param['w_allow_other']=="yes" && $param['w_allow_other_num']==$key)
|
| 1268 |
+
$rep.='<div id="'.$id.'_element_tr'.$key.'" style="display: table-row;"><div valign="top" id="'.$id.'_td_little'.$key.'" idi="'.$key.'" style="display: table-cell;"><input type="checkbox" value="'.$param['w_choices_price'][$key].'" other="1" id="'.$id.'_elementform_id_temp'.$key.'" onclick="if(set_checked("'.$id.'","'.$key.'","form_id_temp")) show_other_input("'.$id.'","form_id_temp");" name="'.$id.'_elementform_id_temp'.$key.'" '.$param['w_choices_checked'][$key].' '.$param['attributes'].' disabled/><label id="'.$id.'_label_element'.$key.'" class="ch-rad-label" for="'.$id.'_elementform_id_temp'.$key.'">'.$choice.'</label></div></div>';
|
| 1269 |
+
else
|
| 1270 |
+
$rep.='<div id="'.$id.'_element_tr'.$key.'" style="display: table-row;"><div valign="top" id="'.$id.'_td_little'.$key.'" idi="'.$key.'" style="display: table-cell;"><input type="checkbox" id="'.$id.'_elementform_id_temp'.$key.'" name="'.$id.'_elementform_id_temp'.$key.'" value="'.$param['w_choices_price'][$key].'" onclick="set_checked("'.$id.'","'.$key.'","form_id_temp")" '.$param['w_choices_checked'][$key].' '.$param['attributes'].' disabled/><label id="'.$id.'_label_element'.$key.'" class="ch-rad-label" for="'.$id.'_elementform_id_temp'.$key.'">'.$choice.'</label></div></div>'; }
|
| 1271 |
+
$rep.= '</div>';
|
| 1272 |
+
}
|
| 1273 |
+
$rep.='</div></div>';
|
| 1274 |
|
| 1275 |
+
$rep.='<div id="'.$id.'_divform_id_temp">';
|
| 1276 |
+
if($param['w_quantity']=="yes")
|
| 1277 |
+
$rep.='<span id="'.$id.'_element_quantity_spanform_id_temp" style="margin-right: 15px;"><label class="mini_label" id="'.$id.'_element_quantity_label_form_id_temp" style="margin-right: 5px;"><!--repstart-->Quantity<!--repend--></label><input type="text" value="'.$param['w_quantity_value'].'" id="'.$id.'_element_quantityform_id_temp" name="'.$id.'_element_quantityform_id_temp" onkeypress="return check_isnum(event)" onchange="change_value("'.$id.'_element_quantityform_id_temp", this.value)" style="width: 30px; margin: 2px 0px;" disabled/></span>';
|
| 1278 |
+
if($param['w_property'][0])
|
| 1279 |
+
foreach($param['w_property'] as $key => $property)
|
| 1280 |
+
{
|
| 1281 |
+
$rep.='
|
| 1282 |
+
<span id="'.$id.'_property_'.$key.'" style="margin-right: 15px;">
|
| 1283 |
+
|
| 1284 |
+
<label class="mini_label" id="'.$id.'_property_label_form_id_temp'.$key.'" style="margin-right: 5px;">'.$property.'</label>
|
| 1285 |
+
<select id="'.$id.'_propertyform_id_temp'.$key.'" name="'.$id.'_propertyform_id_temp'.$key.'" style="width: auto; margin: 2px 0px;" disabled>';
|
| 1286 |
+
$param['w_property_values'][$key] = explode('###',$param['w_property_values'][$key]);
|
| 1287 |
+
$param['w_property_values'][$key] = array_slice($param['w_property_values'][$key],1, count($param['w_property_values'][$key]));
|
| 1288 |
+
foreach($param['w_property_values'][$key] as $subkey => $property_value)
|
| 1289 |
+
{
|
| 1290 |
+
$rep.='<option id="'.$id.'_'.$key.'_option'.$subkey.'" value="'.$property_value.'">'.$property_value.'</option>';
|
| 1291 |
+
}
|
| 1292 |
+
$rep.='</select></span>';
|
| 1293 |
+
}
|
| 1294 |
+
|
| 1295 |
+
$rep.='</div></div></div>';
|
| 1296 |
+
break;
|
| 1297 |
}
|
| 1298 |
case 'type_paypal_radio':
|
| 1299 |
{
|
| 1334 |
$param['w_choices_checked'][$key]='';
|
| 1335 |
}
|
| 1336 |
|
| 1337 |
+
$rep='<div id="wdform_field'.$id.'" type="type_paypal_radio" class="wdform_field" style="display: table-cell;">'.$arrows.'<div align="left" id="'.$id.'_label_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].'; width: '.$param['w_field_label_size'].'px;"><span id="'.$id.'_element_labelform_id_temp" class="label" style="vertical-align: top;">'.$label.'</span><span id="'.$id.'_required_elementform_id_temp" class="required" style="vertical-align: top;">'.$required_sym.'</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].';"><input type="hidden" value="type_paypal_radio" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp"><input type="hidden" value="'.$param['w_required'].'" name="'.$id.'_requiredform_id_temp" id="'.$id.'_requiredform_id_temp"><input type="hidden" value="'.$param['w_randomize'].'" name="'.$id.'_randomizeform_id_temp" id="'.$id.'_randomizeform_id_temp"><input type="hidden" value="'.$param['w_allow_other'].'" name="'.$id.'_allow_otherform_id_temp" id="'.$id.'_allow_otherform_id_temp"><input type="hidden" value="'.$param['w_allow_other_num'].'" name="'.$id.'_allow_other_numform_id_temp" id="'.$id.'_allow_other_numform_id_temp"><div style="display: table;"><div id="'.$id.'_table_little" style="display: table-row-group;">';
|
| 1338 |
+
|
| 1339 |
+
if($param['w_flow']=='hor')
|
| 1340 |
+
{
|
| 1341 |
+
$rep.= '<div id="'.$id.'_hor" style="display: table-row;">';
|
| 1342 |
+
foreach($param['w_choices'] as $key => $choice)
|
| 1343 |
+
{
|
| 1344 |
+
if($param['w_allow_other']=="yes" && $param['w_allow_other_num']==$key)
|
| 1345 |
+
$rep.='<div valign="top" id="'.$id.'_td_little'.$key.'" idi="'.$key.'" style="display: table-cell;"><input type="radio" other="1" id="'.$id.'_elementform_id_temp'.$key.'" name="'.$id.'_elementform_id_temp" value="'.$param['w_choices_price'][$key].'" onclick="set_default("'.$id.'","'.$key.'","form_id_temp"); show_other_input("'.$id.'","form_id_temp");" '.$param['w_choices_checked'][$key].' '.$param['attributes'].' disabled/><label id="'.$id.'_label_element'.$key.'" class="ch-rad-label" for="'.$id.'_elementform_id_temp'.$key.'">'.$choice.'</label></div>';
|
| 1346 |
+
else
|
| 1347 |
+
$rep.='<div valign="top" id="'.$id.'_td_little'.$key.'" idi="'.$key.'" style="display: table-cell;"><input type="radio" id="'.$id.'_elementform_id_temp'.$key.'" name="'.$id.'_elementform_id_temp" value="'.$param['w_choices_price'][$key].'" onclick="set_default("'.$id.'","'.$key.'","form_id_temp")" '.$param['w_choices_checked'][$key].' '.$param['attributes'].' disabled/><label id="'.$id.'_label_element'.$key.'" class="ch-rad-label" for="'.$id.'_elementform_id_temp'.$key.'">'.$choice.'</label></div>';
|
| 1348 |
+
}
|
| 1349 |
+
$rep.= '</div>';
|
| 1350 |
+
}
|
| 1351 |
+
else
|
| 1352 |
+
{
|
| 1353 |
+
$rep.= '<div id="'.$id.'_table_little" style="display: table-row-group;">';
|
| 1354 |
+
foreach($param['w_choices'] as $key => $choice)
|
| 1355 |
+
{
|
| 1356 |
+
if($param['w_allow_other']=="yes" && $param['w_allow_other_num']==$key)
|
| 1357 |
+
$rep.='<div id="'.$id.'_element_tr'.$key.'" style="display: table-row;"><div valign="top" id="'.$id.'_td_little'.$key.'" idi="'.$key.'" style="display: table-cell;"><input type="radio" value="'.$param['w_choices_price'][$key].'" other="1" id="'.$id.'_elementform_id_temp'.$key.'" onclick="set_default("'.$id.'","'.$key.'","form_id_temp"); show_other_input("'.$id.'","form_id_temp");" name="'.$id.'_elementform_id_temp" '.$param['w_choices_checked'][$key].' '.$param['attributes'].' disabled/><label id="'.$id.'_label_element'.$key.'" class="ch-rad-label" for="'.$id.'_elementform_id_temp'.$key.'">'.$choice.'</label></div></div>';
|
| 1358 |
+
else
|
| 1359 |
+
$rep.='<div id="'.$id.'_element_tr'.$key.'" style="display: table-row;"><div valign="top" id="'.$id.'_td_little'.$key.'" idi="'.$key.'" style="display: table-cell;"><input type="radio" id="'.$id.'_elementform_id_temp'.$key.'" name="'.$id.'_elementform_id_temp" value="'.$param['w_choices_price'][$key].'" onclick="set_default("'.$id.'","'.$key.'","form_id_temp")" '.$param['w_choices_checked'][$key].' '.$param['attributes'].' disabled/><label id="'.$id.'_label_element'.$key.'" class="ch-rad-label" for="'.$id.'_elementform_id_temp'.$key.'">'.$choice.'</label></div></div>'; }
|
| 1360 |
+
$rep.= '</div>';
|
| 1361 |
+
}
|
| 1362 |
+
$rep.='</div></div>';
|
| 1363 |
|
| 1364 |
+
$rep.='<div id="'.$id.'_divform_id_temp">';
|
| 1365 |
+
if($param['w_quantity']=="yes")
|
| 1366 |
+
$rep.='<span id="'.$id.'_element_quantity_spanform_id_temp" style="margin-right: 15px;"><label class="mini_label" id="'.$id.'_element_quantity_label_form_id_temp" style="margin-right: 5px;"><!--repstart-->Quantity<!--repend--></label><input type="text" value="'.$param['w_quantity_value'].'" id="'.$id.'_element_quantityform_id_temp" name="'.$id.'_element_quantityform_id_temp" onkeypress="return check_isnum(event)" onchange="change_value("'.$id.'_element_quantityform_id_temp", this.value)" style="width: 30px; margin: 2px 0px;" disabled/></span>';
|
| 1367 |
+
if($param['w_property'][0])
|
| 1368 |
+
foreach($param['w_property'] as $key => $property)
|
| 1369 |
+
{
|
| 1370 |
+
$rep.='
|
| 1371 |
+
<span id="'.$id.'_property_'.$key.'" style="margin-right: 15px;">
|
| 1372 |
+
|
| 1373 |
+
<label class="mini_label" id="'.$id.'_property_label_form_id_temp'.$key.'" style="margin-right: 5px;">'.$property.'</label>
|
| 1374 |
+
<select id="'.$id.'_propertyform_id_temp'.$key.'" name="'.$id.'_propertyform_id_temp'.$key.'" style="width: auto; margin: 2px 0px;" disabled>';
|
| 1375 |
+
$param['w_property_values'][$key] = explode('###',$param['w_property_values'][$key]);
|
| 1376 |
+
$param['w_property_values'][$key] = array_slice($param['w_property_values'][$key],1, count($param['w_property_values'][$key]));
|
| 1377 |
+
foreach($param['w_property_values'][$key] as $subkey => $property_value)
|
| 1378 |
+
{
|
| 1379 |
+
$rep.='<option id="'.$id.'_'.$key.'_option'.$subkey.'" value="'.$property_value.'">'.$property_value.'</option>';
|
| 1380 |
+
}
|
| 1381 |
+
$rep.='</select></span>';
|
| 1382 |
+
}
|
| 1383 |
+
|
| 1384 |
+
$rep.='</div></div></div>';
|
| 1385 |
+
|
| 1386 |
+
break;
|
| 1387 |
}
|
| 1388 |
case 'type_paypal_shipping':
|
| 1389 |
{
|
| 1422 |
$param['w_choices_checked'][$key]='';
|
| 1423 |
}
|
| 1424 |
|
| 1425 |
+
$rep='<div id="wdform_field'.$id.'" type="type_paypal_shipping" class="wdform_field" style="display: table-cell;">'.$arrows.'<div align="left" id="'.$id.'_label_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].'; width: '.$param['w_field_label_size'].'px;"><span id="'.$id.'_element_labelform_id_temp" class="label" style="vertical-align: top;">'.$label.'</span><span id="'.$id.'_required_elementform_id_temp" class="required" style="vertical-align: top;">'.$required_sym.'</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].';"><input type="hidden" value="type_paypal_shipping" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp"><input type="hidden" value="'.$param['w_required'].'" name="'.$id.'_requiredform_id_temp" id="'.$id.'_requiredform_id_temp"><input type="hidden" value="'.$param['w_randomize'].'" name="'.$id.'_randomizeform_id_temp" id="'.$id.'_randomizeform_id_temp"><input type="hidden" value="'.$param['w_allow_other'].'" name="'.$id.'_allow_otherform_id_temp" id="'.$id.'_allow_otherform_id_temp"><input type="hidden" value="'.$param['w_allow_other_num'].'" name="'.$id.'_allow_other_numform_id_temp" id="'.$id.'_allow_other_numform_id_temp"><div style="display: table;"><div id="'.$id.'_table_little" style="display: table-row-group;">';
|
| 1426 |
+
|
| 1427 |
+
if($param['w_flow']=='hor')
|
| 1428 |
+
{
|
| 1429 |
+
$rep.= '<div id="'.$id.'_hor" style="display: table-row;">';
|
| 1430 |
+
foreach($param['w_choices'] as $key => $choice)
|
| 1431 |
+
{
|
| 1432 |
+
if($param['w_allow_other']=="yes" && $param['w_allow_other_num']==$key)
|
| 1433 |
+
$rep.='<div valign="top" id="'.$id.'_td_little'.$key.'" idi="'.$key.'" style="display: table-cell;"><input type="radio" other="1" id="'.$id.'_elementform_id_temp'.$key.'" name="'.$id.'_elementform_id_temp" value="'.$param['w_choices_price'][$key].'" onclick="set_default("'.$id.'","'.$key.'","form_id_temp"); show_other_input("'.$id.'","form_id_temp");" '.$param['w_choices_checked'][$key].' '.$param['attributes'].' disabled/><label id="'.$id.'_label_element'.$key.'" class="ch-rad-label" for="'.$id.'_elementform_id_temp'.$key.'">'.$choice.'</label></div>';
|
| 1434 |
+
else
|
| 1435 |
+
$rep.='<div valign="top" id="'.$id.'_td_little'.$key.'" idi="'.$key.'" style="display: table-cell;"><input type="radio" id="'.$id.'_elementform_id_temp'.$key.'" name="'.$id.'_elementform_id_temp" value="'.$param['w_choices_price'][$key].'" onclick="set_default("'.$id.'","'.$key.'","form_id_temp")" '.$param['w_choices_checked'][$key].' '.$param['attributes'].' disabled/><label id="'.$id.'_label_element'.$key.'" class="ch-rad-label" for="'.$id.'_elementform_id_temp'.$key.'">'.$choice.'</label></div>';
|
| 1436 |
+
}
|
| 1437 |
+
$rep.= '</div>';
|
| 1438 |
+
}
|
| 1439 |
+
else
|
| 1440 |
+
{
|
| 1441 |
+
$rep.= '<div id="'.$id.'_table_little" style="display: table-row-group;">';
|
| 1442 |
+
foreach($param['w_choices'] as $key => $choice)
|
| 1443 |
+
{
|
| 1444 |
+
if($param['w_allow_other']=="yes" && $param['w_allow_other_num']==$key)
|
| 1445 |
+
$rep.='<div id="'.$id.'_element_tr'.$key.'" style="display: table-row;"><div valign="top" id="'.$id.'_td_little'.$key.'" idi="'.$key.'" style="display: table-cell;"><input type="radio" value="'.$param['w_choices_price'][$key].'" other="1" id="'.$id.'_elementform_id_temp'.$key.'" onclick="set_default("'.$id.'","'.$key.'","form_id_temp"); show_other_input("'.$id.'","form_id_temp");" name="'.$id.'_elementform_id_temp" '.$param['w_choices_checked'][$key].' '.$param['attributes'].' disabled/><label id="'.$id.'_label_element'.$key.'" class="ch-rad-label" for="'.$id.'_elementform_id_temp'.$key.'">'.$choice.'</label></div></div>';
|
| 1446 |
+
else
|
| 1447 |
+
$rep.='<div id="'.$id.'_element_tr'.$key.'" style="display: table-row;"><div valign="top" id="'.$id.'_td_little'.$key.'" idi="'.$key.'" style="display: table-cell;"><input type="radio" id="'.$id.'_elementform_id_temp'.$key.'" name="'.$id.'_elementform_id_temp" value="'.$param['w_choices_price'][$key].'" onclick="set_default("'.$id.'","'.$key.'","form_id_temp")" '.$param['w_choices_checked'][$key].' '.$param['attributes'].' /><label id="'.$id.'_label_element'.$key.'" class="ch-rad-label" for="'.$id.'_elementform_id_temp'.$key.'">'.$choice.'</label></div></div>'; }
|
| 1448 |
+
$rep.= '</div>';
|
| 1449 |
+
}
|
| 1450 |
+
$rep.='</div></div>';
|
| 1451 |
|
| 1452 |
$rep.='</div></div>';
|
| 1453 |
|
| 1476 |
|
| 1477 |
|
| 1478 |
|
| 1479 |
+
$rep='<div id="wdform_field'.$id.'" type="type_paypal_total" class="wdform_field" style="display: table-cell;">'.$arrows.'<div align="left" id="'.$id.'_label_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].'; width: '.$param['w_field_label_size'].'px;"><span id="'.$id.'_element_labelform_id_temp" class="label">'.$label.'</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].';"><input type="hidden" value="type_paypal_total" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp"><div id="'.$id.'paypal_totalform_id_temp" class="wdform_paypal_total paypal_totalform_id_temp"><input type="hidden" value="" name="'.$id.'_paypal_totalform_id_temp" class="input_paypal_totalform_id_temp"><div id="'.$id.'div_totalform_id_temp" class="div_totalform_id_temp" style="margin-bottom: 10px;"><!--repstart-->$300<!--repend--></div><div id="'.$id.'paypal_productsform_id_temp" class="paypal_productsform_id_temp" style="border-spacing: 2px;"><div style="border-spacing: 2px;"><!--repstart-->product 1 $100<!--repend--></div><div style="border-spacing: 2px;"><!--repstart-->product 2 $200<!--repend--></div></div><div id="'.$id.'paypal_taxform_id_temp" class="paypal_taxform_id_temp" style="border-spacing: 2px; margin-top: 7px;"></div></div></div></div>';
|
| 1480 |
|
| 1481 |
|
| 1482 |
break;
|
| 1510 |
$images .= '<img id="'.$id.'_star_'.$i.'" src="' . WD_FMC_URL . '/images/star.png" onmouseover="change_src('.$i.','.$id.',"form_id_temp")" onmouseout="reset_src('.$i.','.$id.')" onclick="select_star_rating('.$i.','.$id.', "form_id_temp")">';
|
| 1511 |
}
|
| 1512 |
|
| 1513 |
+
$rep ='<div id="wdform_field'.$id.'" type="type_star_rating" class="wdform_field" style="display: table-cell;">'.$arrows.'<div align="left" id="'.$id.'_label_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].'; width: '.$param['w_field_label_size'].'px;"><span id="'.$id.'_element_labelform_id_temp" class="label">'.$label.'</span><span id="'.$id.'_required_elementform_id_temp" class="required">'.$required_sym.'</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].';"><input type="hidden" value="type_star_rating" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp"><input type="hidden" value="'.$param['w_required'].'" name="'.$id.'_requiredform_id_temp" id="'.$id.'_requiredform_id_temp"><input type="hidden" value="'.$param['w_star_amount'].'" id="'.$id.'_star_amountform_id_temp" name="'.$id.'_star_amountform_id_temp"><input type="hidden" value="'.$param['w_field_label_col'].'" name="'.$id.'_star_colorform_id_temp" id="'.$id.'_star_colorform_id_temp"><div id="'.$id.'_elementform_id_temp" class="wdform_stars" '.$param['attributes'].'>'.$images.'</div></div></div>';
|
| 1514 |
|
| 1515 |
|
| 1516 |
break;
|
| 1551 |
$radio_buttons .= '<div id="'.$id.'_scale_td2_'.$k.'form_id_temp" style="display: table-cell;"><input id="'.$id.'_scale_radioform_id_temp_'.$k.'" name="'.$id.'_scale_radioform_id_temp" value="'.$k.'" type="radio"></div>';
|
| 1552 |
}
|
| 1553 |
|
| 1554 |
+
$rep ='<div id="wdform_field'.$id.'" type="type_scale_rating" class="wdform_field" style="display: table-cell;">'.$arrows.'<div align="left" id="'.$id.'_label_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].'; vertical-align: top; width: '.$param['w_field_label_size'].'px;"><span id="'.$id.'_element_labelform_id_temp" class="label">'.$label.'</span><span id="'.$id.'_required_elementform_id_temp" class="required">'.$required_sym.'</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].';"><input type="hidden" value="type_scale_rating" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp"><input type="hidden" value="'.$param['w_required'].'" name="'.$id.'_requiredform_id_temp" id="'.$id.'_requiredform_id_temp"><input type="hidden" value="'.$param['w_scale_amount'].'" id="'.$id.'_scale_amountform_id_temp" name="'.$id.'_scale_amountform_id_temp"><div id="'.$id.'_elementform_id_temp" style="float: left;" '.$param['attributes'].'><label class="mini_label" id="'.$id.'_mini_label_worst" style="position: relative; top: 6px; font-size: 11px; display: inline-table;">'.$w_mini_labels[0].'</label><div id="'.$id.'_scale_tableform_id_temp" style="display: inline-table;"><div id="'.$id.'_scale_tr1form_id_temp" style="display: table-row;">'.$numbers.'</div><div id="'.$id.'_scale_tr2form_id_temp" style="display: table-row;">'.$radio_buttons.'</div></div><label class="mini_label" id="'.$id.'_mini_label_best" style="position: relative; top: 6px; font-size: 11px; display: inline-table;">'.$w_mini_labels[1].'</label></div></div></div>';
|
| 1555 |
|
| 1556 |
break;
|
| 1557 |
}
|
| 1572 |
}
|
| 1573 |
$param['w_field_label_pos'] = ($param['w_field_label_pos']=="left" ? "table-cell" : "block");
|
| 1574 |
$required_sym = ($param['w_required']=="yes" ? " *" : "");
|
| 1575 |
+
$rep ='<div id="wdform_field'.$id.'" type="type_spinner" class="wdform_field" style="display: table-cell;">'.$arrows.'<div align="left" id="'.$id.'_label_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].'; width: '.$param['w_field_label_size'].'px;"><span id="'.$id.'_element_labelform_id_temp" class="label">'.$label.'</span><span id="'.$id.'_required_elementform_id_temp" class="required">'.$required_sym.'</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].';"><input type="hidden" value="type_spinner" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp"><input type="hidden" value="'.$param['w_required'].'" name="'.$id.'_requiredform_id_temp" id="'.$id.'_requiredform_id_temp"><input type="hidden" value="'.$param['w_field_width'].'" name="'.$id.'_spinner_widthform_id_temp" id="'.$id.'_spinner_widthform_id_temp"><input type="hidden" value="'.$param['w_field_min_value'].'" id="'.$id.'_min_valueform_id_temp" name="'.$id.'_min_valueform_id_temp"><input type="hidden" value="'.$param['w_field_max_value'].'" name="'.$id.'_max_valueform_id_temp" id="'.$id.'_max_valueform_id_temp"><input type="hidden" value="'.$param['w_field_step'].'" name="'.$id.'_stepform_id_temp" id="'.$id.'_stepform_id_temp"><input type="" value="'.($param['w_field_value']!= 'null' ? $param['w_field_value'] : '').'" name="'.$id.'_elementform_id_temp" id="'.$id.'_elementform_id_temp" onkeypress="return check_isnum_or_minus(event)" style="width: '.$param['w_field_width'].'px;" '.$param['attributes'].' disabled/></div></div>';
|
| 1576 |
break;
|
| 1577 |
}
|
| 1578 |
case 'type_slider': {
|
| 1592 |
}
|
| 1593 |
$param['w_field_label_pos'] = ($param['w_field_label_pos']=="left" ? "table-cell" : "block");
|
| 1594 |
$required_sym = ($param['w_required']=="yes" ? " *" : "");
|
| 1595 |
+
$rep ='<div id="wdform_field'.$id.'" type="type_slider" class="wdform_field" style="display: table-cell;">'.$arrows.'<div align="left" id="'.$id.'_label_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].'; vertical-align: top; width: '.$param['w_field_label_size'].'px;"><span id="'.$id.'_element_labelform_id_temp" class="label">'.$label.'</span><span id="'.$id.'_required_elementform_id_temp" class="required">'.$required_sym.'</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].';"><input type="hidden" value="type_slider" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp"><input type="hidden" value="'.$param['w_required'].'" name="'.$id.'_requiredform_id_temp" id="'.$id.'_requiredform_id_temp"><input type="hidden" value="'.$param['w_field_width'].'" name="'.$id.'_slider_widthform_id_temp" id="'.$id.'_slider_widthform_id_temp"><input type="hidden" value="'.$param['w_field_min_value'].'" id="'.$id.'_slider_min_valueform_id_temp" name="'.$id.'_slider_min_valueform_id_temp"><input type="hidden" value="'.$param['w_field_max_value'].'" id="'.$id.'_slider_max_valueform_id_temp" name="'.$id.'_slider_max_valueform_id_temp"><input type="hidden" value="'.$param['w_field_value'].'" id="'.$id.'_slider_valueform_id_temp" name="'.$id.'_slider_valueform_id_temp"><div id="'.$id.'_slider_tableform_id_temp"><div><div id="'.$id.'_slider_td1form_id_temp"><div name="'.$id.'_elementform_id_temp" id="'.$id.'_elementform_id_temp" style="width: '.$param['w_field_width'].'px;" '.$param['attributes'].'"></div></div></div><div><div align="left" id="'.$id.'_slider_td2form_id_temp" style="display: inline-table; width: 33.3%; text-align: left;"><span id="'.$id.'_element_minform_id_temp" class="label">'.$param['w_field_min_value'].'</span></div><div align="right" id="'.$id.'_slider_td3form_id_temp" style="display: inline-table; width: 33.3%; text-align: center;"><span id="'.$id.'_element_valueform_id_temp" class="label">'.$param['w_field_value'].'</span></div><div align="right" id="'.$id.'_slider_td4form_id_temp" style="display: inline-table; width: 33.3%; text-align: right;"><span id="'.$id.'_element_maxform_id_temp" class="label">'.$param['w_field_max_value'].'</span></div></div></div></div></div>';
|
| 1596 |
break;
|
| 1597 |
}
|
| 1598 |
case 'type_range': {
|
| 1613 |
$param['w_field_label_pos'] = ($param['w_field_label_pos']=="left" ? "table-cell" : "block");
|
| 1614 |
$required_sym = ($param['w_required']=="yes" ? " *" : "");
|
| 1615 |
$w_mini_labels = explode('***',$param['w_mini_labels']);
|
| 1616 |
+
$rep ='<div id="wdform_field'.$id.'" type="type_range" class="wdform_field" style="display: table-cell;">'.$arrows.'<div align="left" id="'.$id.'_label_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].'; width: '.$param['w_field_label_size'].'px;"><span id="'.$id.'_element_labelform_id_temp" class="label">'.$label.'</span><span id="'.$id.'_required_elementform_id_temp" class="required">'.$required_sym.'</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].';"><input type="hidden" value="type_range" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp"><input type="hidden" value="'.$param['w_required'].'" name="'.$id.'_requiredform_id_temp" id="'.$id.'_requiredform_id_temp"><input type="hidden" value="'.$param['w_field_range_width'].'" name="'.$id.'_range_widthform_id_temp" id="'.$id.'_range_widthform_id_temp"><input type="hidden" value="'.$param['w_field_range_step'].'" name="'.$id.'_range_stepform_id_temp" id="'.$id.'_range_stepform_id_temp"><div id="'.$id.'_elemet_table_littleform_id_temp" style="display: table;"><div style="display: table-row;"><div valign="middle" align="left" style="display: table-cell;"><input type="" value="'.($param['w_field_value1']!= 'null' ? $param['w_field_value1'] : '').'" name="'.$id.'_elementform_id_temp0" id="'.$id.'_elementform_id_temp0" onkeypress="return check_isnum_or_minus(event)" style="width: '.$param['w_field_range_width'].'px;" '.$param['attributes'].' disabled/></div><div valign="middle" align="left" style="display: table-cell; padding-left: 4px;"><input type="" value="'.($param['w_field_value2']!= 'null' ? $param['w_field_value2'] : '').'" name="'.$id.'_elementform_id_temp1" id="'.$id.'_elementform_id_temp1" onkeypress="return check_isnum_or_minus(event)" style="width: '.$param['w_field_range_width'].'px;" '.$param['attributes'].' disabled/></div></div><div style="display: table-row;"><div valign="top" align="left" style="display: table-cell;"><label class="mini_label" id="'.$id.'_mini_label_from">'.$w_mini_labels[0].'</label></div><div valign="top" align="left" style="display: table-cell;"><label class="mini_label" id="'.$id.'_mini_label_to">'.$w_mini_labels[1].'</label></div></div></div></div></div>';
|
| 1617 |
break;
|
| 1618 |
}
|
| 1619 |
case 'type_grading': {
|
| 1635 |
$required_sym = ($param['w_required'] == "yes" ? " *" : "");
|
| 1636 |
$w_items = explode('***', $param['w_items']);
|
| 1637 |
$grading_items = '';
|
| 1638 |
+
for($i=0; $i<count($w_items); $i++)
|
| 1639 |
+
{
|
| 1640 |
+
$grading_items .= '<div id="'.$id.'_element_div'.$i.'" class="grading"><input id="'.$id.'_elementform_id_temp_'.$i.'" name="'.$id.'_elementform_id_temp_'.$i.'" onkeypress="return check_isnum_or_minus(event)" value="" size="5" onkeyup="sum_grading_values('.$id.',"form_id_temp")" onchange="sum_grading_values('.$id.',"form_id_temp")" '.$param['attributes'].' disabled/><label id="'.$id.'_label_elementform_id_temp'.$i.'" class="ch-rad-label">'.$w_items[$i].'</label></div>';
|
| 1641 |
+
}
|
| 1642 |
+
|
| 1643 |
+
$rep ='<div id="wdform_field'.$id.'" type="type_grading" class="wdform_field" style="display: table-cell;">'.$arrows.'<div align="left" id="'.$id.'_label_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].'; vertical-align: top; width: '.$param['w_field_label_size'].'px;"><span id="'.$id.'_element_labelform_id_temp" class="label">'.$label.'</span><span id="'.$id.'_required_elementform_id_temp" class="required">'.$required_sym.'</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].';"><input type="hidden" value="type_grading" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp"><input type="hidden" value="'.$param['w_required'].'" name="'.$id.'_requiredform_id_temp" id="'.$id.'_requiredform_id_temp"><input type="hidden" value="'.$param['w_total'].'" name="'.$id.'_grading_totalform_id_temp" id="'.$id.'_grading_totalform_id_temp"><div id="'.$id.'_elementform_id_temp">'.$grading_items.'<div id="'.$id.'_element_total_divform_id_temp" class="grading_div">Total:<span id="'.$id.'_sum_elementform_id_temp" name="'.$id.'_sum_elementform_id_temp">0</span>/<span id="'.$id.'_total_elementform_id_temp" name="'.$id.'_total_elementform_id_temp">'.$param['w_total'].'</span><span id="'.$id.'_text_elementform_id_temp" name="'.$id.'_text_elementform_id_temp"></span></div></div></div></div>';
|
| 1644 |
+
|
| 1645 |
+
break;
|
| 1646 |
}
|
| 1647 |
case 'type_matrix': {
|
| 1648 |
$params_names=array('w_field_label_size','w_field_label_pos', 'w_field_input_type', 'w_rows', 'w_columns', 'w_required','w_class');
|
| 1668 |
$column_labels .= '<div id="'.$id.'_element_td0_'.$i.'" class="matrix_" style="display: table-cell;"><label id="'.$id.'_label_elementform_id_temp0_'.$i.'" name="'.$id.'_label_elementform_id_temp0_'.$i.'" class="ch-rad-label" for="'.$id.'_elementform_id_temp'.$i.'" value="'.$w_columns[$i].'">'.$w_columns[$i].'</label></div>';
|
| 1669 |
}
|
| 1670 |
$rows_columns = '';
|
| 1671 |
+
for($i=1; $i<count($w_rows); $i++)
|
| 1672 |
+
{
|
| 1673 |
+
|
| 1674 |
+
$rows_columns .= '<div id="'.$id.'_element_tr'.$i.'" style="display: table-row;"><div id="'.$id.'_element_td'.$i.'_0" class="matrix_" style="display: table-cell;"><label id="'.$id.'_label_elementform_id_temp'.$i.'_0" class="ch-rad-label" for="'.$id.'_elementform_id_temp'.$i.'" value="'.$w_rows[$i].'">'.$w_rows[$i].'</label></div>';
|
| 1675 |
+
|
| 1676 |
+
|
| 1677 |
+
for($k=1; $k<count($w_columns); $k++)
|
| 1678 |
+
{
|
| 1679 |
+
if($param['w_field_input_type']=='radio')
|
| 1680 |
+
$rows_columns .= '<div id="'.$id.'_element_td'.$i.'_'.$k.'" style="text-align: center; display: table-cell; padding: 5px 0 0 5px;"><input id="'.$id.'_input_elementform_id_temp'.$i.'_'.$k.'" align="center" size="14" type="radio" name="'.$id.'_input_elementform_id_temp'.$i.'" value="'.$i.'_'.$k.'" disabled/></div>';
|
| 1681 |
+
else
|
| 1682 |
+
if($param['w_field_input_type']=='checkbox')
|
| 1683 |
+
$rows_columns .= '<div id="'.$id.'_element_td'.$i.'_'.$k.'" style="text-align: center; display: table-cell; padding: 5px 0 0 5px;"><input id="'.$id.'_input_elementform_id_temp'.$i.'_'.$k.'" align="center" size="14" type="checkbox" name="'.$id.'_input_elementform_id_temp'.$i.'_'.$k.'" value="1" disabled/></div>';
|
| 1684 |
+
else
|
| 1685 |
+
if($param['w_field_input_type']=='text')
|
| 1686 |
+
$rows_columns .= '<div id="'.$id.'_element_td'.$i.'_'.$k.'" style="text-align: center; display: table-cell; padding: 5px 0 0 5px;"><input id="'.$id.'_input_elementform_id_temp'.$i.'_'.$k.'" align="center" size="14" type="text" name="'.$id.'_input_elementform_id_temp'.$i.'_'.$k.'" value="" disabled/></div>';
|
| 1687 |
+
else
|
| 1688 |
+
if($param['w_field_input_type']=='select')
|
| 1689 |
+
$rows_columns .= '<div id="'.$id.'_element_td'.$i.'_'.$k.'" style="text-align: center; display: table-cell; padding: 5px 0 0 5px;"><select id="'.$id.'_select_yes_noform_id_temp'.$i.'_'.$k.'" name="'.$id.'_select_yes_noform_id_temp'.$i.'_'.$k.'" disabled><option value=""> </option><option value="yes">Yes</option><option value="no">No</option></select></div>';
|
| 1690 |
+
|
| 1691 |
+
}
|
| 1692 |
+
|
| 1693 |
+
$rows_columns .= '</div>';
|
| 1694 |
+
}
|
| 1695 |
+
|
| 1696 |
+
|
| 1697 |
+
|
| 1698 |
+
$rep ='<div id="wdform_field'.$id.'" type="type_matrix" class="wdform_field" style="display: table-cell;">'.$arrows.'<div align="left" id="'.$id.'_label_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].'; width: '.$param['w_field_label_size'].'px;"><span id="'.$id.'_element_labelform_id_temp" class="label">'.$label.'</span><span id="'.$id.'_required_elementform_id_temp" class="required">'.$required_sym.'</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" class="'.$param['w_class'].'" style="display: '.$param['w_field_label_pos'].';"><input type="hidden" value="type_matrix" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp"><input type="hidden" value="'.$param['w_required'].'" name="'.$id.'_requiredform_id_temp" id="'.$id.'_requiredform_id_temp"><input type="hidden" value="'.$param['w_field_input_type'].'" name="'.$id.'_input_typeform_id_temp" id="'.$id.'_input_typeform_id_temp"><div id="'.$id.'_elementform_id_temp" style="display: table;" '.$param['attributes'].'><div id="'.$id.'_table_little" style="display: table-row-group;"><div id="'.$id.'_element_tr0" style="display: table-row;"><div id="'.$id.'_element_td0_0" style="display: table-cell;"></div>'.$column_labels.'</div>'.$rows_columns.'</div></div></div></div>';
|
| 1699 |
+
|
| 1700 |
+
break;
|
| 1701 |
}
|
| 1702 |
case 'type_submit_reset': {
|
| 1703 |
$params_names=array('w_submit_title','w_reset_title','w_class','w_act');
|
| 1715 |
}
|
| 1716 |
}
|
| 1717 |
$param['w_act'] = ($param['w_act']=="false" ? 'style="display: none;"' : "");
|
| 1718 |
+
$rep='<div id="wdform_field'.$id.'" type="type_submit_reset" class="wdform_field" style="display: table-cell;">'.$arrows.'<div align="left" id="'.$id.'_label_sectionform_id_temp" class="'.$param['w_class'].'" style="display: table-cell;"><span id="'.$id.'_element_labelform_id_temp" style="display: none;">type_submit_reset_'.$id.'</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" class="'.$param['w_class'].'" style="display: table-cell;"><input type="hidden" value="type_submit_reset" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp"><button type="button" class="button-submit" id="'.$id.'_element_submitform_id_temp" value="'.$param['w_submit_title'].'" onclick="check_required("submit", "form_id_temp");" '.$param['attributes'].'>'.$param['w_submit_title'].'</button><button type="button" class="button-reset" id="'.$id.'_element_resetform_id_temp" value="'.$param['w_reset_title'].'" onclick="check_required("reset");" '.$param['w_act'].' '.$param['attributes'].'>'.$param['w_reset_title'].'</button></div></div>';
|
| 1719 |
break;
|
| 1720 |
}
|
| 1721 |
case 'type_button': {
|
| 1735 |
}
|
| 1736 |
$param['w_title'] = explode('***',$param['w_title']);
|
| 1737 |
$param['w_func'] = explode('***',$param['w_func']);
|
| 1738 |
+
$rep.='<div id="wdform_field'.$id.'" type="type_button" class="wdform_field" style="display: table-cell;">'.$arrows.'<div align="left" id="'.$id.'_label_sectionform_id_temp" class="'.$param['w_class'].'" style="display: table-cell;"><span id="'.$id.'_element_labelform_id_temp" style="display: none;">button_'.$id.'</span></div><div align="left" id="'.$id.'_element_sectionform_id_temp" class="'.$param['w_class'].'" style="display: table-cell;"><input type="hidden" value="type_button" name="'.$id.'_typeform_id_temp" id="'.$id.'_typeform_id_temp">';
|
| 1739 |
foreach ($param['w_title'] as $key => $title) {
|
| 1740 |
$rep.='<button type="button" id="'.$id.'_elementform_id_temp'.$key.'" name="'.$id.'_elementform_id_temp'.$key.'" value="'.$title.'" onclick="'.$param['w_func'][$key].'" '.$param['attributes'].'>'.$title.'</button>';
|
| 1741 |
}
|
| 1743 |
break;
|
| 1744 |
}
|
| 1745 |
}
|
| 1746 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1747 |
$form = str_replace('%' . $id . ' - ' . $labels[$ids_key] . '%', $rep, $form);
|
| 1748 |
$form = str_replace('%' . $id . ' -' . $labels[$ids_key] . '%', $rep, $form);
|
| 1749 |
$row->form_front = $form;
|
| 1810 |
$row->mail_mode_user = 1;
|
| 1811 |
$row->mail_attachment = 1;
|
| 1812 |
$row->mail_attachment_user = 1;
|
| 1813 |
+
|
| 1814 |
+
$row->user_id_wd = '';
|
| 1815 |
+
$row->sortable = 1;
|
| 1816 |
+
$row->frontend_submit_fields = '';
|
| 1817 |
+
$row->frontend_submit_stat_fields = '';
|
| 1818 |
}
|
| 1819 |
return $row;
|
| 1820 |
}
|
| 1824 |
$rows = $wpdb->get_results("SELECT * FROM " . $wpdb->prefix . "formmaker_themes WHERE css " . ($old ? 'NOT' : '') . " LIKE '%.wdform_section%' ORDER BY title");
|
| 1825 |
return $rows;
|
| 1826 |
}
|
| 1827 |
+
|
| 1828 |
+
public function get_queries_rows_data($id) {
|
| 1829 |
+
global $wpdb;
|
| 1830 |
+
$rows = $wpdb->get_results("SELECT * FROM " . $wpdb->prefix . "formmaker_query WHERE form_id=" . $id . " ORDER BY id ASC");
|
| 1831 |
+
return $rows;
|
| 1832 |
+
}
|
| 1833 |
+
|
| 1834 |
+
public function get_labels($id) {
|
| 1835 |
+
global $wpdb;
|
| 1836 |
+
$rows = $wpdb->get_col("SELECT DISTINCT `element_label` FROM " . $wpdb->prefix . "formmaker_submits WHERE form_id=" . $id);
|
| 1837 |
+
return $rows;
|
| 1838 |
+
}
|
| 1839 |
+
|
| 1840 |
+
public function is_paypal($id) {
|
| 1841 |
+
global $wpdb;
|
| 1842 |
+
$rows = $wpdb->get_var("SELECT COUNT(*) FROM " . $wpdb->prefix . "formmaker_sessions WHERE form_id=" . $id);
|
| 1843 |
+
return $rows;
|
| 1844 |
+
}
|
| 1845 |
|
| 1846 |
public function page_nav() {
|
| 1847 |
global $wpdb;
|
admin/models/FMModelSubmissions_fmc.php
CHANGED
|
@@ -74,6 +74,9 @@ class FMModelSubmissions_fmc {
|
|
| 74 |
$lists['startdate'] = ((isset($_POST['startdate'])) ? esc_html(stripslashes($_POST['startdate'])) : '');
|
| 75 |
$lists['enddate'] = ((isset($_POST['enddate'])) ? esc_html(stripslashes($_POST['enddate'])) : '');
|
| 76 |
$lists['ip_search'] = ((isset($_POST['ip_search'])) ? esc_html(stripslashes($_POST['ip_search'])) : '');
|
|
|
|
|
|
|
|
|
|
| 77 |
if ($lists['ip_search']) {
|
| 78 |
$where[] = 'ip LIKE "%' . $lists['ip_search'] . '%"';
|
| 79 |
}
|
|
@@ -83,11 +86,21 @@ class FMModelSubmissions_fmc {
|
|
| 83 |
if ($lists['enddate'] != '') {
|
| 84 |
$where[] = " `date`<='" . $lists['enddate'] . " 23:59:59' ";
|
| 85 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
$where[] = 'form_id=' . $form_id . '';
|
| 87 |
$where = (count($where) ? ' ' . implode(' AND ', $where) : '');
|
| 88 |
if ($order_by == 'group_id' or $order_by == 'date' or $order_by == 'ip') {
|
| 89 |
$orderby = ' ORDER BY ' . $order_by . ' ' . $asc_or_desc . '';
|
| 90 |
-
}
|
|
|
|
|
|
|
| 91 |
else {
|
| 92 |
$orderby = "";
|
| 93 |
}
|
| 74 |
$lists['startdate'] = ((isset($_POST['startdate'])) ? esc_html(stripslashes($_POST['startdate'])) : '');
|
| 75 |
$lists['enddate'] = ((isset($_POST['enddate'])) ? esc_html(stripslashes($_POST['enddate'])) : '');
|
| 76 |
$lists['ip_search'] = ((isset($_POST['ip_search'])) ? esc_html(stripslashes($_POST['ip_search'])) : '');
|
| 77 |
+
|
| 78 |
+
$lists['username_search'] = ((isset($_POST['username_search'])) ? esc_html(stripslashes($_POST['username_search'])) : '');
|
| 79 |
+
$lists['useremail_search'] = ((isset($_POST['useremail_search'])) ? esc_html(stripslashes($_POST['useremail_search'])) : '');
|
| 80 |
if ($lists['ip_search']) {
|
| 81 |
$where[] = 'ip LIKE "%' . $lists['ip_search'] . '%"';
|
| 82 |
}
|
| 86 |
if ($lists['enddate'] != '') {
|
| 87 |
$where[] = " `date`<='" . $lists['enddate'] . " 23:59:59' ";
|
| 88 |
}
|
| 89 |
+
|
| 90 |
+
|
| 91 |
+
if ($lists['username_search']) {
|
| 92 |
+
$where[] = 'user_id_wd IN (SELECT ID FROM ' . $wpdb->prefix . 'users WHERE display_name LIKE "%'.$lists['username_search'].'%")';
|
| 93 |
+
}
|
| 94 |
+
if ($lists['useremail_search']) {
|
| 95 |
+
$where[] = 'user_id_wd IN (SELECT ID FROM ' . $wpdb->prefix . 'users WHERE user_email LIKE "%'.$lists['useremail_search'].'%")';
|
| 96 |
+
}
|
| 97 |
$where[] = 'form_id=' . $form_id . '';
|
| 98 |
$where = (count($where) ? ' ' . implode(' AND ', $where) : '');
|
| 99 |
if ($order_by == 'group_id' or $order_by == 'date' or $order_by == 'ip') {
|
| 100 |
$orderby = ' ORDER BY ' . $order_by . ' ' . $asc_or_desc . '';
|
| 101 |
+
}elseif($order_by == 'display_name' or $order_by == 'user_email'){
|
| 102 |
+
$orderby = ' ORDER BY (SELECT '.$order_by.' FROM ' . $wpdb->prefix . 'users WHERE ID=user_id_wd) '. $asc_or_desc .'';
|
| 103 |
+
}
|
| 104 |
else {
|
| 105 |
$orderby = "";
|
| 106 |
}
|
admin/views/FMViewFormcontactwindow.php
CHANGED
|
@@ -46,14 +46,30 @@ class FMViewFormcontactwindow {
|
|
| 46 |
<a href="javascript:mcTabs.displayTab('display_tab','display_panel');" onMouseDown="return false;" tabindex="-1">Contact Form Maker</a>
|
| 47 |
</span>
|
| 48 |
</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
</ul>
|
| 50 |
</div>
|
| 51 |
<style>
|
| 52 |
.panel_wrapper {
|
| 53 |
-
height:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
}
|
| 55 |
</style>
|
| 56 |
-
<div class="panel_wrapper">
|
| 57 |
<div id="display_panel" class="panel current">
|
| 58 |
<table>
|
| 59 |
<tr>
|
|
@@ -73,6 +89,137 @@ class FMViewFormcontactwindow {
|
|
| 73 |
</tr>
|
| 74 |
</table>
|
| 75 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 76 |
</div>
|
| 77 |
<div class="mceActionPanel">
|
| 78 |
<div style="float: left;">
|
|
@@ -83,15 +230,49 @@ class FMViewFormcontactwindow {
|
|
| 83 |
</div>
|
| 84 |
</div>
|
| 85 |
<script type="text/javascript">
|
| 86 |
-
|
| 87 |
-
|
| 88 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 89 |
}
|
| 90 |
else {
|
| 91 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 92 |
tagtext = '[wd_contact_form id="' + document.getElementById('form_maker_id').value + '"]';
|
| 93 |
-
|
| 94 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 95 |
}
|
| 96 |
}
|
| 97 |
</script>
|
| 46 |
<a href="javascript:mcTabs.displayTab('display_tab','display_panel');" onMouseDown="return false;" tabindex="-1">Contact Form Maker</a>
|
| 47 |
</span>
|
| 48 |
</li>
|
| 49 |
+
<li id="submissions_tab" class="" role="tab" tabindex="0">
|
| 50 |
+
<span>
|
| 51 |
+
<a href="javascript:mcTabs.displayTab('submissions_tab','submissions_panel');" onMouseDown="return false;" tabindex="-1">Submissions</a>
|
| 52 |
+
</span>
|
| 53 |
+
</li>
|
| 54 |
</ul>
|
| 55 |
</div>
|
| 56 |
<style>
|
| 57 |
.panel_wrapper {
|
| 58 |
+
height: 220px !important;
|
| 59 |
+
}
|
| 60 |
+
.smaller_font {
|
| 61 |
+
font-size: 12px !important;
|
| 62 |
+
vertical-align: middle;
|
| 63 |
+
text-align: left;
|
| 64 |
+
}
|
| 65 |
+
.smaller_font ul li {
|
| 66 |
+
display: flex !important;
|
| 67 |
+
}
|
| 68 |
+
.smaller_font ul {
|
| 69 |
+
margin: 0 !important;
|
| 70 |
}
|
| 71 |
</style>
|
| 72 |
+
<div class="panel_wrapper" style="overflow: hidden;">
|
| 73 |
<div id="display_panel" class="panel current">
|
| 74 |
<table>
|
| 75 |
<tr>
|
| 89 |
</tr>
|
| 90 |
</table>
|
| 91 |
</div>
|
| 92 |
+
<div id="submissions_panel" class="panel">
|
| 93 |
+
<div class="error" style="position: relative; padding: 5px; font-size: 20px; color: red; opacity: 1; font-weight: bolder;">Front end submissions are disabled in free version.</div>
|
| 94 |
+
<div style="position: absolute; background: gray; width: 92%; height: 65%; opacity: 0.3;">
|
| 95 |
+
</div>
|
| 96 |
+
<table>
|
| 97 |
+
<tr>
|
| 98 |
+
<td class="smaller_font">Select a Form:</td>
|
| 99 |
+
<td class="smaller_font">
|
| 100 |
+
<select name="submissions_id" id="submissions_id" style="width: 230px; text-align: left;">
|
| 101 |
+
<option value="- Select Form -" selected="selected">- Select a Form -</option>
|
| 102 |
+
<?php
|
| 103 |
+
foreach ($rows as $row) {
|
| 104 |
+
?>
|
| 105 |
+
<option value="<?php echo $row->id; ?>"><?php echo $row->title; ?></option>
|
| 106 |
+
<?php
|
| 107 |
+
}
|
| 108 |
+
?>
|
| 109 |
+
</select>
|
| 110 |
+
</td>
|
| 111 |
+
</tr>
|
| 112 |
+
<tr>
|
| 113 |
+
<td class="smaller_font">Select Date Range:</td>
|
| 114 |
+
<td class="smaller_font">
|
| 115 |
+
<!--<label style="min-width:30px !important;">From:</label>-->
|
| 116 |
+
<input class="inputbox" type="text" name="startdate" id="startdate" size="10" maxlength="10" value="" />
|
| 117 |
+
<input type="reset" style="width: 22px; border-radius: 3px !important;" class="button" value="..." onclick="return showCalendar('startdate','%Y-%m-%d');" />
|
| 118 |
+
<label style="min-width:30px !important;">To:</label>
|
| 119 |
+
<input class="inputbox" type="text" name="enddate" id="enddate" size="10" maxlength="10" value="" />
|
| 120 |
+
<input type="reset" style="width: 22px; border-radius: 3px !important;" class="button" value="..." onclick="return showCalendar('enddate','%Y-%m-%d');" />
|
| 121 |
+
</td>
|
| 122 |
+
</tr>
|
| 123 |
+
<tr>
|
| 124 |
+
<td colspan="2">
|
| 125 |
+
<table>
|
| 126 |
+
<tr>
|
| 127 |
+
<td style="border-right: 1px solid black;">
|
| 128 |
+
<table>
|
| 129 |
+
<tr>
|
| 130 |
+
<td class="smaller_font" style="vertical-align: top;">Select fields:</td>
|
| 131 |
+
<td class="smaller_font">
|
| 132 |
+
<ul>
|
| 133 |
+
<li>
|
| 134 |
+
<input type="checkbox" checked="checked" id="submit_date" name="submit_date" value="submit_date">
|
| 135 |
+
<label for="submit_date">Submit Date</label>
|
| 136 |
+
</li>
|
| 137 |
+
<li>
|
| 138 |
+
<input type="checkbox" checked="checked" id="submitter_ip" name="submitter_ip" value="submitter_ip">
|
| 139 |
+
<label for="submitter_ip">Submitter's IP Address</label>
|
| 140 |
+
</li>
|
| 141 |
+
<li>
|
| 142 |
+
<input type="checkbox" checked="checked" id="username" name="username" value="username">
|
| 143 |
+
<label for="username">Submitter's Username</label>
|
| 144 |
+
</li>
|
| 145 |
+
<li>
|
| 146 |
+
<input type="checkbox" checked="checked" id="useremail" name="useremail" value="useremail">
|
| 147 |
+
<label for="useremail">Submitter's Email Address</label>
|
| 148 |
+
</li>
|
| 149 |
+
<li>
|
| 150 |
+
<input type="checkbox" checked="checked" id="form_fields" name="form_fields" value="form_fields">
|
| 151 |
+
<label for="form_fields">Form Fields</label>
|
| 152 |
+
</li>
|
| 153 |
+
<li><label style="font-size: 10px; width: 160px;">You can hide specific form fields from Form General Options.</label></li>
|
| 154 |
+
</ul>
|
| 155 |
+
</td>
|
| 156 |
+
</tr>
|
| 157 |
+
<tr>
|
| 158 |
+
<td class="smaller_font" style="vertical-align: top;">Export to:</td>
|
| 159 |
+
<td class="smaller_font">
|
| 160 |
+
<ul>
|
| 161 |
+
<li>
|
| 162 |
+
<input type="checkbox" checked="checked" id="csv" name="csv" value="csv">
|
| 163 |
+
<label for="csv">CSV</label>
|
| 164 |
+
</li>
|
| 165 |
+
<li>
|
| 166 |
+
<input type="checkbox" checked="checked" id="xml" name="xml" value="xml">
|
| 167 |
+
<label for="xml">XML</label>
|
| 168 |
+
</li>
|
| 169 |
+
</ul>
|
| 170 |
+
</td>
|
| 171 |
+
</tr>
|
| 172 |
+
</table>
|
| 173 |
+
</td>
|
| 174 |
+
<td style="vertical-align: top;">
|
| 175 |
+
<table>
|
| 176 |
+
<tr>
|
| 177 |
+
<td class="smaller_font" style="vertical-align: top;">Show:</td>
|
| 178 |
+
<td class="smaller_font">
|
| 179 |
+
<ul>
|
| 180 |
+
<li>
|
| 181 |
+
<input type="checkbox" checked="checked" id="title" name="title" value="title">
|
| 182 |
+
<label for="title">Title</label>
|
| 183 |
+
</li>
|
| 184 |
+
<li>
|
| 185 |
+
<input type="checkbox" checked="checked" id="search" name="search" value="search">
|
| 186 |
+
<label for="search">Search</label>
|
| 187 |
+
</li>
|
| 188 |
+
<li>
|
| 189 |
+
<input type="checkbox" checked="checked" id="ordering" name="ordering" value="ordering">
|
| 190 |
+
<label for="ordering">Ordering</label>
|
| 191 |
+
</li>
|
| 192 |
+
<li>
|
| 193 |
+
<input type="checkbox" checked="checked" id="entries" name="entries" value="entries">
|
| 194 |
+
<label for="entries">Entries</label>
|
| 195 |
+
</li>
|
| 196 |
+
<li>
|
| 197 |
+
<input type="checkbox" checked="checked" id="views" name="views" value="views">
|
| 198 |
+
<label for="views">Views</label>
|
| 199 |
+
</li>
|
| 200 |
+
<li>
|
| 201 |
+
<input type="checkbox" checked="checked" id="conversion_rate" name="conversion_rate" value="conversion_rate">
|
| 202 |
+
<label for="conversion_rate">Conversion Rate</label>
|
| 203 |
+
</li>
|
| 204 |
+
<li>
|
| 205 |
+
<input type="checkbox" checked="checked" id="pagination" name="pagination" value="pagination">
|
| 206 |
+
<label for="pagination">Pagination</label>
|
| 207 |
+
</li>
|
| 208 |
+
<li>
|
| 209 |
+
<input type="checkbox" checked="checked" id="stats" name="stats" value="stats">
|
| 210 |
+
<label for="stats">Statistics</label>
|
| 211 |
+
</li>
|
| 212 |
+
</ul>
|
| 213 |
+
</td>
|
| 214 |
+
</tr>
|
| 215 |
+
</table>
|
| 216 |
+
</td>
|
| 217 |
+
</tr>
|
| 218 |
+
</table>
|
| 219 |
+
</td>
|
| 220 |
+
</tr>
|
| 221 |
+
</table>
|
| 222 |
+
</div>
|
| 223 |
</div>
|
| 224 |
<div class="mceActionPanel">
|
| 225 |
<div style="float: left;">
|
| 230 |
</div>
|
| 231 |
</div>
|
| 232 |
<script type="text/javascript">
|
| 233 |
+
var short_code = get_params("wd_contact_form");
|
| 234 |
+
if (short_code) {
|
| 235 |
+
if (!short_code['type']) {
|
| 236 |
+
document.getElementById("form_maker_id").value = short_code['id'];
|
| 237 |
+
}
|
| 238 |
+
}
|
| 239 |
+
// Get shortcodes attributes.
|
| 240 |
+
function get_params(module_name) {
|
| 241 |
+
var selected_text = tinyMCE.activeEditor.selection.getContent();
|
| 242 |
+
var module_start_index = selected_text.indexOf("[" + module_name);
|
| 243 |
+
var module_end_index = selected_text.indexOf("]", module_start_index);
|
| 244 |
+
var module_str = "";
|
| 245 |
+
if ((module_start_index == 0) && (module_end_index > 0)) {
|
| 246 |
+
module_str = selected_text.substring(module_start_index + 1, module_end_index);
|
| 247 |
}
|
| 248 |
else {
|
| 249 |
+
return false;
|
| 250 |
+
}
|
| 251 |
+
var params_str = module_str.substring(module_str.indexOf(" ") + 1);
|
| 252 |
+
var key_values = params_str.split(" ");
|
| 253 |
+
var short_code_attr = new Array();
|
| 254 |
+
for (var key in key_values) {
|
| 255 |
+
var short_code_index = key_values[key].split('=')[0];
|
| 256 |
+
var short_code_value = key_values[key].split('=')[1];
|
| 257 |
+
short_code_value = short_code_value.substring(1, short_code_value.length - 1);
|
| 258 |
+
short_code_attr[short_code_index] = short_code_value;
|
| 259 |
+
}
|
| 260 |
+
return short_code_attr;
|
| 261 |
+
}
|
| 262 |
+
function form_maker_insert_shortcode() {
|
| 263 |
+
if (document.getElementById('display_panel').className !== 'panel') {
|
| 264 |
+
if (document.getElementById('form_maker_id').value == '- Select Form -') {
|
| 265 |
+
tinyMCEPopup.close();
|
| 266 |
+
}
|
| 267 |
+
else {
|
| 268 |
+
var tagtext;
|
| 269 |
tagtext = '[wd_contact_form id="' + document.getElementById('form_maker_id').value + '"]';
|
| 270 |
+
window.tinyMCE.execCommand('mceInsertContent', false, tagtext);
|
| 271 |
+
tinyMCEPopup.close();
|
| 272 |
+
}
|
| 273 |
+
}
|
| 274 |
+
else {
|
| 275 |
+
alert("Front end submissions are disabled in free version.");
|
| 276 |
}
|
| 277 |
}
|
| 278 |
</script>
|
admin/views/FMViewGenerete_csv_fmc.php
CHANGED
|
@@ -43,11 +43,9 @@ class FMViewGenerete_csv_fmc {
|
|
| 43 |
foreach ($data as $row) {
|
| 44 |
if (!$flag) {
|
| 45 |
# display field/column names as first row
|
| 46 |
-
echo "sep=,\r\n";
|
| 47 |
-
echo '"' . implode('","', array_keys($row));
|
| 48 |
-
|
| 49 |
-
echo '","Currency","Last modified","Status","Full Name","Fax","Mobile phone","Email","Phone","Address","Paypal info","IPN","Tax","Shipping';
|
| 50 |
-
}
|
| 51 |
echo "\"\r\n";
|
| 52 |
$flag = TRUE;
|
| 53 |
}
|
| 43 |
foreach ($data as $row) {
|
| 44 |
if (!$flag) {
|
| 45 |
# display field/column names as first row
|
| 46 |
+
// echo "sep=,\r\n";
|
| 47 |
+
echo '"' . implode('","', str_replace('PAYPAL_', '', array_keys($row)));
|
| 48 |
+
|
|
|
|
|
|
|
| 49 |
echo "\"\r\n";
|
| 50 |
$flag = TRUE;
|
| 51 |
}
|
admin/views/FMViewManage_fmc.php
CHANGED
|
@@ -186,6 +186,10 @@ class FMViewManage_fmc {
|
|
| 186 |
document.getElementById('take').style.display = "none";
|
| 187 |
document.getElementById('page_bar').style.display = "none";
|
| 188 |
document.getElementById('saving').style.display = "block";
|
|
|
|
|
|
|
|
|
|
|
|
|
| 189 |
remove_whitespace(document.getElementById('take'));
|
| 190 |
l_id_array = [<?php echo $labels['id']?>];
|
| 191 |
l_label_array = [<?php echo $labels['label']?>];
|
|
@@ -535,7 +539,7 @@ class FMViewManage_fmc {
|
|
| 535 |
<input type="radio" value="before" name="el_pos" id="pos_before" onclick="Enable()"/>
|
| 536 |
Before
|
| 537 |
<select style="width: 100px; margin-left: 5px;" id="sel_el_pos" onclick="change_before()" disabled="disabled"></select>
|
| 538 |
-
<img alt="ADD" title="add" style="cursor:pointer; vertical-align:middle; margin:5px" src="<?php echo WD_FMC_URL . '/images/save.png'; ?>" onClick="add(0)"/>
|
| 539 |
<img alt="CANCEL" title="cancel" style="cursor: pointer; vertical-align:middle; margin:5px" src="<?php echo WD_FMC_URL . '/images/cancel_but.png'; ?>" onClick="close_window()"/>
|
| 540 |
<hr style=" margin-bottom:10px" />
|
| 541 |
</td>
|
|
@@ -575,7 +579,13 @@ class FMViewManage_fmc {
|
|
| 575 |
<?php
|
| 576 |
}
|
| 577 |
?>
|
| 578 |
-
<br
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 579 |
<fieldset>
|
| 580 |
<legend><h2 style="color: #00aeef;">Form</h2></legend>
|
| 581 |
<div id="saving" style="display:none;">
|
|
@@ -1141,9 +1151,36 @@ class FMViewManage_fmc {
|
|
| 1141 |
jQuery(window).load(function () {
|
| 1142 |
formOnload();
|
| 1143 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1144 |
</script>
|
| 1145 |
<?php
|
| 1146 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1147 |
?>
|
| 1148 |
|
| 1149 |
<input type="hidden" name="option" value="com_formmaker" />
|
|
@@ -1470,7 +1507,7 @@ class FMViewManage_fmc {
|
|
| 1470 |
<input type="radio" value="before" name="el_pos" id="pos_before" onclick="Enable()"/>
|
| 1471 |
Before
|
| 1472 |
<select style="width: 100px; margin-left: 5px;" id="sel_el_pos" disabled="disabled"></select>
|
| 1473 |
-
<img alt="ADD" title="add" style="cursor:pointer; vertical-align:middle; margin:5px" src="<?php echo WD_FMC_URL . '/images/save.png'; ?>" onClick="add(0)"/>
|
| 1474 |
<img alt="CANCEL" title="cancel" style="cursor: pointer; vertical-align:middle; margin:5px" src="<?php echo WD_FMC_URL . '/images/cancel_but.png'; ?>" onClick="close_window()"/>
|
| 1475 |
<hr style=" margin-bottom:10px" />
|
| 1476 |
</td>
|
|
@@ -1510,7 +1547,8 @@ class FMViewManage_fmc {
|
|
| 1510 |
<?php
|
| 1511 |
}
|
| 1512 |
?>
|
| 1513 |
-
<br
|
|
|
|
| 1514 |
<fieldset>
|
| 1515 |
<legend><h2 style="color: #00aeef;">Form</h2></legend>
|
| 1516 |
<table width="100%" style="margin:8px">
|
|
@@ -2582,6 +2620,8 @@ class FMViewManage_fmc {
|
|
| 2582 |
public function form_options($id) {
|
| 2583 |
$row = $this->model->get_row_data($id);
|
| 2584 |
$themes = $this->model->get_theme_rows_data();
|
|
|
|
|
|
|
| 2585 |
$page_title = $row->title . ' form options';
|
| 2586 |
$label_id = array();
|
| 2587 |
$label_label = array();
|
|
@@ -2716,7 +2756,7 @@ class FMViewManage_fmc {
|
|
| 2716 |
</div>
|
| 2717 |
<fieldset id="general_fieldset" class="adminform fm_fieldset_deactive">
|
| 2718 |
<legend style="color:#0B55C4;font-weight: bold;">General Options</legend>
|
| 2719 |
-
<table class="admintable"
|
| 2720 |
<tr valign="top">
|
| 2721 |
<td class="fm_options_label">
|
| 2722 |
<label>Published</label>
|
|
@@ -2766,15 +2806,228 @@ class FMViewManage_fmc {
|
|
| 2766 |
</td>
|
| 2767 |
</tr>
|
| 2768 |
</table>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2769 |
</fieldset>
|
| 2770 |
<fieldset id="custom_fieldset" class="adminform fm_fieldset_deactive">
|
| 2771 |
<legend style="color: #0B55C4; font-weight: bold;">Email Options</legend>
|
| 2772 |
<table class="admintable">
|
| 2773 |
<tr valign="top">
|
| 2774 |
-
<td style="padding:
|
| 2775 |
<label>Send E-mail</label>
|
| 2776 |
</td>
|
| 2777 |
-
<td style="padding:
|
| 2778 |
<input type="radio" name="sendemail" id="sendemail_yes" value="1" <?php echo ($row->sendemail) ? "checked" : ""; ?> /><label for="sendemail_yes">Yes</label>
|
| 2779 |
<input type="radio" name="sendemail" id="sendemail_no" value="0" <?php echo (!$row->sendemail) ? "checked" : ""; ?> /><label for="sendemail_no">No</label>
|
| 2780 |
</td>
|
|
@@ -2785,7 +3038,7 @@ class FMViewManage_fmc {
|
|
| 2785 |
<table class="admintable">
|
| 2786 |
<tr valign="top">
|
| 2787 |
<td class="fm_options_label">
|
| 2788 |
-
<label for="
|
| 2789 |
</td>
|
| 2790 |
<td class="fm_options_value">
|
| 2791 |
<input type="text" id="mailToAdd" name="mailToAdd" style="width: 250px;" />
|
|
@@ -2847,11 +3100,12 @@ class FMViewManage_fmc {
|
|
| 2847 |
<label for="from_name">From Name</label>
|
| 2848 |
</td>
|
| 2849 |
<td class="fm_options_value">
|
| 2850 |
-
<input type="text" id="from_name" name="from_name" value="<?php echo $row->from_name; ?>" style="width:
|
| 2851 |
-
<img src="<?php echo WD_FMC_URL . '/images/add.png'; ?>" onclick="document.getElementById('mail_from_labels').style.display='block';" style="
|
| 2852 |
<?php
|
| 2853 |
$choise = "document.getElementById('from_name')";
|
| 2854 |
-
echo '<div style="position:relative; top:-3px;"><div id="mail_from_labels" class="email_labels" style="display:none;">';
|
|
|
|
| 2855 |
for($i=0; $i<count($label_label); $i++)
|
| 2856 |
{
|
| 2857 |
if($label_type[$i]=="type_submit_reset" || $label_type[$i]=="type_editor" || $label_type[$i]=="type_map" || $label_type[$i]=="type_mark_map" || $label_type[$i]=="type_captcha"|| $label_type[$i]=="type_recaptcha" || $label_type[$i]=="type_button" || $label_type[$i]=="type_file_upload" || $label_type[$i]=="type_send_copy" || $label_type[$i]=="type_matrix")
|
|
@@ -2922,8 +3176,8 @@ class FMViewManage_fmc {
|
|
| 2922 |
<label> Subject: </label>
|
| 2923 |
</td>
|
| 2924 |
<td class="fm_options_value">
|
| 2925 |
-
<input type="text" id="mail_subject" name="mail_subject" value="<?php echo $row->mail_subject ?>" style="width:
|
| 2926 |
-
<img src="<?php echo WD_FMC_URL . '/images/add.png'; ?>" onclick="document.getElementById('mail_subject_labels').style.display='block';" style="
|
| 2927 |
<?php
|
| 2928 |
$choise = "document.getElementById('mail_subject')";
|
| 2929 |
echo '<div style="position:relative; top:-3px;"><div id="mail_subject_labels" class="email_labels" style="display:none;">';
|
|
@@ -2986,6 +3240,9 @@ class FMViewManage_fmc {
|
|
| 2986 |
<?php
|
| 2987 |
}
|
| 2988 |
?>
|
|
|
|
|
|
|
|
|
|
| 2989 |
<input style="border: 1px solid silver; font-size: 10px; margin: 3px;" type="button" value="All fields list" onClick="insertAtCursor(<?php echo $choise; ?>, 'all')" />
|
| 2990 |
</div>
|
| 2991 |
<?php
|
|
@@ -3044,8 +3301,8 @@ class FMViewManage_fmc {
|
|
| 3044 |
<label for="mail_from_name_user">From Name</label>
|
| 3045 |
</td>
|
| 3046 |
<td class="fm_options_value">
|
| 3047 |
-
<input type="text" id="mail_from_name_user" name="mail_from_name_user" value="<?php echo $row->mail_from_name_user; ?>" style="width:
|
| 3048 |
-
<img src="<?php echo WD_FMC_URL . '/images/add.png'; ?>" onclick="document.getElementById('mail_from_name_user_labels').style.display='block';" style="
|
| 3049 |
<?php
|
| 3050 |
$choise = "document.getElementById('mail_from_name_user')";
|
| 3051 |
echo '<div style="position:relative; top:-3px;"><div id="mail_from_name_user_labels" class="email_labels" style="display:none;">';
|
|
@@ -3100,8 +3357,8 @@ class FMViewManage_fmc {
|
|
| 3100 |
<label> Subject: </label>
|
| 3101 |
</td>
|
| 3102 |
<td class="fm_options_value">
|
| 3103 |
-
<input type="text" id="mail_subject_user" name="mail_subject_user" value="<?php echo $row->mail_subject_user ?>" style="width:
|
| 3104 |
-
<img src="<?php echo WD_FMC_URL . '/images/add.png'; ?>" onclick="document.getElementById('mail_subject_user_labels').style.display='block';" style="
|
| 3105 |
<?php
|
| 3106 |
$choise = "document.getElementById('mail_subject_user')";
|
| 3107 |
echo '<div style="position:relative; top:-3px;"><div id="mail_subject_user_labels" class="email_labels" style="display:none;">';
|
|
@@ -3164,6 +3421,9 @@ class FMViewManage_fmc {
|
|
| 3164 |
<?php
|
| 3165 |
}
|
| 3166 |
?>
|
|
|
|
|
|
|
|
|
|
| 3167 |
<input style="border: 1px solid silver; font-size: 10px; margin:3px;" type="button" value="All fields list" onClick="insertAtCursor(<?php echo $choise; ?>, 'all')" />
|
| 3168 |
</div>
|
| 3169 |
<?php
|
|
@@ -3349,7 +3609,7 @@ class FMViewManage_fmc {
|
|
| 3349 |
<label for="tax">Tax</label>
|
| 3350 |
</td>
|
| 3351 |
<td class="fm_options_value">
|
| 3352 |
-
<input
|
| 3353 |
</td>
|
| 3354 |
</tr>
|
| 3355 |
</table>
|
|
@@ -3361,8 +3621,8 @@ class FMViewManage_fmc {
|
|
| 3361 |
<td class="fm_options_label">
|
| 3362 |
<label for="javascript">Javascript</label>
|
| 3363 |
</td>
|
| 3364 |
-
<td class="fm_options_value">
|
| 3365 |
-
<textarea style="margin: 0px;" cols="60" rows="30" name="javascript" id="
|
| 3366 |
</td>
|
| 3367 |
</tr>
|
| 3368 |
</table>
|
|
@@ -3456,7 +3716,7 @@ class FMViewManage_fmc {
|
|
| 3456 |
?>
|
| 3457 |
<div>
|
| 3458 |
<span style="font-size:13px;">Add Condition<span/>
|
| 3459 |
-
<img src="<?php echo
|
| 3460 |
</div>
|
| 3461 |
<?php
|
| 3462 |
|
|
@@ -3510,7 +3770,7 @@ class FMViewManage_fmc {
|
|
| 3510 |
$param_values = explode('***',$_param);
|
| 3511 |
$multiselect = explode('@@@',$param_values[2]);
|
| 3512 |
|
| 3513 |
-
?>
|
| 3514 |
<div id="condition_div<?php echo $k; ?>_<?php echo $key; ?>">
|
| 3515 |
<select id="field_labels<?php echo $k; ?>_<?php echo $key; ?>" onchange="change_choices(this.options[this.selectedIndex].id+'_<?php echo $key; ?>','<?php echo $chose_ids; ?>', '<?php echo $chose_types; ?>', '<?php echo htmlspecialchars(addslashes($chose_paramss)); ?>')" style="width:350px;"/>
|
| 3516 |
<?php
|
|
@@ -3541,7 +3801,7 @@ class FMViewManage_fmc {
|
|
| 3541 |
<option value="!=" <?php if($param_values[1]=="!=") echo 'selected="selected"'; ?>>is not</option>
|
| 3542 |
</select>
|
| 3543 |
|
| 3544 |
-
<?php if (in_array($types[$key_select_or_input],$select_type_fields)) : ?>
|
| 3545 |
<select id="field_value<?php echo $k; ?>_<?php echo $key; ?>" <?php echo $multiple; ?> style="vertical-align: top; width: 200px;">
|
| 3546 |
<?php
|
| 3547 |
switch($types[$key_select_or_input])
|
|
@@ -3603,10 +3863,10 @@ class FMViewManage_fmc {
|
|
| 3603 |
?>
|
| 3604 |
</select>
|
| 3605 |
<?php else :
|
| 3606 |
-
if($types[$key_select_or_input]=="type_number" || $types[$key_select_or_input]=="type_phone")
|
| 3607 |
$onkeypress_function = "onkeypress='return check_isnum_space(event)'";
|
| 3608 |
else
|
| 3609 |
-
if($types[$key_select_or_input]=="type_paypal_price")
|
| 3610 |
$onkeypress_function = "onkeypress='return check_isnum_point(event)'";
|
| 3611 |
else
|
| 3612 |
$onkeypress_function = "";
|
|
@@ -3615,7 +3875,7 @@ class FMViewManage_fmc {
|
|
| 3615 |
|
| 3616 |
<img src="<?php echo WD_FMC_URL . '/images/delete.png'; ?>" id="delete_condition<?php echo $k; ?>_<?php echo $key; ?>" onclick="delete_field_condition('<?php echo $k; ?>_<?php echo $key; ?>')" style="vertical-align: top;">
|
| 3617 |
</div>
|
| 3618 |
-
<?php
|
| 3619 |
}
|
| 3620 |
}
|
| 3621 |
|
| 186 |
document.getElementById('take').style.display = "none";
|
| 187 |
document.getElementById('page_bar').style.display = "none";
|
| 188 |
document.getElementById('saving').style.display = "block";
|
| 189 |
+
jQuery('.wdform_section .wdform_column').each(function() {
|
| 190 |
+
if(!jQuery(this).html())
|
| 191 |
+
jQuery(this).remove();
|
| 192 |
+
});
|
| 193 |
remove_whitespace(document.getElementById('take'));
|
| 194 |
l_id_array = [<?php echo $labels['id']?>];
|
| 195 |
l_label_array = [<?php echo $labels['label']?>];
|
| 539 |
<input type="radio" value="before" name="el_pos" id="pos_before" onclick="Enable()"/>
|
| 540 |
Before
|
| 541 |
<select style="width: 100px; margin-left: 5px;" id="sel_el_pos" onclick="change_before()" disabled="disabled"></select>
|
| 542 |
+
<img alt="ADD" title="add" style="cursor:pointer; vertical-align:middle; margin:5px" src="<?php echo WD_FMC_URL . '/images/save.png'; ?>" onClick="add(0, false)"/>
|
| 543 |
<img alt="CANCEL" title="cancel" style="cursor: pointer; vertical-align:middle; margin:5px" src="<?php echo WD_FMC_URL . '/images/cancel_but.png'; ?>" onClick="close_window()"/>
|
| 544 |
<hr style=" margin-bottom:10px" />
|
| 545 |
</td>
|
| 579 |
<?php
|
| 580 |
}
|
| 581 |
?>
|
| 582 |
+
<br />
|
| 583 |
+
<div style="margin-left:5px;">
|
| 584 |
+
<label for="enable_sortable" style="font-size: 14px; font-weight: bold;">Enable Drag & Drop</label>
|
| 585 |
+
<input type="checkbox" name="sortable" id="enable_sortable" value="<?php echo $row->sortable; ?>" onclick="enable_drag(this)" <?php if($row->sortable==1) echo 'checked="checked"'; ?> />
|
| 586 |
+
<div>You can use drag and drop to move the fields up/down for the change of the order and left/right for creating columns within the form.</div>
|
| 587 |
+
</div>
|
| 588 |
+
<br />
|
| 589 |
<fieldset>
|
| 590 |
<legend><h2 style="color: #00aeef;">Form</h2></legend>
|
| 591 |
<div id="saving" style="display:none;">
|
| 1151 |
jQuery(window).load(function () {
|
| 1152 |
formOnload();
|
| 1153 |
});
|
| 1154 |
+
jQuery(function() {
|
| 1155 |
+
|
| 1156 |
+
jQuery('.wdform_section .wdform_column:last-child').each(function() {
|
| 1157 |
+
jQuery(this).parent().append(jQuery('<div></div>').addClass("wdform_column"));
|
| 1158 |
+
});
|
| 1159 |
+
|
| 1160 |
+
sortable_columns();
|
| 1161 |
+
if(<?php echo $row->sortable ?>==1)
|
| 1162 |
+
{
|
| 1163 |
+
jQuery( ".wdform_arrows" ).hide();
|
| 1164 |
+
all_sortable_events();
|
| 1165 |
+
}
|
| 1166 |
+
else
|
| 1167 |
+
jQuery('.wdform_column').sortable( "disable" );
|
| 1168 |
+
|
| 1169 |
+
});
|
| 1170 |
</script>
|
| 1171 |
<?php
|
| 1172 |
}
|
| 1173 |
+
else { ?>
|
| 1174 |
+
<script type="text/javascript">
|
| 1175 |
+
jQuery(function() {
|
| 1176 |
+
jQuery('.wdform_section .wdform_column:last-child').each(function() {
|
| 1177 |
+
jQuery(this).parent().append(jQuery('<div></div>').addClass("wdform_column"));
|
| 1178 |
+
});
|
| 1179 |
+
sortable_columns();
|
| 1180 |
+
all_sortable_events();
|
| 1181 |
+
});
|
| 1182 |
+
</script>
|
| 1183 |
+
<?php }
|
| 1184 |
?>
|
| 1185 |
|
| 1186 |
<input type="hidden" name="option" value="com_formmaker" />
|
| 1507 |
<input type="radio" value="before" name="el_pos" id="pos_before" onclick="Enable()"/>
|
| 1508 |
Before
|
| 1509 |
<select style="width: 100px; margin-left: 5px;" id="sel_el_pos" disabled="disabled"></select>
|
| 1510 |
+
<img alt="ADD" title="add" style="cursor:pointer; vertical-align:middle; margin:5px" src="<?php echo WD_FMC_URL . '/images/save.png'; ?>" onClick="add(0, false)"/>
|
| 1511 |
<img alt="CANCEL" title="cancel" style="cursor: pointer; vertical-align:middle; margin:5px" src="<?php echo WD_FMC_URL . '/images/cancel_but.png'; ?>" onClick="close_window()"/>
|
| 1512 |
<hr style=" margin-bottom:10px" />
|
| 1513 |
</td>
|
| 1547 |
<?php
|
| 1548 |
}
|
| 1549 |
?>
|
| 1550 |
+
<br />
|
| 1551 |
+
<br />
|
| 1552 |
<fieldset>
|
| 1553 |
<legend><h2 style="color: #00aeef;">Form</h2></legend>
|
| 1554 |
<table width="100%" style="margin:8px">
|
| 2620 |
public function form_options($id) {
|
| 2621 |
$row = $this->model->get_row_data($id);
|
| 2622 |
$themes = $this->model->get_theme_rows_data();
|
| 2623 |
+
$queries = $this->model->get_queries_rows_data($id);
|
| 2624 |
+
$userGroups = get_editable_roles();
|
| 2625 |
$page_title = $row->title . ' form options';
|
| 2626 |
$label_id = array();
|
| 2627 |
$label_label = array();
|
| 2756 |
</div>
|
| 2757 |
<fieldset id="general_fieldset" class="adminform fm_fieldset_deactive">
|
| 2758 |
<legend style="color:#0B55C4;font-weight: bold;">General Options</legend>
|
| 2759 |
+
<table class="admintable">
|
| 2760 |
<tr valign="top">
|
| 2761 |
<td class="fm_options_label">
|
| 2762 |
<label>Published</label>
|
| 2806 |
</td>
|
| 2807 |
</tr>
|
| 2808 |
</table>
|
| 2809 |
+
<div class="error" style="padding: 5px; font-size: 14px;">Front end submissions are disabled in free version.</div>
|
| 2810 |
+
<fieldset class="adminform">
|
| 2811 |
+
<legend style="color:#0B55C4;font-weight: bold;">Front end submissions access level</legend>
|
| 2812 |
+
<table>
|
| 2813 |
+
<tr>
|
| 2814 |
+
<td class="key">
|
| 2815 |
+
<label for="name">
|
| 2816 |
+
Allow User to see submissions:
|
| 2817 |
+
</label>
|
| 2818 |
+
</td>
|
| 2819 |
+
<td>
|
| 2820 |
+
<?php
|
| 2821 |
+
$checked_UserGroup=explode(',',$row->user_id_wd);
|
| 2822 |
+
$i = 0;
|
| 2823 |
+
foreach($userGroups as $val => $uG) {
|
| 2824 |
+
echo '<input disabled="disabled" type="checkbox" value="'.$val .'" id="user_'.$i.'"';
|
| 2825 |
+
if(in_array($val ,$checked_UserGroup))
|
| 2826 |
+
echo 'checked="checked"';
|
| 2827 |
+
echo 'onchange="acces_level('.count($userGroups).')"/><label for="user_'.$i.'">'.$uG["name"].'</label><br>';
|
| 2828 |
+
$i++;
|
| 2829 |
+
}
|
| 2830 |
+
?>
|
| 2831 |
+
<input disabled="disabled" type="checkbox" value="guest" id="user_<?php echo $i; ?>" onchange="acces_level(<?php echo count($userGroups); ?>)"<?php echo (in_array('guest', $checked_UserGroup) ? 'checked="checked"' : '') ?>/><label for="user_<?php echo $i; ?>">Guest</label>
|
| 2832 |
+
<input disabled="disabled" type="hidden" name="user_id_wd" value="<?php echo $row->user_id_wd ?>" id="user_id_wd" />
|
| 2833 |
+
</td>
|
| 2834 |
+
</tr>
|
| 2835 |
+
</table>
|
| 2836 |
+
</fieldset>
|
| 2837 |
+
<?php
|
| 2838 |
+
$labels_for_submissions = $this->model->get_labels($id);
|
| 2839 |
+
$payment_info = $this->model->is_paypal($id);
|
| 2840 |
+
|
| 2841 |
+
$labels_id_for_submissions= array();
|
| 2842 |
+
$label_titles_for_submissions=array();
|
| 2843 |
+
$labels_type_for_submissions= array();
|
| 2844 |
+
if($labels_for_submissions)
|
| 2845 |
+
{
|
| 2846 |
+
$label_id_for_submissions= array();
|
| 2847 |
+
$label_order_original_for_submissions= array();
|
| 2848 |
+
$label_type_for_submissions= array();
|
| 2849 |
+
|
| 2850 |
+
if(strpos($row->label_order, 'type_paypal_'))
|
| 2851 |
+
{
|
| 2852 |
+
$row->label_order=$row->label_order."item_total#**id**#Item Total#**label**#type_paypal_payment_total#****#total#**id**#Total#**label**#type_paypal_payment_total#****#0#**id**#Payment Status#**label**#type_paypal_payment_status#****#";
|
| 2853 |
+
}
|
| 2854 |
+
|
| 2855 |
+
$label_all_for_submissions = explode('#****#',$row->label_order);
|
| 2856 |
+
$label_all_for_submissions = array_slice($label_all_for_submissions,0, count($label_all_for_submissions)-1);
|
| 2857 |
+
|
| 2858 |
+
foreach($label_all_for_submissions as $key => $label_each)
|
| 2859 |
+
{
|
| 2860 |
+
$label_id_each=explode('#**id**#',$label_each);
|
| 2861 |
+
array_push($label_id_for_submissions, $label_id_each[0]);
|
| 2862 |
+
|
| 2863 |
+
$label_order_each=explode('#**label**#', $label_id_each[1]);
|
| 2864 |
+
|
| 2865 |
+
array_push($label_order_original_for_submissions, $label_order_each[0]);
|
| 2866 |
+
array_push($label_type_for_submissions, $label_order_each[1]);
|
| 2867 |
+
}
|
| 2868 |
+
|
| 2869 |
+
foreach($label_id_for_submissions as $key => $label) {
|
| 2870 |
+
if(in_array($label, $labels_for_submissions))
|
| 2871 |
+
{
|
| 2872 |
+
array_push($labels_type_for_submissions, $label_type_for_submissions[$key]);
|
| 2873 |
+
array_push($labels_id_for_submissions, $label);
|
| 2874 |
+
array_push($label_titles_for_submissions, $label_order_original_for_submissions[$key]);
|
| 2875 |
+
}
|
| 2876 |
+
}
|
| 2877 |
+
}
|
| 2878 |
+
|
| 2879 |
+
$stats_labels = array();
|
| 2880 |
+
$stats_labels_ids = array();
|
| 2881 |
+
foreach($labels_type_for_submissions as $key => $label_type_cur)
|
| 2882 |
+
{
|
| 2883 |
+
if($label_type_cur=="type_checkbox" || $label_type_cur=="type_radio" || $label_type_cur=="type_own_select" || $label_type_cur=="type_country" || $label_type_cur=="type_paypal_select" || $label_type_cur=="type_paypal_radio" || $label_type_cur=="type_paypal_checkbox" || $label_type_cur=="type_paypal_shipping")
|
| 2884 |
+
{
|
| 2885 |
+
$stats_labels_ids[] = $labels_id_for_submissions[$key];
|
| 2886 |
+
$stats_labels[] = $label_titles_for_submissions[$key];
|
| 2887 |
+
}
|
| 2888 |
+
}
|
| 2889 |
+
?>
|
| 2890 |
+
<script type="text/javascript">
|
| 2891 |
+
function inArray(needle, myarray) {
|
| 2892 |
+
var length = myarray.length;
|
| 2893 |
+
for(var i = 0; i < length; i++) {
|
| 2894 |
+
if(myarray[i] == needle) return true;
|
| 2895 |
+
}
|
| 2896 |
+
return false;
|
| 2897 |
+
}
|
| 2898 |
+
|
| 2899 |
+
function checked_labels(class_name) {
|
| 2900 |
+
var checked_ids ='';
|
| 2901 |
+
jQuery('.'+class_name).each(function() {
|
| 2902 |
+
if(this.checked) {
|
| 2903 |
+
checked_ids += this.value+',';
|
| 2904 |
+
}
|
| 2905 |
+
});
|
| 2906 |
+
if(class_name == 'filed_label') {
|
| 2907 |
+
document.getElementById("frontend_submit_fields").value = checked_ids ;
|
| 2908 |
+
if(checked_ids == document.getElementById("all_fields").value)
|
| 2909 |
+
document.getElementById("all_fields").checked = true;
|
| 2910 |
+
else
|
| 2911 |
+
document.getElementById("all_fields").checked = false;
|
| 2912 |
+
}
|
| 2913 |
+
else {
|
| 2914 |
+
document.getElementById("frontend_submit_stat_fields").value = checked_ids ;
|
| 2915 |
+
if(checked_ids == document.getElementById("all_stats_fields").value)
|
| 2916 |
+
document.getElementById("all_stats_fields").checked = true;
|
| 2917 |
+
else
|
| 2918 |
+
document.getElementById("all_stats_fields").checked = false;
|
| 2919 |
+
}
|
| 2920 |
+
}
|
| 2921 |
+
|
| 2922 |
+
jQuery(document).ready(function () {
|
| 2923 |
+
jQuery('.filed_label').each(function() {
|
| 2924 |
+
if(document.getElementById("frontend_submit_fields").value == document.getElementById("all_fields").value)
|
| 2925 |
+
document.getElementById("all_fields").checked = true;
|
| 2926 |
+
if(inArray(this.value, document.getElementById("frontend_submit_fields").value.split(","))) {
|
| 2927 |
+
this.checked = true;
|
| 2928 |
+
}
|
| 2929 |
+
});
|
| 2930 |
+
|
| 2931 |
+
jQuery('.stats_filed_label').each(function() {
|
| 2932 |
+
if(document.getElementById("frontend_submit_stat_fields").value == document.getElementById("all_stats_fields").value)
|
| 2933 |
+
document.getElementById("all_stats_fields").checked = true;
|
| 2934 |
+
if(inArray(this.value, document.getElementById("frontend_submit_stat_fields").value.split(","))) {
|
| 2935 |
+
this.checked = true;
|
| 2936 |
+
}
|
| 2937 |
+
});
|
| 2938 |
+
|
| 2939 |
+
jQuery(document).on('change','input[name="all_fields"]',function() {
|
| 2940 |
+
jQuery('.filed_label').prop("checked" , this.checked);
|
| 2941 |
+
});
|
| 2942 |
+
|
| 2943 |
+
jQuery(document).on('change','input[name="all_stats_fields"]',function() {
|
| 2944 |
+
jQuery('.stats_filed_label').prop("checked" , this.checked);
|
| 2945 |
+
});
|
| 2946 |
+
});
|
| 2947 |
+
</script>
|
| 2948 |
+
|
| 2949 |
+
<style>
|
| 2950 |
+
li{
|
| 2951 |
+
list-style-type: none;
|
| 2952 |
+
}
|
| 2953 |
+
|
| 2954 |
+
.simple_table
|
| 2955 |
+
{
|
| 2956 |
+
padding-left: 0px !important;
|
| 2957 |
+
}
|
| 2958 |
+
|
| 2959 |
+
.simple_table input, .simple_table label, .simple_table img
|
| 2960 |
+
{
|
| 2961 |
+
display:inline-block !important;
|
| 2962 |
+
float:none !important;
|
| 2963 |
+
}
|
| 2964 |
+
</style>
|
| 2965 |
+
<fieldset class="adminform">
|
| 2966 |
+
<legend style="color:#0B55C4;font-weight: bold;">Fields to hide in frontend submissions</legend>
|
| 2967 |
+
<?php if(count($label_titles_for_submissions)): ?>
|
| 2968 |
+
<table style="margin-left:-3px;">
|
| 2969 |
+
<tr>
|
| 2970 |
+
<td>
|
| 2971 |
+
<label>Select fields:</label>
|
| 2972 |
+
</td>
|
| 2973 |
+
<td class="simple_table">
|
| 2974 |
+
<ul id="form_fields">
|
| 2975 |
+
<li>
|
| 2976 |
+
<input disabled="disabled" type="checkbox" name="all_fields" id="all_fields" value="submit_id,<?php echo implode(',',$labels_id_for_submissions)."," . ($payment_info ? "payment_info" : ""); ?>" onclick="checked_labels('filed_label')"/>
|
| 2977 |
+
<label for="all_fields">Select All</label>
|
| 2978 |
+
</li>
|
| 2979 |
+
<?php
|
| 2980 |
+
echo "<li><input disabled=\"disabled\" type=\"checkbox\" id=\"submit_id\" name=\"submit_id\" value=\"submit_id\" class=\"filed_label\" onclick=\"checked_labels('filed_label')\"><label for=\"submit_id\">ID</label></li>";
|
| 2981 |
+
|
| 2982 |
+
for($i=0, $n=count($label_titles_for_submissions); $i < $n ; $i++)
|
| 2983 |
+
{
|
| 2984 |
+
$field_label = $label_titles_for_submissions[$i];
|
| 2985 |
+
|
| 2986 |
+
echo "<li><input disabled=\"disabled\" type=\"checkbox\" id=\"filed_label".$i."\" name=\"filed_label".$i."\" value=\"".$labels_id_for_submissions[$i]."\" class=\"filed_label\" onclick=\"checked_labels('filed_label')\"><label for=\"filed_label".$i."\">".(strlen($field_label) > 80 ? substr ($field_label ,0, 80).'...' : $field_label)."</label></li>";
|
| 2987 |
+
|
| 2988 |
+
}
|
| 2989 |
+
if($payment_info)
|
| 2990 |
+
echo "<li><input disabled=\"disabled\" type=\"checkbox\" id=\"payment_info\" name=\"payment_info\" value=\"payment_info\" class=\"filed_label\" onclick=\"checked_labels('filed_label')\"><label for=\"payment_info\">Payment Info</label></li>";
|
| 2991 |
+
?>
|
| 2992 |
+
</ul>
|
| 2993 |
+
<input type="hidden" name="frontend_submit_fields" value="<?php echo $row->frontend_submit_fields ?>" id="frontend_submit_fields" />
|
| 2994 |
+
</td>
|
| 2995 |
+
</tr>
|
| 2996 |
+
<?php if($stats_labels): ?>
|
| 2997 |
+
<tr id="stats">
|
| 2998 |
+
<td>
|
| 2999 |
+
<label>Stats fields:</label>
|
| 3000 |
+
</td>
|
| 3001 |
+
<td class="simple_table">
|
| 3002 |
+
<ul id="stats_fields">
|
| 3003 |
+
<li>
|
| 3004 |
+
<input disabled="disabled" type="checkbox" name="all_stats_fields" id="all_stats_fields" value="<?php echo implode(',',$stats_labels_ids).","; ?>" onclick="checked_labels('stats_filed_label')">
|
| 3005 |
+
<label for="all_stats_fields">Select All</label>
|
| 3006 |
+
</li>
|
| 3007 |
+
<?php
|
| 3008 |
+
for($i=0, $n=count($stats_labels); $i < $n ; $i++)
|
| 3009 |
+
{
|
| 3010 |
+
$field_label = $stats_labels[$i];
|
| 3011 |
+
echo "<li><input disabled=\"disabled\" type=\"checkbox\" id=\"stats_filed_label".$i."\" name=\"stats_filed_label".$i."\" value=\"".$stats_labels_ids[$i]."\" class=\"stats_filed_label\" onclick=\"checked_labels('stats_filed_label')\" ><label for=\"stats_filed_label".$i."\">".(strlen($field_label) > 80 ? substr ($field_label ,0, 80).'...' : $field_label)."</label></li>";
|
| 3012 |
+
}
|
| 3013 |
+
?>
|
| 3014 |
+
</ul>
|
| 3015 |
+
<input type="hidden" name="frontend_submit_stat_fields" value="<?php echo $row->frontend_submit_stat_fields ?>" id="frontend_submit_stat_fields" />
|
| 3016 |
+
</td>
|
| 3017 |
+
</tr>
|
| 3018 |
+
<?php endif; ?>
|
| 3019 |
+
</table>
|
| 3020 |
+
<?php endif; ?>
|
| 3021 |
+
</fieldset>
|
| 3022 |
</fieldset>
|
| 3023 |
<fieldset id="custom_fieldset" class="adminform fm_fieldset_deactive">
|
| 3024 |
<legend style="color: #0B55C4; font-weight: bold;">Email Options</legend>
|
| 3025 |
<table class="admintable">
|
| 3026 |
<tr valign="top">
|
| 3027 |
+
<td style="padding: 15px; width: 75px;">
|
| 3028 |
<label>Send E-mail</label>
|
| 3029 |
</td>
|
| 3030 |
+
<td style="padding: 15px;">
|
| 3031 |
<input type="radio" name="sendemail" id="sendemail_yes" value="1" <?php echo ($row->sendemail) ? "checked" : ""; ?> /><label for="sendemail_yes">Yes</label>
|
| 3032 |
<input type="radio" name="sendemail" id="sendemail_no" value="0" <?php echo (!$row->sendemail) ? "checked" : ""; ?> /><label for="sendemail_no">No</label>
|
| 3033 |
</td>
|
| 3038 |
<table class="admintable">
|
| 3039 |
<tr valign="top">
|
| 3040 |
<td class="fm_options_label">
|
| 3041 |
+
<label for="mailToAdd">Email to send submissions to</label>
|
| 3042 |
</td>
|
| 3043 |
<td class="fm_options_value">
|
| 3044 |
<input type="text" id="mailToAdd" name="mailToAdd" style="width: 250px;" />
|
| 3100 |
<label for="from_name">From Name</label>
|
| 3101 |
</td>
|
| 3102 |
<td class="fm_options_value">
|
| 3103 |
+
<input type="text" id="from_name" name="from_name" value="<?php echo $row->from_name; ?>" style="width: 250px;" />
|
| 3104 |
+
<img src="<?php echo WD_FMC_URL . '/images/add.png'; ?>" onclick="document.getElementById('mail_from_labels').style.display='block';" style="vertical-align: middle; cursor: pointer;display:inline-block; margin:0px; float:none;">
|
| 3105 |
<?php
|
| 3106 |
$choise = "document.getElementById('from_name')";
|
| 3107 |
+
echo '<div style="position:relative; top:-3px;"><div id="mail_from_labels" class="email_labels" style="display:none;">';
|
| 3108 |
+
echo "<a onClick=\"insertAtCursor(".$choise.",'username'); document.getElementById('mail_from_labels').style.display='none';\" style=\"display:block; text-decoration:none;\">Username</a>";
|
| 3109 |
for($i=0; $i<count($label_label); $i++)
|
| 3110 |
{
|
| 3111 |
if($label_type[$i]=="type_submit_reset" || $label_type[$i]=="type_editor" || $label_type[$i]=="type_map" || $label_type[$i]=="type_mark_map" || $label_type[$i]=="type_captcha"|| $label_type[$i]=="type_recaptcha" || $label_type[$i]=="type_button" || $label_type[$i]=="type_file_upload" || $label_type[$i]=="type_send_copy" || $label_type[$i]=="type_matrix")
|
| 3176 |
<label> Subject: </label>
|
| 3177 |
</td>
|
| 3178 |
<td class="fm_options_value">
|
| 3179 |
+
<input type="text" id="mail_subject" name="mail_subject" value="<?php echo $row->mail_subject ?>" style="width:250px;" />
|
| 3180 |
+
<img src="<?php echo WD_FMC_URL . '/images/add.png'; ?>" onclick="document.getElementById('mail_subject_labels').style.display='block';" style="vertical-align: middle;cursor: pointer; display:inline-block; margin:0px; float:none;">
|
| 3181 |
<?php
|
| 3182 |
$choise = "document.getElementById('mail_subject')";
|
| 3183 |
echo '<div style="position:relative; top:-3px;"><div id="mail_subject_labels" class="email_labels" style="display:none;">';
|
| 3240 |
<?php
|
| 3241 |
}
|
| 3242 |
?>
|
| 3243 |
+
<input style="border: 1px solid silver; font-size: 10px; margin: 3px;" type="button" value="Ip" onClick="insertAtCursor(<?php echo $choise; ?>,'ip')" />
|
| 3244 |
+
<input style="border: 1px solid silver; font-size: 10px; margin: 3px;" type="button" value="Username" onClick="insertAtCursor(<?php echo $choise; ?>,'username')" />
|
| 3245 |
+
<input style="border: 1px solid silver; font-size: 10px; margin: 3px;" type="button" value="User Email" onClick="insertAtCursor(<?php echo $choise; ?>,'useremail')" />
|
| 3246 |
<input style="border: 1px solid silver; font-size: 10px; margin: 3px;" type="button" value="All fields list" onClick="insertAtCursor(<?php echo $choise; ?>, 'all')" />
|
| 3247 |
</div>
|
| 3248 |
<?php
|
| 3301 |
<label for="mail_from_name_user">From Name</label>
|
| 3302 |
</td>
|
| 3303 |
<td class="fm_options_value">
|
| 3304 |
+
<input type="text" id="mail_from_name_user" name="mail_from_name_user" value="<?php echo $row->mail_from_name_user; ?>" style="width: 250px;"/>
|
| 3305 |
+
<img src="<?php echo WD_FMC_URL . '/images/add.png'; ?>" onclick="document.getElementById('mail_from_name_user_labels').style.display='block';" style="vertical-align: middle;cursor: pointer; display:inline-block; margin:0px; float:none;">
|
| 3306 |
<?php
|
| 3307 |
$choise = "document.getElementById('mail_from_name_user')";
|
| 3308 |
echo '<div style="position:relative; top:-3px;"><div id="mail_from_name_user_labels" class="email_labels" style="display:none;">';
|
| 3357 |
<label> Subject: </label>
|
| 3358 |
</td>
|
| 3359 |
<td class="fm_options_value">
|
| 3360 |
+
<input type="text" id="mail_subject_user" name="mail_subject_user" value="<?php echo $row->mail_subject_user ?>" style="width:250px;" />
|
| 3361 |
+
<img src="<?php echo WD_FMC_URL . '/images/add.png'; ?>" onclick="document.getElementById('mail_subject_user_labels').style.display='block';" style="vertical-align: middle; cursor: pointer; display:inline-block; margin:0px; float:none;">
|
| 3362 |
<?php
|
| 3363 |
$choise = "document.getElementById('mail_subject_user')";
|
| 3364 |
echo '<div style="position:relative; top:-3px;"><div id="mail_subject_user_labels" class="email_labels" style="display:none;">';
|
| 3421 |
<?php
|
| 3422 |
}
|
| 3423 |
?>
|
| 3424 |
+
<input style="border: 1px solid silver; font-size: 10px; margin: 3px;" type="button" value="Ip" onClick="insertAtCursor(<?php echo $choise; ?>,'ip')" />
|
| 3425 |
+
<input style="border: 1px solid silver; font-size: 10px; margin: 3px;" type="button" value="Username" onClick="insertAtCursor(<?php echo $choise; ?>,'username')" />
|
| 3426 |
+
<input style="border: 1px solid silver; font-size: 10px; margin: 3px;" type="button" value="User Email" onClick="insertAtCursor(<?php echo $choise; ?>,'useremail')" />
|
| 3427 |
<input style="border: 1px solid silver; font-size: 10px; margin:3px;" type="button" value="All fields list" onClick="insertAtCursor(<?php echo $choise; ?>, 'all')" />
|
| 3428 |
</div>
|
| 3429 |
<?php
|
| 3609 |
<label for="tax">Tax</label>
|
| 3610 |
</td>
|
| 3611 |
<td class="fm_options_value">
|
| 3612 |
+
<input type="text" name="tax" id="tax" value="<?php echo $row->tax; ?>" class="text_area" style="width: 40px;" onKeyPress="return check_isnum_point(event)"> %
|
| 3613 |
</td>
|
| 3614 |
</tr>
|
| 3615 |
</table>
|
| 3621 |
<td class="fm_options_label">
|
| 3622 |
<label for="javascript">Javascript</label>
|
| 3623 |
</td>
|
| 3624 |
+
<td class="fm_options_value" style="width:650px;">
|
| 3625 |
+
<textarea style="margin: 0px; height: 400px; width: 600px;" cols="60" rows="30" name="javascript" id="form_javascript"><?php echo $row->javascript; ?></textarea>
|
| 3626 |
</td>
|
| 3627 |
</tr>
|
| 3628 |
</table>
|
| 3716 |
?>
|
| 3717 |
<div>
|
| 3718 |
<span style="font-size:13px;">Add Condition<span/>
|
| 3719 |
+
<img src="<?php echo WD_FMC_URL . '/images/add_condition.png'; ?>" title="add" onclick="add_condition('<?php echo $chose_ids; ?>', '<?php echo htmlspecialchars(addslashes($chose_labels)); ?>', '<?php echo $chose_types; ?>', '<?php echo htmlspecialchars(addslashes($chose_paramss)); ?>', '<?php echo $all_ids_cond; ?>', '<?php echo htmlspecialchars(addslashes($all_labels_cond)); ?>')" style="cursor: pointer; vertical-align: middle; margin-left:15px;">
|
| 3720 |
</div>
|
| 3721 |
<?php
|
| 3722 |
|
| 3770 |
$param_values = explode('***',$_param);
|
| 3771 |
$multiselect = explode('@@@',$param_values[2]);
|
| 3772 |
|
| 3773 |
+
if(in_array($param_values[0],$ids)): ?>
|
| 3774 |
<div id="condition_div<?php echo $k; ?>_<?php echo $key; ?>">
|
| 3775 |
<select id="field_labels<?php echo $k; ?>_<?php echo $key; ?>" onchange="change_choices(this.options[this.selectedIndex].id+'_<?php echo $key; ?>','<?php echo $chose_ids; ?>', '<?php echo $chose_types; ?>', '<?php echo htmlspecialchars(addslashes($chose_paramss)); ?>')" style="width:350px;"/>
|
| 3776 |
<?php
|
| 3801 |
<option value="!=" <?php if($param_values[1]=="!=") echo 'selected="selected"'; ?>>is not</option>
|
| 3802 |
</select>
|
| 3803 |
|
| 3804 |
+
<?php if ($key_select_or_input != '' && in_array($types[$key_select_or_input],$select_type_fields)) : ?>
|
| 3805 |
<select id="field_value<?php echo $k; ?>_<?php echo $key; ?>" <?php echo $multiple; ?> style="vertical-align: top; width: 200px;">
|
| 3806 |
<?php
|
| 3807 |
switch($types[$key_select_or_input])
|
| 3863 |
?>
|
| 3864 |
</select>
|
| 3865 |
<?php else :
|
| 3866 |
+
if($key_select_or_input != '' && ($types[$key_select_or_input]=="type_number" || $types[$key_select_or_input]=="type_phone"))
|
| 3867 |
$onkeypress_function = "onkeypress='return check_isnum_space(event)'";
|
| 3868 |
else
|
| 3869 |
+
if($key_select_or_input != '' && $types[$key_select_or_input]=="type_paypal_price")
|
| 3870 |
$onkeypress_function = "onkeypress='return check_isnum_point(event)'";
|
| 3871 |
else
|
| 3872 |
$onkeypress_function = "";
|
| 3875 |
|
| 3876 |
<img src="<?php echo WD_FMC_URL . '/images/delete.png'; ?>" id="delete_condition<?php echo $k; ?>_<?php echo $key; ?>" onclick="delete_field_condition('<?php echo $k; ?>_<?php echo $key; ?>')" style="vertical-align: top;">
|
| 3877 |
</div>
|
| 3878 |
+
<?php endif;
|
| 3879 |
}
|
| 3880 |
}
|
| 3881 |
|
admin/views/FMViewSubmissions_fmc.php
CHANGED
|
@@ -40,6 +40,11 @@ class FMViewSubmissions_fmc {
|
|
| 40 |
$style_id = $this->model->hide_or_not($lists['hide_label_list'], '@submitid@');
|
| 41 |
$style_date = $this->model->hide_or_not($lists['hide_label_list'], '@submitdate@');
|
| 42 |
$style_ip = $this->model->hide_or_not($lists['hide_label_list'], '@submitterip@');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
$oder_class_default = "manage-column column-autor sortable desc";
|
| 44 |
$oder_class = "manage-column column-title sorted " . $asc_or_desc;
|
| 45 |
$ispaypal = FALSE;
|
|
@@ -48,7 +53,7 @@ class FMViewSubmissions_fmc {
|
|
| 48 |
$n = count($rows);
|
| 49 |
$group_id_s = array();
|
| 50 |
$group_id_s = $this->model->sort_group_ids(count($sorted_label_names),$group_ids);
|
| 51 |
-
$ka_fielderov_search = (($lists['ip_search'] || $lists['startdate'] || $lists['enddate']) ? TRUE : FALSE);
|
| 52 |
$is_stats = false;
|
| 53 |
$blocked_ips = $this->model->blocked_ips();
|
| 54 |
|
|
@@ -60,24 +65,32 @@ class FMViewSubmissions_fmc {
|
|
| 60 |
$templabels = array_merge(array(
|
| 61 |
'submitid',
|
| 62 |
'submitdate',
|
| 63 |
-
'submitterip'
|
|
|
|
|
|
|
| 64 |
), $sorted_labels_id);
|
| 65 |
$sorted_label_names_for_check = array_merge(array(
|
| 66 |
'ID',
|
| 67 |
'Submit date',
|
| 68 |
-
"Submitter's IP"
|
|
|
|
|
|
|
| 69 |
), $sorted_label_names_original);
|
| 70 |
}
|
| 71 |
else {
|
| 72 |
$templabels = array(
|
| 73 |
'submitid',
|
| 74 |
'submitdate',
|
| 75 |
-
'submitterip'
|
|
|
|
|
|
|
| 76 |
);
|
| 77 |
$sorted_label_names_for_check = array(
|
| 78 |
'ID',
|
| 79 |
'Submit date',
|
| 80 |
-
"Submitter's IP"
|
|
|
|
|
|
|
| 81 |
);
|
| 82 |
}
|
| 83 |
?>
|
|
@@ -107,6 +120,8 @@ class FMViewSubmissions_fmc {
|
|
| 107 |
document.getElementById('startdate').value = '';
|
| 108 |
document.getElementById('enddate').value = '';
|
| 109 |
document.getElementById('ip_search').value = '';
|
|
|
|
|
|
|
| 110 |
<?php
|
| 111 |
$n = count($rows);
|
| 112 |
for ($i = 0; $i < count($sorted_label_names); $i++) {
|
|
@@ -294,7 +309,27 @@ class FMViewSubmissions_fmc {
|
|
| 294 |
<span>Submitter's IP</span>
|
| 295 |
<span class="sorting-indicator"></span>
|
| 296 |
</a>
|
| 297 |
-
</th>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 298 |
<?php
|
| 299 |
for ($i = 0; $i < count($sorted_label_names); $i++) {
|
| 300 |
$styleStr = $this->model->hide_or_not($lists['hide_label_list'], $sorted_labels_id[$i]);
|
|
@@ -360,6 +395,17 @@ class FMViewSubmissions_fmc {
|
|
| 360 |
<th class="table_medium_col_uncenter submitterip_fc" <?php echo $style_ip; ?>>
|
| 361 |
<input type="text" name="ip_search" id="ip_search" value="<?php echo $lists['ip_search']; ?>" onChange="this.form.submit();" />
|
| 362 |
</th>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 363 |
<?php
|
| 364 |
for ($i = 0; $i < count($sorted_label_names); $i++) {
|
| 365 |
$styleStr = $this->model->hide_or_not($lists['hide_label_list'], $sorted_labels_id[$i]);
|
|
@@ -425,6 +471,10 @@ class FMViewSubmissions_fmc {
|
|
| 425 |
$alternate = (!isset($alternate) || $alternate == 'class="alternate"') ? '' : 'class="alternate"';
|
| 426 |
$temp = $this->model->array_for_group_id($group_id_s[$www], $rows);
|
| 427 |
$data = $temp[0];
|
|
|
|
|
|
|
|
|
|
|
|
|
| 428 |
?>
|
| 429 |
<tr <?php echo $alternate; ?>>
|
| 430 |
<td class="table_small_col count_col sub-align"><?php echo $www + 1; ?></td>
|
|
@@ -458,6 +508,19 @@ class FMViewSubmissions_fmc {
|
|
| 458 |
<td class="table_medium_col_uncenter submitterip_fc sub-align" id="submitterip_fc" <?php echo $style_ip; ?>>
|
| 459 |
<a class="thickbox-preview" href="<?php echo add_query_arg(array('action' => 'fromipinfoinpopup_fmc', 'data_ip' => $data->ip, 'width' => '400', 'height' => '300', 'TB_iframe' => '1'), admin_url('admin-ajax.php')); ?>" title="Show submitter information" <?php echo (!in_array($data->ip, $blocked_ips)) ? '' : 'style="color: #FF0000;"'; ?>><?php echo $data->ip; ?></a>
|
| 460 |
</td>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 461 |
<?php
|
| 462 |
for ($h = 0; $h < $m; $h++) {
|
| 463 |
$not_label = TRUE;
|
|
@@ -729,6 +792,10 @@ class FMViewSubmissions_fmc {
|
|
| 729 |
$labels_name = $params[2];
|
| 730 |
$labels_type = $params[3];
|
| 731 |
$ispaypal = $params[4];
|
|
|
|
|
|
|
|
|
|
|
|
|
| 732 |
?>
|
| 733 |
<form action="admin.php?page=submissions_fmc" method="post" id="adminForm" name="adminForm">
|
| 734 |
<table width="99%">
|
|
@@ -764,6 +831,16 @@ class FMViewSubmissions_fmc {
|
|
| 764 |
<td class="key"><label for="IP">IP: </label></td>
|
| 765 |
<td><?php echo $rows[0]->ip; ?></td>
|
| 766 |
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 767 |
<?php
|
| 768 |
foreach ($labels_id as $key => $label_id) {
|
| 769 |
if ($this->model->check_type_for_edit_function($labels_type[$key])) {
|
|
@@ -972,6 +1049,10 @@ class FMViewSubmissions_fmc {
|
|
| 972 |
$ispaypal = $params[4];
|
| 973 |
$form = $params[5];
|
| 974 |
$form_theme = $params[6];
|
|
|
|
|
|
|
|
|
|
|
|
|
| 975 |
?>
|
| 976 |
<form action="admin.php?page=submissions_fmc" method="post" id="formform_id_temp" name="formform_id_temp">
|
| 977 |
<table width="99%">
|
|
@@ -1009,6 +1090,16 @@ class FMViewSubmissions_fmc {
|
|
| 1009 |
<td class="spider_label"><label for="IP">IP: </label></td>
|
| 1010 |
<td><?php echo $rows[0]->ip; ?></td>
|
| 1011 |
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1012 |
</table>
|
| 1013 |
<?php
|
| 1014 |
$css_rep1 = array("[SITE_ROOT]");
|
| 40 |
$style_id = $this->model->hide_or_not($lists['hide_label_list'], '@submitid@');
|
| 41 |
$style_date = $this->model->hide_or_not($lists['hide_label_list'], '@submitdate@');
|
| 42 |
$style_ip = $this->model->hide_or_not($lists['hide_label_list'], '@submitterip@');
|
| 43 |
+
|
| 44 |
+
$style_username = $this->model->hide_or_not($lists['hide_label_list'], '@submitterusername@');
|
| 45 |
+
$style_useremail = $this->model->hide_or_not($lists['hide_label_list'], '@submitteremail@');
|
| 46 |
+
|
| 47 |
+
|
| 48 |
$oder_class_default = "manage-column column-autor sortable desc";
|
| 49 |
$oder_class = "manage-column column-title sorted " . $asc_or_desc;
|
| 50 |
$ispaypal = FALSE;
|
| 53 |
$n = count($rows);
|
| 54 |
$group_id_s = array();
|
| 55 |
$group_id_s = $this->model->sort_group_ids(count($sorted_label_names),$group_ids);
|
| 56 |
+
$ka_fielderov_search = (($lists['ip_search'] || $lists['startdate'] || $lists['enddate'] || $lists['username_search'] || $lists['useremail_search']) ? TRUE : FALSE);
|
| 57 |
$is_stats = false;
|
| 58 |
$blocked_ips = $this->model->blocked_ips();
|
| 59 |
|
| 65 |
$templabels = array_merge(array(
|
| 66 |
'submitid',
|
| 67 |
'submitdate',
|
| 68 |
+
'submitterip',
|
| 69 |
+
'submitterusername',
|
| 70 |
+
'submitteremail'
|
| 71 |
), $sorted_labels_id);
|
| 72 |
$sorted_label_names_for_check = array_merge(array(
|
| 73 |
'ID',
|
| 74 |
'Submit date',
|
| 75 |
+
"Submitter's IP",
|
| 76 |
+
"Submitter's Username",
|
| 77 |
+
"Submitter's Email Address"
|
| 78 |
), $sorted_label_names_original);
|
| 79 |
}
|
| 80 |
else {
|
| 81 |
$templabels = array(
|
| 82 |
'submitid',
|
| 83 |
'submitdate',
|
| 84 |
+
'submitterip',
|
| 85 |
+
'submitterusername',
|
| 86 |
+
'submitteremail'
|
| 87 |
);
|
| 88 |
$sorted_label_names_for_check = array(
|
| 89 |
'ID',
|
| 90 |
'Submit date',
|
| 91 |
+
"Submitter's IP",
|
| 92 |
+
'Submitter\'s Username',
|
| 93 |
+
'Submitter\'s Email Address'
|
| 94 |
);
|
| 95 |
}
|
| 96 |
?>
|
| 120 |
document.getElementById('startdate').value = '';
|
| 121 |
document.getElementById('enddate').value = '';
|
| 122 |
document.getElementById('ip_search').value = '';
|
| 123 |
+
document.getElementById('username_search').value='';
|
| 124 |
+
document.getElementById('useremail_search').value='';
|
| 125 |
<?php
|
| 126 |
$n = count($rows);
|
| 127 |
for ($i = 0; $i < count($sorted_label_names); $i++) {
|
| 309 |
<span>Submitter's IP</span>
|
| 310 |
<span class="sorting-indicator"></span>
|
| 311 |
</a>
|
| 312 |
+
</th>
|
| 313 |
+
|
| 314 |
+
<th scope="col" id="submitterusername_fc" class="table_medium_col_uncenter submitterusername_fc <?php if ($order_by == "display_name")echo $oder_class; else echo $oder_class_default; ?>" <?php echo $style_username;?>>
|
| 315 |
+
<a href="" onclick="spider_set_input_value('order_by', 'display_name');
|
| 316 |
+
spider_set_input_value('asc_or_desc', '<?php echo ((isset($_POST['asc_or_desc']) && isset($_POST['order_by']) && (esc_html(stripslashes($_POST['order_by'])) == 'display_name') && esc_html(stripslashes($_POST['asc_or_desc'])) == 'asc') ? 'desc' : 'asc'); ?>');
|
| 317 |
+
spider_form_submit(event, 'admin_form')">
|
| 318 |
+
<span>Submitter's Username</span>
|
| 319 |
+
<span class="sorting-indicator"></span>
|
| 320 |
+
</a>
|
| 321 |
+
</th>
|
| 322 |
+
|
| 323 |
+
<th scope="col" id="submitteremail_fc" class="table_medium_col_uncenter submitteremail_fc <?php if ($order_by == "user_email")echo $oder_class; else echo $oder_class_default; ?>" <?php echo $style_useremail ;?>>
|
| 324 |
+
<a href="" onclick="spider_set_input_value('order_by', 'user_email');
|
| 325 |
+
spider_set_input_value('asc_or_desc', '<?php echo ((isset($_POST['asc_or_desc']) && isset($_POST['order_by']) && (esc_html(stripslashes($_POST['order_by'])) == 'user_email') && esc_html(stripslashes($_POST['asc_or_desc'])) == 'asc') ? 'desc' : 'asc'); ?>');
|
| 326 |
+
spider_form_submit(event, 'admin_form')">
|
| 327 |
+
<span>Submitter's Email Address</span>
|
| 328 |
+
<span class="sorting-indicator"></span>
|
| 329 |
+
</a>
|
| 330 |
+
</th>
|
| 331 |
+
|
| 332 |
+
|
| 333 |
<?php
|
| 334 |
for ($i = 0; $i < count($sorted_label_names); $i++) {
|
| 335 |
$styleStr = $this->model->hide_or_not($lists['hide_label_list'], $sorted_labels_id[$i]);
|
| 395 |
<th class="table_medium_col_uncenter submitterip_fc" <?php echo $style_ip; ?>>
|
| 396 |
<input type="text" name="ip_search" id="ip_search" value="<?php echo $lists['ip_search']; ?>" onChange="this.form.submit();" />
|
| 397 |
</th>
|
| 398 |
+
|
| 399 |
+
</th>
|
| 400 |
+
<th class="table_medium_col_uncenter submitterusername_fc" <?php echo $style_username; ?>>
|
| 401 |
+
<input type="text" name="username_search" id="username_search" value="<?php echo $lists['username_search']; ?>" onChange="this.form.submit();" />
|
| 402 |
+
</th>
|
| 403 |
+
|
| 404 |
+
</th>
|
| 405 |
+
<th class="table_medium_col_uncenter submitteremail_fc" <?php echo $style_useremail; ?>>
|
| 406 |
+
<input type="text" name="useremail_search" id="useremail_search" value="<?php echo $lists['useremail_search']; ?>" onChange="this.form.submit();" />
|
| 407 |
+
</th>
|
| 408 |
+
|
| 409 |
<?php
|
| 410 |
for ($i = 0; $i < count($sorted_label_names); $i++) {
|
| 411 |
$styleStr = $this->model->hide_or_not($lists['hide_label_list'], $sorted_labels_id[$i]);
|
| 471 |
$alternate = (!isset($alternate) || $alternate == 'class="alternate"') ? '' : 'class="alternate"';
|
| 472 |
$temp = $this->model->array_for_group_id($group_id_s[$www], $rows);
|
| 473 |
$data = $temp[0];
|
| 474 |
+
$userinfo=get_userdata($data->user_id_wd);
|
| 475 |
+
$useremail=$userinfo ? $userinfo->user_email : "";
|
| 476 |
+
$username=$userinfo ? $userinfo->display_name : "";
|
| 477 |
+
|
| 478 |
?>
|
| 479 |
<tr <?php echo $alternate; ?>>
|
| 480 |
<td class="table_small_col count_col sub-align"><?php echo $www + 1; ?></td>
|
| 508 |
<td class="table_medium_col_uncenter submitterip_fc sub-align" id="submitterip_fc" <?php echo $style_ip; ?>>
|
| 509 |
<a class="thickbox-preview" href="<?php echo add_query_arg(array('action' => 'fromipinfoinpopup_fmc', 'data_ip' => $data->ip, 'width' => '400', 'height' => '300', 'TB_iframe' => '1'), admin_url('admin-ajax.php')); ?>" title="Show submitter information" <?php echo (!in_array($data->ip, $blocked_ips)) ? '' : 'style="color: #FF0000;"'; ?>><?php echo $data->ip; ?></a>
|
| 510 |
</td>
|
| 511 |
+
|
| 512 |
+
|
| 513 |
+
|
| 514 |
+
<td class="table_large_col submitterusername_fc sub-align" id="submitterusername_fc" <?php echo $style_username; ?>>
|
| 515 |
+
<?php echo $username; ?>
|
| 516 |
+
</td>
|
| 517 |
+
|
| 518 |
+
<td class="table_large_col submitteremail_fc sub-align" id="submitteremail_fc" <?php echo $style_useremail; ?>>
|
| 519 |
+
<?php echo $useremail; ?>
|
| 520 |
+
</td>
|
| 521 |
+
|
| 522 |
+
|
| 523 |
+
|
| 524 |
<?php
|
| 525 |
for ($h = 0; $h < $m; $h++) {
|
| 526 |
$not_label = TRUE;
|
| 792 |
$labels_name = $params[2];
|
| 793 |
$labels_type = $params[3];
|
| 794 |
$ispaypal = $params[4];
|
| 795 |
+
$userinfo = get_userdata($rows[0]->user_id_wd);
|
| 796 |
+
$username = $userinfo ? $userinfo->display_name : "";
|
| 797 |
+
$useremail = $userinfo ? $userinfo->user_email : "";
|
| 798 |
+
|
| 799 |
?>
|
| 800 |
<form action="admin.php?page=submissions_fmc" method="post" id="adminForm" name="adminForm">
|
| 801 |
<table width="99%">
|
| 831 |
<td class="key"><label for="IP">IP: </label></td>
|
| 832 |
<td><?php echo $rows[0]->ip; ?></td>
|
| 833 |
</tr>
|
| 834 |
+
|
| 835 |
+
|
| 836 |
+
<tr>
|
| 837 |
+
<td class="key"><label for="Submitter's Username">Submitter's Username: </label></td>
|
| 838 |
+
<td><?php echo $username; ?></td>
|
| 839 |
+
</tr>
|
| 840 |
+
<tr>
|
| 841 |
+
<td class="key"><label for="Submitter's Email Address">Submitter's Email Address: </label></td>
|
| 842 |
+
<td><?php echo $useremail; ?></td>
|
| 843 |
+
</tr>
|
| 844 |
<?php
|
| 845 |
foreach ($labels_id as $key => $label_id) {
|
| 846 |
if ($this->model->check_type_for_edit_function($labels_type[$key])) {
|
| 1049 |
$ispaypal = $params[4];
|
| 1050 |
$form = $params[5];
|
| 1051 |
$form_theme = $params[6];
|
| 1052 |
+
$userinfo = get_userdata($rows[0]->user_id_wd);
|
| 1053 |
+
$username = $userinfo ? $userinfo->display_name : "";
|
| 1054 |
+
$useremail = $userinfo ? $userinfo->user_email : "";
|
| 1055 |
+
|
| 1056 |
?>
|
| 1057 |
<form action="admin.php?page=submissions_fmc" method="post" id="formform_id_temp" name="formform_id_temp">
|
| 1058 |
<table width="99%">
|
| 1090 |
<td class="spider_label"><label for="IP">IP: </label></td>
|
| 1091 |
<td><?php echo $rows[0]->ip; ?></td>
|
| 1092 |
</tr>
|
| 1093 |
+
|
| 1094 |
+
<tr>
|
| 1095 |
+
<td class="spider_label"><label for="Submitter's Username">Submitter's Username: </label></td>
|
| 1096 |
+
<td><?php echo $username; ?></td>
|
| 1097 |
+
</tr>
|
| 1098 |
+
<tr>
|
| 1099 |
+
<td class="spider_label"><label for="Submitter's Email Address">Submitter's Email Address: </label></td>
|
| 1100 |
+
<td><?php echo $useremail; ?></td>
|
| 1101 |
+
</tr>
|
| 1102 |
+
|
| 1103 |
</table>
|
| 1104 |
<?php
|
| 1105 |
$css_rep1 = array("[SITE_ROOT]");
|
contact-form-maker.php
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
* Plugin Name: Contact Form Maker
|
| 4 |
* Plugin URI: http://web-dorado.com/products/form-maker-wordpress.html
|
| 5 |
* Description: This plugin is a modern and advanced tool for easy and fast creating of a WordPress Form. The backend interface is intuitive and user friendly which allows users far from scripting and programming to create WordPress Forms.
|
| 6 |
-
* Version: 1.7.
|
| 7 |
* Author: WebDorado
|
| 8 |
* Author URI: http://web-dorado.com/
|
| 9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
|
@@ -63,6 +63,14 @@ function form_maker_cfm() {
|
|
| 63 |
}
|
| 64 |
|
| 65 |
function fmc_featured() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 66 |
require_once(WD_FMC_DIR . '/featured/featured.php');
|
| 67 |
wp_register_style('fmc_featured', WD_FMC_URL . '/featured/style.css', array(), get_option("wd_form_maker_version"));
|
| 68 |
wp_print_styles('fmc_featured');
|
|
@@ -181,7 +189,7 @@ if (class_exists('WP_Widget')) {
|
|
| 181 |
// Activate plugin.
|
| 182 |
function form_maker_activate_cfm() {
|
| 183 |
$version = get_option("wd_form_maker_version");
|
| 184 |
-
$new_version = '1.7.
|
| 185 |
if (!$version) {
|
| 186 |
add_option("wd_form_maker_version", $new_version, '', 'no');
|
| 187 |
global $wpdb;
|
| 3 |
* Plugin Name: Contact Form Maker
|
| 4 |
* Plugin URI: http://web-dorado.com/products/form-maker-wordpress.html
|
| 5 |
* Description: This plugin is a modern and advanced tool for easy and fast creating of a WordPress Form. The backend interface is intuitive and user friendly which allows users far from scripting and programming to create WordPress Forms.
|
| 6 |
+
* Version: 1.7.22
|
| 7 |
* Author: WebDorado
|
| 8 |
* Author URI: http://web-dorado.com/
|
| 9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
| 63 |
}
|
| 64 |
|
| 65 |
function fmc_featured() {
|
| 66 |
+
if (function_exists('current_user_can')) {
|
| 67 |
+
if (!current_user_can('manage_options')) {
|
| 68 |
+
die('Access Denied');
|
| 69 |
+
}
|
| 70 |
+
}
|
| 71 |
+
else {
|
| 72 |
+
die('Access Denied');
|
| 73 |
+
}
|
| 74 |
require_once(WD_FMC_DIR . '/featured/featured.php');
|
| 75 |
wp_register_style('fmc_featured', WD_FMC_URL . '/featured/style.css', array(), get_option("wd_form_maker_version"));
|
| 76 |
wp_print_styles('fmc_featured');
|
| 189 |
// Activate plugin.
|
| 190 |
function form_maker_activate_cfm() {
|
| 191 |
$version = get_option("wd_form_maker_version");
|
| 192 |
+
$new_version = '1.7.20';
|
| 193 |
if (!$version) {
|
| 194 |
add_option("wd_form_maker_version", $new_version, '', 'no');
|
| 195 |
global $wpdb;
|
contact_form_maker_insert.php
CHANGED
|
@@ -54,6 +54,10 @@ function contact_from_maker_insert() {
|
|
| 54 |
`mail_mode_user` tinyint(4) NOT NULL DEFAULT '1',
|
| 55 |
`mail_attachment` tinyint(4) NOT NULL DEFAULT '1',
|
| 56 |
`mail_attachment_user` tinyint(4) NOT NULL DEFAULT '1',
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
PRIMARY KEY (`id`)
|
| 58 |
) DEFAULT CHARSET=utf8;";
|
| 59 |
$wpdb->query($formmaker);
|
|
@@ -67,6 +71,7 @@ function contact_from_maker_insert() {
|
|
| 67 |
`group_id` int(11) NOT NULL,
|
| 68 |
`date` datetime NOT NULL,
|
| 69 |
`ip` varchar(32) NOT NULL,
|
|
|
|
| 70 |
PRIMARY KEY (`id`)
|
| 71 |
) DEFAULT CHARSET=utf8;";
|
| 72 |
$wpdb->query($formmaker_submits);
|
|
@@ -178,31 +183,31 @@ function install_demo_forms_fmc() {
|
|
| 178 |
global $wpdb;
|
| 179 |
$form_maker_row = $wpdb->get_var("SELECT * FROM " . $wpdb->prefix . "formmaker WHERE `id` IN (" . (get_option('contact_form_forms', '') != '' ? get_option('contact_form_forms') : 0) . ")");
|
| 180 |
if (!$form_maker_row) {
|
| 181 |
-
$wpdb->query('INSERT INTO `' . $wpdb->prefix . 'formmaker` VALUES(NULL,\'Contact Us with Captcha\',\'\',\'<div class="wdform-page-and-images" style="display:table; border-top:0px solid black;"><div id="form_id_tempform_view1" class="wdform_page" page_title="Untitled page" next_title="Next" next_type="text" next_class="wdform-page-button" next_checkable="false" previous_title="Previous" previous_type="text" previous_class="wdform-page-button" previous_checkable="false"><div class="wdform_section"><div class="wdform_column"><div wdid="1" class="wdform_row">%1 - custom_1%</div><div wdid="2" class="wdform_row">%2 - Name:%</div><div wdid="3" class="wdform_row">%3 - E-mail:%</div><div wdid="4" class="wdform_row">%4 - Comments:%</div><div wdid="5" class="wdform_row">%5 - Type the characters you see here:%</div><div wdid="6" class="wdform_row">%6 - type_submit_reset_6%</div></div></div><div valign="top" class="wdform_footer" style="width: 100%;"><div style="width: 100%;"><div style="width: 100%; display: table;"><div style="display: table-row-group;"><div id="form_id_temppage_nav1" style="display: table-row;"></div></div></div></div></div></div></div>\',\'3\',\'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}\',\'\',\'\',\'0\',\'%all%\',\'%all%\',\'7\',\'1\',\'1#**id**#custom_1#**label**#type_editor#****#2#**id**#Name:#**label**#type_name#****#3#**id**#E-mail:#**label**#type_submitter_mail#****#4#**id**#Comments:#**label**#type_textarea#****#5#**id**#Type the characters you see here:#**label**#type_captcha#****#6#**id**#type_submit_reset_6#**label**#type_submit_reset#****##**id**##**label**##****#\',\'1#**id**#custom_1#**label**#type_editor#****#2#**id**#Name:#**label**#type_name#****#3#**id**#E-mail:#**label**#type_submitter_mail#****#4#**id**#Comments:#**label**#type_textarea#****#5#**id**#Type the characters you see here:#**label**#type_captcha#****#6#**id**#type_submit_reset_6#**label**#type_submit_reset#****#\',\'0\',\'none\',\'false\',\'true\',\'\',\'\',\'\',\'0\',\'testmode\',\'\',\'\',\'0\',\'1*:*id*:*type_editor*:*type*:*custom_1*:*w_field_label*:*<div><h2>Contact Us</h2><div>Please contact us for specific reasons.</div></div><p></p>*:*w_editor*:**:*new_field*:*2*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*3*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:*ex: myname@example.com*:*w_first_val*:*ex: myname@example.com*:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_textarea*:*type*:*Comments:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*5*:*id*:*type_captcha*:*type*:*Type the characters you see here:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*6*:*w_digit*:**:*w_class*:**:*new_field*:*6*:*id*:*type_submit_reset*:*type*:*type_submit_reset_6*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*\',\'1\',\'1\',\'*\',\'\',\'\',\'\',\'\',\'1\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'1\',\'1\',\'1\',\'1\')');
|
| 182 |
$insert_form_id = $wpdb->get_var('SELECT MAX(id) FROM `' . $wpdb->prefix . 'formmaker`');
|
| 183 |
update_option('contact_form_forms', $insert_form_id);
|
| 184 |
-
$wpdb->query('INSERT INTO `' . $wpdb->prefix . 'formmaker` VALUES(NULL,\'Tell a Friend\',\'\',\'<div class="wdform-page-and-images" style="display:table; border-top:0px solid black;"><div id="form_id_tempform_view1" class="wdform_page" page_title="Untitled page" next_title="Next" next_type="text" next_class="wdform-page-button" next_checkable="false" previous_title="Previous" previous_type="text" previous_class="wdform-page-button" previous_checkable="false"><div class="wdform_section"><div class="wdform_column"><div wdid="1" class="wdform_row">%1 - custom_1%</div></div></div><div wdid="2" type="type_section_break" class="wdform_tr_section_break">%2 - custom_2%</div><div class="wdform_section"><div class="wdform_column"><div wdid="3" class="wdform_row">%3 - From:%</div><div wdid="4" class="wdform_row">%4 - To:%</div><div wdid="5" class="wdform_row">%5 - Message:%</div><div wdid="6" class="wdform_row">%6 - type_submit_reset_6%</div></div></div><div valign="top" class="wdform_footer" style="width: 100%;"><div style="width: 100%;"><div style="width: 100%; display: table;"><div style="display: table-row-group;"><div id="form_id_temppage_nav1" style="display: table-row;"></div></div></div></div></div></div></div>\',\'3\',\'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}\',\'\',\'\',\'0\',\'%all%\',\'%all%\',\'7\',\'1\',\'1#**id**#custom_1#**label**#type_editor#****#3#**id**#From:#**label**#type_text#****#4#**id**#To:#**label**#type_text#****#5#**id**#Message:#**label**#type_textarea#****#6#**id**#type_submit_reset_6#**label**#type_submit_reset#****##**id**##**label**##****#\',\'1#**id**#custom_1#**label**#type_editor#****#3#**id**#From:#**label**#type_text#****#4#**id**#To:#**label**#type_text#****#5#**id**#Message:#**label**#type_textarea#****#6#**id**#type_submit_reset_6#**label**#type_submit_reset#****#\',\'0\',\'none\',\'false\',\'true\',\'\',\'\',\'\',\'0\',\'testmode\',\'\',\'\',\'0\',\'1*:*id*:*type_editor*:*type*:*custom_1*:*w_field_label*:*<h1>Tell a Friend</h1>*:*w_editor*:**:*new_field*:*2*:*id*:*type_section_break*:*type*:*custom_2*:*w_field_label*:*<div class="wdform-section-break-div" style="min-width: 300px; border-top:1px solid"></div>*:*w_editor*:**:*new_field*:*3*:*id*:*type_text*:*type*:*From:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*4*:*id*:*type_text*:*type*:*To:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*5*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*6*:*id*:*type_submit_reset*:*type*:*type_submit_reset_6*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*\',\'1\',\'1\',\'*\',\'\',\'\',\'\',\'\',\'1\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'1\',\'1\',\'1\',\'1\')');
|
| 185 |
$insert_form_id = $wpdb->get_var('SELECT MAX(id) FROM `' . $wpdb->prefix . 'formmaker`');
|
| 186 |
update_option('contact_form_forms', get_option('contact_form_forms', FALSE) . ',' . $insert_form_id);
|
| 187 |
-
$wpdb->query('INSERT INTO `' . $wpdb->prefix . 'formmaker` VALUES(NULL,\'Simple Contact\',\'\',\'<div class="wdform-page-and-images" style="display:table; border-top:0px solid black;"><div id="form_id_tempform_view1" class="wdform_page" page_title="Untitled page" next_title="Next" next_type="text" next_class="wdform-page-button" next_checkable="false" previous_title="Previous" previous_type="text" previous_class="wdform-page-button" previous_checkable="false"><div class="wdform_section"><div class="wdform_column"><div wdid="1" class="wdform_row">%1 - Name:%</div><div wdid="2" class="wdform_row">%2 - E-mail:%</div><div wdid="3" class="wdform_row">%3 - Website%</div><div wdid="4" class="wdform_row">%4 - type_submit_reset_4%</div></div><div class="wdform_column"><div wdid="5" class="wdform_row">%5 - Message:%</div></div></div><div valign="top" class="wdform_footer" style="width: 100%;"><div style="width: 100%;"><div style="width: 100%; display: table;"><div style="display: table-row-group;"><div id="form_id_temppage_nav1" style="display: table-row;"></div></div></div></div></div></div></div>\',\'1\',\'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}\',\'\',\'\',\'0\',\'%all%\',\'%all%\',\'6\',\'1\',\'1#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Website#**label**#type_text#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#5#**id**#Message:#**label**#type_textarea#****##**id**##**label**##****#\',\'1#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Website#**label**#type_text#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#5#**id**#Message:#**label**#type_textarea#****#\',\'0\',\'none\',\'false\',\'true\',\'\',\'\',\'\',\'0\',\'testmode\',\'\',\'\',\'0\',\'1*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*2*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Website*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*4*:*id*:*type_submit_reset*:*type*:*type_submit_reset_4*:*w_field_label*:*Send Now!*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*5*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*\',\'1\',\'1\',\'*\',\'\',\'\',\'\',\'\',\'1\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'1\',\'1\',\'1\',\'1\')');
|
| 188 |
$insert_form_id = $wpdb->get_var('SELECT MAX(id) FROM `' . $wpdb->prefix . 'formmaker`');
|
| 189 |
update_option('contact_form_forms', get_option('contact_form_forms', FALSE) . ',' . $insert_form_id);
|
| 190 |
-
$wpdb->query('INSERT INTO `' . $wpdb->prefix . 'formmaker` VALUES(NULL,\'Advanced Contact Form 2\',\'\',\'<div class="wdform-page-and-images" style="display:table; border-top:0px solid black;"><div id="form_id_tempform_view1" class="wdform_page" page_title="Untitled page" next_title="Next" next_type="text" next_class="wdform-page-button" next_checkable="false" previous_title="Previous" previous_type="text" previous_class="wdform-page-button" previous_checkable="false"><div class="wdform_section"><div class="wdform_column"><div wdid="1" class="wdform_row">%1 - First Name:%</div><div wdid="2" class="wdform_row">%2 - custom_2%</div><div wdid="3" class="wdform_row">%3 - Last Name:%</div><div wdid="4" class="wdform_row">%4 - custom_4%</div><div wdid="5" class="wdform_row">%5 - E-mail Address:%</div><div wdid="6" class="wdform_row">%6 - custom_6%</div><div wdid="7" class="wdform_row">%7 - Company / Restaurant Name:%</div><div wdid="8" class="wdform_row">%8 - custom_8%</div><div wdid="9" class="wdform_row">%9 - Telephone:%</div><div wdid="10" class="wdform_row">%10 - custom_10%</div><div wdid="11" class="wdform_row">%11 - Alternate Telephone:%</div><div wdid="12" class="wdform_row">%12 - custom_12%</div><div wdid="13" class="wdform_row">%13 - Requirements/ Comments:%</div><div wdid="14" class="wdform_row">%14 - custom_14%</div><div wdid="15" class="wdform_row">%15 - How Did You Hear About Us?%</div><div wdid="16" class="wdform_row">%16 - custom_16%</div><div wdid="17" class="wdform_row">%17 - custom_17%</div><div wdid="18" class="wdform_row">%18 - type_submit_reset_18%</div><div wdid="19" class="wdform_row">%19 - custom_19%</div><div wdid="20" class="wdform_row">%20 - custom_20%</div></div></div><div valign="top" class="wdform_footer" style="width: 100%;"><div style="width: 100%;"><div style="width: 100%; display: table;"><div style="display: table-row-group;"><div id="form_id_temppage_nav1" style="display: table-row;"></div></div></div></div></div></div></div>\',\'17\',\'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}\',\'\',\'\',\'0\',\'%all%\',\'%all%\',\'21\',\'1\',\'1#**id**#First Name:#**label**#type_text#****#2#**id**#custom_2#**label**#type_editor#****#3#**id**#Last Name:#**label**#type_text#****#4#**id**#custom_4#**label**#type_editor#****#5#**id**#E-mail Address:#**label**#type_submitter_mail#****#6#**id**#custom_6#**label**#type_editor#****#7#**id**#Company / Restaurant Name:#**label**#type_text#****#8#**id**#custom_8#**label**#type_editor#****#9#**id**#Telephone:#**label**#type_text#****#10#**id**#custom_10#**label**#type_editor#****#11#**id**#Alternate Telephone:#**label**#type_text#****#12#**id**#custom_12#**label**#type_editor#****#13#**id**#Requirements/ Comments:#**label**#type_textarea#****#14#**id**#custom_14#**label**#type_editor#****#15#**id**#How Did You Hear About Us?#**label**#type_text#****#16#**id**#custom_16#**label**#type_editor#****#17#**id**#custom_17#**label**#type_editor#****#18#**id**#type_submit_reset_18#**label**#type_submit_reset#****#19#**id**#custom_19#**label**#type_editor#****#20#**id**#custom_20#**label**#type_editor#****##**id**##**label**##****#\',\'1#**id**#First Name:#**label**#type_text#****#2#**id**#custom_2#**label**#type_editor#****#3#**id**#Last Name:#**label**#type_text#****#4#**id**#custom_4#**label**#type_editor#****#5#**id**#E-mail Address:#**label**#type_submitter_mail#****#6#**id**#custom_6#**label**#type_editor#****#7#**id**#Company / Restaurant Name:#**label**#type_text#****#8#**id**#custom_8#**label**#type_editor#****#9#**id**#Telephone:#**label**#type_text#****#10#**id**#custom_10#**label**#type_editor#****#11#**id**#Alternate Telephone:#**label**#type_text#****#12#**id**#custom_12#**label**#type_editor#****#13#**id**#Requirements/ Comments:#**label**#type_textarea#****#14#**id**#custom_14#**label**#type_editor#****#15#**id**#How Did You Hear About Us?#**label**#type_text#****#16#**id**#custom_16#**label**#type_editor#****#17#**id**#custom_17#**label**#type_editor#****#18#**id**#type_submit_reset_18#**label**#type_submit_reset#****#19#**id**#custom_19#**label**#type_editor#****#20#**id**#custom_20#**label**#type_editor#****#\',\'0\',\'none\',\'false\',\'true\',\'\',\'\',\'\',\'0\',\'testmode\',\'\',\'\',\'0\',\'1*:*id*:*type_text*:*type*:*First Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*2*:*id*:*type_editor*:*type*:*custom_2*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Last Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*4*:*id*:*type_editor*:*type*:*custom_4*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*5*:*id*:*type_submitter_mail*:*type*:*E-mail Address:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*6*:*id*:*type_editor*:*type*:*custom_6*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*7*:*id*:*type_text*:*type*:*Company / Restaurant Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*8*:*id*:*type_editor*:*type*:*custom_8*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*9*:*id*:*type_text*:*type*:*Telephone:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*10*:*id*:*type_editor*:*type*:*custom_10*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*11*:*id*:*type_text*:*type*:*Alternate Telephone:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*12*:*id*:*type_editor*:*type*:*custom_12*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*13*:*id*:*type_textarea*:*type*:*Requirements/ Comments:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*14*:*id*:*type_editor*:*type*:*custom_14*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*15*:*id*:*type_text*:*type*:*How Did You Hear About Us?*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*16*:*id*:*type_editor*:*type*:*custom_16*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*17*:*id*:*type_editor*:*type*:*custom_17*:*w_field_label*:** Indicates required fields*:*w_editor*:**:*new_field*:*18*:*id*:*type_submit_reset*:*type*:*type_submit_reset_18*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*19*:*id*:*type_editor*:*type*:*custom_19*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*20*:*id*:*type_editor*:*type*:*custom_20*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*\',\'1\',\'1\',\'*\',\'\',\'\',\'\',\'\',\'1\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'1\',\'1\',\'1\',\'1\')');
|
| 191 |
$insert_form_id = $wpdb->get_var('SELECT MAX(id) FROM `' . $wpdb->prefix . 'formmaker`');
|
| 192 |
update_option('contact_form_forms', get_option('contact_form_forms', FALSE) . ',' . $insert_form_id);
|
| 193 |
-
$wpdb->query('INSERT INTO `' . $wpdb->prefix . 'formmaker` VALUES(NULL,\'Simple Contact with Phone\',\'\',\'<div class="wdform-page-and-images" style="display:table; border-top:0px solid black;"><div id="form_id_tempform_view1" class="wdform_page" page_title="Untitled page" next_title="Next" next_type="text" next_class="wdform-page-button" next_checkable="false" previous_title="Previous" previous_type="text" previous_class="wdform-page-button" previous_checkable="false"><div class="wdform_section"><div class="wdform_column"><div wdid="1" class="wdform_row">%1 - Name:%</div><div wdid="2" class="wdform_row">%2 - E-mail:%</div><div wdid="3" class="wdform_row">%3 - Phone:%</div><div wdid="4" class="wdform_row">%4 - Message:%</div><div wdid="5" class="wdform_row">%5 - type_submit_reset_5%</div></div></div><div valign="top" class="wdform_footer" style="width: 100%;"><div style="width: 100%;"><div style="width: 100%; display: table;"><div style="display: table-row-group;"><div id="form_id_temppage_nav1" style="display: table-row;"></div></div></div></div></div></div></div>\',\'25\',\'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}\',\'\',\'\',\'0\',\'%all%\',\'%all%\',\'6\',\'1\',\'1#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Phone:#**label**#type_phone#****#4#**id**#Message:#**label**#type_textarea#****#5#**id**#type_submit_reset_5#**label**#type_submit_reset#****##**id**##**label**##****#\',\'1#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Phone:#**label**#type_phone#****#4#**id**#Message:#**label**#type_textarea#****#5#**id**#type_submit_reset_5#**label**#type_submit_reset#****#\',\'0\',\'none\',\'false\',\'true\',\'\',\'\',\'\',\'0\',\'testmode\',\'\',\'\',\'0\',\'1*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*2*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*3*:*id*:*type_phone*:*type*:*Phone:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*5*:*id*:*type_submit_reset*:*type*:*type_submit_reset_5*:*w_field_label*:*Submit Form*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*\',\'1\',\'1\',\'*\',\'\',\'\',\'\',\'\',\'1\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'1\',\'1\',\'1\',\'1\')');
|
| 194 |
$insert_form_id = $wpdb->get_var('SELECT MAX(id) FROM `' . $wpdb->prefix . 'formmaker`');
|
| 195 |
update_option('contact_form_forms', get_option('contact_form_forms', FALSE) . ',' . $insert_form_id);
|
| 196 |
-
$wpdb->query('INSERT INTO `' . $wpdb->prefix . 'formmaker` VALUES(NULL,\'User Credentials\',\'\',\'<div class="wdform-page-and-images" style="display:table; border-top:0px solid black;"><div id="form_id_tempform_view1" class="wdform_page" page_title="Untitled page" next_title="Next" next_type="text" next_class="wdform-page-button" next_checkable="false" previous_title="Previous" previous_type="text" previous_class="wdform-page-button" previous_checkable="false"><div class="wdform_section"><div class="wdform_column"><div wdid="1" class="wdform_row">%1 - Name:%</div></div></div><div wdid="2" type="type_section_break" class="wdform_tr_section_break">%2 - custom_2%</div><div class="wdform_section"><div class="wdform_column"><div wdid="3" class="wdform_row">%3 - custom_3%</div></div></div><div wdid="4" type="type_section_break" class="wdform_tr_section_break">%4 - custom_4%</div><div class="wdform_section"><div class="wdform_column"><div wdid="5" class="wdform_row">%5 - E-mail:%</div><div wdid="6" class="wdform_row">%6 - Phone:%</div><div wdid="7" class="wdform_row">%7 - Mobile Phone Number:%</div><div wdid="8" class="wdform_row">%8 - Address:%</div><div wdid="14" class="wdform_row">%14 - Message Inquiry / Comments:%</div><div wdid="15" class="wdform_row">%15 - type_submit_reset_15%</div></div></div><div valign="top" class="wdform_footer" style="width: 100%;"><div style="width: 100%;"><div style="width: 100%; display: table;"><div style="display: table-row-group;"><div id="form_id_temppage_nav1" style="display: table-row;"></div></div></div></div></div></div></div>\',\'34\',\'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}\',\'\',\'\',\'0\',\'%all%\',\'%all%\',\'16\',\'1\',\'1#**id**#Name:#**label**#type_name#****#3#**id**#custom_3#**label**#type_editor#****#5#**id**#E-mail:#**label**#type_submitter_mail#****#6#**id**#Phone:#**label**#type_phone#****#7#**id**#Mobile Phone Number:#**label**#type_phone#****#8#**id**#Street Address#**label**#type_address#****#9#**id**#Street Address Line 2#**label**#type_address#****#10#**id**#City#**label**#type_address#****#11#**id**#State / Province / Region#**label**#type_address#****#12#**id**#Postal / Zip Code#**label**#type_address#****#13#**id**#Country#**label**#type_address#****#14#**id**#Message Inquiry / Comments:#**label**#type_textarea#****#15#**id**#type_submit_reset_15#**label**#type_submit_reset#****##**id**##**label**##****#\',\'1#**id**#Name:#**label**#type_name#****#3#**id**#custom_3#**label**#type_editor#****#5#**id**#E-mail:#**label**#type_submitter_mail#****#6#**id**#Phone:#**label**#type_phone#****#7#**id**#Mobile Phone Number:#**label**#type_phone#****#8#**id**#Street Address#**label**#type_address#****#9#**id**#Street Address Line 2#**label**#type_address#****#10#**id**#City#**label**#type_address#****#11#**id**#State / Province / Region#**label**#type_address#****#12#**id**#Postal / Zip Code#**label**#type_address#****#13#**id**#Country#**label**#type_address#****#14#**id**#Message Inquiry / Comments:#**label**#type_textarea#****#15#**id**#type_submit_reset_15#**label**#type_submit_reset#****#\',\'0\',\'none\',\'false\',\'true\',\'\',\'\',\'\',\'0\',\'testmode\',\'\',\'\',\'0\',\'1*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*2*:*id*:*type_section_break*:*type*:*custom_2*:*w_field_label*:*<div class="wdform-section-break-div" style="min-width: 300px; border-top:1px solid"></div>*:*w_editor*:**:*new_field*:*3*:*id*:*type_editor*:*type*:*custom_3*:*w_field_label*:*<h3> How do we contact you </h3>*:*w_editor*:**:*new_field*:*4*:*id*:*type_section_break*:*type*:*custom_4*:*w_field_label*:*<div class="wdform-section-break-div" style="min-width: 300px; border-top:1px solid"></div>*:*w_editor*:**:*new_field*:*5*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:*ex: myname@example.com*:*w_first_val*:*ex: myname@example.com*:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*6*:*id*:*type_phone*:*type*:*Phone:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*7*:*id*:*type_phone*:*type*:*Mobile Phone Number:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*8*:*id*:*type_address*:*type*:*Address:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*300*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***no***no***no***no***no***no*:*w_disabled_fields*:*no*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*14*:*id*:*type_textarea*:*type*:*Message Inquiry / Comments:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*15*:*id*:*type_submit_reset*:*type*:*type_submit_reset_15*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*\',\'1\',\'1\',\'*\',\'\',\'\',\'\',\'\',\'1\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'1\',\'1\',\'1\',\'1\')');
|
| 197 |
$insert_form_id = $wpdb->get_var('SELECT MAX(id) FROM `' . $wpdb->prefix . 'formmaker`');
|
| 198 |
update_option('contact_form_forms', get_option('contact_form_forms', FALSE) . ',' . $insert_form_id);
|
| 199 |
-
$wpdb->query('INSERT INTO `' . $wpdb->prefix . 'formmaker` VALUES(NULL,\'Simple Contact Captcha\',\'\',\'<div class="wdform-page-and-images" style="display:table; border-top:0px solid black;"><div id="form_id_tempform_view1" class="wdform_page" page_title="Untitled page" next_title="Next" next_type="text" next_class="wdform-page-button" next_checkable="false" previous_title="Previous" previous_type="text" previous_class="wdform-page-button" previous_checkable="false"><div class="wdform_section"><div class="wdform_column"><div wdid="1" class="wdform_row">%1 - Name:%</div><div wdid="2" class="wdform_row">%2 - E-mail:%</div><div wdid="3" class="wdform_row">%3 - Phone:%</div><div wdid="4" class="wdform_row">%4 - type_submit_reset_4%</div></div><div class="wdform_column"><div wdid="5" class="wdform_row">%5 - Enter the message as it's shown:%</div><div wdid="6" class="wdform_row">%6 - Message:%</div></div></div><div valign="top" class="wdform_footer" style="width: 100%;"><div style="width: 100%;"><div style="width: 100%; display: table;"><div style="display: table-row-group;"><div id="form_id_temppage_nav1" style="display: table-row;"></div></div></div></div></div></div></div>\',\'19\',\'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}\',\'\',\'\',\'0\',\'%all%\',\'%all%\',\'7\',\'1\',\'1#**id**#Name:#**label**#type_text#****#2#**id**#E-mail:#**label**#type_text#****#3#**id**#Phone:#**label**#type_phone#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#5#**id**#Enter the message as it's shown:#**label**#type_captcha#****#6#**id**#Message:#**label**#type_textarea#****##**id**##**label**##****#\',\'1#**id**#Name:#**label**#type_text#****#2#**id**#E-mail:#**label**#type_text#****#3#**id**#Phone:#**label**#type_phone#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#5#**id**#Enter the message as it's shown:#**label**#type_captcha#****#6#**id**#Message:#**label**#type_textarea#****#\',\'0\',\'none\',\'false\',\'true\',\'\',\'\',\'\',\'0\',\'testmode\',\'\',\'\',\'0\',\'1*:*id*:*type_text*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*2*:*id*:*type_text*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*3*:*id*:*type_phone*:*type*:*Phone:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_submit_reset*:*type*:*type_submit_reset_4*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*5*:*id*:*type_captcha*:*type*:*Enter the message as it's shown:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*6*:*w_digit*:**:*w_class*:**:*new_field*:*6*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*\',\'1\',\'1\',\'*\',\'\',\'\',\'\',\'\',\'1\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'1\',\'1\',\'1\',\'1\')');
|
| 200 |
$insert_form_id = $wpdb->get_var('SELECT MAX(id) FROM `' . $wpdb->prefix . 'formmaker`');
|
| 201 |
update_option('contact_form_forms', get_option('contact_form_forms', FALSE) . ',' . $insert_form_id);
|
| 202 |
-
$wpdb->query('INSERT INTO `' . $wpdb->prefix . 'formmaker` VALUES(NULL,\'Advanced Contact Form\',\'\',\'<div class="wdform-page-and-images" style="display:table; border-top:0px solid black;"><div id="form_id_tempform_view1" class="wdform_page" page_title="Untitled page" next_title="Next" next_type="text" next_class="wdform-page-button" next_checkable="false" previous_title="Previous" previous_type="text" previous_class="wdform-page-button" previous_checkable="false"><div class="wdform_section"><div class="wdform_column"><div wdid="1" class="wdform_row">%1 - custom_1%</div><div wdid="2" class="wdform_row">%2 - Pub/Brewery Name:%</div><div wdid="3" class="wdform_row">%3 - Full Name:%</div><div wdid="4" class="wdform_row">%4 - Address:%</div><div wdid="10" class="wdform_row">%10 - E-mail:%</div><div wdid="11" class="wdform_row">%11 - Phone Number:%</div><div wdid="12" class="wdform_row">%12 - Custom Message (If selected above):%</div><div wdid="13" class="wdform_row">%13 - type_submit_reset_13%</div></div></div><div valign="top" class="wdform_footer" style="width: 100%;"><div style="width: 100%;"><div style="width: 100%; display: table;"><div style="display: table-row-group;"><div id="form_id_temppage_nav1" style="display: table-row;"></div></div></div></div></div></div></div>\',\'24\',\'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}\',\'\',\'\',\'0\',\'%all%\',\'%all%\',\'14\',\'1\',\'1#**id**#custom_1#**label**#type_editor#****#2#**id**#Pub/Brewery Name:#**label**#type_text#****#3#**id**#Full Name:#**label**#type_name#****#4#**id**#Street Address#**label**#type_address#****#5#**id**#Street Address Line 2#**label**#type_address#****#6#**id**#City#**label**#type_address#****#7#**id**#State / Province / Region#**label**#type_address#****#8#**id**#Postal / Zip Code#**label**#type_address#****#9#**id**#Country#**label**#type_address#****#10#**id**#E-mail:#**label**#type_submitter_mail#****#11#**id**#Phone Number:#**label**#type_phone#****#12#**id**#Custom Message (If selected above):#**label**#type_textarea#****#13#**id**#type_submit_reset_13#**label**#type_submit_reset#****##**id**##**label**##****#\',\'1#**id**#custom_1#**label**#type_editor#****#2#**id**#Pub/Brewery Name:#**label**#type_text#****#3#**id**#Full Name:#**label**#type_name#****#4#**id**#Street Address#**label**#type_address#****#5#**id**#Street Address Line 2#**label**#type_address#****#6#**id**#City#**label**#type_address#****#7#**id**#State / Province / Region#**label**#type_address#****#8#**id**#Postal / Zip Code#**label**#type_address#****#9#**id**#Country#**label**#type_address#****#10#**id**#E-mail:#**label**#type_submitter_mail#****#11#**id**#Phone Number:#**label**#type_phone#****#12#**id**#Custom Message (If selected above):#**label**#type_textarea#****#13#**id**#type_submit_reset_13#**label**#type_submit_reset#****#\',\'0\',\'none\',\'false\',\'true\',\'\',\'\',\'\',\'0\',\'testmode\',\'\',\'\',\'0\',\'1*:*id*:*type_editor*:*type*:*custom_1*:*w_field_label*:*<h2>Featured PubQuest Listing Request</h2><br>*:*w_editor*:**:*new_field*:*2*:*id*:*type_text*:*type*:*Pub/Brewery Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*3*:*id*:*type_name*:*type*:*Full Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_address*:*type*:*Address:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*300*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***no***no***no***no***no***no*:*w_disabled_fields*:*yes*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*10*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*11*:*id*:*type_phone*:*type*:*Phone Number:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*12*:*id*:*type_textarea*:*type*:*Custom Message (If selected above):*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*13*:*id*:*type_submit_reset*:*type*:*type_submit_reset_13*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*\',\'1\',\'1\',\'*\',\'\',\'\',\'\',\'\',\'1\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'1\',\'1\',\'1\',\'1\')');
|
| 203 |
$insert_form_id = $wpdb->get_var('SELECT MAX(id) FROM `' . $wpdb->prefix . 'formmaker`');
|
| 204 |
update_option('contact_form_forms', get_option('contact_form_forms', FALSE) . ',' . $insert_form_id);
|
| 205 |
-
$wpdb->query('INSERT INTO `' . $wpdb->prefix . 'formmaker` VALUES(NULL,\'Contact Form with Map\',\'\',\'<div class="wdform-page-and-images" style="display:table; border-top:0px solid black;"><div id="form_id_tempform_view1" class="wdform_page" page_title="Untitled page" next_title="Next" next_type="text" next_class="wdform-page-button" next_checkable="false" previous_title="Previous" previous_type="text" previous_class="wdform-page-button" previous_checkable="false"><div class="wdform_section"><div class="wdform_column"><div wdid="1" class="wdform_row">%1 - Name:%</div><div wdid="2" class="wdform_row">%2 - E-mail:%</div><div wdid="3" class="wdform_row">%3 - Message:%</div><div wdid="4" class="wdform_row">%4 - type_submit_reset_4%</div><div wdid="5" class="wdform_row">%5 - map_5%</div></div></div><div valign="top" class="wdform_footer" style="width: 100%;"><div style="width: 100%;"><div style="width: 100%; display: table;"><div style="display: table-row-group;"><div id="form_id_temppage_nav1" style="display: table-row;"></div></div></div></div></div></div></div>\',\'20\',\'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}\',\'\',\'\',\'0\',\'%all%\',\'%all%\',\'6\',\'1\',\'1#**id**#Name:#**label**#type_text#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Message:#**label**#type_textarea#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#5#**id**#map_5#**label**#type_map#****##**id**##**label**##****#\',\'1#**id**#Name:#**label**#type_text#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Message:#**label**#type_textarea#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#5#**id**#map_5#**label**#type_map#****#\',\'0\',\'none\',\'false\',\'true\',\'\',\'\',\'\',\'0\',\'testmode\',\'\',\'\',\'0\',\'1*:*id*:*type_text*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*2*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*3*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_submit_reset*:*type*:*type_submit_reset_4*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*5*:*id*:*type_map*:*type*:*map_5*:*w_field_label*:*2.2942540000000236*:*w_center_x*:*48.858334*:*w_center_y*:*2.294254*:*w_long*:*48.858334*:*w_lat*:*13*:*w_zoom*:*400*:*w_width*:*300*:*w_height*:**:*w_info*:*wdform_map*:*w_class*:**:*new_field*:*\',\'1\',\'1\',\'*\',\'\',\'\',\'\',\'\',\'1\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'1\',\'1\',\'1\',\'1\')');
|
| 206 |
$insert_form_id = $wpdb->get_var('SELECT MAX(id) FROM `' . $wpdb->prefix . 'formmaker`');
|
| 207 |
update_option('contact_form_forms', get_option('contact_form_forms', FALSE) . ',' . $insert_form_id);
|
| 208 |
}
|
| 54 |
`mail_mode_user` tinyint(4) NOT NULL DEFAULT '1',
|
| 55 |
`mail_attachment` tinyint(4) NOT NULL DEFAULT '1',
|
| 56 |
`mail_attachment_user` tinyint(4) NOT NULL DEFAULT '1',
|
| 57 |
+
`user_id_wd` varchar(220) NOT NULL,
|
| 58 |
+
`sortable` int(11) NOT NULL,
|
| 59 |
+
`frontend_submit_fields` text NOT NULL,
|
| 60 |
+
`frontend_submit_stat_fields` text NOT NULL,
|
| 61 |
PRIMARY KEY (`id`)
|
| 62 |
) DEFAULT CHARSET=utf8;";
|
| 63 |
$wpdb->query($formmaker);
|
| 71 |
`group_id` int(11) NOT NULL,
|
| 72 |
`date` datetime NOT NULL,
|
| 73 |
`ip` varchar(32) NOT NULL,
|
| 74 |
+
`user_id_wd` int(11) NOT NULL,
|
| 75 |
PRIMARY KEY (`id`)
|
| 76 |
) DEFAULT CHARSET=utf8;";
|
| 77 |
$wpdb->query($formmaker_submits);
|
| 183 |
global $wpdb;
|
| 184 |
$form_maker_row = $wpdb->get_var("SELECT * FROM " . $wpdb->prefix . "formmaker WHERE `id` IN (" . (get_option('contact_form_forms', '') != '' ? get_option('contact_form_forms') : 0) . ")");
|
| 185 |
if (!$form_maker_row) {
|
| 186 |
+
$wpdb->query('INSERT INTO `' . $wpdb->prefix . 'formmaker` VALUES(NULL,\'Contact Us with Captcha\',\'\',\'<div class="wdform-page-and-images" style="display:table; border-top:0px solid black;"><div id="form_id_tempform_view1" class="wdform_page" page_title="Untitled page" next_title="Next" next_type="text" next_class="wdform-page-button" next_checkable="false" previous_title="Previous" previous_type="text" previous_class="wdform-page-button" previous_checkable="false"><div class="wdform_section"><div class="wdform_column"><div wdid="1" class="wdform_row">%1 - custom_1%</div><div wdid="2" class="wdform_row">%2 - Name:%</div><div wdid="3" class="wdform_row">%3 - E-mail:%</div><div wdid="4" class="wdform_row">%4 - Comments:%</div><div wdid="5" class="wdform_row">%5 - Type the characters you see here:%</div><div wdid="6" class="wdform_row">%6 - type_submit_reset_6%</div></div></div><div valign="top" class="wdform_footer" style="width: 100%;"><div style="width: 100%;"><div style="width: 100%; display: table;"><div style="display: table-row-group;"><div id="form_id_temppage_nav1" style="display: table-row;"></div></div></div></div></div></div></div>\',\'3\',\'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}\',\'\',\'\',\'0\',\'%all%\',\'%all%\',\'7\',\'1\',\'1#**id**#custom_1#**label**#type_editor#****#2#**id**#Name:#**label**#type_name#****#3#**id**#E-mail:#**label**#type_submitter_mail#****#4#**id**#Comments:#**label**#type_textarea#****#5#**id**#Type the characters you see here:#**label**#type_captcha#****#6#**id**#type_submit_reset_6#**label**#type_submit_reset#****##**id**##**label**##****#\',\'1#**id**#custom_1#**label**#type_editor#****#2#**id**#Name:#**label**#type_name#****#3#**id**#E-mail:#**label**#type_submitter_mail#****#4#**id**#Comments:#**label**#type_textarea#****#5#**id**#Type the characters you see here:#**label**#type_captcha#****#6#**id**#type_submit_reset_6#**label**#type_submit_reset#****#\',\'0\',\'none\',\'false\',\'true\',\'\',\'\',\'\',\'0\',\'testmode\',\'\',\'\',\'0\',\'1*:*id*:*type_editor*:*type*:*custom_1*:*w_field_label*:*<div><h2>Contact Us</h2><div>Please contact us for specific reasons.</div></div><p></p>*:*w_editor*:**:*new_field*:*2*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*3*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:*ex: myname@example.com*:*w_first_val*:*ex: myname@example.com*:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_textarea*:*type*:*Comments:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*5*:*id*:*type_captcha*:*type*:*Type the characters you see here:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*6*:*w_digit*:**:*w_class*:**:*new_field*:*6*:*id*:*type_submit_reset*:*type*:*type_submit_reset_6*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*\',\'1\',\'1\',\'*\',\'\',\'\',\'\',\'\',\'1\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'1\',\'1\',\'1\',\'1\',\'administrator,\',1,\'\',\'\')');
|
| 187 |
$insert_form_id = $wpdb->get_var('SELECT MAX(id) FROM `' . $wpdb->prefix . 'formmaker`');
|
| 188 |
update_option('contact_form_forms', $insert_form_id);
|
| 189 |
+
$wpdb->query('INSERT INTO `' . $wpdb->prefix . 'formmaker` VALUES(NULL,\'Tell a Friend\',\'\',\'<div class="wdform-page-and-images" style="display:table; border-top:0px solid black;"><div id="form_id_tempform_view1" class="wdform_page" page_title="Untitled page" next_title="Next" next_type="text" next_class="wdform-page-button" next_checkable="false" previous_title="Previous" previous_type="text" previous_class="wdform-page-button" previous_checkable="false"><div class="wdform_section"><div class="wdform_column"><div wdid="1" class="wdform_row">%1 - custom_1%</div></div></div><div wdid="2" type="type_section_break" class="wdform_tr_section_break">%2 - custom_2%</div><div class="wdform_section"><div class="wdform_column"><div wdid="3" class="wdform_row">%3 - From:%</div><div wdid="4" class="wdform_row">%4 - To:%</div><div wdid="5" class="wdform_row">%5 - Message:%</div><div wdid="6" class="wdform_row">%6 - type_submit_reset_6%</div></div></div><div valign="top" class="wdform_footer" style="width: 100%;"><div style="width: 100%;"><div style="width: 100%; display: table;"><div style="display: table-row-group;"><div id="form_id_temppage_nav1" style="display: table-row;"></div></div></div></div></div></div></div>\',\'3\',\'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}\',\'\',\'\',\'0\',\'%all%\',\'%all%\',\'7\',\'1\',\'1#**id**#custom_1#**label**#type_editor#****#3#**id**#From:#**label**#type_text#****#4#**id**#To:#**label**#type_text#****#5#**id**#Message:#**label**#type_textarea#****#6#**id**#type_submit_reset_6#**label**#type_submit_reset#****##**id**##**label**##****#\',\'1#**id**#custom_1#**label**#type_editor#****#3#**id**#From:#**label**#type_text#****#4#**id**#To:#**label**#type_text#****#5#**id**#Message:#**label**#type_textarea#****#6#**id**#type_submit_reset_6#**label**#type_submit_reset#****#\',\'0\',\'none\',\'false\',\'true\',\'\',\'\',\'\',\'0\',\'testmode\',\'\',\'\',\'0\',\'1*:*id*:*type_editor*:*type*:*custom_1*:*w_field_label*:*<h1>Tell a Friend</h1>*:*w_editor*:**:*new_field*:*2*:*id*:*type_section_break*:*type*:*custom_2*:*w_field_label*:*<div class="wdform-section-break-div" style="min-width: 300px; border-top:1px solid"></div>*:*w_editor*:**:*new_field*:*3*:*id*:*type_text*:*type*:*From:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*4*:*id*:*type_text*:*type*:*To:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*5*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*6*:*id*:*type_submit_reset*:*type*:*type_submit_reset_6*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*\',\'1\',\'1\',\'*\',\'\',\'\',\'\',\'\',\'1\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'1\',\'1\',\'1\',\'1\',\'administrator,\',1,\'\',\'\')');
|
| 190 |
$insert_form_id = $wpdb->get_var('SELECT MAX(id) FROM `' . $wpdb->prefix . 'formmaker`');
|
| 191 |
update_option('contact_form_forms', get_option('contact_form_forms', FALSE) . ',' . $insert_form_id);
|
| 192 |
+
$wpdb->query('INSERT INTO `' . $wpdb->prefix . 'formmaker` VALUES(NULL,\'Simple Contact\',\'\',\'<div class="wdform-page-and-images" style="display:table; border-top:0px solid black;"><div id="form_id_tempform_view1" class="wdform_page" page_title="Untitled page" next_title="Next" next_type="text" next_class="wdform-page-button" next_checkable="false" previous_title="Previous" previous_type="text" previous_class="wdform-page-button" previous_checkable="false"><div class="wdform_section"><div class="wdform_column"><div wdid="1" class="wdform_row">%1 - Name:%</div><div wdid="2" class="wdform_row">%2 - E-mail:%</div><div wdid="3" class="wdform_row">%3 - Website%</div><div wdid="4" class="wdform_row">%4 - type_submit_reset_4%</div></div><div class="wdform_column"><div wdid="5" class="wdform_row">%5 - Message:%</div></div></div><div valign="top" class="wdform_footer" style="width: 100%;"><div style="width: 100%;"><div style="width: 100%; display: table;"><div style="display: table-row-group;"><div id="form_id_temppage_nav1" style="display: table-row;"></div></div></div></div></div></div></div>\',\'1\',\'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}\',\'\',\'\',\'0\',\'%all%\',\'%all%\',\'6\',\'1\',\'1#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Website#**label**#type_text#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#5#**id**#Message:#**label**#type_textarea#****##**id**##**label**##****#\',\'1#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Website#**label**#type_text#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#5#**id**#Message:#**label**#type_textarea#****#\',\'0\',\'none\',\'false\',\'true\',\'\',\'\',\'\',\'0\',\'testmode\',\'\',\'\',\'0\',\'1*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*2*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Website*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*4*:*id*:*type_submit_reset*:*type*:*type_submit_reset_4*:*w_field_label*:*Send Now!*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*5*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*\',\'1\',\'1\',\'*\',\'\',\'\',\'\',\'\',\'1\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'1\',\'1\',\'1\',\'1\',\'administrator,\',1,\'\',\'\')');
|
| 193 |
$insert_form_id = $wpdb->get_var('SELECT MAX(id) FROM `' . $wpdb->prefix . 'formmaker`');
|
| 194 |
update_option('contact_form_forms', get_option('contact_form_forms', FALSE) . ',' . $insert_form_id);
|
| 195 |
+
$wpdb->query('INSERT INTO `' . $wpdb->prefix . 'formmaker` VALUES(NULL,\'Advanced Contact Form 2\',\'\',\'<div class="wdform-page-and-images" style="display:table; border-top:0px solid black;"><div id="form_id_tempform_view1" class="wdform_page" page_title="Untitled page" next_title="Next" next_type="text" next_class="wdform-page-button" next_checkable="false" previous_title="Previous" previous_type="text" previous_class="wdform-page-button" previous_checkable="false"><div class="wdform_section"><div class="wdform_column"><div wdid="1" class="wdform_row">%1 - First Name:%</div><div wdid="2" class="wdform_row">%2 - custom_2%</div><div wdid="3" class="wdform_row">%3 - Last Name:%</div><div wdid="4" class="wdform_row">%4 - custom_4%</div><div wdid="5" class="wdform_row">%5 - E-mail Address:%</div><div wdid="6" class="wdform_row">%6 - custom_6%</div><div wdid="7" class="wdform_row">%7 - Company / Restaurant Name:%</div><div wdid="8" class="wdform_row">%8 - custom_8%</div><div wdid="9" class="wdform_row">%9 - Telephone:%</div><div wdid="10" class="wdform_row">%10 - custom_10%</div><div wdid="11" class="wdform_row">%11 - Alternate Telephone:%</div><div wdid="12" class="wdform_row">%12 - custom_12%</div><div wdid="13" class="wdform_row">%13 - Requirements/ Comments:%</div><div wdid="14" class="wdform_row">%14 - custom_14%</div><div wdid="15" class="wdform_row">%15 - How Did You Hear About Us?%</div><div wdid="16" class="wdform_row">%16 - custom_16%</div><div wdid="17" class="wdform_row">%17 - custom_17%</div><div wdid="18" class="wdform_row">%18 - type_submit_reset_18%</div><div wdid="19" class="wdform_row">%19 - custom_19%</div><div wdid="20" class="wdform_row">%20 - custom_20%</div></div></div><div valign="top" class="wdform_footer" style="width: 100%;"><div style="width: 100%;"><div style="width: 100%; display: table;"><div style="display: table-row-group;"><div id="form_id_temppage_nav1" style="display: table-row;"></div></div></div></div></div></div></div>\',\'17\',\'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}\',\'\',\'\',\'0\',\'%all%\',\'%all%\',\'21\',\'1\',\'1#**id**#First Name:#**label**#type_text#****#2#**id**#custom_2#**label**#type_editor#****#3#**id**#Last Name:#**label**#type_text#****#4#**id**#custom_4#**label**#type_editor#****#5#**id**#E-mail Address:#**label**#type_submitter_mail#****#6#**id**#custom_6#**label**#type_editor#****#7#**id**#Company / Restaurant Name:#**label**#type_text#****#8#**id**#custom_8#**label**#type_editor#****#9#**id**#Telephone:#**label**#type_text#****#10#**id**#custom_10#**label**#type_editor#****#11#**id**#Alternate Telephone:#**label**#type_text#****#12#**id**#custom_12#**label**#type_editor#****#13#**id**#Requirements/ Comments:#**label**#type_textarea#****#14#**id**#custom_14#**label**#type_editor#****#15#**id**#How Did You Hear About Us?#**label**#type_text#****#16#**id**#custom_16#**label**#type_editor#****#17#**id**#custom_17#**label**#type_editor#****#18#**id**#type_submit_reset_18#**label**#type_submit_reset#****#19#**id**#custom_19#**label**#type_editor#****#20#**id**#custom_20#**label**#type_editor#****##**id**##**label**##****#\',\'1#**id**#First Name:#**label**#type_text#****#2#**id**#custom_2#**label**#type_editor#****#3#**id**#Last Name:#**label**#type_text#****#4#**id**#custom_4#**label**#type_editor#****#5#**id**#E-mail Address:#**label**#type_submitter_mail#****#6#**id**#custom_6#**label**#type_editor#****#7#**id**#Company / Restaurant Name:#**label**#type_text#****#8#**id**#custom_8#**label**#type_editor#****#9#**id**#Telephone:#**label**#type_text#****#10#**id**#custom_10#**label**#type_editor#****#11#**id**#Alternate Telephone:#**label**#type_text#****#12#**id**#custom_12#**label**#type_editor#****#13#**id**#Requirements/ Comments:#**label**#type_textarea#****#14#**id**#custom_14#**label**#type_editor#****#15#**id**#How Did You Hear About Us?#**label**#type_text#****#16#**id**#custom_16#**label**#type_editor#****#17#**id**#custom_17#**label**#type_editor#****#18#**id**#type_submit_reset_18#**label**#type_submit_reset#****#19#**id**#custom_19#**label**#type_editor#****#20#**id**#custom_20#**label**#type_editor#****#\',\'0\',\'none\',\'false\',\'true\',\'\',\'\',\'\',\'0\',\'testmode\',\'\',\'\',\'0\',\'1*:*id*:*type_text*:*type*:*First Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*2*:*id*:*type_editor*:*type*:*custom_2*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Last Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*4*:*id*:*type_editor*:*type*:*custom_4*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*5*:*id*:*type_submitter_mail*:*type*:*E-mail Address:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*6*:*id*:*type_editor*:*type*:*custom_6*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*7*:*id*:*type_text*:*type*:*Company / Restaurant Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*8*:*id*:*type_editor*:*type*:*custom_8*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*9*:*id*:*type_text*:*type*:*Telephone:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*10*:*id*:*type_editor*:*type*:*custom_10*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*11*:*id*:*type_text*:*type*:*Alternate Telephone:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*12*:*id*:*type_editor*:*type*:*custom_12*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*13*:*id*:*type_textarea*:*type*:*Requirements/ Comments:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*14*:*id*:*type_editor*:*type*:*custom_14*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*15*:*id*:*type_text*:*type*:*How Did You Hear About Us?*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*16*:*id*:*type_editor*:*type*:*custom_16*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*17*:*id*:*type_editor*:*type*:*custom_17*:*w_field_label*:** Indicates required fields*:*w_editor*:**:*new_field*:*18*:*id*:*type_submit_reset*:*type*:*type_submit_reset_18*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*19*:*id*:*type_editor*:*type*:*custom_19*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*20*:*id*:*type_editor*:*type*:*custom_20*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*\',\'1\',\'1\',\'*\',\'\',\'\',\'\',\'\',\'1\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'1\',\'1\',\'1\',\'1\',\'administrator,\',1,\'\',\'\')');
|
| 196 |
$insert_form_id = $wpdb->get_var('SELECT MAX(id) FROM `' . $wpdb->prefix . 'formmaker`');
|
| 197 |
update_option('contact_form_forms', get_option('contact_form_forms', FALSE) . ',' . $insert_form_id);
|
| 198 |
+
$wpdb->query('INSERT INTO `' . $wpdb->prefix . 'formmaker` VALUES(NULL,\'Simple Contact with Phone\',\'\',\'<div class="wdform-page-and-images" style="display:table; border-top:0px solid black;"><div id="form_id_tempform_view1" class="wdform_page" page_title="Untitled page" next_title="Next" next_type="text" next_class="wdform-page-button" next_checkable="false" previous_title="Previous" previous_type="text" previous_class="wdform-page-button" previous_checkable="false"><div class="wdform_section"><div class="wdform_column"><div wdid="1" class="wdform_row">%1 - Name:%</div><div wdid="2" class="wdform_row">%2 - E-mail:%</div><div wdid="3" class="wdform_row">%3 - Phone:%</div><div wdid="4" class="wdform_row">%4 - Message:%</div><div wdid="5" class="wdform_row">%5 - type_submit_reset_5%</div></div></div><div valign="top" class="wdform_footer" style="width: 100%;"><div style="width: 100%;"><div style="width: 100%; display: table;"><div style="display: table-row-group;"><div id="form_id_temppage_nav1" style="display: table-row;"></div></div></div></div></div></div></div>\',\'25\',\'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}\',\'\',\'\',\'0\',\'%all%\',\'%all%\',\'6\',\'1\',\'1#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Phone:#**label**#type_phone#****#4#**id**#Message:#**label**#type_textarea#****#5#**id**#type_submit_reset_5#**label**#type_submit_reset#****##**id**##**label**##****#\',\'1#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Phone:#**label**#type_phone#****#4#**id**#Message:#**label**#type_textarea#****#5#**id**#type_submit_reset_5#**label**#type_submit_reset#****#\',\'0\',\'none\',\'false\',\'true\',\'\',\'\',\'\',\'0\',\'testmode\',\'\',\'\',\'0\',\'1*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*2*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*3*:*id*:*type_phone*:*type*:*Phone:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*5*:*id*:*type_submit_reset*:*type*:*type_submit_reset_5*:*w_field_label*:*Submit Form*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*\',\'1\',\'1\',\'*\',\'\',\'\',\'\',\'\',\'1\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'1\',\'1\',\'1\',\'1\',\'administrator,\',1,\'\',\'\')');
|
| 199 |
$insert_form_id = $wpdb->get_var('SELECT MAX(id) FROM `' . $wpdb->prefix . 'formmaker`');
|
| 200 |
update_option('contact_form_forms', get_option('contact_form_forms', FALSE) . ',' . $insert_form_id);
|
| 201 |
+
$wpdb->query('INSERT INTO `' . $wpdb->prefix . 'formmaker` VALUES(NULL,\'User Credentials\',\'\',\'<div class="wdform-page-and-images" style="display:table; border-top:0px solid black;"><div id="form_id_tempform_view1" class="wdform_page" page_title="Untitled page" next_title="Next" next_type="text" next_class="wdform-page-button" next_checkable="false" previous_title="Previous" previous_type="text" previous_class="wdform-page-button" previous_checkable="false"><div class="wdform_section"><div class="wdform_column"><div wdid="1" class="wdform_row">%1 - Name:%</div></div></div><div wdid="2" type="type_section_break" class="wdform_tr_section_break">%2 - custom_2%</div><div class="wdform_section"><div class="wdform_column"><div wdid="3" class="wdform_row">%3 - custom_3%</div></div></div><div wdid="4" type="type_section_break" class="wdform_tr_section_break">%4 - custom_4%</div><div class="wdform_section"><div class="wdform_column"><div wdid="5" class="wdform_row">%5 - E-mail:%</div><div wdid="6" class="wdform_row">%6 - Phone:%</div><div wdid="7" class="wdform_row">%7 - Mobile Phone Number:%</div><div wdid="8" class="wdform_row">%8 - Address:%</div><div wdid="14" class="wdform_row">%14 - Message Inquiry / Comments:%</div><div wdid="15" class="wdform_row">%15 - type_submit_reset_15%</div></div></div><div valign="top" class="wdform_footer" style="width: 100%;"><div style="width: 100%;"><div style="width: 100%; display: table;"><div style="display: table-row-group;"><div id="form_id_temppage_nav1" style="display: table-row;"></div></div></div></div></div></div></div>\',\'34\',\'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}\',\'\',\'\',\'0\',\'%all%\',\'%all%\',\'16\',\'1\',\'1#**id**#Name:#**label**#type_name#****#3#**id**#custom_3#**label**#type_editor#****#5#**id**#E-mail:#**label**#type_submitter_mail#****#6#**id**#Phone:#**label**#type_phone#****#7#**id**#Mobile Phone Number:#**label**#type_phone#****#8#**id**#Street Address#**label**#type_address#****#9#**id**#Street Address Line 2#**label**#type_address#****#10#**id**#City#**label**#type_address#****#11#**id**#State / Province / Region#**label**#type_address#****#12#**id**#Postal / Zip Code#**label**#type_address#****#13#**id**#Country#**label**#type_address#****#14#**id**#Message Inquiry / Comments:#**label**#type_textarea#****#15#**id**#type_submit_reset_15#**label**#type_submit_reset#****##**id**##**label**##****#\',\'1#**id**#Name:#**label**#type_name#****#3#**id**#custom_3#**label**#type_editor#****#5#**id**#E-mail:#**label**#type_submitter_mail#****#6#**id**#Phone:#**label**#type_phone#****#7#**id**#Mobile Phone Number:#**label**#type_phone#****#8#**id**#Street Address#**label**#type_address#****#9#**id**#Street Address Line 2#**label**#type_address#****#10#**id**#City#**label**#type_address#****#11#**id**#State / Province / Region#**label**#type_address#****#12#**id**#Postal / Zip Code#**label**#type_address#****#13#**id**#Country#**label**#type_address#****#14#**id**#Message Inquiry / Comments:#**label**#type_textarea#****#15#**id**#type_submit_reset_15#**label**#type_submit_reset#****#\',\'0\',\'none\',\'false\',\'true\',\'\',\'\',\'\',\'0\',\'testmode\',\'\',\'\',\'0\',\'1*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*2*:*id*:*type_section_break*:*type*:*custom_2*:*w_field_label*:*<div class="wdform-section-break-div" style="min-width: 300px; border-top:1px solid"></div>*:*w_editor*:**:*new_field*:*3*:*id*:*type_editor*:*type*:*custom_3*:*w_field_label*:*<h3> How do we contact you </h3>*:*w_editor*:**:*new_field*:*4*:*id*:*type_section_break*:*type*:*custom_4*:*w_field_label*:*<div class="wdform-section-break-div" style="min-width: 300px; border-top:1px solid"></div>*:*w_editor*:**:*new_field*:*5*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:*ex: myname@example.com*:*w_first_val*:*ex: myname@example.com*:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*6*:*id*:*type_phone*:*type*:*Phone:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*7*:*id*:*type_phone*:*type*:*Mobile Phone Number:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*8*:*id*:*type_address*:*type*:*Address:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*300*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***no***no***no***no***no***no*:*w_disabled_fields*:*no*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*14*:*id*:*type_textarea*:*type*:*Message Inquiry / Comments:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*15*:*id*:*type_submit_reset*:*type*:*type_submit_reset_15*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*\',\'1\',\'1\',\'*\',\'\',\'\',\'\',\'\',\'1\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'1\',\'1\',\'1\',\'1\',\'administrator,\',1,\'\',\'\')');
|
| 202 |
$insert_form_id = $wpdb->get_var('SELECT MAX(id) FROM `' . $wpdb->prefix . 'formmaker`');
|
| 203 |
update_option('contact_form_forms', get_option('contact_form_forms', FALSE) . ',' . $insert_form_id);
|
| 204 |
+
$wpdb->query('INSERT INTO `' . $wpdb->prefix . 'formmaker` VALUES(NULL,\'Simple Contact Captcha\',\'\',\'<div class="wdform-page-and-images" style="display:table; border-top:0px solid black;"><div id="form_id_tempform_view1" class="wdform_page" page_title="Untitled page" next_title="Next" next_type="text" next_class="wdform-page-button" next_checkable="false" previous_title="Previous" previous_type="text" previous_class="wdform-page-button" previous_checkable="false"><div class="wdform_section"><div class="wdform_column"><div wdid="1" class="wdform_row">%1 - Name:%</div><div wdid="2" class="wdform_row">%2 - E-mail:%</div><div wdid="3" class="wdform_row">%3 - Phone:%</div><div wdid="4" class="wdform_row">%4 - type_submit_reset_4%</div></div><div class="wdform_column"><div wdid="5" class="wdform_row">%5 - Enter the message as it's shown:%</div><div wdid="6" class="wdform_row">%6 - Message:%</div></div></div><div valign="top" class="wdform_footer" style="width: 100%;"><div style="width: 100%;"><div style="width: 100%; display: table;"><div style="display: table-row-group;"><div id="form_id_temppage_nav1" style="display: table-row;"></div></div></div></div></div></div></div>\',\'19\',\'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}\',\'\',\'\',\'0\',\'%all%\',\'%all%\',\'7\',\'1\',\'1#**id**#Name:#**label**#type_text#****#2#**id**#E-mail:#**label**#type_text#****#3#**id**#Phone:#**label**#type_phone#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#5#**id**#Enter the message as it's shown:#**label**#type_captcha#****#6#**id**#Message:#**label**#type_textarea#****##**id**##**label**##****#\',\'1#**id**#Name:#**label**#type_text#****#2#**id**#E-mail:#**label**#type_text#****#3#**id**#Phone:#**label**#type_phone#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#5#**id**#Enter the message as it's shown:#**label**#type_captcha#****#6#**id**#Message:#**label**#type_textarea#****#\',\'0\',\'none\',\'false\',\'true\',\'\',\'\',\'\',\'0\',\'testmode\',\'\',\'\',\'0\',\'1*:*id*:*type_text*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*2*:*id*:*type_text*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*3*:*id*:*type_phone*:*type*:*Phone:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_submit_reset*:*type*:*type_submit_reset_4*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*5*:*id*:*type_captcha*:*type*:*Enter the message as it's shown:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*6*:*w_digit*:**:*w_class*:**:*new_field*:*6*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*\',\'1\',\'1\',\'*\',\'\',\'\',\'\',\'\',\'1\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'1\',\'1\',\'1\',\'1\',\'administrator,\',1,\'\',\'\')');
|
| 205 |
$insert_form_id = $wpdb->get_var('SELECT MAX(id) FROM `' . $wpdb->prefix . 'formmaker`');
|
| 206 |
update_option('contact_form_forms', get_option('contact_form_forms', FALSE) . ',' . $insert_form_id);
|
| 207 |
+
$wpdb->query('INSERT INTO `' . $wpdb->prefix . 'formmaker` VALUES(NULL,\'Advanced Contact Form\',\'\',\'<div class="wdform-page-and-images" style="display:table; border-top:0px solid black;"><div id="form_id_tempform_view1" class="wdform_page" page_title="Untitled page" next_title="Next" next_type="text" next_class="wdform-page-button" next_checkable="false" previous_title="Previous" previous_type="text" previous_class="wdform-page-button" previous_checkable="false"><div class="wdform_section"><div class="wdform_column"><div wdid="1" class="wdform_row">%1 - custom_1%</div><div wdid="2" class="wdform_row">%2 - Pub/Brewery Name:%</div><div wdid="3" class="wdform_row">%3 - Full Name:%</div><div wdid="4" class="wdform_row">%4 - Address:%</div><div wdid="10" class="wdform_row">%10 - E-mail:%</div><div wdid="11" class="wdform_row">%11 - Phone Number:%</div><div wdid="12" class="wdform_row">%12 - Custom Message (If selected above):%</div><div wdid="13" class="wdform_row">%13 - type_submit_reset_13%</div></div></div><div valign="top" class="wdform_footer" style="width: 100%;"><div style="width: 100%;"><div style="width: 100%; display: table;"><div style="display: table-row-group;"><div id="form_id_temppage_nav1" style="display: table-row;"></div></div></div></div></div></div></div>\',\'24\',\'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}\',\'\',\'\',\'0\',\'%all%\',\'%all%\',\'14\',\'1\',\'1#**id**#custom_1#**label**#type_editor#****#2#**id**#Pub/Brewery Name:#**label**#type_text#****#3#**id**#Full Name:#**label**#type_name#****#4#**id**#Street Address#**label**#type_address#****#5#**id**#Street Address Line 2#**label**#type_address#****#6#**id**#City#**label**#type_address#****#7#**id**#State / Province / Region#**label**#type_address#****#8#**id**#Postal / Zip Code#**label**#type_address#****#9#**id**#Country#**label**#type_address#****#10#**id**#E-mail:#**label**#type_submitter_mail#****#11#**id**#Phone Number:#**label**#type_phone#****#12#**id**#Custom Message (If selected above):#**label**#type_textarea#****#13#**id**#type_submit_reset_13#**label**#type_submit_reset#****##**id**##**label**##****#\',\'1#**id**#custom_1#**label**#type_editor#****#2#**id**#Pub/Brewery Name:#**label**#type_text#****#3#**id**#Full Name:#**label**#type_name#****#4#**id**#Street Address#**label**#type_address#****#5#**id**#Street Address Line 2#**label**#type_address#****#6#**id**#City#**label**#type_address#****#7#**id**#State / Province / Region#**label**#type_address#****#8#**id**#Postal / Zip Code#**label**#type_address#****#9#**id**#Country#**label**#type_address#****#10#**id**#E-mail:#**label**#type_submitter_mail#****#11#**id**#Phone Number:#**label**#type_phone#****#12#**id**#Custom Message (If selected above):#**label**#type_textarea#****#13#**id**#type_submit_reset_13#**label**#type_submit_reset#****#\',\'0\',\'none\',\'false\',\'true\',\'\',\'\',\'\',\'0\',\'testmode\',\'\',\'\',\'0\',\'1*:*id*:*type_editor*:*type*:*custom_1*:*w_field_label*:*<h2>Featured PubQuest Listing Request</h2><br>*:*w_editor*:**:*new_field*:*2*:*id*:*type_text*:*type*:*Pub/Brewery Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*3*:*id*:*type_name*:*type*:*Full Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_address*:*type*:*Address:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*300*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***no***no***no***no***no***no*:*w_disabled_fields*:*yes*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*10*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*11*:*id*:*type_phone*:*type*:*Phone Number:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*12*:*id*:*type_textarea*:*type*:*Custom Message (If selected above):*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*13*:*id*:*type_submit_reset*:*type*:*type_submit_reset_13*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*\',\'1\',\'1\',\'*\',\'\',\'\',\'\',\'\',\'1\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'1\',\'1\',\'1\',\'1\',\'administrator,\',1,\'\',\'\')');
|
| 208 |
$insert_form_id = $wpdb->get_var('SELECT MAX(id) FROM `' . $wpdb->prefix . 'formmaker`');
|
| 209 |
update_option('contact_form_forms', get_option('contact_form_forms', FALSE) . ',' . $insert_form_id);
|
| 210 |
+
$wpdb->query('INSERT INTO `' . $wpdb->prefix . 'formmaker` VALUES(NULL,\'Contact Form with Map\',\'\',\'<div class="wdform-page-and-images" style="display:table; border-top:0px solid black;"><div id="form_id_tempform_view1" class="wdform_page" page_title="Untitled page" next_title="Next" next_type="text" next_class="wdform-page-button" next_checkable="false" previous_title="Previous" previous_type="text" previous_class="wdform-page-button" previous_checkable="false"><div class="wdform_section"><div class="wdform_column"><div wdid="1" class="wdform_row">%1 - Name:%</div><div wdid="2" class="wdform_row">%2 - E-mail:%</div><div wdid="3" class="wdform_row">%3 - Message:%</div><div wdid="4" class="wdform_row">%4 - type_submit_reset_4%</div><div wdid="5" class="wdform_row">%5 - map_5%</div></div></div><div valign="top" class="wdform_footer" style="width: 100%;"><div style="width: 100%;"><div style="width: 100%; display: table;"><div style="display: table-row-group;"><div id="form_id_temppage_nav1" style="display: table-row;"></div></div></div></div></div></div></div>\',\'20\',\'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}\',\'\',\'\',\'0\',\'%all%\',\'%all%\',\'6\',\'1\',\'1#**id**#Name:#**label**#type_text#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Message:#**label**#type_textarea#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#5#**id**#map_5#**label**#type_map#****##**id**##**label**##****#\',\'1#**id**#Name:#**label**#type_text#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Message:#**label**#type_textarea#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#5#**id**#map_5#**label**#type_map#****#\',\'0\',\'none\',\'false\',\'true\',\'\',\'\',\'\',\'0\',\'testmode\',\'\',\'\',\'0\',\'1*:*id*:*type_text*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*2*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*3*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_submit_reset*:*type*:*type_submit_reset_4*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*5*:*id*:*type_map*:*type*:*map_5*:*w_field_label*:*2.2942540000000236*:*w_center_x*:*48.858334*:*w_center_y*:*2.294254*:*w_long*:*48.858334*:*w_lat*:*13*:*w_zoom*:*400*:*w_width*:*300*:*w_height*:**:*w_info*:*wdform_map*:*w_class*:**:*new_field*:*\',\'1\',\'1\',\'*\',\'\',\'\',\'\',\'\',\'1\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'1\',\'1\',\'1\',\'1\',\'administrator,\',1,\'\',\'\')');
|
| 211 |
$insert_form_id = $wpdb->get_var('SELECT MAX(id) FROM `' . $wpdb->prefix . 'formmaker`');
|
| 212 |
update_option('contact_form_forms', get_option('contact_form_forms', FALSE) . ',' . $insert_form_id);
|
| 213 |
}
|
contact_form_maker_update.php
CHANGED
|
@@ -88,6 +88,14 @@ function contact_form_maker_update($version) {
|
|
| 88 |
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;";
|
| 89 |
$wpdb->query($formmaker_query);
|
| 90 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 91 |
return;
|
| 92 |
}
|
| 93 |
|
| 88 |
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;";
|
| 89 |
$wpdb->query($formmaker_query);
|
| 90 |
}
|
| 91 |
+
if (version_compare($version, '1.7.20') == -1) {
|
| 92 |
+
$wpdb->query("ALTER TABLE `" . $wpdb->prefix . "formmaker` ADD `user_id_wd` varchar(220) NOT NULL DEFAULT 'administrator,'");
|
| 93 |
+
$wpdb->query("ALTER TABLE `" . $wpdb->prefix . "formmaker` ADD `sortable` int(11) NOT NULL DEFAULT '1'");
|
| 94 |
+
$wpdb->query("ALTER TABLE `" . $wpdb->prefix . "formmaker_submits` ADD `user_id_wd` int(11) NOT NULL DEFAULT '1'");
|
| 95 |
+
$wpdb->query("ALTER TABLE `" . $wpdb->prefix . "formmaker` ADD `frontend_submit_fields` text NOT NULL DEFAULT ''");
|
| 96 |
+
$wpdb->query("ALTER TABLE `" . $wpdb->prefix . "formmaker` ADD `frontend_submit_stat_fields` text NOT NULL DEFAULT ''");
|
| 97 |
+
$wpdb->query('UPDATE ' . $wpdb->prefix . 'formmaker_themes SET `css` = CONCAT(css,"\r\n.wdform_column {\r\n border-right: none !important;\r\n }")');
|
| 98 |
+
}
|
| 99 |
return;
|
| 100 |
}
|
| 101 |
|
css/style.css
CHANGED
|
@@ -55,11 +55,24 @@ fieldset label {
|
|
| 55 |
display: inline-block;
|
| 56 |
min-width:77px;
|
| 57 |
}
|
| 58 |
-
.wdform_arrows
|
| 59 |
-
|
| 60 |
vertical-align: middle;
|
| 61 |
-
display: inline-block;
|
| 62 |
min-width:216px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
}
|
| 64 |
.page_toolbar {
|
| 65 |
width: 33px;
|
|
@@ -86,20 +99,29 @@ display: inline-block;
|
|
| 86 |
width: 80%;
|
| 87 |
}
|
| 88 |
.wdform_field{
|
| 89 |
-
padding-top:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 90 |
}
|
| 91 |
.wdform_page {
|
| 92 |
margin:7px;
|
| 93 |
float:left;
|
| 94 |
}
|
| 95 |
.wdform_section {
|
| 96 |
-
margin:7px
|
|
|
|
|
|
|
|
|
|
| 97 |
}
|
| 98 |
.wdform_column {
|
| 99 |
padding-right:50px !important;
|
| 100 |
float:left;
|
| 101 |
border-spacing: 1px;
|
| 102 |
border-collapse:separate !important;
|
|
|
|
|
|
|
| 103 |
}
|
| 104 |
.time_box {
|
| 105 |
border-width:1px;
|
|
@@ -343,4 +365,13 @@ text-align:center;
|
|
| 343 |
font-size: 55px;
|
| 344 |
color: #036EF2;
|
| 345 |
line-height: initial;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 346 |
}
|
| 55 |
display: inline-block;
|
| 56 |
min-width:77px;
|
| 57 |
}
|
| 58 |
+
.wdform_arrows
|
| 59 |
+
{
|
| 60 |
vertical-align: middle;
|
|
|
|
| 61 |
min-width:216px;
|
| 62 |
+
background:#D7E3EB;
|
| 63 |
+
text-align:right;
|
| 64 |
+
margin-bottom:5px;
|
| 65 |
+
border-top: 1px solid#B4C8D5;
|
| 66 |
+
}
|
| 67 |
+
.wdform_arrows_show
|
| 68 |
+
{
|
| 69 |
+
vertical-align: middle;
|
| 70 |
+
min-width:216px;
|
| 71 |
+
background:#C0D0DB;
|
| 72 |
+
text-align:right;
|
| 73 |
+
margin-top:-11px;
|
| 74 |
+
margin-bottom:5px;
|
| 75 |
+
cursor:default !important;
|
| 76 |
}
|
| 77 |
.page_toolbar {
|
| 78 |
width: 33px;
|
| 99 |
width: 80%;
|
| 100 |
}
|
| 101 |
.wdform_field{
|
| 102 |
+
padding-top:10px;
|
| 103 |
+
}
|
| 104 |
+
|
| 105 |
+
.wdform_field_section_break {
|
| 106 |
+
padding-top:10px;
|
| 107 |
}
|
| 108 |
.wdform_page {
|
| 109 |
margin:7px;
|
| 110 |
float:left;
|
| 111 |
}
|
| 112 |
.wdform_section {
|
| 113 |
+
margin:7px;
|
| 114 |
+
}
|
| 115 |
+
.wdform_column:first-child {
|
| 116 |
+
padding:0 15px 0 0 !important;
|
| 117 |
}
|
| 118 |
.wdform_column {
|
| 119 |
padding-right:50px !important;
|
| 120 |
float:left;
|
| 121 |
border-spacing: 1px;
|
| 122 |
border-collapse:separate !important;
|
| 123 |
+
min-width: 250px ;
|
| 124 |
+
min-height: 50px;
|
| 125 |
}
|
| 126 |
.time_box {
|
| 127 |
border-width:1px;
|
| 365 |
font-size: 55px;
|
| 366 |
color: #036EF2;
|
| 367 |
line-height: initial;
|
| 368 |
+
}
|
| 369 |
+
|
| 370 |
+
.highlight
|
| 371 |
+
{
|
| 372 |
+
border: 1px dotted red !important;
|
| 373 |
+
visibility: visible !important;
|
| 374 |
+
height: 80px !important;
|
| 375 |
+
width: 100% !important;
|
| 376 |
+
display:inline-block
|
| 377 |
}
|
framework/WDW_FMC_Library.php
CHANGED
|
@@ -210,7 +210,7 @@ class WDW_FMC_Library {
|
|
| 210 |
else {
|
| 211 |
document.getElementById('page_number').value = jQuery('#current_page').val();
|
| 212 |
}
|
| 213 |
-
|
| 214 |
}
|
| 215 |
return true;
|
| 216 |
}
|
| 210 |
else {
|
| 211 |
document.getElementById('page_number').value = jQuery('#current_page').val();
|
| 212 |
}
|
| 213 |
+
document.getElementById('<?php echo $form_id; ?>').submit();
|
| 214 |
}
|
| 215 |
return true;
|
| 216 |
}
|
frontend/models/FMModelForm_maker_fmc.php
CHANGED
|
@@ -124,6 +124,8 @@ class FMModelForm_maker_fmc {
|
|
| 124 |
|
| 125 |
public function save_db($counter, $id) {
|
| 126 |
global $wpdb;
|
|
|
|
|
|
|
| 127 |
$chgnac = TRUE;
|
| 128 |
$all_files = array();
|
| 129 |
$paypal = array();
|
|
@@ -341,7 +343,7 @@ class FMModelForm_maker_fmc {
|
|
| 341 |
}
|
| 342 |
|
| 343 |
case "type_hidden": {
|
| 344 |
-
$value = isset($_POST[$
|
| 345 |
break;
|
| 346 |
}
|
| 347 |
|
|
@@ -679,13 +681,15 @@ class FMModelForm_maker_fmc {
|
|
| 679 |
'group_id' => ($max + 1),
|
| 680 |
'date' => date('Y-m-d H:i:s'),
|
| 681 |
'ip' => $_SERVER['REMOTE_ADDR'],
|
|
|
|
| 682 |
), array(
|
| 683 |
'%d',
|
| 684 |
'%s',
|
| 685 |
'%s',
|
| 686 |
'%d',
|
| 687 |
'%s',
|
| 688 |
-
'%s'
|
|
|
|
| 689 |
));
|
| 690 |
}
|
| 691 |
if (!$save_or_no) {
|
|
@@ -1132,13 +1136,15 @@ class FMModelForm_maker_fmc {
|
|
| 1132 |
'group_id' => ($max + 1),
|
| 1133 |
'date' => date('Y-m-d H:i:s'),
|
| 1134 |
'ip' => $ip,
|
|
|
|
| 1135 |
), array(
|
| 1136 |
'%d',
|
| 1137 |
'%s',
|
| 1138 |
'%s',
|
| 1139 |
'%d',
|
| 1140 |
'%s',
|
| 1141 |
-
'%s'
|
|
|
|
| 1142 |
));
|
| 1143 |
if (!$save_or_no) {
|
| 1144 |
return FALSE;
|
|
@@ -1147,7 +1153,8 @@ class FMModelForm_maker_fmc {
|
|
| 1147 |
}
|
| 1148 |
}
|
| 1149 |
|
| 1150 |
-
$queries = $wpdb->get_results("SELECT * FROM "
|
|
|
|
| 1151 |
if($queries)
|
| 1152 |
{
|
| 1153 |
foreach($queries as $query)
|
|
@@ -1198,13 +1205,15 @@ class FMModelForm_maker_fmc {
|
|
| 1198 |
'group_id' => ($max + 1),
|
| 1199 |
'date' => date('Y-m-d H:i:s'),
|
| 1200 |
'ip' => $ip,
|
|
|
|
| 1201 |
), array(
|
| 1202 |
'%d',
|
| 1203 |
'%s',
|
| 1204 |
'%s',
|
| 1205 |
'%d',
|
| 1206 |
'%s',
|
| 1207 |
-
'%s'
|
|
|
|
| 1208 |
));
|
| 1209 |
if (!$save_or_no) {
|
| 1210 |
return false;
|
|
@@ -1221,13 +1230,15 @@ class FMModelForm_maker_fmc {
|
|
| 1221 |
'group_id' => ($max + 1),
|
| 1222 |
'date' => date('Y-m-d H:i:s'),
|
| 1223 |
'ip' => $ip,
|
|
|
|
| 1224 |
), array(
|
| 1225 |
'%d',
|
| 1226 |
'%s',
|
| 1227 |
'%s',
|
| 1228 |
'%d',
|
| 1229 |
'%s',
|
| 1230 |
-
'%s'
|
|
|
|
| 1231 |
));
|
| 1232 |
if (!$save_or_no) {
|
| 1233 |
return false;
|
|
@@ -1239,13 +1250,15 @@ class FMModelForm_maker_fmc {
|
|
| 1239 |
'group_id' => ($max + 1),
|
| 1240 |
'date' => date('Y-m-d H:i:s'),
|
| 1241 |
'ip' => $ip,
|
|
|
|
| 1242 |
), array(
|
| 1243 |
'%d',
|
| 1244 |
'%s',
|
| 1245 |
'%s',
|
| 1246 |
'%d',
|
| 1247 |
'%s',
|
| 1248 |
-
'%s'
|
|
|
|
| 1249 |
));
|
| 1250 |
if (!$save_or_no) {
|
| 1251 |
return false;
|
|
@@ -1262,7 +1275,7 @@ class FMModelForm_maker_fmc {
|
|
| 1262 |
$str .= "&cmd=" . "_cart";
|
| 1263 |
$str .= "¬ify_url=" . admin_url('admin-ajax.php?action=checkpaypal%26form_id=' . $id . '%26group_id=' . ($max + 1));
|
| 1264 |
$str .= "&upload=" . "1";
|
| 1265 |
-
$str .= "&
|
| 1266 |
if (isset($paypal['shipping'])) {
|
| 1267 |
$str = $str . "&shipping_1=" . $paypal['shipping'];
|
| 1268 |
// $str=$str."&weight_cart=".$paypal['shipping'];
|
|
@@ -1341,6 +1354,18 @@ class FMModelForm_maker_fmc {
|
|
| 1341 |
if (!$row->form_front) {
|
| 1342 |
$id = '';
|
| 1343 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1344 |
$label_order_original = array();
|
| 1345 |
$label_order_ids = array();
|
| 1346 |
$label_label = array();
|
|
@@ -1405,21 +1430,21 @@ class FMModelForm_maker_fmc {
|
|
| 1405 |
case "type_number": {
|
| 1406 |
$element = isset($_POST['wdform_'.$i."_element".$id]) ? $_POST['wdform_'.$i."_element".$id] : NULL;
|
| 1407 |
if(isset($element)) {
|
| 1408 |
-
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td><pre style="
|
| 1409 |
$list_text_mode=$list_text_mode.$element_label.' - '.$element."\r\n";
|
| 1410 |
}
|
| 1411 |
break;
|
| 1412 |
}
|
| 1413 |
case "type_wdeditor": {
|
| 1414 |
$element = isset($_POST['wdform_'.$i.'_wd_editor'.$id]) ? $_POST['wdform_'.$i.'_wd_editor'.$id] : NULL;
|
| 1415 |
-
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td><pre style="
|
| 1416 |
$list_text_mode=$list_text_mode.$element_label.' - '.$element."\r\n";
|
| 1417 |
break;
|
| 1418 |
}
|
| 1419 |
case "type_hidden": {
|
| 1420 |
$element = isset($_POST[$element_label]) ? $_POST[$element_label] : NULL;
|
| 1421 |
if(isset($element)) {
|
| 1422 |
-
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td><pre style="
|
| 1423 |
$list_text_mode=$list_text_mode.$element_label.' - '.$element."\r\n";
|
| 1424 |
}
|
| 1425 |
break;
|
|
@@ -1435,7 +1460,7 @@ class FMModelForm_maker_fmc {
|
|
| 1435 |
case "type_submitter_mail": {
|
| 1436 |
$element = isset($_POST['wdform_'.$i."_element".$id]) ? $_POST['wdform_'.$i."_element".$id] : NULL;
|
| 1437 |
if(isset($element)) {
|
| 1438 |
-
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td ><pre style="
|
| 1439 |
$list_text_mode=$list_text_mode.$element_label.' - '.$element."\r\n";
|
| 1440 |
}
|
| 1441 |
break;
|
|
@@ -1531,9 +1556,11 @@ class FMModelForm_maker_fmc {
|
|
| 1531 |
}
|
| 1532 |
case "type_date_fields": {
|
| 1533 |
$day = isset($_POST['wdform_'.$i."_day".$id]) ? $_POST['wdform_'.$i."_day".$id] : NULL;
|
|
|
|
|
|
|
| 1534 |
if(isset($day)) {
|
| 1535 |
-
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td >' .
|
| 1536 |
-
$list_text_mode=$list_text_mode.$element_label.
|
| 1537 |
}
|
| 1538 |
break;
|
| 1539 |
}
|
|
@@ -1546,7 +1573,7 @@ class FMModelForm_maker_fmc {
|
|
| 1546 |
}
|
| 1547 |
$element = isset($_POST['wdform_'.$i."_element".$id]) ? $_POST['wdform_'.$i."_element".$id] : NULL;
|
| 1548 |
if(isset($element)) {
|
| 1549 |
-
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td ><pre style="
|
| 1550 |
$list_text_mode=$list_text_mode.$element_label.' - '.$element."\r\n";
|
| 1551 |
}
|
| 1552 |
break;
|
|
@@ -1617,7 +1644,7 @@ class FMModelForm_maker_fmc {
|
|
| 1617 |
$value .= '<br/>' . (isset($_POST['wdform_'.$i."_element_property_label".$id.$k]) ? $_POST['wdform_'.$i."_element_property_label".$id.$k] : "") . ': ' . $temp_val;
|
| 1618 |
}
|
| 1619 |
}
|
| 1620 |
-
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td ><pre style="
|
| 1621 |
$list_text_mode=$list_text_mode.$element_label.' - '.str_replace('<br/>',', ',$value)."\r\n";
|
| 1622 |
break;
|
| 1623 |
}
|
|
@@ -1640,7 +1667,7 @@ class FMModelForm_maker_fmc {
|
|
| 1640 |
$value .= '<br/>' . (isset($_POST['wdform_'.$i."_element_property_label".$id.$k]) ? $_POST['wdform_'.$i."_element_property_label".$id.$k] : "") . ': ' . $temp_val;
|
| 1641 |
}
|
| 1642 |
}
|
| 1643 |
-
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td ><pre style="
|
| 1644 |
$list_text_mode=$list_text_mode.$element_label.' - '.str_replace('<br/>',', ',$value)."\r\n";
|
| 1645 |
break;
|
| 1646 |
}
|
|
@@ -1652,7 +1679,7 @@ class FMModelForm_maker_fmc {
|
|
| 1652 |
else {
|
| 1653 |
$value='';
|
| 1654 |
}
|
| 1655 |
-
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td ><pre style="
|
| 1656 |
$list_text_mode=$list_text_mode.$element_label.' - '.$value."\r\n";
|
| 1657 |
break;
|
| 1658 |
}
|
|
@@ -1698,7 +1725,7 @@ class FMModelForm_maker_fmc {
|
|
| 1698 |
|
| 1699 |
case "type_paypal_total": {
|
| 1700 |
$element = isset($_POST['wdform_'.$i."_paypal_total".$id]) ? $_POST['wdform_'.$i."_paypal_total".$id] : "";
|
| 1701 |
-
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td ><pre style="
|
| 1702 |
$list_text_mode=$list_text_mode.$element_label.' - '.$element."\r\n";
|
| 1703 |
break;
|
| 1704 |
}
|
|
@@ -1706,7 +1733,7 @@ class FMModelForm_maker_fmc {
|
|
| 1706 |
$element = isset($_POST['wdform_'.$i."_star_amount".$id]) ? $_POST['wdform_'.$i."_star_amount".$id] : NULL;
|
| 1707 |
$selected = isset($_POST['wdform_'.$i."_selected_star_amount".$id]) ? $_POST['wdform_'.$i."_selected_star_amount".$id] : 0;
|
| 1708 |
if(isset($element)) {
|
| 1709 |
-
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td ><pre style="
|
| 1710 |
$list_text_mode=$list_text_mode.$element_label.' - '.$selected.'/'.$element."\r\n";
|
| 1711 |
}
|
| 1712 |
break;
|
|
@@ -1715,7 +1742,7 @@ class FMModelForm_maker_fmc {
|
|
| 1715 |
$element = isset($_POST['wdform_'.$i."_scale_amount".$id]) ? $_POST['wdform_'.$i."_scale_amount".$id] : NULL;
|
| 1716 |
$selected = isset($_POST['wdform_'.$i."_scale_radio".$id]) ? $_POST['wdform_'.$i."_scale_radio".$id] : 0;
|
| 1717 |
if(isset($element)) {
|
| 1718 |
-
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td ><pre style="
|
| 1719 |
$list_text_mode=$list_text_mode.$element_label.' - '.$selected.'/'.$element."\r\n";
|
| 1720 |
}
|
| 1721 |
break;
|
|
@@ -1724,7 +1751,7 @@ class FMModelForm_maker_fmc {
|
|
| 1724 |
case "type_spinner": {
|
| 1725 |
$element = isset($_POST['wdform_'.$i."_element".$id]) ? $_POST['wdform_'.$i."_element".$id] : NULL;
|
| 1726 |
if(isset($element)) {
|
| 1727 |
-
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td ><pre style="
|
| 1728 |
$list_text_mode=$list_text_mode.$element_label.' - '.$element."\r\n";
|
| 1729 |
}
|
| 1730 |
break;
|
|
@@ -1733,7 +1760,7 @@ class FMModelForm_maker_fmc {
|
|
| 1733 |
case "type_slider": {
|
| 1734 |
$element = isset($_POST['wdform_'.$i."_slider_value".$id]) ? $_POST['wdform_'.$i."_slider_value".$id] : NULL;
|
| 1735 |
if(isset($element)) {
|
| 1736 |
-
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td ><pre style="
|
| 1737 |
$list_text_mode=$list_text_mode.$element_label.' - '.$element."\r\n";
|
| 1738 |
}
|
| 1739 |
break;
|
|
@@ -1742,7 +1769,7 @@ class FMModelForm_maker_fmc {
|
|
| 1742 |
$element0 = isset($_POST['wdform_'.$i."_element".$id.'0']) ? $_POST['wdform_'.$i."_element".$id.'0'] : NULL;
|
| 1743 |
$element1 = isset($_POST['wdform_'.$i."_element".$id.'1']) ? $_POST['wdform_'.$i."_element".$id.'1'] : NULL;
|
| 1744 |
if(isset($element0) || isset($element1)) {
|
| 1745 |
-
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td ><pre style="
|
| 1746 |
$list_text_mode=$list_text_mode.$element_label.' - From:'.$element0.' To:'.$element1."\r\n";
|
| 1747 |
}
|
| 1748 |
break;
|
|
@@ -1760,7 +1787,7 @@ class FMModelForm_maker_fmc {
|
|
| 1760 |
}
|
| 1761 |
$element .= "Total:" . $total;
|
| 1762 |
if(isset($element)) {
|
| 1763 |
-
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td ><pre style="
|
| 1764 |
$list_text_mode=$list_text_mode.$element_label.' - '.$element."\r\n";
|
| 1765 |
}
|
| 1766 |
break;
|
|
@@ -1831,7 +1858,7 @@ class FMModelForm_maker_fmc {
|
|
| 1831 |
}
|
| 1832 |
$matrix .= '</table>';
|
| 1833 |
if(isset($matrix)) {
|
| 1834 |
-
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td ><pre style="
|
| 1835 |
}
|
| 1836 |
break;
|
| 1837 |
}
|
|
@@ -1924,6 +1951,13 @@ class FMModelForm_maker_fmc {
|
|
| 1924 |
if(strpos($new_script, "%ip%") > -1) {
|
| 1925 |
$new_script = str_replace("%ip%", $ip, $new_script);
|
| 1926 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1927 |
if(strpos($new_script, "%all%") > -1) {
|
| 1928 |
$new_script = str_replace("%all%", $list_user, $new_script);
|
| 1929 |
}
|
|
@@ -2003,6 +2037,9 @@ class FMModelForm_maker_fmc {
|
|
| 2003 |
}
|
| 2004 |
$fromname = str_replace("%".$label_each."%", $new_value, $fromname);
|
| 2005 |
}
|
|
|
|
|
|
|
|
|
|
| 2006 |
|
| 2007 |
if(strpos($subject, "%".$label_each."%")>-1) {
|
| 2008 |
$new_value = str_replace('<br>',', ',$this->custom_fields_mail($type, $key, $id));
|
|
@@ -2039,6 +2076,12 @@ class FMModelForm_maker_fmc {
|
|
| 2039 |
if(strpos($new_script, "%ip%") > -1)
|
| 2040 |
$new_script = str_replace("%ip%", $ip, $new_script);
|
| 2041 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2042 |
if(strpos($new_script, "%all%") > -1)
|
| 2043 |
$new_script = str_replace("%all%", $list, $new_script);
|
| 2044 |
|
|
@@ -2085,14 +2128,14 @@ class FMModelForm_maker_fmc {
|
|
| 2085 |
{
|
| 2086 |
$element = $_POST[$i . "_element" . $id];
|
| 2087 |
if (isset($_POST[$i . "_element" . $id])) {
|
| 2088 |
-
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td ><pre style="
|
| 2089 |
}
|
| 2090 |
break;
|
| 2091 |
}
|
| 2092 |
case "type_hidden": {
|
| 2093 |
$element = $_POST[$element_label];
|
| 2094 |
if (isset($element)) {
|
| 2095 |
-
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td ><pre style="
|
| 2096 |
}
|
| 2097 |
break;
|
| 2098 |
}
|
|
@@ -2100,7 +2143,7 @@ class FMModelForm_maker_fmc {
|
|
| 2100 |
{
|
| 2101 |
$element = $_POST[$i . "_element" . $id];
|
| 2102 |
if (isset($_POST[$i . "_element" . $id])) {
|
| 2103 |
-
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td ><pre style="
|
| 2104 |
if ($_POST[$i . "_send" . $id] == "yes")
|
| 2105 |
array_push($cc, $element);
|
| 2106 |
}
|
|
@@ -2189,7 +2232,7 @@ class FMModelForm_maker_fmc {
|
|
| 2189 |
}
|
| 2190 |
$element = $_POST[$i . "_element" . $id];
|
| 2191 |
if (isset($_POST[$i . "_element" . $id])) {
|
| 2192 |
-
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td ><pre style="
|
| 2193 |
}
|
| 2194 |
break;
|
| 2195 |
}
|
|
@@ -2247,7 +2290,7 @@ class FMModelForm_maker_fmc {
|
|
| 2247 |
$value .= '<br/>'.$_POST[$i."_element_property_label".$id.$k].': '.$_POST[$i."_element_property_value".$id.$k];
|
| 2248 |
}
|
| 2249 |
}
|
| 2250 |
-
$list = $list.'<tr valign="top"><td >'.$element_label.'</td><td ><pre style="
|
| 2251 |
break;
|
| 2252 |
}
|
| 2253 |
case "type_paypal_radio": {
|
|
@@ -2263,12 +2306,12 @@ class FMModelForm_maker_fmc {
|
|
| 2263 |
$value .= '<br/>'.$_POST[$i."_element_property_label".$id.$k].': '.$_POST[$i."_element_property_value".$id.$k];
|
| 2264 |
}
|
| 2265 |
}
|
| 2266 |
-
$list = $list.'<tr valign="top"><td >'.$element_label.'</td><td ><pre style="
|
| 2267 |
break;
|
| 2268 |
}
|
| 2269 |
case "type_paypal_shipping": {
|
| 2270 |
$value = $_POST[$i."_element_label".$id].' - '.$_POST[$i."_element".$id].$form_currency;
|
| 2271 |
-
$list = $list.'<tr valign="top"><td >'.$element_label.'</td><td ><pre style="
|
| 2272 |
break;
|
| 2273 |
}
|
| 2274 |
case "type_paypal_checkbox": {
|
|
@@ -2306,32 +2349,32 @@ class FMModelForm_maker_fmc {
|
|
| 2306 |
case "type_star_rating": {
|
| 2307 |
$selected = (isset($_POST[$i."_selected_star_amount".$id]) ? $_POST[$i."_selected_star_amount".$id] : 0);
|
| 2308 |
if (isset($_POST[$i."_star_amount".$id])) {
|
| 2309 |
-
$list = $list.'<tr valign="top"><td >'.$element_label.'</td><td ><pre style="
|
| 2310 |
}
|
| 2311 |
break;
|
| 2312 |
}
|
| 2313 |
case "type_scale_rating": {
|
| 2314 |
$selected = (isset($_POST[$i."_scale_radio".$id]) ? $_POST[$i."_scale_radio".$id] : 0);
|
| 2315 |
if (isset($_POST[$i."_scale_amount".$id])) {
|
| 2316 |
-
$list = $list.'<tr valign="top"><td >'.$element_label.'</td><td ><pre style="
|
| 2317 |
}
|
| 2318 |
break;
|
| 2319 |
}
|
| 2320 |
case "type_spinner": {
|
| 2321 |
if (isset($_POST[$i."_element".$id])) {
|
| 2322 |
-
$list=$list.'<tr valign="top"><td >'.$element_label.'</td><td ><pre style="
|
| 2323 |
}
|
| 2324 |
break;
|
| 2325 |
}
|
| 2326 |
case "type_slider": {
|
| 2327 |
if (isset($_POST[$i."_slider_value".$id])) {
|
| 2328 |
-
$list=$list.'<tr valign="top"><td >'.$element_label.'</td><td ><pre style="
|
| 2329 |
}
|
| 2330 |
break;
|
| 2331 |
}
|
| 2332 |
case "type_range": {
|
| 2333 |
if(isset($_POST[$i."_element".$id.'0']) || isset($_POST[$i."_element".$id.'1'])) {
|
| 2334 |
-
$list = $list.'<tr valign="top"><td >'.$element_label.'</td><td ><pre style="
|
| 2335 |
}
|
| 2336 |
break;
|
| 2337 |
}
|
|
@@ -2348,7 +2391,7 @@ class FMModelForm_maker_fmc {
|
|
| 2348 |
}
|
| 2349 |
}
|
| 2350 |
$element .= "Total:".$total;
|
| 2351 |
-
$list = $list.'<tr valign="top"><td >'.$element_label.'</td><td ><pre style="
|
| 2352 |
}
|
| 2353 |
break;
|
| 2354 |
}
|
|
@@ -2425,7 +2468,7 @@ class FMModelForm_maker_fmc {
|
|
| 2425 |
}
|
| 2426 |
$matrix .= '</table>';
|
| 2427 |
if (isset($matrix)) {
|
| 2428 |
-
$list = $list.'<tr valign="top"><td >'.$element_label.'</td><td ><pre style="
|
| 2429 |
}
|
| 2430 |
break;
|
| 2431 |
}
|
|
@@ -3810,7 +3853,7 @@ class FMModelForm_maker_fmc {
|
|
| 3810 |
}
|
| 3811 |
else {
|
| 3812 |
$_SESSION['redirect_paypal'.$id] = 1;
|
| 3813 |
-
|
| 3814 |
$str .= "&return=" . urlencode($redirect_url);
|
| 3815 |
wp_redirect($str);
|
| 3816 |
exit;
|
| 124 |
|
| 125 |
public function save_db($counter, $id) {
|
| 126 |
global $wpdb;
|
| 127 |
+
$current_user = wp_get_current_user();
|
| 128 |
+
|
| 129 |
$chgnac = TRUE;
|
| 130 |
$all_files = array();
|
| 131 |
$paypal = array();
|
| 343 |
}
|
| 344 |
|
| 345 |
case "type_hidden": {
|
| 346 |
+
$value = isset($_POST[$label_order_original[$key]]) ? esc_html($_POST[$label_order_original[$key]]) : "";
|
| 347 |
break;
|
| 348 |
}
|
| 349 |
|
| 681 |
'group_id' => ($max + 1),
|
| 682 |
'date' => date('Y-m-d H:i:s'),
|
| 683 |
'ip' => $_SERVER['REMOTE_ADDR'],
|
| 684 |
+
'user_id_wd' => $current_user->ID,
|
| 685 |
), array(
|
| 686 |
'%d',
|
| 687 |
'%s',
|
| 688 |
'%s',
|
| 689 |
'%d',
|
| 690 |
'%s',
|
| 691 |
+
'%s',
|
| 692 |
+
'%d'
|
| 693 |
));
|
| 694 |
}
|
| 695 |
if (!$save_or_no) {
|
| 1136 |
'group_id' => ($max + 1),
|
| 1137 |
'date' => date('Y-m-d H:i:s'),
|
| 1138 |
'ip' => $ip,
|
| 1139 |
+
'user_id_wd' => $current_user->ID,
|
| 1140 |
), array(
|
| 1141 |
'%d',
|
| 1142 |
'%s',
|
| 1143 |
'%s',
|
| 1144 |
'%d',
|
| 1145 |
'%s',
|
| 1146 |
+
'%s',
|
| 1147 |
+
'%d'
|
| 1148 |
));
|
| 1149 |
if (!$save_or_no) {
|
| 1150 |
return FALSE;
|
| 1153 |
}
|
| 1154 |
}
|
| 1155 |
|
| 1156 |
+
$queries = $wpdb->get_results( $wpdb->prepare("SELECT * FROM " .$wpdb->prefix. "formmaker_query WHERE form_id=%d",(int)$id ));
|
| 1157 |
+
|
| 1158 |
if($queries)
|
| 1159 |
{
|
| 1160 |
foreach($queries as $query)
|
| 1205 |
'group_id' => ($max + 1),
|
| 1206 |
'date' => date('Y-m-d H:i:s'),
|
| 1207 |
'ip' => $ip,
|
| 1208 |
+
'user_id_wd' => $current_user->ID,
|
| 1209 |
), array(
|
| 1210 |
'%d',
|
| 1211 |
'%s',
|
| 1212 |
'%s',
|
| 1213 |
'%d',
|
| 1214 |
'%s',
|
| 1215 |
+
'%s',
|
| 1216 |
+
'%d'
|
| 1217 |
));
|
| 1218 |
if (!$save_or_no) {
|
| 1219 |
return false;
|
| 1230 |
'group_id' => ($max + 1),
|
| 1231 |
'date' => date('Y-m-d H:i:s'),
|
| 1232 |
'ip' => $ip,
|
| 1233 |
+
'user_id_wd' => $current_user->ID,
|
| 1234 |
), array(
|
| 1235 |
'%d',
|
| 1236 |
'%s',
|
| 1237 |
'%s',
|
| 1238 |
'%d',
|
| 1239 |
'%s',
|
| 1240 |
+
'%s',
|
| 1241 |
+
'%d'
|
| 1242 |
));
|
| 1243 |
if (!$save_or_no) {
|
| 1244 |
return false;
|
| 1250 |
'group_id' => ($max + 1),
|
| 1251 |
'date' => date('Y-m-d H:i:s'),
|
| 1252 |
'ip' => $ip,
|
| 1253 |
+
'user_id_wd' => $current_user->ID,
|
| 1254 |
), array(
|
| 1255 |
'%d',
|
| 1256 |
'%s',
|
| 1257 |
'%s',
|
| 1258 |
'%d',
|
| 1259 |
'%s',
|
| 1260 |
+
'%s',
|
| 1261 |
+
'%d'
|
| 1262 |
));
|
| 1263 |
if (!$save_or_no) {
|
| 1264 |
return false;
|
| 1275 |
$str .= "&cmd=" . "_cart";
|
| 1276 |
$str .= "¬ify_url=" . admin_url('admin-ajax.php?action=checkpaypal%26form_id=' . $id . '%26group_id=' . ($max + 1));
|
| 1277 |
$str .= "&upload=" . "1";
|
| 1278 |
+
$str .= "&charset=UTF-8";
|
| 1279 |
if (isset($paypal['shipping'])) {
|
| 1280 |
$str = $str . "&shipping_1=" . $paypal['shipping'];
|
| 1281 |
// $str=$str."&weight_cart=".$paypal['shipping'];
|
| 1354 |
if (!$row->form_front) {
|
| 1355 |
$id = '';
|
| 1356 |
}
|
| 1357 |
+
$current_user = wp_get_current_user();
|
| 1358 |
+
if ($current_user->ID != 0)
|
| 1359 |
+
{
|
| 1360 |
+
$username = $current_user->display_name;
|
| 1361 |
+
$useremail = $current_user->user_email;
|
| 1362 |
+
}
|
| 1363 |
+
else
|
| 1364 |
+
{
|
| 1365 |
+
$username = '';
|
| 1366 |
+
$useremail = '';
|
| 1367 |
+
}
|
| 1368 |
+
|
| 1369 |
$label_order_original = array();
|
| 1370 |
$label_order_ids = array();
|
| 1371 |
$label_label = array();
|
| 1430 |
case "type_number": {
|
| 1431 |
$element = isset($_POST['wdform_'.$i."_element".$id]) ? $_POST['wdform_'.$i."_element".$id] : NULL;
|
| 1432 |
if(isset($element)) {
|
| 1433 |
+
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td><pre style="margin:0px; padding:0px">' . $element . '</pre></td></tr>';
|
| 1434 |
$list_text_mode=$list_text_mode.$element_label.' - '.$element."\r\n";
|
| 1435 |
}
|
| 1436 |
break;
|
| 1437 |
}
|
| 1438 |
case "type_wdeditor": {
|
| 1439 |
$element = isset($_POST['wdform_'.$i.'_wd_editor'.$id]) ? $_POST['wdform_'.$i.'_wd_editor'.$id] : NULL;
|
| 1440 |
+
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td><pre style="margin:0px; padding:0px">' . $element . '</pre></td></tr>';
|
| 1441 |
$list_text_mode=$list_text_mode.$element_label.' - '.$element."\r\n";
|
| 1442 |
break;
|
| 1443 |
}
|
| 1444 |
case "type_hidden": {
|
| 1445 |
$element = isset($_POST[$element_label]) ? $_POST[$element_label] : NULL;
|
| 1446 |
if(isset($element)) {
|
| 1447 |
+
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td><pre style="margin:0px; padding:0px">' . $element . '</pre></td></tr>';
|
| 1448 |
$list_text_mode=$list_text_mode.$element_label.' - '.$element."\r\n";
|
| 1449 |
}
|
| 1450 |
break;
|
| 1460 |
case "type_submitter_mail": {
|
| 1461 |
$element = isset($_POST['wdform_'.$i."_element".$id]) ? $_POST['wdform_'.$i."_element".$id] : NULL;
|
| 1462 |
if(isset($element)) {
|
| 1463 |
+
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td ><pre style="margin:0px; padding:0px">' . $element . '</pre></td></tr>';
|
| 1464 |
$list_text_mode=$list_text_mode.$element_label.' - '.$element."\r\n";
|
| 1465 |
}
|
| 1466 |
break;
|
| 1556 |
}
|
| 1557 |
case "type_date_fields": {
|
| 1558 |
$day = isset($_POST['wdform_'.$i."_day".$id]) ? $_POST['wdform_'.$i."_day".$id] : NULL;
|
| 1559 |
+
$month = isset($_POST['wdform_'.$i."_month".$id]) ? $_POST['wdform_'.$i."_month".$id] : "";
|
| 1560 |
+
$year = isset($_POST['wdform_'.$i."_year".$id]) ? $_POST['wdform_'.$i."_year".$id] : "";
|
| 1561 |
if(isset($day)) {
|
| 1562 |
+
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td >' .(($day || $month || $year) ? $day . '-' . $month . '-' . $year : '' ). '</td></tr>';
|
| 1563 |
+
$list_text_mode=$list_text_mode.$element_label.(($day || $month || $year) ? $day.'-'.$month.'-'.$year : '')."\r\n";
|
| 1564 |
}
|
| 1565 |
break;
|
| 1566 |
}
|
| 1573 |
}
|
| 1574 |
$element = isset($_POST['wdform_'.$i."_element".$id]) ? $_POST['wdform_'.$i."_element".$id] : NULL;
|
| 1575 |
if(isset($element)) {
|
| 1576 |
+
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td ><pre style="margin:0px; padding:0px">' . $element . '</pre></td></tr>';
|
| 1577 |
$list_text_mode=$list_text_mode.$element_label.' - '.$element."\r\n";
|
| 1578 |
}
|
| 1579 |
break;
|
| 1644 |
$value .= '<br/>' . (isset($_POST['wdform_'.$i."_element_property_label".$id.$k]) ? $_POST['wdform_'.$i."_element_property_label".$id.$k] : "") . ': ' . $temp_val;
|
| 1645 |
}
|
| 1646 |
}
|
| 1647 |
+
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td ><pre style="margin:0px; padding:0px">' . $value . '</pre></td></tr>';
|
| 1648 |
$list_text_mode=$list_text_mode.$element_label.' - '.str_replace('<br/>',', ',$value)."\r\n";
|
| 1649 |
break;
|
| 1650 |
}
|
| 1667 |
$value .= '<br/>' . (isset($_POST['wdform_'.$i."_element_property_label".$id.$k]) ? $_POST['wdform_'.$i."_element_property_label".$id.$k] : "") . ': ' . $temp_val;
|
| 1668 |
}
|
| 1669 |
}
|
| 1670 |
+
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td ><pre style="margin:0px; padding:0px">' . $value . '</pre></td></tr>';
|
| 1671 |
$list_text_mode=$list_text_mode.$element_label.' - '.str_replace('<br/>',', ',$value)."\r\n";
|
| 1672 |
break;
|
| 1673 |
}
|
| 1679 |
else {
|
| 1680 |
$value='';
|
| 1681 |
}
|
| 1682 |
+
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td ><pre style="margin:0px; padding:0px">' . $value . '</pre></td></tr>';
|
| 1683 |
$list_text_mode=$list_text_mode.$element_label.' - '.$value."\r\n";
|
| 1684 |
break;
|
| 1685 |
}
|
| 1725 |
|
| 1726 |
case "type_paypal_total": {
|
| 1727 |
$element = isset($_POST['wdform_'.$i."_paypal_total".$id]) ? $_POST['wdform_'.$i."_paypal_total".$id] : "";
|
| 1728 |
+
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td ><pre style="margin:0px; padding:0px">' . $element . '</pre></td></tr>';
|
| 1729 |
$list_text_mode=$list_text_mode.$element_label.' - '.$element."\r\n";
|
| 1730 |
break;
|
| 1731 |
}
|
| 1733 |
$element = isset($_POST['wdform_'.$i."_star_amount".$id]) ? $_POST['wdform_'.$i."_star_amount".$id] : NULL;
|
| 1734 |
$selected = isset($_POST['wdform_'.$i."_selected_star_amount".$id]) ? $_POST['wdform_'.$i."_selected_star_amount".$id] : 0;
|
| 1735 |
if(isset($element)) {
|
| 1736 |
+
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td ><pre style="margin:0px; padding:0px">' . $selected . '/' . $element . '</pre></td></tr>';
|
| 1737 |
$list_text_mode=$list_text_mode.$element_label.' - '.$selected.'/'.$element."\r\n";
|
| 1738 |
}
|
| 1739 |
break;
|
| 1742 |
$element = isset($_POST['wdform_'.$i."_scale_amount".$id]) ? $_POST['wdform_'.$i."_scale_amount".$id] : NULL;
|
| 1743 |
$selected = isset($_POST['wdform_'.$i."_scale_radio".$id]) ? $_POST['wdform_'.$i."_scale_radio".$id] : 0;
|
| 1744 |
if(isset($element)) {
|
| 1745 |
+
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td ><pre style="margin:0px; padding:0px">' . $selected . '/' . $element . '</pre></td></tr>';
|
| 1746 |
$list_text_mode=$list_text_mode.$element_label.' - '.$selected.'/'.$element."\r\n";
|
| 1747 |
}
|
| 1748 |
break;
|
| 1751 |
case "type_spinner": {
|
| 1752 |
$element = isset($_POST['wdform_'.$i."_element".$id]) ? $_POST['wdform_'.$i."_element".$id] : NULL;
|
| 1753 |
if(isset($element)) {
|
| 1754 |
+
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td ><pre style="margin:0px; padding:0px">' . $element . '</pre></td></tr>';
|
| 1755 |
$list_text_mode=$list_text_mode.$element_label.' - '.$element."\r\n";
|
| 1756 |
}
|
| 1757 |
break;
|
| 1760 |
case "type_slider": {
|
| 1761 |
$element = isset($_POST['wdform_'.$i."_slider_value".$id]) ? $_POST['wdform_'.$i."_slider_value".$id] : NULL;
|
| 1762 |
if(isset($element)) {
|
| 1763 |
+
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td ><pre style="margin:0px; padding:0px">' . $element . '</pre></td></tr>';
|
| 1764 |
$list_text_mode=$list_text_mode.$element_label.' - '.$element."\r\n";
|
| 1765 |
}
|
| 1766 |
break;
|
| 1769 |
$element0 = isset($_POST['wdform_'.$i."_element".$id.'0']) ? $_POST['wdform_'.$i."_element".$id.'0'] : NULL;
|
| 1770 |
$element1 = isset($_POST['wdform_'.$i."_element".$id.'1']) ? $_POST['wdform_'.$i."_element".$id.'1'] : NULL;
|
| 1771 |
if(isset($element0) || isset($element1)) {
|
| 1772 |
+
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td ><pre style="margin:0px; padding:0px">From:' . $element0 . '<span style="margin-left:6px">To</span>:' . $element1 . '</pre></td></tr>';
|
| 1773 |
$list_text_mode=$list_text_mode.$element_label.' - From:'.$element0.' To:'.$element1."\r\n";
|
| 1774 |
}
|
| 1775 |
break;
|
| 1787 |
}
|
| 1788 |
$element .= "Total:" . $total;
|
| 1789 |
if(isset($element)) {
|
| 1790 |
+
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td ><pre style="margin:0px; padding:0px">' . $element . '</pre></td></tr>';
|
| 1791 |
$list_text_mode=$list_text_mode.$element_label.' - '.$element."\r\n";
|
| 1792 |
}
|
| 1793 |
break;
|
| 1858 |
}
|
| 1859 |
$matrix .= '</table>';
|
| 1860 |
if(isset($matrix)) {
|
| 1861 |
+
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td ><pre style="margin:0px; padding:0px">' . $matrix . '</pre></td></tr>';
|
| 1862 |
}
|
| 1863 |
break;
|
| 1864 |
}
|
| 1951 |
if(strpos($new_script, "%ip%") > -1) {
|
| 1952 |
$new_script = str_replace("%ip%", $ip, $new_script);
|
| 1953 |
}
|
| 1954 |
+
|
| 1955 |
+
if(strpos($new_script, "%username%")>-1){
|
| 1956 |
+
$new_script = str_replace("%username%", $username, $new_script);
|
| 1957 |
+
}
|
| 1958 |
+
if(strpos($new_script, "%useremail%")>-1){
|
| 1959 |
+
$new_script = str_replace("%useremail%", $useremail, $new_script);
|
| 1960 |
+
}
|
| 1961 |
if(strpos($new_script, "%all%") > -1) {
|
| 1962 |
$new_script = str_replace("%all%", $list_user, $new_script);
|
| 1963 |
}
|
| 2037 |
}
|
| 2038 |
$fromname = str_replace("%".$label_each."%", $new_value, $fromname);
|
| 2039 |
}
|
| 2040 |
+
if(strpos($fromname, "%username%")>-1){
|
| 2041 |
+
$fromname = str_replace("%username%", $username, $fromname);
|
| 2042 |
+
}
|
| 2043 |
|
| 2044 |
if(strpos($subject, "%".$label_each."%")>-1) {
|
| 2045 |
$new_value = str_replace('<br>',', ',$this->custom_fields_mail($type, $key, $id));
|
| 2076 |
if(strpos($new_script, "%ip%") > -1)
|
| 2077 |
$new_script = str_replace("%ip%", $ip, $new_script);
|
| 2078 |
|
| 2079 |
+
if(strpos($new_script, "%username%")>-1)
|
| 2080 |
+
$new_script = str_replace("%username%", $username, $new_script);
|
| 2081 |
+
|
| 2082 |
+
if(strpos($new_script, "%useremail%")>-1)
|
| 2083 |
+
$new_script = str_replace("%useremail%", $useremail, $new_script);
|
| 2084 |
+
|
| 2085 |
if(strpos($new_script, "%all%") > -1)
|
| 2086 |
$new_script = str_replace("%all%", $list, $new_script);
|
| 2087 |
|
| 2128 |
{
|
| 2129 |
$element = $_POST[$i . "_element" . $id];
|
| 2130 |
if (isset($_POST[$i . "_element" . $id])) {
|
| 2131 |
+
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td ><pre style="margin:0px; padding:0px">' . $element . '</pre></td></tr>';
|
| 2132 |
}
|
| 2133 |
break;
|
| 2134 |
}
|
| 2135 |
case "type_hidden": {
|
| 2136 |
$element = $_POST[$element_label];
|
| 2137 |
if (isset($element)) {
|
| 2138 |
+
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td ><pre style="margin:0px; padding:0px">' . $element . '</pre></td></tr>';
|
| 2139 |
}
|
| 2140 |
break;
|
| 2141 |
}
|
| 2143 |
{
|
| 2144 |
$element = $_POST[$i . "_element" . $id];
|
| 2145 |
if (isset($_POST[$i . "_element" . $id])) {
|
| 2146 |
+
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td ><pre style="margin:0px; padding:0px">' . $element . '</pre></td></tr>';
|
| 2147 |
if ($_POST[$i . "_send" . $id] == "yes")
|
| 2148 |
array_push($cc, $element);
|
| 2149 |
}
|
| 2232 |
}
|
| 2233 |
$element = $_POST[$i . "_element" . $id];
|
| 2234 |
if (isset($_POST[$i . "_element" . $id])) {
|
| 2235 |
+
$list = $list . '<tr valign="top"><td >' . $element_label . '</td><td ><pre style="margin:0px; padding:0px">' . $element . '</pre></td></tr>';
|
| 2236 |
}
|
| 2237 |
break;
|
| 2238 |
}
|
| 2290 |
$value .= '<br/>'.$_POST[$i."_element_property_label".$id.$k].': '.$_POST[$i."_element_property_value".$id.$k];
|
| 2291 |
}
|
| 2292 |
}
|
| 2293 |
+
$list = $list.'<tr valign="top"><td >'.$element_label.'</td><td ><pre style="margin:0px; padding:0px">'.$value.'</pre></td></tr>';
|
| 2294 |
break;
|
| 2295 |
}
|
| 2296 |
case "type_paypal_radio": {
|
| 2306 |
$value .= '<br/>'.$_POST[$i."_element_property_label".$id.$k].': '.$_POST[$i."_element_property_value".$id.$k];
|
| 2307 |
}
|
| 2308 |
}
|
| 2309 |
+
$list = $list.'<tr valign="top"><td >'.$element_label.'</td><td ><pre style="margin:0px; padding:0px">'.$value.'</pre></td></tr>';
|
| 2310 |
break;
|
| 2311 |
}
|
| 2312 |
case "type_paypal_shipping": {
|
| 2313 |
$value = $_POST[$i."_element_label".$id].' - '.$_POST[$i."_element".$id].$form_currency;
|
| 2314 |
+
$list = $list.'<tr valign="top"><td >'.$element_label.'</td><td ><pre style="margin:0px; padding:0px">'.$value.'</pre></td></tr>';
|
| 2315 |
break;
|
| 2316 |
}
|
| 2317 |
case "type_paypal_checkbox": {
|
| 2349 |
case "type_star_rating": {
|
| 2350 |
$selected = (isset($_POST[$i."_selected_star_amount".$id]) ? $_POST[$i."_selected_star_amount".$id] : 0);
|
| 2351 |
if (isset($_POST[$i."_star_amount".$id])) {
|
| 2352 |
+
$list = $list.'<tr valign="top"><td >'.$element_label.'</td><td ><pre style="margin:0px; padding:0px">'.$selected.'/'.$_POST[$i."_star_amount".$id].'</pre></td></tr>';
|
| 2353 |
}
|
| 2354 |
break;
|
| 2355 |
}
|
| 2356 |
case "type_scale_rating": {
|
| 2357 |
$selected = (isset($_POST[$i."_scale_radio".$id]) ? $_POST[$i."_scale_radio".$id] : 0);
|
| 2358 |
if (isset($_POST[$i."_scale_amount".$id])) {
|
| 2359 |
+
$list = $list.'<tr valign="top"><td >'.$element_label.'</td><td ><pre style="margin:0px; padding:0px">'.$selected.'/'.$_POST[$i."_scale_radio".$id].'</pre></td></tr>';
|
| 2360 |
}
|
| 2361 |
break;
|
| 2362 |
}
|
| 2363 |
case "type_spinner": {
|
| 2364 |
if (isset($_POST[$i."_element".$id])) {
|
| 2365 |
+
$list=$list.'<tr valign="top"><td >'.$element_label.'</td><td ><pre style="margin:0px; padding:0px">'.$_POST[$i."_element".$id].'</pre></td></tr>';
|
| 2366 |
}
|
| 2367 |
break;
|
| 2368 |
}
|
| 2369 |
case "type_slider": {
|
| 2370 |
if (isset($_POST[$i."_slider_value".$id])) {
|
| 2371 |
+
$list=$list.'<tr valign="top"><td >'.$element_label.'</td><td ><pre style="margin:0px; padding:0px">'.$_POST[$i."_slider_value".$id].'</pre></td></tr>';
|
| 2372 |
}
|
| 2373 |
break;
|
| 2374 |
}
|
| 2375 |
case "type_range": {
|
| 2376 |
if(isset($_POST[$i."_element".$id.'0']) || isset($_POST[$i."_element".$id.'1'])) {
|
| 2377 |
+
$list = $list.'<tr valign="top"><td >'.$element_label.'</td><td ><pre style="margin:0px; padding:0px">From:'.$_POST[$i."_element".$id.'0'].'<span style="margin-left:6px">To</span>:'.$_POST[$i."_element".$id.'1'].'</pre></td></tr>';
|
| 2378 |
}
|
| 2379 |
break;
|
| 2380 |
}
|
| 2391 |
}
|
| 2392 |
}
|
| 2393 |
$element .= "Total:".$total;
|
| 2394 |
+
$list = $list.'<tr valign="top"><td >'.$element_label.'</td><td ><pre style="margin:0px; padding:0px">'.$element.'</pre></td></tr>';
|
| 2395 |
}
|
| 2396 |
break;
|
| 2397 |
}
|
| 2468 |
}
|
| 2469 |
$matrix .= '</table>';
|
| 2470 |
if (isset($matrix)) {
|
| 2471 |
+
$list = $list.'<tr valign="top"><td >'.$element_label.'</td><td ><pre style="margin:0px; padding:0px">'.$matrix.'</pre></td></tr>';
|
| 2472 |
}
|
| 2473 |
break;
|
| 2474 |
}
|
| 3853 |
}
|
| 3854 |
else {
|
| 3855 |
$_SESSION['redirect_paypal'.$id] = 1;
|
| 3856 |
+
|
| 3857 |
$str .= "&return=" . urlencode($redirect_url);
|
| 3858 |
wp_redirect($str);
|
| 3859 |
exit;
|
frontend/views/FMViewForm_maker_fmc.php
CHANGED
|
@@ -205,10 +205,11 @@ class FMViewForm_maker_fmc {
|
|
| 205 |
$change = '';
|
| 206 |
$click = '';
|
| 207 |
|
| 208 |
-
|
| 209 |
{
|
| 210 |
-
$params_value = explode('***',wp_specialchars_decode($
|
| 211 |
if(isset($type_and_id[$params_value[0]]))
|
|
|
|
| 212 |
switch($type_and_id[$params_value[0]])
|
| 213 |
{
|
| 214 |
case "type_text":
|
|
@@ -504,8 +505,13 @@ class FMViewForm_maker_fmc {
|
|
| 504 |
break;
|
| 505 |
}
|
| 506 |
|
| 507 |
-
if($
|
| 508 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 509 |
}
|
| 510 |
|
| 511 |
if($if)
|
|
@@ -2116,7 +2122,7 @@ class FMViewForm_maker_fmc {
|
|
| 2116 |
if('.($required ? 'true' : 'false').' || jQuery("#wdform_'.$id1.'_element_dollars'.$form_id.'").val()!="'.$w_title[0].'" || jQuery("#wdform_'.$id1.'_element_cents'.$form_id.'").val()!="'.$w_title[1].'")
|
| 2117 |
if((range_max!=-1 && parseFloat(price)>range_max) || parseFloat(price)<range_min)
|
| 2118 |
{
|
| 2119 |
-
alert("' . (__('The', 'form_maker')) . $label . (__('value must be between', 'form_maker')) . ($param['w_range_min'] ? $param['w_range_min'] : 0) . '-' . ($param['w_range_max'] ? $param['w_range_max'] : "any") . '");
|
| 2120 |
|
| 2121 |
old_bg=x.find(jQuery("div[wdid='.$id1.']")).css("background-color");
|
| 2122 |
x.find(jQuery("div[wdid='.$id1.']")).effect( "shake", {}, 500 ).css("background-color","#FF8F8B").animate({backgroundColor: old_bg}, {duration: 500, queue: false });
|
|
@@ -3111,7 +3117,7 @@ class FMViewForm_maker_fmc {
|
|
| 3111 |
FormPaypalTax_<?php echo $id; ?> = '<?php echo $form_paypal_tax ?>';
|
| 3112 |
|
| 3113 |
function formOnload<?php echo $id; ?>() {
|
| 3114 |
-
if (
|
| 3115 |
jQuery("#form<?php echo $id; ?>").find(jQuery("input[type='radio']")).click(function() {jQuery("input[type='radio']+label").removeClass('if-ie-div-label'); jQuery("input[type='radio']:checked+label").addClass('if-ie-div-label')});
|
| 3116 |
jQuery("#form<?php echo $id; ?>").find(jQuery("input[type='radio']:checked+label")).addClass('if-ie-div-label');
|
| 3117 |
jQuery("#form<?php echo $id; ?>").find(jQuery("input[type='checkbox']")).click(function() {jQuery("input[type='checkbox']+label").removeClass('if-ie-div-label'); jQuery("input[type='checkbox']:checked+label").addClass('if-ie-div-label')});
|
| 205 |
$change = '';
|
| 206 |
$click = '';
|
| 207 |
|
| 208 |
+
for($m=0; $m<count($cond_params); $m++)
|
| 209 |
{
|
| 210 |
+
$params_value = explode('***',wp_specialchars_decode($cond_params[$m], 'single'));
|
| 211 |
if(isset($type_and_id[$params_value[0]]))
|
| 212 |
+
{
|
| 213 |
switch($type_and_id[$params_value[0]])
|
| 214 |
{
|
| 215 |
case "type_text":
|
| 505 |
break;
|
| 506 |
}
|
| 507 |
|
| 508 |
+
if($m!=count($cond_params)-1)
|
| 509 |
+
{
|
| 510 |
+
$params_value_next = explode('***',$cond_params[$m+1]);
|
| 511 |
+
if(isset($type_and_id[$params_value_next[0]]))
|
| 512 |
+
$if .= $or_and;
|
| 513 |
+
}
|
| 514 |
+
}
|
| 515 |
}
|
| 516 |
|
| 517 |
if($if)
|
| 2122 |
if('.($required ? 'true' : 'false').' || jQuery("#wdform_'.$id1.'_element_dollars'.$form_id.'").val()!="'.$w_title[0].'" || jQuery("#wdform_'.$id1.'_element_cents'.$form_id.'").val()!="'.$w_title[1].'")
|
| 2123 |
if((range_max!=-1 && parseFloat(price)>range_max) || parseFloat(price)<range_min)
|
| 2124 |
{
|
| 2125 |
+
alert("' . addslashes((__('The', 'form_maker')) . $label . (__('value must be between', 'form_maker')) . ($param['w_range_min'] ? $param['w_range_min'] : 0) . '-' . ($param['w_range_max'] ? $param['w_range_max'] : "any")) . '");
|
| 2126 |
|
| 2127 |
old_bg=x.find(jQuery("div[wdid='.$id1.']")).css("background-color");
|
| 2128 |
x.find(jQuery("div[wdid='.$id1.']")).effect( "shake", {}, 500 ).css("background-color","#FF8F8B").animate({backgroundColor: old_bg}, {duration: 500, queue: false });
|
| 3117 |
FormPaypalTax_<?php echo $id; ?> = '<?php echo $form_paypal_tax ?>';
|
| 3118 |
|
| 3119 |
function formOnload<?php echo $id; ?>() {
|
| 3120 |
+
if (navigator.userAgent.toLowerCase().indexOf('msie') != -1 && parseInt(navigator.userAgent.toLowerCase().split('msie')[1]) === 8) {
|
| 3121 |
jQuery("#form<?php echo $id; ?>").find(jQuery("input[type='radio']")).click(function() {jQuery("input[type='radio']+label").removeClass('if-ie-div-label'); jQuery("input[type='radio']:checked+label").addClass('if-ie-div-label')});
|
| 3122 |
jQuery("#form<?php echo $id; ?>").find(jQuery("input[type='radio']:checked+label")).addClass('if-ie-div-label');
|
| 3123 |
jQuery("#form<?php echo $id; ?>").find(jQuery("input[type='checkbox']")).click(function() {jQuery("input[type='checkbox']+label").removeClass('if-ie-div-label'); jQuery("input[type='checkbox']:checked+label").addClass('if-ie-div-label')});
|
js/form_maker_editor_button.js
CHANGED
|
@@ -4,8 +4,8 @@
|
|
| 4 |
ed.addCommand('mcefmc_form_mce', function() {
|
| 5 |
ed.windowManager.open({
|
| 6 |
file : form_maker_admin_ajax_cfm,
|
| 7 |
-
width :
|
| 8 |
-
height :
|
| 9 |
inline : 1
|
| 10 |
}, {
|
| 11 |
fmc_plugin_url : url // Plugin absolute URL
|
| 4 |
ed.addCommand('mcefmc_form_mce', function() {
|
| 5 |
ed.windowManager.open({
|
| 6 |
file : form_maker_admin_ajax_cfm,
|
| 7 |
+
width : 550 + ed.getLang('fmc_form_mce.delta_width', 0),
|
| 8 |
+
height : 300 + ed.getLang('fmc_form_mce.delta_height', 0),
|
| 9 |
inline : 1
|
| 10 |
}, {
|
| 11 |
fmc_plugin_url : url // Plugin absolute URL
|
js/form_maker_manage.js
CHANGED
|
@@ -24,6 +24,130 @@ function remove_whitespace(node) {
|
|
| 24 |
return;
|
| 25 |
}
|
| 26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
function refresh_() {
|
| 28 |
document.getElementById('counter').value = gen;
|
| 29 |
for (i = 1; i <= form_view_max; i++) {
|
|
@@ -346,6 +470,24 @@ function refresh_old() {
|
|
| 346 |
document.getElementById('form_front').value = document.getElementById('take').innerHTML;
|
| 347 |
}
|
| 348 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 349 |
function form_maker_options_tabs(id) {
|
| 350 |
if (spider_check_email('mailToAdd') || spider_check_email('from_mail') || spider_check_email('reply_to') || spider_check_email('mail_from_user') || spider_check_email('reply_to_user') || spider_check_email('mail_from_other') || spider_check_email('reply_to_other') || spider_check_email('paypal_email')) {
|
| 351 |
return false;
|
|
@@ -921,6 +1063,16 @@ function delete_condition(num)
|
|
| 921 |
document.getElementById('conditions_fieldset').removeChild(document.getElementById('condition'+num));
|
| 922 |
}
|
| 923 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 924 |
function check_isnum_space(e) {
|
| 925 |
var chCode1 = e.which || e.keyCode;
|
| 926 |
if (chCode1 ==32) {
|
|
@@ -942,19 +1094,3 @@ function check_isnum_point(e) {
|
|
| 942 |
}
|
| 943 |
return true;
|
| 944 |
}
|
| 945 |
-
|
| 946 |
-
function cfm_create_input(toAdd_id, value_id, parent_id, cfm_url) {
|
| 947 |
-
var value = jQuery("#" + value_id).val();
|
| 948 |
-
if (value) {
|
| 949 |
-
jQuery("#" + value_id).attr("style", "width: 250px;");
|
| 950 |
-
var mail_div = jQuery("<div>").attr("class", "fm_mail_div").prependTo("#" + parent_id).text(value);
|
| 951 |
-
jQuery("<img>").attr("src", cfm_url + "/images/delete.png").attr("class", "fm_delete_img").attr("onclick", "fm_delete_mail(this, '" + value + "')").attr("title", "Delete Email").appendTo(mail_div);
|
| 952 |
-
jQuery("#" + value_id).val("");
|
| 953 |
-
jQuery("#" + toAdd_id).val(jQuery("#" + toAdd_id).val() + value + ",");
|
| 954 |
-
}
|
| 955 |
-
}
|
| 956 |
-
|
| 957 |
-
function fm_delete_mail(img, value) {
|
| 958 |
-
jQuery(img).parent().remove();
|
| 959 |
-
jQuery("#mail").val(jQuery("#mail").val().replace(value + ',', ''));
|
| 960 |
-
}
|
| 24 |
return;
|
| 25 |
}
|
| 26 |
|
| 27 |
+
function remove_empty_columns() {
|
| 28 |
+
jQuery('.wdform_section').each(function() {
|
| 29 |
+
if(jQuery(this).find('.wdform_column').last().prev().html()=='') {
|
| 30 |
+
if(jQuery(this).children().length>2) {
|
| 31 |
+
jQuery(this).find('.wdform_column').last().prev().remove();
|
| 32 |
+
remove_empty_columns();
|
| 33 |
+
}
|
| 34 |
+
}
|
| 35 |
+
});
|
| 36 |
+
}
|
| 37 |
+
|
| 38 |
+
/*function add_border() {
|
| 39 |
+
jQuery('.wdform_section').each(function() {
|
| 40 |
+
if(!jQuery(this).find('.wdform_column').last().html()) {
|
| 41 |
+
jQuery(this).find('.wdform_column').css("border-right","none");
|
| 42 |
+
jQuery(this).find('.wdform_column').last().prev().css({"border-right":"1px dotted red"});
|
| 43 |
+
}
|
| 44 |
+
});
|
| 45 |
+
}*/
|
| 46 |
+
|
| 47 |
+
function sortable_columns() {
|
| 48 |
+
jQuery( ".wdform_column" ).sortable({
|
| 49 |
+
connectWith: ".wdform_column",
|
| 50 |
+
cursor: 'move',
|
| 51 |
+
placeholder: "highlight",
|
| 52 |
+
start: function(e,ui){
|
| 53 |
+
jQuery('.wdform_column').each(function() {
|
| 54 |
+
if(jQuery(this).html()) {
|
| 55 |
+
jQuery(this).append(jQuery('<div class="wdform_empty_row" style="height:80px;"></div>'));
|
| 56 |
+
jQuery( ".wdform_column" ).sortable( "refresh" );
|
| 57 |
+
}
|
| 58 |
+
});
|
| 59 |
+
},
|
| 60 |
+
update: function(event, ui) {
|
| 61 |
+
jQuery('.wdform_section .wdform_column:last-child').each(function() {
|
| 62 |
+
if(jQuery(this).html()) {
|
| 63 |
+
jQuery(this).parent().append(jQuery('<div></div>').addClass("wdform_column"));
|
| 64 |
+
sortable_columns();
|
| 65 |
+
}
|
| 66 |
+
});
|
| 67 |
+
},
|
| 68 |
+
stop: function(event, ui) {
|
| 69 |
+
jQuery('.wdform_empty_row').remove();
|
| 70 |
+
remove_empty_columns();
|
| 71 |
+
/*add_border();*/
|
| 72 |
+
}
|
| 73 |
+
});
|
| 74 |
+
/*add_border();*/
|
| 75 |
+
}
|
| 76 |
+
|
| 77 |
+
function all_sortable_events()
|
| 78 |
+
{
|
| 79 |
+
jQuery(document).on( "click", ".wdform_row, .wdform_tr_section_break", function() { var this2=this; setTimeout( function(){
|
| 80 |
+
if(jQuery("#wdform_arrows"+jQuery(this2).attr("wdid")).attr("class")=="wdform_arrows_show") {
|
| 81 |
+
jQuery("#wdform_field"+jQuery(this2).attr("wdid")).css({"background-color":"transparent", "border":"none", "margin-top":""});
|
| 82 |
+
jQuery("#wdform_arrows"+jQuery(this2).attr("wdid")).removeClass("wdform_arrows_show");
|
| 83 |
+
jQuery("#wdform_arrows"+jQuery(this2).attr("wdid")).addClass("wdform_arrows");
|
| 84 |
+
jQuery("#wdform_arrows"+jQuery(this2).attr("wdid")).hide();
|
| 85 |
+
}
|
| 86 |
+
else {
|
| 87 |
+
jQuery(".wdform_arrows_show").addClass("wdform_arrows");
|
| 88 |
+
jQuery(".wdform_arrows").hide();
|
| 89 |
+
jQuery(".wdform_arrows_show").removeClass("wdform_arrows_show");
|
| 90 |
+
jQuery(".wdform_field, .wdform_field_section_break").css("background-color","transparent");
|
| 91 |
+
jQuery(".wdform_field, .wdform_field_section_break").css("border","none");
|
| 92 |
+
jQuery(".wdform_field").css("margin-top","");
|
| 93 |
+
|
| 94 |
+
if(jQuery("#wdform_field"+jQuery(this2).attr("wdid")).attr("type")=='type_editor')
|
| 95 |
+
jQuery("#wdform_field"+jQuery(this2).attr("wdid")).css("margin-top","-5px");
|
| 96 |
+
|
| 97 |
+
jQuery("#wdform_field"+jQuery(this2).attr("wdid")).css({"background-color":"rgb(224, 224, 224)","border":"1px solid rgb(213, 213, 213)"});
|
| 98 |
+
jQuery("#wdform_arrows"+jQuery(this2).attr("wdid")).removeClass("wdform_arrows");
|
| 99 |
+
jQuery("#wdform_arrows"+jQuery(this2).attr("wdid")).addClass("wdform_arrows_show");
|
| 100 |
+
jQuery("#wdform_arrows"+jQuery(this2).attr("wdid")).show();
|
| 101 |
+
}
|
| 102 |
+
|
| 103 |
+
},300)});
|
| 104 |
+
|
| 105 |
+
jQuery(document).on( "hover", ".wdform_tr_section_break", function() {
|
| 106 |
+
jQuery("#wdform_field"+jQuery(this).attr("wdid")).css({"background-color":"rgb(224, 224, 224)"});
|
| 107 |
+
});
|
| 108 |
+
|
| 109 |
+
jQuery(document).on( "hover", ".wdform_row", function() {
|
| 110 |
+
jQuery("#wdform_field"+jQuery(this).attr("wdid")).css({"cursor":"move","background-color":"rgb(224, 224, 224)"});
|
| 111 |
+
});
|
| 112 |
+
|
| 113 |
+
jQuery(document).on( "mouseleave", ".wdform_row, .wdform_tr_section_break", function() {
|
| 114 |
+
if(jQuery("#wdform_arrows"+jQuery(this).attr("wdid")).attr("class")!="wdform_arrows_show") {
|
| 115 |
+
jQuery("#wdform_field"+jQuery(this).attr("wdid")).css({"background-color":"transparent", "border":"none"});
|
| 116 |
+
jQuery("#wdform_arrows"+jQuery(this).attr("wdid")).addClass("wdform_arrows");
|
| 117 |
+
}
|
| 118 |
+
});
|
| 119 |
+
}
|
| 120 |
+
|
| 121 |
+
jQuery(document).on( "dblclick", ".wdform_row, .wdform_tr_section_break", function() {
|
| 122 |
+
edit(jQuery(this).attr("wdid"));
|
| 123 |
+
});
|
| 124 |
+
|
| 125 |
+
|
| 126 |
+
function enable_drag(elem) {
|
| 127 |
+
if(jQuery('#enable_sortable').prop( 'checked' )) {
|
| 128 |
+
jQuery('#enable_sortable').val(1);
|
| 129 |
+
jQuery('.wdform_column').sortable( "enable" );
|
| 130 |
+
jQuery( ".wdform_arrows" ).slideUp(700);
|
| 131 |
+
/*add_border();*/
|
| 132 |
+
all_sortable_events();
|
| 133 |
+
}
|
| 134 |
+
else {
|
| 135 |
+
jQuery('#enable_sortable').val(0);
|
| 136 |
+
jQuery('.wdform_column').sortable( "disable" );
|
| 137 |
+
jQuery(".wdform_column").css("border","none");
|
| 138 |
+
jQuery( ".wdform_row, .wdform_tr_section_break" ).die("click");
|
| 139 |
+
jQuery( ".wdform_row" ).die("hover");
|
| 140 |
+
jQuery( ".wdform_tr_section_break" ).die("hover");
|
| 141 |
+
jQuery( ".wdform_field" ).css("cursor","default");
|
| 142 |
+
jQuery( ".wdform_field, .wdform_field_section_break" ).css("background-color","transparent");
|
| 143 |
+
jQuery( ".wdform_field, .wdform_field_section_break" ).css("border","none");
|
| 144 |
+
jQuery( ".wdform_arrows_show" ).hide();
|
| 145 |
+
jQuery( ".wdform_arrows_show" ).addClass("wdform_arrows");
|
| 146 |
+
jQuery( ".wdform_arrows_show" ).removeClass("wdform_arrows_show");
|
| 147 |
+
jQuery( ".wdform_arrows" ).slideDown(600);
|
| 148 |
+
}
|
| 149 |
+
}
|
| 150 |
+
|
| 151 |
function refresh_() {
|
| 152 |
document.getElementById('counter').value = gen;
|
| 153 |
for (i = 1; i <= form_view_max; i++) {
|
| 470 |
document.getElementById('form_front').value = document.getElementById('take').innerHTML;
|
| 471 |
}
|
| 472 |
|
| 473 |
+
|
| 474 |
+
function cfm_create_input(toAdd_id, value_id, parent_id, cfm_url) {
|
| 475 |
+
var value = jQuery("#" + value_id).val();
|
| 476 |
+
if (value) {
|
| 477 |
+
jQuery("#" + value_id).attr("style", "width: 250px;");
|
| 478 |
+
var mail_div = jQuery("<div>").attr("class", "fm_mail_div").prependTo("#" + parent_id).text(value);
|
| 479 |
+
jQuery("<img>").attr("src", cfm_url + "/images/delete.png").attr("class", "fm_delete_img").attr("onclick", "fm_delete_mail(this, '" + value + "')").attr("title", "Delete Email").appendTo(mail_div);
|
| 480 |
+
jQuery("#" + value_id).val("");
|
| 481 |
+
jQuery("#" + toAdd_id).val(jQuery("#" + toAdd_id).val() + value + ",");
|
| 482 |
+
}
|
| 483 |
+
}
|
| 484 |
+
function fm_delete_mail(img, value) {
|
| 485 |
+
jQuery(img).parent().remove();
|
| 486 |
+
jQuery("#mail").val(jQuery("#mail").val().replace(value + ',', ''));
|
| 487 |
+
}
|
| 488 |
+
|
| 489 |
+
|
| 490 |
+
|
| 491 |
function form_maker_options_tabs(id) {
|
| 492 |
if (spider_check_email('mailToAdd') || spider_check_email('from_mail') || spider_check_email('reply_to') || spider_check_email('mail_from_user') || spider_check_email('reply_to_user') || spider_check_email('mail_from_other') || spider_check_email('reply_to_other') || spider_check_email('paypal_email')) {
|
| 493 |
return false;
|
| 1063 |
document.getElementById('conditions_fieldset').removeChild(document.getElementById('condition'+num));
|
| 1064 |
}
|
| 1065 |
|
| 1066 |
+
function acces_level(length) {
|
| 1067 |
+
var value='';
|
| 1068 |
+
for(i=0; i<=parseInt(length); i++) {
|
| 1069 |
+
if (document.getElementById('user_'+i).checked) {
|
| 1070 |
+
value=value+document.getElementById('user_'+i).value+',';
|
| 1071 |
+
}
|
| 1072 |
+
}
|
| 1073 |
+
document.getElementById('user_id_wd').value=value;
|
| 1074 |
+
}
|
| 1075 |
+
|
| 1076 |
function check_isnum_space(e) {
|
| 1077 |
var chCode1 = e.which || e.keyCode;
|
| 1078 |
if (chCode1 ==32) {
|
| 1094 |
}
|
| 1095 |
return true;
|
| 1096 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
js/formmaker_div_free.js
CHANGED
|
@@ -1856,6 +1856,7 @@ function captcha_refresh(id)
|
|
| 1856 |
|
| 1857 |
function up_row(id)
|
| 1858 |
{
|
|
|
|
| 1859 |
wdform_field=document.getElementById("wdform_field"+id);
|
| 1860 |
wdform_row=wdform_field.parentNode;
|
| 1861 |
wdform_column=wdform_row.parentNode;
|
|
@@ -1899,6 +1900,7 @@ function up_row(id)
|
|
| 1899 |
|
| 1900 |
function down_row(id)
|
| 1901 |
{
|
|
|
|
| 1902 |
wdform_field=document.getElementById("wdform_field"+id);
|
| 1903 |
wdform_row=wdform_field.parentNode;
|
| 1904 |
wdform_column=wdform_row.parentNode;
|
|
@@ -1947,6 +1949,7 @@ function down_row(id)
|
|
| 1947 |
|
| 1948 |
function right_row(id)
|
| 1949 |
{
|
|
|
|
| 1950 |
wdform_field=document.getElementById("wdform_field"+id);
|
| 1951 |
wdform_row=wdform_field.parentNode;
|
| 1952 |
wdform_column=wdform_row.parentNode;
|
|
@@ -1970,13 +1973,21 @@ function right_row(id)
|
|
| 1970 |
|
| 1971 |
|
| 1972 |
}
|
| 1973 |
-
if(wdform_column.firstChild==null)
|
| 1974 |
-
wdform_section.removeChild(wdform_column);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1975 |
|
| 1976 |
}
|
| 1977 |
|
| 1978 |
function left_row(id)
|
| 1979 |
{
|
|
|
|
| 1980 |
wdform_field=document.getElementById("wdform_field"+id);
|
| 1981 |
wdform_row=wdform_field.parentNode;
|
| 1982 |
wdform_column=wdform_row.parentNode;
|
|
@@ -1988,14 +1999,19 @@ function left_row(id)
|
|
| 1988 |
|
| 1989 |
}
|
| 1990 |
|
| 1991 |
-
if(wdform_column.firstChild==null)
|
| 1992 |
-
wdform_section.removeChild(wdform_column);
|
| 1993 |
-
|
| 1994 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1995 |
}
|
| 1996 |
|
| 1997 |
function page_up(id)
|
| 1998 |
{
|
|
|
|
| 1999 |
wdform_field=document.getElementById("wdform_field"+id);
|
| 2000 |
wdform_row=wdform_field.parentNode;
|
| 2001 |
wdform_column=wdform_row.parentNode;
|
|
@@ -2028,6 +2044,7 @@ function page_up(id)
|
|
| 2028 |
|
| 2029 |
function page_down(id)
|
| 2030 |
{
|
|
|
|
| 2031 |
wdform_field=document.getElementById("wdform_field"+id);
|
| 2032 |
wdform_row=wdform_field.parentNode;
|
| 2033 |
wdform_column=wdform_row.parentNode;
|
|
@@ -3220,8 +3237,7 @@ function refresh_rowcol(num, type)
|
|
| 3220 |
|
| 3221 |
}
|
| 3222 |
}
|
| 3223 |
-
|
| 3224 |
-
|
| 3225 |
}
|
| 3226 |
}
|
| 3227 |
|
|
@@ -4689,7 +4705,7 @@ function type_hidden(i, w_name, w_value, w_attr_name, w_attr_value){
|
|
| 4689 |
|
| 4690 |
var div_element = document.createElement('div');
|
| 4691 |
div_element.setAttribute("align", 'left');
|
| 4692 |
-
div_element.style.display
|
| 4693 |
div_element.setAttribute("id", i+"_element_sectionform_id_temp");
|
| 4694 |
|
| 4695 |
var br1 = document.createElement('br');
|
|
@@ -4703,11 +4719,47 @@ function type_hidden(i, w_name, w_value, w_attr_name, w_attr_value){
|
|
| 4703 |
label.setAttribute("id", i+"_element_labelform_id_temp");
|
| 4704 |
label.style.cssText = 'display:none';
|
| 4705 |
label.innerHTML = w_name;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4706 |
var main_td = document.getElementById('show_table');
|
| 4707 |
|
| 4708 |
div_label.appendChild(label);
|
|
|
|
| 4709 |
div_element.appendChild(adding);
|
| 4710 |
div_element.appendChild(adding_type);
|
|
|
|
|
|
|
| 4711 |
div_field.appendChild(div_label);
|
| 4712 |
div_field.appendChild(div_element);
|
| 4713 |
|
|
@@ -24261,7 +24313,7 @@ function go_to_type_star_rating(new_id)
|
|
| 24261 |
{
|
| 24262 |
w_attr_name=[];
|
| 24263 |
w_attr_value=[];
|
| 24264 |
-
type_star_rating(new_id,'Star Rating:', '
|
| 24265 |
}
|
| 24266 |
|
| 24267 |
|
|
@@ -24270,14 +24322,14 @@ function go_to_type_scale_rating(new_id)
|
|
| 24270 |
w_attr_name=[];
|
| 24271 |
w_attr_value=[];
|
| 24272 |
w_mini_labels=['Worst', 'Best'];
|
| 24273 |
-
type_scale_rating(new_id,'Scale Rating:', '
|
| 24274 |
}
|
| 24275 |
|
| 24276 |
function go_to_type_spinner(new_id)
|
| 24277 |
{
|
| 24278 |
w_attr_name=[];
|
| 24279 |
w_attr_value=[];
|
| 24280 |
-
type_spinner(new_id,'Spinner:', '
|
| 24281 |
|
| 24282 |
}
|
| 24283 |
|
|
@@ -24285,7 +24337,7 @@ function go_to_type_slider(new_id)
|
|
| 24285 |
{
|
| 24286 |
w_attr_name=[];
|
| 24287 |
w_attr_value=[];
|
| 24288 |
-
type_slider(new_id,'Slider:', '
|
| 24289 |
}
|
| 24290 |
|
| 24291 |
function go_to_type_range(new_id)
|
|
@@ -24293,7 +24345,7 @@ function go_to_type_range(new_id)
|
|
| 24293 |
w_attr_name=[];
|
| 24294 |
w_attr_value=[];
|
| 24295 |
w_mini_labels = ['From', 'To'];
|
| 24296 |
-
type_range (new_id,'Range:', '
|
| 24297 |
|
| 24298 |
}
|
| 24299 |
|
|
@@ -24303,7 +24355,7 @@ function go_to_type_grading(new_id)
|
|
| 24303 |
w_attr_value=[];
|
| 24304 |
w_items = ['item1','item2','item3'];
|
| 24305 |
|
| 24306 |
-
type_grading(new_id,'Grading:', '
|
| 24307 |
|
| 24308 |
}
|
| 24309 |
|
|
@@ -24314,7 +24366,7 @@ function go_to_type_matrix(new_id)
|
|
| 24314 |
|
| 24315 |
w_rows = ['','row1','row2'];
|
| 24316 |
w_columns = ['','column1','column2'];
|
| 24317 |
-
type_matrix(new_id,'Matrix:', '
|
| 24318 |
}
|
| 24319 |
|
| 24320 |
function go_to_type_paypal_price(new_id)
|
|
@@ -24324,7 +24376,7 @@ function go_to_type_paypal_price(new_id)
|
|
| 24324 |
w_first_val=['',''];
|
| 24325 |
w_title=['',''];
|
| 24326 |
w_mini_labels=['Dollars','Cents'];
|
| 24327 |
-
type_paypal_price(new_id,'Amount:', '
|
| 24328 |
}
|
| 24329 |
|
| 24330 |
function go_to_type_paypal_select(new_id)
|
|
@@ -24339,7 +24391,7 @@ function go_to_type_paypal_select(new_id)
|
|
| 24339 |
w_property=[];
|
| 24340 |
w_property_values=[];
|
| 24341 |
|
| 24342 |
-
type_paypal_select(new_id, 'Select Product:', '
|
| 24343 |
}
|
| 24344 |
|
| 24345 |
function go_to_type_paypal_checkbox(new_id)
|
|
@@ -24353,7 +24405,7 @@ function go_to_type_paypal_checkbox(new_id)
|
|
| 24353 |
w_property=[];
|
| 24354 |
w_property_values=[];
|
| 24355 |
|
| 24356 |
-
type_paypal_checkbox(new_id,'Checkbox:', '
|
| 24357 |
}
|
| 24358 |
|
| 24359 |
function go_to_type_paypal_radio(new_id)
|
|
@@ -24366,7 +24418,7 @@ function go_to_type_paypal_radio(new_id)
|
|
| 24366 |
w_property=[];
|
| 24367 |
w_property_values=[];
|
| 24368 |
|
| 24369 |
-
type_paypal_radio(new_id,'Radio:', '
|
| 24370 |
}
|
| 24371 |
|
| 24372 |
function go_to_type_paypal_shipping(new_id){
|
|
@@ -24385,13 +24437,13 @@ function go_to_type_paypal_shipping(new_id){
|
|
| 24385 |
|
| 24386 |
w_property_values=[];
|
| 24387 |
|
| 24388 |
-
type_paypal_shipping(new_id,'Shipping:', '
|
| 24389 |
|
| 24390 |
}
|
| 24391 |
|
| 24392 |
function go_to_type_paypal_total(new_id){
|
| 24393 |
|
| 24394 |
-
type_paypal_total(new_id,'Total:', '
|
| 24395 |
|
| 24396 |
}
|
| 24397 |
|
|
@@ -24789,7 +24841,7 @@ function go_to_type_text(new_id)
|
|
| 24789 |
{
|
| 24790 |
w_attr_name=[];
|
| 24791 |
w_attr_value=[];
|
| 24792 |
-
type_text(new_id,'Text:', '
|
| 24793 |
}
|
| 24794 |
|
| 24795 |
function go_to_type_send_copy(new_id)
|
|
@@ -24810,28 +24862,28 @@ function go_to_type_number(new_id)
|
|
| 24810 |
{
|
| 24811 |
w_attr_name=[];
|
| 24812 |
w_attr_value=[];
|
| 24813 |
-
type_number(new_id,'Number:', '
|
| 24814 |
}
|
| 24815 |
|
| 24816 |
function go_to_type_password(new_id)
|
| 24817 |
{
|
| 24818 |
w_attr_name=[];
|
| 24819 |
w_attr_value=[];
|
| 24820 |
-
type_password(new_id,'Password:', '
|
| 24821 |
}
|
| 24822 |
|
| 24823 |
function go_to_type_textarea(new_id)
|
| 24824 |
{
|
| 24825 |
w_attr_name=[];
|
| 24826 |
w_attr_value=[];
|
| 24827 |
-
type_textarea(new_id,'Textarea:', '
|
| 24828 |
}
|
| 24829 |
|
| 24830 |
function go_to_type_wdeditor(new_id)
|
| 24831 |
{
|
| 24832 |
w_attr_name=[];
|
| 24833 |
w_attr_value=[];
|
| 24834 |
-
type_wdeditor(new_id,'Editor:', '
|
| 24835 |
}
|
| 24836 |
|
| 24837 |
|
|
@@ -24843,7 +24895,7 @@ function go_to_type_name(new_id)
|
|
| 24843 |
w_first_val=['',''];
|
| 24844 |
w_title=['',''];
|
| 24845 |
w_mini_labels=['Title','First','Last','Middle'];
|
| 24846 |
-
type_name(new_id,'Name:', '
|
| 24847 |
}
|
| 24848 |
|
| 24849 |
function go_to_type_address(new_id)
|
|
@@ -24852,7 +24904,7 @@ function go_to_type_address(new_id)
|
|
| 24852 |
w_attr_value=[];
|
| 24853 |
w_mini_labels=['Street Address', 'Street Address Line 2', 'City', 'State / Province / Region', 'Postal / Zip Code', 'Country',];
|
| 24854 |
w_disabled_fields=['no', 'no', 'no', 'no', 'no', 'no', 'no'];
|
| 24855 |
-
type_address(new_id,'Address:', '
|
| 24856 |
}
|
| 24857 |
|
| 24858 |
function go_to_type_phone(new_id)
|
|
@@ -24862,14 +24914,14 @@ function go_to_type_phone(new_id)
|
|
| 24862 |
w_first_val=['',''];
|
| 24863 |
w_title=['',''];
|
| 24864 |
w_mini_labels = ['Area Code','Phone Number'];
|
| 24865 |
-
type_phone(new_id,'Phone:', '
|
| 24866 |
}
|
| 24867 |
|
| 24868 |
function go_to_type_submitter_mail(new_id)
|
| 24869 |
{
|
| 24870 |
w_attr_name=[];
|
| 24871 |
w_attr_value=[];
|
| 24872 |
-
type_submitter_mail(new_id,'E-mail:', '
|
| 24873 |
}
|
| 24874 |
|
| 24875 |
function go_to_type_time(new_id)
|
|
@@ -24878,7 +24930,7 @@ function go_to_type_time(new_id)
|
|
| 24878 |
w_attr_name=[];
|
| 24879 |
w_attr_value=[];
|
| 24880 |
w_mini_labels = ['HH','MM','SS', 'AM/PM'];
|
| 24881 |
-
type_time(new_id, 'Time:', '
|
| 24882 |
|
| 24883 |
}
|
| 24884 |
|
|
@@ -24888,7 +24940,7 @@ function go_to_type_date(new_id)
|
|
| 24888 |
w_attr_name=[];
|
| 24889 |
w_attr_value=[];
|
| 24890 |
|
| 24891 |
-
type_date(new_id, 'Date:', '
|
| 24892 |
}
|
| 24893 |
|
| 24894 |
function go_to_type_date_fields(new_id)
|
|
@@ -24899,7 +24951,7 @@ function go_to_type_date_fields(new_id)
|
|
| 24899 |
var current_date = new Date();
|
| 24900 |
w_to=current_date.getFullYear();
|
| 24901 |
|
| 24902 |
-
type_date_fields(new_id, 'Date:', '
|
| 24903 |
|
| 24904 |
}
|
| 24905 |
|
|
@@ -24922,7 +24974,7 @@ function go_to_type_own_select(new_id)
|
|
| 24922 |
w_choices_disabled=[true, false, false];
|
| 24923 |
w_attr_name=[];
|
| 24924 |
w_attr_value=[];
|
| 24925 |
-
type_own_select(new_id, 'Select:', '
|
| 24926 |
}
|
| 24927 |
|
| 24928 |
function go_to_type_country(new_id)
|
|
@@ -25017,14 +25069,14 @@ function go_to_type_captcha(new_id)
|
|
| 25017 |
{
|
| 25018 |
w_attr_name=[];
|
| 25019 |
w_attr_value=[];
|
| 25020 |
-
type_captcha(new_id,'Word Verification:', '
|
| 25021 |
}
|
| 25022 |
|
| 25023 |
function go_to_type_recaptcha(new_id)
|
| 25024 |
{
|
| 25025 |
w_attr_name=[];
|
| 25026 |
w_attr_value=[];
|
| 25027 |
-
type_recaptcha(new_id,'Recaptcha Word Verification:', '
|
| 25028 |
}
|
| 25029 |
|
| 25030 |
|
|
@@ -25577,8 +25629,8 @@ function refresh_pages_without_deleting(id)
|
|
| 25577 |
wdform_arrows.setAttribute("id", "wdform_arrows"+i);
|
| 25578 |
wdform_arrows.setAttribute("class", "wdform_arrows");
|
| 25579 |
|
| 25580 |
-
wdform_row.appendChild(wdform_field);
|
| 25581 |
wdform_row.appendChild(wdform_arrows);
|
|
|
|
| 25582 |
|
| 25583 |
var select_ = document.getElementById('sel_el_pos');
|
| 25584 |
var option = document.createElement('option');
|
|
@@ -25765,7 +25817,7 @@ function generate_page_bar()
|
|
| 25765 |
{
|
| 25766 |
need_enable=false;
|
| 25767 |
el_page_navigation();
|
| 25768 |
-
add(0);
|
| 25769 |
need_enable=true;
|
| 25770 |
}
|
| 25771 |
|
|
@@ -25792,8 +25844,25 @@ function remove_add_(id)
|
|
| 25792 |
}
|
| 25793 |
}
|
| 25794 |
|
| 25795 |
-
function
|
| 25796 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25797 |
for(k=100;k>0;k--)
|
| 25798 |
{
|
| 25799 |
if(document.getElementById("el_items"+k))
|
|
@@ -25948,8 +26017,7 @@ function add(key) {
|
|
| 25948 |
wdform_field_in_editor=document.getElementById(i+"_element_sectionform_id_temp");
|
| 25949 |
|
| 25950 |
|
| 25951 |
-
|
| 25952 |
-
ifr_id='form_maker_editor_ifr';
|
| 25953 |
ifr=getIFrameDocument(ifr_id);
|
| 25954 |
if(document.getElementById('form_maker_editor').style.display=="none")
|
| 25955 |
wdform_field_in_editor.innerHTML=ifr.body.innerHTML;
|
|
@@ -25976,8 +26044,8 @@ function add(key) {
|
|
| 25976 |
wdform_arrows.setAttribute("id", "wdform_arrows"+i);
|
| 25977 |
wdform_arrows.setAttribute("class", "wdform_arrows");
|
| 25978 |
|
| 25979 |
-
wdform_row.appendChild(wdform_field);
|
| 25980 |
wdform_row.appendChild(wdform_arrows);
|
|
|
|
| 25981 |
|
| 25982 |
var select_ = document.getElementById('sel_el_pos');
|
| 25983 |
var option = document.createElement('option');
|
|
@@ -26029,7 +26097,7 @@ function add(key) {
|
|
| 26029 |
in_editor.setAttribute("class", 'wdform_section_break');
|
| 26030 |
|
| 26031 |
|
| 26032 |
-
ifr_id=
|
| 26033 |
ifr=getIFrameDocument(ifr_id)
|
| 26034 |
|
| 26035 |
if(document.getElementById('form_maker_editor').style.display=="none")
|
|
@@ -26064,7 +26132,11 @@ function add(key) {
|
|
| 26064 |
wdform_column_new=document.createElement('div');
|
| 26065 |
wdform_column_new.setAttribute('class','wdform_column');
|
| 26066 |
|
|
|
|
|
|
|
|
|
|
| 26067 |
wdform_section_new.appendChild(wdform_column_new);
|
|
|
|
| 26068 |
|
| 26069 |
beforeTr=wdform_page.lastChild;
|
| 26070 |
wdform_page.insertBefore(wdform_section_new, beforeTr);
|
|
@@ -26072,6 +26144,11 @@ function add(key) {
|
|
| 26072 |
j=2;
|
| 26073 |
|
| 26074 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26075 |
|
| 26076 |
close_window();
|
| 26077 |
return;
|
|
@@ -26146,7 +26223,11 @@ function add(key) {
|
|
| 26146 |
if(form_view_count!=1)
|
| 26147 |
|
| 26148 |
generate_page_nav(form_view);
|
| 26149 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26150 |
close_window() ;
|
| 26151 |
return;
|
| 26152 |
}
|
|
@@ -26267,8 +26348,11 @@ function add(key) {
|
|
| 26267 |
table_min=document.createElement('div');
|
| 26268 |
table_min.setAttribute('class','wdform_column');
|
| 26269 |
|
| 26270 |
-
|
| 26271 |
-
|
|
|
|
|
|
|
|
|
|
| 26272 |
|
| 26273 |
tbody_min_page_nav.appendChild(tr_min_page_nav);
|
| 26274 |
table_min_page_nav.appendChild(tbody_min_page_nav);
|
|
@@ -26323,7 +26407,11 @@ function add(key) {
|
|
| 26323 |
}
|
| 26324 |
else
|
| 26325 |
generate_page_nav(form_view);
|
| 26326 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26327 |
close_window() ;
|
| 26328 |
|
| 26329 |
return;
|
|
@@ -26358,7 +26446,7 @@ function add(key) {
|
|
| 26358 |
destroyChildren(wdform_field);
|
| 26359 |
|
| 26360 |
|
| 26361 |
-
ifr_id=
|
| 26362 |
ifr=getIFrameDocument(ifr_id);
|
| 26363 |
if(document.getElementById('form_maker_editor').style.display=="none")
|
| 26364 |
{
|
|
@@ -26395,15 +26483,16 @@ function add(key) {
|
|
| 26395 |
wdform_field.setAttribute("id", "wdform_field"+i);
|
| 26396 |
wdform_field.setAttribute("type", "type_editor");
|
| 26397 |
wdform_field.setAttribute("class", "wdform_field");
|
| 26398 |
-
wdform_field.style.
|
| 26399 |
|
| 26400 |
var wdform_arrows = document.createElement('div');
|
| 26401 |
wdform_arrows.setAttribute("id", "wdform_arrows"+i);
|
| 26402 |
wdform_arrows.setAttribute("class", "wdform_arrows");
|
| 26403 |
-
wdform_arrows.
|
|
|
|
| 26404 |
|
| 26405 |
-
wdform_row.appendChild(wdform_field);
|
| 26406 |
wdform_row.appendChild(wdform_arrows);
|
|
|
|
| 26407 |
|
| 26408 |
var img_X = document.createElement("img");
|
| 26409 |
img_X.setAttribute("src", fmc_plugin_url + "/images/delete_el.png");
|
|
@@ -26648,13 +26737,13 @@ function add(key) {
|
|
| 26648 |
document.getElementById('editing_id').value="";
|
| 26649 |
|
| 26650 |
wdform_field=document.getElementById("wdform_field"+i);
|
| 26651 |
-
|
| 26652 |
destroyChildren(wdform_field);
|
| 26653 |
|
| 26654 |
|
| 26655 |
var add1 = document.getElementById(i+'_label_sectionform_id_temp');
|
| 26656 |
var add2 = document.getElementById(i+'_element_sectionform_id_temp');
|
| 26657 |
-
|
| 26658 |
wdform_field.appendChild(add1);
|
| 26659 |
wdform_field.appendChild(add2);
|
| 26660 |
|
|
@@ -26714,10 +26803,9 @@ function add(key) {
|
|
| 26714 |
var wdform_arrows = document.createElement('div');
|
| 26715 |
wdform_arrows.setAttribute("id", "wdform_arrows"+i);
|
| 26716 |
wdform_arrows.setAttribute("class", "wdform_arrows");
|
| 26717 |
-
wdform_arrows.style.display="table-cell";
|
| 26718 |
|
| 26719 |
-
wdform_row.appendChild(wdform_field);
|
| 26720 |
wdform_row.appendChild(wdform_arrows);
|
|
|
|
| 26721 |
|
| 26722 |
|
| 26723 |
|
|
@@ -26860,7 +26948,7 @@ function add(key) {
|
|
| 26860 |
wdform_arrows.appendChild(td_RIGHT);
|
| 26861 |
wdform_arrows.appendChild(td_EDIT);
|
| 26862 |
|
| 26863 |
-
if(type!="type_captcha" && type!="type_recaptcha")
|
| 26864 |
{
|
| 26865 |
wdform_arrows.appendChild(td_DUBLICATE);
|
| 26866 |
}
|
|
@@ -26892,7 +26980,6 @@ function add(key) {
|
|
| 26892 |
}
|
| 26893 |
j=2;
|
| 26894 |
close_window() ;
|
| 26895 |
-
;
|
| 26896 |
call(i,key);
|
| 26897 |
|
| 26898 |
}
|
|
@@ -26908,16 +26995,23 @@ function add(key) {
|
|
| 26908 |
undo_redo_num++;*/
|
| 26909 |
}
|
| 26910 |
else alert("Please select an element to add.");
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26911 |
|
| 26912 |
}
|
| 26913 |
|
| 26914 |
function call(i,key)
|
| 26915 |
{
|
| 26916 |
need_enable=false;
|
|
|
|
| 26917 |
if(key==0)
|
| 26918 |
{
|
|
|
|
|
|
|
| 26919 |
edit(i);
|
| 26920 |
-
add('1');
|
| 26921 |
}
|
| 26922 |
need_enable=true;
|
| 26923 |
}
|
|
@@ -27708,17 +27802,8 @@ function edit(id)
|
|
| 27708 |
s =document.getElementById(id+'_yearform_id_temp').style.width;
|
| 27709 |
w_year_size =s.substring(0,s.length-2);
|
| 27710 |
|
| 27711 |
-
|
| 27712 |
-
|
| 27713 |
-
w_from =document.getElementById(id+'_yearform_id_temp').getAttribute('from');
|
| 27714 |
-
w_to =document.getElementById(id+'_yearform_id_temp').getAttribute('to');
|
| 27715 |
-
}
|
| 27716 |
-
else
|
| 27717 |
-
{
|
| 27718 |
-
w_from ='1901';
|
| 27719 |
-
var current_date = new Date();
|
| 27720 |
-
w_to=current_date.getFullYear();
|
| 27721 |
-
}
|
| 27722 |
w_divider =document.getElementById(id+'_separator1').innerHTML;
|
| 27723 |
type_date_fields(id, w_field_label, w_field_label_size, w_field_label_pos, w_day, w_month, w_year, w_day_type, w_month_type, w_year_type, w_day_label, w_month_label, w_year_label, w_day_size, w_month_size, w_year_size, w_required, w_class, w_from, w_to, w_divider, w_attr_name, w_attr_value); break;
|
| 27724 |
}
|
|
@@ -28681,18 +28766,10 @@ function dublicate(id) {
|
|
| 28681 |
|
| 28682 |
s =document.getElementById(id+'_yearform_id_temp').style.width;
|
| 28683 |
w_year_size =s.substring(0,s.length-2);
|
|
|
|
|
|
|
|
|
|
| 28684 |
|
| 28685 |
-
if(w_year_type=='SELECT')
|
| 28686 |
-
{
|
| 28687 |
-
w_from =document.getElementById(id+'_yearform_id_temp').getAttribute('from');
|
| 28688 |
-
w_to =document.getElementById(id+'_yearform_id_temp').getAttribute('to');
|
| 28689 |
-
}
|
| 28690 |
-
else
|
| 28691 |
-
{
|
| 28692 |
-
w_from ='1901';
|
| 28693 |
-
var current_date = new Date();
|
| 28694 |
-
w_to=current_date.getFullYear();
|
| 28695 |
-
}
|
| 28696 |
w_divider =document.getElementById(id+'_separator1').innerHTML;
|
| 28697 |
type_date_fields(gen, w_field_label, w_field_label_size, w_field_label_pos, w_day, w_month, w_year, w_day_type, w_month_type, w_year_type, w_day_label, w_month_label, w_year_label, w_day_size, w_month_size, w_year_size, w_required, w_class, w_from, w_to, w_divider, w_attr_name, w_attr_value); break;
|
| 28698 |
}
|
|
@@ -28873,7 +28950,7 @@ function dublicate(id) {
|
|
| 28873 |
}
|
| 28874 |
|
| 28875 |
need_enable=false;
|
| 28876 |
-
add(0);
|
| 28877 |
need_enable=true;
|
| 28878 |
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
| 28879 |
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
@@ -29465,6 +29542,7 @@ function gen_form_fields()
|
|
| 29465 |
if(document.getElementById(id+"_elementform_id_temp"+k).getAttribute('other')=='1')
|
| 29466 |
w_allow_other_num=tt;
|
| 29467 |
w_choices[tt]=document.getElementById(id+"_elementform_id_temp"+k).value;
|
|
|
|
| 29468 |
if(w_choices[tt][w_choices[tt].length-1]==' ')
|
| 29469 |
w_choices[tt]=w_choices[tt].substring(0, w_choices[tt].length-1);
|
| 29470 |
w_choices_checked[tt]=document.getElementById(id+"_elementform_id_temp"+k).checked;
|
|
@@ -30038,18 +30116,10 @@ function gen_form_fields()
|
|
| 30038 |
|
| 30039 |
s =document.getElementById(id+'_yearform_id_temp').style.width;
|
| 30040 |
w_year_size =s.substring(0,s.length-2);
|
|
|
|
|
|
|
|
|
|
| 30041 |
|
| 30042 |
-
if(w_year_type=='SELECT')
|
| 30043 |
-
{
|
| 30044 |
-
w_from =document.getElementById(id+'_yearform_id_temp').getAttribute('from');
|
| 30045 |
-
w_to =document.getElementById(id+'_yearform_id_temp').getAttribute('to');
|
| 30046 |
-
}
|
| 30047 |
-
else
|
| 30048 |
-
{
|
| 30049 |
-
w_from ='1901';
|
| 30050 |
-
var current_date = new Date();
|
| 30051 |
-
w_to=current_date.getFullYear();
|
| 30052 |
-
}
|
| 30053 |
w_divider =document.getElementById(id+'_separator1').innerHTML;
|
| 30054 |
|
| 30055 |
form_fields+=w_field_label+"*:*w_field_label*:*";
|
|
@@ -30440,58 +30510,3 @@ function gen_form_fields()
|
|
| 30440 |
}
|
| 30441 |
}
|
| 30442 |
}
|
| 30443 |
-
/*
|
| 30444 |
-
function form_maker_open_in_popup(id) {
|
| 30445 |
-
var thickDims, tbWidth, tbHeight;
|
| 30446 |
-
jQuery(document).ready(function($) {
|
| 30447 |
-
thickDims = function() {
|
| 30448 |
-
var tbWindow = jQuery('#TB_window'), H = jQuery(window).height(), W = jQuery(window).width(), w, h;
|
| 30449 |
-
w = (tbWidth && tbWidth < W - 90) ? tbWidth : W - 40;
|
| 30450 |
-
h = (tbHeight && tbHeight < H - 60) ? tbHeight : H - 40;
|
| 30451 |
-
if (tbWindow.size()) {
|
| 30452 |
-
tbWindow.width(w).height(h);
|
| 30453 |
-
jQuery('#TB_iframeContent').width(w).height(h - 27);
|
| 30454 |
-
tbWindow.css({'margin-left': '-' + parseInt((w / 2),10) + 'px'});
|
| 30455 |
-
if (typeof document.body.style.maxWidth != 'undefined') {
|
| 30456 |
-
tbWindow.css({'top':(H-h)/2,'margin-top':'0'});
|
| 30457 |
-
}
|
| 30458 |
-
}
|
| 30459 |
-
};
|
| 30460 |
-
thickDims();
|
| 30461 |
-
jQuery(window).resize( function() { thickDims() } );
|
| 30462 |
-
jQuery('a.thickbox-preview' + id).click( function() {
|
| 30463 |
-
tb_click.call(this);
|
| 30464 |
-
var alink = jQuery(this).parents('.available-theme').find('.activatelink'), link = '', href = jQuery(this).attr('href'), url, text;
|
| 30465 |
-
if (tbWidth = href.match(/&width=[0-9]+/)) {
|
| 30466 |
-
tbWidth = parseInt(tbWidth[0].replace(/[^0-9]+/g, ''), 10);
|
| 30467 |
-
}
|
| 30468 |
-
else {
|
| 30469 |
-
tbWidth = jQuery(window).width() - 120;
|
| 30470 |
-
}
|
| 30471 |
-
console.log(tbWidth);
|
| 30472 |
-
if (tbHeight = href.match(/&height=[0-9]+/)) {
|
| 30473 |
-
tbHeight = parseInt(tbHeight[0].replace(/[^0-9]+/g, ''), 10);
|
| 30474 |
-
}
|
| 30475 |
-
else {
|
| 30476 |
-
tbHeight = jQuery(window).height() - 120;
|
| 30477 |
-
}
|
| 30478 |
-
if (alink.length) {
|
| 30479 |
-
url = alink.attr('href') || '';
|
| 30480 |
-
text = alink.attr('title') || '';
|
| 30481 |
-
link = ' <a href="' + url + '" target="_top" class="tb-theme-preview-link">' + text + '</a>';
|
| 30482 |
-
}
|
| 30483 |
-
else {
|
| 30484 |
-
text = jQuery(this).attr('title') || '';
|
| 30485 |
-
link = ' <span class="tb-theme-preview-link">' + text + '</span>';
|
| 30486 |
-
}
|
| 30487 |
-
console.log(tbWidth);
|
| 30488 |
-
jQuery('#TB_title').css({'background-color':'#222','color':'#dfdfdf'});
|
| 30489 |
-
jQuery('#TB_closeAjaxWindow').css({'float':'left'});
|
| 30490 |
-
jQuery('#TB_ajaxWindowTitle').css({'float':'right'}).html(link);
|
| 30491 |
-
jQuery('#TB_iframeContent').width('100%');
|
| 30492 |
-
thickDims();
|
| 30493 |
-
return false;
|
| 30494 |
-
});
|
| 30495 |
-
});
|
| 30496 |
-
}
|
| 30497 |
-
*/
|
| 1856 |
|
| 1857 |
function up_row(id)
|
| 1858 |
{
|
| 1859 |
+
event.stopPropagation();
|
| 1860 |
wdform_field=document.getElementById("wdform_field"+id);
|
| 1861 |
wdform_row=wdform_field.parentNode;
|
| 1862 |
wdform_column=wdform_row.parentNode;
|
| 1900 |
|
| 1901 |
function down_row(id)
|
| 1902 |
{
|
| 1903 |
+
event.stopPropagation();
|
| 1904 |
wdform_field=document.getElementById("wdform_field"+id);
|
| 1905 |
wdform_row=wdform_field.parentNode;
|
| 1906 |
wdform_column=wdform_row.parentNode;
|
| 1949 |
|
| 1950 |
function right_row(id)
|
| 1951 |
{
|
| 1952 |
+
event.stopPropagation();
|
| 1953 |
wdform_field=document.getElementById("wdform_field"+id);
|
| 1954 |
wdform_row=wdform_field.parentNode;
|
| 1955 |
wdform_column=wdform_row.parentNode;
|
| 1973 |
|
| 1974 |
|
| 1975 |
}
|
| 1976 |
+
// if(wdform_column.firstChild==null)
|
| 1977 |
+
// wdform_section.removeChild(wdform_column);
|
| 1978 |
+
|
| 1979 |
+
|
| 1980 |
+
sortable_columns();
|
| 1981 |
+
remove_empty_columns();
|
| 1982 |
+
|
| 1983 |
+
if(document.getElementById("enable_sortable").value==0)
|
| 1984 |
+
jQuery('.wdform_column').sortable( "disable" );
|
| 1985 |
|
| 1986 |
}
|
| 1987 |
|
| 1988 |
function left_row(id)
|
| 1989 |
{
|
| 1990 |
+
event.stopPropagation();
|
| 1991 |
wdform_field=document.getElementById("wdform_field"+id);
|
| 1992 |
wdform_row=wdform_field.parentNode;
|
| 1993 |
wdform_column=wdform_row.parentNode;
|
| 1999 |
|
| 2000 |
}
|
| 2001 |
|
| 2002 |
+
// if(wdform_column.firstChild==null)
|
| 2003 |
+
// wdform_section.removeChild(wdform_column);
|
|
|
|
| 2004 |
|
| 2005 |
+
sortable_columns();
|
| 2006 |
+
remove_empty_columns();
|
| 2007 |
+
|
| 2008 |
+
if(document.getElementById("enable_sortable").value==0)
|
| 2009 |
+
jQuery('.wdform_column').sortable( "disable" );
|
| 2010 |
}
|
| 2011 |
|
| 2012 |
function page_up(id)
|
| 2013 |
{
|
| 2014 |
+
event.stopPropagation();
|
| 2015 |
wdform_field=document.getElementById("wdform_field"+id);
|
| 2016 |
wdform_row=wdform_field.parentNode;
|
| 2017 |
wdform_column=wdform_row.parentNode;
|
| 2044 |
|
| 2045 |
function page_down(id)
|
| 2046 |
{
|
| 2047 |
+
event.stopPropagation();
|
| 2048 |
wdform_field=document.getElementById("wdform_field"+id);
|
| 2049 |
wdform_row=wdform_field.parentNode;
|
| 2050 |
wdform_column=wdform_row.parentNode;
|
| 3237 |
|
| 3238 |
}
|
| 3239 |
}
|
| 3240 |
+
refresh_attr(num, 'type_checkbox');
|
|
|
|
| 3241 |
}
|
| 3242 |
}
|
| 3243 |
|
| 4705 |
|
| 4706 |
var div_element = document.createElement('div');
|
| 4707 |
div_element.setAttribute("align", 'left');
|
| 4708 |
+
div_element.style.cssText = 'display:table-cell; padding-left: 7px;';
|
| 4709 |
div_element.setAttribute("id", i+"_element_sectionform_id_temp");
|
| 4710 |
|
| 4711 |
var br1 = document.createElement('br');
|
| 4719 |
label.setAttribute("id", i+"_element_labelform_id_temp");
|
| 4720 |
label.style.cssText = 'display:none';
|
| 4721 |
label.innerHTML = w_name;
|
| 4722 |
+
|
| 4723 |
+
var label_hidden = document.createElement('span');
|
| 4724 |
+
label_hidden.style.cssText = 'color:red; font-size:13px;';
|
| 4725 |
+
label_hidden.innerHTML = 'Hidden field';
|
| 4726 |
+
|
| 4727 |
+
|
| 4728 |
+
var div_hidden_name = document.createElement('div');
|
| 4729 |
+
|
| 4730 |
+
var span_hidden_name_label = document.createElement('span');
|
| 4731 |
+
span_hidden_name_label.setAttribute("align", 'left');
|
| 4732 |
+
span_hidden_name_label.innerHTML = 'Name: ';
|
| 4733 |
+
|
| 4734 |
+
var span_hidden_name = document.createElement('span');
|
| 4735 |
+
span_hidden_name.setAttribute("align", 'left');
|
| 4736 |
+
span_hidden_name.innerHTML = w_name;
|
| 4737 |
+
span_hidden_name.setAttribute("id", i+"_hidden_nameform_id_temp");
|
| 4738 |
+
|
| 4739 |
+
var div_hidden_value = document.createElement('div');
|
| 4740 |
+
|
| 4741 |
+
var span_hidden_value_label = document.createElement('span');
|
| 4742 |
+
span_hidden_value_label.setAttribute("align", 'left');
|
| 4743 |
+
span_hidden_value_label.innerHTML = 'Value: ';
|
| 4744 |
+
|
| 4745 |
+
var span_hidden_value = document.createElement('span');
|
| 4746 |
+
span_hidden_value.setAttribute("align", 'left');
|
| 4747 |
+
span_hidden_value.innerHTML = w_value;
|
| 4748 |
+
span_hidden_value.setAttribute("id", i+"_hidden_valueform_id_temp");
|
| 4749 |
+
|
| 4750 |
+
div_hidden_name.appendChild(span_hidden_name_label);
|
| 4751 |
+
div_hidden_name.appendChild(span_hidden_name);
|
| 4752 |
+
div_hidden_value.appendChild(span_hidden_value_label);
|
| 4753 |
+
div_hidden_value.appendChild(span_hidden_value);
|
| 4754 |
+
|
| 4755 |
var main_td = document.getElementById('show_table');
|
| 4756 |
|
| 4757 |
div_label.appendChild(label);
|
| 4758 |
+
div_label.appendChild(label_hidden);
|
| 4759 |
div_element.appendChild(adding);
|
| 4760 |
div_element.appendChild(adding_type);
|
| 4761 |
+
div_element.appendChild(div_hidden_name);
|
| 4762 |
+
div_element.appendChild(div_hidden_value);
|
| 4763 |
div_field.appendChild(div_label);
|
| 4764 |
div_field.appendChild(div_element);
|
| 4765 |
|
| 24313 |
{
|
| 24314 |
w_attr_name=[];
|
| 24315 |
w_attr_value=[];
|
| 24316 |
+
type_star_rating(new_id,'Star Rating:', '100', 'left', 'yellow', '5', 'no', 'wdform_star_rating', w_attr_name, w_attr_value);
|
| 24317 |
}
|
| 24318 |
|
| 24319 |
|
| 24322 |
w_attr_name=[];
|
| 24323 |
w_attr_value=[];
|
| 24324 |
w_mini_labels=['Worst', 'Best'];
|
| 24325 |
+
type_scale_rating(new_id,'Scale Rating:', '100', 'left', w_mini_labels, '5', 'no','wdform_scale_rating',w_attr_name, w_attr_value);
|
| 24326 |
}
|
| 24327 |
|
| 24328 |
function go_to_type_spinner(new_id)
|
| 24329 |
{
|
| 24330 |
w_attr_name=[];
|
| 24331 |
w_attr_value=[];
|
| 24332 |
+
type_spinner(new_id,'Spinner:', '100', 'left', '50', '', '', '1', '', 'no','',w_attr_name, w_attr_value);
|
| 24333 |
|
| 24334 |
}
|
| 24335 |
|
| 24337 |
{
|
| 24338 |
w_attr_name=[];
|
| 24339 |
w_attr_value=[];
|
| 24340 |
+
type_slider(new_id,'Slider:', '100', 'left', '200', '0', '100', '0', 'no','',w_attr_name, w_attr_value);
|
| 24341 |
}
|
| 24342 |
|
| 24343 |
function go_to_type_range(new_id)
|
| 24345 |
w_attr_name=[];
|
| 24346 |
w_attr_value=[];
|
| 24347 |
w_mini_labels = ['From', 'To'];
|
| 24348 |
+
type_range (new_id,'Range:', '100', 'left', '40', '1' , '', '', w_mini_labels, 'no','',w_attr_name, w_attr_value);
|
| 24349 |
|
| 24350 |
}
|
| 24351 |
|
| 24355 |
w_attr_value=[];
|
| 24356 |
w_items = ['item1','item2','item3'];
|
| 24357 |
|
| 24358 |
+
type_grading(new_id,'Grading:', '100', 'left', w_items, '100', 'no','wdform_grading',w_attr_name, w_attr_value);
|
| 24359 |
|
| 24360 |
}
|
| 24361 |
|
| 24366 |
|
| 24367 |
w_rows = ['','row1','row2'];
|
| 24368 |
w_columns = ['','column1','column2'];
|
| 24369 |
+
type_matrix(new_id,'Matrix:', '100', 'left', 'radio', w_rows, w_columns, 'no','wdform_matrix',w_attr_name, w_attr_value);
|
| 24370 |
}
|
| 24371 |
|
| 24372 |
function go_to_type_paypal_price(new_id)
|
| 24376 |
w_first_val=['',''];
|
| 24377 |
w_title=['',''];
|
| 24378 |
w_mini_labels=['Dollars','Cents'];
|
| 24379 |
+
type_paypal_price(new_id,'Amount:', '100', 'left', w_first_val, w_title, w_mini_labels, '100', 'no', 'no', '',w_attr_name, w_attr_value, '', '')
|
| 24380 |
}
|
| 24381 |
|
| 24382 |
function go_to_type_paypal_select(new_id)
|
| 24391 |
w_property=[];
|
| 24392 |
w_property_values=[];
|
| 24393 |
|
| 24394 |
+
type_paypal_select(new_id, 'Select Product:', '100', 'left', '200',w_choices, w_choices_price, w_choices_checked, 'no','no', '1', 'wdform_select',w_attr_name, w_attr_value, w_choices_disabled, w_property, w_property_values);
|
| 24395 |
}
|
| 24396 |
|
| 24397 |
function go_to_type_paypal_checkbox(new_id)
|
| 24405 |
w_property=[];
|
| 24406 |
w_property_values=[];
|
| 24407 |
|
| 24408 |
+
type_paypal_checkbox(new_id,'Checkbox:', '100', 'left', 'ver', w_choices,w_choices_price, w_choices_checked, 'no', 'no', 'no','0', '',w_attr_name, w_attr_value, w_property, w_property_values, 'no','1');
|
| 24409 |
}
|
| 24410 |
|
| 24411 |
function go_to_type_paypal_radio(new_id)
|
| 24418 |
w_property=[];
|
| 24419 |
w_property_values=[];
|
| 24420 |
|
| 24421 |
+
type_paypal_radio(new_id,'Radio:', '100', 'left', 'ver', w_choices, w_choices_price, w_choices_checked, 'no', 'no', 'no','0','',w_attr_name, w_attr_value, w_property, w_property_values,'no', '1');
|
| 24422 |
}
|
| 24423 |
|
| 24424 |
function go_to_type_paypal_shipping(new_id){
|
| 24437 |
|
| 24438 |
w_property_values=[];
|
| 24439 |
|
| 24440 |
+
type_paypal_shipping(new_id,'Shipping:', '100', 'left', 'ver', w_choices, w_choices_price, w_choices_checked, 'no', 'no', 'no','0','',w_attr_name, w_attr_value, w_property, w_property_values);
|
| 24441 |
|
| 24442 |
}
|
| 24443 |
|
| 24444 |
function go_to_type_paypal_total(new_id){
|
| 24445 |
|
| 24446 |
+
type_paypal_total(new_id,'Total:', '100', 'left', '');
|
| 24447 |
|
| 24448 |
}
|
| 24449 |
|
| 24841 |
{
|
| 24842 |
w_attr_name=[];
|
| 24843 |
w_attr_value=[];
|
| 24844 |
+
type_text(new_id,'Text:', '100', 'left', '200', '', '', 'no', 'no', w_attr_name, w_attr_value);
|
| 24845 |
}
|
| 24846 |
|
| 24847 |
function go_to_type_send_copy(new_id)
|
| 24862 |
{
|
| 24863 |
w_attr_name=[];
|
| 24864 |
w_attr_value=[];
|
| 24865 |
+
type_number(new_id,'Number:', '100', 'left', '200', '', '', 'no', 'no', '',w_attr_name, w_attr_value);
|
| 24866 |
}
|
| 24867 |
|
| 24868 |
function go_to_type_password(new_id)
|
| 24869 |
{
|
| 24870 |
w_attr_name=[];
|
| 24871 |
w_attr_value=[];
|
| 24872 |
+
type_password(new_id,'Password:', '100', 'left', '200', 'no', 'no', 'wdform_input',w_attr_name, w_attr_value);
|
| 24873 |
}
|
| 24874 |
|
| 24875 |
function go_to_type_textarea(new_id)
|
| 24876 |
{
|
| 24877 |
w_attr_name=[];
|
| 24878 |
w_attr_value=[];
|
| 24879 |
+
type_textarea(new_id,'Textarea:', '100', 'left', '200', '100', '','', 'no', 'no', '',w_attr_name, w_attr_value)
|
| 24880 |
}
|
| 24881 |
|
| 24882 |
function go_to_type_wdeditor(new_id)
|
| 24883 |
{
|
| 24884 |
w_attr_name=[];
|
| 24885 |
w_attr_value=[];
|
| 24886 |
+
type_wdeditor(new_id,'Editor:', '100', 'left', '380', '200', '', 'no', '',w_attr_name, w_attr_value)
|
| 24887 |
}
|
| 24888 |
|
| 24889 |
|
| 24895 |
w_first_val=['',''];
|
| 24896 |
w_title=['',''];
|
| 24897 |
w_mini_labels=['Title','First','Last','Middle'];
|
| 24898 |
+
type_name(new_id,'Name:', '100', 'left', w_first_val, w_title, w_mini_labels, '100', 'normal', 'no', 'no', '',w_attr_name, w_attr_value)
|
| 24899 |
}
|
| 24900 |
|
| 24901 |
function go_to_type_address(new_id)
|
| 24904 |
w_attr_value=[];
|
| 24905 |
w_mini_labels=['Street Address', 'Street Address Line 2', 'City', 'State / Province / Region', 'Postal / Zip Code', 'Country',];
|
| 24906 |
w_disabled_fields=['no', 'no', 'no', 'no', 'no', 'no', 'no'];
|
| 24907 |
+
type_address(new_id,'Address:', '100', 'left', '300', w_mini_labels, w_disabled_fields, 'no', 'wdform_address', w_attr_name, w_attr_value)
|
| 24908 |
}
|
| 24909 |
|
| 24910 |
function go_to_type_phone(new_id)
|
| 24914 |
w_first_val=['',''];
|
| 24915 |
w_title=['',''];
|
| 24916 |
w_mini_labels = ['Area Code','Phone Number'];
|
| 24917 |
+
type_phone(new_id,'Phone:', '100', 'left', '135', w_first_val, w_title, w_mini_labels, 'no', 'no', '',w_attr_name, w_attr_value)
|
| 24918 |
}
|
| 24919 |
|
| 24920 |
function go_to_type_submitter_mail(new_id)
|
| 24921 |
{
|
| 24922 |
w_attr_name=[];
|
| 24923 |
w_attr_value=[];
|
| 24924 |
+
type_submitter_mail(new_id,'E-mail:', '100', 'left', '200', '', '', 'no', '', w_attr_name, w_attr_value);
|
| 24925 |
}
|
| 24926 |
|
| 24927 |
function go_to_type_time(new_id)
|
| 24930 |
w_attr_name=[];
|
| 24931 |
w_attr_value=[];
|
| 24932 |
w_mini_labels = ['HH','MM','SS', 'AM/PM'];
|
| 24933 |
+
type_time(new_id, 'Time:', '100', 'left', '24', '0', '1','','','', w_mini_labels, 'no', '',w_attr_name, w_attr_value);
|
| 24934 |
|
| 24935 |
}
|
| 24936 |
|
| 24940 |
w_attr_name=[];
|
| 24941 |
w_attr_value=[];
|
| 24942 |
|
| 24943 |
+
type_date(new_id, 'Date:', '100', 'left', '', 'no', '', '%Y-%m-%d', '...',w_attr_name, w_attr_value);
|
| 24944 |
}
|
| 24945 |
|
| 24946 |
function go_to_type_date_fields(new_id)
|
| 24951 |
var current_date = new Date();
|
| 24952 |
w_to=current_date.getFullYear();
|
| 24953 |
|
| 24954 |
+
type_date_fields(new_id, 'Date:', '100', 'left', '', '', '', 'SELECT', 'SELECT', 'SELECT', 'day', 'month', 'year', '60', '100', '80', 'no', 'wdform_date_fields', '1901', w_to, ' / ', w_attr_name, w_attr_value);
|
| 24955 |
|
| 24956 |
}
|
| 24957 |
|
| 24974 |
w_choices_disabled=[true, false, false];
|
| 24975 |
w_attr_name=[];
|
| 24976 |
w_attr_value=[];
|
| 24977 |
+
type_own_select(new_id, 'Select:', '100', 'left', '200',w_choices, w_choices_checked, 'no','wdform_select',w_attr_name, w_attr_value, w_choices_disabled);
|
| 24978 |
}
|
| 24979 |
|
| 24980 |
function go_to_type_country(new_id)
|
| 25069 |
{
|
| 25070 |
w_attr_name=[];
|
| 25071 |
w_attr_value=[];
|
| 25072 |
+
type_captcha(new_id,'Word Verification:', '100', 'left', '6','',w_attr_name, w_attr_value);
|
| 25073 |
}
|
| 25074 |
|
| 25075 |
function go_to_type_recaptcha(new_id)
|
| 25076 |
{
|
| 25077 |
w_attr_name=[];
|
| 25078 |
w_attr_value=[];
|
| 25079 |
+
type_recaptcha(new_id,'Recaptcha Word Verification:', '100', 'left', '', '', 'red', '',w_attr_name, w_attr_value);
|
| 25080 |
}
|
| 25081 |
|
| 25082 |
|
| 25629 |
wdform_arrows.setAttribute("id", "wdform_arrows"+i);
|
| 25630 |
wdform_arrows.setAttribute("class", "wdform_arrows");
|
| 25631 |
|
|
|
|
| 25632 |
wdform_row.appendChild(wdform_arrows);
|
| 25633 |
+
wdform_row.appendChild(wdform_field);
|
| 25634 |
|
| 25635 |
var select_ = document.getElementById('sel_el_pos');
|
| 25636 |
var option = document.createElement('option');
|
| 25817 |
{
|
| 25818 |
need_enable=false;
|
| 25819 |
el_page_navigation();
|
| 25820 |
+
add(0, false);
|
| 25821 |
need_enable=true;
|
| 25822 |
}
|
| 25823 |
|
| 25844 |
}
|
| 25845 |
}
|
| 25846 |
|
| 25847 |
+
function show_arrows(id)
|
| 25848 |
+
{
|
| 25849 |
+
if(jQuery("#wdform_field"+id).attr("type")=='type_editor')
|
| 25850 |
+
jQuery("#wdform_field"+id).css("margin-top","-5px");
|
| 25851 |
+
|
| 25852 |
+
jQuery("#wdform_field"+id).css({"background-color":"rgb(224, 224, 224)","border":"1px solid rgb(213, 213, 213)"});
|
| 25853 |
+
jQuery("#wdform_arrows"+id).removeClass("wdform_arrows");
|
| 25854 |
+
jQuery("#wdform_arrows"+id).addClass("wdform_arrows_show");
|
| 25855 |
+
jQuery("#wdform_arrows"+id).show();
|
| 25856 |
+
|
| 25857 |
+
}
|
| 25858 |
+
|
| 25859 |
+
function add(key, after_edit, wdid)
|
| 25860 |
+
{
|
| 25861 |
+
if(after_edit && jQuery('#enable_sortable').prop( 'checked' ))
|
| 25862 |
+
show_arrows(wdid);
|
| 25863 |
+
if(document.getElementById("element_type").value=="type_grading")
|
| 25864 |
+
{
|
| 25865 |
+
|
| 25866 |
for(k=100;k>0;k--)
|
| 25867 |
{
|
| 25868 |
if(document.getElementById("el_items"+k))
|
| 26017 |
wdform_field_in_editor=document.getElementById(i+"_element_sectionform_id_temp");
|
| 26018 |
|
| 26019 |
|
| 26020 |
+
ifr_id = "form_maker_editor_ifr";
|
|
|
|
| 26021 |
ifr=getIFrameDocument(ifr_id);
|
| 26022 |
if(document.getElementById('form_maker_editor').style.display=="none")
|
| 26023 |
wdform_field_in_editor.innerHTML=ifr.body.innerHTML;
|
| 26044 |
wdform_arrows.setAttribute("id", "wdform_arrows"+i);
|
| 26045 |
wdform_arrows.setAttribute("class", "wdform_arrows");
|
| 26046 |
|
|
|
|
| 26047 |
wdform_row.appendChild(wdform_arrows);
|
| 26048 |
+
wdform_row.appendChild(wdform_field);
|
| 26049 |
|
| 26050 |
var select_ = document.getElementById('sel_el_pos');
|
| 26051 |
var option = document.createElement('option');
|
| 26097 |
in_editor.setAttribute("class", 'wdform_section_break');
|
| 26098 |
|
| 26099 |
|
| 26100 |
+
ifr_id = "form_maker_editor_ifr";
|
| 26101 |
ifr=getIFrameDocument(ifr_id)
|
| 26102 |
|
| 26103 |
if(document.getElementById('form_maker_editor').style.display=="none")
|
| 26132 |
wdform_column_new=document.createElement('div');
|
| 26133 |
wdform_column_new.setAttribute('class','wdform_column');
|
| 26134 |
|
| 26135 |
+
wdform_column_new1=document.createElement('div');
|
| 26136 |
+
wdform_column_new1.setAttribute('class','wdform_column');
|
| 26137 |
+
|
| 26138 |
wdform_section_new.appendChild(wdform_column_new);
|
| 26139 |
+
wdform_section_new.appendChild(wdform_column_new1);
|
| 26140 |
|
| 26141 |
beforeTr=wdform_page.lastChild;
|
| 26142 |
wdform_page.insertBefore(wdform_section_new, beforeTr);
|
| 26144 |
j=2;
|
| 26145 |
|
| 26146 |
}
|
| 26147 |
+
sortable_columns();
|
| 26148 |
+
if(document.getElementById('enable_sortable').value==0)
|
| 26149 |
+
jQuery('.wdform_column').sortable( "disable" );
|
| 26150 |
+
else
|
| 26151 |
+
jQuery( ".wdform_arrows" ).hide();
|
| 26152 |
|
| 26153 |
close_window();
|
| 26154 |
return;
|
| 26223 |
if(form_view_count!=1)
|
| 26224 |
|
| 26225 |
generate_page_nav(form_view);
|
| 26226 |
+
sortable_columns();
|
| 26227 |
+
if(document.getElementById('enable_sortable').value==0)
|
| 26228 |
+
jQuery('.wdform_column').sortable( "disable" );
|
| 26229 |
+
else
|
| 26230 |
+
jQuery( ".wdform_arrows" ).hide();
|
| 26231 |
close_window() ;
|
| 26232 |
return;
|
| 26233 |
}
|
| 26348 |
table_min=document.createElement('div');
|
| 26349 |
table_min.setAttribute('class','wdform_column');
|
| 26350 |
|
| 26351 |
+
table_min1=document.createElement('div');
|
| 26352 |
+
table_min1.setAttribute('class','wdform_column');
|
| 26353 |
+
|
| 26354 |
+
tr.appendChild(table_min);
|
| 26355 |
+
tr.appendChild(table_min1);
|
| 26356 |
|
| 26357 |
tbody_min_page_nav.appendChild(tr_min_page_nav);
|
| 26358 |
table_min_page_nav.appendChild(tbody_min_page_nav);
|
| 26407 |
}
|
| 26408 |
else
|
| 26409 |
generate_page_nav(form_view);
|
| 26410 |
+
sortable_columns();
|
| 26411 |
+
if(document.getElementById('enable_sortable').value==0)
|
| 26412 |
+
jQuery('.wdform_column').sortable( "disable" );
|
| 26413 |
+
else
|
| 26414 |
+
jQuery( ".wdform_arrows" ).hide();
|
| 26415 |
close_window() ;
|
| 26416 |
|
| 26417 |
return;
|
| 26446 |
destroyChildren(wdform_field);
|
| 26447 |
|
| 26448 |
|
| 26449 |
+
ifr_id = "form_maker_editor_ifr";
|
| 26450 |
ifr=getIFrameDocument(ifr_id);
|
| 26451 |
if(document.getElementById('form_maker_editor').style.display=="none")
|
| 26452 |
{
|
| 26483 |
wdform_field.setAttribute("id", "wdform_field"+i);
|
| 26484 |
wdform_field.setAttribute("type", "type_editor");
|
| 26485 |
wdform_field.setAttribute("class", "wdform_field");
|
| 26486 |
+
wdform_field.style.cssText = 'margin-top:0px';
|
| 26487 |
|
| 26488 |
var wdform_arrows = document.createElement('div');
|
| 26489 |
wdform_arrows.setAttribute("id", "wdform_arrows"+i);
|
| 26490 |
wdform_arrows.setAttribute("class", "wdform_arrows");
|
| 26491 |
+
wdform_arrows.setAttribute("type", "type_editor");
|
| 26492 |
+
wdform_arrows.style.cssText = 'margin-top:0px';
|
| 26493 |
|
|
|
|
| 26494 |
wdform_row.appendChild(wdform_arrows);
|
| 26495 |
+
wdform_row.appendChild(wdform_field);
|
| 26496 |
|
| 26497 |
var img_X = document.createElement("img");
|
| 26498 |
img_X.setAttribute("src", fmc_plugin_url + "/images/delete_el.png");
|
| 26737 |
document.getElementById('editing_id').value="";
|
| 26738 |
|
| 26739 |
wdform_field=document.getElementById("wdform_field"+i);
|
| 26740 |
+
wdform_arrows=document.getElementById("wdform_arrows"+i);
|
| 26741 |
destroyChildren(wdform_field);
|
| 26742 |
|
| 26743 |
|
| 26744 |
var add1 = document.getElementById(i+'_label_sectionform_id_temp');
|
| 26745 |
var add2 = document.getElementById(i+'_element_sectionform_id_temp');
|
| 26746 |
+
wdform_field.appendChild(wdform_arrows);
|
| 26747 |
wdform_field.appendChild(add1);
|
| 26748 |
wdform_field.appendChild(add2);
|
| 26749 |
|
| 26803 |
var wdform_arrows = document.createElement('div');
|
| 26804 |
wdform_arrows.setAttribute("id", "wdform_arrows"+i);
|
| 26805 |
wdform_arrows.setAttribute("class", "wdform_arrows");
|
|
|
|
| 26806 |
|
|
|
|
| 26807 |
wdform_row.appendChild(wdform_arrows);
|
| 26808 |
+
wdform_row.appendChild(wdform_field);
|
| 26809 |
|
| 26810 |
|
| 26811 |
|
| 26948 |
wdform_arrows.appendChild(td_RIGHT);
|
| 26949 |
wdform_arrows.appendChild(td_EDIT);
|
| 26950 |
|
| 26951 |
+
if(type!="type_captcha" && type!="type_recaptcha" && type!="type_send_copy")
|
| 26952 |
{
|
| 26953 |
wdform_arrows.appendChild(td_DUBLICATE);
|
| 26954 |
}
|
| 26980 |
}
|
| 26981 |
j=2;
|
| 26982 |
close_window() ;
|
|
|
|
| 26983 |
call(i,key);
|
| 26984 |
|
| 26985 |
}
|
| 26995 |
undo_redo_num++;*/
|
| 26996 |
}
|
| 26997 |
else alert("Please select an element to add.");
|
| 26998 |
+
if(document.getElementById('enable_sortable').value==1)
|
| 26999 |
+
jQuery( ".wdform_arrows" ).hide();
|
| 27000 |
+
|
| 27001 |
+
jQuery(".wdform_page input[type='text'], .wdform_page input[type='password'], .wdform_page input[type='file'], .wdform_page textarea, .wdform_page input[type='checkbox'], .wdform_page input[type='radio'], .wdform_page select").prop("disabled", true);
|
| 27002 |
|
| 27003 |
}
|
| 27004 |
|
| 27005 |
function call(i,key)
|
| 27006 |
{
|
| 27007 |
need_enable=false;
|
| 27008 |
+
after_edit= false;
|
| 27009 |
if(key==0)
|
| 27010 |
{
|
| 27011 |
+
if(document.getElementById("pos_end").getAttribute('disabled')=='disabled')
|
| 27012 |
+
after_edit= true;
|
| 27013 |
edit(i);
|
| 27014 |
+
add('1',after_edit, i);
|
| 27015 |
}
|
| 27016 |
need_enable=true;
|
| 27017 |
}
|
| 27802 |
s =document.getElementById(id+'_yearform_id_temp').style.width;
|
| 27803 |
w_year_size =s.substring(0,s.length-2);
|
| 27804 |
|
| 27805 |
+
w_from =document.getElementById(id+'_yearform_id_temp').getAttribute('from');
|
| 27806 |
+
w_to =document.getElementById(id+'_yearform_id_temp').getAttribute('to');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27807 |
w_divider =document.getElementById(id+'_separator1').innerHTML;
|
| 27808 |
type_date_fields(id, w_field_label, w_field_label_size, w_field_label_pos, w_day, w_month, w_year, w_day_type, w_month_type, w_year_type, w_day_label, w_month_label, w_year_label, w_day_size, w_month_size, w_year_size, w_required, w_class, w_from, w_to, w_divider, w_attr_name, w_attr_value); break;
|
| 27809 |
}
|
| 28766 |
|
| 28767 |
s =document.getElementById(id+'_yearform_id_temp').style.width;
|
| 28768 |
w_year_size =s.substring(0,s.length-2);
|
| 28769 |
+
|
| 28770 |
+
w_from =document.getElementById(id+'_yearform_id_temp').getAttribute('from');
|
| 28771 |
+
w_to =document.getElementById(id+'_yearform_id_temp').getAttribute('to');
|
| 28772 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28773 |
w_divider =document.getElementById(id+'_separator1').innerHTML;
|
| 28774 |
type_date_fields(gen, w_field_label, w_field_label_size, w_field_label_pos, w_day, w_month, w_year, w_day_type, w_month_type, w_year_type, w_day_label, w_month_label, w_year_label, w_day_size, w_month_size, w_year_size, w_required, w_class, w_from, w_to, w_divider, w_attr_name, w_attr_value); break;
|
| 28775 |
}
|
| 28950 |
}
|
| 28951 |
|
| 28952 |
need_enable=false;
|
| 28953 |
+
add(0, false);
|
| 28954 |
need_enable=true;
|
| 28955 |
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
| 28956 |
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
| 29542 |
if(document.getElementById(id+"_elementform_id_temp"+k).getAttribute('other')=='1')
|
| 29543 |
w_allow_other_num=tt;
|
| 29544 |
w_choices[tt]=document.getElementById(id+"_elementform_id_temp"+k).value;
|
| 29545 |
+
w_choices[tt] = w_choices[tt].replace(/"/g, """);
|
| 29546 |
if(w_choices[tt][w_choices[tt].length-1]==' ')
|
| 29547 |
w_choices[tt]=w_choices[tt].substring(0, w_choices[tt].length-1);
|
| 29548 |
w_choices_checked[tt]=document.getElementById(id+"_elementform_id_temp"+k).checked;
|
| 30116 |
|
| 30117 |
s =document.getElementById(id+'_yearform_id_temp').style.width;
|
| 30118 |
w_year_size =s.substring(0,s.length-2);
|
| 30119 |
+
|
| 30120 |
+
w_from =document.getElementById(id+'_yearform_id_temp').getAttribute('from');
|
| 30121 |
+
w_to =document.getElementById(id+'_yearform_id_temp').getAttribute('to');
|
| 30122 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30123 |
w_divider =document.getElementById(id+'_separator1').innerHTML;
|
| 30124 |
|
| 30125 |
form_fields+=w_field_label+"*:*w_field_label*:*";
|
| 30510 |
}
|
| 30511 |
}
|
| 30512 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
js/formmaker_free.js
CHANGED
|
@@ -24870,9 +24870,8 @@ function add(key) {
|
|
| 24870 |
in_editor.setAttribute('class', 'toolbar_padding');
|
| 24871 |
|
| 24872 |
|
| 24873 |
-
if(document.getElementById(
|
| 24874 |
-
|
| 24875 |
-
ifr_id='form_maker_editor_ifr';
|
| 24876 |
ifr=getIFrameDocument(ifr_id);
|
| 24877 |
in_editor.innerHTML=ifr.body.innerHTML;
|
| 24878 |
}
|
| 24870 |
in_editor.setAttribute('class', 'toolbar_padding');
|
| 24871 |
|
| 24872 |
|
| 24873 |
+
if (document.getElementById("form_maker_editor_ifr") && document.getElementById('form_maker_editor').style.display == "none") {
|
| 24874 |
+
ifr_id = "form_maker_editor_ifr";
|
|
|
|
| 24875 |
ifr=getIFrameDocument(ifr_id);
|
| 24876 |
in_editor.innerHTML=ifr.body.innerHTML;
|
| 24877 |
}
|
languages/form_maker-af.mo
CHANGED
|
Binary file
|
languages/form_maker-af.po
CHANGED
|
@@ -2,8 +2,8 @@ msgid ""
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: form_maker\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
-
"POT-Creation-Date: 2014-
|
| 6 |
-
"PO-Revision-Date: 2014-
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"Language: af\n"
|
|
@@ -12,151 +12,151 @@ msgstr ""
|
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
| 13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
| 14 |
"X-Poedit-Basepath: .\n"
|
| 15 |
-
"X-Generator: Poedit 1.6.
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\
|
| 17 |
-
"
|
| 18 |
|
| 19 |
-
#: C:\wamp\www\
|
| 20 |
-
#: C:\wamp\www\
|
| 21 |
msgid "Street Address"
|
| 22 |
msgstr "Straatadres"
|
| 23 |
|
| 24 |
-
#: C:\wamp\www\
|
| 25 |
-
#: C:\wamp\www\
|
| 26 |
msgid "Street Address Line 2"
|
| 27 |
msgstr "Straatadres Line 2"
|
| 28 |
|
| 29 |
-
#: C:\wamp\www\
|
| 30 |
-
#: C:\wamp\www\
|
| 31 |
msgid "City"
|
| 32 |
msgstr "stad"
|
| 33 |
|
| 34 |
-
#: C:\wamp\www\
|
| 35 |
-
#: C:\wamp\www\
|
| 36 |
msgid "State / Province / Region"
|
| 37 |
msgstr "Staat / provinsie / streek"
|
| 38 |
|
| 39 |
-
#: C:\wamp\www\
|
| 40 |
-
#: C:\wamp\www\
|
| 41 |
msgid "Postal / Zip Code"
|
| 42 |
msgstr "Poskode / zipcode"
|
| 43 |
|
| 44 |
-
#: C:\wamp\www\
|
| 45 |
-
#: C:\wamp\www\
|
| 46 |
msgid "Country"
|
| 47 |
msgstr "land"
|
| 48 |
|
| 49 |
-
#: C:\wamp\www\
|
| 50 |
-
#: C:\wamp\www\
|
| 51 |
-
#: C:\wamp\www\
|
| 52 |
msgid "January"
|
| 53 |
msgstr "januarie"
|
| 54 |
|
| 55 |
-
#: C:\wamp\www\
|
| 56 |
-
#: C:\wamp\www\
|
| 57 |
-
#: C:\wamp\www\
|
| 58 |
msgid "February"
|
| 59 |
msgstr "februarie"
|
| 60 |
|
| 61 |
-
#: C:\wamp\www\
|
| 62 |
-
#: C:\wamp\www\
|
| 63 |
-
#: C:\wamp\www\
|
| 64 |
msgid "March"
|
| 65 |
msgstr "maart"
|
| 66 |
|
| 67 |
-
#: C:\wamp\www\
|
| 68 |
-
#: C:\wamp\www\
|
| 69 |
-
#: C:\wamp\www\
|
| 70 |
msgid "April"
|
| 71 |
msgstr "april"
|
| 72 |
|
| 73 |
-
#: C:\wamp\www\
|
| 74 |
-
#: C:\wamp\www\
|
| 75 |
-
#: C:\wamp\www\
|
| 76 |
msgid "May"
|
| 77 |
msgstr "mei"
|
| 78 |
|
| 79 |
-
#: C:\wamp\www\
|
| 80 |
-
#: C:\wamp\www\
|
| 81 |
-
#: C:\wamp\www\
|
| 82 |
msgid "June"
|
| 83 |
msgstr "junie"
|
| 84 |
|
| 85 |
-
#: C:\wamp\www\
|
| 86 |
-
#: C:\wamp\www\
|
| 87 |
-
#: C:\wamp\www\
|
| 88 |
msgid "July"
|
| 89 |
msgstr "julie"
|
| 90 |
|
| 91 |
-
#: C:\wamp\www\
|
| 92 |
-
#: C:\wamp\www\
|
| 93 |
-
#: C:\wamp\www\
|
| 94 |
msgid "August"
|
| 95 |
msgstr "augustus"
|
| 96 |
|
| 97 |
-
#: C:\wamp\www\
|
| 98 |
-
#: C:\wamp\www\
|
| 99 |
-
#: C:\wamp\www\
|
| 100 |
msgid "September"
|
| 101 |
msgstr "september"
|
| 102 |
|
| 103 |
-
#: C:\wamp\www\
|
| 104 |
-
#: C:\wamp\www\
|
| 105 |
-
#: C:\wamp\www\
|
| 106 |
msgid "October"
|
| 107 |
msgstr "oktober"
|
| 108 |
|
| 109 |
-
#: C:\wamp\www\
|
| 110 |
-
#: C:\wamp\www\
|
| 111 |
-
#: C:\wamp\www\
|
| 112 |
msgid "November"
|
| 113 |
msgstr "november"
|
| 114 |
|
| 115 |
-
#: C:\wamp\www\
|
| 116 |
-
#: C:\wamp\www\
|
| 117 |
-
#: C:\wamp\www\
|
| 118 |
msgid "December"
|
| 119 |
msgstr "desember"
|
| 120 |
|
| 121 |
-
#: C:\wamp\www\
|
| 122 |
-
#: C:\wamp\www\
|
| 123 |
-
#: C:\wamp\www\
|
| 124 |
-
#: C:\wamp\www\
|
| 125 |
-
#: C:\wamp\www\
|
| 126 |
-
#: C:\wamp\www\
|
| 127 |
-
#: C:\wamp\www\
|
| 128 |
-
#: C:\wamp\www\
|
| 129 |
msgid "Quantity"
|
| 130 |
msgstr "Hoeveelheid "
|
| 131 |
|
| 132 |
-
#: C:\wamp\www\
|
| 133 |
-
#: C:\wamp\www\
|
| 134 |
msgid "Error, incorrect Security code."
|
| 135 |
msgstr "Fout, verkeerde veiligheid kode."
|
| 136 |
|
| 137 |
-
#: C:\wamp\www\
|
| 138 |
msgid "Your ip is blacklisted. Please contact the website administrator."
|
| 139 |
msgstr "Your ip is blacklisted. Please contact the website administrator."
|
| 140 |
|
| 141 |
-
#: C:\wamp\www\
|
| 142 |
-
#: C:\wamp\www\
|
| 143 |
msgid "The file exceeds the allowed size of"
|
| 144 |
msgstr "Die lêer oorskry die toelaatbare grootte van"
|
| 145 |
|
| 146 |
-
#: C:\wamp\www\
|
| 147 |
-
#: C:\wamp\www\
|
| 148 |
-
#: C:\wamp\www\
|
| 149 |
-
#: C:\wamp\www\
|
| 150 |
msgid "Sorry, you are not allowed to upload this type of file."
|
| 151 |
msgstr "Jammer, jy is nie toegelaat om hierdie tipe van die lêer op te laai."
|
| 152 |
|
| 153 |
-
#: C:\wamp\www\
|
| 154 |
-
#: C:\wamp\www\
|
| 155 |
msgid "Error, file cannot be moved."
|
| 156 |
msgstr "Fout, kan die lêer nie verskuif word nie."
|
| 157 |
|
| 158 |
-
#: C:\wamp\www\
|
| 159 |
-
#: C:\wamp\www\
|
| 160 |
#, php-format
|
| 161 |
msgid ""
|
| 162 |
"This field %s requires a unique entry and this value was already submitted."
|
|
@@ -164,127 +164,143 @@ msgstr ""
|
|
| 164 |
"Hierdie veld %s vereis 'n unieke inskrywing en hierdie waarde is reeds "
|
| 165 |
"ingedien."
|
| 166 |
|
| 167 |
-
#: C:\wamp\www\
|
| 168 |
#, fuzzy
|
| 169 |
msgid "Error, file destination does not exist."
|
| 170 |
msgstr "Fout, e-pos is nie gestuur nie."
|
| 171 |
|
| 172 |
-
#: C:\wamp\www\
|
| 173 |
msgid "Nothing was submitted."
|
| 174 |
msgstr "Niks is voorgelê nie."
|
| 175 |
|
| 176 |
-
#: C:\wamp\www\
|
| 177 |
-
#: C:\wamp\www\
|
| 178 |
-
#: C:\wamp\www\
|
| 179 |
-
#: C:\wamp\www\
|
| 180 |
-
#: C:\wamp\www\
|
| 181 |
msgid "Your form was successfully submitted."
|
| 182 |
msgstr "Jou vorm is gestuur."
|
| 183 |
|
| 184 |
-
#: C:\wamp\www\
|
| 185 |
-
#: C:\wamp\www\
|
| 186 |
-
#: C:\wamp\www\
|
| 187 |
msgid "Error, email was not sent."
|
| 188 |
msgstr "Fout, e-pos is nie gestuur nie."
|
| 189 |
|
| 190 |
-
#: C:\wamp\www\
|
| 191 |
-
#: C:\wamp\www\
|
| 192 |
-
#: C:\wamp\www\
|
| 193 |
-
#: C:\wamp\www\
|
| 194 |
-
#: C:\wamp\www\
|
| 195 |
-
#: C:\wamp\www\
|
| 196 |
-
#: C:\wamp\www\
|
| 197 |
-
#: C:\wamp\www\
|
| 198 |
-
#: C:\wamp\www\
|
| 199 |
-
#: C:\wamp\www\
|
| 200 |
-
#: C:\wamp\www\
|
| 201 |
-
#: C:\wamp\www\
|
| 202 |
-
#: C:\wamp\www\
|
| 203 |
-
#: C:\wamp\www\
|
| 204 |
-
#: C:\wamp\www\
|
| 205 |
-
#: C:\wamp\www\
|
| 206 |
-
#: C:\wamp\www\
|
| 207 |
-
#: C:\wamp\www\
|
| 208 |
-
#: C:\wamp\www\
|
| 209 |
-
#: C:\wamp\www\
|
| 210 |
-
#: C:\wamp\www\
|
| 211 |
-
#: C:\wamp\www\
|
| 212 |
-
#: C:\wamp\www\
|
| 213 |
-
#: C:\wamp\www\
|
| 214 |
-
#: C:\wamp\www\
|
| 215 |
-
#: C:\wamp\www\
|
| 216 |
-
#: C:\wamp\www\
|
| 217 |
-
#: C:\wamp\www\
|
| 218 |
-
#: C:\wamp\www\
|
| 219 |
-
#: C:\wamp\www\
|
| 220 |
-
#: C:\wamp\www\
|
| 221 |
-
#: C:\wamp\www\
|
| 222 |
-
#: C:\wamp\www\
|
| 223 |
-
#: C:\wamp\www\
|
| 224 |
-
#: C:\wamp\www\
|
| 225 |
-
#: C:\wamp\www\
|
| 226 |
msgid "field is required."
|
| 227 |
msgstr "veld is nodig."
|
| 228 |
|
| 229 |
-
#: C:\wamp\www\
|
| 230 |
-
#: C:\wamp\www\
|
| 231 |
msgid "This is not a valid email address."
|
| 232 |
msgstr "Dit is nie 'n geldige e-pos adres."
|
| 233 |
|
| 234 |
-
#: C:\wamp\www\
|
| 235 |
-
#: C:\wamp\www\
|
| 236 |
msgid "The"
|
| 237 |
msgstr "die "
|
| 238 |
|
| 239 |
-
#: C:\wamp\www\
|
| 240 |
-
#: C:\wamp\www\
|
| 241 |
msgid "value must be between"
|
| 242 |
msgstr "waarde moet tussen "
|
| 243 |
|
| 244 |
-
#: C:\wamp\www\
|
| 245 |
-
#: C:\wamp\www\
|
| 246 |
-
#: C:\wamp\www\
|
| 247 |
-
#: C:\wamp\www\
|
| 248 |
-
#: C:\wamp\www\
|
| 249 |
msgid "Your score should be less than"
|
| 250 |
msgstr "Jou telling moet minder wees as "
|
| 251 |
|
| 252 |
-
#: C:\wamp\www\
|
| 253 |
msgid "Title"
|
| 254 |
msgstr "titel"
|
| 255 |
|
| 256 |
-
#: C:\wamp\www\
|
| 257 |
msgid "First"
|
| 258 |
msgstr "eerste"
|
| 259 |
|
| 260 |
-
#: C:\wamp\www\
|
| 261 |
msgid "Last"
|
| 262 |
msgstr "laaste"
|
| 263 |
|
| 264 |
-
#: C:\wamp\www\
|
| 265 |
msgid "Middle"
|
| 266 |
msgstr "middel"
|
| 267 |
|
| 268 |
-
#: C:\wamp\www\
|
| 269 |
msgid "Area Code"
|
| 270 |
msgstr "Area Kode"
|
| 271 |
|
| 272 |
-
#: C:\wamp\www\
|
| 273 |
msgid "Phone Number"
|
| 274 |
msgstr "Telefoonnommer"
|
| 275 |
|
| 276 |
-
#: C:\wamp\www\
|
| 277 |
msgid "Dollars"
|
| 278 |
msgstr "dollars "
|
| 279 |
|
| 280 |
-
#: C:\wamp\www\
|
| 281 |
msgid "Cents"
|
| 282 |
msgstr "sent "
|
| 283 |
|
| 284 |
-
#: C:\wamp\www\
|
| 285 |
msgid "From"
|
| 286 |
msgstr "Van "
|
| 287 |
|
| 288 |
-
#: C:\wamp\www\
|
| 289 |
msgid "To"
|
| 290 |
msgstr "Toc"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: form_maker\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
+
"POT-Creation-Date: 2014-10-17 16:04+0300\n"
|
| 6 |
+
"PO-Revision-Date: 2014-10-17 16:04+0300\n"
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"Language: af\n"
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
| 13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
| 14 |
"X-Poedit-Basepath: .\n"
|
| 15 |
+
"X-Generator: Poedit 1.6.9\n"
|
| 16 |
+
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\form-"
|
| 17 |
+
"maker\n"
|
| 18 |
|
| 19 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:233
|
| 20 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3314
|
| 21 |
msgid "Street Address"
|
| 22 |
msgstr "Straatadres"
|
| 23 |
|
| 24 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:236
|
| 25 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3315
|
| 26 |
msgid "Street Address Line 2"
|
| 27 |
msgstr "Straatadres Line 2"
|
| 28 |
|
| 29 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:239
|
| 30 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3316
|
| 31 |
msgid "City"
|
| 32 |
msgstr "stad"
|
| 33 |
|
| 34 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:242
|
| 35 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3317
|
| 36 |
msgid "State / Province / Region"
|
| 37 |
msgstr "Staat / provinsie / streek"
|
| 38 |
|
| 39 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:245
|
| 40 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3318
|
| 41 |
msgid "Postal / Zip Code"
|
| 42 |
msgstr "Poskode / zipcode"
|
| 43 |
|
| 44 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:248
|
| 45 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3319
|
| 46 |
msgid "Country"
|
| 47 |
msgstr "land"
|
| 48 |
|
| 49 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 50 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 51 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3302
|
| 52 |
msgid "January"
|
| 53 |
msgstr "januarie"
|
| 54 |
|
| 55 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 56 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 57 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3303
|
| 58 |
msgid "February"
|
| 59 |
msgstr "februarie"
|
| 60 |
|
| 61 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 62 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 63 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3304
|
| 64 |
msgid "March"
|
| 65 |
msgstr "maart"
|
| 66 |
|
| 67 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 68 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 69 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3305
|
| 70 |
msgid "April"
|
| 71 |
msgstr "april"
|
| 72 |
|
| 73 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 74 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 75 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3306
|
| 76 |
msgid "May"
|
| 77 |
msgstr "mei"
|
| 78 |
|
| 79 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 80 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 81 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3307
|
| 82 |
msgid "June"
|
| 83 |
msgstr "junie"
|
| 84 |
|
| 85 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 86 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 87 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3308
|
| 88 |
msgid "July"
|
| 89 |
msgstr "julie"
|
| 90 |
|
| 91 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 92 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 93 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3309
|
| 94 |
msgid "August"
|
| 95 |
msgstr "augustus"
|
| 96 |
|
| 97 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 98 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 99 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3310
|
| 100 |
msgid "September"
|
| 101 |
msgstr "september"
|
| 102 |
|
| 103 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 104 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 105 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3311
|
| 106 |
msgid "October"
|
| 107 |
msgstr "oktober"
|
| 108 |
|
| 109 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 110 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 111 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3312
|
| 112 |
msgid "November"
|
| 113 |
msgstr "november"
|
| 114 |
|
| 115 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 116 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 117 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3313
|
| 118 |
msgid "December"
|
| 119 |
msgstr "desember"
|
| 120 |
|
| 121 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2353
|
| 122 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2207
|
| 123 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2247
|
| 124 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2305
|
| 125 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2342
|
| 126 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2399
|
| 127 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2440
|
| 128 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3325
|
| 129 |
msgid "Quantity"
|
| 130 |
msgstr "Hoeveelheid "
|
| 131 |
|
| 132 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:77
|
| 133 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:92
|
| 134 |
msgid "Error, incorrect Security code."
|
| 135 |
msgstr "Fout, verkeerde veiligheid kode."
|
| 136 |
|
| 137 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:106
|
| 138 |
msgid "Your ip is blacklisted. Please contact the website administrator."
|
| 139 |
msgstr "Your ip is blacklisted. Please contact the website administrator."
|
| 140 |
|
| 141 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:260
|
| 142 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:780
|
| 143 |
msgid "The file exceeds the allowed size of"
|
| 144 |
msgstr "Die lêer oorskry die toelaatbare grootte van"
|
| 145 |
|
| 146 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:279
|
| 147 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:795
|
| 148 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1878
|
| 149 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3346
|
| 150 |
msgid "Sorry, you are not allowed to upload this type of file."
|
| 151 |
msgstr "Jammer, jy is nie toegelaat om hierdie tipe van die lêer op te laai."
|
| 152 |
|
| 153 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:291
|
| 154 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:808
|
| 155 |
msgid "Error, file cannot be moved."
|
| 156 |
msgstr "Fout, kan die lêer nie verskuif word nie."
|
| 157 |
|
| 158 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:669
|
| 159 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1125
|
| 160 |
#, php-format
|
| 161 |
msgid ""
|
| 162 |
"This field %s requires a unique entry and this value was already submitted."
|
| 164 |
"Hierdie veld %s vereis 'n unieke inskrywing en hierdie waarde is reeds "
|
| 165 |
"ingedien."
|
| 166 |
|
| 167 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:813
|
| 168 |
#, fuzzy
|
| 169 |
msgid "Error, file destination does not exist."
|
| 170 |
msgstr "Fout, e-pos is nie gestuur nie."
|
| 171 |
|
| 172 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1309
|
| 173 |
msgid "Nothing was submitted."
|
| 174 |
msgstr "Niks is voorgelê nie."
|
| 175 |
|
| 176 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2095
|
| 177 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2108
|
| 178 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3801
|
| 179 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3806
|
| 180 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:63
|
| 181 |
msgid "Your form was successfully submitted."
|
| 182 |
msgstr "Jou vorm is gestuur."
|
| 183 |
|
| 184 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2103
|
| 185 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3797
|
| 186 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:60
|
| 187 |
msgid "Error, email was not sent."
|
| 188 |
msgstr "Fout, e-pos is nie gestuur nie."
|
| 189 |
|
| 190 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:643
|
| 191 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:690
|
| 192 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:740
|
| 193 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:787
|
| 194 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:836
|
| 195 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:891
|
| 196 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:963
|
| 197 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1068
|
| 198 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1083
|
| 199 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1185
|
| 200 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1257
|
| 201 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1358
|
| 202 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1449
|
| 203 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1526
|
| 204 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1585
|
| 205 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1661
|
| 206 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1708
|
| 207 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1815
|
| 208 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1863
|
| 209 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1918
|
| 210 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2086
|
| 211 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2232
|
| 212 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2329
|
| 213 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2424
|
| 214 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2499
|
| 215 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2600
|
| 216 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2659
|
| 217 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2714
|
| 218 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2774
|
| 219 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2831
|
| 220 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2891
|
| 221 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3005
|
| 222 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3019
|
| 223 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3034
|
| 224 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3049
|
| 225 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3351
|
| 226 |
msgid "field is required."
|
| 227 |
msgstr "veld is nodig."
|
| 228 |
|
| 229 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1274
|
| 230 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3349
|
| 231 |
msgid "This is not a valid email address."
|
| 232 |
msgstr "Dit is nie 'n geldige e-pos adres."
|
| 233 |
|
| 234 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2125
|
| 235 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3352
|
| 236 |
msgid "The"
|
| 237 |
msgstr "die "
|
| 238 |
|
| 239 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2125
|
| 240 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3352
|
| 241 |
msgid "value must be between"
|
| 242 |
msgstr "waarde moet tussen "
|
| 243 |
|
| 244 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
|
| 245 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3114
|
| 246 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3115
|
| 247 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3347
|
| 248 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3348
|
| 249 |
msgid "Your score should be less than"
|
| 250 |
msgstr "Jou telling moet minder wees as "
|
| 251 |
|
| 252 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3298
|
| 253 |
msgid "Title"
|
| 254 |
msgstr "titel"
|
| 255 |
|
| 256 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3299
|
| 257 |
msgid "First"
|
| 258 |
msgstr "eerste"
|
| 259 |
|
| 260 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3300
|
| 261 |
msgid "Last"
|
| 262 |
msgstr "laaste"
|
| 263 |
|
| 264 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3301
|
| 265 |
msgid "Middle"
|
| 266 |
msgstr "middel"
|
| 267 |
|
| 268 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3320
|
| 269 |
msgid "Area Code"
|
| 270 |
msgstr "Area Kode"
|
| 271 |
|
| 272 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3321
|
| 273 |
msgid "Phone Number"
|
| 274 |
msgstr "Telefoonnommer"
|
| 275 |
|
| 276 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3322
|
| 277 |
msgid "Dollars"
|
| 278 |
msgstr "dollars "
|
| 279 |
|
| 280 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3323
|
| 281 |
msgid "Cents"
|
| 282 |
msgstr "sent "
|
| 283 |
|
| 284 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3326
|
| 285 |
msgid "From"
|
| 286 |
msgstr "Van "
|
| 287 |
|
| 288 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3327
|
| 289 |
msgid "To"
|
| 290 |
msgstr "Toc"
|
| 291 |
+
|
| 292 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:202
|
| 293 |
+
msgid "GO"
|
| 294 |
+
msgstr "GO"
|
| 295 |
+
|
| 296 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:203
|
| 297 |
+
msgid "Reset"
|
| 298 |
+
msgstr "herstel "
|
| 299 |
+
|
| 300 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:649
|
| 301 |
+
msgid "Select a Field"
|
| 302 |
+
msgstr "Kies 'n Veld "
|
| 303 |
+
|
| 304 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:671
|
| 305 |
+
msgid "Select a Date"
|
| 306 |
+
msgstr "Kies 'n datum"
|
languages/form_maker-ar.mo
CHANGED
|
Binary file
|
languages/form_maker-ar.po
CHANGED
|
@@ -2,8 +2,8 @@ msgid ""
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: form_maker\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
-
"POT-Creation-Date: 2014-
|
| 6 |
-
"PO-Revision-Date: 2014-
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"Language: ar\n"
|
|
@@ -12,279 +12,295 @@ msgstr ""
|
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
| 13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
| 14 |
"X-Poedit-Basepath: .\n"
|
| 15 |
-
"X-Generator: Poedit 1.6.
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\
|
| 17 |
-
"
|
| 18 |
|
| 19 |
-
#: C:\wamp\www\
|
| 20 |
-
#: C:\wamp\www\
|
| 21 |
msgid "Street Address"
|
| 22 |
msgstr "عنوان الشارع"
|
| 23 |
|
| 24 |
-
#: C:\wamp\www\
|
| 25 |
-
#: C:\wamp\www\
|
| 26 |
msgid "Street Address Line 2"
|
| 27 |
msgstr "الشارع سطر العنوان 2"
|
| 28 |
|
| 29 |
-
#: C:\wamp\www\
|
| 30 |
-
#: C:\wamp\www\
|
| 31 |
msgid "City"
|
| 32 |
msgstr "مدينة"
|
| 33 |
|
| 34 |
-
#: C:\wamp\www\
|
| 35 |
-
#: C:\wamp\www\
|
| 36 |
msgid "State / Province / Region"
|
| 37 |
msgstr "الدولة / الإقليم / المنطقة"
|
| 38 |
|
| 39 |
-
#: C:\wamp\www\
|
| 40 |
-
#: C:\wamp\www\
|
| 41 |
msgid "Postal / Zip Code"
|
| 42 |
msgstr "البريدي / الرمز البريدي"
|
| 43 |
|
| 44 |
-
#: C:\wamp\www\
|
| 45 |
-
#: C:\wamp\www\
|
| 46 |
msgid "Country"
|
| 47 |
msgstr "بلد"
|
| 48 |
|
| 49 |
-
#: C:\wamp\www\
|
| 50 |
-
#: C:\wamp\www\
|
| 51 |
-
#: C:\wamp\www\
|
| 52 |
msgid "January"
|
| 53 |
msgstr "يناير"
|
| 54 |
|
| 55 |
-
#: C:\wamp\www\
|
| 56 |
-
#: C:\wamp\www\
|
| 57 |
-
#: C:\wamp\www\
|
| 58 |
msgid "February"
|
| 59 |
msgstr "فبراير"
|
| 60 |
|
| 61 |
-
#: C:\wamp\www\
|
| 62 |
-
#: C:\wamp\www\
|
| 63 |
-
#: C:\wamp\www\
|
| 64 |
msgid "March"
|
| 65 |
msgstr "مسيرة"
|
| 66 |
|
| 67 |
-
#: C:\wamp\www\
|
| 68 |
-
#: C:\wamp\www\
|
| 69 |
-
#: C:\wamp\www\
|
| 70 |
msgid "April"
|
| 71 |
msgstr "أبريل"
|
| 72 |
|
| 73 |
-
#: C:\wamp\www\
|
| 74 |
-
#: C:\wamp\www\
|
| 75 |
-
#: C:\wamp\www\
|
| 76 |
msgid "May"
|
| 77 |
msgstr "قد"
|
| 78 |
|
| 79 |
-
#: C:\wamp\www\
|
| 80 |
-
#: C:\wamp\www\
|
| 81 |
-
#: C:\wamp\www\
|
| 82 |
msgid "June"
|
| 83 |
msgstr "يونيو"
|
| 84 |
|
| 85 |
-
#: C:\wamp\www\
|
| 86 |
-
#: C:\wamp\www\
|
| 87 |
-
#: C:\wamp\www\
|
| 88 |
msgid "July"
|
| 89 |
msgstr "يوليو"
|
| 90 |
|
| 91 |
-
#: C:\wamp\www\
|
| 92 |
-
#: C:\wamp\www\
|
| 93 |
-
#: C:\wamp\www\
|
| 94 |
msgid "August"
|
| 95 |
msgstr "أغسطس"
|
| 96 |
|
| 97 |
-
#: C:\wamp\www\
|
| 98 |
-
#: C:\wamp\www\
|
| 99 |
-
#: C:\wamp\www\
|
| 100 |
msgid "September"
|
| 101 |
msgstr "سبتمبر"
|
| 102 |
|
| 103 |
-
#: C:\wamp\www\
|
| 104 |
-
#: C:\wamp\www\
|
| 105 |
-
#: C:\wamp\www\
|
| 106 |
msgid "October"
|
| 107 |
msgstr "أكتوبر"
|
| 108 |
|
| 109 |
-
#: C:\wamp\www\
|
| 110 |
-
#: C:\wamp\www\
|
| 111 |
-
#: C:\wamp\www\
|
| 112 |
msgid "November"
|
| 113 |
msgstr "نوفمبر"
|
| 114 |
|
| 115 |
-
#: C:\wamp\www\
|
| 116 |
-
#: C:\wamp\www\
|
| 117 |
-
#: C:\wamp\www\
|
| 118 |
msgid "December"
|
| 119 |
msgstr "ديسمبر"
|
| 120 |
|
| 121 |
-
#: C:\wamp\www\
|
| 122 |
-
#: C:\wamp\www\
|
| 123 |
-
#: C:\wamp\www\
|
| 124 |
-
#: C:\wamp\www\
|
| 125 |
-
#: C:\wamp\www\
|
| 126 |
-
#: C:\wamp\www\
|
| 127 |
-
#: C:\wamp\www\
|
| 128 |
-
#: C:\wamp\www\
|
| 129 |
msgid "Quantity"
|
| 130 |
msgstr "كمية "
|
| 131 |
|
| 132 |
-
#: C:\wamp\www\
|
| 133 |
-
#: C:\wamp\www\
|
| 134 |
#, fuzzy
|
| 135 |
msgid "Error, incorrect Security code."
|
| 136 |
msgstr "خطأ، غير صحيح رمز الحماية."
|
| 137 |
|
| 138 |
-
#: C:\wamp\www\
|
| 139 |
msgid "Your ip is blacklisted. Please contact the website administrator."
|
| 140 |
msgstr ""
|
| 141 |
"والقائمة السوداء الملكية الفكرية الخاصة بك. يرجى الاتصال بمسؤول الموقع. "
|
| 142 |
|
| 143 |
-
#: C:\wamp\www\
|
| 144 |
-
#: C:\wamp\www\
|
| 145 |
msgid "The file exceeds the allowed size of"
|
| 146 |
msgstr "ملف يتجاوز حجم المسموح به من"
|
| 147 |
|
| 148 |
-
#: C:\wamp\www\
|
| 149 |
-
#: C:\wamp\www\
|
| 150 |
-
#: C:\wamp\www\
|
| 151 |
-
#: C:\wamp\www\
|
| 152 |
msgid "Sorry, you are not allowed to upload this type of file."
|
| 153 |
msgstr "عذرا، لا يسمح لك لتحميل هذا النوع من الملفات."
|
| 154 |
|
| 155 |
-
#: C:\wamp\www\
|
| 156 |
-
#: C:\wamp\www\
|
| 157 |
msgid "Error, file cannot be moved."
|
| 158 |
msgstr "خطأ، لا يمكن أن يتم نقل ملف."
|
| 159 |
|
| 160 |
-
#: C:\wamp\www\
|
| 161 |
-
#: C:\wamp\www\
|
| 162 |
#, php-format
|
| 163 |
msgid ""
|
| 164 |
"This field %s requires a unique entry and this value was already submitted."
|
| 165 |
msgstr "هذا الحقل يتطلب٪ %s إدخال فريدة من نوعها، وقدم بالفعل هذه القيمة."
|
| 166 |
|
| 167 |
-
#: C:\wamp\www\
|
| 168 |
#, fuzzy
|
| 169 |
msgid "Error, file destination does not exist."
|
| 170 |
msgstr "خطأ، لم يتم إرسال البريد الإلكتروني."
|
| 171 |
|
| 172 |
-
#: C:\wamp\www\
|
| 173 |
msgid "Nothing was submitted."
|
| 174 |
msgstr "وقدم شيئا."
|
| 175 |
|
| 176 |
-
#: C:\wamp\www\
|
| 177 |
-
#: C:\wamp\www\
|
| 178 |
-
#: C:\wamp\www\
|
| 179 |
-
#: C:\wamp\www\
|
| 180 |
-
#: C:\wamp\www\
|
| 181 |
msgid "Your form was successfully submitted."
|
| 182 |
msgstr "وقدم النموذج الخاص بك بنجاح."
|
| 183 |
|
| 184 |
-
#: C:\wamp\www\
|
| 185 |
-
#: C:\wamp\www\
|
| 186 |
-
#: C:\wamp\www\
|
| 187 |
msgid "Error, email was not sent."
|
| 188 |
msgstr "خطأ، لم يتم إرسال البريد الإلكتروني."
|
| 189 |
|
| 190 |
-
#: C:\wamp\www\
|
| 191 |
-
#: C:\wamp\www\
|
| 192 |
-
#: C:\wamp\www\
|
| 193 |
-
#: C:\wamp\www\
|
| 194 |
-
#: C:\wamp\www\
|
| 195 |
-
#: C:\wamp\www\
|
| 196 |
-
#: C:\wamp\www\
|
| 197 |
-
#: C:\wamp\www\
|
| 198 |
-
#: C:\wamp\www\
|
| 199 |
-
#: C:\wamp\www\
|
| 200 |
-
#: C:\wamp\www\
|
| 201 |
-
#: C:\wamp\www\
|
| 202 |
-
#: C:\wamp\www\
|
| 203 |
-
#: C:\wamp\www\
|
| 204 |
-
#: C:\wamp\www\
|
| 205 |
-
#: C:\wamp\www\
|
| 206 |
-
#: C:\wamp\www\
|
| 207 |
-
#: C:\wamp\www\
|
| 208 |
-
#: C:\wamp\www\
|
| 209 |
-
#: C:\wamp\www\
|
| 210 |
-
#: C:\wamp\www\
|
| 211 |
-
#: C:\wamp\www\
|
| 212 |
-
#: C:\wamp\www\
|
| 213 |
-
#: C:\wamp\www\
|
| 214 |
-
#: C:\wamp\www\
|
| 215 |
-
#: C:\wamp\www\
|
| 216 |
-
#: C:\wamp\www\
|
| 217 |
-
#: C:\wamp\www\
|
| 218 |
-
#: C:\wamp\www\
|
| 219 |
-
#: C:\wamp\www\
|
| 220 |
-
#: C:\wamp\www\
|
| 221 |
-
#: C:\wamp\www\
|
| 222 |
-
#: C:\wamp\www\
|
| 223 |
-
#: C:\wamp\www\
|
| 224 |
-
#: C:\wamp\www\
|
| 225 |
-
#: C:\wamp\www\
|
| 226 |
msgid "field is required."
|
| 227 |
msgstr "مطلوب الميدان."
|
| 228 |
|
| 229 |
-
#: C:\wamp\www\
|
| 230 |
-
#: C:\wamp\www\
|
| 231 |
msgid "This is not a valid email address."
|
| 232 |
msgstr "هذا ليس عنوان بريد إلكتروني صالح."
|
| 233 |
|
| 234 |
-
#: C:\wamp\www\
|
| 235 |
-
#: C:\wamp\www\
|
| 236 |
msgid "The"
|
| 237 |
msgstr "ال "
|
| 238 |
|
| 239 |
-
#: C:\wamp\www\
|
| 240 |
-
#: C:\wamp\www\
|
| 241 |
msgid "value must be between"
|
| 242 |
msgstr "يجب أن تكون القيمة بين "
|
| 243 |
|
| 244 |
-
#: C:\wamp\www\
|
| 245 |
-
#: C:\wamp\www\
|
| 246 |
-
#: C:\wamp\www\
|
| 247 |
-
#: C:\wamp\www\
|
| 248 |
-
#: C:\wamp\www\
|
| 249 |
msgid "Your score should be less than"
|
| 250 |
msgstr "يجب أن تكون درجاتك أقل من "
|
| 251 |
|
| 252 |
-
#: C:\wamp\www\
|
| 253 |
msgid "Title"
|
| 254 |
msgstr "لقب"
|
| 255 |
|
| 256 |
-
#: C:\wamp\www\
|
| 257 |
msgid "First"
|
| 258 |
msgstr "الأول"
|
| 259 |
|
| 260 |
-
#: C:\wamp\www\
|
| 261 |
msgid "Last"
|
| 262 |
msgstr "آخر"
|
| 263 |
|
| 264 |
-
#: C:\wamp\www\
|
| 265 |
msgid "Middle"
|
| 266 |
msgstr "وسط"
|
| 267 |
|
| 268 |
-
#: C:\wamp\www\
|
| 269 |
msgid "Area Code"
|
| 270 |
msgstr "كود المنطقة"
|
| 271 |
|
| 272 |
-
#: C:\wamp\www\
|
| 273 |
msgid "Phone Number"
|
| 274 |
msgstr "رقم الهاتف"
|
| 275 |
|
| 276 |
-
#: C:\wamp\www\
|
| 277 |
msgid "Dollars"
|
| 278 |
msgstr "دولار"
|
| 279 |
|
| 280 |
-
#: C:\wamp\www\
|
| 281 |
msgid "Cents"
|
| 282 |
msgstr "سنتا "
|
| 283 |
|
| 284 |
-
#: C:\wamp\www\
|
| 285 |
msgid "From"
|
| 286 |
msgstr "من "
|
| 287 |
|
| 288 |
-
#: C:\wamp\www\
|
| 289 |
msgid "To"
|
| 290 |
msgstr "إلى"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: form_maker\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
+
"POT-Creation-Date: 2014-10-16 10:53+0400\n"
|
| 6 |
+
"PO-Revision-Date: 2014-10-17 15:08+0300\n"
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"Language: ar\n"
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
| 13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
| 14 |
"X-Poedit-Basepath: .\n"
|
| 15 |
+
"X-Generator: Poedit 1.6.9\n"
|
| 16 |
+
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\form-"
|
| 17 |
+
"maker\n"
|
| 18 |
|
| 19 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:233
|
| 20 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3314
|
| 21 |
msgid "Street Address"
|
| 22 |
msgstr "عنوان الشارع"
|
| 23 |
|
| 24 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:236
|
| 25 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3315
|
| 26 |
msgid "Street Address Line 2"
|
| 27 |
msgstr "الشارع سطر العنوان 2"
|
| 28 |
|
| 29 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:239
|
| 30 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3316
|
| 31 |
msgid "City"
|
| 32 |
msgstr "مدينة"
|
| 33 |
|
| 34 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:242
|
| 35 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3317
|
| 36 |
msgid "State / Province / Region"
|
| 37 |
msgstr "الدولة / الإقليم / المنطقة"
|
| 38 |
|
| 39 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:245
|
| 40 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3318
|
| 41 |
msgid "Postal / Zip Code"
|
| 42 |
msgstr "البريدي / الرمز البريدي"
|
| 43 |
|
| 44 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:248
|
| 45 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3319
|
| 46 |
msgid "Country"
|
| 47 |
msgstr "بلد"
|
| 48 |
|
| 49 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 50 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 51 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3302
|
| 52 |
msgid "January"
|
| 53 |
msgstr "يناير"
|
| 54 |
|
| 55 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 56 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 57 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3303
|
| 58 |
msgid "February"
|
| 59 |
msgstr "فبراير"
|
| 60 |
|
| 61 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 62 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 63 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3304
|
| 64 |
msgid "March"
|
| 65 |
msgstr "مسيرة"
|
| 66 |
|
| 67 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 68 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 69 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3305
|
| 70 |
msgid "April"
|
| 71 |
msgstr "أبريل"
|
| 72 |
|
| 73 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 74 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 75 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3306
|
| 76 |
msgid "May"
|
| 77 |
msgstr "قد"
|
| 78 |
|
| 79 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 80 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 81 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3307
|
| 82 |
msgid "June"
|
| 83 |
msgstr "يونيو"
|
| 84 |
|
| 85 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 86 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 87 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3308
|
| 88 |
msgid "July"
|
| 89 |
msgstr "يوليو"
|
| 90 |
|
| 91 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 92 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 93 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3309
|
| 94 |
msgid "August"
|
| 95 |
msgstr "أغسطس"
|
| 96 |
|
| 97 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 98 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 99 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3310
|
| 100 |
msgid "September"
|
| 101 |
msgstr "سبتمبر"
|
| 102 |
|
| 103 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 104 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 105 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3311
|
| 106 |
msgid "October"
|
| 107 |
msgstr "أكتوبر"
|
| 108 |
|
| 109 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 110 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 111 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3312
|
| 112 |
msgid "November"
|
| 113 |
msgstr "نوفمبر"
|
| 114 |
|
| 115 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 116 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 117 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3313
|
| 118 |
msgid "December"
|
| 119 |
msgstr "ديسمبر"
|
| 120 |
|
| 121 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2353
|
| 122 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2207
|
| 123 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2247
|
| 124 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2305
|
| 125 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2342
|
| 126 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2399
|
| 127 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2440
|
| 128 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3325
|
| 129 |
msgid "Quantity"
|
| 130 |
msgstr "كمية "
|
| 131 |
|
| 132 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:77
|
| 133 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:92
|
| 134 |
#, fuzzy
|
| 135 |
msgid "Error, incorrect Security code."
|
| 136 |
msgstr "خطأ، غير صحيح رمز الحماية."
|
| 137 |
|
| 138 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:106
|
| 139 |
msgid "Your ip is blacklisted. Please contact the website administrator."
|
| 140 |
msgstr ""
|
| 141 |
"والقائمة السوداء الملكية الفكرية الخاصة بك. يرجى الاتصال بمسؤول الموقع. "
|
| 142 |
|
| 143 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:260
|
| 144 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:780
|
| 145 |
msgid "The file exceeds the allowed size of"
|
| 146 |
msgstr "ملف يتجاوز حجم المسموح به من"
|
| 147 |
|
| 148 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:279
|
| 149 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:795
|
| 150 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1878
|
| 151 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3346
|
| 152 |
msgid "Sorry, you are not allowed to upload this type of file."
|
| 153 |
msgstr "عذرا، لا يسمح لك لتحميل هذا النوع من الملفات."
|
| 154 |
|
| 155 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:291
|
| 156 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:808
|
| 157 |
msgid "Error, file cannot be moved."
|
| 158 |
msgstr "خطأ، لا يمكن أن يتم نقل ملف."
|
| 159 |
|
| 160 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:669
|
| 161 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1125
|
| 162 |
#, php-format
|
| 163 |
msgid ""
|
| 164 |
"This field %s requires a unique entry and this value was already submitted."
|
| 165 |
msgstr "هذا الحقل يتطلب٪ %s إدخال فريدة من نوعها، وقدم بالفعل هذه القيمة."
|
| 166 |
|
| 167 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:813
|
| 168 |
#, fuzzy
|
| 169 |
msgid "Error, file destination does not exist."
|
| 170 |
msgstr "خطأ، لم يتم إرسال البريد الإلكتروني."
|
| 171 |
|
| 172 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1309
|
| 173 |
msgid "Nothing was submitted."
|
| 174 |
msgstr "وقدم شيئا."
|
| 175 |
|
| 176 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2095
|
| 177 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2108
|
| 178 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3801
|
| 179 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3806
|
| 180 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:63
|
| 181 |
msgid "Your form was successfully submitted."
|
| 182 |
msgstr "وقدم النموذج الخاص بك بنجاح."
|
| 183 |
|
| 184 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2103
|
| 185 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3797
|
| 186 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:60
|
| 187 |
msgid "Error, email was not sent."
|
| 188 |
msgstr "خطأ، لم يتم إرسال البريد الإلكتروني."
|
| 189 |
|
| 190 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:643
|
| 191 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:690
|
| 192 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:740
|
| 193 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:787
|
| 194 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:836
|
| 195 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:891
|
| 196 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:963
|
| 197 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1068
|
| 198 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1083
|
| 199 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1185
|
| 200 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1257
|
| 201 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1358
|
| 202 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1449
|
| 203 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1526
|
| 204 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1585
|
| 205 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1661
|
| 206 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1708
|
| 207 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1815
|
| 208 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1863
|
| 209 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1918
|
| 210 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2086
|
| 211 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2232
|
| 212 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2329
|
| 213 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2424
|
| 214 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2499
|
| 215 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2600
|
| 216 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2659
|
| 217 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2714
|
| 218 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2774
|
| 219 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2831
|
| 220 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2891
|
| 221 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3005
|
| 222 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3019
|
| 223 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3034
|
| 224 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3049
|
| 225 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3351
|
| 226 |
msgid "field is required."
|
| 227 |
msgstr "مطلوب الميدان."
|
| 228 |
|
| 229 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1274
|
| 230 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3349
|
| 231 |
msgid "This is not a valid email address."
|
| 232 |
msgstr "هذا ليس عنوان بريد إلكتروني صالح."
|
| 233 |
|
| 234 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2125
|
| 235 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3352
|
| 236 |
msgid "The"
|
| 237 |
msgstr "ال "
|
| 238 |
|
| 239 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2125
|
| 240 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3352
|
| 241 |
msgid "value must be between"
|
| 242 |
msgstr "يجب أن تكون القيمة بين "
|
| 243 |
|
| 244 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
|
| 245 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3114
|
| 246 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3115
|
| 247 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3347
|
| 248 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3348
|
| 249 |
msgid "Your score should be less than"
|
| 250 |
msgstr "يجب أن تكون درجاتك أقل من "
|
| 251 |
|
| 252 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3298
|
| 253 |
msgid "Title"
|
| 254 |
msgstr "لقب"
|
| 255 |
|
| 256 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3299
|
| 257 |
msgid "First"
|
| 258 |
msgstr "الأول"
|
| 259 |
|
| 260 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3300
|
| 261 |
msgid "Last"
|
| 262 |
msgstr "آخر"
|
| 263 |
|
| 264 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3301
|
| 265 |
msgid "Middle"
|
| 266 |
msgstr "وسط"
|
| 267 |
|
| 268 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3320
|
| 269 |
msgid "Area Code"
|
| 270 |
msgstr "كود المنطقة"
|
| 271 |
|
| 272 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3321
|
| 273 |
msgid "Phone Number"
|
| 274 |
msgstr "رقم الهاتف"
|
| 275 |
|
| 276 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3322
|
| 277 |
msgid "Dollars"
|
| 278 |
msgstr "دولار"
|
| 279 |
|
| 280 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3323
|
| 281 |
msgid "Cents"
|
| 282 |
msgstr "سنتا "
|
| 283 |
|
| 284 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3326
|
| 285 |
msgid "From"
|
| 286 |
msgstr "من "
|
| 287 |
|
| 288 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3327
|
| 289 |
msgid "To"
|
| 290 |
msgstr "إلى"
|
| 291 |
+
|
| 292 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:202
|
| 293 |
+
msgid "GO"
|
| 294 |
+
msgstr "GO "
|
| 295 |
+
|
| 296 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:203
|
| 297 |
+
msgid "Reset"
|
| 298 |
+
msgstr "إعادة تعيين "
|
| 299 |
+
|
| 300 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:649
|
| 301 |
+
msgid "Select a Field"
|
| 302 |
+
msgstr "حدد حقل "
|
| 303 |
+
|
| 304 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:671
|
| 305 |
+
msgid "Select a Date"
|
| 306 |
+
msgstr "تحديد تاريخ"
|
languages/form_maker-be_BY.mo
CHANGED
|
Binary file
|
languages/form_maker-be_BY.po
CHANGED
|
@@ -2,8 +2,8 @@ msgid ""
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: form_maker\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
-
"POT-Creation-Date: 2014-
|
| 6 |
-
"PO-Revision-Date: 2014-
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"Language: be\n"
|
|
@@ -12,280 +12,296 @@ msgstr ""
|
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
| 13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
| 14 |
"X-Poedit-Basepath: .\n"
|
| 15 |
-
"X-Generator: Poedit 1.6.
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\
|
| 17 |
-
"
|
| 18 |
|
| 19 |
-
#: C:\wamp\www\
|
| 20 |
-
#: C:\wamp\www\
|
| 21 |
msgid "Street Address"
|
| 22 |
msgstr "Адрас"
|
| 23 |
|
| 24 |
-
#: C:\wamp\www\
|
| 25 |
-
#: C:\wamp\www\
|
| 26 |
msgid "Street Address Line 2"
|
| 27 |
msgstr "Адрас радок 2"
|
| 28 |
|
| 29 |
-
#: C:\wamp\www\
|
| 30 |
-
#: C:\wamp\www\
|
| 31 |
msgid "City"
|
| 32 |
msgstr "Горад:"
|
| 33 |
|
| 34 |
-
#: C:\wamp\www\
|
| 35 |
-
#: C:\wamp\www\
|
| 36 |
msgid "State / Province / Region"
|
| 37 |
msgstr "Штат / Вобласць / рэгіён"
|
| 38 |
|
| 39 |
-
#: C:\wamp\www\
|
| 40 |
-
#: C:\wamp\www\
|
| 41 |
msgid "Postal / Zip Code"
|
| 42 |
msgstr "Паштовы / Індэкс"
|
| 43 |
|
| 44 |
-
#: C:\wamp\www\
|
| 45 |
-
#: C:\wamp\www\
|
| 46 |
msgid "Country"
|
| 47 |
msgstr "&Прымацаваць"
|
| 48 |
|
| 49 |
-
#: C:\wamp\www\
|
| 50 |
-
#: C:\wamp\www\
|
| 51 |
-
#: C:\wamp\www\
|
| 52 |
msgid "January"
|
| 53 |
msgstr "Студзень"
|
| 54 |
|
| 55 |
-
#: C:\wamp\www\
|
| 56 |
-
#: C:\wamp\www\
|
| 57 |
-
#: C:\wamp\www\
|
| 58 |
msgid "February"
|
| 59 |
msgstr "Люты"
|
| 60 |
|
| 61 |
-
#: C:\wamp\www\
|
| 62 |
-
#: C:\wamp\www\
|
| 63 |
-
#: C:\wamp\www\
|
| 64 |
msgid "March"
|
| 65 |
msgstr "Сакавік"
|
| 66 |
|
| 67 |
-
#: C:\wamp\www\
|
| 68 |
-
#: C:\wamp\www\
|
| 69 |
-
#: C:\wamp\www\
|
| 70 |
msgid "April"
|
| 71 |
msgstr "Красавік"
|
| 72 |
|
| 73 |
-
#: C:\wamp\www\
|
| 74 |
-
#: C:\wamp\www\
|
| 75 |
-
#: C:\wamp\www\
|
| 76 |
msgid "May"
|
| 77 |
msgstr "Травень"
|
| 78 |
|
| 79 |
-
#: C:\wamp\www\
|
| 80 |
-
#: C:\wamp\www\
|
| 81 |
-
#: C:\wamp\www\
|
| 82 |
msgid "June"
|
| 83 |
msgstr "Чэрвень"
|
| 84 |
|
| 85 |
-
#: C:\wamp\www\
|
| 86 |
-
#: C:\wamp\www\
|
| 87 |
-
#: C:\wamp\www\
|
| 88 |
msgid "July"
|
| 89 |
msgstr "Ліпень"
|
| 90 |
|
| 91 |
-
#: C:\wamp\www\
|
| 92 |
-
#: C:\wamp\www\
|
| 93 |
-
#: C:\wamp\www\
|
| 94 |
msgid "August"
|
| 95 |
msgstr "Жнівень"
|
| 96 |
|
| 97 |
-
#: C:\wamp\www\
|
| 98 |
-
#: C:\wamp\www\
|
| 99 |
-
#: C:\wamp\www\
|
| 100 |
msgid "September"
|
| 101 |
msgstr "Верасень"
|
| 102 |
|
| 103 |
-
#: C:\wamp\www\
|
| 104 |
-
#: C:\wamp\www\
|
| 105 |
-
#: C:\wamp\www\
|
| 106 |
msgid "October"
|
| 107 |
msgstr "Кастрычнік"
|
| 108 |
|
| 109 |
-
#: C:\wamp\www\
|
| 110 |
-
#: C:\wamp\www\
|
| 111 |
-
#: C:\wamp\www\
|
| 112 |
msgid "November"
|
| 113 |
msgstr "Лістапад"
|
| 114 |
|
| 115 |
-
#: C:\wamp\www\
|
| 116 |
-
#: C:\wamp\www\
|
| 117 |
-
#: C:\wamp\www\
|
| 118 |
msgid "December"
|
| 119 |
msgstr "Снежань"
|
| 120 |
|
| 121 |
-
#: C:\wamp\www\
|
| 122 |
-
#: C:\wamp\www\
|
| 123 |
-
#: C:\wamp\www\
|
| 124 |
-
#: C:\wamp\www\
|
| 125 |
-
#: C:\wamp\www\
|
| 126 |
-
#: C:\wamp\www\
|
| 127 |
-
#: C:\wamp\www\
|
| 128 |
-
#: C:\wamp\www\
|
| 129 |
msgid "Quantity"
|
| 130 |
msgstr "Колькасць"
|
| 131 |
|
| 132 |
-
#: C:\wamp\www\
|
| 133 |
-
#: C:\wamp\www\
|
| 134 |
msgid "Error, incorrect Security code."
|
| 135 |
msgstr "Памылка, няслушны код бяспекі."
|
| 136 |
|
| 137 |
-
#: C:\wamp\www\
|
| 138 |
msgid "Your ip is blacklisted. Please contact the website administrator."
|
| 139 |
msgstr ""
|
| 140 |
"Ваш IP занесены ў чорны спіс. Калі ласка, звярніцеся да адміністратара "
|
| 141 |
"сайта. "
|
| 142 |
|
| 143 |
-
#: C:\wamp\www\
|
| 144 |
-
#: C:\wamp\www\
|
| 145 |
msgid "The file exceeds the allowed size of"
|
| 146 |
msgstr "Размовы перавышае дапушчальны памер"
|
| 147 |
|
| 148 |
-
#: C:\wamp\www\
|
| 149 |
-
#: C:\wamp\www\
|
| 150 |
-
#: C:\wamp\www\
|
| 151 |
-
#: C:\wamp\www\
|
| 152 |
msgid "Sorry, you are not allowed to upload this type of file."
|
| 153 |
msgstr "На жаль, вы не можаце загрузіць гэты тып файла."
|
| 154 |
|
| 155 |
-
#: C:\wamp\www\
|
| 156 |
-
#: C:\wamp\www\
|
| 157 |
msgid "Error, file cannot be moved."
|
| 158 |
msgstr "Памылка, файл не можа быць перамешчаны."
|
| 159 |
|
| 160 |
-
#: C:\wamp\www\
|
| 161 |
-
#: C:\wamp\www\
|
| 162 |
#, php-format
|
| 163 |
msgid ""
|
| 164 |
"This field %s requires a unique entry and this value was already submitted."
|
| 165 |
msgstr ""
|
| 166 |
"Гэтае поле %s патрабуе унікальную запіс, і гэтая велічыня ўжо прадстаўлены."
|
| 167 |
|
| 168 |
-
#: C:\wamp\www\
|
| 169 |
#, fuzzy
|
| 170 |
msgid "Error, file destination does not exist."
|
| 171 |
msgstr "Памылка, адрас электроннай пошты не быў адпраўлены."
|
| 172 |
|
| 173 |
-
#: C:\wamp\www\
|
| 174 |
msgid "Nothing was submitted."
|
| 175 |
msgstr "Нічога не было прадстаўлена."
|
| 176 |
|
| 177 |
-
#: C:\wamp\www\
|
| 178 |
-
#: C:\wamp\www\
|
| 179 |
-
#: C:\wamp\www\
|
| 180 |
-
#: C:\wamp\www\
|
| 181 |
-
#: C:\wamp\www\
|
| 182 |
msgid "Your form was successfully submitted."
|
| 183 |
msgstr "Ваша форма была паспяхова прадстаўлена."
|
| 184 |
|
| 185 |
-
#: C:\wamp\www\
|
| 186 |
-
#: C:\wamp\www\
|
| 187 |
-
#: C:\wamp\www\
|
| 188 |
msgid "Error, email was not sent."
|
| 189 |
msgstr "Памылка, адрас электроннай пошты не быў адпраўлены."
|
| 190 |
|
| 191 |
-
#: C:\wamp\www\
|
| 192 |
-
#: C:\wamp\www\
|
| 193 |
-
#: C:\wamp\www\
|
| 194 |
-
#: C:\wamp\www\
|
| 195 |
-
#: C:\wamp\www\
|
| 196 |
-
#: C:\wamp\www\
|
| 197 |
-
#: C:\wamp\www\
|
| 198 |
-
#: C:\wamp\www\
|
| 199 |
-
#: C:\wamp\www\
|
| 200 |
-
#: C:\wamp\www\
|
| 201 |
-
#: C:\wamp\www\
|
| 202 |
-
#: C:\wamp\www\
|
| 203 |
-
#: C:\wamp\www\
|
| 204 |
-
#: C:\wamp\www\
|
| 205 |
-
#: C:\wamp\www\
|
| 206 |
-
#: C:\wamp\www\
|
| 207 |
-
#: C:\wamp\www\
|
| 208 |
-
#: C:\wamp\www\
|
| 209 |
-
#: C:\wamp\www\
|
| 210 |
-
#: C:\wamp\www\
|
| 211 |
-
#: C:\wamp\www\
|
| 212 |
-
#: C:\wamp\www\
|
| 213 |
-
#: C:\wamp\www\
|
| 214 |
-
#: C:\wamp\www\
|
| 215 |
-
#: C:\wamp\www\
|
| 216 |
-
#: C:\wamp\www\
|
| 217 |
-
#: C:\wamp\www\
|
| 218 |
-
#: C:\wamp\www\
|
| 219 |
-
#: C:\wamp\www\
|
| 220 |
-
#: C:\wamp\www\
|
| 221 |
-
#: C:\wamp\www\
|
| 222 |
-
#: C:\wamp\www\
|
| 223 |
-
#: C:\wamp\www\
|
| 224 |
-
#: C:\wamp\www\
|
| 225 |
-
#: C:\wamp\www\
|
| 226 |
-
#: C:\wamp\www\
|
| 227 |
msgid "field is required."
|
| 228 |
msgstr "поле абавязкова для запаўнення."
|
| 229 |
|
| 230 |
-
#: C:\wamp\www\
|
| 231 |
-
#: C:\wamp\www\
|
| 232 |
msgid "This is not a valid email address."
|
| 233 |
msgstr "Гэта не адрас электроннай пошты."
|
| 234 |
|
| 235 |
-
#: C:\wamp\www\
|
| 236 |
-
#: C:\wamp\www\
|
| 237 |
msgid "The"
|
| 238 |
msgstr ""
|
| 239 |
|
| 240 |
-
#: C:\wamp\www\
|
| 241 |
-
#: C:\wamp\www\
|
| 242 |
msgid "value must be between"
|
| 243 |
msgstr "значэнне павінна быць паміж "
|
| 244 |
|
| 245 |
-
#: C:\wamp\www\
|
| 246 |
-
#: C:\wamp\www\
|
| 247 |
-
#: C:\wamp\www\
|
| 248 |
-
#: C:\wamp\www\
|
| 249 |
-
#: C:\wamp\www\
|
| 250 |
msgid "Your score should be less than"
|
| 251 |
msgstr "Ваша ацэнка павінна быць не менш за "
|
| 252 |
|
| 253 |
-
#: C:\wamp\www\
|
| 254 |
msgid "Title"
|
| 255 |
msgstr "Назва"
|
| 256 |
|
| 257 |
-
#: C:\wamp\www\
|
| 258 |
msgid "First"
|
| 259 |
msgstr "Першы"
|
| 260 |
|
| 261 |
-
#: C:\wamp\www\
|
| 262 |
msgid "Last"
|
| 263 |
msgstr "Апошнія"
|
| 264 |
|
| 265 |
-
#: C:\wamp\www\
|
| 266 |
msgid "Middle"
|
| 267 |
msgstr "Сярэдзіна"
|
| 268 |
|
| 269 |
-
#: C:\wamp\www\
|
| 270 |
msgid "Area Code"
|
| 271 |
msgstr "Код зоны"
|
| 272 |
|
| 273 |
-
#: C:\wamp\www\
|
| 274 |
msgid "Phone Number"
|
| 275 |
msgstr "Нумар"
|
| 276 |
|
| 277 |
-
#: C:\wamp\www\
|
| 278 |
msgid "Dollars"
|
| 279 |
msgstr "даляры "
|
| 280 |
|
| 281 |
-
#: C:\wamp\www\
|
| 282 |
msgid "Cents"
|
| 283 |
msgstr "цэнтаў "
|
| 284 |
|
| 285 |
-
#: C:\wamp\www\
|
| 286 |
msgid "From"
|
| 287 |
msgstr "Ад"
|
| 288 |
|
| 289 |
-
#: C:\wamp\www\
|
| 290 |
msgid "To"
|
| 291 |
msgstr "Для"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: form_maker\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
+
"POT-Creation-Date: 2014-10-16 10:54+0400\n"
|
| 6 |
+
"PO-Revision-Date: 2014-10-17 15:11+0300\n"
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"Language: be\n"
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
| 13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
| 14 |
"X-Poedit-Basepath: .\n"
|
| 15 |
+
"X-Generator: Poedit 1.6.9\n"
|
| 16 |
+
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\form-"
|
| 17 |
+
"maker\n"
|
| 18 |
|
| 19 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:233
|
| 20 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3314
|
| 21 |
msgid "Street Address"
|
| 22 |
msgstr "Адрас"
|
| 23 |
|
| 24 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:236
|
| 25 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3315
|
| 26 |
msgid "Street Address Line 2"
|
| 27 |
msgstr "Адрас радок 2"
|
| 28 |
|
| 29 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:239
|
| 30 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3316
|
| 31 |
msgid "City"
|
| 32 |
msgstr "Горад:"
|
| 33 |
|
| 34 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:242
|
| 35 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3317
|
| 36 |
msgid "State / Province / Region"
|
| 37 |
msgstr "Штат / Вобласць / рэгіён"
|
| 38 |
|
| 39 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:245
|
| 40 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3318
|
| 41 |
msgid "Postal / Zip Code"
|
| 42 |
msgstr "Паштовы / Індэкс"
|
| 43 |
|
| 44 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:248
|
| 45 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3319
|
| 46 |
msgid "Country"
|
| 47 |
msgstr "&Прымацаваць"
|
| 48 |
|
| 49 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 50 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 51 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3302
|
| 52 |
msgid "January"
|
| 53 |
msgstr "Студзень"
|
| 54 |
|
| 55 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 56 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 57 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3303
|
| 58 |
msgid "February"
|
| 59 |
msgstr "Люты"
|
| 60 |
|
| 61 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 62 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 63 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3304
|
| 64 |
msgid "March"
|
| 65 |
msgstr "Сакавік"
|
| 66 |
|
| 67 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 68 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 69 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3305
|
| 70 |
msgid "April"
|
| 71 |
msgstr "Красавік"
|
| 72 |
|
| 73 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 74 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 75 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3306
|
| 76 |
msgid "May"
|
| 77 |
msgstr "Травень"
|
| 78 |
|
| 79 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 80 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 81 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3307
|
| 82 |
msgid "June"
|
| 83 |
msgstr "Чэрвень"
|
| 84 |
|
| 85 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 86 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 87 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3308
|
| 88 |
msgid "July"
|
| 89 |
msgstr "Ліпень"
|
| 90 |
|
| 91 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 92 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 93 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3309
|
| 94 |
msgid "August"
|
| 95 |
msgstr "Жнівень"
|
| 96 |
|
| 97 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 98 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 99 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3310
|
| 100 |
msgid "September"
|
| 101 |
msgstr "Верасень"
|
| 102 |
|
| 103 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 104 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 105 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3311
|
| 106 |
msgid "October"
|
| 107 |
msgstr "Кастрычнік"
|
| 108 |
|
| 109 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 110 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 111 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3312
|
| 112 |
msgid "November"
|
| 113 |
msgstr "Лістапад"
|
| 114 |
|
| 115 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 116 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 117 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3313
|
| 118 |
msgid "December"
|
| 119 |
msgstr "Снежань"
|
| 120 |
|
| 121 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2353
|
| 122 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2207
|
| 123 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2247
|
| 124 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2305
|
| 125 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2342
|
| 126 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2399
|
| 127 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2440
|
| 128 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3325
|
| 129 |
msgid "Quantity"
|
| 130 |
msgstr "Колькасць"
|
| 131 |
|
| 132 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:77
|
| 133 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:92
|
| 134 |
msgid "Error, incorrect Security code."
|
| 135 |
msgstr "Памылка, няслушны код бяспекі."
|
| 136 |
|
| 137 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:106
|
| 138 |
msgid "Your ip is blacklisted. Please contact the website administrator."
|
| 139 |
msgstr ""
|
| 140 |
"Ваш IP занесены ў чорны спіс. Калі ласка, звярніцеся да адміністратара "
|
| 141 |
"сайта. "
|
| 142 |
|
| 143 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:260
|
| 144 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:780
|
| 145 |
msgid "The file exceeds the allowed size of"
|
| 146 |
msgstr "Размовы перавышае дапушчальны памер"
|
| 147 |
|
| 148 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:279
|
| 149 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:795
|
| 150 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1878
|
| 151 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3346
|
| 152 |
msgid "Sorry, you are not allowed to upload this type of file."
|
| 153 |
msgstr "На жаль, вы не можаце загрузіць гэты тып файла."
|
| 154 |
|
| 155 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:291
|
| 156 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:808
|
| 157 |
msgid "Error, file cannot be moved."
|
| 158 |
msgstr "Памылка, файл не можа быць перамешчаны."
|
| 159 |
|
| 160 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:669
|
| 161 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1125
|
| 162 |
#, php-format
|
| 163 |
msgid ""
|
| 164 |
"This field %s requires a unique entry and this value was already submitted."
|
| 165 |
msgstr ""
|
| 166 |
"Гэтае поле %s патрабуе унікальную запіс, і гэтая велічыня ўжо прадстаўлены."
|
| 167 |
|
| 168 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:813
|
| 169 |
#, fuzzy
|
| 170 |
msgid "Error, file destination does not exist."
|
| 171 |
msgstr "Памылка, адрас электроннай пошты не быў адпраўлены."
|
| 172 |
|
| 173 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1309
|
| 174 |
msgid "Nothing was submitted."
|
| 175 |
msgstr "Нічога не было прадстаўлена."
|
| 176 |
|
| 177 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2095
|
| 178 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2108
|
| 179 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3801
|
| 180 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3806
|
| 181 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:63
|
| 182 |
msgid "Your form was successfully submitted."
|
| 183 |
msgstr "Ваша форма была паспяхова прадстаўлена."
|
| 184 |
|
| 185 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2103
|
| 186 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3797
|
| 187 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:60
|
| 188 |
msgid "Error, email was not sent."
|
| 189 |
msgstr "Памылка, адрас электроннай пошты не быў адпраўлены."
|
| 190 |
|
| 191 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:643
|
| 192 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:690
|
| 193 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:740
|
| 194 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:787
|
| 195 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:836
|
| 196 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:891
|
| 197 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:963
|
| 198 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1068
|
| 199 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1083
|
| 200 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1185
|
| 201 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1257
|
| 202 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1358
|
| 203 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1449
|
| 204 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1526
|
| 205 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1585
|
| 206 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1661
|
| 207 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1708
|
| 208 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1815
|
| 209 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1863
|
| 210 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1918
|
| 211 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2086
|
| 212 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2232
|
| 213 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2329
|
| 214 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2424
|
| 215 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2499
|
| 216 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2600
|
| 217 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2659
|
| 218 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2714
|
| 219 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2774
|
| 220 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2831
|
| 221 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2891
|
| 222 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3005
|
| 223 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3019
|
| 224 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3034
|
| 225 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3049
|
| 226 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3351
|
| 227 |
msgid "field is required."
|
| 228 |
msgstr "поле абавязкова для запаўнення."
|
| 229 |
|
| 230 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1274
|
| 231 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3349
|
| 232 |
msgid "This is not a valid email address."
|
| 233 |
msgstr "Гэта не адрас электроннай пошты."
|
| 234 |
|
| 235 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2125
|
| 236 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3352
|
| 237 |
msgid "The"
|
| 238 |
msgstr ""
|
| 239 |
|
| 240 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2125
|
| 241 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3352
|
| 242 |
msgid "value must be between"
|
| 243 |
msgstr "значэнне павінна быць паміж "
|
| 244 |
|
| 245 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
|
| 246 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3114
|
| 247 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3115
|
| 248 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3347
|
| 249 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3348
|
| 250 |
msgid "Your score should be less than"
|
| 251 |
msgstr "Ваша ацэнка павінна быць не менш за "
|
| 252 |
|
| 253 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3298
|
| 254 |
msgid "Title"
|
| 255 |
msgstr "Назва"
|
| 256 |
|
| 257 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3299
|
| 258 |
msgid "First"
|
| 259 |
msgstr "Першы"
|
| 260 |
|
| 261 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3300
|
| 262 |
msgid "Last"
|
| 263 |
msgstr "Апошнія"
|
| 264 |
|
| 265 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3301
|
| 266 |
msgid "Middle"
|
| 267 |
msgstr "Сярэдзіна"
|
| 268 |
|
| 269 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3320
|
| 270 |
msgid "Area Code"
|
| 271 |
msgstr "Код зоны"
|
| 272 |
|
| 273 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3321
|
| 274 |
msgid "Phone Number"
|
| 275 |
msgstr "Нумар"
|
| 276 |
|
| 277 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3322
|
| 278 |
msgid "Dollars"
|
| 279 |
msgstr "даляры "
|
| 280 |
|
| 281 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3323
|
| 282 |
msgid "Cents"
|
| 283 |
msgstr "цэнтаў "
|
| 284 |
|
| 285 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3326
|
| 286 |
msgid "From"
|
| 287 |
msgstr "Ад"
|
| 288 |
|
| 289 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3327
|
| 290 |
msgid "To"
|
| 291 |
msgstr "Для"
|
| 292 |
+
|
| 293 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:202
|
| 294 |
+
msgid "GO"
|
| 295 |
+
msgstr "перайсці "
|
| 296 |
+
|
| 297 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:203
|
| 298 |
+
msgid "Reset"
|
| 299 |
+
msgstr "скід "
|
| 300 |
+
|
| 301 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:649
|
| 302 |
+
msgid "Select a Field"
|
| 303 |
+
msgstr "Выберыце поле"
|
| 304 |
+
|
| 305 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:671
|
| 306 |
+
msgid "Select a Date"
|
| 307 |
+
msgstr "Выберыце Дата"
|
languages/form_maker-bg_BG.mo
CHANGED
|
Binary file
|
languages/form_maker-bg_BG.po
CHANGED
|
@@ -2,8 +2,8 @@ msgid ""
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: form_maker\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
-
"POT-Creation-Date: 2014-
|
| 6 |
-
"PO-Revision-Date: 2014-
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"Language: bg\n"
|
|
@@ -12,278 +12,294 @@ msgstr ""
|
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
| 13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
| 14 |
"X-Poedit-Basepath: .\n"
|
| 15 |
-
"X-Generator: Poedit 1.6.
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\
|
| 17 |
-
"
|
| 18 |
|
| 19 |
-
#: C:\wamp\www\
|
| 20 |
-
#: C:\wamp\www\
|
| 21 |
msgid "Street Address"
|
| 22 |
msgstr "Улица"
|
| 23 |
|
| 24 |
-
#: C:\wamp\www\
|
| 25 |
-
#: C:\wamp\www\
|
| 26 |
msgid "Street Address Line 2"
|
| 27 |
msgstr "Адрес Ред 2"
|
| 28 |
|
| 29 |
-
#: C:\wamp\www\
|
| 30 |
-
#: C:\wamp\www\
|
| 31 |
msgid "City"
|
| 32 |
msgstr "Sofia"
|
| 33 |
|
| 34 |
-
#: C:\wamp\www\
|
| 35 |
-
#: C:\wamp\www\
|
| 36 |
msgid "State / Province / Region"
|
| 37 |
msgstr "Щат / Провинция / Регион"
|
| 38 |
|
| 39 |
-
#: C:\wamp\www\
|
| 40 |
-
#: C:\wamp\www\
|
| 41 |
msgid "Postal / Zip Code"
|
| 42 |
msgstr "Пощенски / Zip код"
|
| 43 |
|
| 44 |
-
#: C:\wamp\www\
|
| 45 |
-
#: C:\wamp\www\
|
| 46 |
msgid "Country"
|
| 47 |
msgstr "Държава"
|
| 48 |
|
| 49 |
-
#: C:\wamp\www\
|
| 50 |
-
#: C:\wamp\www\
|
| 51 |
-
#: C:\wamp\www\
|
| 52 |
msgid "January"
|
| 53 |
msgstr "януари"
|
| 54 |
|
| 55 |
-
#: C:\wamp\www\
|
| 56 |
-
#: C:\wamp\www\
|
| 57 |
-
#: C:\wamp\www\
|
| 58 |
msgid "February"
|
| 59 |
msgstr "февруари"
|
| 60 |
|
| 61 |
-
#: C:\wamp\www\
|
| 62 |
-
#: C:\wamp\www\
|
| 63 |
-
#: C:\wamp\www\
|
| 64 |
msgid "March"
|
| 65 |
msgstr "март"
|
| 66 |
|
| 67 |
-
#: C:\wamp\www\
|
| 68 |
-
#: C:\wamp\www\
|
| 69 |
-
#: C:\wamp\www\
|
| 70 |
msgid "April"
|
| 71 |
msgstr "април"
|
| 72 |
|
| 73 |
-
#: C:\wamp\www\
|
| 74 |
-
#: C:\wamp\www\
|
| 75 |
-
#: C:\wamp\www\
|
| 76 |
msgid "May"
|
| 77 |
msgstr "Май"
|
| 78 |
|
| 79 |
-
#: C:\wamp\www\
|
| 80 |
-
#: C:\wamp\www\
|
| 81 |
-
#: C:\wamp\www\
|
| 82 |
msgid "June"
|
| 83 |
msgstr "юни"
|
| 84 |
|
| 85 |
-
#: C:\wamp\www\
|
| 86 |
-
#: C:\wamp\www\
|
| 87 |
-
#: C:\wamp\www\
|
| 88 |
msgid "July"
|
| 89 |
msgstr "юли"
|
| 90 |
|
| 91 |
-
#: C:\wamp\www\
|
| 92 |
-
#: C:\wamp\www\
|
| 93 |
-
#: C:\wamp\www\
|
| 94 |
msgid "August"
|
| 95 |
msgstr "август"
|
| 96 |
|
| 97 |
-
#: C:\wamp\www\
|
| 98 |
-
#: C:\wamp\www\
|
| 99 |
-
#: C:\wamp\www\
|
| 100 |
msgid "September"
|
| 101 |
msgstr "септември"
|
| 102 |
|
| 103 |
-
#: C:\wamp\www\
|
| 104 |
-
#: C:\wamp\www\
|
| 105 |
-
#: C:\wamp\www\
|
| 106 |
msgid "October"
|
| 107 |
msgstr "октомври"
|
| 108 |
|
| 109 |
-
#: C:\wamp\www\
|
| 110 |
-
#: C:\wamp\www\
|
| 111 |
-
#: C:\wamp\www\
|
| 112 |
msgid "November"
|
| 113 |
msgstr "ноември"
|
| 114 |
|
| 115 |
-
#: C:\wamp\www\
|
| 116 |
-
#: C:\wamp\www\
|
| 117 |
-
#: C:\wamp\www\
|
| 118 |
msgid "December"
|
| 119 |
msgstr "декември"
|
| 120 |
|
| 121 |
-
#: C:\wamp\www\
|
| 122 |
-
#: C:\wamp\www\
|
| 123 |
-
#: C:\wamp\www\
|
| 124 |
-
#: C:\wamp\www\
|
| 125 |
-
#: C:\wamp\www\
|
| 126 |
-
#: C:\wamp\www\
|
| 127 |
-
#: C:\wamp\www\
|
| 128 |
-
#: C:\wamp\www\
|
| 129 |
msgid "Quantity"
|
| 130 |
msgstr "количество "
|
| 131 |
|
| 132 |
-
#: C:\wamp\www\
|
| 133 |
-
#: C:\wamp\www\
|
| 134 |
msgid "Error, incorrect Security code."
|
| 135 |
msgstr "Грешка, неправилно Код за сигурност."
|
| 136 |
|
| 137 |
-
#: C:\wamp\www\
|
| 138 |
msgid "Your ip is blacklisted. Please contact the website administrator."
|
| 139 |
msgstr "Вашият IP е черна. Моля, свържете се с администратора на сайта. "
|
| 140 |
|
| 141 |
-
#: C:\wamp\www\
|
| 142 |
-
#: C:\wamp\www\
|
| 143 |
msgid "The file exceeds the allowed size of"
|
| 144 |
msgstr "Файлът превишава допустимия размер на"
|
| 145 |
|
| 146 |
-
#: C:\wamp\www\
|
| 147 |
-
#: C:\wamp\www\
|
| 148 |
-
#: C:\wamp\www\
|
| 149 |
-
#: C:\wamp\www\
|
| 150 |
msgid "Sorry, you are not allowed to upload this type of file."
|
| 151 |
msgstr "За съжаление, не е позволено да се качите на този тип файл."
|
| 152 |
|
| 153 |
-
#: C:\wamp\www\
|
| 154 |
-
#: C:\wamp\www\
|
| 155 |
msgid "Error, file cannot be moved."
|
| 156 |
msgstr "Грешка, файлът не може да бъде преместен."
|
| 157 |
|
| 158 |
-
#: C:\wamp\www\
|
| 159 |
-
#: C:\wamp\www\
|
| 160 |
#, php-format
|
| 161 |
msgid ""
|
| 162 |
"This field %s requires a unique entry and this value was already submitted."
|
| 163 |
msgstr ""
|
| 164 |
"Това поле %s изисква уникален влизане и тази стойност вече е изпратена."
|
| 165 |
|
| 166 |
-
#: C:\wamp\www\
|
| 167 |
#, fuzzy
|
| 168 |
msgid "Error, file destination does not exist."
|
| 169 |
msgstr "Грешка, електронна поща не е изпратено."
|
| 170 |
|
| 171 |
-
#: C:\wamp\www\
|
| 172 |
msgid "Nothing was submitted."
|
| 173 |
msgstr "Нищо не беше представен."
|
| 174 |
|
| 175 |
-
#: C:\wamp\www\
|
| 176 |
-
#: C:\wamp\www\
|
| 177 |
-
#: C:\wamp\www\
|
| 178 |
-
#: C:\wamp\www\
|
| 179 |
-
#: C:\wamp\www\
|
| 180 |
msgid "Your form was successfully submitted."
|
| 181 |
msgstr "Вашият форма е успешно изпратена."
|
| 182 |
|
| 183 |
-
#: C:\wamp\www\
|
| 184 |
-
#: C:\wamp\www\
|
| 185 |
-
#: C:\wamp\www\
|
| 186 |
msgid "Error, email was not sent."
|
| 187 |
msgstr "Грешка, електронна поща не е изпратено."
|
| 188 |
|
| 189 |
-
#: C:\wamp\www\
|
| 190 |
-
#: C:\wamp\www\
|
| 191 |
-
#: C:\wamp\www\
|
| 192 |
-
#: C:\wamp\www\
|
| 193 |
-
#: C:\wamp\www\
|
| 194 |
-
#: C:\wamp\www\
|
| 195 |
-
#: C:\wamp\www\
|
| 196 |
-
#: C:\wamp\www\
|
| 197 |
-
#: C:\wamp\www\
|
| 198 |
-
#: C:\wamp\www\
|
| 199 |
-
#: C:\wamp\www\
|
| 200 |
-
#: C:\wamp\www\
|
| 201 |
-
#: C:\wamp\www\
|
| 202 |
-
#: C:\wamp\www\
|
| 203 |
-
#: C:\wamp\www\
|
| 204 |
-
#: C:\wamp\www\
|
| 205 |
-
#: C:\wamp\www\
|
| 206 |
-
#: C:\wamp\www\
|
| 207 |
-
#: C:\wamp\www\
|
| 208 |
-
#: C:\wamp\www\
|
| 209 |
-
#: C:\wamp\www\
|
| 210 |
-
#: C:\wamp\www\
|
| 211 |
-
#: C:\wamp\www\
|
| 212 |
-
#: C:\wamp\www\
|
| 213 |
-
#: C:\wamp\www\
|
| 214 |
-
#: C:\wamp\www\
|
| 215 |
-
#: C:\wamp\www\
|
| 216 |
-
#: C:\wamp\www\
|
| 217 |
-
#: C:\wamp\www\
|
| 218 |
-
#: C:\wamp\www\
|
| 219 |
-
#: C:\wamp\www\
|
| 220 |
-
#: C:\wamp\www\
|
| 221 |
-
#: C:\wamp\www\
|
| 222 |
-
#: C:\wamp\www\
|
| 223 |
-
#: C:\wamp\www\
|
| 224 |
-
#: C:\wamp\www\
|
| 225 |
msgid "field is required."
|
| 226 |
msgstr "Полето е задължително."
|
| 227 |
|
| 228 |
-
#: C:\wamp\www\
|
| 229 |
-
#: C:\wamp\www\
|
| 230 |
msgid "This is not a valid email address."
|
| 231 |
msgstr "Това не е валиден имейл адрес."
|
| 232 |
|
| 233 |
-
#: C:\wamp\www\
|
| 234 |
-
#: C:\wamp\www\
|
| 235 |
msgid "The"
|
| 236 |
msgstr "The "
|
| 237 |
|
| 238 |
-
#: C:\wamp\www\
|
| 239 |
-
#: C:\wamp\www\
|
| 240 |
msgid "value must be between"
|
| 241 |
msgstr "стойност трябва да бъде между "
|
| 242 |
|
| 243 |
-
#: C:\wamp\www\
|
| 244 |
-
#: C:\wamp\www\
|
| 245 |
-
#: C:\wamp\www\
|
| 246 |
-
#: C:\wamp\www\
|
| 247 |
-
#: C:\wamp\www\
|
| 248 |
msgid "Your score should be less than"
|
| 249 |
msgstr "Вашият резултат трябва да бъде по-малко от "
|
| 250 |
|
| 251 |
-
#: C:\wamp\www\
|
| 252 |
msgid "Title"
|
| 253 |
msgstr "Наименование"
|
| 254 |
|
| 255 |
-
#: C:\wamp\www\
|
| 256 |
msgid "First"
|
| 257 |
msgstr "Първа"
|
| 258 |
|
| 259 |
-
#: C:\wamp\www\
|
| 260 |
msgid "Last"
|
| 261 |
msgstr "Дата на последния одит. "
|
| 262 |
|
| 263 |
-
#: C:\wamp\www\
|
| 264 |
msgid "Middle"
|
| 265 |
msgstr "Среден"
|
| 266 |
|
| 267 |
-
#: C:\wamp\www\
|
| 268 |
msgid "Area Code"
|
| 269 |
msgstr "Регионалния код"
|
| 270 |
|
| 271 |
-
#: C:\wamp\www\
|
| 272 |
msgid "Phone Number"
|
| 273 |
msgstr "Телефонен номер"
|
| 274 |
|
| 275 |
-
#: C:\wamp\www\
|
| 276 |
msgid "Dollars"
|
| 277 |
msgstr "Dollars "
|
| 278 |
|
| 279 |
-
#: C:\wamp\www\
|
| 280 |
msgid "Cents"
|
| 281 |
msgstr "Cents "
|
| 282 |
|
| 283 |
-
#: C:\wamp\www\
|
| 284 |
msgid "From"
|
| 285 |
msgstr "от "
|
| 286 |
|
| 287 |
-
#: C:\wamp\www\
|
| 288 |
msgid "To"
|
| 289 |
msgstr "за"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: form_maker\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
+
"POT-Creation-Date: 2014-10-17 15:52+0300\n"
|
| 6 |
+
"PO-Revision-Date: 2014-10-17 16:16+0300\n"
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"Language: bg\n"
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
| 13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
| 14 |
"X-Poedit-Basepath: .\n"
|
| 15 |
+
"X-Generator: Poedit 1.6.9\n"
|
| 16 |
+
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\form-"
|
| 17 |
+
"maker\n"
|
| 18 |
|
| 19 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:233
|
| 20 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3314
|
| 21 |
msgid "Street Address"
|
| 22 |
msgstr "Улица"
|
| 23 |
|
| 24 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:236
|
| 25 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3315
|
| 26 |
msgid "Street Address Line 2"
|
| 27 |
msgstr "Адрес Ред 2"
|
| 28 |
|
| 29 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:239
|
| 30 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3316
|
| 31 |
msgid "City"
|
| 32 |
msgstr "Sofia"
|
| 33 |
|
| 34 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:242
|
| 35 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3317
|
| 36 |
msgid "State / Province / Region"
|
| 37 |
msgstr "Щат / Провинция / Регион"
|
| 38 |
|
| 39 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:245
|
| 40 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3318
|
| 41 |
msgid "Postal / Zip Code"
|
| 42 |
msgstr "Пощенски / Zip код"
|
| 43 |
|
| 44 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:248
|
| 45 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3319
|
| 46 |
msgid "Country"
|
| 47 |
msgstr "Държава"
|
| 48 |
|
| 49 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 50 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 51 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3302
|
| 52 |
msgid "January"
|
| 53 |
msgstr "януари"
|
| 54 |
|
| 55 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 56 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 57 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3303
|
| 58 |
msgid "February"
|
| 59 |
msgstr "февруари"
|
| 60 |
|
| 61 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 62 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 63 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3304
|
| 64 |
msgid "March"
|
| 65 |
msgstr "март"
|
| 66 |
|
| 67 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 68 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 69 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3305
|
| 70 |
msgid "April"
|
| 71 |
msgstr "април"
|
| 72 |
|
| 73 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 74 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 75 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3306
|
| 76 |
msgid "May"
|
| 77 |
msgstr "Май"
|
| 78 |
|
| 79 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 80 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 81 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3307
|
| 82 |
msgid "June"
|
| 83 |
msgstr "юни"
|
| 84 |
|
| 85 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 86 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 87 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3308
|
| 88 |
msgid "July"
|
| 89 |
msgstr "юли"
|
| 90 |
|
| 91 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 92 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 93 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3309
|
| 94 |
msgid "August"
|
| 95 |
msgstr "август"
|
| 96 |
|
| 97 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 98 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 99 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3310
|
| 100 |
msgid "September"
|
| 101 |
msgstr "септември"
|
| 102 |
|
| 103 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 104 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 105 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3311
|
| 106 |
msgid "October"
|
| 107 |
msgstr "октомври"
|
| 108 |
|
| 109 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 110 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 111 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3312
|
| 112 |
msgid "November"
|
| 113 |
msgstr "ноември"
|
| 114 |
|
| 115 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 116 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 117 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3313
|
| 118 |
msgid "December"
|
| 119 |
msgstr "декември"
|
| 120 |
|
| 121 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2353
|
| 122 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2207
|
| 123 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2247
|
| 124 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2305
|
| 125 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2342
|
| 126 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2399
|
| 127 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2440
|
| 128 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3325
|
| 129 |
msgid "Quantity"
|
| 130 |
msgstr "количество "
|
| 131 |
|
| 132 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:77
|
| 133 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:92
|
| 134 |
msgid "Error, incorrect Security code."
|
| 135 |
msgstr "Грешка, неправилно Код за сигурност."
|
| 136 |
|
| 137 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:106
|
| 138 |
msgid "Your ip is blacklisted. Please contact the website administrator."
|
| 139 |
msgstr "Вашият IP е черна. Моля, свържете се с администратора на сайта. "
|
| 140 |
|
| 141 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:260
|
| 142 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:780
|
| 143 |
msgid "The file exceeds the allowed size of"
|
| 144 |
msgstr "Файлът превишава допустимия размер на"
|
| 145 |
|
| 146 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:279
|
| 147 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:795
|
| 148 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1878
|
| 149 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3346
|
| 150 |
msgid "Sorry, you are not allowed to upload this type of file."
|
| 151 |
msgstr "За съжаление, не е позволено да се качите на този тип файл."
|
| 152 |
|
| 153 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:291
|
| 154 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:808
|
| 155 |
msgid "Error, file cannot be moved."
|
| 156 |
msgstr "Грешка, файлът не може да бъде преместен."
|
| 157 |
|
| 158 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:669
|
| 159 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1125
|
| 160 |
#, php-format
|
| 161 |
msgid ""
|
| 162 |
"This field %s requires a unique entry and this value was already submitted."
|
| 163 |
msgstr ""
|
| 164 |
"Това поле %s изисква уникален влизане и тази стойност вече е изпратена."
|
| 165 |
|
| 166 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:813
|
| 167 |
#, fuzzy
|
| 168 |
msgid "Error, file destination does not exist."
|
| 169 |
msgstr "Грешка, електронна поща не е изпратено."
|
| 170 |
|
| 171 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1309
|
| 172 |
msgid "Nothing was submitted."
|
| 173 |
msgstr "Нищо не беше представен."
|
| 174 |
|
| 175 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2095
|
| 176 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2108
|
| 177 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3801
|
| 178 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3806
|
| 179 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:63
|
| 180 |
msgid "Your form was successfully submitted."
|
| 181 |
msgstr "Вашият форма е успешно изпратена."
|
| 182 |
|
| 183 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2103
|
| 184 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3797
|
| 185 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:60
|
| 186 |
msgid "Error, email was not sent."
|
| 187 |
msgstr "Грешка, електронна поща не е изпратено."
|
| 188 |
|
| 189 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:643
|
| 190 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:690
|
| 191 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:740
|
| 192 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:787
|
| 193 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:836
|
| 194 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:891
|
| 195 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:963
|
| 196 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1068
|
| 197 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1083
|
| 198 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1185
|
| 199 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1257
|
| 200 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1358
|
| 201 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1449
|
| 202 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1526
|
| 203 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1585
|
| 204 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1661
|
| 205 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1708
|
| 206 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1815
|
| 207 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1863
|
| 208 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1918
|
| 209 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2086
|
| 210 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2232
|
| 211 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2329
|
| 212 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2424
|
| 213 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2499
|
| 214 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2600
|
| 215 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2659
|
| 216 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2714
|
| 217 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2774
|
| 218 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2831
|
| 219 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2891
|
| 220 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3005
|
| 221 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3019
|
| 222 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3034
|
| 223 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3049
|
| 224 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3351
|
| 225 |
msgid "field is required."
|
| 226 |
msgstr "Полето е задължително."
|
| 227 |
|
| 228 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1274
|
| 229 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3349
|
| 230 |
msgid "This is not a valid email address."
|
| 231 |
msgstr "Това не е валиден имейл адрес."
|
| 232 |
|
| 233 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2125
|
| 234 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3352
|
| 235 |
msgid "The"
|
| 236 |
msgstr "The "
|
| 237 |
|
| 238 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2125
|
| 239 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3352
|
| 240 |
msgid "value must be between"
|
| 241 |
msgstr "стойност трябва да бъде между "
|
| 242 |
|
| 243 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
|
| 244 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3114
|
| 245 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3115
|
| 246 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3347
|
| 247 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3348
|
| 248 |
msgid "Your score should be less than"
|
| 249 |
msgstr "Вашият резултат трябва да бъде по-малко от "
|
| 250 |
|
| 251 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3298
|
| 252 |
msgid "Title"
|
| 253 |
msgstr "Наименование"
|
| 254 |
|
| 255 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3299
|
| 256 |
msgid "First"
|
| 257 |
msgstr "Първа"
|
| 258 |
|
| 259 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3300
|
| 260 |
msgid "Last"
|
| 261 |
msgstr "Дата на последния одит. "
|
| 262 |
|
| 263 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3301
|
| 264 |
msgid "Middle"
|
| 265 |
msgstr "Среден"
|
| 266 |
|
| 267 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3320
|
| 268 |
msgid "Area Code"
|
| 269 |
msgstr "Регионалния код"
|
| 270 |
|
| 271 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3321
|
| 272 |
msgid "Phone Number"
|
| 273 |
msgstr "Телефонен номер"
|
| 274 |
|
| 275 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3322
|
| 276 |
msgid "Dollars"
|
| 277 |
msgstr "Dollars "
|
| 278 |
|
| 279 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3323
|
| 280 |
msgid "Cents"
|
| 281 |
msgstr "Cents "
|
| 282 |
|
| 283 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3326
|
| 284 |
msgid "From"
|
| 285 |
msgstr "от "
|
| 286 |
|
| 287 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3327
|
| 288 |
msgid "To"
|
| 289 |
msgstr "за"
|
| 290 |
+
|
| 291 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:202
|
| 292 |
+
msgid "GO"
|
| 293 |
+
msgstr "отидете "
|
| 294 |
+
|
| 295 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:203
|
| 296 |
+
msgid "Reset"
|
| 297 |
+
msgstr "Reset "
|
| 298 |
+
|
| 299 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:649
|
| 300 |
+
msgid "Select a Field"
|
| 301 |
+
msgstr "Изберете поле "
|
| 302 |
+
|
| 303 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:671
|
| 304 |
+
msgid "Select a Date"
|
| 305 |
+
msgstr "Изберете дата"
|
languages/form_maker-ca.mo
CHANGED
|
Binary file
|
languages/form_maker-ca.po
CHANGED
|
@@ -2,8 +2,8 @@ msgid ""
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: form_maker\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
-
"POT-Creation-Date: 2014-
|
| 6 |
-
"PO-Revision-Date: 2014-
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"Language: ca\n"
|
|
@@ -12,153 +12,153 @@ msgstr ""
|
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
| 13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
| 14 |
"X-Poedit-Basepath: .\n"
|
| 15 |
-
"X-Generator: Poedit 1.6.
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\
|
| 17 |
-
"
|
| 18 |
|
| 19 |
-
#: C:\wamp\www\
|
| 20 |
-
#: C:\wamp\www\
|
| 21 |
msgid "Street Address"
|
| 22 |
msgstr "Adreça de carrer"
|
| 23 |
|
| 24 |
-
#: C:\wamp\www\
|
| 25 |
-
#: C:\wamp\www\
|
| 26 |
msgid "Street Address Line 2"
|
| 27 |
msgstr "Carrer Adreça 2"
|
| 28 |
|
| 29 |
-
#: C:\wamp\www\
|
| 30 |
-
#: C:\wamp\www\
|
| 31 |
msgid "City"
|
| 32 |
msgstr "NomDistingit"
|
| 33 |
|
| 34 |
-
#: C:\wamp\www\
|
| 35 |
-
#: C:\wamp\www\
|
| 36 |
msgid "State / Province / Region"
|
| 37 |
msgstr "Estat / Província / Regió"
|
| 38 |
|
| 39 |
-
#: C:\wamp\www\
|
| 40 |
-
#: C:\wamp\www\
|
| 41 |
msgid "Postal / Zip Code"
|
| 42 |
msgstr "Postal / Codi Postal"
|
| 43 |
|
| 44 |
-
#: C:\wamp\www\
|
| 45 |
-
#: C:\wamp\www\
|
| 46 |
msgid "Country"
|
| 47 |
msgstr "País "
|
| 48 |
|
| 49 |
-
#: C:\wamp\www\
|
| 50 |
-
#: C:\wamp\www\
|
| 51 |
-
#: C:\wamp\www\
|
| 52 |
msgid "January"
|
| 53 |
msgstr "Gener"
|
| 54 |
|
| 55 |
-
#: C:\wamp\www\
|
| 56 |
-
#: C:\wamp\www\
|
| 57 |
-
#: C:\wamp\www\
|
| 58 |
msgid "February"
|
| 59 |
msgstr "Febrer"
|
| 60 |
|
| 61 |
-
#: C:\wamp\www\
|
| 62 |
-
#: C:\wamp\www\
|
| 63 |
-
#: C:\wamp\www\
|
| 64 |
msgid "March"
|
| 65 |
msgstr "Març"
|
| 66 |
|
| 67 |
-
#: C:\wamp\www\
|
| 68 |
-
#: C:\wamp\www\
|
| 69 |
-
#: C:\wamp\www\
|
| 70 |
msgid "April"
|
| 71 |
msgstr "Abril"
|
| 72 |
|
| 73 |
-
#: C:\wamp\www\
|
| 74 |
-
#: C:\wamp\www\
|
| 75 |
-
#: C:\wamp\www\
|
| 76 |
msgid "May"
|
| 77 |
msgstr "Mai"
|
| 78 |
|
| 79 |
-
#: C:\wamp\www\
|
| 80 |
-
#: C:\wamp\www\
|
| 81 |
-
#: C:\wamp\www\
|
| 82 |
msgid "June"
|
| 83 |
msgstr "Juny"
|
| 84 |
|
| 85 |
-
#: C:\wamp\www\
|
| 86 |
-
#: C:\wamp\www\
|
| 87 |
-
#: C:\wamp\www\
|
| 88 |
msgid "July"
|
| 89 |
msgstr "Juliol"
|
| 90 |
|
| 91 |
-
#: C:\wamp\www\
|
| 92 |
-
#: C:\wamp\www\
|
| 93 |
-
#: C:\wamp\www\
|
| 94 |
msgid "August"
|
| 95 |
msgstr "Agost"
|
| 96 |
|
| 97 |
-
#: C:\wamp\www\
|
| 98 |
-
#: C:\wamp\www\
|
| 99 |
-
#: C:\wamp\www\
|
| 100 |
msgid "September"
|
| 101 |
msgstr "Setembre"
|
| 102 |
|
| 103 |
-
#: C:\wamp\www\
|
| 104 |
-
#: C:\wamp\www\
|
| 105 |
-
#: C:\wamp\www\
|
| 106 |
msgid "October"
|
| 107 |
msgstr "Octubre"
|
| 108 |
|
| 109 |
-
#: C:\wamp\www\
|
| 110 |
-
#: C:\wamp\www\
|
| 111 |
-
#: C:\wamp\www\
|
| 112 |
msgid "November"
|
| 113 |
msgstr "Novembre"
|
| 114 |
|
| 115 |
-
#: C:\wamp\www\
|
| 116 |
-
#: C:\wamp\www\
|
| 117 |
-
#: C:\wamp\www\
|
| 118 |
msgid "December"
|
| 119 |
msgstr "Desembre"
|
| 120 |
|
| 121 |
-
#: C:\wamp\www\
|
| 122 |
-
#: C:\wamp\www\
|
| 123 |
-
#: C:\wamp\www\
|
| 124 |
-
#: C:\wamp\www\
|
| 125 |
-
#: C:\wamp\www\
|
| 126 |
-
#: C:\wamp\www\
|
| 127 |
-
#: C:\wamp\www\
|
| 128 |
-
#: C:\wamp\www\
|
| 129 |
msgid "Quantity"
|
| 130 |
msgstr "quantitat "
|
| 131 |
|
| 132 |
-
#: C:\wamp\www\
|
| 133 |
-
#: C:\wamp\www\
|
| 134 |
msgid "Error, incorrect Security code."
|
| 135 |
msgstr "Error, el codi de seguretat incorrecte."
|
| 136 |
|
| 137 |
-
#: C:\wamp\www\
|
| 138 |
msgid "Your ip is blacklisted. Please contact the website administrator."
|
| 139 |
msgstr ""
|
| 140 |
"La seva ip és la llista negra. Si us plau, poseu-vos en contacte amb "
|
| 141 |
"l'administrador del lloc web. "
|
| 142 |
|
| 143 |
-
#: C:\wamp\www\
|
| 144 |
-
#: C:\wamp\www\
|
| 145 |
msgid "The file exceeds the allowed size of"
|
| 146 |
msgstr "L'arxiu supera la grandària permès de"
|
| 147 |
|
| 148 |
-
#: C:\wamp\www\
|
| 149 |
-
#: C:\wamp\www\
|
| 150 |
-
#: C:\wamp\www\
|
| 151 |
-
#: C:\wamp\www\
|
| 152 |
msgid "Sorry, you are not allowed to upload this type of file."
|
| 153 |
msgstr "Ho sentim, no estan autoritzats a pujar aquest tipus de fitxer."
|
| 154 |
|
| 155 |
-
#: C:\wamp\www\
|
| 156 |
-
#: C:\wamp\www\
|
| 157 |
msgid "Error, file cannot be moved."
|
| 158 |
msgstr "Error, l'arxiu no es pot moure."
|
| 159 |
|
| 160 |
-
#: C:\wamp\www\
|
| 161 |
-
#: C:\wamp\www\
|
| 162 |
#, php-format
|
| 163 |
msgid ""
|
| 164 |
"This field %s requires a unique entry and this value was already submitted."
|
|
@@ -166,127 +166,143 @@ msgstr ""
|
|
| 166 |
"Aquest camp %s requereix d'una entrada única i aquest valor ja s'havia "
|
| 167 |
"presentat."
|
| 168 |
|
| 169 |
-
#: C:\wamp\www\
|
| 170 |
#, fuzzy
|
| 171 |
msgid "Error, file destination does not exist."
|
| 172 |
msgstr "Error, el correu electrònic no va ser enviat."
|
| 173 |
|
| 174 |
-
#: C:\wamp\www\
|
| 175 |
msgid "Nothing was submitted."
|
| 176 |
msgstr "Res es va presentar."
|
| 177 |
|
| 178 |
-
#: C:\wamp\www\
|
| 179 |
-
#: C:\wamp\www\
|
| 180 |
-
#: C:\wamp\www\
|
| 181 |
-
#: C:\wamp\www\
|
| 182 |
-
#: C:\wamp\www\
|
| 183 |
msgid "Your form was successfully submitted."
|
| 184 |
msgstr "El formulari s'ha enviat correctament."
|
| 185 |
|
| 186 |
-
#: C:\wamp\www\
|
| 187 |
-
#: C:\wamp\www\
|
| 188 |
-
#: C:\wamp\www\
|
| 189 |
msgid "Error, email was not sent."
|
| 190 |
msgstr "Error, el correu electrònic no va ser enviat."
|
| 191 |
|
| 192 |
-
#: C:\wamp\www\
|
| 193 |
-
#: C:\wamp\www\
|
| 194 |
-
#: C:\wamp\www\
|
| 195 |
-
#: C:\wamp\www\
|
| 196 |
-
#: C:\wamp\www\
|
| 197 |
-
#: C:\wamp\www\
|
| 198 |
-
#: C:\wamp\www\
|
| 199 |
-
#: C:\wamp\www\
|
| 200 |
-
#: C:\wamp\www\
|
| 201 |
-
#: C:\wamp\www\
|
| 202 |
-
#: C:\wamp\www\
|
| 203 |
-
#: C:\wamp\www\
|
| 204 |
-
#: C:\wamp\www\
|
| 205 |
-
#: C:\wamp\www\
|
| 206 |
-
#: C:\wamp\www\
|
| 207 |
-
#: C:\wamp\www\
|
| 208 |
-
#: C:\wamp\www\
|
| 209 |
-
#: C:\wamp\www\
|
| 210 |
-
#: C:\wamp\www\
|
| 211 |
-
#: C:\wamp\www\
|
| 212 |
-
#: C:\wamp\www\
|
| 213 |
-
#: C:\wamp\www\
|
| 214 |
-
#: C:\wamp\www\
|
| 215 |
-
#: C:\wamp\www\
|
| 216 |
-
#: C:\wamp\www\
|
| 217 |
-
#: C:\wamp\www\
|
| 218 |
-
#: C:\wamp\www\
|
| 219 |
-
#: C:\wamp\www\
|
| 220 |
-
#: C:\wamp\www\
|
| 221 |
-
#: C:\wamp\www\
|
| 222 |
-
#: C:\wamp\www\
|
| 223 |
-
#: C:\wamp\www\
|
| 224 |
-
#: C:\wamp\www\
|
| 225 |
-
#: C:\wamp\www\
|
| 226 |
-
#: C:\wamp\www\
|
| 227 |
-
#: C:\wamp\www\
|
| 228 |
msgid "field is required."
|
| 229 |
msgstr "camp és obligatori."
|
| 230 |
|
| 231 |
-
#: C:\wamp\www\
|
| 232 |
-
#: C:\wamp\www\
|
| 233 |
msgid "This is not a valid email address."
|
| 234 |
msgstr "Això no és una adreça de correu electrònic vàlida."
|
| 235 |
|
| 236 |
-
#: C:\wamp\www\
|
| 237 |
-
#: C:\wamp\www\
|
| 238 |
msgid "The"
|
| 239 |
msgstr "la "
|
| 240 |
|
| 241 |
-
#: C:\wamp\www\
|
| 242 |
-
#: C:\wamp\www\
|
| 243 |
msgid "value must be between"
|
| 244 |
msgstr "valor ha d'estar entre "
|
| 245 |
|
| 246 |
-
#: C:\wamp\www\
|
| 247 |
-
#: C:\wamp\www\
|
| 248 |
-
#: C:\wamp\www\
|
| 249 |
-
#: C:\wamp\www\
|
| 250 |
-
#: C:\wamp\www\
|
| 251 |
msgid "Your score should be less than"
|
| 252 |
msgstr "La seva puntuació ha de ser inferior a "
|
| 253 |
|
| 254 |
-
#: C:\wamp\www\
|
| 255 |
msgid "Title"
|
| 256 |
msgstr "Títol"
|
| 257 |
|
| 258 |
-
#: C:\wamp\www\
|
| 259 |
msgid "First"
|
| 260 |
msgstr "Primer"
|
| 261 |
|
| 262 |
-
#: C:\wamp\www\
|
| 263 |
msgid "Last"
|
| 264 |
msgstr "Últim"
|
| 265 |
|
| 266 |
-
#: C:\wamp\www\
|
| 267 |
msgid "Middle"
|
| 268 |
msgstr "Mitjà"
|
| 269 |
|
| 270 |
-
#: C:\wamp\www\
|
| 271 |
msgid "Area Code"
|
| 272 |
msgstr "Codi d'àrea"
|
| 273 |
|
| 274 |
-
#: C:\wamp\www\
|
| 275 |
msgid "Phone Number"
|
| 276 |
msgstr "Número de telèfon"
|
| 277 |
|
| 278 |
-
#: C:\wamp\www\
|
| 279 |
msgid "Dollars"
|
| 280 |
msgstr "dòlars "
|
| 281 |
|
| 282 |
-
#: C:\wamp\www\
|
| 283 |
msgid "Cents"
|
| 284 |
msgstr "cents "
|
| 285 |
|
| 286 |
-
#: C:\wamp\www\
|
| 287 |
msgid "From"
|
| 288 |
msgstr "des "
|
| 289 |
|
| 290 |
-
#: C:\wamp\www\
|
| 291 |
msgid "To"
|
| 292 |
msgstr "A"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: form_maker\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
+
"POT-Creation-Date: 2014-10-17 15:59+0300\n"
|
| 6 |
+
"PO-Revision-Date: 2014-10-17 16:17+0300\n"
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"Language: ca\n"
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
| 13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
| 14 |
"X-Poedit-Basepath: .\n"
|
| 15 |
+
"X-Generator: Poedit 1.6.9\n"
|
| 16 |
+
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\form-"
|
| 17 |
+
"maker\n"
|
| 18 |
|
| 19 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:233
|
| 20 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3314
|
| 21 |
msgid "Street Address"
|
| 22 |
msgstr "Adreça de carrer"
|
| 23 |
|
| 24 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:236
|
| 25 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3315
|
| 26 |
msgid "Street Address Line 2"
|
| 27 |
msgstr "Carrer Adreça 2"
|
| 28 |
|
| 29 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:239
|
| 30 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3316
|
| 31 |
msgid "City"
|
| 32 |
msgstr "NomDistingit"
|
| 33 |
|
| 34 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:242
|
| 35 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3317
|
| 36 |
msgid "State / Province / Region"
|
| 37 |
msgstr "Estat / Província / Regió"
|
| 38 |
|
| 39 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:245
|
| 40 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3318
|
| 41 |
msgid "Postal / Zip Code"
|
| 42 |
msgstr "Postal / Codi Postal"
|
| 43 |
|
| 44 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:248
|
| 45 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3319
|
| 46 |
msgid "Country"
|
| 47 |
msgstr "País "
|
| 48 |
|
| 49 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 50 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 51 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3302
|
| 52 |
msgid "January"
|
| 53 |
msgstr "Gener"
|
| 54 |
|
| 55 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 56 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 57 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3303
|
| 58 |
msgid "February"
|
| 59 |
msgstr "Febrer"
|
| 60 |
|
| 61 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 62 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 63 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3304
|
| 64 |
msgid "March"
|
| 65 |
msgstr "Març"
|
| 66 |
|
| 67 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 68 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 69 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3305
|
| 70 |
msgid "April"
|
| 71 |
msgstr "Abril"
|
| 72 |
|
| 73 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 74 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 75 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3306
|
| 76 |
msgid "May"
|
| 77 |
msgstr "Mai"
|
| 78 |
|
| 79 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 80 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 81 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3307
|
| 82 |
msgid "June"
|
| 83 |
msgstr "Juny"
|
| 84 |
|
| 85 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 86 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 87 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3308
|
| 88 |
msgid "July"
|
| 89 |
msgstr "Juliol"
|
| 90 |
|
| 91 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 92 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 93 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3309
|
| 94 |
msgid "August"
|
| 95 |
msgstr "Agost"
|
| 96 |
|
| 97 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 98 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 99 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3310
|
| 100 |
msgid "September"
|
| 101 |
msgstr "Setembre"
|
| 102 |
|
| 103 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 104 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 105 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3311
|
| 106 |
msgid "October"
|
| 107 |
msgstr "Octubre"
|
| 108 |
|
| 109 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 110 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 111 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3312
|
| 112 |
msgid "November"
|
| 113 |
msgstr "Novembre"
|
| 114 |
|
| 115 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 116 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 117 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3313
|
| 118 |
msgid "December"
|
| 119 |
msgstr "Desembre"
|
| 120 |
|
| 121 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2353
|
| 122 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2207
|
| 123 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2247
|
| 124 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2305
|
| 125 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2342
|
| 126 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2399
|
| 127 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2440
|
| 128 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3325
|
| 129 |
msgid "Quantity"
|
| 130 |
msgstr "quantitat "
|
| 131 |
|
| 132 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:77
|
| 133 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:92
|
| 134 |
msgid "Error, incorrect Security code."
|
| 135 |
msgstr "Error, el codi de seguretat incorrecte."
|
| 136 |
|
| 137 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:106
|
| 138 |
msgid "Your ip is blacklisted. Please contact the website administrator."
|
| 139 |
msgstr ""
|
| 140 |
"La seva ip és la llista negra. Si us plau, poseu-vos en contacte amb "
|
| 141 |
"l'administrador del lloc web. "
|
| 142 |
|
| 143 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:260
|
| 144 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:780
|
| 145 |
msgid "The file exceeds the allowed size of"
|
| 146 |
msgstr "L'arxiu supera la grandària permès de"
|
| 147 |
|
| 148 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:279
|
| 149 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:795
|
| 150 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1878
|
| 151 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3346
|
| 152 |
msgid "Sorry, you are not allowed to upload this type of file."
|
| 153 |
msgstr "Ho sentim, no estan autoritzats a pujar aquest tipus de fitxer."
|
| 154 |
|
| 155 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:291
|
| 156 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:808
|
| 157 |
msgid "Error, file cannot be moved."
|
| 158 |
msgstr "Error, l'arxiu no es pot moure."
|
| 159 |
|
| 160 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:669
|
| 161 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1125
|
| 162 |
#, php-format
|
| 163 |
msgid ""
|
| 164 |
"This field %s requires a unique entry and this value was already submitted."
|
| 166 |
"Aquest camp %s requereix d'una entrada única i aquest valor ja s'havia "
|
| 167 |
"presentat."
|
| 168 |
|
| 169 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:813
|
| 170 |
#, fuzzy
|
| 171 |
msgid "Error, file destination does not exist."
|
| 172 |
msgstr "Error, el correu electrònic no va ser enviat."
|
| 173 |
|
| 174 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1309
|
| 175 |
msgid "Nothing was submitted."
|
| 176 |
msgstr "Res es va presentar."
|
| 177 |
|
| 178 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2095
|
| 179 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2108
|
| 180 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3801
|
| 181 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3806
|
| 182 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:63
|
| 183 |
msgid "Your form was successfully submitted."
|
| 184 |
msgstr "El formulari s'ha enviat correctament."
|
| 185 |
|
| 186 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2103
|
| 187 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3797
|
| 188 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:60
|
| 189 |
msgid "Error, email was not sent."
|
| 190 |
msgstr "Error, el correu electrònic no va ser enviat."
|
| 191 |
|
| 192 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:643
|
| 193 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:690
|
| 194 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:740
|
| 195 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:787
|
| 196 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:836
|
| 197 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:891
|
| 198 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:963
|
| 199 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1068
|
| 200 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1083
|
| 201 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1185
|
| 202 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1257
|
| 203 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1358
|
| 204 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1449
|
| 205 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1526
|
| 206 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1585
|
| 207 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1661
|
| 208 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1708
|
| 209 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1815
|
| 210 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1863
|
| 211 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1918
|
| 212 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2086
|
| 213 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2232
|
| 214 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2329
|
| 215 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2424
|
| 216 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2499
|
| 217 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2600
|
| 218 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2659
|
| 219 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2714
|
| 220 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2774
|
| 221 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2831
|
| 222 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2891
|
| 223 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3005
|
| 224 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3019
|
| 225 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3034
|
| 226 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3049
|
| 227 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3351
|
| 228 |
msgid "field is required."
|
| 229 |
msgstr "camp és obligatori."
|
| 230 |
|
| 231 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1274
|
| 232 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3349
|
| 233 |
msgid "This is not a valid email address."
|
| 234 |
msgstr "Això no és una adreça de correu electrònic vàlida."
|
| 235 |
|
| 236 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2125
|
| 237 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3352
|
| 238 |
msgid "The"
|
| 239 |
msgstr "la "
|
| 240 |
|
| 241 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2125
|
| 242 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3352
|
| 243 |
msgid "value must be between"
|
| 244 |
msgstr "valor ha d'estar entre "
|
| 245 |
|
| 246 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
|
| 247 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3114
|
| 248 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3115
|
| 249 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3347
|
| 250 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3348
|
| 251 |
msgid "Your score should be less than"
|
| 252 |
msgstr "La seva puntuació ha de ser inferior a "
|
| 253 |
|
| 254 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3298
|
| 255 |
msgid "Title"
|
| 256 |
msgstr "Títol"
|
| 257 |
|
| 258 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3299
|
| 259 |
msgid "First"
|
| 260 |
msgstr "Primer"
|
| 261 |
|
| 262 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3300
|
| 263 |
msgid "Last"
|
| 264 |
msgstr "Últim"
|
| 265 |
|
| 266 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3301
|
| 267 |
msgid "Middle"
|
| 268 |
msgstr "Mitjà"
|
| 269 |
|
| 270 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3320
|
| 271 |
msgid "Area Code"
|
| 272 |
msgstr "Codi d'àrea"
|
| 273 |
|
| 274 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3321
|
| 275 |
msgid "Phone Number"
|
| 276 |
msgstr "Número de telèfon"
|
| 277 |
|
| 278 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3322
|
| 279 |
msgid "Dollars"
|
| 280 |
msgstr "dòlars "
|
| 281 |
|
| 282 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3323
|
| 283 |
msgid "Cents"
|
| 284 |
msgstr "cents "
|
| 285 |
|
| 286 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3326
|
| 287 |
msgid "From"
|
| 288 |
msgstr "des "
|
| 289 |
|
| 290 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3327
|
| 291 |
msgid "To"
|
| 292 |
msgstr "A"
|
| 293 |
+
|
| 294 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:202
|
| 295 |
+
msgid "GO"
|
| 296 |
+
msgstr "anar "
|
| 297 |
+
|
| 298 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:203
|
| 299 |
+
msgid "Reset"
|
| 300 |
+
msgstr "restablir"
|
| 301 |
+
|
| 302 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:649
|
| 303 |
+
msgid "Select a Field"
|
| 304 |
+
msgstr "Seleccioneu un camp "
|
| 305 |
+
|
| 306 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:671
|
| 307 |
+
msgid "Select a Date"
|
| 308 |
+
msgstr "Seleccioneu una data"
|
languages/form_maker-cs_CZ.mo
CHANGED
|
Binary file
|
languages/form_maker-cs_CZ.po
CHANGED
|
@@ -2,8 +2,8 @@ msgid ""
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: form_maker\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
-
"POT-Creation-Date: 2014-
|
| 6 |
-
"PO-Revision-Date: 2014-
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"Language: cs\n"
|
|
@@ -12,278 +12,294 @@ msgstr ""
|
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
| 13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
| 14 |
"X-Poedit-Basepath: .\n"
|
| 15 |
-
"X-Generator: Poedit 1.6.
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\
|
| 17 |
-
"
|
| 18 |
|
| 19 |
-
#: C:\wamp\www\
|
| 20 |
-
#: C:\wamp\www\
|
| 21 |
msgid "Street Address"
|
| 22 |
msgstr "Ulice"
|
| 23 |
|
| 24 |
-
#: C:\wamp\www\
|
| 25 |
-
#: C:\wamp\www\
|
| 26 |
msgid "Street Address Line 2"
|
| 27 |
msgstr "Ulice řádek 2"
|
| 28 |
|
| 29 |
-
#: C:\wamp\www\
|
| 30 |
-
#: C:\wamp\www\
|
| 31 |
msgid "City"
|
| 32 |
msgstr "Město"
|
| 33 |
|
| 34 |
-
#: C:\wamp\www\
|
| 35 |
-
#: C:\wamp\www\
|
| 36 |
msgid "State / Province / Region"
|
| 37 |
msgstr "Stát / provincie / Region"
|
| 38 |
|
| 39 |
-
#: C:\wamp\www\
|
| 40 |
-
#: C:\wamp\www\
|
| 41 |
msgid "Postal / Zip Code"
|
| 42 |
msgstr "Poštovní / PSČ"
|
| 43 |
|
| 44 |
-
#: C:\wamp\www\
|
| 45 |
-
#: C:\wamp\www\
|
| 46 |
msgid "Country"
|
| 47 |
msgstr "Země"
|
| 48 |
|
| 49 |
-
#: C:\wamp\www\
|
| 50 |
-
#: C:\wamp\www\
|
| 51 |
-
#: C:\wamp\www\
|
| 52 |
msgid "January"
|
| 53 |
msgstr "Leden"
|
| 54 |
|
| 55 |
-
#: C:\wamp\www\
|
| 56 |
-
#: C:\wamp\www\
|
| 57 |
-
#: C:\wamp\www\
|
| 58 |
msgid "February"
|
| 59 |
msgstr "Únor"
|
| 60 |
|
| 61 |
-
#: C:\wamp\www\
|
| 62 |
-
#: C:\wamp\www\
|
| 63 |
-
#: C:\wamp\www\
|
| 64 |
msgid "March"
|
| 65 |
msgstr "Březen"
|
| 66 |
|
| 67 |
-
#: C:\wamp\www\
|
| 68 |
-
#: C:\wamp\www\
|
| 69 |
-
#: C:\wamp\www\
|
| 70 |
msgid "April"
|
| 71 |
msgstr "Duben"
|
| 72 |
|
| 73 |
-
#: C:\wamp\www\
|
| 74 |
-
#: C:\wamp\www\
|
| 75 |
-
#: C:\wamp\www\
|
| 76 |
msgid "May"
|
| 77 |
msgstr "Květen"
|
| 78 |
|
| 79 |
-
#: C:\wamp\www\
|
| 80 |
-
#: C:\wamp\www\
|
| 81 |
-
#: C:\wamp\www\
|
| 82 |
msgid "June"
|
| 83 |
msgstr "Červen"
|
| 84 |
|
| 85 |
-
#: C:\wamp\www\
|
| 86 |
-
#: C:\wamp\www\
|
| 87 |
-
#: C:\wamp\www\
|
| 88 |
msgid "July"
|
| 89 |
msgstr "Červenec"
|
| 90 |
|
| 91 |
-
#: C:\wamp\www\
|
| 92 |
-
#: C:\wamp\www\
|
| 93 |
-
#: C:\wamp\www\
|
| 94 |
msgid "August"
|
| 95 |
msgstr "Srpen"
|
| 96 |
|
| 97 |
-
#: C:\wamp\www\
|
| 98 |
-
#: C:\wamp\www\
|
| 99 |
-
#: C:\wamp\www\
|
| 100 |
msgid "September"
|
| 101 |
msgstr "Září"
|
| 102 |
|
| 103 |
-
#: C:\wamp\www\
|
| 104 |
-
#: C:\wamp\www\
|
| 105 |
-
#: C:\wamp\www\
|
| 106 |
msgid "October"
|
| 107 |
msgstr "Říjen"
|
| 108 |
|
| 109 |
-
#: C:\wamp\www\
|
| 110 |
-
#: C:\wamp\www\
|
| 111 |
-
#: C:\wamp\www\
|
| 112 |
msgid "November"
|
| 113 |
msgstr "Listopad"
|
| 114 |
|
| 115 |
-
#: C:\wamp\www\
|
| 116 |
-
#: C:\wamp\www\
|
| 117 |
-
#: C:\wamp\www\
|
| 118 |
msgid "December"
|
| 119 |
msgstr "Prosinec"
|
| 120 |
|
| 121 |
-
#: C:\wamp\www\
|
| 122 |
-
#: C:\wamp\www\
|
| 123 |
-
#: C:\wamp\www\
|
| 124 |
-
#: C:\wamp\www\
|
| 125 |
-
#: C:\wamp\www\
|
| 126 |
-
#: C:\wamp\www\
|
| 127 |
-
#: C:\wamp\www\
|
| 128 |
-
#: C:\wamp\www\
|
| 129 |
msgid "Quantity"
|
| 130 |
msgstr "množství "
|
| 131 |
|
| 132 |
-
#: C:\wamp\www\
|
| 133 |
-
#: C:\wamp\www\
|
| 134 |
msgid "Error, incorrect Security code."
|
| 135 |
msgstr "Chyba, nesprávný bezpečnostní kód."
|
| 136 |
|
| 137 |
-
#: C:\wamp\www\
|
| 138 |
msgid "Your ip is blacklisted. Please contact the website administrator."
|
| 139 |
msgstr "Vaše IP je na černé listině. Prosím, obraťte se na správce webu. "
|
| 140 |
|
| 141 |
-
#: C:\wamp\www\
|
| 142 |
-
#: C:\wamp\www\
|
| 143 |
msgid "The file exceeds the allowed size of"
|
| 144 |
msgstr "Souboru přesáhne povolenou velikost"
|
| 145 |
|
| 146 |
-
#: C:\wamp\www\
|
| 147 |
-
#: C:\wamp\www\
|
| 148 |
-
#: C:\wamp\www\
|
| 149 |
-
#: C:\wamp\www\
|
| 150 |
msgid "Sorry, you are not allowed to upload this type of file."
|
| 151 |
msgstr "Je nám líto, ale nemáte možnost nahrát tento typ souboru."
|
| 152 |
|
| 153 |
-
#: C:\wamp\www\
|
| 154 |
-
#: C:\wamp\www\
|
| 155 |
msgid "Error, file cannot be moved."
|
| 156 |
msgstr "Chyba může soubor nelze přesunout."
|
| 157 |
|
| 158 |
-
#: C:\wamp\www\
|
| 159 |
-
#: C:\wamp\www\
|
| 160 |
#, php-format
|
| 161 |
msgid ""
|
| 162 |
"This field %s requires a unique entry and this value was already submitted."
|
| 163 |
msgstr ""
|
| 164 |
"Toto pole %s vyžaduje jedinečný přístup a tato hodnota byla již podána."
|
| 165 |
|
| 166 |
-
#: C:\wamp\www\
|
| 167 |
#, fuzzy
|
| 168 |
msgid "Error, file destination does not exist."
|
| 169 |
msgstr "Chyba, byl e-mail neposlal."
|
| 170 |
|
| 171 |
-
#: C:\wamp\www\
|
| 172 |
msgid "Nothing was submitted."
|
| 173 |
msgstr "Nic byl předložen."
|
| 174 |
|
| 175 |
-
#: C:\wamp\www\
|
| 176 |
-
#: C:\wamp\www\
|
| 177 |
-
#: C:\wamp\www\
|
| 178 |
-
#: C:\wamp\www\
|
| 179 |
-
#: C:\wamp\www\
|
| 180 |
msgid "Your form was successfully submitted."
|
| 181 |
msgstr "Váš formulář byl úspěšně odeslán."
|
| 182 |
|
| 183 |
-
#: C:\wamp\www\
|
| 184 |
-
#: C:\wamp\www\
|
| 185 |
-
#: C:\wamp\www\
|
| 186 |
msgid "Error, email was not sent."
|
| 187 |
msgstr "Chyba, byl e-mail neposlal."
|
| 188 |
|
| 189 |
-
#: C:\wamp\www\
|
| 190 |
-
#: C:\wamp\www\
|
| 191 |
-
#: C:\wamp\www\
|
| 192 |
-
#: C:\wamp\www\
|
| 193 |
-
#: C:\wamp\www\
|
| 194 |
-
#: C:\wamp\www\
|
| 195 |
-
#: C:\wamp\www\
|
| 196 |
-
#: C:\wamp\www\
|
| 197 |
-
#: C:\wamp\www\
|
| 198 |
-
#: C:\wamp\www\
|
| 199 |
-
#: C:\wamp\www\
|
| 200 |
-
#: C:\wamp\www\
|
| 201 |
-
#: C:\wamp\www\
|
| 202 |
-
#: C:\wamp\www\
|
| 203 |
-
#: C:\wamp\www\
|
| 204 |
-
#: C:\wamp\www\
|
| 205 |
-
#: C:\wamp\www\
|
| 206 |
-
#: C:\wamp\www\
|
| 207 |
-
#: C:\wamp\www\
|
| 208 |
-
#: C:\wamp\www\
|
| 209 |
-
#: C:\wamp\www\
|
| 210 |
-
#: C:\wamp\www\
|
| 211 |
-
#: C:\wamp\www\
|
| 212 |
-
#: C:\wamp\www\
|
| 213 |
-
#: C:\wamp\www\
|
| 214 |
-
#: C:\wamp\www\
|
| 215 |
-
#: C:\wamp\www\
|
| 216 |
-
#: C:\wamp\www\
|
| 217 |
-
#: C:\wamp\www\
|
| 218 |
-
#: C:\wamp\www\
|
| 219 |
-
#: C:\wamp\www\
|
| 220 |
-
#: C:\wamp\www\
|
| 221 |
-
#: C:\wamp\www\
|
| 222 |
-
#: C:\wamp\www\
|
| 223 |
-
#: C:\wamp\www\
|
| 224 |
-
#: C:\wamp\www\
|
| 225 |
msgid "field is required."
|
| 226 |
msgstr "pole je povinné."
|
| 227 |
|
| 228 |
-
#: C:\wamp\www\
|
| 229 |
-
#: C:\wamp\www\
|
| 230 |
msgid "This is not a valid email address."
|
| 231 |
msgstr "Toto není platná e-mailová adresa."
|
| 232 |
|
| 233 |
-
#: C:\wamp\www\
|
| 234 |
-
#: C:\wamp\www\
|
| 235 |
msgid "The"
|
| 236 |
msgstr "The"
|
| 237 |
|
| 238 |
-
#: C:\wamp\www\
|
| 239 |
-
#: C:\wamp\www\
|
| 240 |
msgid "value must be between"
|
| 241 |
msgstr "hodnota musí být mezi "
|
| 242 |
|
| 243 |
-
#: C:\wamp\www\
|
| 244 |
-
#: C:\wamp\www\
|
| 245 |
-
#: C:\wamp\www\
|
| 246 |
-
#: C:\wamp\www\
|
| 247 |
-
#: C:\wamp\www\
|
| 248 |
msgid "Your score should be less than"
|
| 249 |
msgstr "Vaše skóre by měla být menší než "
|
| 250 |
|
| 251 |
-
#: C:\wamp\www\
|
| 252 |
msgid "Title"
|
| 253 |
msgstr "Název"
|
| 254 |
|
| 255 |
-
#: C:\wamp\www\
|
| 256 |
msgid "First"
|
| 257 |
msgstr "Za prvé"
|
| 258 |
|
| 259 |
-
#: C:\wamp\www\
|
| 260 |
msgid "Last"
|
| 261 |
msgstr "Poslední"
|
| 262 |
|
| 263 |
-
#: C:\wamp\www\
|
| 264 |
msgid "Middle"
|
| 265 |
msgstr "na střed"
|
| 266 |
|
| 267 |
-
#: C:\wamp\www\
|
| 268 |
msgid "Area Code"
|
| 269 |
msgstr "Kód oblasti"
|
| 270 |
|
| 271 |
-
#: C:\wamp\www\
|
| 272 |
msgid "Phone Number"
|
| 273 |
msgstr "Telefonní číslo"
|
| 274 |
|
| 275 |
-
#: C:\wamp\www\
|
| 276 |
msgid "Dollars"
|
| 277 |
msgstr "dolarů "
|
| 278 |
|
| 279 |
-
#: C:\wamp\www\
|
| 280 |
msgid "Cents"
|
| 281 |
msgstr "centů "
|
| 282 |
|
| 283 |
-
#: C:\wamp\www\
|
| 284 |
msgid "From"
|
| 285 |
msgstr "od "
|
| 286 |
|
| 287 |
-
#: C:\wamp\www\
|
| 288 |
msgid "To"
|
| 289 |
msgstr "na"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: form_maker\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
+
"POT-Creation-Date: 2014-10-17 16:18+0300\n"
|
| 6 |
+
"PO-Revision-Date: 2014-10-17 16:19+0300\n"
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"Language: cs\n"
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
| 13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
| 14 |
"X-Poedit-Basepath: .\n"
|
| 15 |
+
"X-Generator: Poedit 1.6.9\n"
|
| 16 |
+
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\form-"
|
| 17 |
+
"maker\n"
|
| 18 |
|
| 19 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:233
|
| 20 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3314
|
| 21 |
msgid "Street Address"
|
| 22 |
msgstr "Ulice"
|
| 23 |
|
| 24 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:236
|
| 25 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3315
|
| 26 |
msgid "Street Address Line 2"
|
| 27 |
msgstr "Ulice řádek 2"
|
| 28 |
|
| 29 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:239
|
| 30 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3316
|
| 31 |
msgid "City"
|
| 32 |
msgstr "Město"
|
| 33 |
|
| 34 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:242
|
| 35 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3317
|
| 36 |
msgid "State / Province / Region"
|
| 37 |
msgstr "Stát / provincie / Region"
|
| 38 |
|
| 39 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:245
|
| 40 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3318
|
| 41 |
msgid "Postal / Zip Code"
|
| 42 |
msgstr "Poštovní / PSČ"
|
| 43 |
|
| 44 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:248
|
| 45 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3319
|
| 46 |
msgid "Country"
|
| 47 |
msgstr "Země"
|
| 48 |
|
| 49 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 50 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 51 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3302
|
| 52 |
msgid "January"
|
| 53 |
msgstr "Leden"
|
| 54 |
|
| 55 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 56 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 57 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3303
|
| 58 |
msgid "February"
|
| 59 |
msgstr "Únor"
|
| 60 |
|
| 61 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 62 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 63 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3304
|
| 64 |
msgid "March"
|
| 65 |
msgstr "Březen"
|
| 66 |
|
| 67 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 68 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 69 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3305
|
| 70 |
msgid "April"
|
| 71 |
msgstr "Duben"
|
| 72 |
|
| 73 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 74 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 75 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3306
|
| 76 |
msgid "May"
|
| 77 |
msgstr "Květen"
|
| 78 |
|
| 79 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 80 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 81 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3307
|
| 82 |
msgid "June"
|
| 83 |
msgstr "Červen"
|
| 84 |
|
| 85 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 86 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 87 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3308
|
| 88 |
msgid "July"
|
| 89 |
msgstr "Červenec"
|
| 90 |
|
| 91 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 92 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 93 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3309
|
| 94 |
msgid "August"
|
| 95 |
msgstr "Srpen"
|
| 96 |
|
| 97 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 98 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 99 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3310
|
| 100 |
msgid "September"
|
| 101 |
msgstr "Září"
|
| 102 |
|
| 103 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 104 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 105 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3311
|
| 106 |
msgid "October"
|
| 107 |
msgstr "Říjen"
|
| 108 |
|
| 109 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 110 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 111 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3312
|
| 112 |
msgid "November"
|
| 113 |
msgstr "Listopad"
|
| 114 |
|
| 115 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 116 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 117 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3313
|
| 118 |
msgid "December"
|
| 119 |
msgstr "Prosinec"
|
| 120 |
|
| 121 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2353
|
| 122 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2207
|
| 123 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2247
|
| 124 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2305
|
| 125 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2342
|
| 126 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2399
|
| 127 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2440
|
| 128 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3325
|
| 129 |
msgid "Quantity"
|
| 130 |
msgstr "množství "
|
| 131 |
|
| 132 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:77
|
| 133 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:92
|
| 134 |
msgid "Error, incorrect Security code."
|
| 135 |
msgstr "Chyba, nesprávný bezpečnostní kód."
|
| 136 |
|
| 137 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:106
|
| 138 |
msgid "Your ip is blacklisted. Please contact the website administrator."
|
| 139 |
msgstr "Vaše IP je na černé listině. Prosím, obraťte se na správce webu. "
|
| 140 |
|
| 141 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:260
|
| 142 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:780
|
| 143 |
msgid "The file exceeds the allowed size of"
|
| 144 |
msgstr "Souboru přesáhne povolenou velikost"
|
| 145 |
|
| 146 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:279
|
| 147 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:795
|
| 148 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1878
|
| 149 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3346
|
| 150 |
msgid "Sorry, you are not allowed to upload this type of file."
|
| 151 |
msgstr "Je nám líto, ale nemáte možnost nahrát tento typ souboru."
|
| 152 |
|
| 153 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:291
|
| 154 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:808
|
| 155 |
msgid "Error, file cannot be moved."
|
| 156 |
msgstr "Chyba může soubor nelze přesunout."
|
| 157 |
|
| 158 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:669
|
| 159 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1125
|
| 160 |
#, php-format
|
| 161 |
msgid ""
|
| 162 |
"This field %s requires a unique entry and this value was already submitted."
|
| 163 |
msgstr ""
|
| 164 |
"Toto pole %s vyžaduje jedinečný přístup a tato hodnota byla již podána."
|
| 165 |
|
| 166 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:813
|
| 167 |
#, fuzzy
|
| 168 |
msgid "Error, file destination does not exist."
|
| 169 |
msgstr "Chyba, byl e-mail neposlal."
|
| 170 |
|
| 171 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1309
|
| 172 |
msgid "Nothing was submitted."
|
| 173 |
msgstr "Nic byl předložen."
|
| 174 |
|
| 175 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2095
|
| 176 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2108
|
| 177 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3801
|
| 178 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3806
|
| 179 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:63
|
| 180 |
msgid "Your form was successfully submitted."
|
| 181 |
msgstr "Váš formulář byl úspěšně odeslán."
|
| 182 |
|
| 183 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2103
|
| 184 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3797
|
| 185 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:60
|
| 186 |
msgid "Error, email was not sent."
|
| 187 |
msgstr "Chyba, byl e-mail neposlal."
|
| 188 |
|
| 189 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:643
|
| 190 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:690
|
| 191 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:740
|
| 192 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:787
|
| 193 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:836
|
| 194 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:891
|
| 195 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:963
|
| 196 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1068
|
| 197 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1083
|
| 198 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1185
|
| 199 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1257
|
| 200 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1358
|
| 201 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1449
|
| 202 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1526
|
| 203 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1585
|
| 204 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1661
|
| 205 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1708
|
| 206 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1815
|
| 207 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1863
|
| 208 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1918
|
| 209 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2086
|
| 210 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2232
|
| 211 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2329
|
| 212 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2424
|
| 213 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2499
|
| 214 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2600
|
| 215 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2659
|
| 216 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2714
|
| 217 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2774
|
| 218 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2831
|
| 219 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2891
|
| 220 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3005
|
| 221 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3019
|
| 222 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3034
|
| 223 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3049
|
| 224 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3351
|
| 225 |
msgid "field is required."
|
| 226 |
msgstr "pole je povinné."
|
| 227 |
|
| 228 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1274
|
| 229 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3349
|
| 230 |
msgid "This is not a valid email address."
|
| 231 |
msgstr "Toto není platná e-mailová adresa."
|
| 232 |
|
| 233 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2125
|
| 234 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3352
|
| 235 |
msgid "The"
|
| 236 |
msgstr "The"
|
| 237 |
|
| 238 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2125
|
| 239 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3352
|
| 240 |
msgid "value must be between"
|
| 241 |
msgstr "hodnota musí být mezi "
|
| 242 |
|
| 243 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
|
| 244 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3114
|
| 245 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3115
|
| 246 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3347
|
| 247 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3348
|
| 248 |
msgid "Your score should be less than"
|
| 249 |
msgstr "Vaše skóre by měla být menší než "
|
| 250 |
|
| 251 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3298
|
| 252 |
msgid "Title"
|
| 253 |
msgstr "Název"
|
| 254 |
|
| 255 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3299
|
| 256 |
msgid "First"
|
| 257 |
msgstr "Za prvé"
|
| 258 |
|
| 259 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3300
|
| 260 |
msgid "Last"
|
| 261 |
msgstr "Poslední"
|
| 262 |
|
| 263 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3301
|
| 264 |
msgid "Middle"
|
| 265 |
msgstr "na střed"
|
| 266 |
|
| 267 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3320
|
| 268 |
msgid "Area Code"
|
| 269 |
msgstr "Kód oblasti"
|
| 270 |
|
| 271 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3321
|
| 272 |
msgid "Phone Number"
|
| 273 |
msgstr "Telefonní číslo"
|
| 274 |
|
| 275 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3322
|
| 276 |
msgid "Dollars"
|
| 277 |
msgstr "dolarů "
|
| 278 |
|
| 279 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3323
|
| 280 |
msgid "Cents"
|
| 281 |
msgstr "centů "
|
| 282 |
|
| 283 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3326
|
| 284 |
msgid "From"
|
| 285 |
msgstr "od "
|
| 286 |
|
| 287 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3327
|
| 288 |
msgid "To"
|
| 289 |
msgstr "na"
|
| 290 |
+
|
| 291 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:202
|
| 292 |
+
msgid "GO"
|
| 293 |
+
msgstr "jít "
|
| 294 |
+
|
| 295 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:203
|
| 296 |
+
msgid "Reset"
|
| 297 |
+
msgstr "Obnovit "
|
| 298 |
+
|
| 299 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:649
|
| 300 |
+
msgid "Select a Field"
|
| 301 |
+
msgstr "Vyberte pole "
|
| 302 |
+
|
| 303 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:671
|
| 304 |
+
msgid "Select a Date"
|
| 305 |
+
msgstr "Vyberte datum"
|
languages/form_maker-da_DK.mo
CHANGED
|
Binary file
|
languages/form_maker-da_DK.po
CHANGED
|
@@ -2,8 +2,8 @@ msgid ""
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: form_maker\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
-
"POT-Creation-Date: 2014-
|
| 6 |
-
"PO-Revision-Date: 2014-
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"Language: da\n"
|
|
@@ -12,278 +12,294 @@ msgstr ""
|
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
| 13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
| 14 |
"X-Poedit-Basepath: .\n"
|
| 15 |
-
"X-Generator: Poedit 1.6.
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\
|
| 17 |
-
"
|
| 18 |
|
| 19 |
-
#: C:\wamp\www\
|
| 20 |
-
#: C:\wamp\www\
|
| 21 |
msgid "Street Address"
|
| 22 |
msgstr "Gade"
|
| 23 |
|
| 24 |
-
#: C:\wamp\www\
|
| 25 |
-
#: C:\wamp\www\
|
| 26 |
msgid "Street Address Line 2"
|
| 27 |
msgstr "Gade Linje 2"
|
| 28 |
|
| 29 |
-
#: C:\wamp\www\
|
| 30 |
-
#: C:\wamp\www\
|
| 31 |
msgid "City"
|
| 32 |
msgstr "By"
|
| 33 |
|
| 34 |
-
#: C:\wamp\www\
|
| 35 |
-
#: C:\wamp\www\
|
| 36 |
msgid "State / Province / Region"
|
| 37 |
msgstr "Stat / provins / region"
|
| 38 |
|
| 39 |
-
#: C:\wamp\www\
|
| 40 |
-
#: C:\wamp\www\
|
| 41 |
msgid "Postal / Zip Code"
|
| 42 |
msgstr "Postal / Zip Code"
|
| 43 |
|
| 44 |
-
#: C:\wamp\www\
|
| 45 |
-
#: C:\wamp\www\
|
| 46 |
msgid "Country"
|
| 47 |
msgstr "Land"
|
| 48 |
|
| 49 |
-
#: C:\wamp\www\
|
| 50 |
-
#: C:\wamp\www\
|
| 51 |
-
#: C:\wamp\www\
|
| 52 |
msgid "January"
|
| 53 |
msgstr "Januar"
|
| 54 |
|
| 55 |
-
#: C:\wamp\www\
|
| 56 |
-
#: C:\wamp\www\
|
| 57 |
-
#: C:\wamp\www\
|
| 58 |
msgid "February"
|
| 59 |
msgstr "Februar"
|
| 60 |
|
| 61 |
-
#: C:\wamp\www\
|
| 62 |
-
#: C:\wamp\www\
|
| 63 |
-
#: C:\wamp\www\
|
| 64 |
msgid "March"
|
| 65 |
msgstr "Marts"
|
| 66 |
|
| 67 |
-
#: C:\wamp\www\
|
| 68 |
-
#: C:\wamp\www\
|
| 69 |
-
#: C:\wamp\www\
|
| 70 |
msgid "April"
|
| 71 |
msgstr "April"
|
| 72 |
|
| 73 |
-
#: C:\wamp\www\
|
| 74 |
-
#: C:\wamp\www\
|
| 75 |
-
#: C:\wamp\www\
|
| 76 |
msgid "May"
|
| 77 |
msgstr "Maj"
|
| 78 |
|
| 79 |
-
#: C:\wamp\www\
|
| 80 |
-
#: C:\wamp\www\
|
| 81 |
-
#: C:\wamp\www\
|
| 82 |
msgid "June"
|
| 83 |
msgstr "Juni"
|
| 84 |
|
| 85 |
-
#: C:\wamp\www\
|
| 86 |
-
#: C:\wamp\www\
|
| 87 |
-
#: C:\wamp\www\
|
| 88 |
msgid "July"
|
| 89 |
msgstr "Juli"
|
| 90 |
|
| 91 |
-
#: C:\wamp\www\
|
| 92 |
-
#: C:\wamp\www\
|
| 93 |
-
#: C:\wamp\www\
|
| 94 |
msgid "August"
|
| 95 |
msgstr "August"
|
| 96 |
|
| 97 |
-
#: C:\wamp\www\
|
| 98 |
-
#: C:\wamp\www\
|
| 99 |
-
#: C:\wamp\www\
|
| 100 |
msgid "September"
|
| 101 |
msgstr "September"
|
| 102 |
|
| 103 |
-
#: C:\wamp\www\
|
| 104 |
-
#: C:\wamp\www\
|
| 105 |
-
#: C:\wamp\www\
|
| 106 |
msgid "October"
|
| 107 |
msgstr "Oktober"
|
| 108 |
|
| 109 |
-
#: C:\wamp\www\
|
| 110 |
-
#: C:\wamp\www\
|
| 111 |
-
#: C:\wamp\www\
|
| 112 |
msgid "November"
|
| 113 |
msgstr "November"
|
| 114 |
|
| 115 |
-
#: C:\wamp\www\
|
| 116 |
-
#: C:\wamp\www\
|
| 117 |
-
#: C:\wamp\www\
|
| 118 |
msgid "December"
|
| 119 |
msgstr "December"
|
| 120 |
|
| 121 |
-
#: C:\wamp\www\
|
| 122 |
-
#: C:\wamp\www\
|
| 123 |
-
#: C:\wamp\www\
|
| 124 |
-
#: C:\wamp\www\
|
| 125 |
-
#: C:\wamp\www\
|
| 126 |
-
#: C:\wamp\www\
|
| 127 |
-
#: C:\wamp\www\
|
| 128 |
-
#: C:\wamp\www\
|
| 129 |
msgid "Quantity"
|
| 130 |
msgstr "mængde "
|
| 131 |
|
| 132 |
-
#: C:\wamp\www\
|
| 133 |
-
#: C:\wamp\www\
|
| 134 |
msgid "Error, incorrect Security code."
|
| 135 |
msgstr "Fejl, forkert sikkerhedskode kode."
|
| 136 |
|
| 137 |
-
#: C:\wamp\www\
|
| 138 |
msgid "Your ip is blacklisted. Please contact the website administrator."
|
| 139 |
msgstr "Din IP er sortlistet. Kontakt venligst hjemmesiden administrator. "
|
| 140 |
|
| 141 |
-
#: C:\wamp\www\
|
| 142 |
-
#: C:\wamp\www\
|
| 143 |
msgid "The file exceeds the allowed size of"
|
| 144 |
msgstr "Filen overskrider den tilladte størrelse"
|
| 145 |
|
| 146 |
-
#: C:\wamp\www\
|
| 147 |
-
#: C:\wamp\www\
|
| 148 |
-
#: C:\wamp\www\
|
| 149 |
-
#: C:\wamp\www\
|
| 150 |
msgid "Sorry, you are not allowed to upload this type of file."
|
| 151 |
msgstr "Du har desværre ikke tilladelse til at uploade denne type fil."
|
| 152 |
|
| 153 |
-
#: C:\wamp\www\
|
| 154 |
-
#: C:\wamp\www\
|
| 155 |
msgid "Error, file cannot be moved."
|
| 156 |
msgstr "Fejl, kan filen ikke kan flyttes."
|
| 157 |
|
| 158 |
-
#: C:\wamp\www\
|
| 159 |
-
#: C:\wamp\www\
|
| 160 |
#, php-format
|
| 161 |
msgid ""
|
| 162 |
"This field %s requires a unique entry and this value was already submitted."
|
| 163 |
msgstr ""
|
| 164 |
"Dette felt %s kræver en unik indgang, og denne værdi var allerede indsendt."
|
| 165 |
|
| 166 |
-
#: C:\wamp\www\
|
| 167 |
#, fuzzy
|
| 168 |
msgid "Error, file destination does not exist."
|
| 169 |
msgstr "Fejl, blev e-mailen ikke sendt."
|
| 170 |
|
| 171 |
-
#: C:\wamp\www\
|
| 172 |
msgid "Nothing was submitted."
|
| 173 |
msgstr "Intet blev fremlagt."
|
| 174 |
|
| 175 |
-
#: C:\wamp\www\
|
| 176 |
-
#: C:\wamp\www\
|
| 177 |
-
#: C:\wamp\www\
|
| 178 |
-
#: C:\wamp\www\
|
| 179 |
-
#: C:\wamp\www\
|
| 180 |
msgid "Your form was successfully submitted."
|
| 181 |
msgstr "Din formular blev succesfuldt sendt."
|
| 182 |
|
| 183 |
-
#: C:\wamp\www\
|
| 184 |
-
#: C:\wamp\www\
|
| 185 |
-
#: C:\wamp\www\
|
| 186 |
msgid "Error, email was not sent."
|
| 187 |
msgstr "Fejl, blev e-mailen ikke sendt."
|
| 188 |
|
| 189 |
-
#: C:\wamp\www\
|
| 190 |
-
#: C:\wamp\www\
|
| 191 |
-
#: C:\wamp\www\
|
| 192 |
-
#: C:\wamp\www\
|
| 193 |
-
#: C:\wamp\www\
|
| 194 |
-
#: C:\wamp\www\
|
| 195 |
-
#: C:\wamp\www\
|
| 196 |
-
#: C:\wamp\www\
|
| 197 |
-
#: C:\wamp\www\
|
| 198 |
-
#: C:\wamp\www\
|
| 199 |
-
#: C:\wamp\www\
|
| 200 |
-
#: C:\wamp\www\
|
| 201 |
-
#: C:\wamp\www\
|
| 202 |
-
#: C:\wamp\www\
|
| 203 |
-
#: C:\wamp\www\
|
| 204 |
-
#: C:\wamp\www\
|
| 205 |
-
#: C:\wamp\www\
|
| 206 |
-
#: C:\wamp\www\
|
| 207 |
-
#: C:\wamp\www\
|
| 208 |
-
#: C:\wamp\www\
|
| 209 |
-
#: C:\wamp\www\
|
| 210 |
-
#: C:\wamp\www\
|
| 211 |
-
#: C:\wamp\www\
|
| 212 |
-
#: C:\wamp\www\
|
| 213 |
-
#: C:\wamp\www\
|
| 214 |
-
#: C:\wamp\www\
|
| 215 |
-
#: C:\wamp\www\
|
| 216 |
-
#: C:\wamp\www\
|
| 217 |
-
#: C:\wamp\www\
|
| 218 |
-
#: C:\wamp\www\
|
| 219 |
-
#: C:\wamp\www\
|
| 220 |
-
#: C:\wamp\www\
|
| 221 |
-
#: C:\wamp\www\
|
| 222 |
-
#: C:\wamp\www\
|
| 223 |
-
#: C:\wamp\www\
|
| 224 |
-
#: C:\wamp\www\
|
| 225 |
msgid "field is required."
|
| 226 |
msgstr "felt er påkrævet."
|
| 227 |
|
| 228 |
-
#: C:\wamp\www\
|
| 229 |
-
#: C:\wamp\www\
|
| 230 |
msgid "This is not a valid email address."
|
| 231 |
msgstr "Dette er ikke en gyldig e-mail-adresse."
|
| 232 |
|
| 233 |
-
#: C:\wamp\www\
|
| 234 |
-
#: C:\wamp\www\
|
| 235 |
msgid "The"
|
| 236 |
msgstr "den "
|
| 237 |
|
| 238 |
-
#: C:\wamp\www\
|
| 239 |
-
#: C:\wamp\www\
|
| 240 |
msgid "value must be between"
|
| 241 |
msgstr "værdi skal være mellem "
|
| 242 |
|
| 243 |
-
#: C:\wamp\www\
|
| 244 |
-
#: C:\wamp\www\
|
| 245 |
-
#: C:\wamp\www\
|
| 246 |
-
#: C:\wamp\www\
|
| 247 |
-
#: C:\wamp\www\
|
| 248 |
msgid "Your score should be less than"
|
| 249 |
msgstr "Din score skal være mindre end "
|
| 250 |
|
| 251 |
-
#: C:\wamp\www\
|
| 252 |
msgid "Title"
|
| 253 |
msgstr "Titel"
|
| 254 |
|
| 255 |
-
#: C:\wamp\www\
|
| 256 |
msgid "First"
|
| 257 |
msgstr "Første"
|
| 258 |
|
| 259 |
-
#: C:\wamp\www\
|
| 260 |
msgid "Last"
|
| 261 |
msgstr "Sidste"
|
| 262 |
|
| 263 |
-
#: C:\wamp\www\
|
| 264 |
msgid "Middle"
|
| 265 |
msgstr "Mellemøsten"
|
| 266 |
|
| 267 |
-
#: C:\wamp\www\
|
| 268 |
msgid "Area Code"
|
| 269 |
msgstr "Områdekode"
|
| 270 |
|
| 271 |
-
#: C:\wamp\www\
|
| 272 |
msgid "Phone Number"
|
| 273 |
msgstr "telefonnummer. "
|
| 274 |
|
| 275 |
-
#: C:\wamp\www\
|
| 276 |
msgid "Dollars"
|
| 277 |
msgstr "dollars "
|
| 278 |
|
| 279 |
-
#: C:\wamp\www\
|
| 280 |
msgid "Cents"
|
| 281 |
msgstr "cents"
|
| 282 |
|
| 283 |
-
#: C:\wamp\www\
|
| 284 |
msgid "From"
|
| 285 |
msgstr "fra "
|
| 286 |
|
| 287 |
-
#: C:\wamp\www\
|
| 288 |
msgid "To"
|
| 289 |
msgstr "til"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: form_maker\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
+
"POT-Creation-Date: 2014-10-17 16:19+0300\n"
|
| 6 |
+
"PO-Revision-Date: 2014-10-17 16:20+0300\n"
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"Language: da\n"
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
| 13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
| 14 |
"X-Poedit-Basepath: .\n"
|
| 15 |
+
"X-Generator: Poedit 1.6.9\n"
|
| 16 |
+
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\form-"
|
| 17 |
+
"maker\n"
|
| 18 |
|
| 19 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:233
|
| 20 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3314
|
| 21 |
msgid "Street Address"
|
| 22 |
msgstr "Gade"
|
| 23 |
|
| 24 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:236
|
| 25 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3315
|
| 26 |
msgid "Street Address Line 2"
|
| 27 |
msgstr "Gade Linje 2"
|
| 28 |
|
| 29 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:239
|
| 30 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3316
|
| 31 |
msgid "City"
|
| 32 |
msgstr "By"
|
| 33 |
|
| 34 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:242
|
| 35 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3317
|
| 36 |
msgid "State / Province / Region"
|
| 37 |
msgstr "Stat / provins / region"
|
| 38 |
|
| 39 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:245
|
| 40 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3318
|
| 41 |
msgid "Postal / Zip Code"
|
| 42 |
msgstr "Postal / Zip Code"
|
| 43 |
|
| 44 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:248
|
| 45 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3319
|
| 46 |
msgid "Country"
|
| 47 |
msgstr "Land"
|
| 48 |
|
| 49 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 50 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 51 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3302
|
| 52 |
msgid "January"
|
| 53 |
msgstr "Januar"
|
| 54 |
|
| 55 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 56 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 57 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3303
|
| 58 |
msgid "February"
|
| 59 |
msgstr "Februar"
|
| 60 |
|
| 61 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 62 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 63 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3304
|
| 64 |
msgid "March"
|
| 65 |
msgstr "Marts"
|
| 66 |
|
| 67 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 68 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 69 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3305
|
| 70 |
msgid "April"
|
| 71 |
msgstr "April"
|
| 72 |
|
| 73 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 74 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 75 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3306
|
| 76 |
msgid "May"
|
| 77 |
msgstr "Maj"
|
| 78 |
|
| 79 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 80 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 81 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3307
|
| 82 |
msgid "June"
|
| 83 |
msgstr "Juni"
|
| 84 |
|
| 85 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 86 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 87 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3308
|
| 88 |
msgid "July"
|
| 89 |
msgstr "Juli"
|
| 90 |
|
| 91 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 92 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 93 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3309
|
| 94 |
msgid "August"
|
| 95 |
msgstr "August"
|
| 96 |
|
| 97 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 98 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 99 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3310
|
| 100 |
msgid "September"
|
| 101 |
msgstr "September"
|
| 102 |
|
| 103 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 104 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 105 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3311
|
| 106 |
msgid "October"
|
| 107 |
msgstr "Oktober"
|
| 108 |
|
| 109 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 110 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 111 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3312
|
| 112 |
msgid "November"
|
| 113 |
msgstr "November"
|
| 114 |
|
| 115 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 116 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 117 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3313
|
| 118 |
msgid "December"
|
| 119 |
msgstr "December"
|
| 120 |
|
| 121 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2353
|
| 122 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2207
|
| 123 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2247
|
| 124 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2305
|
| 125 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2342
|
| 126 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2399
|
| 127 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2440
|
| 128 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3325
|
| 129 |
msgid "Quantity"
|
| 130 |
msgstr "mængde "
|
| 131 |
|
| 132 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:77
|
| 133 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:92
|
| 134 |
msgid "Error, incorrect Security code."
|
| 135 |
msgstr "Fejl, forkert sikkerhedskode kode."
|
| 136 |
|
| 137 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:106
|
| 138 |
msgid "Your ip is blacklisted. Please contact the website administrator."
|
| 139 |
msgstr "Din IP er sortlistet. Kontakt venligst hjemmesiden administrator. "
|
| 140 |
|
| 141 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:260
|
| 142 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:780
|
| 143 |
msgid "The file exceeds the allowed size of"
|
| 144 |
msgstr "Filen overskrider den tilladte størrelse"
|
| 145 |
|
| 146 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:279
|
| 147 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:795
|
| 148 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1878
|
| 149 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3346
|
| 150 |
msgid "Sorry, you are not allowed to upload this type of file."
|
| 151 |
msgstr "Du har desværre ikke tilladelse til at uploade denne type fil."
|
| 152 |
|
| 153 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:291
|
| 154 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:808
|
| 155 |
msgid "Error, file cannot be moved."
|
| 156 |
msgstr "Fejl, kan filen ikke kan flyttes."
|
| 157 |
|
| 158 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:669
|
| 159 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1125
|
| 160 |
#, php-format
|
| 161 |
msgid ""
|
| 162 |
"This field %s requires a unique entry and this value was already submitted."
|
| 163 |
msgstr ""
|
| 164 |
"Dette felt %s kræver en unik indgang, og denne værdi var allerede indsendt."
|
| 165 |
|
| 166 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:813
|
| 167 |
#, fuzzy
|
| 168 |
msgid "Error, file destination does not exist."
|
| 169 |
msgstr "Fejl, blev e-mailen ikke sendt."
|
| 170 |
|
| 171 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1309
|
| 172 |
msgid "Nothing was submitted."
|
| 173 |
msgstr "Intet blev fremlagt."
|
| 174 |
|
| 175 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2095
|
| 176 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2108
|
| 177 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3801
|
| 178 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3806
|
| 179 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:63
|
| 180 |
msgid "Your form was successfully submitted."
|
| 181 |
msgstr "Din formular blev succesfuldt sendt."
|
| 182 |
|
| 183 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2103
|
| 184 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3797
|
| 185 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:60
|
| 186 |
msgid "Error, email was not sent."
|
| 187 |
msgstr "Fejl, blev e-mailen ikke sendt."
|
| 188 |
|
| 189 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:643
|
| 190 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:690
|
| 191 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:740
|
| 192 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:787
|
| 193 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:836
|
| 194 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:891
|
| 195 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:963
|
| 196 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1068
|
| 197 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1083
|
| 198 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1185
|
| 199 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1257
|
| 200 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1358
|
| 201 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1449
|
| 202 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1526
|
| 203 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1585
|
| 204 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1661
|
| 205 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1708
|
| 206 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1815
|
| 207 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1863
|
| 208 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1918
|
| 209 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2086
|
| 210 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2232
|
| 211 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2329
|
| 212 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2424
|
| 213 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2499
|
| 214 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2600
|
| 215 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2659
|
| 216 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2714
|
| 217 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2774
|
| 218 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2831
|
| 219 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2891
|
| 220 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3005
|
| 221 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3019
|
| 222 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3034
|
| 223 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3049
|
| 224 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3351
|
| 225 |
msgid "field is required."
|
| 226 |
msgstr "felt er påkrævet."
|
| 227 |
|
| 228 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1274
|
| 229 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3349
|
| 230 |
msgid "This is not a valid email address."
|
| 231 |
msgstr "Dette er ikke en gyldig e-mail-adresse."
|
| 232 |
|
| 233 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2125
|
| 234 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3352
|
| 235 |
msgid "The"
|
| 236 |
msgstr "den "
|
| 237 |
|
| 238 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2125
|
| 239 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3352
|
| 240 |
msgid "value must be between"
|
| 241 |
msgstr "værdi skal være mellem "
|
| 242 |
|
| 243 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
|
| 244 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3114
|
| 245 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3115
|
| 246 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3347
|
| 247 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3348
|
| 248 |
msgid "Your score should be less than"
|
| 249 |
msgstr "Din score skal være mindre end "
|
| 250 |
|
| 251 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3298
|
| 252 |
msgid "Title"
|
| 253 |
msgstr "Titel"
|
| 254 |
|
| 255 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3299
|
| 256 |
msgid "First"
|
| 257 |
msgstr "Første"
|
| 258 |
|
| 259 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3300
|
| 260 |
msgid "Last"
|
| 261 |
msgstr "Sidste"
|
| 262 |
|
| 263 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3301
|
| 264 |
msgid "Middle"
|
| 265 |
msgstr "Mellemøsten"
|
| 266 |
|
| 267 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3320
|
| 268 |
msgid "Area Code"
|
| 269 |
msgstr "Områdekode"
|
| 270 |
|
| 271 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3321
|
| 272 |
msgid "Phone Number"
|
| 273 |
msgstr "telefonnummer. "
|
| 274 |
|
| 275 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3322
|
| 276 |
msgid "Dollars"
|
| 277 |
msgstr "dollars "
|
| 278 |
|
| 279 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3323
|
| 280 |
msgid "Cents"
|
| 281 |
msgstr "cents"
|
| 282 |
|
| 283 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3326
|
| 284 |
msgid "From"
|
| 285 |
msgstr "fra "
|
| 286 |
|
| 287 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3327
|
| 288 |
msgid "To"
|
| 289 |
msgstr "til"
|
| 290 |
+
|
| 291 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:202
|
| 292 |
+
msgid "GO"
|
| 293 |
+
msgstr "gå "
|
| 294 |
+
|
| 295 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:203
|
| 296 |
+
msgid "Reset"
|
| 297 |
+
msgstr "Nulstil "
|
| 298 |
+
|
| 299 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:649
|
| 300 |
+
msgid "Select a Field"
|
| 301 |
+
msgstr "Vælg et felt "
|
| 302 |
+
|
| 303 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:671
|
| 304 |
+
msgid "Select a Date"
|
| 305 |
+
msgstr "Vælg en dato"
|
languages/form_maker-de_DE.mo
CHANGED
|
Binary file
|
languages/form_maker-de_DE.po
CHANGED
|
@@ -2,8 +2,8 @@ msgid ""
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: form_maker\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
-
"POT-Creation-Date: 2014-
|
| 6 |
-
"PO-Revision-Date: 2014-
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"Language: de\n"
|
|
@@ -12,153 +12,153 @@ msgstr ""
|
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
| 13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
| 14 |
"X-Poedit-Basepath: .\n"
|
| 15 |
-
"X-Generator: Poedit 1.6.
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\
|
| 17 |
-
"
|
| 18 |
|
| 19 |
-
#: C:\wamp\www\
|
| 20 |
-
#: C:\wamp\www\
|
| 21 |
msgid "Street Address"
|
| 22 |
msgstr "Postanschrift"
|
| 23 |
|
| 24 |
-
#: C:\wamp\www\
|
| 25 |
-
#: C:\wamp\www\
|
| 26 |
msgid "Street Address Line 2"
|
| 27 |
msgstr "Zusatz"
|
| 28 |
|
| 29 |
-
#: C:\wamp\www\
|
| 30 |
-
#: C:\wamp\www\
|
| 31 |
msgid "City"
|
| 32 |
msgstr "Stadt"
|
| 33 |
|
| 34 |
-
#: C:\wamp\www\
|
| 35 |
-
#: C:\wamp\www\
|
| 36 |
msgid "State / Province / Region"
|
| 37 |
msgstr "Staat / Provinz / Region"
|
| 38 |
|
| 39 |
-
#: C:\wamp\www\
|
| 40 |
-
#: C:\wamp\www\
|
| 41 |
msgid "Postal / Zip Code"
|
| 42 |
msgstr "Postleitzahl"
|
| 43 |
|
| 44 |
-
#: C:\wamp\www\
|
| 45 |
-
#: C:\wamp\www\
|
| 46 |
msgid "Country"
|
| 47 |
msgstr "Land"
|
| 48 |
|
| 49 |
-
#: C:\wamp\www\
|
| 50 |
-
#: C:\wamp\www\
|
| 51 |
-
#: C:\wamp\www\
|
| 52 |
msgid "January"
|
| 53 |
msgstr "Januar"
|
| 54 |
|
| 55 |
-
#: C:\wamp\www\
|
| 56 |
-
#: C:\wamp\www\
|
| 57 |
-
#: C:\wamp\www\
|
| 58 |
msgid "February"
|
| 59 |
msgstr "Februar"
|
| 60 |
|
| 61 |
-
#: C:\wamp\www\
|
| 62 |
-
#: C:\wamp\www\
|
| 63 |
-
#: C:\wamp\www\
|
| 64 |
msgid "March"
|
| 65 |
msgstr "März"
|
| 66 |
|
| 67 |
-
#: C:\wamp\www\
|
| 68 |
-
#: C:\wamp\www\
|
| 69 |
-
#: C:\wamp\www\
|
| 70 |
msgid "April"
|
| 71 |
msgstr "April"
|
| 72 |
|
| 73 |
-
#: C:\wamp\www\
|
| 74 |
-
#: C:\wamp\www\
|
| 75 |
-
#: C:\wamp\www\
|
| 76 |
msgid "May"
|
| 77 |
msgstr "Mai"
|
| 78 |
|
| 79 |
-
#: C:\wamp\www\
|
| 80 |
-
#: C:\wamp\www\
|
| 81 |
-
#: C:\wamp\www\
|
| 82 |
msgid "June"
|
| 83 |
msgstr "Juni"
|
| 84 |
|
| 85 |
-
#: C:\wamp\www\
|
| 86 |
-
#: C:\wamp\www\
|
| 87 |
-
#: C:\wamp\www\
|
| 88 |
msgid "July"
|
| 89 |
msgstr "Juli"
|
| 90 |
|
| 91 |
-
#: C:\wamp\www\
|
| 92 |
-
#: C:\wamp\www\
|
| 93 |
-
#: C:\wamp\www\
|
| 94 |
msgid "August"
|
| 95 |
msgstr "August"
|
| 96 |
|
| 97 |
-
#: C:\wamp\www\
|
| 98 |
-
#: C:\wamp\www\
|
| 99 |
-
#: C:\wamp\www\
|
| 100 |
msgid "September"
|
| 101 |
msgstr "September"
|
| 102 |
|
| 103 |
-
#: C:\wamp\www\
|
| 104 |
-
#: C:\wamp\www\
|
| 105 |
-
#: C:\wamp\www\
|
| 106 |
msgid "October"
|
| 107 |
msgstr "Oktober"
|
| 108 |
|
| 109 |
-
#: C:\wamp\www\
|
| 110 |
-
#: C:\wamp\www\
|
| 111 |
-
#: C:\wamp\www\
|
| 112 |
msgid "November"
|
| 113 |
msgstr "November"
|
| 114 |
|
| 115 |
-
#: C:\wamp\www\
|
| 116 |
-
#: C:\wamp\www\
|
| 117 |
-
#: C:\wamp\www\
|
| 118 |
msgid "December"
|
| 119 |
msgstr "Dezember"
|
| 120 |
|
| 121 |
-
#: C:\wamp\www\
|
| 122 |
-
#: C:\wamp\www\
|
| 123 |
-
#: C:\wamp\www\
|
| 124 |
-
#: C:\wamp\www\
|
| 125 |
-
#: C:\wamp\www\
|
| 126 |
-
#: C:\wamp\www\
|
| 127 |
-
#: C:\wamp\www\
|
| 128 |
-
#: C:\wamp\www\
|
| 129 |
msgid "Quantity"
|
| 130 |
msgstr "Menge "
|
| 131 |
|
| 132 |
-
#: C:\wamp\www\
|
| 133 |
-
#: C:\wamp\www\
|
| 134 |
msgid "Error, incorrect Security code."
|
| 135 |
msgstr "Fehler, falschen Sicherheitscode eingeben."
|
| 136 |
|
| 137 |
-
#: C:\wamp\www\
|
| 138 |
msgid "Your ip is blacklisted. Please contact the website administrator."
|
| 139 |
msgstr ""
|
| 140 |
"Ihre IP wird die schwarze Liste gesetzt. Bitte kontaktieren Sie die Website-"
|
| 141 |
"Administrator. "
|
| 142 |
|
| 143 |
-
#: C:\wamp\www\
|
| 144 |
-
#: C:\wamp\www\
|
| 145 |
msgid "The file exceeds the allowed size of"
|
| 146 |
msgstr "Die Datei überschreitet die zulässige Größe von"
|
| 147 |
|
| 148 |
-
#: C:\wamp\www\
|
| 149 |
-
#: C:\wamp\www\
|
| 150 |
-
#: C:\wamp\www\
|
| 151 |
-
#: C:\wamp\www\
|
| 152 |
msgid "Sorry, you are not allowed to upload this type of file."
|
| 153 |
msgstr "Leider sind Sie nicht berechtigt, diese Art von Datei hochzuladen."
|
| 154 |
|
| 155 |
-
#: C:\wamp\www\
|
| 156 |
-
#: C:\wamp\www\
|
| 157 |
msgid "Error, file cannot be moved."
|
| 158 |
msgstr "Fehler, kann Datei nicht verschoben werden."
|
| 159 |
|
| 160 |
-
#: C:\wamp\www\
|
| 161 |
-
#: C:\wamp\www\
|
| 162 |
#, php-format
|
| 163 |
msgid ""
|
| 164 |
"This field %s requires a unique entry and this value was already submitted."
|
|
@@ -166,127 +166,143 @@ msgstr ""
|
|
| 166 |
"Dieses Feld %s benötigt einen eindeutigen Eintrag und dieser Wert wurde "
|
| 167 |
"bereits eingereicht."
|
| 168 |
|
| 169 |
-
#: C:\wamp\www\
|
| 170 |
#, fuzzy
|
| 171 |
msgid "Error, file destination does not exist."
|
| 172 |
msgstr "Fehler, E-Mail wurde nicht gesendet."
|
| 173 |
|
| 174 |
-
#: C:\wamp\www\
|
| 175 |
msgid "Nothing was submitted."
|
| 176 |
msgstr "Nichts wurde eingereicht."
|
| 177 |
|
| 178 |
-
#: C:\wamp\www\
|
| 179 |
-
#: C:\wamp\www\
|
| 180 |
-
#: C:\wamp\www\
|
| 181 |
-
#: C:\wamp\www\
|
| 182 |
-
#: C:\wamp\www\
|
| 183 |
msgid "Your form was successfully submitted."
|
| 184 |
msgstr "Das Formular wurde erfolgreich übermittelt."
|
| 185 |
|
| 186 |
-
#: C:\wamp\www\
|
| 187 |
-
#: C:\wamp\www\
|
| 188 |
-
#: C:\wamp\www\
|
| 189 |
msgid "Error, email was not sent."
|
| 190 |
msgstr "Fehler, E-Mail wurde nicht gesendet."
|
| 191 |
|
| 192 |
-
#: C:\wamp\www\
|
| 193 |
-
#: C:\wamp\www\
|
| 194 |
-
#: C:\wamp\www\
|
| 195 |
-
#: C:\wamp\www\
|
| 196 |
-
#: C:\wamp\www\
|
| 197 |
-
#: C:\wamp\www\
|
| 198 |
-
#: C:\wamp\www\
|
| 199 |
-
#: C:\wamp\www\
|
| 200 |
-
#: C:\wamp\www\
|
| 201 |
-
#: C:\wamp\www\
|
| 202 |
-
#: C:\wamp\www\
|
| 203 |
-
#: C:\wamp\www\
|
| 204 |
-
#: C:\wamp\www\
|
| 205 |
-
#: C:\wamp\www\
|
| 206 |
-
#: C:\wamp\www\
|
| 207 |
-
#: C:\wamp\www\
|
| 208 |
-
#: C:\wamp\www\
|
| 209 |
-
#: C:\wamp\www\
|
| 210 |
-
#: C:\wamp\www\
|
| 211 |
-
#: C:\wamp\www\
|
| 212 |
-
#: C:\wamp\www\
|
| 213 |
-
#: C:\wamp\www\
|
| 214 |
-
#: C:\wamp\www\
|
| 215 |
-
#: C:\wamp\www\
|
| 216 |
-
#: C:\wamp\www\
|
| 217 |
-
#: C:\wamp\www\
|
| 218 |
-
#: C:\wamp\www\
|
| 219 |
-
#: C:\wamp\www\
|
| 220 |
-
#: C:\wamp\www\
|
| 221 |
-
#: C:\wamp\www\
|
| 222 |
-
#: C:\wamp\www\
|
| 223 |
-
#: C:\wamp\www\
|
| 224 |
-
#: C:\wamp\www\
|
| 225 |
-
#: C:\wamp\www\
|
| 226 |
-
#: C:\wamp\www\
|
| 227 |
-
#: C:\wamp\www\
|
| 228 |
msgid "field is required."
|
| 229 |
msgstr "Feld ist erforderlich."
|
| 230 |
|
| 231 |
-
#: C:\wamp\www\
|
| 232 |
-
#: C:\wamp\www\
|
| 233 |
msgid "This is not a valid email address."
|
| 234 |
msgstr "Dies ist keine gültige E-Mail-Adresse."
|
| 235 |
|
| 236 |
-
#: C:\wamp\www\
|
| 237 |
-
#: C:\wamp\www\
|
| 238 |
msgid "The"
|
| 239 |
msgstr "die "
|
| 240 |
|
| 241 |
-
#: C:\wamp\www\
|
| 242 |
-
#: C:\wamp\www\
|
| 243 |
msgid "value must be between"
|
| 244 |
msgstr "Wert muss zwischen "
|
| 245 |
|
| 246 |
-
#: C:\wamp\www\
|
| 247 |
-
#: C:\wamp\www\
|
| 248 |
-
#: C:\wamp\www\
|
| 249 |
-
#: C:\wamp\www\
|
| 250 |
-
#: C:\wamp\www\
|
| 251 |
msgid "Your score should be less than"
|
| 252 |
msgstr "Ihr Ergebnis sollte kleiner sein als "
|
| 253 |
|
| 254 |
-
#: C:\wamp\www\
|
| 255 |
msgid "Title"
|
| 256 |
msgstr "Titel"
|
| 257 |
|
| 258 |
-
#: C:\wamp\www\
|
| 259 |
msgid "First"
|
| 260 |
msgstr "Vorname "
|
| 261 |
|
| 262 |
-
#: C:\wamp\www\
|
| 263 |
msgid "Last"
|
| 264 |
msgstr "Nachname"
|
| 265 |
|
| 266 |
-
#: C:\wamp\www\
|
| 267 |
msgid "Middle"
|
| 268 |
msgstr "Zweiter Vorname"
|
| 269 |
|
| 270 |
-
#: C:\wamp\www\
|
| 271 |
msgid "Area Code"
|
| 272 |
msgstr "Vorwahl"
|
| 273 |
|
| 274 |
-
#: C:\wamp\www\
|
| 275 |
msgid "Phone Number"
|
| 276 |
msgstr "Telefonnummer"
|
| 277 |
|
| 278 |
-
#: C:\wamp\www\
|
| 279 |
msgid "Dollars"
|
| 280 |
msgstr "Dollar "
|
| 281 |
|
| 282 |
-
#: C:\wamp\www\
|
| 283 |
msgid "Cents"
|
| 284 |
msgstr "cents "
|
| 285 |
|
| 286 |
-
#: C:\wamp\www\
|
| 287 |
msgid "From"
|
| 288 |
msgstr "aus "
|
| 289 |
|
| 290 |
-
#: C:\wamp\www\
|
| 291 |
msgid "To"
|
| 292 |
msgstr "zu"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: form_maker\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
+
"POT-Creation-Date: 2014-10-17 16:20+0300\n"
|
| 6 |
+
"PO-Revision-Date: 2014-10-17 16:22+0300\n"
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"Language: de\n"
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
| 13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
| 14 |
"X-Poedit-Basepath: .\n"
|
| 15 |
+
"X-Generator: Poedit 1.6.9\n"
|
| 16 |
+
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\form-"
|
| 17 |
+
"maker\n"
|
| 18 |
|
| 19 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:233
|
| 20 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3314
|
| 21 |
msgid "Street Address"
|
| 22 |
msgstr "Postanschrift"
|
| 23 |
|
| 24 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:236
|
| 25 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3315
|
| 26 |
msgid "Street Address Line 2"
|
| 27 |
msgstr "Zusatz"
|
| 28 |
|
| 29 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:239
|
| 30 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3316
|
| 31 |
msgid "City"
|
| 32 |
msgstr "Stadt"
|
| 33 |
|
| 34 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:242
|
| 35 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3317
|
| 36 |
msgid "State / Province / Region"
|
| 37 |
msgstr "Staat / Provinz / Region"
|
| 38 |
|
| 39 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:245
|
| 40 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3318
|
| 41 |
msgid "Postal / Zip Code"
|
| 42 |
msgstr "Postleitzahl"
|
| 43 |
|
| 44 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:248
|
| 45 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3319
|
| 46 |
msgid "Country"
|
| 47 |
msgstr "Land"
|
| 48 |
|
| 49 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 50 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 51 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3302
|
| 52 |
msgid "January"
|
| 53 |
msgstr "Januar"
|
| 54 |
|
| 55 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 56 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 57 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3303
|
| 58 |
msgid "February"
|
| 59 |
msgstr "Februar"
|
| 60 |
|
| 61 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 62 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 63 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3304
|
| 64 |
msgid "March"
|
| 65 |
msgstr "März"
|
| 66 |
|
| 67 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 68 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 69 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3305
|
| 70 |
msgid "April"
|
| 71 |
msgstr "April"
|
| 72 |
|
| 73 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 74 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 75 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3306
|
| 76 |
msgid "May"
|
| 77 |
msgstr "Mai"
|
| 78 |
|
| 79 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 80 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 81 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3307
|
| 82 |
msgid "June"
|
| 83 |
msgstr "Juni"
|
| 84 |
|
| 85 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 86 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 87 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3308
|
| 88 |
msgid "July"
|
| 89 |
msgstr "Juli"
|
| 90 |
|
| 91 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 92 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 93 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3309
|
| 94 |
msgid "August"
|
| 95 |
msgstr "August"
|
| 96 |
|
| 97 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 98 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 99 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3310
|
| 100 |
msgid "September"
|
| 101 |
msgstr "September"
|
| 102 |
|
| 103 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 104 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 105 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3311
|
| 106 |
msgid "October"
|
| 107 |
msgstr "Oktober"
|
| 108 |
|
| 109 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 110 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 111 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3312
|
| 112 |
msgid "November"
|
| 113 |
msgstr "November"
|
| 114 |
|
| 115 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 116 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 117 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3313
|
| 118 |
msgid "December"
|
| 119 |
msgstr "Dezember"
|
| 120 |
|
| 121 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2353
|
| 122 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2207
|
| 123 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2247
|
| 124 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2305
|
| 125 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2342
|
| 126 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2399
|
| 127 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2440
|
| 128 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3325
|
| 129 |
msgid "Quantity"
|
| 130 |
msgstr "Menge "
|
| 131 |
|
| 132 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:77
|
| 133 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:92
|
| 134 |
msgid "Error, incorrect Security code."
|
| 135 |
msgstr "Fehler, falschen Sicherheitscode eingeben."
|
| 136 |
|
| 137 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:106
|
| 138 |
msgid "Your ip is blacklisted. Please contact the website administrator."
|
| 139 |
msgstr ""
|
| 140 |
"Ihre IP wird die schwarze Liste gesetzt. Bitte kontaktieren Sie die Website-"
|
| 141 |
"Administrator. "
|
| 142 |
|
| 143 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:260
|
| 144 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:780
|
| 145 |
msgid "The file exceeds the allowed size of"
|
| 146 |
msgstr "Die Datei überschreitet die zulässige Größe von"
|
| 147 |
|
| 148 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:279
|
| 149 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:795
|
| 150 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1878
|
| 151 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3346
|
| 152 |
msgid "Sorry, you are not allowed to upload this type of file."
|
| 153 |
msgstr "Leider sind Sie nicht berechtigt, diese Art von Datei hochzuladen."
|
| 154 |
|
| 155 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:291
|
| 156 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:808
|
| 157 |
msgid "Error, file cannot be moved."
|
| 158 |
msgstr "Fehler, kann Datei nicht verschoben werden."
|
| 159 |
|
| 160 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:669
|
| 161 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1125
|
| 162 |
#, php-format
|
| 163 |
msgid ""
|
| 164 |
"This field %s requires a unique entry and this value was already submitted."
|
| 166 |
"Dieses Feld %s benötigt einen eindeutigen Eintrag und dieser Wert wurde "
|
| 167 |
"bereits eingereicht."
|
| 168 |
|
| 169 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:813
|
| 170 |
#, fuzzy
|
| 171 |
msgid "Error, file destination does not exist."
|
| 172 |
msgstr "Fehler, E-Mail wurde nicht gesendet."
|
| 173 |
|
| 174 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1309
|
| 175 |
msgid "Nothing was submitted."
|
| 176 |
msgstr "Nichts wurde eingereicht."
|
| 177 |
|
| 178 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2095
|
| 179 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2108
|
| 180 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3801
|
| 181 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3806
|
| 182 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:63
|
| 183 |
msgid "Your form was successfully submitted."
|
| 184 |
msgstr "Das Formular wurde erfolgreich übermittelt."
|
| 185 |
|
| 186 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2103
|
| 187 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3797
|
| 188 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:60
|
| 189 |
msgid "Error, email was not sent."
|
| 190 |
msgstr "Fehler, E-Mail wurde nicht gesendet."
|
| 191 |
|
| 192 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:643
|
| 193 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:690
|
| 194 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:740
|
| 195 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:787
|
| 196 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:836
|
| 197 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:891
|
| 198 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:963
|
| 199 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1068
|
| 200 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1083
|
| 201 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1185
|
| 202 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1257
|
| 203 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1358
|
| 204 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1449
|
| 205 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1526
|
| 206 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1585
|
| 207 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1661
|
| 208 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1708
|
| 209 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1815
|
| 210 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1863
|
| 211 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1918
|
| 212 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2086
|
| 213 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2232
|
| 214 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2329
|
| 215 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2424
|
| 216 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2499
|
| 217 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2600
|
| 218 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2659
|
| 219 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2714
|
| 220 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2774
|
| 221 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2831
|
| 222 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2891
|
| 223 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3005
|
| 224 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3019
|
| 225 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3034
|
| 226 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3049
|
| 227 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3351
|
| 228 |
msgid "field is required."
|
| 229 |
msgstr "Feld ist erforderlich."
|
| 230 |
|
| 231 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1274
|
| 232 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3349
|
| 233 |
msgid "This is not a valid email address."
|
| 234 |
msgstr "Dies ist keine gültige E-Mail-Adresse."
|
| 235 |
|
| 236 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2125
|
| 237 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3352
|
| 238 |
msgid "The"
|
| 239 |
msgstr "die "
|
| 240 |
|
| 241 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2125
|
| 242 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3352
|
| 243 |
msgid "value must be between"
|
| 244 |
msgstr "Wert muss zwischen "
|
| 245 |
|
| 246 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
|
| 247 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3114
|
| 248 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3115
|
| 249 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3347
|
| 250 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3348
|
| 251 |
msgid "Your score should be less than"
|
| 252 |
msgstr "Ihr Ergebnis sollte kleiner sein als "
|
| 253 |
|
| 254 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3298
|
| 255 |
msgid "Title"
|
| 256 |
msgstr "Titel"
|
| 257 |
|
| 258 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3299
|
| 259 |
msgid "First"
|
| 260 |
msgstr "Vorname "
|
| 261 |
|
| 262 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3300
|
| 263 |
msgid "Last"
|
| 264 |
msgstr "Nachname"
|
| 265 |
|
| 266 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3301
|
| 267 |
msgid "Middle"
|
| 268 |
msgstr "Zweiter Vorname"
|
| 269 |
|
| 270 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3320
|
| 271 |
msgid "Area Code"
|
| 272 |
msgstr "Vorwahl"
|
| 273 |
|
| 274 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3321
|
| 275 |
msgid "Phone Number"
|
| 276 |
msgstr "Telefonnummer"
|
| 277 |
|
| 278 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3322
|
| 279 |
msgid "Dollars"
|
| 280 |
msgstr "Dollar "
|
| 281 |
|
| 282 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3323
|
| 283 |
msgid "Cents"
|
| 284 |
msgstr "cents "
|
| 285 |
|
| 286 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3326
|
| 287 |
msgid "From"
|
| 288 |
msgstr "aus "
|
| 289 |
|
| 290 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3327
|
| 291 |
msgid "To"
|
| 292 |
msgstr "zu"
|
| 293 |
+
|
| 294 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:202
|
| 295 |
+
msgid "GO"
|
| 296 |
+
msgstr "gehen "
|
| 297 |
+
|
| 298 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:203
|
| 299 |
+
msgid "Reset"
|
| 300 |
+
msgstr "rücksetzen "
|
| 301 |
+
|
| 302 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:649
|
| 303 |
+
msgid "Select a Field"
|
| 304 |
+
msgstr "Wählen Sie ein Feld "
|
| 305 |
+
|
| 306 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:671
|
| 307 |
+
msgid "Select a Date"
|
| 308 |
+
msgstr "Wählen Sie ein Datum"
|
languages/form_maker-el.mo
CHANGED
|
Binary file
|
languages/form_maker-el.po
CHANGED
|
@@ -2,8 +2,8 @@ msgid ""
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: form_maker\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
-
"POT-Creation-Date: 2014-
|
| 6 |
-
"PO-Revision-Date: 2014-
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"Language: el\n"
|
|
@@ -12,154 +12,154 @@ msgstr ""
|
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
| 13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
| 14 |
"X-Poedit-Basepath: .\n"
|
| 15 |
-
"X-Generator: Poedit 1.6.
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\
|
| 17 |
-
"
|
| 18 |
|
| 19 |
-
#: C:\wamp\www\
|
| 20 |
-
#: C:\wamp\www\
|
| 21 |
msgid "Street Address"
|
| 22 |
msgstr "Οδός"
|
| 23 |
|
| 24 |
-
#: C:\wamp\www\
|
| 25 |
-
#: C:\wamp\www\
|
| 26 |
msgid "Street Address Line 2"
|
| 27 |
msgstr "Οδός Διεύθυνση 2"
|
| 28 |
|
| 29 |
-
#: C:\wamp\www\
|
| 30 |
-
#: C:\wamp\www\
|
| 31 |
msgid "City"
|
| 32 |
msgstr "Πόλη"
|
| 33 |
|
| 34 |
-
#: C:\wamp\www\
|
| 35 |
-
#: C:\wamp\www\
|
| 36 |
msgid "State / Province / Region"
|
| 37 |
msgstr "Πολιτεία / Επαρχία / Περιφέρεια"
|
| 38 |
|
| 39 |
-
#: C:\wamp\www\
|
| 40 |
-
#: C:\wamp\www\
|
| 41 |
msgid "Postal / Zip Code"
|
| 42 |
msgstr "Ταχυδρομική / Τ.Κ."
|
| 43 |
|
| 44 |
-
#: C:\wamp\www\
|
| 45 |
-
#: C:\wamp\www\
|
| 46 |
msgid "Country"
|
| 47 |
msgstr "Χώρα"
|
| 48 |
|
| 49 |
-
#: C:\wamp\www\
|
| 50 |
-
#: C:\wamp\www\
|
| 51 |
-
#: C:\wamp\www\
|
| 52 |
msgid "January"
|
| 53 |
msgstr "Ιανουάριος"
|
| 54 |
|
| 55 |
-
#: C:\wamp\www\
|
| 56 |
-
#: C:\wamp\www\
|
| 57 |
-
#: C:\wamp\www\
|
| 58 |
msgid "February"
|
| 59 |
msgstr "Φεβρουάριος"
|
| 60 |
|
| 61 |
-
#: C:\wamp\www\
|
| 62 |
-
#: C:\wamp\www\
|
| 63 |
-
#: C:\wamp\www\
|
| 64 |
msgid "March"
|
| 65 |
msgstr "Μάρτιος"
|
| 66 |
|
| 67 |
-
#: C:\wamp\www\
|
| 68 |
-
#: C:\wamp\www\
|
| 69 |
-
#: C:\wamp\www\
|
| 70 |
msgid "April"
|
| 71 |
msgstr "Απρίλης"
|
| 72 |
|
| 73 |
-
#: C:\wamp\www\
|
| 74 |
-
#: C:\wamp\www\
|
| 75 |
-
#: C:\wamp\www\
|
| 76 |
msgid "May"
|
| 77 |
msgstr "Μάιος"
|
| 78 |
|
| 79 |
-
#: C:\wamp\www\
|
| 80 |
-
#: C:\wamp\www\
|
| 81 |
-
#: C:\wamp\www\
|
| 82 |
msgid "June"
|
| 83 |
msgstr "Ιούνιος"
|
| 84 |
|
| 85 |
-
#: C:\wamp\www\
|
| 86 |
-
#: C:\wamp\www\
|
| 87 |
-
#: C:\wamp\www\
|
| 88 |
msgid "July"
|
| 89 |
msgstr "Ιούλιος"
|
| 90 |
|
| 91 |
-
#: C:\wamp\www\
|
| 92 |
-
#: C:\wamp\www\
|
| 93 |
-
#: C:\wamp\www\
|
| 94 |
msgid "August"
|
| 95 |
msgstr "Αύγουστος"
|
| 96 |
|
| 97 |
-
#: C:\wamp\www\
|
| 98 |
-
#: C:\wamp\www\
|
| 99 |
-
#: C:\wamp\www\
|
| 100 |
msgid "September"
|
| 101 |
msgstr "Σεπτέμβριος"
|
| 102 |
|
| 103 |
-
#: C:\wamp\www\
|
| 104 |
-
#: C:\wamp\www\
|
| 105 |
-
#: C:\wamp\www\
|
| 106 |
msgid "October"
|
| 107 |
msgstr "Οκτώβριος"
|
| 108 |
|
| 109 |
-
#: C:\wamp\www\
|
| 110 |
-
#: C:\wamp\www\
|
| 111 |
-
#: C:\wamp\www\
|
| 112 |
msgid "November"
|
| 113 |
msgstr "Νοέμβριος"
|
| 114 |
|
| 115 |
-
#: C:\wamp\www\
|
| 116 |
-
#: C:\wamp\www\
|
| 117 |
-
#: C:\wamp\www\
|
| 118 |
msgid "December"
|
| 119 |
msgstr "Δεκέμβριος"
|
| 120 |
|
| 121 |
-
#: C:\wamp\www\
|
| 122 |
-
#: C:\wamp\www\
|
| 123 |
-
#: C:\wamp\www\
|
| 124 |
-
#: C:\wamp\www\
|
| 125 |
-
#: C:\wamp\www\
|
| 126 |
-
#: C:\wamp\www\
|
| 127 |
-
#: C:\wamp\www\
|
| 128 |
-
#: C:\wamp\www\
|
| 129 |
msgid "Quantity"
|
| 130 |
msgstr "ποσότητα "
|
| 131 |
|
| 132 |
-
#: C:\wamp\www\
|
| 133 |
-
#: C:\wamp\www\
|
| 134 |
msgid "Error, incorrect Security code."
|
| 135 |
msgstr "Σφάλματος, λανθασμένα τον κωδικό ασφαλείας."
|
| 136 |
|
| 137 |
-
#: C:\wamp\www\
|
| 138 |
msgid "Your ip is blacklisted. Please contact the website administrator."
|
| 139 |
msgstr ""
|
| 140 |
"Ip σας είναι στη μαύρη λίστα. Παρακαλώ επικοινωνήστε με τον διαχειριστή της "
|
| 141 |
"ιστοσελίδας. "
|
| 142 |
|
| 143 |
-
#: C:\wamp\www\
|
| 144 |
-
#: C:\wamp\www\
|
| 145 |
msgid "The file exceeds the allowed size of"
|
| 146 |
msgstr "Το αρχείο υπερβαίνει το επιτρεπόμενο μέγεθος των"
|
| 147 |
|
| 148 |
-
#: C:\wamp\www\
|
| 149 |
-
#: C:\wamp\www\
|
| 150 |
-
#: C:\wamp\www\
|
| 151 |
-
#: C:\wamp\www\
|
| 152 |
msgid "Sorry, you are not allowed to upload this type of file."
|
| 153 |
msgstr ""
|
| 154 |
"Λυπούμαστε, αλλά δεν έχετε δικαίωμα να ανεβάσετε αυτό το είδος του αρχείου."
|
| 155 |
|
| 156 |
-
#: C:\wamp\www\
|
| 157 |
-
#: C:\wamp\www\
|
| 158 |
msgid "Error, file cannot be moved."
|
| 159 |
msgstr "Σφάλμα, το αρχείο δεν μπορεί να μετακινηθεί."
|
| 160 |
|
| 161 |
-
#: C:\wamp\www\
|
| 162 |
-
#: C:\wamp\www\
|
| 163 |
#, php-format
|
| 164 |
msgid ""
|
| 165 |
"This field %s requires a unique entry and this value was already submitted."
|
|
@@ -167,127 +167,143 @@ msgstr ""
|
|
| 167 |
"Αυτό το πεδίο %s απαιτεί μια μοναδική εγγραφή και αυτή η τιμή έχει ήδη "
|
| 168 |
"υποβληθεί."
|
| 169 |
|
| 170 |
-
#: C:\wamp\www\
|
| 171 |
#, fuzzy
|
| 172 |
msgid "Error, file destination does not exist."
|
| 173 |
msgstr "Σφάλμα, e-mail δεν σταλεί."
|
| 174 |
|
| 175 |
-
#: C:\wamp\www\
|
| 176 |
msgid "Nothing was submitted."
|
| 177 |
msgstr "Τίποτα δεν υποβλήθηκε."
|
| 178 |
|
| 179 |
-
#: C:\wamp\www\
|
| 180 |
-
#: C:\wamp\www\
|
| 181 |
-
#: C:\wamp\www\
|
| 182 |
-
#: C:\wamp\www\
|
| 183 |
-
#: C:\wamp\www\
|
| 184 |
msgid "Your form was successfully submitted."
|
| 185 |
msgstr "Φόρμα σας υποβλήθηκε με επιτυχία."
|
| 186 |
|
| 187 |
-
#: C:\wamp\www\
|
| 188 |
-
#: C:\wamp\www\
|
| 189 |
-
#: C:\wamp\www\
|
| 190 |
msgid "Error, email was not sent."
|
| 191 |
msgstr "Σφάλμα, e-mail δεν σταλεί."
|
| 192 |
|
| 193 |
-
#: C:\wamp\www\
|
| 194 |
-
#: C:\wamp\www\
|
| 195 |
-
#: C:\wamp\www\
|
| 196 |
-
#: C:\wamp\www\
|
| 197 |
-
#: C:\wamp\www\
|
| 198 |
-
#: C:\wamp\www\
|
| 199 |
-
#: C:\wamp\www\
|
| 200 |
-
#: C:\wamp\www\
|
| 201 |
-
#: C:\wamp\www\
|
| 202 |
-
#: C:\wamp\www\
|
| 203 |
-
#: C:\wamp\www\
|
| 204 |
-
#: C:\wamp\www\
|
| 205 |
-
#: C:\wamp\www\
|
| 206 |
-
#: C:\wamp\www\
|
| 207 |
-
#: C:\wamp\www\
|
| 208 |
-
#: C:\wamp\www\
|
| 209 |
-
#: C:\wamp\www\
|
| 210 |
-
#: C:\wamp\www\
|
| 211 |
-
#: C:\wamp\www\
|
| 212 |
-
#: C:\wamp\www\
|
| 213 |
-
#: C:\wamp\www\
|
| 214 |
-
#: C:\wamp\www\
|
| 215 |
-
#: C:\wamp\www\
|
| 216 |
-
#: C:\wamp\www\
|
| 217 |
-
#: C:\wamp\www\
|
| 218 |
-
#: C:\wamp\www\
|
| 219 |
-
#: C:\wamp\www\
|
| 220 |
-
#: C:\wamp\www\
|
| 221 |
-
#: C:\wamp\www\
|
| 222 |
-
#: C:\wamp\www\
|
| 223 |
-
#: C:\wamp\www\
|
| 224 |
-
#: C:\wamp\www\
|
| 225 |
-
#: C:\wamp\www\
|
| 226 |
-
#: C:\wamp\www\
|
| 227 |
-
#: C:\wamp\www\
|
| 228 |
-
#: C:\wamp\www\
|
| 229 |
msgid "field is required."
|
| 230 |
msgstr "το πεδίο είναι υποχρεωτικό."
|
| 231 |
|
| 232 |
-
#: C:\wamp\www\
|
| 233 |
-
#: C:\wamp\www\
|
| 234 |
msgid "This is not a valid email address."
|
| 235 |
msgstr "Αυτό δεν είναι μια έγκυρη διεύθυνση ηλεκτρονικού ταχυδρομείου."
|
| 236 |
|
| 237 |
-
#: C:\wamp\www\
|
| 238 |
-
#: C:\wamp\www\
|
| 239 |
msgid "The"
|
| 240 |
msgstr "ο "
|
| 241 |
|
| 242 |
-
#: C:\wamp\www\
|
| 243 |
-
#: C:\wamp\www\
|
| 244 |
msgid "value must be between"
|
| 245 |
msgstr "τιμή πρέπει να είναι μεταξύ "
|
| 246 |
|
| 247 |
-
#: C:\wamp\www\
|
| 248 |
-
#: C:\wamp\www\
|
| 249 |
-
#: C:\wamp\www\
|
| 250 |
-
#: C:\wamp\www\
|
| 251 |
-
#: C:\wamp\www\
|
| 252 |
msgid "Your score should be less than"
|
| 253 |
msgstr "Το σκορ σας θα πρέπει να είναι μικρότερη από "
|
| 254 |
|
| 255 |
-
#: C:\wamp\www\
|
| 256 |
msgid "Title"
|
| 257 |
msgstr "Τίτλος"
|
| 258 |
|
| 259 |
-
#: C:\wamp\www\
|
| 260 |
msgid "First"
|
| 261 |
msgstr "Πρώτο"
|
| 262 |
|
| 263 |
-
#: C:\wamp\www\
|
| 264 |
msgid "Last"
|
| 265 |
msgstr "Τελευταία"
|
| 266 |
|
| 267 |
-
#: C:\wamp\www\
|
| 268 |
msgid "Middle"
|
| 269 |
msgstr "Μέσον"
|
| 270 |
|
| 271 |
-
#: C:\wamp\www\
|
| 272 |
msgid "Area Code"
|
| 273 |
msgstr "Κώδικας περιοχής"
|
| 274 |
|
| 275 |
-
#: C:\wamp\www\
|
| 276 |
msgid "Phone Number"
|
| 277 |
msgstr "Αριθμός τηλεφώνου"
|
| 278 |
|
| 279 |
-
#: C:\wamp\www\
|
| 280 |
msgid "Dollars"
|
| 281 |
msgstr "δολάρια "
|
| 282 |
|
| 283 |
-
#: C:\wamp\www\
|
| 284 |
msgid "Cents"
|
| 285 |
msgstr "cents "
|
| 286 |
|
| 287 |
-
#: C:\wamp\www\
|
| 288 |
msgid "From"
|
| 289 |
msgstr "από "
|
| 290 |
|
| 291 |
-
#: C:\wamp\www\
|
| 292 |
msgid "To"
|
| 293 |
msgstr "να"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: form_maker\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
+
"POT-Creation-Date: 2014-10-17 16:08+0300\n"
|
| 6 |
+
"PO-Revision-Date: 2014-10-17 16:23+0300\n"
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"Language: el\n"
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
| 13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
| 14 |
"X-Poedit-Basepath: .\n"
|
| 15 |
+
"X-Generator: Poedit 1.6.9\n"
|
| 16 |
+
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\form-"
|
| 17 |
+
"maker\n"
|
| 18 |
|
| 19 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:233
|
| 20 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3314
|
| 21 |
msgid "Street Address"
|
| 22 |
msgstr "Οδός"
|
| 23 |
|
| 24 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:236
|
| 25 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3315
|
| 26 |
msgid "Street Address Line 2"
|
| 27 |
msgstr "Οδός Διεύθυνση 2"
|
| 28 |
|
| 29 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:239
|
| 30 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3316
|
| 31 |
msgid "City"
|
| 32 |
msgstr "Πόλη"
|
| 33 |
|
| 34 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:242
|
| 35 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3317
|
| 36 |
msgid "State / Province / Region"
|
| 37 |
msgstr "Πολιτεία / Επαρχία / Περιφέρεια"
|
| 38 |
|
| 39 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:245
|
| 40 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3318
|
| 41 |
msgid "Postal / Zip Code"
|
| 42 |
msgstr "Ταχυδρομική / Τ.Κ."
|
| 43 |
|
| 44 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:248
|
| 45 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3319
|
| 46 |
msgid "Country"
|
| 47 |
msgstr "Χώρα"
|
| 48 |
|
| 49 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 50 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 51 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3302
|
| 52 |
msgid "January"
|
| 53 |
msgstr "Ιανουάριος"
|
| 54 |
|
| 55 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 56 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 57 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3303
|
| 58 |
msgid "February"
|
| 59 |
msgstr "Φεβρουάριος"
|
| 60 |
|
| 61 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 62 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 63 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3304
|
| 64 |
msgid "March"
|
| 65 |
msgstr "Μάρτιος"
|
| 66 |
|
| 67 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 68 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 69 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3305
|
| 70 |
msgid "April"
|
| 71 |
msgstr "Απρίλης"
|
| 72 |
|
| 73 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 74 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 75 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3306
|
| 76 |
msgid "May"
|
| 77 |
msgstr "Μάιος"
|
| 78 |
|
| 79 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 80 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 81 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3307
|
| 82 |
msgid "June"
|
| 83 |
msgstr "Ιούνιος"
|
| 84 |
|
| 85 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 86 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 87 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3308
|
| 88 |
msgid "July"
|
| 89 |
msgstr "Ιούλιος"
|
| 90 |
|
| 91 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 92 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 93 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3309
|
| 94 |
msgid "August"
|
| 95 |
msgstr "Αύγουστος"
|
| 96 |
|
| 97 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 98 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 99 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3310
|
| 100 |
msgid "September"
|
| 101 |
msgstr "Σεπτέμβριος"
|
| 102 |
|
| 103 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 104 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 105 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3311
|
| 106 |
msgid "October"
|
| 107 |
msgstr "Οκτώβριος"
|
| 108 |
|
| 109 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 110 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 111 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3312
|
| 112 |
msgid "November"
|
| 113 |
msgstr "Νοέμβριος"
|
| 114 |
|
| 115 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 116 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 117 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3313
|
| 118 |
msgid "December"
|
| 119 |
msgstr "Δεκέμβριος"
|
| 120 |
|
| 121 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2353
|
| 122 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2207
|
| 123 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2247
|
| 124 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2305
|
| 125 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2342
|
| 126 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2399
|
| 127 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2440
|
| 128 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3325
|
| 129 |
msgid "Quantity"
|
| 130 |
msgstr "ποσότητα "
|
| 131 |
|
| 132 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:77
|
| 133 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:92
|
| 134 |
msgid "Error, incorrect Security code."
|
| 135 |
msgstr "Σφάλματος, λανθασμένα τον κωδικό ασφαλείας."
|
| 136 |
|
| 137 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:106
|
| 138 |
msgid "Your ip is blacklisted. Please contact the website administrator."
|
| 139 |
msgstr ""
|
| 140 |
"Ip σας είναι στη μαύρη λίστα. Παρακαλώ επικοινωνήστε με τον διαχειριστή της "
|
| 141 |
"ιστοσελίδας. "
|
| 142 |
|
| 143 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:260
|
| 144 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:780
|
| 145 |
msgid "The file exceeds the allowed size of"
|
| 146 |
msgstr "Το αρχείο υπερβαίνει το επιτρεπόμενο μέγεθος των"
|
| 147 |
|
| 148 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:279
|
| 149 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:795
|
| 150 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1878
|
| 151 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3346
|
| 152 |
msgid "Sorry, you are not allowed to upload this type of file."
|
| 153 |
msgstr ""
|
| 154 |
"Λυπούμαστε, αλλά δεν έχετε δικαίωμα να ανεβάσετε αυτό το είδος του αρχείου."
|
| 155 |
|
| 156 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:291
|
| 157 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:808
|
| 158 |
msgid "Error, file cannot be moved."
|
| 159 |
msgstr "Σφάλμα, το αρχείο δεν μπορεί να μετακινηθεί."
|
| 160 |
|
| 161 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:669
|
| 162 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1125
|
| 163 |
#, php-format
|
| 164 |
msgid ""
|
| 165 |
"This field %s requires a unique entry and this value was already submitted."
|
| 167 |
"Αυτό το πεδίο %s απαιτεί μια μοναδική εγγραφή και αυτή η τιμή έχει ήδη "
|
| 168 |
"υποβληθεί."
|
| 169 |
|
| 170 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:813
|
| 171 |
#, fuzzy
|
| 172 |
msgid "Error, file destination does not exist."
|
| 173 |
msgstr "Σφάλμα, e-mail δεν σταλεί."
|
| 174 |
|
| 175 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1309
|
| 176 |
msgid "Nothing was submitted."
|
| 177 |
msgstr "Τίποτα δεν υποβλήθηκε."
|
| 178 |
|
| 179 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2095
|
| 180 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2108
|
| 181 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3801
|
| 182 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3806
|
| 183 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:63
|
| 184 |
msgid "Your form was successfully submitted."
|
| 185 |
msgstr "Φόρμα σας υποβλήθηκε με επιτυχία."
|
| 186 |
|
| 187 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2103
|
| 188 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3797
|
| 189 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:60
|
| 190 |
msgid "Error, email was not sent."
|
| 191 |
msgstr "Σφάλμα, e-mail δεν σταλεί."
|
| 192 |
|
| 193 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:643
|
| 194 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:690
|
| 195 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:740
|
| 196 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:787
|
| 197 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:836
|
| 198 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:891
|
| 199 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:963
|
| 200 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1068
|
| 201 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1083
|
| 202 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1185
|
| 203 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1257
|
| 204 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1358
|
| 205 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1449
|
| 206 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1526
|
| 207 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1585
|
| 208 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1661
|
| 209 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1708
|
| 210 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1815
|
| 211 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1863
|
| 212 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1918
|
| 213 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2086
|
| 214 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2232
|
| 215 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2329
|
| 216 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2424
|
| 217 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2499
|
| 218 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2600
|
| 219 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2659
|
| 220 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2714
|
| 221 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2774
|
| 222 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2831
|
| 223 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2891
|
| 224 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3005
|
| 225 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3019
|
| 226 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3034
|
| 227 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3049
|
| 228 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3351
|
| 229 |
msgid "field is required."
|
| 230 |
msgstr "το πεδίο είναι υποχρεωτικό."
|
| 231 |
|
| 232 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1274
|
| 233 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3349
|
| 234 |
msgid "This is not a valid email address."
|
| 235 |
msgstr "Αυτό δεν είναι μια έγκυρη διεύθυνση ηλεκτρονικού ταχυδρομείου."
|
| 236 |
|
| 237 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2125
|
| 238 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3352
|
| 239 |
msgid "The"
|
| 240 |
msgstr "ο "
|
| 241 |
|
| 242 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2125
|
| 243 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3352
|
| 244 |
msgid "value must be between"
|
| 245 |
msgstr "τιμή πρέπει να είναι μεταξύ "
|
| 246 |
|
| 247 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
|
| 248 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3114
|
| 249 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3115
|
| 250 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3347
|
| 251 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3348
|
| 252 |
msgid "Your score should be less than"
|
| 253 |
msgstr "Το σκορ σας θα πρέπει να είναι μικρότερη από "
|
| 254 |
|
| 255 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3298
|
| 256 |
msgid "Title"
|
| 257 |
msgstr "Τίτλος"
|
| 258 |
|
| 259 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3299
|
| 260 |
msgid "First"
|
| 261 |
msgstr "Πρώτο"
|
| 262 |
|
| 263 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3300
|
| 264 |
msgid "Last"
|
| 265 |
msgstr "Τελευταία"
|
| 266 |
|
| 267 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3301
|
| 268 |
msgid "Middle"
|
| 269 |
msgstr "Μέσον"
|
| 270 |
|
| 271 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3320
|
| 272 |
msgid "Area Code"
|
| 273 |
msgstr "Κώδικας περιοχής"
|
| 274 |
|
| 275 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3321
|
| 276 |
msgid "Phone Number"
|
| 277 |
msgstr "Αριθμός τηλεφώνου"
|
| 278 |
|
| 279 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3322
|
| 280 |
msgid "Dollars"
|
| 281 |
msgstr "δολάρια "
|
| 282 |
|
| 283 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3323
|
| 284 |
msgid "Cents"
|
| 285 |
msgstr "cents "
|
| 286 |
|
| 287 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3326
|
| 288 |
msgid "From"
|
| 289 |
msgstr "από "
|
| 290 |
|
| 291 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3327
|
| 292 |
msgid "To"
|
| 293 |
msgstr "να"
|
| 294 |
+
|
| 295 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:202
|
| 296 |
+
msgid "GO"
|
| 297 |
+
msgstr "πηγαίνετε"
|
| 298 |
+
|
| 299 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:203
|
| 300 |
+
msgid "Reset"
|
| 301 |
+
msgstr "Επαναφορά v"
|
| 302 |
+
|
| 303 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:649
|
| 304 |
+
msgid "Select a Field"
|
| 305 |
+
msgstr "Επιλέξτε ένα πεδίο"
|
| 306 |
+
|
| 307 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:671
|
| 308 |
+
msgid "Select a Date"
|
| 309 |
+
msgstr "Επιλέξτε μια ημερομηνία"
|
languages/form_maker-en_US.mo
CHANGED
|
Binary file
|
languages/form_maker-en_US.po
CHANGED
|
@@ -2,8 +2,8 @@ msgid ""
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: form_maker\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
-
"POT-Creation-Date: 2014-
|
| 6 |
-
"PO-Revision-Date: 2014-
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"Language: el\n"
|
|
@@ -12,277 +12,293 @@ msgstr ""
|
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
| 13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
| 14 |
"X-Poedit-Basepath: .\n"
|
| 15 |
-
"X-Generator: Poedit 1.6.
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\
|
| 17 |
-
"
|
| 18 |
|
| 19 |
-
#: C:\wamp\www\
|
| 20 |
-
#: C:\wamp\www\
|
| 21 |
msgid "Street Address"
|
| 22 |
msgstr "Street Address"
|
| 23 |
|
| 24 |
-
#: C:\wamp\www\
|
| 25 |
-
#: C:\wamp\www\
|
| 26 |
msgid "Street Address Line 2"
|
| 27 |
msgstr "Street Address Line 2"
|
| 28 |
|
| 29 |
-
#: C:\wamp\www\
|
| 30 |
-
#: C:\wamp\www\
|
| 31 |
msgid "City"
|
| 32 |
msgstr "City"
|
| 33 |
|
| 34 |
-
#: C:\wamp\www\
|
| 35 |
-
#: C:\wamp\www\
|
| 36 |
msgid "State / Province / Region"
|
| 37 |
msgstr "State / Province / Region"
|
| 38 |
|
| 39 |
-
#: C:\wamp\www\
|
| 40 |
-
#: C:\wamp\www\
|
| 41 |
msgid "Postal / Zip Code"
|
| 42 |
msgstr "Postal / Zip Code"
|
| 43 |
|
| 44 |
-
#: C:\wamp\www\
|
| 45 |
-
#: C:\wamp\www\
|
| 46 |
msgid "Country"
|
| 47 |
msgstr "Country"
|
| 48 |
|
| 49 |
-
#: C:\wamp\www\
|
| 50 |
-
#: C:\wamp\www\
|
| 51 |
-
#: C:\wamp\www\
|
| 52 |
msgid "January"
|
| 53 |
msgstr "January"
|
| 54 |
|
| 55 |
-
#: C:\wamp\www\
|
| 56 |
-
#: C:\wamp\www\
|
| 57 |
-
#: C:\wamp\www\
|
| 58 |
msgid "February"
|
| 59 |
msgstr "February"
|
| 60 |
|
| 61 |
-
#: C:\wamp\www\
|
| 62 |
-
#: C:\wamp\www\
|
| 63 |
-
#: C:\wamp\www\
|
| 64 |
msgid "March"
|
| 65 |
msgstr "March"
|
| 66 |
|
| 67 |
-
#: C:\wamp\www\
|
| 68 |
-
#: C:\wamp\www\
|
| 69 |
-
#: C:\wamp\www\
|
| 70 |
msgid "April"
|
| 71 |
msgstr "April"
|
| 72 |
|
| 73 |
-
#: C:\wamp\www\
|
| 74 |
-
#: C:\wamp\www\
|
| 75 |
-
#: C:\wamp\www\
|
| 76 |
msgid "May"
|
| 77 |
msgstr "May"
|
| 78 |
|
| 79 |
-
#: C:\wamp\www\
|
| 80 |
-
#: C:\wamp\www\
|
| 81 |
-
#: C:\wamp\www\
|
| 82 |
msgid "June"
|
| 83 |
msgstr "June"
|
| 84 |
|
| 85 |
-
#: C:\wamp\www\
|
| 86 |
-
#: C:\wamp\www\
|
| 87 |
-
#: C:\wamp\www\
|
| 88 |
msgid "July"
|
| 89 |
msgstr "July"
|
| 90 |
|
| 91 |
-
#: C:\wamp\www\
|
| 92 |
-
#: C:\wamp\www\
|
| 93 |
-
#: C:\wamp\www\
|
| 94 |
msgid "August"
|
| 95 |
msgstr "August"
|
| 96 |
|
| 97 |
-
#: C:\wamp\www\
|
| 98 |
-
#: C:\wamp\www\
|
| 99 |
-
#: C:\wamp\www\
|
| 100 |
msgid "September"
|
| 101 |
msgstr "September"
|
| 102 |
|
| 103 |
-
#: C:\wamp\www\
|
| 104 |
-
#: C:\wamp\www\
|
| 105 |
-
#: C:\wamp\www\
|
| 106 |
msgid "October"
|
| 107 |
msgstr "October"
|
| 108 |
|
| 109 |
-
#: C:\wamp\www\
|
| 110 |
-
#: C:\wamp\www\
|
| 111 |
-
#: C:\wamp\www\
|
| 112 |
msgid "November"
|
| 113 |
msgstr "November"
|
| 114 |
|
| 115 |
-
#: C:\wamp\www\
|
| 116 |
-
#: C:\wamp\www\
|
| 117 |
-
#: C:\wamp\www\
|
| 118 |
msgid "December"
|
| 119 |
msgstr "December"
|
| 120 |
|
| 121 |
-
#: C:\wamp\www\
|
| 122 |
-
#: C:\wamp\www\
|
| 123 |
-
#: C:\wamp\www\
|
| 124 |
-
#: C:\wamp\www\
|
| 125 |
-
#: C:\wamp\www\
|
| 126 |
-
#: C:\wamp\www\
|
| 127 |
-
#: C:\wamp\www\
|
| 128 |
-
#: C:\wamp\www\
|
| 129 |
msgid "Quantity"
|
| 130 |
msgstr "Quantity"
|
| 131 |
|
| 132 |
-
#: C:\wamp\www\
|
| 133 |
-
#: C:\wamp\www\
|
| 134 |
msgid "Error, incorrect Security code."
|
| 135 |
msgstr "Error, incorrect Security code."
|
| 136 |
|
| 137 |
-
#: C:\wamp\www\
|
| 138 |
msgid "Your ip is blacklisted. Please contact the website administrator."
|
| 139 |
msgstr "Your ip is blacklisted. Please contact the website administrator."
|
| 140 |
|
| 141 |
-
#: C:\wamp\www\
|
| 142 |
-
#: C:\wamp\www\
|
| 143 |
msgid "The file exceeds the allowed size of"
|
| 144 |
msgstr "The file exceeds the allowed size of"
|
| 145 |
|
| 146 |
-
#: C:\wamp\www\
|
| 147 |
-
#: C:\wamp\www\
|
| 148 |
-
#: C:\wamp\www\
|
| 149 |
-
#: C:\wamp\www\
|
| 150 |
msgid "Sorry, you are not allowed to upload this type of file."
|
| 151 |
msgstr "Sorry, you are not allowed to upload this type of file."
|
| 152 |
|
| 153 |
-
#: C:\wamp\www\
|
| 154 |
-
#: C:\wamp\www\
|
| 155 |
msgid "Error, file cannot be moved."
|
| 156 |
msgstr "Error, file cannot be moved."
|
| 157 |
|
| 158 |
-
#: C:\wamp\www\
|
| 159 |
-
#: C:\wamp\www\
|
| 160 |
#, php-format
|
| 161 |
msgid ""
|
| 162 |
"This field %s requires a unique entry and this value was already submitted."
|
| 163 |
msgstr ""
|
| 164 |
"This field %s requires a unique entry and this value was already submitted."
|
| 165 |
|
| 166 |
-
#: C:\wamp\www\
|
| 167 |
msgid "Error, file destination does not exist."
|
| 168 |
msgstr "Error, file destination does not exist."
|
| 169 |
|
| 170 |
-
#: C:\wamp\www\
|
| 171 |
msgid "Nothing was submitted."
|
| 172 |
msgstr "Nothing was submitted."
|
| 173 |
|
| 174 |
-
#: C:\wamp\www\
|
| 175 |
-
#: C:\wamp\www\
|
| 176 |
-
#: C:\wamp\www\
|
| 177 |
-
#: C:\wamp\www\
|
| 178 |
-
#: C:\wamp\www\
|
| 179 |
msgid "Your form was successfully submitted."
|
| 180 |
msgstr "Your form was successfully submitted."
|
| 181 |
|
| 182 |
-
#: C:\wamp\www\
|
| 183 |
-
#: C:\wamp\www\
|
| 184 |
-
#: C:\wamp\www\
|
| 185 |
msgid "Error, email was not sent."
|
| 186 |
msgstr "Error, email was not sent."
|
| 187 |
|
| 188 |
-
#: C:\wamp\www\
|
| 189 |
-
#: C:\wamp\www\
|
| 190 |
-
#: C:\wamp\www\
|
| 191 |
-
#: C:\wamp\www\
|
| 192 |
-
#: C:\wamp\www\
|
| 193 |
-
#: C:\wamp\www\
|
| 194 |
-
#: C:\wamp\www\
|
| 195 |
-
#: C:\wamp\www\
|
| 196 |
-
#: C:\wamp\www\
|
| 197 |
-
#: C:\wamp\www\
|
| 198 |
-
#: C:\wamp\www\
|
| 199 |
-
#: C:\wamp\www\
|
| 200 |
-
#: C:\wamp\www\
|
| 201 |
-
#: C:\wamp\www\
|
| 202 |
-
#: C:\wamp\www\
|
| 203 |
-
#: C:\wamp\www\
|
| 204 |
-
#: C:\wamp\www\
|
| 205 |
-
#: C:\wamp\www\
|
| 206 |
-
#: C:\wamp\www\
|
| 207 |
-
#: C:\wamp\www\
|
| 208 |
-
#: C:\wamp\www\
|
| 209 |
-
#: C:\wamp\www\
|
| 210 |
-
#: C:\wamp\www\
|
| 211 |
-
#: C:\wamp\www\
|
| 212 |
-
#: C:\wamp\www\
|
| 213 |
-
#: C:\wamp\www\
|
| 214 |
-
#: C:\wamp\www\
|
| 215 |
-
#: C:\wamp\www\
|
| 216 |
-
#: C:\wamp\www\
|
| 217 |
-
#: C:\wamp\www\
|
| 218 |
-
#: C:\wamp\www\
|
| 219 |
-
#: C:\wamp\www\
|
| 220 |
-
#: C:\wamp\www\
|
| 221 |
-
#: C:\wamp\www\
|
| 222 |
-
#: C:\wamp\www\
|
| 223 |
-
#: C:\wamp\www\
|
| 224 |
msgid "field is required."
|
| 225 |
msgstr "field is required."
|
| 226 |
|
| 227 |
-
#: C:\wamp\www\
|
| 228 |
-
#: C:\wamp\www\
|
| 229 |
msgid "This is not a valid email address."
|
| 230 |
msgstr "This is not a valid email address."
|
| 231 |
|
| 232 |
-
#: C:\wamp\www\
|
| 233 |
-
#: C:\wamp\www\
|
| 234 |
msgid "The"
|
| 235 |
msgstr "The"
|
| 236 |
|
| 237 |
-
#: C:\wamp\www\
|
| 238 |
-
#: C:\wamp\www\
|
| 239 |
msgid "value must be between"
|
| 240 |
msgstr "value must be between"
|
| 241 |
|
| 242 |
-
#: C:\wamp\www\
|
| 243 |
-
#: C:\wamp\www\
|
| 244 |
-
#: C:\wamp\www\
|
| 245 |
-
#: C:\wamp\www\
|
| 246 |
-
#: C:\wamp\www\
|
| 247 |
msgid "Your score should be less than"
|
| 248 |
msgstr "Your score should be less than"
|
| 249 |
|
| 250 |
-
#: C:\wamp\www\
|
| 251 |
msgid "Title"
|
| 252 |
msgstr "Title"
|
| 253 |
|
| 254 |
-
#: C:\wamp\www\
|
| 255 |
msgid "First"
|
| 256 |
msgstr "First"
|
| 257 |
|
| 258 |
-
#: C:\wamp\www\
|
| 259 |
msgid "Last"
|
| 260 |
msgstr "Last"
|
| 261 |
|
| 262 |
-
#: C:\wamp\www\
|
| 263 |
msgid "Middle"
|
| 264 |
msgstr "Middle"
|
| 265 |
|
| 266 |
-
#: C:\wamp\www\
|
| 267 |
msgid "Area Code"
|
| 268 |
msgstr "Area Code"
|
| 269 |
|
| 270 |
-
#: C:\wamp\www\
|
| 271 |
msgid "Phone Number"
|
| 272 |
msgstr "Phone Number"
|
| 273 |
|
| 274 |
-
#: C:\wamp\www\
|
| 275 |
msgid "Dollars"
|
| 276 |
msgstr "Dollars"
|
| 277 |
|
| 278 |
-
#: C:\wamp\www\
|
| 279 |
msgid "Cents"
|
| 280 |
msgstr "Cents"
|
| 281 |
|
| 282 |
-
#: C:\wamp\www\
|
| 283 |
msgid "From"
|
| 284 |
msgstr "From"
|
| 285 |
|
| 286 |
-
#: C:\wamp\www\
|
| 287 |
msgid "To"
|
| 288 |
msgstr "To"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: form_maker\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
+
"POT-Creation-Date: 2014-10-17 16:28+0300\n"
|
| 6 |
+
"PO-Revision-Date: 2014-10-17 16:29+0300\n"
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"Language: el\n"
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
| 13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
| 14 |
"X-Poedit-Basepath: .\n"
|
| 15 |
+
"X-Generator: Poedit 1.6.9\n"
|
| 16 |
+
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\form-"
|
| 17 |
+
"maker\n"
|
| 18 |
|
| 19 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:233
|
| 20 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3314
|
| 21 |
msgid "Street Address"
|
| 22 |
msgstr "Street Address"
|
| 23 |
|
| 24 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:236
|
| 25 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3315
|
| 26 |
msgid "Street Address Line 2"
|
| 27 |
msgstr "Street Address Line 2"
|
| 28 |
|
| 29 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:239
|
| 30 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3316
|
| 31 |
msgid "City"
|
| 32 |
msgstr "City"
|
| 33 |
|
| 34 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:242
|
| 35 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3317
|
| 36 |
msgid "State / Province / Region"
|
| 37 |
msgstr "State / Province / Region"
|
| 38 |
|
| 39 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:245
|
| 40 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3318
|
| 41 |
msgid "Postal / Zip Code"
|
| 42 |
msgstr "Postal / Zip Code"
|
| 43 |
|
| 44 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:248
|
| 45 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3319
|
| 46 |
msgid "Country"
|
| 47 |
msgstr "Country"
|
| 48 |
|
| 49 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 50 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 51 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3302
|
| 52 |
msgid "January"
|
| 53 |
msgstr "January"
|
| 54 |
|
| 55 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 56 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 57 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3303
|
| 58 |
msgid "February"
|
| 59 |
msgstr "February"
|
| 60 |
|
| 61 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 62 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 63 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3304
|
| 64 |
msgid "March"
|
| 65 |
msgstr "March"
|
| 66 |
|
| 67 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 68 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 69 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3305
|
| 70 |
msgid "April"
|
| 71 |
msgstr "April"
|
| 72 |
|
| 73 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 74 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 75 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3306
|
| 76 |
msgid "May"
|
| 77 |
msgstr "May"
|
| 78 |
|
| 79 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 80 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 81 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3307
|
| 82 |
msgid "June"
|
| 83 |
msgstr "June"
|
| 84 |
|
| 85 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 86 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 87 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3308
|
| 88 |
msgid "July"
|
| 89 |
msgstr "July"
|
| 90 |
|
| 91 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 92 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 93 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3309
|
| 94 |
msgid "August"
|
| 95 |
msgstr "August"
|
| 96 |
|
| 97 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 98 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 99 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3310
|
| 100 |
msgid "September"
|
| 101 |
msgstr "September"
|
| 102 |
|
| 103 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 104 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 105 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3311
|
| 106 |
msgid "October"
|
| 107 |
msgstr "October"
|
| 108 |
|
| 109 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 110 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 111 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3312
|
| 112 |
msgid "November"
|
| 113 |
msgstr "November"
|
| 114 |
|
| 115 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 116 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 117 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3313
|
| 118 |
msgid "December"
|
| 119 |
msgstr "December"
|
| 120 |
|
| 121 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2353
|
| 122 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2207
|
| 123 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2247
|
| 124 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2305
|
| 125 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2342
|
| 126 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2399
|
| 127 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2440
|
| 128 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3325
|
| 129 |
msgid "Quantity"
|
| 130 |
msgstr "Quantity"
|
| 131 |
|
| 132 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:77
|
| 133 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:92
|
| 134 |
msgid "Error, incorrect Security code."
|
| 135 |
msgstr "Error, incorrect Security code."
|
| 136 |
|
| 137 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:106
|
| 138 |
msgid "Your ip is blacklisted. Please contact the website administrator."
|
| 139 |
msgstr "Your ip is blacklisted. Please contact the website administrator."
|
| 140 |
|
| 141 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:260
|
| 142 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:780
|
| 143 |
msgid "The file exceeds the allowed size of"
|
| 144 |
msgstr "The file exceeds the allowed size of"
|
| 145 |
|
| 146 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:279
|
| 147 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:795
|
| 148 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1878
|
| 149 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3346
|
| 150 |
msgid "Sorry, you are not allowed to upload this type of file."
|
| 151 |
msgstr "Sorry, you are not allowed to upload this type of file."
|
| 152 |
|
| 153 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:291
|
| 154 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:808
|
| 155 |
msgid "Error, file cannot be moved."
|
| 156 |
msgstr "Error, file cannot be moved."
|
| 157 |
|
| 158 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:669
|
| 159 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1125
|
| 160 |
#, php-format
|
| 161 |
msgid ""
|
| 162 |
"This field %s requires a unique entry and this value was already submitted."
|
| 163 |
msgstr ""
|
| 164 |
"This field %s requires a unique entry and this value was already submitted."
|
| 165 |
|
| 166 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:813
|
| 167 |
msgid "Error, file destination does not exist."
|
| 168 |
msgstr "Error, file destination does not exist."
|
| 169 |
|
| 170 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1309
|
| 171 |
msgid "Nothing was submitted."
|
| 172 |
msgstr "Nothing was submitted."
|
| 173 |
|
| 174 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2095
|
| 175 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2108
|
| 176 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3801
|
| 177 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3806
|
| 178 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:63
|
| 179 |
msgid "Your form was successfully submitted."
|
| 180 |
msgstr "Your form was successfully submitted."
|
| 181 |
|
| 182 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2103
|
| 183 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3797
|
| 184 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:60
|
| 185 |
msgid "Error, email was not sent."
|
| 186 |
msgstr "Error, email was not sent."
|
| 187 |
|
| 188 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:643
|
| 189 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:690
|
| 190 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:740
|
| 191 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:787
|
| 192 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:836
|
| 193 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:891
|
| 194 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:963
|
| 195 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1068
|
| 196 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1083
|
| 197 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1185
|
| 198 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1257
|
| 199 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1358
|
| 200 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1449
|
| 201 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1526
|
| 202 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1585
|
| 203 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1661
|
| 204 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1708
|
| 205 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1815
|
| 206 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1863
|
| 207 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1918
|
| 208 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2086
|
| 209 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2232
|
| 210 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2329
|
| 211 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2424
|
| 212 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2499
|
| 213 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2600
|
| 214 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2659
|
| 215 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2714
|
| 216 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2774
|
| 217 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2831
|
| 218 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2891
|
| 219 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3005
|
| 220 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3019
|
| 221 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3034
|
| 222 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3049
|
| 223 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3351
|
| 224 |
msgid "field is required."
|
| 225 |
msgstr "field is required."
|
| 226 |
|
| 227 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1274
|
| 228 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3349
|
| 229 |
msgid "This is not a valid email address."
|
| 230 |
msgstr "This is not a valid email address."
|
| 231 |
|
| 232 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2125
|
| 233 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3352
|
| 234 |
msgid "The"
|
| 235 |
msgstr "The"
|
| 236 |
|
| 237 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2125
|
| 238 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3352
|
| 239 |
msgid "value must be between"
|
| 240 |
msgstr "value must be between"
|
| 241 |
|
| 242 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
|
| 243 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3114
|
| 244 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3115
|
| 245 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3347
|
| 246 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3348
|
| 247 |
msgid "Your score should be less than"
|
| 248 |
msgstr "Your score should be less than"
|
| 249 |
|
| 250 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3298
|
| 251 |
msgid "Title"
|
| 252 |
msgstr "Title"
|
| 253 |
|
| 254 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3299
|
| 255 |
msgid "First"
|
| 256 |
msgstr "First"
|
| 257 |
|
| 258 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3300
|
| 259 |
msgid "Last"
|
| 260 |
msgstr "Last"
|
| 261 |
|
| 262 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3301
|
| 263 |
msgid "Middle"
|
| 264 |
msgstr "Middle"
|
| 265 |
|
| 266 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3320
|
| 267 |
msgid "Area Code"
|
| 268 |
msgstr "Area Code"
|
| 269 |
|
| 270 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3321
|
| 271 |
msgid "Phone Number"
|
| 272 |
msgstr "Phone Number"
|
| 273 |
|
| 274 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3322
|
| 275 |
msgid "Dollars"
|
| 276 |
msgstr "Dollars"
|
| 277 |
|
| 278 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3323
|
| 279 |
msgid "Cents"
|
| 280 |
msgstr "Cents"
|
| 281 |
|
| 282 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3326
|
| 283 |
msgid "From"
|
| 284 |
msgstr "From"
|
| 285 |
|
| 286 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3327
|
| 287 |
msgid "To"
|
| 288 |
msgstr "To"
|
| 289 |
+
|
| 290 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:202
|
| 291 |
+
msgid "GO"
|
| 292 |
+
msgstr "GO"
|
| 293 |
+
|
| 294 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:203
|
| 295 |
+
msgid "Reset"
|
| 296 |
+
msgstr "Reset"
|
| 297 |
+
|
| 298 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:649
|
| 299 |
+
msgid "Select a Field"
|
| 300 |
+
msgstr "Select a Field"
|
| 301 |
+
|
| 302 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:671
|
| 303 |
+
msgid "Select a Date"
|
| 304 |
+
msgstr "Select a Date"
|
languages/form_maker-eo_EO.mo
CHANGED
|
Binary file
|
languages/form_maker-eo_EO.po
CHANGED
|
@@ -2,8 +2,8 @@ msgid ""
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: form_maker\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
-
"POT-Creation-Date: 2014-
|
| 6 |
-
"PO-Revision-Date: 2014-
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"Language: eo\n"
|
|
@@ -12,278 +12,294 @@ msgstr ""
|
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
| 13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
| 14 |
"X-Poedit-Basepath: .\n"
|
| 15 |
-
"X-Generator: Poedit 1.6.
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\
|
| 17 |
-
"
|
| 18 |
|
| 19 |
-
#: C:\wamp\www\
|
| 20 |
-
#: C:\wamp\www\
|
| 21 |
msgid "Street Address"
|
| 22 |
msgstr "Strato Adreso"
|
| 23 |
|
| 24 |
-
#: C:\wamp\www\
|
| 25 |
-
#: C:\wamp\www\
|
| 26 |
msgid "Street Address Line 2"
|
| 27 |
msgstr "Strato Adreso Linio 2"
|
| 28 |
|
| 29 |
-
#: C:\wamp\www\
|
| 30 |
-
#: C:\wamp\www\
|
| 31 |
msgid "City"
|
| 32 |
msgstr "Urbo"
|
| 33 |
|
| 34 |
-
#: C:\wamp\www\
|
| 35 |
-
#: C:\wamp\www\
|
| 36 |
msgid "State / Province / Region"
|
| 37 |
msgstr "Ŝtato / Provinco / Regiono"
|
| 38 |
|
| 39 |
-
#: C:\wamp\www\
|
| 40 |
-
#: C:\wamp\www\
|
| 41 |
msgid "Postal / Zip Code"
|
| 42 |
msgstr "Bildkarto / Poŝtkodo"
|
| 43 |
|
| 44 |
-
#: C:\wamp\www\
|
| 45 |
-
#: C:\wamp\www\
|
| 46 |
msgid "Country"
|
| 47 |
msgstr "Lando"
|
| 48 |
|
| 49 |
-
#: C:\wamp\www\
|
| 50 |
-
#: C:\wamp\www\
|
| 51 |
-
#: C:\wamp\www\
|
| 52 |
msgid "January"
|
| 53 |
msgstr "Januaro"
|
| 54 |
|
| 55 |
-
#: C:\wamp\www\
|
| 56 |
-
#: C:\wamp\www\
|
| 57 |
-
#: C:\wamp\www\
|
| 58 |
msgid "February"
|
| 59 |
msgstr "Februaro"
|
| 60 |
|
| 61 |
-
#: C:\wamp\www\
|
| 62 |
-
#: C:\wamp\www\
|
| 63 |
-
#: C:\wamp\www\
|
| 64 |
msgid "March"
|
| 65 |
msgstr "Marto"
|
| 66 |
|
| 67 |
-
#: C:\wamp\www\
|
| 68 |
-
#: C:\wamp\www\
|
| 69 |
-
#: C:\wamp\www\
|
| 70 |
msgid "April"
|
| 71 |
msgstr "Aprilo"
|
| 72 |
|
| 73 |
-
#: C:\wamp\www\
|
| 74 |
-
#: C:\wamp\www\
|
| 75 |
-
#: C:\wamp\www\
|
| 76 |
msgid "May"
|
| 77 |
msgstr "Majo"
|
| 78 |
|
| 79 |
-
#: C:\wamp\www\
|
| 80 |
-
#: C:\wamp\www\
|
| 81 |
-
#: C:\wamp\www\
|
| 82 |
msgid "June"
|
| 83 |
msgstr "Junio"
|
| 84 |
|
| 85 |
-
#: C:\wamp\www\
|
| 86 |
-
#: C:\wamp\www\
|
| 87 |
-
#: C:\wamp\www\
|
| 88 |
msgid "July"
|
| 89 |
msgstr "Julio"
|
| 90 |
|
| 91 |
-
#: C:\wamp\www\
|
| 92 |
-
#: C:\wamp\www\
|
| 93 |
-
#: C:\wamp\www\
|
| 94 |
msgid "August"
|
| 95 |
msgstr "Aŭgusto"
|
| 96 |
|
| 97 |
-
#: C:\wamp\www\
|
| 98 |
-
#: C:\wamp\www\
|
| 99 |
-
#: C:\wamp\www\
|
| 100 |
msgid "September"
|
| 101 |
msgstr "Septembro"
|
| 102 |
|
| 103 |
-
#: C:\wamp\www\
|
| 104 |
-
#: C:\wamp\www\
|
| 105 |
-
#: C:\wamp\www\
|
| 106 |
msgid "October"
|
| 107 |
msgstr "Oktobro"
|
| 108 |
|
| 109 |
-
#: C:\wamp\www\
|
| 110 |
-
#: C:\wamp\www\
|
| 111 |
-
#: C:\wamp\www\
|
| 112 |
msgid "November"
|
| 113 |
msgstr "Novembro"
|
| 114 |
|
| 115 |
-
#: C:\wamp\www\
|
| 116 |
-
#: C:\wamp\www\
|
| 117 |
-
#: C:\wamp\www\
|
| 118 |
msgid "December"
|
| 119 |
msgstr "Decembro"
|
| 120 |
|
| 121 |
-
#: C:\wamp\www\
|
| 122 |
-
#: C:\wamp\www\
|
| 123 |
-
#: C:\wamp\www\
|
| 124 |
-
#: C:\wamp\www\
|
| 125 |
-
#: C:\wamp\www\
|
| 126 |
-
#: C:\wamp\www\
|
| 127 |
-
#: C:\wamp\www\
|
| 128 |
-
#: C:\wamp\www\
|
| 129 |
msgid "Quantity"
|
| 130 |
msgstr "kvanto "
|
| 131 |
|
| 132 |
-
#: C:\wamp\www\
|
| 133 |
-
#: C:\wamp\www\
|
| 134 |
msgid "Error, incorrect Security code."
|
| 135 |
msgstr "Eraro, malĝusta Sekureca kodo."
|
| 136 |
|
| 137 |
-
#: C:\wamp\www\
|
| 138 |
msgid "Your ip is blacklisted. Please contact the website administrator."
|
| 139 |
msgstr "Via IP estas lerta nigra. Bonvolu kontakti la retejo administranto. "
|
| 140 |
|
| 141 |
-
#: C:\wamp\www\
|
| 142 |
-
#: C:\wamp\www\
|
| 143 |
msgid "The file exceeds the allowed size of"
|
| 144 |
msgstr "La dosiero superas la permesita grandeco de"
|
| 145 |
|
| 146 |
-
#: C:\wamp\www\
|
| 147 |
-
#: C:\wamp\www\
|
| 148 |
-
#: C:\wamp\www\
|
| 149 |
-
#: C:\wamp\www\
|
| 150 |
msgid "Sorry, you are not allowed to upload this type of file."
|
| 151 |
msgstr "Pardonu, vi ne rajtas alŝuti tiajn dosierojn."
|
| 152 |
|
| 153 |
-
#: C:\wamp\www\
|
| 154 |
-
#: C:\wamp\www\
|
| 155 |
msgid "Error, file cannot be moved."
|
| 156 |
msgstr "Eraro, dosiero ne povas esti movita."
|
| 157 |
|
| 158 |
-
#: C:\wamp\www\
|
| 159 |
-
#: C:\wamp\www\
|
| 160 |
#, php-format
|
| 161 |
msgid ""
|
| 162 |
"This field %s requires a unique entry and this value was already submitted."
|
| 163 |
msgstr ""
|
| 164 |
"Ĉi tiu kampo %s postulas unika eniro kaj ĉi tiu valoro estis jam donita."
|
| 165 |
|
| 166 |
-
#: C:\wamp\www\
|
| 167 |
#, fuzzy
|
| 168 |
msgid "Error, file destination does not exist."
|
| 169 |
msgstr "Eraro, retpoŝto ne estis sendita."
|
| 170 |
|
| 171 |
-
#: C:\wamp\www\
|
| 172 |
msgid "Nothing was submitted."
|
| 173 |
msgstr "Nenio donita."
|
| 174 |
|
| 175 |
-
#: C:\wamp\www\
|
| 176 |
-
#: C:\wamp\www\
|
| 177 |
-
#: C:\wamp\www\
|
| 178 |
-
#: C:\wamp\www\
|
| 179 |
-
#: C:\wamp\www\
|
| 180 |
msgid "Your form was successfully submitted."
|
| 181 |
msgstr "Via aspekto estis sukcese afiŝita."
|
| 182 |
|
| 183 |
-
#: C:\wamp\www\
|
| 184 |
-
#: C:\wamp\www\
|
| 185 |
-
#: C:\wamp\www\
|
| 186 |
msgid "Error, email was not sent."
|
| 187 |
msgstr "Eraro, retpoŝto ne estis sendita."
|
| 188 |
|
| 189 |
-
#: C:\wamp\www\
|
| 190 |
-
#: C:\wamp\www\
|
| 191 |
-
#: C:\wamp\www\
|
| 192 |
-
#: C:\wamp\www\
|
| 193 |
-
#: C:\wamp\www\
|
| 194 |
-
#: C:\wamp\www\
|
| 195 |
-
#: C:\wamp\www\
|
| 196 |
-
#: C:\wamp\www\
|
| 197 |
-
#: C:\wamp\www\
|
| 198 |
-
#: C:\wamp\www\
|
| 199 |
-
#: C:\wamp\www\
|
| 200 |
-
#: C:\wamp\www\
|
| 201 |
-
#: C:\wamp\www\
|
| 202 |
-
#: C:\wamp\www\
|
| 203 |
-
#: C:\wamp\www\
|
| 204 |
-
#: C:\wamp\www\
|
| 205 |
-
#: C:\wamp\www\
|
| 206 |
-
#: C:\wamp\www\
|
| 207 |
-
#: C:\wamp\www\
|
| 208 |
-
#: C:\wamp\www\
|
| 209 |
-
#: C:\wamp\www\
|
| 210 |
-
#: C:\wamp\www\
|
| 211 |
-
#: C:\wamp\www\
|
| 212 |
-
#: C:\wamp\www\
|
| 213 |
-
#: C:\wamp\www\
|
| 214 |
-
#: C:\wamp\www\
|
| 215 |
-
#: C:\wamp\www\
|
| 216 |
-
#: C:\wamp\www\
|
| 217 |
-
#: C:\wamp\www\
|
| 218 |
-
#: C:\wamp\www\
|
| 219 |
-
#: C:\wamp\www\
|
| 220 |
-
#: C:\wamp\www\
|
| 221 |
-
#: C:\wamp\www\
|
| 222 |
-
#: C:\wamp\www\
|
| 223 |
-
#: C:\wamp\www\
|
| 224 |
-
#: C:\wamp\www\
|
| 225 |
msgid "field is required."
|
| 226 |
msgstr "kampo estas bezonata."
|
| 227 |
|
| 228 |
-
#: C:\wamp\www\
|
| 229 |
-
#: C:\wamp\www\
|
| 230 |
msgid "This is not a valid email address."
|
| 231 |
msgstr "Tio ne estas valida retadreso."
|
| 232 |
|
| 233 |
-
#: C:\wamp\www\
|
| 234 |
-
#: C:\wamp\www\
|
| 235 |
msgid "The"
|
| 236 |
msgstr "la "
|
| 237 |
|
| 238 |
-
#: C:\wamp\www\
|
| 239 |
-
#: C:\wamp\www\
|
| 240 |
msgid "value must be between"
|
| 241 |
msgstr "valoro devas esti inter "
|
| 242 |
|
| 243 |
-
#: C:\wamp\www\
|
| 244 |
-
#: C:\wamp\www\
|
| 245 |
-
#: C:\wamp\www\
|
| 246 |
-
#: C:\wamp\www\
|
| 247 |
-
#: C:\wamp\www\
|
| 248 |
msgid "Your score should be less than"
|
| 249 |
msgstr "Viaj partituro devus esti malpli ol "
|
| 250 |
|
| 251 |
-
#: C:\wamp\www\
|
| 252 |
msgid "Title"
|
| 253 |
msgstr "Titolo"
|
| 254 |
|
| 255 |
-
#: C:\wamp\www\
|
| 256 |
msgid "First"
|
| 257 |
msgstr "Unua"
|
| 258 |
|
| 259 |
-
#: C:\wamp\www\
|
| 260 |
msgid "Last"
|
| 261 |
msgstr "Lasta"
|
| 262 |
|
| 263 |
-
#: C:\wamp\www\
|
| 264 |
msgid "Middle"
|
| 265 |
msgstr "Meza"
|
| 266 |
|
| 267 |
-
#: C:\wamp\www\
|
| 268 |
msgid "Area Code"
|
| 269 |
msgstr "Areo Kodo"
|
| 270 |
|
| 271 |
-
#: C:\wamp\www\
|
| 272 |
msgid "Phone Number"
|
| 273 |
msgstr "Phone Number"
|
| 274 |
|
| 275 |
-
#: C:\wamp\www\
|
| 276 |
msgid "Dollars"
|
| 277 |
msgstr "dolaroj "
|
| 278 |
|
| 279 |
-
#: C:\wamp\www\
|
| 280 |
msgid "Cents"
|
| 281 |
msgstr "cendojn "
|
| 282 |
|
| 283 |
-
#: C:\wamp\www\
|
| 284 |
msgid "From"
|
| 285 |
msgstr "From "
|
| 286 |
|
| 287 |
-
#: C:\wamp\www\
|
| 288 |
msgid "To"
|
| 289 |
msgstr "al"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: form_maker\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
+
"POT-Creation-Date: 2014-10-17 16:30+0300\n"
|
| 6 |
+
"PO-Revision-Date: 2014-10-17 16:31+0300\n"
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"Language: eo\n"
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
| 13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
| 14 |
"X-Poedit-Basepath: .\n"
|
| 15 |
+
"X-Generator: Poedit 1.6.9\n"
|
| 16 |
+
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\form-"
|
| 17 |
+
"maker\n"
|
| 18 |
|
| 19 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:233
|
| 20 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3314
|
| 21 |
msgid "Street Address"
|
| 22 |
msgstr "Strato Adreso"
|
| 23 |
|
| 24 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:236
|
| 25 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3315
|
| 26 |
msgid "Street Address Line 2"
|
| 27 |
msgstr "Strato Adreso Linio 2"
|
| 28 |
|
| 29 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:239
|
| 30 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3316
|
| 31 |
msgid "City"
|
| 32 |
msgstr "Urbo"
|
| 33 |
|
| 34 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:242
|
| 35 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3317
|
| 36 |
msgid "State / Province / Region"
|
| 37 |
msgstr "Ŝtato / Provinco / Regiono"
|
| 38 |
|
| 39 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:245
|
| 40 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3318
|
| 41 |
msgid "Postal / Zip Code"
|
| 42 |
msgstr "Bildkarto / Poŝtkodo"
|
| 43 |
|
| 44 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:248
|
| 45 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3319
|
| 46 |
msgid "Country"
|
| 47 |
msgstr "Lando"
|
| 48 |
|
| 49 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 50 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 51 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3302
|
| 52 |
msgid "January"
|
| 53 |
msgstr "Januaro"
|
| 54 |
|
| 55 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 56 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 57 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3303
|
| 58 |
msgid "February"
|
| 59 |
msgstr "Februaro"
|
| 60 |
|
| 61 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 62 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 63 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3304
|
| 64 |
msgid "March"
|
| 65 |
msgstr "Marto"
|
| 66 |
|
| 67 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 68 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 69 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3305
|
| 70 |
msgid "April"
|
| 71 |
msgstr "Aprilo"
|
| 72 |
|
| 73 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 74 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 75 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3306
|
| 76 |
msgid "May"
|
| 77 |
msgstr "Majo"
|
| 78 |
|
| 79 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 80 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 81 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3307
|
| 82 |
msgid "June"
|
| 83 |
msgstr "Junio"
|
| 84 |
|
| 85 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 86 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 87 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3308
|
| 88 |
msgid "July"
|
| 89 |
msgstr "Julio"
|
| 90 |
|
| 91 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 92 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 93 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3309
|
| 94 |
msgid "August"
|
| 95 |
msgstr "Aŭgusto"
|
| 96 |
|
| 97 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 98 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 99 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3310
|
| 100 |
msgid "September"
|
| 101 |
msgstr "Septembro"
|
| 102 |
|
| 103 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 104 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 105 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3311
|
| 106 |
msgid "October"
|
| 107 |
msgstr "Oktobro"
|
| 108 |
|
| 109 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 110 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 111 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3312
|
| 112 |
msgid "November"
|
| 113 |
msgstr "Novembro"
|
| 114 |
|
| 115 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 116 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 117 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3313
|
| 118 |
msgid "December"
|
| 119 |
msgstr "Decembro"
|
| 120 |
|
| 121 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2353
|
| 122 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2207
|
| 123 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2247
|
| 124 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2305
|
| 125 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2342
|
| 126 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2399
|
| 127 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2440
|
| 128 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3325
|
| 129 |
msgid "Quantity"
|
| 130 |
msgstr "kvanto "
|
| 131 |
|
| 132 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:77
|
| 133 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:92
|
| 134 |
msgid "Error, incorrect Security code."
|
| 135 |
msgstr "Eraro, malĝusta Sekureca kodo."
|
| 136 |
|
| 137 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:106
|
| 138 |
msgid "Your ip is blacklisted. Please contact the website administrator."
|
| 139 |
msgstr "Via IP estas lerta nigra. Bonvolu kontakti la retejo administranto. "
|
| 140 |
|
| 141 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:260
|
| 142 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:780
|
| 143 |
msgid "The file exceeds the allowed size of"
|
| 144 |
msgstr "La dosiero superas la permesita grandeco de"
|
| 145 |
|
| 146 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:279
|
| 147 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:795
|
| 148 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1878
|
| 149 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3346
|
| 150 |
msgid "Sorry, you are not allowed to upload this type of file."
|
| 151 |
msgstr "Pardonu, vi ne rajtas alŝuti tiajn dosierojn."
|
| 152 |
|
| 153 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:291
|
| 154 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:808
|
| 155 |
msgid "Error, file cannot be moved."
|
| 156 |
msgstr "Eraro, dosiero ne povas esti movita."
|
| 157 |
|
| 158 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:669
|
| 159 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1125
|
| 160 |
#, php-format
|
| 161 |
msgid ""
|
| 162 |
"This field %s requires a unique entry and this value was already submitted."
|
| 163 |
msgstr ""
|
| 164 |
"Ĉi tiu kampo %s postulas unika eniro kaj ĉi tiu valoro estis jam donita."
|
| 165 |
|
| 166 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:813
|
| 167 |
#, fuzzy
|
| 168 |
msgid "Error, file destination does not exist."
|
| 169 |
msgstr "Eraro, retpoŝto ne estis sendita."
|
| 170 |
|
| 171 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1309
|
| 172 |
msgid "Nothing was submitted."
|
| 173 |
msgstr "Nenio donita."
|
| 174 |
|
| 175 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2095
|
| 176 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2108
|
| 177 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3801
|
| 178 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3806
|
| 179 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:63
|
| 180 |
msgid "Your form was successfully submitted."
|
| 181 |
msgstr "Via aspekto estis sukcese afiŝita."
|
| 182 |
|
| 183 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2103
|
| 184 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3797
|
| 185 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:60
|
| 186 |
msgid "Error, email was not sent."
|
| 187 |
msgstr "Eraro, retpoŝto ne estis sendita."
|
| 188 |
|
| 189 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:643
|
| 190 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:690
|
| 191 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:740
|
| 192 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:787
|
| 193 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:836
|
| 194 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:891
|
| 195 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:963
|
| 196 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1068
|
| 197 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1083
|
| 198 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1185
|
| 199 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1257
|
| 200 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1358
|
| 201 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1449
|
| 202 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1526
|
| 203 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1585
|
| 204 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1661
|
| 205 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1708
|
| 206 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1815
|
| 207 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1863
|
| 208 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1918
|
| 209 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2086
|
| 210 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2232
|
| 211 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2329
|
| 212 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2424
|
| 213 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2499
|
| 214 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2600
|
| 215 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2659
|
| 216 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2714
|
| 217 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2774
|
| 218 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2831
|
| 219 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2891
|
| 220 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3005
|
| 221 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3019
|
| 222 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3034
|
| 223 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3049
|
| 224 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3351
|
| 225 |
msgid "field is required."
|
| 226 |
msgstr "kampo estas bezonata."
|
| 227 |
|
| 228 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1274
|
| 229 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3349
|
| 230 |
msgid "This is not a valid email address."
|
| 231 |
msgstr "Tio ne estas valida retadreso."
|
| 232 |
|
| 233 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2125
|
| 234 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3352
|
| 235 |
msgid "The"
|
| 236 |
msgstr "la "
|
| 237 |
|
| 238 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2125
|
| 239 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3352
|
| 240 |
msgid "value must be between"
|
| 241 |
msgstr "valoro devas esti inter "
|
| 242 |
|
| 243 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
|
| 244 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3114
|
| 245 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3115
|
| 246 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3347
|
| 247 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3348
|
| 248 |
msgid "Your score should be less than"
|
| 249 |
msgstr "Viaj partituro devus esti malpli ol "
|
| 250 |
|
| 251 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3298
|
| 252 |
msgid "Title"
|
| 253 |
msgstr "Titolo"
|
| 254 |
|
| 255 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3299
|
| 256 |
msgid "First"
|
| 257 |
msgstr "Unua"
|
| 258 |
|
| 259 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3300
|
| 260 |
msgid "Last"
|
| 261 |
msgstr "Lasta"
|
| 262 |
|
| 263 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3301
|
| 264 |
msgid "Middle"
|
| 265 |
msgstr "Meza"
|
| 266 |
|
| 267 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3320
|
| 268 |
msgid "Area Code"
|
| 269 |
msgstr "Areo Kodo"
|
| 270 |
|
| 271 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3321
|
| 272 |
msgid "Phone Number"
|
| 273 |
msgstr "Phone Number"
|
| 274 |
|
| 275 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3322
|
| 276 |
msgid "Dollars"
|
| 277 |
msgstr "dolaroj "
|
| 278 |
|
| 279 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3323
|
| 280 |
msgid "Cents"
|
| 281 |
msgstr "cendojn "
|
| 282 |
|
| 283 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3326
|
| 284 |
msgid "From"
|
| 285 |
msgstr "From "
|
| 286 |
|
| 287 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3327
|
| 288 |
msgid "To"
|
| 289 |
msgstr "al"
|
| 290 |
+
|
| 291 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:202
|
| 292 |
+
msgid "GO"
|
| 293 |
+
msgstr "iri "
|
| 294 |
+
|
| 295 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:203
|
| 296 |
+
msgid "Reset"
|
| 297 |
+
msgstr "Restarigi "
|
| 298 |
+
|
| 299 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:649
|
| 300 |
+
msgid "Select a Field"
|
| 301 |
+
msgstr "Elektu Kampo"
|
| 302 |
+
|
| 303 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:671
|
| 304 |
+
msgid "Select a Date"
|
| 305 |
+
msgstr "Elektu Dato"
|
languages/form_maker-es_ES.mo
CHANGED
|
Binary file
|
languages/form_maker-es_ES.po
CHANGED
|
@@ -2,8 +2,8 @@ msgid ""
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: form_maker\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
-
"POT-Creation-Date: 2014-
|
| 6 |
-
"PO-Revision-Date: 2014-
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"Language: es\n"
|
|
@@ -12,153 +12,153 @@ msgstr ""
|
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
| 13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
| 14 |
"X-Poedit-Basepath: .\n"
|
| 15 |
-
"X-Generator: Poedit 1.6.
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\
|
| 17 |
-
"
|
| 18 |
|
| 19 |
-
#: C:\wamp\www\
|
| 20 |
-
#: C:\wamp\www\
|
| 21 |
msgid "Street Address"
|
| 22 |
msgstr "Dirección (Calle y Número)"
|
| 23 |
|
| 24 |
-
#: C:\wamp\www\
|
| 25 |
-
#: C:\wamp\www\
|
| 26 |
msgid "Street Address Line 2"
|
| 27 |
msgstr "Calle Dirección 2"
|
| 28 |
|
| 29 |
-
#: C:\wamp\www\
|
| 30 |
-
#: C:\wamp\www\
|
| 31 |
msgid "City"
|
| 32 |
msgstr "CIUDAD"
|
| 33 |
|
| 34 |
-
#: C:\wamp\www\
|
| 35 |
-
#: C:\wamp\www\
|
| 36 |
msgid "State / Province / Region"
|
| 37 |
msgstr "Estado / Provincia / Región"
|
| 38 |
|
| 39 |
-
#: C:\wamp\www\
|
| 40 |
-
#: C:\wamp\www\
|
| 41 |
msgid "Postal / Zip Code"
|
| 42 |
msgstr "Código postal"
|
| 43 |
|
| 44 |
-
#: C:\wamp\www\
|
| 45 |
-
#: C:\wamp\www\
|
| 46 |
msgid "Country"
|
| 47 |
msgstr "País"
|
| 48 |
|
| 49 |
-
#: C:\wamp\www\
|
| 50 |
-
#: C:\wamp\www\
|
| 51 |
-
#: C:\wamp\www\
|
| 52 |
msgid "January"
|
| 53 |
msgstr "Enero"
|
| 54 |
|
| 55 |
-
#: C:\wamp\www\
|
| 56 |
-
#: C:\wamp\www\
|
| 57 |
-
#: C:\wamp\www\
|
| 58 |
msgid "February"
|
| 59 |
msgstr "febrero"
|
| 60 |
|
| 61 |
-
#: C:\wamp\www\
|
| 62 |
-
#: C:\wamp\www\
|
| 63 |
-
#: C:\wamp\www\
|
| 64 |
msgid "March"
|
| 65 |
msgstr "Marzo"
|
| 66 |
|
| 67 |
-
#: C:\wamp\www\
|
| 68 |
-
#: C:\wamp\www\
|
| 69 |
-
#: C:\wamp\www\
|
| 70 |
msgid "April"
|
| 71 |
msgstr "abril"
|
| 72 |
|
| 73 |
-
#: C:\wamp\www\
|
| 74 |
-
#: C:\wamp\www\
|
| 75 |
-
#: C:\wamp\www\
|
| 76 |
msgid "May"
|
| 77 |
msgstr "Mayo"
|
| 78 |
|
| 79 |
-
#: C:\wamp\www\
|
| 80 |
-
#: C:\wamp\www\
|
| 81 |
-
#: C:\wamp\www\
|
| 82 |
msgid "June"
|
| 83 |
msgstr "Junio"
|
| 84 |
|
| 85 |
-
#: C:\wamp\www\
|
| 86 |
-
#: C:\wamp\www\
|
| 87 |
-
#: C:\wamp\www\
|
| 88 |
msgid "July"
|
| 89 |
msgstr "Julio"
|
| 90 |
|
| 91 |
-
#: C:\wamp\www\
|
| 92 |
-
#: C:\wamp\www\
|
| 93 |
-
#: C:\wamp\www\
|
| 94 |
msgid "August"
|
| 95 |
msgstr "Agosto"
|
| 96 |
|
| 97 |
-
#: C:\wamp\www\
|
| 98 |
-
#: C:\wamp\www\
|
| 99 |
-
#: C:\wamp\www\
|
| 100 |
msgid "September"
|
| 101 |
msgstr "septiembre"
|
| 102 |
|
| 103 |
-
#: C:\wamp\www\
|
| 104 |
-
#: C:\wamp\www\
|
| 105 |
-
#: C:\wamp\www\
|
| 106 |
msgid "October"
|
| 107 |
msgstr "octubre"
|
| 108 |
|
| 109 |
-
#: C:\wamp\www\
|
| 110 |
-
#: C:\wamp\www\
|
| 111 |
-
#: C:\wamp\www\
|
| 112 |
msgid "November"
|
| 113 |
msgstr "noviembre"
|
| 114 |
|
| 115 |
-
#: C:\wamp\www\
|
| 116 |
-
#: C:\wamp\www\
|
| 117 |
-
#: C:\wamp\www\
|
| 118 |
msgid "December"
|
| 119 |
msgstr "Diciembre"
|
| 120 |
|
| 121 |
-
#: C:\wamp\www\
|
| 122 |
-
#: C:\wamp\www\
|
| 123 |
-
#: C:\wamp\www\
|
| 124 |
-
#: C:\wamp\www\
|
| 125 |
-
#: C:\wamp\www\
|
| 126 |
-
#: C:\wamp\www\
|
| 127 |
-
#: C:\wamp\www\
|
| 128 |
-
#: C:\wamp\www\
|
| 129 |
msgid "Quantity"
|
| 130 |
msgstr "Cantidad "
|
| 131 |
|
| 132 |
-
#: C:\wamp\www\
|
| 133 |
-
#: C:\wamp\www\
|
| 134 |
msgid "Error, incorrect Security code."
|
| 135 |
msgstr "Error, el código de seguridad incorrecto."
|
| 136 |
|
| 137 |
-
#: C:\wamp\www\
|
| 138 |
msgid "Your ip is blacklisted. Please contact the website administrator."
|
| 139 |
msgstr ""
|
| 140 |
"Su ip es la lista negra. Por favor, póngase en contacto con el administrador "
|
| 141 |
"del sitio web."
|
| 142 |
|
| 143 |
-
#: C:\wamp\www\
|
| 144 |
-
#: C:\wamp\www\
|
| 145 |
msgid "The file exceeds the allowed size of"
|
| 146 |
msgstr "El archivo supera el tamaño permitido de"
|
| 147 |
|
| 148 |
-
#: C:\wamp\www\
|
| 149 |
-
#: C:\wamp\www\
|
| 150 |
-
#: C:\wamp\www\
|
| 151 |
-
#: C:\wamp\www\
|
| 152 |
msgid "Sorry, you are not allowed to upload this type of file."
|
| 153 |
msgstr "Lo sentimos, no están autorizados a subir este tipo de archivo."
|
| 154 |
|
| 155 |
-
#: C:\wamp\www\
|
| 156 |
-
#: C:\wamp\www\
|
| 157 |
msgid "Error, file cannot be moved."
|
| 158 |
msgstr "Error, el archivo no se puede mover."
|
| 159 |
|
| 160 |
-
#: C:\wamp\www\
|
| 161 |
-
#: C:\wamp\www\
|
| 162 |
#, php-format
|
| 163 |
msgid ""
|
| 164 |
"This field %s requires a unique entry and this value was already submitted."
|
|
@@ -166,127 +166,143 @@ msgstr ""
|
|
| 166 |
"Este campo %s requiere de una entrada única y este valor ya se había "
|
| 167 |
"presentado."
|
| 168 |
|
| 169 |
-
#: C:\wamp\www\
|
| 170 |
#, fuzzy
|
| 171 |
msgid "Error, file destination does not exist."
|
| 172 |
msgstr "Error, el correo electrónico no fue enviado."
|
| 173 |
|
| 174 |
-
#: C:\wamp\www\
|
| 175 |
msgid "Nothing was submitted."
|
| 176 |
msgstr "Nada se presentó."
|
| 177 |
|
| 178 |
-
#: C:\wamp\www\
|
| 179 |
-
#: C:\wamp\www\
|
| 180 |
-
#: C:\wamp\www\
|
| 181 |
-
#: C:\wamp\www\
|
| 182 |
-
#: C:\wamp\www\
|
| 183 |
msgid "Your form was successfully submitted."
|
| 184 |
msgstr "El formulario se ha enviado correctamente."
|
| 185 |
|
| 186 |
-
#: C:\wamp\www\
|
| 187 |
-
#: C:\wamp\www\
|
| 188 |
-
#: C:\wamp\www\
|
| 189 |
msgid "Error, email was not sent."
|
| 190 |
msgstr "Error, el correo electrónico no fue enviado."
|
| 191 |
|
| 192 |
-
#: C:\wamp\www\
|
| 193 |
-
#: C:\wamp\www\
|
| 194 |
-
#: C:\wamp\www\
|
| 195 |
-
#: C:\wamp\www\
|
| 196 |
-
#: C:\wamp\www\
|
| 197 |
-
#: C:\wamp\www\
|
| 198 |
-
#: C:\wamp\www\
|
| 199 |
-
#: C:\wamp\www\
|
| 200 |
-
#: C:\wamp\www\
|
| 201 |
-
#: C:\wamp\www\
|
| 202 |
-
#: C:\wamp\www\
|
| 203 |
-
#: C:\wamp\www\
|
| 204 |
-
#: C:\wamp\www\
|
| 205 |
-
#: C:\wamp\www\
|
| 206 |
-
#: C:\wamp\www\
|
| 207 |
-
#: C:\wamp\www\
|
| 208 |
-
#: C:\wamp\www\
|
| 209 |
-
#: C:\wamp\www\
|
| 210 |
-
#: C:\wamp\www\
|
| 211 |
-
#: C:\wamp\www\
|
| 212 |
-
#: C:\wamp\www\
|
| 213 |
-
#: C:\wamp\www\
|
| 214 |
-
#: C:\wamp\www\
|
| 215 |
-
#: C:\wamp\www\
|
| 216 |
-
#: C:\wamp\www\
|
| 217 |
-
#: C:\wamp\www\
|
| 218 |
-
#: C:\wamp\www\
|
| 219 |
-
#: C:\wamp\www\
|
| 220 |
-
#: C:\wamp\www\
|
| 221 |
-
#: C:\wamp\www\
|
| 222 |
-
#: C:\wamp\www\
|
| 223 |
-
#: C:\wamp\www\
|
| 224 |
-
#: C:\wamp\www\
|
| 225 |
-
#: C:\wamp\www\
|
| 226 |
-
#: C:\wamp\www\
|
| 227 |
-
#: C:\wamp\www\
|
| 228 |
msgid "field is required."
|
| 229 |
msgstr "campo es obligatorio."
|
| 230 |
|
| 231 |
-
#: C:\wamp\www\
|
| 232 |
-
#: C:\wamp\www\
|
| 233 |
msgid "This is not a valid email address."
|
| 234 |
msgstr "Esto no es una dirección válida de email"
|
| 235 |
|
| 236 |
-
#: C:\wamp\www\
|
| 237 |
-
#: C:\wamp\www\
|
| 238 |
msgid "The"
|
| 239 |
msgstr "la "
|
| 240 |
|
| 241 |
-
#: C:\wamp\www\
|
| 242 |
-
#: C:\wamp\www\
|
| 243 |
msgid "value must be between"
|
| 244 |
msgstr "valor debe estar entre "
|
| 245 |
|
| 246 |
-
#: C:\wamp\www\
|
| 247 |
-
#: C:\wamp\www\
|
| 248 |
-
#: C:\wamp\www\
|
| 249 |
-
#: C:\wamp\www\
|
| 250 |
-
#: C:\wamp\www\
|
| 251 |
msgid "Your score should be less than"
|
| 252 |
msgstr "Su puntaje debe ser inferior a "
|
| 253 |
|
| 254 |
-
#: C:\wamp\www\
|
| 255 |
msgid "Title"
|
| 256 |
msgstr "Cargo"
|
| 257 |
|
| 258 |
-
#: C:\wamp\www\
|
| 259 |
msgid "First"
|
| 260 |
msgstr "PRIMER"
|
| 261 |
|
| 262 |
-
#: C:\wamp\www\
|
| 263 |
msgid "Last"
|
| 264 |
msgstr "Última"
|
| 265 |
|
| 266 |
-
#: C:\wamp\www\
|
| 267 |
msgid "Middle"
|
| 268 |
msgstr "Medio"
|
| 269 |
|
| 270 |
-
#: C:\wamp\www\
|
| 271 |
msgid "Area Code"
|
| 272 |
msgstr "codigo de área"
|
| 273 |
|
| 274 |
-
#: C:\wamp\www\
|
| 275 |
msgid "Phone Number"
|
| 276 |
msgstr "Teléfono"
|
| 277 |
|
| 278 |
-
#: C:\wamp\www\
|
| 279 |
msgid "Dollars"
|
| 280 |
msgstr "Dólares "
|
| 281 |
|
| 282 |
-
#: C:\wamp\www\
|
| 283 |
msgid "Cents"
|
| 284 |
msgstr "Cents "
|
| 285 |
|
| 286 |
-
#: C:\wamp\www\
|
| 287 |
msgid "From"
|
| 288 |
msgstr "desde "
|
| 289 |
|
| 290 |
-
#: C:\wamp\www\
|
| 291 |
msgid "To"
|
| 292 |
msgstr "a"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: form_maker\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
+
"POT-Creation-Date: 2014-10-17 16:31+0300\n"
|
| 6 |
+
"PO-Revision-Date: 2014-10-17 16:32+0300\n"
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"Language: es\n"
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
| 13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
| 14 |
"X-Poedit-Basepath: .\n"
|
| 15 |
+
"X-Generator: Poedit 1.6.9\n"
|
| 16 |
+
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\form-"
|
| 17 |
+
"maker\n"
|
| 18 |
|
| 19 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:233
|
| 20 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3314
|
| 21 |
msgid "Street Address"
|
| 22 |
msgstr "Dirección (Calle y Número)"
|
| 23 |
|
| 24 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:236
|
| 25 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3315
|
| 26 |
msgid "Street Address Line 2"
|
| 27 |
msgstr "Calle Dirección 2"
|
| 28 |
|
| 29 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:239
|
| 30 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3316
|
| 31 |
msgid "City"
|
| 32 |
msgstr "CIUDAD"
|
| 33 |
|
| 34 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:242
|
| 35 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3317
|
| 36 |
msgid "State / Province / Region"
|
| 37 |
msgstr "Estado / Provincia / Región"
|
| 38 |
|
| 39 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:245
|
| 40 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3318
|
| 41 |
msgid "Postal / Zip Code"
|
| 42 |
msgstr "Código postal"
|
| 43 |
|
| 44 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:248
|
| 45 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3319
|
| 46 |
msgid "Country"
|
| 47 |
msgstr "País"
|
| 48 |
|
| 49 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 50 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 51 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3302
|
| 52 |
msgid "January"
|
| 53 |
msgstr "Enero"
|
| 54 |
|
| 55 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 56 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 57 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3303
|
| 58 |
msgid "February"
|
| 59 |
msgstr "febrero"
|
| 60 |
|
| 61 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 62 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 63 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3304
|
| 64 |
msgid "March"
|
| 65 |
msgstr "Marzo"
|
| 66 |
|
| 67 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 68 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 69 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3305
|
| 70 |
msgid "April"
|
| 71 |
msgstr "abril"
|
| 72 |
|
| 73 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 74 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 75 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3306
|
| 76 |
msgid "May"
|
| 77 |
msgstr "Mayo"
|
| 78 |
|
| 79 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 80 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 81 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3307
|
| 82 |
msgid "June"
|
| 83 |
msgstr "Junio"
|
| 84 |
|
| 85 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 86 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 87 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3308
|
| 88 |
msgid "July"
|
| 89 |
msgstr "Julio"
|
| 90 |
|
| 91 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 92 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 93 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3309
|
| 94 |
msgid "August"
|
| 95 |
msgstr "Agosto"
|
| 96 |
|
| 97 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 98 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 99 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3310
|
| 100 |
msgid "September"
|
| 101 |
msgstr "septiembre"
|
| 102 |
|
| 103 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 104 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 105 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3311
|
| 106 |
msgid "October"
|
| 107 |
msgstr "octubre"
|
| 108 |
|
| 109 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 110 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 111 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3312
|
| 112 |
msgid "November"
|
| 113 |
msgstr "noviembre"
|
| 114 |
|
| 115 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 116 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 117 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3313
|
| 118 |
msgid "December"
|
| 119 |
msgstr "Diciembre"
|
| 120 |
|
| 121 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2353
|
| 122 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2207
|
| 123 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2247
|
| 124 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2305
|
| 125 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2342
|
| 126 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2399
|
| 127 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2440
|
| 128 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3325
|
| 129 |
msgid "Quantity"
|
| 130 |
msgstr "Cantidad "
|
| 131 |
|
| 132 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:77
|
| 133 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:92
|
| 134 |
msgid "Error, incorrect Security code."
|
| 135 |
msgstr "Error, el código de seguridad incorrecto."
|
| 136 |
|
| 137 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:106
|
| 138 |
msgid "Your ip is blacklisted. Please contact the website administrator."
|
| 139 |
msgstr ""
|
| 140 |
"Su ip es la lista negra. Por favor, póngase en contacto con el administrador "
|
| 141 |
"del sitio web."
|
| 142 |
|
| 143 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:260
|
| 144 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:780
|
| 145 |
msgid "The file exceeds the allowed size of"
|
| 146 |
msgstr "El archivo supera el tamaño permitido de"
|
| 147 |
|
| 148 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:279
|
| 149 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:795
|
| 150 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1878
|
| 151 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3346
|
| 152 |
msgid "Sorry, you are not allowed to upload this type of file."
|
| 153 |
msgstr "Lo sentimos, no están autorizados a subir este tipo de archivo."
|
| 154 |
|
| 155 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:291
|
| 156 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:808
|
| 157 |
msgid "Error, file cannot be moved."
|
| 158 |
msgstr "Error, el archivo no se puede mover."
|
| 159 |
|
| 160 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:669
|
| 161 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1125
|
| 162 |
#, php-format
|
| 163 |
msgid ""
|
| 164 |
"This field %s requires a unique entry and this value was already submitted."
|
| 166 |
"Este campo %s requiere de una entrada única y este valor ya se había "
|
| 167 |
"presentado."
|
| 168 |
|
| 169 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:813
|
| 170 |
#, fuzzy
|
| 171 |
msgid "Error, file destination does not exist."
|
| 172 |
msgstr "Error, el correo electrónico no fue enviado."
|
| 173 |
|
| 174 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1309
|
| 175 |
msgid "Nothing was submitted."
|
| 176 |
msgstr "Nada se presentó."
|
| 177 |
|
| 178 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2095
|
| 179 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2108
|
| 180 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3801
|
| 181 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3806
|
| 182 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:63
|
| 183 |
msgid "Your form was successfully submitted."
|
| 184 |
msgstr "El formulario se ha enviado correctamente."
|
| 185 |
|
| 186 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2103
|
| 187 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3797
|
| 188 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:60
|
| 189 |
msgid "Error, email was not sent."
|
| 190 |
msgstr "Error, el correo electrónico no fue enviado."
|
| 191 |
|
| 192 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:643
|
| 193 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:690
|
| 194 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:740
|
| 195 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:787
|
| 196 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:836
|
| 197 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:891
|
| 198 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:963
|
| 199 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1068
|
| 200 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1083
|
| 201 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1185
|
| 202 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1257
|
| 203 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1358
|
| 204 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1449
|
| 205 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1526
|
| 206 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1585
|
| 207 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1661
|
| 208 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1708
|
| 209 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1815
|
| 210 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1863
|
| 211 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1918
|
| 212 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2086
|
| 213 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2232
|
| 214 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2329
|
| 215 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2424
|
| 216 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2499
|
| 217 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2600
|
| 218 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2659
|
| 219 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2714
|
| 220 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2774
|
| 221 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2831
|
| 222 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2891
|
| 223 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3005
|
| 224 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3019
|
| 225 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3034
|
| 226 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3049
|
| 227 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3351
|
| 228 |
msgid "field is required."
|
| 229 |
msgstr "campo es obligatorio."
|
| 230 |
|
| 231 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1274
|
| 232 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3349
|
| 233 |
msgid "This is not a valid email address."
|
| 234 |
msgstr "Esto no es una dirección válida de email"
|
| 235 |
|
| 236 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2125
|
| 237 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3352
|
| 238 |
msgid "The"
|
| 239 |
msgstr "la "
|
| 240 |
|
| 241 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2125
|
| 242 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3352
|
| 243 |
msgid "value must be between"
|
| 244 |
msgstr "valor debe estar entre "
|
| 245 |
|
| 246 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
|
| 247 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3114
|
| 248 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3115
|
| 249 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3347
|
| 250 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3348
|
| 251 |
msgid "Your score should be less than"
|
| 252 |
msgstr "Su puntaje debe ser inferior a "
|
| 253 |
|
| 254 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3298
|
| 255 |
msgid "Title"
|
| 256 |
msgstr "Cargo"
|
| 257 |
|
| 258 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3299
|
| 259 |
msgid "First"
|
| 260 |
msgstr "PRIMER"
|
| 261 |
|
| 262 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3300
|
| 263 |
msgid "Last"
|
| 264 |
msgstr "Última"
|
| 265 |
|
| 266 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3301
|
| 267 |
msgid "Middle"
|
| 268 |
msgstr "Medio"
|
| 269 |
|
| 270 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3320
|
| 271 |
msgid "Area Code"
|
| 272 |
msgstr "codigo de área"
|
| 273 |
|
| 274 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3321
|
| 275 |
msgid "Phone Number"
|
| 276 |
msgstr "Teléfono"
|
| 277 |
|
| 278 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3322
|
| 279 |
msgid "Dollars"
|
| 280 |
msgstr "Dólares "
|
| 281 |
|
| 282 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3323
|
| 283 |
msgid "Cents"
|
| 284 |
msgstr "Cents "
|
| 285 |
|
| 286 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3326
|
| 287 |
msgid "From"
|
| 288 |
msgstr "desde "
|
| 289 |
|
| 290 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3327
|
| 291 |
msgid "To"
|
| 292 |
msgstr "a"
|
| 293 |
+
|
| 294 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:202
|
| 295 |
+
msgid "GO"
|
| 296 |
+
msgstr "ir "
|
| 297 |
+
|
| 298 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:203
|
| 299 |
+
msgid "Reset"
|
| 300 |
+
msgstr "Restablecer "
|
| 301 |
+
|
| 302 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:649
|
| 303 |
+
msgid "Select a Field"
|
| 304 |
+
msgstr "Seleccione un campo"
|
| 305 |
+
|
| 306 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:671
|
| 307 |
+
msgid "Select a Date"
|
| 308 |
+
msgstr "Seleccione una fecha"
|
languages/form_maker-et.mo
CHANGED
|
Binary file
|
languages/form_maker-et.po
CHANGED
|
@@ -2,8 +2,8 @@ msgid ""
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: form_maker\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
-
"POT-Creation-Date: 2014-
|
| 6 |
-
"PO-Revision-Date: 2014-
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"Language: et\n"
|
|
@@ -12,277 +12,293 @@ msgstr ""
|
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
| 13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
| 14 |
"X-Poedit-Basepath: .\n"
|
| 15 |
-
"X-Generator: Poedit 1.6.
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\
|
| 17 |
-
"
|
| 18 |
|
| 19 |
-
#: C:\wamp\www\
|
| 20 |
-
#: C:\wamp\www\
|
| 21 |
msgid "Street Address"
|
| 22 |
msgstr "Tänav"
|
| 23 |
|
| 24 |
-
#: C:\wamp\www\
|
| 25 |
-
#: C:\wamp\www\
|
| 26 |
msgid "Street Address Line 2"
|
| 27 |
msgstr "Tänav Line 2"
|
| 28 |
|
| 29 |
-
#: C:\wamp\www\
|
| 30 |
-
#: C:\wamp\www\
|
| 31 |
msgid "City"
|
| 32 |
msgstr "Linn"
|
| 33 |
|
| 34 |
-
#: C:\wamp\www\
|
| 35 |
-
#: C:\wamp\www\
|
| 36 |
msgid "State / Province / Region"
|
| 37 |
msgstr "State / Province / Region"
|
| 38 |
|
| 39 |
-
#: C:\wamp\www\
|
| 40 |
-
#: C:\wamp\www\
|
| 41 |
msgid "Postal / Zip Code"
|
| 42 |
msgstr "Postal / Postiindeks"
|
| 43 |
|
| 44 |
-
#: C:\wamp\www\
|
| 45 |
-
#: C:\wamp\www\
|
| 46 |
msgid "Country"
|
| 47 |
msgstr "Riik"
|
| 48 |
|
| 49 |
-
#: C:\wamp\www\
|
| 50 |
-
#: C:\wamp\www\
|
| 51 |
-
#: C:\wamp\www\
|
| 52 |
msgid "January"
|
| 53 |
msgstr "Jaanuar"
|
| 54 |
|
| 55 |
-
#: C:\wamp\www\
|
| 56 |
-
#: C:\wamp\www\
|
| 57 |
-
#: C:\wamp\www\
|
| 58 |
msgid "February"
|
| 59 |
msgstr "Veebruar"
|
| 60 |
|
| 61 |
-
#: C:\wamp\www\
|
| 62 |
-
#: C:\wamp\www\
|
| 63 |
-
#: C:\wamp\www\
|
| 64 |
msgid "March"
|
| 65 |
msgstr "Märts"
|
| 66 |
|
| 67 |
-
#: C:\wamp\www\
|
| 68 |
-
#: C:\wamp\www\
|
| 69 |
-
#: C:\wamp\www\
|
| 70 |
msgid "April"
|
| 71 |
msgstr "Aprill"
|
| 72 |
|
| 73 |
-
#: C:\wamp\www\
|
| 74 |
-
#: C:\wamp\www\
|
| 75 |
-
#: C:\wamp\www\
|
| 76 |
msgid "May"
|
| 77 |
msgstr "Mai"
|
| 78 |
|
| 79 |
-
#: C:\wamp\www\
|
| 80 |
-
#: C:\wamp\www\
|
| 81 |
-
#: C:\wamp\www\
|
| 82 |
msgid "June"
|
| 83 |
msgstr "Juuni"
|
| 84 |
|
| 85 |
-
#: C:\wamp\www\
|
| 86 |
-
#: C:\wamp\www\
|
| 87 |
-
#: C:\wamp\www\
|
| 88 |
msgid "July"
|
| 89 |
msgstr "Juuli"
|
| 90 |
|
| 91 |
-
#: C:\wamp\www\
|
| 92 |
-
#: C:\wamp\www\
|
| 93 |
-
#: C:\wamp\www\
|
| 94 |
msgid "August"
|
| 95 |
msgstr "August"
|
| 96 |
|
| 97 |
-
#: C:\wamp\www\
|
| 98 |
-
#: C:\wamp\www\
|
| 99 |
-
#: C:\wamp\www\
|
| 100 |
msgid "September"
|
| 101 |
msgstr "September"
|
| 102 |
|
| 103 |
-
#: C:\wamp\www\
|
| 104 |
-
#: C:\wamp\www\
|
| 105 |
-
#: C:\wamp\www\
|
| 106 |
msgid "October"
|
| 107 |
msgstr "Oktoober"
|
| 108 |
|
| 109 |
-
#: C:\wamp\www\
|
| 110 |
-
#: C:\wamp\www\
|
| 111 |
-
#: C:\wamp\www\
|
| 112 |
msgid "November"
|
| 113 |
msgstr "November"
|
| 114 |
|
| 115 |
-
#: C:\wamp\www\
|
| 116 |
-
#: C:\wamp\www\
|
| 117 |
-
#: C:\wamp\www\
|
| 118 |
msgid "December"
|
| 119 |
msgstr "Detsember"
|
| 120 |
|
| 121 |
-
#: C:\wamp\www\
|
| 122 |
-
#: C:\wamp\www\
|
| 123 |
-
#: C:\wamp\www\
|
| 124 |
-
#: C:\wamp\www\
|
| 125 |
-
#: C:\wamp\www\
|
| 126 |
-
#: C:\wamp\www\
|
| 127 |
-
#: C:\wamp\www\
|
| 128 |
-
#: C:\wamp\www\
|
| 129 |
msgid "Quantity"
|
| 130 |
msgstr "Kogus "
|
| 131 |
|
| 132 |
-
#: C:\wamp\www\
|
| 133 |
-
#: C:\wamp\www\
|
| 134 |
msgid "Error, incorrect Security code."
|
| 135 |
msgstr "Viga, vale turvakoodi."
|
| 136 |
|
| 137 |
-
#: C:\wamp\www\
|
| 138 |
msgid "Your ip is blacklisted. Please contact the website administrator."
|
| 139 |
msgstr "Teie IP on mustas nimekirjas. Palun võta ühendust veebilehe haldaja. "
|
| 140 |
|
| 141 |
-
#: C:\wamp\www\
|
| 142 |
-
#: C:\wamp\www\
|
| 143 |
msgid "The file exceeds the allowed size of"
|
| 144 |
msgstr "Fail ületab lubatud suuruse"
|
| 145 |
|
| 146 |
-
#: C:\wamp\www\
|
| 147 |
-
#: C:\wamp\www\
|
| 148 |
-
#: C:\wamp\www\
|
| 149 |
-
#: C:\wamp\www\
|
| 150 |
msgid "Sorry, you are not allowed to upload this type of file."
|
| 151 |
msgstr "Vabandust, teil ei ole lubatud üles laadida seda tüüpi faili."
|
| 152 |
|
| 153 |
-
#: C:\wamp\www\
|
| 154 |
-
#: C:\wamp\www\
|
| 155 |
msgid "Error, file cannot be moved."
|
| 156 |
msgstr "Viga, faili ei saa liigutada."
|
| 157 |
|
| 158 |
-
#: C:\wamp\www\
|
| 159 |
-
#: C:\wamp\www\
|
| 160 |
#, php-format
|
| 161 |
msgid ""
|
| 162 |
"This field %s requires a unique entry and this value was already submitted."
|
| 163 |
msgstr "Sellel väljal %s nõuab portaali ja selle väärtus oli juba esitatud."
|
| 164 |
|
| 165 |
-
#: C:\wamp\www\
|
| 166 |
#, fuzzy
|
| 167 |
msgid "Error, file destination does not exist."
|
| 168 |
msgstr "Viga, elektronposti ei saadetud."
|
| 169 |
|
| 170 |
-
#: C:\wamp\www\
|
| 171 |
msgid "Nothing was submitted."
|
| 172 |
msgstr "Miski ei esitatud."
|
| 173 |
|
| 174 |
-
#: C:\wamp\www\
|
| 175 |
-
#: C:\wamp\www\
|
| 176 |
-
#: C:\wamp\www\
|
| 177 |
-
#: C:\wamp\www\
|
| 178 |
-
#: C:\wamp\www\
|
| 179 |
msgid "Your form was successfully submitted."
|
| 180 |
msgstr "Teie vorm on edukalt esitatud."
|
| 181 |
|
| 182 |
-
#: C:\wamp\www\
|
| 183 |
-
#: C:\wamp\www\
|
| 184 |
-
#: C:\wamp\www\
|
| 185 |
msgid "Error, email was not sent."
|
| 186 |
msgstr "Viga, elektronposti ei saadetud."
|
| 187 |
|
| 188 |
-
#: C:\wamp\www\
|
| 189 |
-
#: C:\wamp\www\
|
| 190 |
-
#: C:\wamp\www\
|
| 191 |
-
#: C:\wamp\www\
|
| 192 |
-
#: C:\wamp\www\
|
| 193 |
-
#: C:\wamp\www\
|
| 194 |
-
#: C:\wamp\www\
|
| 195 |
-
#: C:\wamp\www\
|
| 196 |
-
#: C:\wamp\www\
|
| 197 |
-
#: C:\wamp\www\
|
| 198 |
-
#: C:\wamp\www\
|
| 199 |
-
#: C:\wamp\www\
|
| 200 |
-
#: C:\wamp\www\
|
| 201 |
-
#: C:\wamp\www\
|
| 202 |
-
#: C:\wamp\www\
|
| 203 |
-
#: C:\wamp\www\
|
| 204 |
-
#: C:\wamp\www\
|
| 205 |
-
#: C:\wamp\www\
|
| 206 |
-
#: C:\wamp\www\
|
| 207 |
-
#: C:\wamp\www\
|
| 208 |
-
#: C:\wamp\www\
|
| 209 |
-
#: C:\wamp\www\
|
| 210 |
-
#: C:\wamp\www\
|
| 211 |
-
#: C:\wamp\www\
|
| 212 |
-
#: C:\wamp\www\
|
| 213 |
-
#: C:\wamp\www\
|
| 214 |
-
#: C:\wamp\www\
|
| 215 |
-
#: C:\wamp\www\
|
| 216 |
-
#: C:\wamp\www\
|
| 217 |
-
#: C:\wamp\www\
|
| 218 |
-
#: C:\wamp\www\
|
| 219 |
-
#: C:\wamp\www\
|
| 220 |
-
#: C:\wamp\www\
|
| 221 |
-
#: C:\wamp\www\
|
| 222 |
-
#: C:\wamp\www\
|
| 223 |
-
#: C:\wamp\www\
|
| 224 |
msgid "field is required."
|
| 225 |
msgstr "valdkonnas on vaja."
|
| 226 |
|
| 227 |
-
#: C:\wamp\www\
|
| 228 |
-
#: C:\wamp\www\
|
| 229 |
msgid "This is not a valid email address."
|
| 230 |
msgstr "See ei ole kehtiv e-posti aadress."
|
| 231 |
|
| 232 |
-
#: C:\wamp\www\
|
| 233 |
-
#: C:\wamp\www\
|
| 234 |
msgid "The"
|
| 235 |
msgstr "The"
|
| 236 |
|
| 237 |
-
#: C:\wamp\www\
|
| 238 |
-
#: C:\wamp\www\
|
| 239 |
msgid "value must be between"
|
| 240 |
msgstr "väärtus peab olema vahemikus "
|
| 241 |
|
| 242 |
-
#: C:\wamp\www\
|
| 243 |
-
#: C:\wamp\www\
|
| 244 |
-
#: C:\wamp\www\
|
| 245 |
-
#: C:\wamp\www\
|
| 246 |
-
#: C:\wamp\www\
|
| 247 |
msgid "Your score should be less than"
|
| 248 |
msgstr "Sinu tulemus peaks olema väiksem kui "
|
| 249 |
|
| 250 |
-
#: C:\wamp\www\
|
| 251 |
msgid "Title"
|
| 252 |
msgstr "*{title}*"
|
| 253 |
|
| 254 |
-
#: C:\wamp\www\
|
| 255 |
msgid "First"
|
| 256 |
msgstr "Esimene"
|
| 257 |
|
| 258 |
-
#: C:\wamp\www\
|
| 259 |
msgid "Last"
|
| 260 |
msgstr "Viimane"
|
| 261 |
|
| 262 |
-
#: C:\wamp\www\
|
| 263 |
msgid "Middle"
|
| 264 |
msgstr "Kesk-"
|
| 265 |
|
| 266 |
-
#: C:\wamp\www\
|
| 267 |
msgid "Area Code"
|
| 268 |
msgstr "Area Code"
|
| 269 |
|
| 270 |
-
#: C:\wamp\www\
|
| 271 |
msgid "Phone Number"
|
| 272 |
msgstr "Telefoninumber"
|
| 273 |
|
| 274 |
-
#: C:\wamp\www\
|
| 275 |
msgid "Dollars"
|
| 276 |
msgstr "Dollars "
|
| 277 |
|
| 278 |
-
#: C:\wamp\www\
|
| 279 |
msgid "Cents"
|
| 280 |
msgstr "senti "
|
| 281 |
|
| 282 |
-
#: C:\wamp\www\
|
| 283 |
msgid "From"
|
| 284 |
msgstr "pärit "
|
| 285 |
|
| 286 |
-
#: C:\wamp\www\
|
| 287 |
msgid "To"
|
| 288 |
msgstr "kuni"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: form_maker\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
+
"POT-Creation-Date: 2014-10-17 16:32+0300\n"
|
| 6 |
+
"PO-Revision-Date: 2014-10-17 16:33+0300\n"
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"Language: et\n"
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
| 13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
| 14 |
"X-Poedit-Basepath: .\n"
|
| 15 |
+
"X-Generator: Poedit 1.6.9\n"
|
| 16 |
+
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\form-"
|
| 17 |
+
"maker\n"
|
| 18 |
|
| 19 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:233
|
| 20 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3314
|
| 21 |
msgid "Street Address"
|
| 22 |
msgstr "Tänav"
|
| 23 |
|
| 24 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:236
|
| 25 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3315
|
| 26 |
msgid "Street Address Line 2"
|
| 27 |
msgstr "Tänav Line 2"
|
| 28 |
|
| 29 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:239
|
| 30 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3316
|
| 31 |
msgid "City"
|
| 32 |
msgstr "Linn"
|
| 33 |
|
| 34 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:242
|
| 35 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3317
|
| 36 |
msgid "State / Province / Region"
|
| 37 |
msgstr "State / Province / Region"
|
| 38 |
|
| 39 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:245
|
| 40 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3318
|
| 41 |
msgid "Postal / Zip Code"
|
| 42 |
msgstr "Postal / Postiindeks"
|
| 43 |
|
| 44 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:248
|
| 45 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3319
|
| 46 |
msgid "Country"
|
| 47 |
msgstr "Riik"
|
| 48 |
|
| 49 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 50 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 51 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3302
|
| 52 |
msgid "January"
|
| 53 |
msgstr "Jaanuar"
|
| 54 |
|
| 55 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 56 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 57 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3303
|
| 58 |
msgid "February"
|
| 59 |
msgstr "Veebruar"
|
| 60 |
|
| 61 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 62 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 63 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3304
|
| 64 |
msgid "March"
|
| 65 |
msgstr "Märts"
|
| 66 |
|
| 67 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 68 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 69 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3305
|
| 70 |
msgid "April"
|
| 71 |
msgstr "Aprill"
|
| 72 |
|
| 73 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 74 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 75 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3306
|
| 76 |
msgid "May"
|
| 77 |
msgstr "Mai"
|
| 78 |
|
| 79 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 80 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 81 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3307
|
| 82 |
msgid "June"
|
| 83 |
msgstr "Juuni"
|
| 84 |
|
| 85 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 86 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 87 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3308
|
| 88 |
msgid "July"
|
| 89 |
msgstr "Juuli"
|
| 90 |
|
| 91 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 92 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 93 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3309
|
| 94 |
msgid "August"
|
| 95 |
msgstr "August"
|
| 96 |
|
| 97 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 98 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 99 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3310
|
| 100 |
msgid "September"
|
| 101 |
msgstr "September"
|
| 102 |
|
| 103 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 104 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 105 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3311
|
| 106 |
msgid "October"
|
| 107 |
msgstr "Oktoober"
|
| 108 |
|
| 109 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 110 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 111 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3312
|
| 112 |
msgid "November"
|
| 113 |
msgstr "November"
|
| 114 |
|
| 115 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 116 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 117 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3313
|
| 118 |
msgid "December"
|
| 119 |
msgstr "Detsember"
|
| 120 |
|
| 121 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2353
|
| 122 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2207
|
| 123 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2247
|
| 124 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2305
|
| 125 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2342
|
| 126 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2399
|
| 127 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2440
|
| 128 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3325
|
| 129 |
msgid "Quantity"
|
| 130 |
msgstr "Kogus "
|
| 131 |
|
| 132 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:77
|
| 133 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:92
|
| 134 |
msgid "Error, incorrect Security code."
|
| 135 |
msgstr "Viga, vale turvakoodi."
|
| 136 |
|
| 137 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:106
|
| 138 |
msgid "Your ip is blacklisted. Please contact the website administrator."
|
| 139 |
msgstr "Teie IP on mustas nimekirjas. Palun võta ühendust veebilehe haldaja. "
|
| 140 |
|
| 141 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:260
|
| 142 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:780
|
| 143 |
msgid "The file exceeds the allowed size of"
|
| 144 |
msgstr "Fail ületab lubatud suuruse"
|
| 145 |
|
| 146 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:279
|
| 147 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:795
|
| 148 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1878
|
| 149 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3346
|
| 150 |
msgid "Sorry, you are not allowed to upload this type of file."
|
| 151 |
msgstr "Vabandust, teil ei ole lubatud üles laadida seda tüüpi faili."
|
| 152 |
|
| 153 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:291
|
| 154 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:808
|
| 155 |
msgid "Error, file cannot be moved."
|
| 156 |
msgstr "Viga, faili ei saa liigutada."
|
| 157 |
|
| 158 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:669
|
| 159 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1125
|
| 160 |
#, php-format
|
| 161 |
msgid ""
|
| 162 |
"This field %s requires a unique entry and this value was already submitted."
|
| 163 |
msgstr "Sellel väljal %s nõuab portaali ja selle väärtus oli juba esitatud."
|
| 164 |
|
| 165 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:813
|
| 166 |
#, fuzzy
|
| 167 |
msgid "Error, file destination does not exist."
|
| 168 |
msgstr "Viga, elektronposti ei saadetud."
|
| 169 |
|
| 170 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1309
|
| 171 |
msgid "Nothing was submitted."
|
| 172 |
msgstr "Miski ei esitatud."
|
| 173 |
|
| 174 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2095
|
| 175 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2108
|
| 176 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3801
|
| 177 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3806
|
| 178 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:63
|
| 179 |
msgid "Your form was successfully submitted."
|
| 180 |
msgstr "Teie vorm on edukalt esitatud."
|
| 181 |
|
| 182 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2103
|
| 183 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3797
|
| 184 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:60
|
| 185 |
msgid "Error, email was not sent."
|
| 186 |
msgstr "Viga, elektronposti ei saadetud."
|
| 187 |
|
| 188 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:643
|
| 189 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:690
|
| 190 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:740
|
| 191 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:787
|
| 192 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:836
|
| 193 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:891
|
| 194 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:963
|
| 195 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1068
|
| 196 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1083
|
| 197 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1185
|
| 198 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1257
|
| 199 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1358
|
| 200 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1449
|
| 201 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1526
|
| 202 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1585
|
| 203 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1661
|
| 204 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1708
|
| 205 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1815
|
| 206 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1863
|
| 207 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1918
|
| 208 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2086
|
| 209 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2232
|
| 210 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2329
|
| 211 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2424
|
| 212 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2499
|
| 213 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2600
|
| 214 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2659
|
| 215 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2714
|
| 216 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2774
|
| 217 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2831
|
| 218 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2891
|
| 219 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3005
|
| 220 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3019
|
| 221 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3034
|
| 222 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3049
|
| 223 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3351
|
| 224 |
msgid "field is required."
|
| 225 |
msgstr "valdkonnas on vaja."
|
| 226 |
|
| 227 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1274
|
| 228 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3349
|
| 229 |
msgid "This is not a valid email address."
|
| 230 |
msgstr "See ei ole kehtiv e-posti aadress."
|
| 231 |
|
| 232 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2125
|
| 233 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3352
|
| 234 |
msgid "The"
|
| 235 |
msgstr "The"
|
| 236 |
|
| 237 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2125
|
| 238 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3352
|
| 239 |
msgid "value must be between"
|
| 240 |
msgstr "väärtus peab olema vahemikus "
|
| 241 |
|
| 242 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
|
| 243 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3114
|
| 244 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3115
|
| 245 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3347
|
| 246 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3348
|
| 247 |
msgid "Your score should be less than"
|
| 248 |
msgstr "Sinu tulemus peaks olema väiksem kui "
|
| 249 |
|
| 250 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3298
|
| 251 |
msgid "Title"
|
| 252 |
msgstr "*{title}*"
|
| 253 |
|
| 254 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3299
|
| 255 |
msgid "First"
|
| 256 |
msgstr "Esimene"
|
| 257 |
|
| 258 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3300
|
| 259 |
msgid "Last"
|
| 260 |
msgstr "Viimane"
|
| 261 |
|
| 262 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3301
|
| 263 |
msgid "Middle"
|
| 264 |
msgstr "Kesk-"
|
| 265 |
|
| 266 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3320
|
| 267 |
msgid "Area Code"
|
| 268 |
msgstr "Area Code"
|
| 269 |
|
| 270 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3321
|
| 271 |
msgid "Phone Number"
|
| 272 |
msgstr "Telefoninumber"
|
| 273 |
|
| 274 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3322
|
| 275 |
msgid "Dollars"
|
| 276 |
msgstr "Dollars "
|
| 277 |
|
| 278 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3323
|
| 279 |
msgid "Cents"
|
| 280 |
msgstr "senti "
|
| 281 |
|
| 282 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3326
|
| 283 |
msgid "From"
|
| 284 |
msgstr "pärit "
|
| 285 |
|
| 286 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3327
|
| 287 |
msgid "To"
|
| 288 |
msgstr "kuni"
|
| 289 |
+
|
| 290 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:202
|
| 291 |
+
msgid "GO"
|
| 292 |
+
msgstr "minna "
|
| 293 |
+
|
| 294 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:203
|
| 295 |
+
msgid "Reset"
|
| 296 |
+
msgstr "Taasta "
|
| 297 |
+
|
| 298 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:649
|
| 299 |
+
msgid "Select a Field"
|
| 300 |
+
msgstr "Valige väli "
|
| 301 |
+
|
| 302 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:671
|
| 303 |
+
msgid "Select a Date"
|
| 304 |
+
msgstr "Vali aeg"
|
languages/form_maker-fa_IR.mo
CHANGED
|
Binary file
|
languages/form_maker-fa_IR.po
CHANGED
|
@@ -2,8 +2,8 @@ msgid ""
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: form_maker\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
-
"POT-Creation-Date: 2014-
|
| 6 |
-
"PO-Revision-Date: 2014-
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"Language: fa\n"
|
|
@@ -12,151 +12,151 @@ msgstr ""
|
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
| 13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
| 14 |
"X-Poedit-Basepath: .\n"
|
| 15 |
-
"X-Generator: Poedit 1.6.
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\
|
| 17 |
-
"
|
| 18 |
|
| 19 |
-
#: C:\wamp\www\
|
| 20 |
-
#: C:\wamp\www\
|
| 21 |
msgid "Street Address"
|
| 22 |
msgstr "آدرس"
|
| 23 |
|
| 24 |
-
#: C:\wamp\www\
|
| 25 |
-
#: C:\wamp\www\
|
| 26 |
msgid "Street Address Line 2"
|
| 27 |
msgstr "خط آدرس خیابان 2"
|
| 28 |
|
| 29 |
-
#: C:\wamp\www\
|
| 30 |
-
#: C:\wamp\www\
|
| 31 |
msgid "City"
|
| 32 |
msgstr "شهر"
|
| 33 |
|
| 34 |
-
#: C:\wamp\www\
|
| 35 |
-
#: C:\wamp\www\
|
| 36 |
msgid "State / Province / Region"
|
| 37 |
msgstr "ایالت / استان / منطقه"
|
| 38 |
|
| 39 |
-
#: C:\wamp\www\
|
| 40 |
-
#: C:\wamp\www\
|
| 41 |
msgid "Postal / Zip Code"
|
| 42 |
msgstr "پستی / کد پستی"
|
| 43 |
|
| 44 |
-
#: C:\wamp\www\
|
| 45 |
-
#: C:\wamp\www\
|
| 46 |
msgid "Country"
|
| 47 |
msgstr "کشور"
|
| 48 |
|
| 49 |
-
#: C:\wamp\www\
|
| 50 |
-
#: C:\wamp\www\
|
| 51 |
-
#: C:\wamp\www\
|
| 52 |
msgid "January"
|
| 53 |
msgstr "ژانویه"
|
| 54 |
|
| 55 |
-
#: C:\wamp\www\
|
| 56 |
-
#: C:\wamp\www\
|
| 57 |
-
#: C:\wamp\www\
|
| 58 |
msgid "February"
|
| 59 |
msgstr "فوریه"
|
| 60 |
|
| 61 |
-
#: C:\wamp\www\
|
| 62 |
-
#: C:\wamp\www\
|
| 63 |
-
#: C:\wamp\www\
|
| 64 |
msgid "March"
|
| 65 |
msgstr "ماه مارس"
|
| 66 |
|
| 67 |
-
#: C:\wamp\www\
|
| 68 |
-
#: C:\wamp\www\
|
| 69 |
-
#: C:\wamp\www\
|
| 70 |
msgid "April"
|
| 71 |
msgstr "آوریل"
|
| 72 |
|
| 73 |
-
#: C:\wamp\www\
|
| 74 |
-
#: C:\wamp\www\
|
| 75 |
-
#: C:\wamp\www\
|
| 76 |
msgid "May"
|
| 77 |
msgstr "مه"
|
| 78 |
|
| 79 |
-
#: C:\wamp\www\
|
| 80 |
-
#: C:\wamp\www\
|
| 81 |
-
#: C:\wamp\www\
|
| 82 |
msgid "June"
|
| 83 |
msgstr "ژوئن"
|
| 84 |
|
| 85 |
-
#: C:\wamp\www\
|
| 86 |
-
#: C:\wamp\www\
|
| 87 |
-
#: C:\wamp\www\
|
| 88 |
msgid "July"
|
| 89 |
msgstr "جولای"
|
| 90 |
|
| 91 |
-
#: C:\wamp\www\
|
| 92 |
-
#: C:\wamp\www\
|
| 93 |
-
#: C:\wamp\www\
|
| 94 |
msgid "August"
|
| 95 |
msgstr "اوت"
|
| 96 |
|
| 97 |
-
#: C:\wamp\www\
|
| 98 |
-
#: C:\wamp\www\
|
| 99 |
-
#: C:\wamp\www\
|
| 100 |
msgid "September"
|
| 101 |
msgstr "سپتامبر"
|
| 102 |
|
| 103 |
-
#: C:\wamp\www\
|
| 104 |
-
#: C:\wamp\www\
|
| 105 |
-
#: C:\wamp\www\
|
| 106 |
msgid "October"
|
| 107 |
msgstr "اکتبر"
|
| 108 |
|
| 109 |
-
#: C:\wamp\www\
|
| 110 |
-
#: C:\wamp\www\
|
| 111 |
-
#: C:\wamp\www\
|
| 112 |
msgid "November"
|
| 113 |
msgstr "نوامبر"
|
| 114 |
|
| 115 |
-
#: C:\wamp\www\
|
| 116 |
-
#: C:\wamp\www\
|
| 117 |
-
#: C:\wamp\www\
|
| 118 |
msgid "December"
|
| 119 |
msgstr "دسامبر"
|
| 120 |
|
| 121 |
-
#: C:\wamp\www\
|
| 122 |
-
#: C:\wamp\www\
|
| 123 |
-
#: C:\wamp\www\
|
| 124 |
-
#: C:\wamp\www\
|
| 125 |
-
#: C:\wamp\www\
|
| 126 |
-
#: C:\wamp\www\
|
| 127 |
-
#: C:\wamp\www\
|
| 128 |
-
#: C:\wamp\www\
|
| 129 |
msgid "Quantity"
|
| 130 |
msgstr "مقدار"
|
| 131 |
|
| 132 |
-
#: C:\wamp\www\
|
| 133 |
-
#: C:\wamp\www\
|
| 134 |
msgid "Error, incorrect Security code."
|
| 135 |
msgstr "خطا، کد امنیتی نادرست است."
|
| 136 |
|
| 137 |
-
#: C:\wamp\www\
|
| 138 |
msgid "Your ip is blacklisted. Please contact the website administrator."
|
| 139 |
msgstr "IP شما در لیست سیاه است. لطفا با مدیر سایت تماس بگیرید."
|
| 140 |
|
| 141 |
-
#: C:\wamp\www\
|
| 142 |
-
#: C:\wamp\www\
|
| 143 |
msgid "The file exceeds the allowed size of"
|
| 144 |
msgstr "فایل بیش از اندازه مجاز"
|
| 145 |
|
| 146 |
-
#: C:\wamp\www\
|
| 147 |
-
#: C:\wamp\www\
|
| 148 |
-
#: C:\wamp\www\
|
| 149 |
-
#: C:\wamp\www\
|
| 150 |
msgid "Sorry, you are not allowed to upload this type of file."
|
| 151 |
msgstr "با عرض پوزش، شما اجازه به آپلود این نوع از فایل."
|
| 152 |
|
| 153 |
-
#: C:\wamp\www\
|
| 154 |
-
#: C:\wamp\www\
|
| 155 |
msgid "Error, file cannot be moved."
|
| 156 |
msgstr "خطا، فایل را نمی توان منتقل شده است."
|
| 157 |
|
| 158 |
-
#: C:\wamp\www\
|
| 159 |
-
#: C:\wamp\www\
|
| 160 |
#, php-format
|
| 161 |
msgid ""
|
| 162 |
"This field %s requires a unique entry and this value was already submitted."
|
|
@@ -164,127 +164,143 @@ msgstr ""
|
|
| 164 |
"%s در این زمینه نیاز به یک ورودی منحصر به فرد است و این مقدار در حال حاضر "
|
| 165 |
"ارائه شد."
|
| 166 |
|
| 167 |
-
#: C:\wamp\www\
|
| 168 |
#, fuzzy
|
| 169 |
msgid "Error, file destination does not exist."
|
| 170 |
msgstr "خطا، ایمیل فرستاده نشد."
|
| 171 |
|
| 172 |
-
#: C:\wamp\www\
|
| 173 |
msgid "Nothing was submitted."
|
| 174 |
msgstr "هیچ کس را مشاهده کنید."
|
| 175 |
|
| 176 |
-
#: C:\wamp\www\
|
| 177 |
-
#: C:\wamp\www\
|
| 178 |
-
#: C:\wamp\www\
|
| 179 |
-
#: C:\wamp\www\
|
| 180 |
-
#: C:\wamp\www\
|
| 181 |
msgid "Your form was successfully submitted."
|
| 182 |
msgstr "فرم شما با موفقیت ارسال شد."
|
| 183 |
|
| 184 |
-
#: C:\wamp\www\
|
| 185 |
-
#: C:\wamp\www\
|
| 186 |
-
#: C:\wamp\www\
|
| 187 |
msgid "Error, email was not sent."
|
| 188 |
msgstr "خطا، ایمیل فرستاده نشد."
|
| 189 |
|
| 190 |
-
#: C:\wamp\www\
|
| 191 |
-
#: C:\wamp\www\
|
| 192 |
-
#: C:\wamp\www\
|
| 193 |
-
#: C:\wamp\www\
|
| 194 |
-
#: C:\wamp\www\
|
| 195 |
-
#: C:\wamp\www\
|
| 196 |
-
#: C:\wamp\www\
|
| 197 |
-
#: C:\wamp\www\
|
| 198 |
-
#: C:\wamp\www\
|
| 199 |
-
#: C:\wamp\www\
|
| 200 |
-
#: C:\wamp\www\
|
| 201 |
-
#: C:\wamp\www\
|
| 202 |
-
#: C:\wamp\www\
|
| 203 |
-
#: C:\wamp\www\
|
| 204 |
-
#: C:\wamp\www\
|
| 205 |
-
#: C:\wamp\www\
|
| 206 |
-
#: C:\wamp\www\
|
| 207 |
-
#: C:\wamp\www\
|
| 208 |
-
#: C:\wamp\www\
|
| 209 |
-
#: C:\wamp\www\
|
| 210 |
-
#: C:\wamp\www\
|
| 211 |
-
#: C:\wamp\www\
|
| 212 |
-
#: C:\wamp\www\
|
| 213 |
-
#: C:\wamp\www\
|
| 214 |
-
#: C:\wamp\www\
|
| 215 |
-
#: C:\wamp\www\
|
| 216 |
-
#: C:\wamp\www\
|
| 217 |
-
#: C:\wamp\www\
|
| 218 |
-
#: C:\wamp\www\
|
| 219 |
-
#: C:\wamp\www\
|
| 220 |
-
#: C:\wamp\www\
|
| 221 |
-
#: C:\wamp\www\
|
| 222 |
-
#: C:\wamp\www\
|
| 223 |
-
#: C:\wamp\www\
|
| 224 |
-
#: C:\wamp\www\
|
| 225 |
-
#: C:\wamp\www\
|
| 226 |
msgid "field is required."
|
| 227 |
msgstr "فیلد الزامی است."
|
| 228 |
|
| 229 |
-
#: C:\wamp\www\
|
| 230 |
-
#: C:\wamp\www\
|
| 231 |
msgid "This is not a valid email address."
|
| 232 |
msgstr "این یک آدرس ایمیل معتبر نیست."
|
| 233 |
|
| 234 |
-
#: C:\wamp\www\
|
| 235 |
-
#: C:\wamp\www\
|
| 236 |
msgid "The"
|
| 237 |
msgstr "The"
|
| 238 |
|
| 239 |
-
#: C:\wamp\www\
|
| 240 |
-
#: C:\wamp\www\
|
| 241 |
msgid "value must be between"
|
| 242 |
msgstr "ارزش باید بین است "
|
| 243 |
|
| 244 |
-
#: C:\wamp\www\
|
| 245 |
-
#: C:\wamp\www\
|
| 246 |
-
#: C:\wamp\www\
|
| 247 |
-
#: C:\wamp\www\
|
| 248 |
-
#: C:\wamp\www\
|
| 249 |
msgid "Your score should be less than"
|
| 250 |
msgstr "امتیاز شما باید کمتر از است "
|
| 251 |
|
| 252 |
-
#: C:\wamp\www\
|
| 253 |
msgid "Title"
|
| 254 |
msgstr "عنوان"
|
| 255 |
|
| 256 |
-
#: C:\wamp\www\
|
| 257 |
msgid "First"
|
| 258 |
msgstr "نخستین"
|
| 259 |
|
| 260 |
-
#: C:\wamp\www\
|
| 261 |
msgid "Last"
|
| 262 |
msgstr "واپسین"
|
| 263 |
|
| 264 |
-
#: C:\wamp\www\
|
| 265 |
msgid "Middle"
|
| 266 |
msgstr "متوسط"
|
| 267 |
|
| 268 |
-
#: C:\wamp\www\
|
| 269 |
msgid "Area Code"
|
| 270 |
msgstr "کد منطقه"
|
| 271 |
|
| 272 |
-
#: C:\wamp\www\
|
| 273 |
msgid "Phone Number"
|
| 274 |
msgstr "شماره تلفن"
|
| 275 |
|
| 276 |
-
#: C:\wamp\www\
|
| 277 |
msgid "Dollars"
|
| 278 |
msgstr "دلار "
|
| 279 |
|
| 280 |
-
#: C:\wamp\www\
|
| 281 |
msgid "Cents"
|
| 282 |
msgstr "سنت "
|
| 283 |
|
| 284 |
-
#: C:\wamp\www\
|
| 285 |
msgid "From"
|
| 286 |
msgstr "از"
|
| 287 |
|
| 288 |
-
#: C:\wamp\www\
|
| 289 |
msgid "To"
|
| 290 |
msgstr "به"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: form_maker\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
+
"POT-Creation-Date: 2014-10-17 16:33+0300\n"
|
| 6 |
+
"PO-Revision-Date: 2014-10-17 16:34+0300\n"
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"Language: fa\n"
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
| 13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
| 14 |
"X-Poedit-Basepath: .\n"
|
| 15 |
+
"X-Generator: Poedit 1.6.9\n"
|
| 16 |
+
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\form-"
|
| 17 |
+
"maker\n"
|
| 18 |
|
| 19 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:233
|
| 20 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3314
|
| 21 |
msgid "Street Address"
|
| 22 |
msgstr "آدرس"
|
| 23 |
|
| 24 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:236
|
| 25 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3315
|
| 26 |
msgid "Street Address Line 2"
|
| 27 |
msgstr "خط آدرس خیابان 2"
|
| 28 |
|
| 29 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:239
|
| 30 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3316
|
| 31 |
msgid "City"
|
| 32 |
msgstr "شهر"
|
| 33 |
|
| 34 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:242
|
| 35 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3317
|
| 36 |
msgid "State / Province / Region"
|
| 37 |
msgstr "ایالت / استان / منطقه"
|
| 38 |
|
| 39 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:245
|
| 40 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3318
|
| 41 |
msgid "Postal / Zip Code"
|
| 42 |
msgstr "پستی / کد پستی"
|
| 43 |
|
| 44 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:248
|
| 45 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3319
|
| 46 |
msgid "Country"
|
| 47 |
msgstr "کشور"
|
| 48 |
|
| 49 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 50 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 51 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3302
|
| 52 |
msgid "January"
|
| 53 |
msgstr "ژانویه"
|
| 54 |
|
| 55 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 56 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 57 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3303
|
| 58 |
msgid "February"
|
| 59 |
msgstr "فوریه"
|
| 60 |
|
| 61 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 62 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 63 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3304
|
| 64 |
msgid "March"
|
| 65 |
msgstr "ماه مارس"
|
| 66 |
|
| 67 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 68 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 69 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3305
|
| 70 |
msgid "April"
|
| 71 |
msgstr "آوریل"
|
| 72 |
|
| 73 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 74 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 75 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3306
|
| 76 |
msgid "May"
|
| 77 |
msgstr "مه"
|
| 78 |
|
| 79 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 80 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 81 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3307
|
| 82 |
msgid "June"
|
| 83 |
msgstr "ژوئن"
|
| 84 |
|
| 85 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 86 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 87 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3308
|
| 88 |
msgid "July"
|
| 89 |
msgstr "جولای"
|
| 90 |
|
| 91 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 92 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 93 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3309
|
| 94 |
msgid "August"
|
| 95 |
msgstr "اوت"
|
| 96 |
|
| 97 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 98 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 99 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3310
|
| 100 |
msgid "September"
|
| 101 |
msgstr "سپتامبر"
|
| 102 |
|
| 103 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 104 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 105 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3311
|
| 106 |
msgid "October"
|
| 107 |
msgstr "اکتبر"
|
| 108 |
|
| 109 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 110 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 111 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3312
|
| 112 |
msgid "November"
|
| 113 |
msgstr "نوامبر"
|
| 114 |
|
| 115 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 116 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 117 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3313
|
| 118 |
msgid "December"
|
| 119 |
msgstr "دسامبر"
|
| 120 |
|
| 121 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2353
|
| 122 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2207
|
| 123 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2247
|
| 124 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2305
|
| 125 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2342
|
| 126 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2399
|
| 127 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2440
|
| 128 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3325
|
| 129 |
msgid "Quantity"
|
| 130 |
msgstr "مقدار"
|
| 131 |
|
| 132 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:77
|
| 133 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:92
|
| 134 |
msgid "Error, incorrect Security code."
|
| 135 |
msgstr "خطا، کد امنیتی نادرست است."
|
| 136 |
|
| 137 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:106
|
| 138 |
msgid "Your ip is blacklisted. Please contact the website administrator."
|
| 139 |
msgstr "IP شما در لیست سیاه است. لطفا با مدیر سایت تماس بگیرید."
|
| 140 |
|
| 141 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:260
|
| 142 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:780
|
| 143 |
msgid "The file exceeds the allowed size of"
|
| 144 |
msgstr "فایل بیش از اندازه مجاز"
|
| 145 |
|
| 146 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:279
|
| 147 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:795
|
| 148 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1878
|
| 149 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3346
|
| 150 |
msgid "Sorry, you are not allowed to upload this type of file."
|
| 151 |
msgstr "با عرض پوزش، شما اجازه به آپلود این نوع از فایل."
|
| 152 |
|
| 153 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:291
|
| 154 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:808
|
| 155 |
msgid "Error, file cannot be moved."
|
| 156 |
msgstr "خطا، فایل را نمی توان منتقل شده است."
|
| 157 |
|
| 158 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:669
|
| 159 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1125
|
| 160 |
#, php-format
|
| 161 |
msgid ""
|
| 162 |
"This field %s requires a unique entry and this value was already submitted."
|
| 164 |
"%s در این زمینه نیاز به یک ورودی منحصر به فرد است و این مقدار در حال حاضر "
|
| 165 |
"ارائه شد."
|
| 166 |
|
| 167 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:813
|
| 168 |
#, fuzzy
|
| 169 |
msgid "Error, file destination does not exist."
|
| 170 |
msgstr "خطا، ایمیل فرستاده نشد."
|
| 171 |
|
| 172 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1309
|
| 173 |
msgid "Nothing was submitted."
|
| 174 |
msgstr "هیچ کس را مشاهده کنید."
|
| 175 |
|
| 176 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2095
|
| 177 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2108
|
| 178 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3801
|
| 179 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3806
|
| 180 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:63
|
| 181 |
msgid "Your form was successfully submitted."
|
| 182 |
msgstr "فرم شما با موفقیت ارسال شد."
|
| 183 |
|
| 184 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2103
|
| 185 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3797
|
| 186 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:60
|
| 187 |
msgid "Error, email was not sent."
|
| 188 |
msgstr "خطا، ایمیل فرستاده نشد."
|
| 189 |
|
| 190 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:643
|
| 191 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:690
|
| 192 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:740
|
| 193 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:787
|
| 194 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:836
|
| 195 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:891
|
| 196 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:963
|
| 197 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1068
|
| 198 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1083
|
| 199 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1185
|
| 200 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1257
|
| 201 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1358
|
| 202 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1449
|
| 203 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1526
|
| 204 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1585
|
| 205 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1661
|
| 206 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1708
|
| 207 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1815
|
| 208 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1863
|
| 209 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1918
|
| 210 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2086
|
| 211 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2232
|
| 212 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2329
|
| 213 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2424
|
| 214 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2499
|
| 215 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2600
|
| 216 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2659
|
| 217 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2714
|
| 218 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2774
|
| 219 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2831
|
| 220 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2891
|
| 221 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3005
|
| 222 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3019
|
| 223 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3034
|
| 224 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3049
|
| 225 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3351
|
| 226 |
msgid "field is required."
|
| 227 |
msgstr "فیلد الزامی است."
|
| 228 |
|
| 229 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1274
|
| 230 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3349
|
| 231 |
msgid "This is not a valid email address."
|
| 232 |
msgstr "این یک آدرس ایمیل معتبر نیست."
|
| 233 |
|
| 234 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2125
|
| 235 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3352
|
| 236 |
msgid "The"
|
| 237 |
msgstr "The"
|
| 238 |
|
| 239 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2125
|
| 240 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3352
|
| 241 |
msgid "value must be between"
|
| 242 |
msgstr "ارزش باید بین است "
|
| 243 |
|
| 244 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
|
| 245 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3114
|
| 246 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3115
|
| 247 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3347
|
| 248 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3348
|
| 249 |
msgid "Your score should be less than"
|
| 250 |
msgstr "امتیاز شما باید کمتر از است "
|
| 251 |
|
| 252 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3298
|
| 253 |
msgid "Title"
|
| 254 |
msgstr "عنوان"
|
| 255 |
|
| 256 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3299
|
| 257 |
msgid "First"
|
| 258 |
msgstr "نخستین"
|
| 259 |
|
| 260 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3300
|
| 261 |
msgid "Last"
|
| 262 |
msgstr "واپسین"
|
| 263 |
|
| 264 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3301
|
| 265 |
msgid "Middle"
|
| 266 |
msgstr "متوسط"
|
| 267 |
|
| 268 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3320
|
| 269 |
msgid "Area Code"
|
| 270 |
msgstr "کد منطقه"
|
| 271 |
|
| 272 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3321
|
| 273 |
msgid "Phone Number"
|
| 274 |
msgstr "شماره تلفن"
|
| 275 |
|
| 276 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3322
|
| 277 |
msgid "Dollars"
|
| 278 |
msgstr "دلار "
|
| 279 |
|
| 280 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3323
|
| 281 |
msgid "Cents"
|
| 282 |
msgstr "سنت "
|
| 283 |
|
| 284 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3326
|
| 285 |
msgid "From"
|
| 286 |
msgstr "از"
|
| 287 |
|
| 288 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3327
|
| 289 |
msgid "To"
|
| 290 |
msgstr "به"
|
| 291 |
+
|
| 292 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:202
|
| 293 |
+
msgid "GO"
|
| 294 |
+
msgstr "به "
|
| 295 |
+
|
| 296 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:203
|
| 297 |
+
msgid "Reset"
|
| 298 |
+
msgstr "تنظیم مجدد "
|
| 299 |
+
|
| 300 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:649
|
| 301 |
+
msgid "Select a Field"
|
| 302 |
+
msgstr "انتخاب درست "
|
| 303 |
+
|
| 304 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:671
|
| 305 |
+
msgid "Select a Date"
|
| 306 |
+
msgstr "انتخاب تاریخ"
|
languages/form_maker-fi.mo
CHANGED
|
Binary file
|
languages/form_maker-fi.po
CHANGED
|
@@ -2,8 +2,8 @@ msgid ""
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: form_maker\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
-
"POT-Creation-Date: 2014-
|
| 6 |
-
"PO-Revision-Date: 2014-
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"Language: fi\n"
|
|
@@ -12,278 +12,294 @@ msgstr ""
|
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
| 13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
| 14 |
"X-Poedit-Basepath: .\n"
|
| 15 |
-
"X-Generator: Poedit 1.6.
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\
|
| 17 |
-
"
|
| 18 |
|
| 19 |
-
#: C:\wamp\www\
|
| 20 |
-
#: C:\wamp\www\
|
| 21 |
msgid "Street Address"
|
| 22 |
msgstr "Katuosoite"
|
| 23 |
|
| 24 |
-
#: C:\wamp\www\
|
| 25 |
-
#: C:\wamp\www\
|
| 26 |
msgid "Street Address Line 2"
|
| 27 |
msgstr "Katuosoite Rivi 2"
|
| 28 |
|
| 29 |
-
#: C:\wamp\www\
|
| 30 |
-
#: C:\wamp\www\
|
| 31 |
msgid "City"
|
| 32 |
msgstr "Kaupunki"
|
| 33 |
|
| 34 |
-
#: C:\wamp\www\
|
| 35 |
-
#: C:\wamp\www\
|
| 36 |
msgid "State / Province / Region"
|
| 37 |
msgstr "State / Province / Region"
|
| 38 |
|
| 39 |
-
#: C:\wamp\www\
|
| 40 |
-
#: C:\wamp\www\
|
| 41 |
msgid "Postal / Zip Code"
|
| 42 |
msgstr "Postinumero / Zip Code"
|
| 43 |
|
| 44 |
-
#: C:\wamp\www\
|
| 45 |
-
#: C:\wamp\www\
|
| 46 |
msgid "Country"
|
| 47 |
msgstr "Maa"
|
| 48 |
|
| 49 |
-
#: C:\wamp\www\
|
| 50 |
-
#: C:\wamp\www\
|
| 51 |
-
#: C:\wamp\www\
|
| 52 |
msgid "January"
|
| 53 |
msgstr "Tammikuu"
|
| 54 |
|
| 55 |
-
#: C:\wamp\www\
|
| 56 |
-
#: C:\wamp\www\
|
| 57 |
-
#: C:\wamp\www\
|
| 58 |
msgid "February"
|
| 59 |
msgstr "Helmikuu"
|
| 60 |
|
| 61 |
-
#: C:\wamp\www\
|
| 62 |
-
#: C:\wamp\www\
|
| 63 |
-
#: C:\wamp\www\
|
| 64 |
msgid "March"
|
| 65 |
msgstr "Marssia!"
|
| 66 |
|
| 67 |
-
#: C:\wamp\www\
|
| 68 |
-
#: C:\wamp\www\
|
| 69 |
-
#: C:\wamp\www\
|
| 70 |
msgid "April"
|
| 71 |
msgstr "Huhtikuu"
|
| 72 |
|
| 73 |
-
#: C:\wamp\www\
|
| 74 |
-
#: C:\wamp\www\
|
| 75 |
-
#: C:\wamp\www\
|
| 76 |
msgid "May"
|
| 77 |
msgstr "saattaa"
|
| 78 |
|
| 79 |
-
#: C:\wamp\www\
|
| 80 |
-
#: C:\wamp\www\
|
| 81 |
-
#: C:\wamp\www\
|
| 82 |
msgid "June"
|
| 83 |
msgstr "Kesäkuu"
|
| 84 |
|
| 85 |
-
#: C:\wamp\www\
|
| 86 |
-
#: C:\wamp\www\
|
| 87 |
-
#: C:\wamp\www\
|
| 88 |
msgid "July"
|
| 89 |
msgstr "Heinäkuu"
|
| 90 |
|
| 91 |
-
#: C:\wamp\www\
|
| 92 |
-
#: C:\wamp\www\
|
| 93 |
-
#: C:\wamp\www\
|
| 94 |
msgid "August"
|
| 95 |
msgstr "Elokuu"
|
| 96 |
|
| 97 |
-
#: C:\wamp\www\
|
| 98 |
-
#: C:\wamp\www\
|
| 99 |
-
#: C:\wamp\www\
|
| 100 |
msgid "September"
|
| 101 |
msgstr "Syyskuu"
|
| 102 |
|
| 103 |
-
#: C:\wamp\www\
|
| 104 |
-
#: C:\wamp\www\
|
| 105 |
-
#: C:\wamp\www\
|
| 106 |
msgid "October"
|
| 107 |
msgstr "Lokakuu"
|
| 108 |
|
| 109 |
-
#: C:\wamp\www\
|
| 110 |
-
#: C:\wamp\www\
|
| 111 |
-
#: C:\wamp\www\
|
| 112 |
msgid "November"
|
| 113 |
msgstr "Marraskuu"
|
| 114 |
|
| 115 |
-
#: C:\wamp\www\
|
| 116 |
-
#: C:\wamp\www\
|
| 117 |
-
#: C:\wamp\www\
|
| 118 |
msgid "December"
|
| 119 |
msgstr "Joulukuu"
|
| 120 |
|
| 121 |
-
#: C:\wamp\www\
|
| 122 |
-
#: C:\wamp\www\
|
| 123 |
-
#: C:\wamp\www\
|
| 124 |
-
#: C:\wamp\www\
|
| 125 |
-
#: C:\wamp\www\
|
| 126 |
-
#: C:\wamp\www\
|
| 127 |
-
#: C:\wamp\www\
|
| 128 |
-
#: C:\wamp\www\
|
| 129 |
msgid "Quantity"
|
| 130 |
msgstr "määrä "
|
| 131 |
|
| 132 |
-
#: C:\wamp\www\
|
| 133 |
-
#: C:\wamp\www\
|
| 134 |
msgid "Error, incorrect Security code."
|
| 135 |
msgstr "Virhe, väärän suojakoodin."
|
| 136 |
|
| 137 |
-
#: C:\wamp\www\
|
| 138 |
msgid "Your ip is blacklisted. Please contact the website administrator."
|
| 139 |
msgstr "IP on mustalla listalla. Ota yhteyttä sivuston ylläpitäjään."
|
| 140 |
|
| 141 |
-
#: C:\wamp\www\
|
| 142 |
-
#: C:\wamp\www\
|
| 143 |
msgid "The file exceeds the allowed size of"
|
| 144 |
msgstr "Koko ylittää sallitun koon"
|
| 145 |
|
| 146 |
-
#: C:\wamp\www\
|
| 147 |
-
#: C:\wamp\www\
|
| 148 |
-
#: C:\wamp\www\
|
| 149 |
-
#: C:\wamp\www\
|
| 150 |
msgid "Sorry, you are not allowed to upload this type of file."
|
| 151 |
msgstr "Pahoittelemme, et voi lähettää tämän tiedostotyypin."
|
| 152 |
|
| 153 |
-
#: C:\wamp\www\
|
| 154 |
-
#: C:\wamp\www\
|
| 155 |
msgid "Error, file cannot be moved."
|
| 156 |
msgstr "Virhe, tiedostoa ei voi siirtää."
|
| 157 |
|
| 158 |
-
#: C:\wamp\www\
|
| 159 |
-
#: C:\wamp\www\
|
| 160 |
#, php-format
|
| 161 |
msgid ""
|
| 162 |
"This field %s requires a unique entry and this value was already submitted."
|
| 163 |
msgstr ""
|
| 164 |
"Tämän kentän %s vaatii ainutlaatuinen merkintä, ja tämä arvo on jo jätetty."
|
| 165 |
|
| 166 |
-
#: C:\wamp\www\
|
| 167 |
#, fuzzy
|
| 168 |
msgid "Error, file destination does not exist."
|
| 169 |
msgstr "Virhe, sähköposti ei ole lähetetty."
|
| 170 |
|
| 171 |
-
#: C:\wamp\www\
|
| 172 |
msgid "Nothing was submitted."
|
| 173 |
msgstr "Mitään ei jätetty."
|
| 174 |
|
| 175 |
-
#: C:\wamp\www\
|
| 176 |
-
#: C:\wamp\www\
|
| 177 |
-
#: C:\wamp\www\
|
| 178 |
-
#: C:\wamp\www\
|
| 179 |
-
#: C:\wamp\www\
|
| 180 |
msgid "Your form was successfully submitted."
|
| 181 |
msgstr "Sinun lomake onnistuneesti toimitettu."
|
| 182 |
|
| 183 |
-
#: C:\wamp\www\
|
| 184 |
-
#: C:\wamp\www\
|
| 185 |
-
#: C:\wamp\www\
|
| 186 |
msgid "Error, email was not sent."
|
| 187 |
msgstr "Virhe, sähköposti ei ole lähetetty."
|
| 188 |
|
| 189 |
-
#: C:\wamp\www\
|
| 190 |
-
#: C:\wamp\www\
|
| 191 |
-
#: C:\wamp\www\
|
| 192 |
-
#: C:\wamp\www\
|
| 193 |
-
#: C:\wamp\www\
|
| 194 |
-
#: C:\wamp\www\
|
| 195 |
-
#: C:\wamp\www\
|
| 196 |
-
#: C:\wamp\www\
|
| 197 |
-
#: C:\wamp\www\
|
| 198 |
-
#: C:\wamp\www\
|
| 199 |
-
#: C:\wamp\www\
|
| 200 |
-
#: C:\wamp\www\
|
| 201 |
-
#: C:\wamp\www\
|
| 202 |
-
#: C:\wamp\www\
|
| 203 |
-
#: C:\wamp\www\
|
| 204 |
-
#: C:\wamp\www\
|
| 205 |
-
#: C:\wamp\www\
|
| 206 |
-
#: C:\wamp\www\
|
| 207 |
-
#: C:\wamp\www\
|
| 208 |
-
#: C:\wamp\www\
|
| 209 |
-
#: C:\wamp\www\
|
| 210 |
-
#: C:\wamp\www\
|
| 211 |
-
#: C:\wamp\www\
|
| 212 |
-
#: C:\wamp\www\
|
| 213 |
-
#: C:\wamp\www\
|
| 214 |
-
#: C:\wamp\www\
|
| 215 |
-
#: C:\wamp\www\
|
| 216 |
-
#: C:\wamp\www\
|
| 217 |
-
#: C:\wamp\www\
|
| 218 |
-
#: C:\wamp\www\
|
| 219 |
-
#: C:\wamp\www\
|
| 220 |
-
#: C:\wamp\www\
|
| 221 |
-
#: C:\wamp\www\
|
| 222 |
-
#: C:\wamp\www\
|
| 223 |
-
#: C:\wamp\www\
|
| 224 |
-
#: C:\wamp\www\
|
| 225 |
msgid "field is required."
|
| 226 |
msgstr "kenttä vaaditaan."
|
| 227 |
|
| 228 |
-
#: C:\wamp\www\
|
| 229 |
-
#: C:\wamp\www\
|
| 230 |
msgid "This is not a valid email address."
|
| 231 |
msgstr "Tämä ei ole kelvollinen sähköpostiosoite."
|
| 232 |
|
| 233 |
-
#: C:\wamp\www\
|
| 234 |
-
#: C:\wamp\www\
|
| 235 |
msgid "The"
|
| 236 |
msgstr "The"
|
| 237 |
|
| 238 |
-
#: C:\wamp\www\
|
| 239 |
-
#: C:\wamp\www\
|
| 240 |
msgid "value must be between"
|
| 241 |
msgstr "arvon on oltava välillä "
|
| 242 |
|
| 243 |
-
#: C:\wamp\www\
|
| 244 |
-
#: C:\wamp\www\
|
| 245 |
-
#: C:\wamp\www\
|
| 246 |
-
#: C:\wamp\www\
|
| 247 |
-
#: C:\wamp\www\
|
| 248 |
msgid "Your score should be less than"
|
| 249 |
msgstr "Sinun pisteet pitäisi olla alle "
|
| 250 |
|
| 251 |
-
#: C:\wamp\www\
|
| 252 |
msgid "Title"
|
| 253 |
msgstr "Otsikko"
|
| 254 |
|
| 255 |
-
#: C:\wamp\www\
|
| 256 |
msgid "First"
|
| 257 |
msgstr "ensimmäinen"
|
| 258 |
|
| 259 |
-
#: C:\wamp\www\
|
| 260 |
msgid "Last"
|
| 261 |
msgstr "Viime"
|
| 262 |
|
| 263 |
-
#: C:\wamp\www\
|
| 264 |
msgid "Middle"
|
| 265 |
msgstr "Keskimmäinen"
|
| 266 |
|
| 267 |
-
#: C:\wamp\www\
|
| 268 |
msgid "Area Code"
|
| 269 |
msgstr "Suuntanumero"
|
| 270 |
|
| 271 |
-
#: C:\wamp\www\
|
| 272 |
msgid "Phone Number"
|
| 273 |
msgstr "Puhelinnumero"
|
| 274 |
|
| 275 |
-
#: C:\wamp\www\
|
| 276 |
msgid "Dollars"
|
| 277 |
msgstr "dollaria "
|
| 278 |
|
| 279 |
-
#: C:\wamp\www\
|
| 280 |
msgid "Cents"
|
| 281 |
msgstr "senttiä "
|
| 282 |
|
| 283 |
-
#: C:\wamp\www\
|
| 284 |
msgid "From"
|
| 285 |
msgstr "alkaen "
|
| 286 |
|
| 287 |
-
#: C:\wamp\www\
|
| 288 |
msgid "To"
|
| 289 |
msgstr "Jos haluat"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: form_maker\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
+
"POT-Creation-Date: 2014-10-17 16:35+0300\n"
|
| 6 |
+
"PO-Revision-Date: 2014-10-17 16:40+0300\n"
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"Language: fi\n"
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
| 13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
| 14 |
"X-Poedit-Basepath: .\n"
|
| 15 |
+
"X-Generator: Poedit 1.6.9\n"
|
| 16 |
+
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\form-"
|
| 17 |
+
"maker\n"
|
| 18 |
|
| 19 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:233
|
| 20 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3314
|
| 21 |
msgid "Street Address"
|
| 22 |
msgstr "Katuosoite"
|
| 23 |
|
| 24 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:236
|
| 25 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3315
|
| 26 |
msgid "Street Address Line 2"
|
| 27 |
msgstr "Katuosoite Rivi 2"
|
| 28 |
|
| 29 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:239
|
| 30 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3316
|
| 31 |
msgid "City"
|
| 32 |
msgstr "Kaupunki"
|
| 33 |
|
| 34 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:242
|
| 35 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3317
|
| 36 |
msgid "State / Province / Region"
|
| 37 |
msgstr "State / Province / Region"
|
| 38 |
|
| 39 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:245
|
| 40 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3318
|
| 41 |
msgid "Postal / Zip Code"
|
| 42 |
msgstr "Postinumero / Zip Code"
|
| 43 |
|
| 44 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:248
|
| 45 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3319
|
| 46 |
msgid "Country"
|
| 47 |
msgstr "Maa"
|
| 48 |
|
| 49 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 50 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 51 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3302
|
| 52 |
msgid "January"
|
| 53 |
msgstr "Tammikuu"
|
| 54 |
|
| 55 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 56 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 57 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3303
|
| 58 |
msgid "February"
|
| 59 |
msgstr "Helmikuu"
|
| 60 |
|
| 61 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 62 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 63 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3304
|
| 64 |
msgid "March"
|
| 65 |
msgstr "Marssia!"
|
| 66 |
|
| 67 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 68 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 69 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3305
|
| 70 |
msgid "April"
|
| 71 |
msgstr "Huhtikuu"
|
| 72 |
|
| 73 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 74 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 75 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3306
|
| 76 |
msgid "May"
|
| 77 |
msgstr "saattaa"
|
| 78 |
|
| 79 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 80 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 81 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3307
|
| 82 |
msgid "June"
|
| 83 |
msgstr "Kesäkuu"
|
| 84 |
|
| 85 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 86 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 87 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3308
|
| 88 |
msgid "July"
|
| 89 |
msgstr "Heinäkuu"
|
| 90 |
|
| 91 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 92 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 93 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3309
|
| 94 |
msgid "August"
|
| 95 |
msgstr "Elokuu"
|
| 96 |
|
| 97 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 98 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 99 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3310
|
| 100 |
msgid "September"
|
| 101 |
msgstr "Syyskuu"
|
| 102 |
|
| 103 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 104 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 105 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3311
|
| 106 |
msgid "October"
|
| 107 |
msgstr "Lokakuu"
|
| 108 |
|
| 109 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 110 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 111 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3312
|
| 112 |
msgid "November"
|
| 113 |
msgstr "Marraskuu"
|
| 114 |
|
| 115 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 116 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 117 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3313
|
| 118 |
msgid "December"
|
| 119 |
msgstr "Joulukuu"
|
| 120 |
|
| 121 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2353
|
| 122 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2207
|
| 123 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2247
|
| 124 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2305
|
| 125 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2342
|
| 126 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2399
|
| 127 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2440
|
| 128 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3325
|
| 129 |
msgid "Quantity"
|
| 130 |
msgstr "määrä "
|
| 131 |
|
| 132 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:77
|
| 133 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:92
|
| 134 |
msgid "Error, incorrect Security code."
|
| 135 |
msgstr "Virhe, väärän suojakoodin."
|
| 136 |
|
| 137 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:106
|
| 138 |
msgid "Your ip is blacklisted. Please contact the website administrator."
|
| 139 |
msgstr "IP on mustalla listalla. Ota yhteyttä sivuston ylläpitäjään."
|
| 140 |
|
| 141 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:260
|
| 142 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:780
|
| 143 |
msgid "The file exceeds the allowed size of"
|
| 144 |
msgstr "Koko ylittää sallitun koon"
|
| 145 |
|
| 146 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:279
|
| 147 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:795
|
| 148 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1878
|
| 149 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3346
|
| 150 |
msgid "Sorry, you are not allowed to upload this type of file."
|
| 151 |
msgstr "Pahoittelemme, et voi lähettää tämän tiedostotyypin."
|
| 152 |
|
| 153 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:291
|
| 154 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:808
|
| 155 |
msgid "Error, file cannot be moved."
|
| 156 |
msgstr "Virhe, tiedostoa ei voi siirtää."
|
| 157 |
|
| 158 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:669
|
| 159 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1125
|
| 160 |
#, php-format
|
| 161 |
msgid ""
|
| 162 |
"This field %s requires a unique entry and this value was already submitted."
|
| 163 |
msgstr ""
|
| 164 |
"Tämän kentän %s vaatii ainutlaatuinen merkintä, ja tämä arvo on jo jätetty."
|
| 165 |
|
| 166 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:813
|
| 167 |
#, fuzzy
|
| 168 |
msgid "Error, file destination does not exist."
|
| 169 |
msgstr "Virhe, sähköposti ei ole lähetetty."
|
| 170 |
|
| 171 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1309
|
| 172 |
msgid "Nothing was submitted."
|
| 173 |
msgstr "Mitään ei jätetty."
|
| 174 |
|
| 175 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2095
|
| 176 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2108
|
| 177 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3801
|
| 178 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3806
|
| 179 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:63
|
| 180 |
msgid "Your form was successfully submitted."
|
| 181 |
msgstr "Sinun lomake onnistuneesti toimitettu."
|
| 182 |
|
| 183 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2103
|
| 184 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3797
|
| 185 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:60
|
| 186 |
msgid "Error, email was not sent."
|
| 187 |
msgstr "Virhe, sähköposti ei ole lähetetty."
|
| 188 |
|
| 189 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:643
|
| 190 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:690
|
| 191 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:740
|
| 192 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:787
|
| 193 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:836
|
| 194 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:891
|
| 195 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:963
|
| 196 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1068
|
| 197 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1083
|
| 198 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1185
|
| 199 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1257
|
| 200 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1358
|
| 201 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1449
|
| 202 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1526
|
| 203 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1585
|
| 204 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1661
|
| 205 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1708
|
| 206 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1815
|
| 207 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1863
|
| 208 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1918
|
| 209 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2086
|
| 210 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2232
|
| 211 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2329
|
| 212 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2424
|
| 213 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2499
|
| 214 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2600
|
| 215 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2659
|
| 216 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2714
|
| 217 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2774
|
| 218 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2831
|
| 219 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2891
|
| 220 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3005
|
| 221 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3019
|
| 222 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3034
|
| 223 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3049
|
| 224 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3351
|
| 225 |
msgid "field is required."
|
| 226 |
msgstr "kenttä vaaditaan."
|
| 227 |
|
| 228 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1274
|
| 229 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3349
|
| 230 |
msgid "This is not a valid email address."
|
| 231 |
msgstr "Tämä ei ole kelvollinen sähköpostiosoite."
|
| 232 |
|
| 233 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2125
|
| 234 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3352
|
| 235 |
msgid "The"
|
| 236 |
msgstr "The"
|
| 237 |
|
| 238 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2125
|
| 239 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3352
|
| 240 |
msgid "value must be between"
|
| 241 |
msgstr "arvon on oltava välillä "
|
| 242 |
|
| 243 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
|
| 244 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3114
|
| 245 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3115
|
| 246 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3347
|
| 247 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3348
|
| 248 |
msgid "Your score should be less than"
|
| 249 |
msgstr "Sinun pisteet pitäisi olla alle "
|
| 250 |
|
| 251 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3298
|
| 252 |
msgid "Title"
|
| 253 |
msgstr "Otsikko"
|
| 254 |
|
| 255 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3299
|
| 256 |
msgid "First"
|
| 257 |
msgstr "ensimmäinen"
|
| 258 |
|
| 259 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3300
|
| 260 |
msgid "Last"
|
| 261 |
msgstr "Viime"
|
| 262 |
|
| 263 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3301
|
| 264 |
msgid "Middle"
|
| 265 |
msgstr "Keskimmäinen"
|
| 266 |
|
| 267 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3320
|
| 268 |
msgid "Area Code"
|
| 269 |
msgstr "Suuntanumero"
|
| 270 |
|
| 271 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3321
|
| 272 |
msgid "Phone Number"
|
| 273 |
msgstr "Puhelinnumero"
|
| 274 |
|
| 275 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3322
|
| 276 |
msgid "Dollars"
|
| 277 |
msgstr "dollaria "
|
| 278 |
|
| 279 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3323
|
| 280 |
msgid "Cents"
|
| 281 |
msgstr "senttiä "
|
| 282 |
|
| 283 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3326
|
| 284 |
msgid "From"
|
| 285 |
msgstr "alkaen "
|
| 286 |
|
| 287 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3327
|
| 288 |
msgid "To"
|
| 289 |
msgstr "Jos haluat"
|
| 290 |
+
|
| 291 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:202
|
| 292 |
+
msgid "GO"
|
| 293 |
+
msgstr "Siirry "
|
| 294 |
+
|
| 295 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:203
|
| 296 |
+
msgid "Reset"
|
| 297 |
+
msgstr "Nollaa "
|
| 298 |
+
|
| 299 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:649
|
| 300 |
+
msgid "Select a Field"
|
| 301 |
+
msgstr "Valitse Kenttä "
|
| 302 |
+
|
| 303 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:671
|
| 304 |
+
msgid "Select a Date"
|
| 305 |
+
msgstr "Valitse Päivämäärä"
|
languages/form_maker-fr_FR.mo
CHANGED
|
Binary file
|
languages/form_maker-fr_FR.po
CHANGED
|
@@ -2,8 +2,8 @@ msgid ""
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: form_maker\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
-
"POT-Creation-Date: 2014-
|
| 6 |
-
"PO-Revision-Date: 2014-
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"Language: fr\n"
|
|
@@ -12,279 +12,295 @@ msgstr ""
|
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
| 13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
| 14 |
"X-Poedit-Basepath: .\n"
|
| 15 |
-
"X-Generator: Poedit 1.6.
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\
|
| 17 |
-
"
|
| 18 |
|
| 19 |
-
#: C:\wamp\www\
|
| 20 |
-
#: C:\wamp\www\
|
| 21 |
msgid "Street Address"
|
| 22 |
msgstr "Adresse 1"
|
| 23 |
|
| 24 |
-
#: C:\wamp\www\
|
| 25 |
-
#: C:\wamp\www\
|
| 26 |
msgid "Street Address Line 2"
|
| 27 |
msgstr "Adresse 2"
|
| 28 |
|
| 29 |
-
#: C:\wamp\www\
|
| 30 |
-
#: C:\wamp\www\
|
| 31 |
msgid "City"
|
| 32 |
msgstr "Ville"
|
| 33 |
|
| 34 |
-
#: C:\wamp\www\
|
| 35 |
-
#: C:\wamp\www\
|
| 36 |
msgid "State / Province / Region"
|
| 37 |
msgstr "Province"
|
| 38 |
|
| 39 |
-
#: C:\wamp\www\
|
| 40 |
-
#: C:\wamp\www\
|
| 41 |
msgid "Postal / Zip Code"
|
| 42 |
msgstr "Code postal / Zip"
|
| 43 |
|
| 44 |
-
#: C:\wamp\www\
|
| 45 |
-
#: C:\wamp\www\
|
| 46 |
msgid "Country"
|
| 47 |
msgstr "Pays"
|
| 48 |
|
| 49 |
-
#: C:\wamp\www\
|
| 50 |
-
#: C:\wamp\www\
|
| 51 |
-
#: C:\wamp\www\
|
| 52 |
msgid "January"
|
| 53 |
msgstr "Janvier"
|
| 54 |
|
| 55 |
-
#: C:\wamp\www\
|
| 56 |
-
#: C:\wamp\www\
|
| 57 |
-
#: C:\wamp\www\
|
| 58 |
msgid "February"
|
| 59 |
msgstr "février"
|
| 60 |
|
| 61 |
-
#: C:\wamp\www\
|
| 62 |
-
#: C:\wamp\www\
|
| 63 |
-
#: C:\wamp\www\
|
| 64 |
msgid "March"
|
| 65 |
msgstr "mars"
|
| 66 |
|
| 67 |
-
#: C:\wamp\www\
|
| 68 |
-
#: C:\wamp\www\
|
| 69 |
-
#: C:\wamp\www\
|
| 70 |
msgid "April"
|
| 71 |
msgstr "Avril"
|
| 72 |
|
| 73 |
-
#: C:\wamp\www\
|
| 74 |
-
#: C:\wamp\www\
|
| 75 |
-
#: C:\wamp\www\
|
| 76 |
msgid "May"
|
| 77 |
msgstr "Mai"
|
| 78 |
|
| 79 |
-
#: C:\wamp\www\
|
| 80 |
-
#: C:\wamp\www\
|
| 81 |
-
#: C:\wamp\www\
|
| 82 |
msgid "June"
|
| 83 |
msgstr "juin"
|
| 84 |
|
| 85 |
-
#: C:\wamp\www\
|
| 86 |
-
#: C:\wamp\www\
|
| 87 |
-
#: C:\wamp\www\
|
| 88 |
msgid "July"
|
| 89 |
msgstr "Juillet"
|
| 90 |
|
| 91 |
-
#: C:\wamp\www\
|
| 92 |
-
#: C:\wamp\www\
|
| 93 |
-
#: C:\wamp\www\
|
| 94 |
msgid "August"
|
| 95 |
msgstr "août"
|
| 96 |
|
| 97 |
-
#: C:\wamp\www\
|
| 98 |
-
#: C:\wamp\www\
|
| 99 |
-
#: C:\wamp\www\
|
| 100 |
msgid "September"
|
| 101 |
msgstr "Septembre"
|
| 102 |
|
| 103 |
-
#: C:\wamp\www\
|
| 104 |
-
#: C:\wamp\www\
|
| 105 |
-
#: C:\wamp\www\
|
| 106 |
msgid "October"
|
| 107 |
msgstr "octobre"
|
| 108 |
|
| 109 |
-
#: C:\wamp\www\
|
| 110 |
-
#: C:\wamp\www\
|
| 111 |
-
#: C:\wamp\www\
|
| 112 |
msgid "November"
|
| 113 |
msgstr "novembre"
|
| 114 |
|
| 115 |
-
#: C:\wamp\www\
|
| 116 |
-
#: C:\wamp\www\
|
| 117 |
-
#: C:\wamp\www\
|
| 118 |
msgid "December"
|
| 119 |
msgstr "Décembre"
|
| 120 |
|
| 121 |
-
#: C:\wamp\www\
|
| 122 |
-
#: C:\wamp\www\
|
| 123 |
-
#: C:\wamp\www\
|
| 124 |
-
#: C:\wamp\www\
|
| 125 |
-
#: C:\wamp\www\
|
| 126 |
-
#: C:\wamp\www\
|
| 127 |
-
#: C:\wamp\www\
|
| 128 |
-
#: C:\wamp\www\
|
| 129 |
msgid "Quantity"
|
| 130 |
msgstr "Quantité "
|
| 131 |
|
| 132 |
-
#: C:\wamp\www\
|
| 133 |
-
#: C:\wamp\www\
|
| 134 |
msgid "Error, incorrect Security code."
|
| 135 |
msgstr "Erreur, le code de sécurité incorrect."
|
| 136 |
|
| 137 |
-
#: C:\wamp\www\
|
| 138 |
msgid "Your ip is blacklisted. Please contact the website administrator."
|
| 139 |
msgstr ""
|
| 140 |
"Votre ip est blacklisté. S'il vous plaît contactez l'administrateur du site. "
|
| 141 |
|
| 142 |
-
#: C:\wamp\www\
|
| 143 |
-
#: C:\wamp\www\
|
| 144 |
msgid "The file exceeds the allowed size of"
|
| 145 |
msgstr "Le fichier dépasse la taille autorisée des"
|
| 146 |
|
| 147 |
-
#: C:\wamp\www\
|
| 148 |
-
#: C:\wamp\www\
|
| 149 |
-
#: C:\wamp\www\
|
| 150 |
-
#: C:\wamp\www\
|
| 151 |
msgid "Sorry, you are not allowed to upload this type of file."
|
| 152 |
msgstr "Désolé, vous n'êtes pas autorisé à télécharger ce type de fichier."
|
| 153 |
|
| 154 |
-
#: C:\wamp\www\
|
| 155 |
-
#: C:\wamp\www\
|
| 156 |
msgid "Error, file cannot be moved."
|
| 157 |
msgstr "Erreur, le fichier ne peut pas être déplacé."
|
| 158 |
|
| 159 |
-
#: C:\wamp\www\
|
| 160 |
-
#: C:\wamp\www\
|
| 161 |
#, php-format
|
| 162 |
msgid ""
|
| 163 |
"This field %s requires a unique entry and this value was already submitted."
|
| 164 |
msgstr ""
|
| 165 |
"Ce champ %s nécessite une entrée unique et cette valeur a déjà été soumis."
|
| 166 |
|
| 167 |
-
#: C:\wamp\www\
|
| 168 |
#, fuzzy
|
| 169 |
msgid "Error, file destination does not exist."
|
| 170 |
msgstr "Erreur, e-mail n'a pas été envoyé."
|
| 171 |
|
| 172 |
-
#: C:\wamp\www\
|
| 173 |
msgid "Nothing was submitted."
|
| 174 |
msgstr "Rien n'a été soumis."
|
| 175 |
|
| 176 |
-
#: C:\wamp\www\
|
| 177 |
-
#: C:\wamp\www\
|
| 178 |
-
#: C:\wamp\www\
|
| 179 |
-
#: C:\wamp\www\
|
| 180 |
-
#: C:\wamp\www\
|
| 181 |
msgid "Your form was successfully submitted."
|
| 182 |
msgstr "Votre formulaire a été soumis avec succès."
|
| 183 |
|
| 184 |
-
#: C:\wamp\www\
|
| 185 |
-
#: C:\wamp\www\
|
| 186 |
-
#: C:\wamp\www\
|
| 187 |
msgid "Error, email was not sent."
|
| 188 |
msgstr "Erreur, e-mail n'a pas été envoyé."
|
| 189 |
|
| 190 |
-
#: C:\wamp\www\
|
| 191 |
-
#: C:\wamp\www\
|
| 192 |
-
#: C:\wamp\www\
|
| 193 |
-
#: C:\wamp\www\
|
| 194 |
-
#: C:\wamp\www\
|
| 195 |
-
#: C:\wamp\www\
|
| 196 |
-
#: C:\wamp\www\
|
| 197 |
-
#: C:\wamp\www\
|
| 198 |
-
#: C:\wamp\www\
|
| 199 |
-
#: C:\wamp\www\
|
| 200 |
-
#: C:\wamp\www\
|
| 201 |
-
#: C:\wamp\www\
|
| 202 |
-
#: C:\wamp\www\
|
| 203 |
-
#: C:\wamp\www\
|
| 204 |
-
#: C:\wamp\www\
|
| 205 |
-
#: C:\wamp\www\
|
| 206 |
-
#: C:\wamp\www\
|
| 207 |
-
#: C:\wamp\www\
|
| 208 |
-
#: C:\wamp\www\
|
| 209 |
-
#: C:\wamp\www\
|
| 210 |
-
#: C:\wamp\www\
|
| 211 |
-
#: C:\wamp\www\
|
| 212 |
-
#: C:\wamp\www\
|
| 213 |
-
#: C:\wamp\www\
|
| 214 |
-
#: C:\wamp\www\
|
| 215 |
-
#: C:\wamp\www\
|
| 216 |
-
#: C:\wamp\www\
|
| 217 |
-
#: C:\wamp\www\
|
| 218 |
-
#: C:\wamp\www\
|
| 219 |
-
#: C:\wamp\www\
|
| 220 |
-
#: C:\wamp\www\
|
| 221 |
-
#: C:\wamp\www\
|
| 222 |
-
#: C:\wamp\www\
|
| 223 |
-
#: C:\wamp\www\
|
| 224 |
-
#: C:\wamp\www\
|
| 225 |
-
#: C:\wamp\www\
|
| 226 |
msgid "field is required."
|
| 227 |
msgstr "Champ est obligatoire"
|
| 228 |
|
| 229 |
-
#: C:\wamp\www\
|
| 230 |
-
#: C:\wamp\www\
|
| 231 |
msgid "This is not a valid email address."
|
| 232 |
msgstr "Ceci n'est pas une adresse e-mail valide"
|
| 233 |
|
| 234 |
-
#: C:\wamp\www\
|
| 235 |
-
#: C:\wamp\www\
|
| 236 |
msgid "The"
|
| 237 |
msgstr "la "
|
| 238 |
|
| 239 |
-
#: C:\wamp\www\
|
| 240 |
-
#: C:\wamp\www\
|
| 241 |
msgid "value must be between"
|
| 242 |
msgstr "valeur doit être comprise entre "
|
| 243 |
|
| 244 |
-
#: C:\wamp\www\
|
| 245 |
-
#: C:\wamp\www\
|
| 246 |
-
#: C:\wamp\www\
|
| 247 |
-
#: C:\wamp\www\
|
| 248 |
-
#: C:\wamp\www\
|
| 249 |
msgid "Your score should be less than"
|
| 250 |
msgstr "Votre note doit être inférieure à "
|
| 251 |
|
| 252 |
-
#: C:\wamp\www\
|
| 253 |
msgid "Title"
|
| 254 |
msgstr "Titre"
|
| 255 |
|
| 256 |
-
#: C:\wamp\www\
|
| 257 |
msgid "First"
|
| 258 |
msgstr "Prénom"
|
| 259 |
|
| 260 |
-
#: C:\wamp\www\
|
| 261 |
msgid "Last"
|
| 262 |
msgstr "Nom"
|
| 263 |
|
| 264 |
-
#: C:\wamp\www\
|
| 265 |
msgid "Middle"
|
| 266 |
msgstr "Moyenne"
|
| 267 |
|
| 268 |
-
#: C:\wamp\www\
|
| 269 |
msgid "Area Code"
|
| 270 |
msgstr "Code de zone"
|
| 271 |
|
| 272 |
-
#: C:\wamp\www\
|
| 273 |
msgid "Phone Number"
|
| 274 |
msgstr "N° téléphone"
|
| 275 |
|
| 276 |
-
#: C:\wamp\www\
|
| 277 |
msgid "Dollars"
|
| 278 |
msgstr "Dollars "
|
| 279 |
|
| 280 |
-
#: C:\wamp\www\
|
| 281 |
msgid "Cents"
|
| 282 |
msgstr "Cents "
|
| 283 |
|
| 284 |
-
#: C:\wamp\www\
|
| 285 |
msgid "From"
|
| 286 |
msgstr "à partir de "
|
| 287 |
|
| 288 |
-
#: C:\wamp\www\
|
| 289 |
msgid "To"
|
| 290 |
msgstr "à"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: form_maker\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
+
"POT-Creation-Date: 2014-10-17 16:41+0300\n"
|
| 6 |
+
"PO-Revision-Date: 2014-10-17 16:42+0300\n"
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"Language: fr\n"
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
| 13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
| 14 |
"X-Poedit-Basepath: .\n"
|
| 15 |
+
"X-Generator: Poedit 1.6.9\n"
|
| 16 |
+
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\form-"
|
| 17 |
+
"maker\n"
|
| 18 |
|
| 19 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:233
|
| 20 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3314
|
| 21 |
msgid "Street Address"
|
| 22 |
msgstr "Adresse 1"
|
| 23 |
|
| 24 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:236
|
| 25 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3315
|
| 26 |
msgid "Street Address Line 2"
|
| 27 |
msgstr "Adresse 2"
|
| 28 |
|
| 29 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:239
|
| 30 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3316
|
| 31 |
msgid "City"
|
| 32 |
msgstr "Ville"
|
| 33 |
|
| 34 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:242
|
| 35 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3317
|
| 36 |
msgid "State / Province / Region"
|
| 37 |
msgstr "Province"
|
| 38 |
|
| 39 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:245
|
| 40 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3318
|
| 41 |
msgid "Postal / Zip Code"
|
| 42 |
msgstr "Code postal / Zip"
|
| 43 |
|
| 44 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:248
|
| 45 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3319
|
| 46 |
msgid "Country"
|
| 47 |
msgstr "Pays"
|
| 48 |
|
| 49 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 50 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 51 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3302
|
| 52 |
msgid "January"
|
| 53 |
msgstr "Janvier"
|
| 54 |
|
| 55 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 56 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 57 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3303
|
| 58 |
msgid "February"
|
| 59 |
msgstr "février"
|
| 60 |
|
| 61 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 62 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 63 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3304
|
| 64 |
msgid "March"
|
| 65 |
msgstr "mars"
|
| 66 |
|
| 67 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 68 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 69 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3305
|
| 70 |
msgid "April"
|
| 71 |
msgstr "Avril"
|
| 72 |
|
| 73 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 74 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 75 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3306
|
| 76 |
msgid "May"
|
| 77 |
msgstr "Mai"
|
| 78 |
|
| 79 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 80 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 81 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3307
|
| 82 |
msgid "June"
|
| 83 |
msgstr "juin"
|
| 84 |
|
| 85 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 86 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 87 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3308
|
| 88 |
msgid "July"
|
| 89 |
msgstr "Juillet"
|
| 90 |
|
| 91 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 92 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 93 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3309
|
| 94 |
msgid "August"
|
| 95 |
msgstr "août"
|
| 96 |
|
| 97 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 98 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 99 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3310
|
| 100 |
msgid "September"
|
| 101 |
msgstr "Septembre"
|
| 102 |
|
| 103 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 104 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 105 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3311
|
| 106 |
msgid "October"
|
| 107 |
msgstr "octobre"
|
| 108 |
|
| 109 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 110 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 111 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3312
|
| 112 |
msgid "November"
|
| 113 |
msgstr "novembre"
|
| 114 |
|
| 115 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 116 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 117 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3313
|
| 118 |
msgid "December"
|
| 119 |
msgstr "Décembre"
|
| 120 |
|
| 121 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2353
|
| 122 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2207
|
| 123 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2247
|
| 124 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2305
|
| 125 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2342
|
| 126 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2399
|
| 127 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2440
|
| 128 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3325
|
| 129 |
msgid "Quantity"
|
| 130 |
msgstr "Quantité "
|
| 131 |
|
| 132 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:77
|
| 133 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:92
|
| 134 |
msgid "Error, incorrect Security code."
|
| 135 |
msgstr "Erreur, le code de sécurité incorrect."
|
| 136 |
|
| 137 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:106
|
| 138 |
msgid "Your ip is blacklisted. Please contact the website administrator."
|
| 139 |
msgstr ""
|
| 140 |
"Votre ip est blacklisté. S'il vous plaît contactez l'administrateur du site. "
|
| 141 |
|
| 142 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:260
|
| 143 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:780
|
| 144 |
msgid "The file exceeds the allowed size of"
|
| 145 |
msgstr "Le fichier dépasse la taille autorisée des"
|
| 146 |
|
| 147 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:279
|
| 148 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:795
|
| 149 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1878
|
| 150 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3346
|
| 151 |
msgid "Sorry, you are not allowed to upload this type of file."
|
| 152 |
msgstr "Désolé, vous n'êtes pas autorisé à télécharger ce type de fichier."
|
| 153 |
|
| 154 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:291
|
| 155 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:808
|
| 156 |
msgid "Error, file cannot be moved."
|
| 157 |
msgstr "Erreur, le fichier ne peut pas être déplacé."
|
| 158 |
|
| 159 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:669
|
| 160 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1125
|
| 161 |
#, php-format
|
| 162 |
msgid ""
|
| 163 |
"This field %s requires a unique entry and this value was already submitted."
|
| 164 |
msgstr ""
|
| 165 |
"Ce champ %s nécessite une entrée unique et cette valeur a déjà été soumis."
|
| 166 |
|
| 167 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:813
|
| 168 |
#, fuzzy
|
| 169 |
msgid "Error, file destination does not exist."
|
| 170 |
msgstr "Erreur, e-mail n'a pas été envoyé."
|
| 171 |
|
| 172 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1309
|
| 173 |
msgid "Nothing was submitted."
|
| 174 |
msgstr "Rien n'a été soumis."
|
| 175 |
|
| 176 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2095
|
| 177 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2108
|
| 178 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3801
|
| 179 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3806
|
| 180 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:63
|
| 181 |
msgid "Your form was successfully submitted."
|
| 182 |
msgstr "Votre formulaire a été soumis avec succès."
|
| 183 |
|
| 184 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2103
|
| 185 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3797
|
| 186 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:60
|
| 187 |
msgid "Error, email was not sent."
|
| 188 |
msgstr "Erreur, e-mail n'a pas été envoyé."
|
| 189 |
|
| 190 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:643
|
| 191 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:690
|
| 192 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:740
|
| 193 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:787
|
| 194 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:836
|
| 195 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:891
|
| 196 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:963
|
| 197 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1068
|
| 198 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1083
|
| 199 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1185
|
| 200 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1257
|
| 201 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1358
|
| 202 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1449
|
| 203 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1526
|
| 204 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1585
|
| 205 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1661
|
| 206 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1708
|
| 207 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1815
|
| 208 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1863
|
| 209 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1918
|
| 210 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2086
|
| 211 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2232
|
| 212 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2329
|
| 213 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2424
|
| 214 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2499
|
| 215 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2600
|
| 216 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2659
|
| 217 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2714
|
| 218 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2774
|
| 219 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2831
|
| 220 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2891
|
| 221 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3005
|
| 222 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3019
|
| 223 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3034
|
| 224 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3049
|
| 225 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3351
|
| 226 |
msgid "field is required."
|
| 227 |
msgstr "Champ est obligatoire"
|
| 228 |
|
| 229 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1274
|
| 230 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3349
|
| 231 |
msgid "This is not a valid email address."
|
| 232 |
msgstr "Ceci n'est pas une adresse e-mail valide"
|
| 233 |
|
| 234 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2125
|
| 235 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3352
|
| 236 |
msgid "The"
|
| 237 |
msgstr "la "
|
| 238 |
|
| 239 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2125
|
| 240 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3352
|
| 241 |
msgid "value must be between"
|
| 242 |
msgstr "valeur doit être comprise entre "
|
| 243 |
|
| 244 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
|
| 245 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3114
|
| 246 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3115
|
| 247 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3347
|
| 248 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3348
|
| 249 |
msgid "Your score should be less than"
|
| 250 |
msgstr "Votre note doit être inférieure à "
|
| 251 |
|
| 252 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3298
|
| 253 |
msgid "Title"
|
| 254 |
msgstr "Titre"
|
| 255 |
|
| 256 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3299
|
| 257 |
msgid "First"
|
| 258 |
msgstr "Prénom"
|
| 259 |
|
| 260 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3300
|
| 261 |
msgid "Last"
|
| 262 |
msgstr "Nom"
|
| 263 |
|
| 264 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3301
|
| 265 |
msgid "Middle"
|
| 266 |
msgstr "Moyenne"
|
| 267 |
|
| 268 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3320
|
| 269 |
msgid "Area Code"
|
| 270 |
msgstr "Code de zone"
|
| 271 |
|
| 272 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3321
|
| 273 |
msgid "Phone Number"
|
| 274 |
msgstr "N° téléphone"
|
| 275 |
|
| 276 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3322
|
| 277 |
msgid "Dollars"
|
| 278 |
msgstr "Dollars "
|
| 279 |
|
| 280 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3323
|
| 281 |
msgid "Cents"
|
| 282 |
msgstr "Cents "
|
| 283 |
|
| 284 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3326
|
| 285 |
msgid "From"
|
| 286 |
msgstr "à partir de "
|
| 287 |
|
| 288 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3327
|
| 289 |
msgid "To"
|
| 290 |
msgstr "à"
|
| 291 |
+
|
| 292 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:202
|
| 293 |
+
msgid "GO"
|
| 294 |
+
msgstr "aller "
|
| 295 |
+
|
| 296 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:203
|
| 297 |
+
msgid "Reset"
|
| 298 |
+
msgstr "remettre "
|
| 299 |
+
|
| 300 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:649
|
| 301 |
+
msgid "Select a Field"
|
| 302 |
+
msgstr "Sélectionnez un champ "
|
| 303 |
+
|
| 304 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:671
|
| 305 |
+
msgid "Select a Date"
|
| 306 |
+
msgstr "Sélectionnez une date"
|
languages/form_maker-gl_ES.mo
CHANGED
|
Binary file
|
languages/form_maker-gl_ES.po
CHANGED
|
@@ -2,8 +2,8 @@ msgid ""
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: form_maker\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
-
"POT-Creation-Date: 2014-
|
| 6 |
-
"PO-Revision-Date: 2014-
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"Language: gl\n"
|
|
@@ -12,280 +12,296 @@ msgstr ""
|
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
| 13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
| 14 |
"X-Poedit-Basepath: .\n"
|
| 15 |
-
"X-Generator: Poedit 1.6.
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\
|
| 17 |
-
"
|
| 18 |
|
| 19 |
-
#: C:\wamp\www\
|
| 20 |
-
#: C:\wamp\www\
|
| 21 |
msgid "Street Address"
|
| 22 |
msgstr "Rúa"
|
| 23 |
|
| 24 |
-
#: C:\wamp\www\
|
| 25 |
-
#: C:\wamp\www\
|
| 26 |
msgid "Street Address Line 2"
|
| 27 |
msgstr "Rúa Liña de enderezo 2"
|
| 28 |
|
| 29 |
-
#: C:\wamp\www\
|
| 30 |
-
#: C:\wamp\www\
|
| 31 |
msgid "City"
|
| 32 |
msgstr "Cidade"
|
| 33 |
|
| 34 |
-
#: C:\wamp\www\
|
| 35 |
-
#: C:\wamp\www\
|
| 36 |
msgid "State / Province / Region"
|
| 37 |
msgstr "Estado / Provincia / Rexión"
|
| 38 |
|
| 39 |
-
#: C:\wamp\www\
|
| 40 |
-
#: C:\wamp\www\
|
| 41 |
msgid "Postal / Zip Code"
|
| 42 |
msgstr "Postal / Zip Code"
|
| 43 |
|
| 44 |
-
#: C:\wamp\www\
|
| 45 |
-
#: C:\wamp\www\
|
| 46 |
msgid "Country"
|
| 47 |
msgstr "Country"
|
| 48 |
|
| 49 |
-
#: C:\wamp\www\
|
| 50 |
-
#: C:\wamp\www\
|
| 51 |
-
#: C:\wamp\www\
|
| 52 |
msgid "January"
|
| 53 |
msgstr "Xaneiro"
|
| 54 |
|
| 55 |
-
#: C:\wamp\www\
|
| 56 |
-
#: C:\wamp\www\
|
| 57 |
-
#: C:\wamp\www\
|
| 58 |
msgid "February"
|
| 59 |
msgstr "Febreiro"
|
| 60 |
|
| 61 |
-
#: C:\wamp\www\
|
| 62 |
-
#: C:\wamp\www\
|
| 63 |
-
#: C:\wamp\www\
|
| 64 |
msgid "March"
|
| 65 |
msgstr "Buscar"
|
| 66 |
|
| 67 |
-
#: C:\wamp\www\
|
| 68 |
-
#: C:\wamp\www\
|
| 69 |
-
#: C:\wamp\www\
|
| 70 |
msgid "April"
|
| 71 |
msgstr "Abril"
|
| 72 |
|
| 73 |
-
#: C:\wamp\www\
|
| 74 |
-
#: C:\wamp\www\
|
| 75 |
-
#: C:\wamp\www\
|
| 76 |
msgid "May"
|
| 77 |
msgstr "Luns"
|
| 78 |
|
| 79 |
-
#: C:\wamp\www\
|
| 80 |
-
#: C:\wamp\www\
|
| 81 |
-
#: C:\wamp\www\
|
| 82 |
msgid "June"
|
| 83 |
msgstr "Correo non desexado"
|
| 84 |
|
| 85 |
-
#: C:\wamp\www\
|
| 86 |
-
#: C:\wamp\www\
|
| 87 |
-
#: C:\wamp\www\
|
| 88 |
msgid "July"
|
| 89 |
msgstr "Jullo"
|
| 90 |
|
| 91 |
-
#: C:\wamp\www\
|
| 92 |
-
#: C:\wamp\www\
|
| 93 |
-
#: C:\wamp\www\
|
| 94 |
msgid "August"
|
| 95 |
msgstr "Agosto"
|
| 96 |
|
| 97 |
-
#: C:\wamp\www\
|
| 98 |
-
#: C:\wamp\www\
|
| 99 |
-
#: C:\wamp\www\
|
| 100 |
msgid "September"
|
| 101 |
msgstr "Integrante"
|
| 102 |
|
| 103 |
-
#: C:\wamp\www\
|
| 104 |
-
#: C:\wamp\www\
|
| 105 |
-
#: C:\wamp\www\
|
| 106 |
msgid "October"
|
| 107 |
msgstr "Outros"
|
| 108 |
|
| 109 |
-
#: C:\wamp\www\
|
| 110 |
-
#: C:\wamp\www\
|
| 111 |
-
#: C:\wamp\www\
|
| 112 |
msgid "November"
|
| 113 |
msgstr "Integrante"
|
| 114 |
|
| 115 |
-
#: C:\wamp\www\
|
| 116 |
-
#: C:\wamp\www\
|
| 117 |
-
#: C:\wamp\www\
|
| 118 |
msgid "December"
|
| 119 |
msgstr "Integrante"
|
| 120 |
|
| 121 |
-
#: C:\wamp\www\
|
| 122 |
-
#: C:\wamp\www\
|
| 123 |
-
#: C:\wamp\www\
|
| 124 |
-
#: C:\wamp\www\
|
| 125 |
-
#: C:\wamp\www\
|
| 126 |
-
#: C:\wamp\www\
|
| 127 |
-
#: C:\wamp\www\
|
| 128 |
-
#: C:\wamp\www\
|
| 129 |
msgid "Quantity"
|
| 130 |
msgstr "Cantidade "
|
| 131 |
|
| 132 |
-
#: C:\wamp\www\
|
| 133 |
-
#: C:\wamp\www\
|
| 134 |
msgid "Error, incorrect Security code."
|
| 135 |
msgstr "De erro, código de seguridade mal."
|
| 136 |
|
| 137 |
-
#: C:\wamp\www\
|
| 138 |
msgid "Your ip is blacklisted. Please contact the website administrator."
|
| 139 |
msgstr ""
|
| 140 |
"O seu IP está na lista negra. Por favor, póñase en contacto co administrador "
|
| 141 |
"do sitio."
|
| 142 |
|
| 143 |
-
#: C:\wamp\www\
|
| 144 |
-
#: C:\wamp\www\
|
| 145 |
msgid "The file exceeds the allowed size of"
|
| 146 |
msgstr "O arquivo excede o tamaño permitido de"
|
| 147 |
|
| 148 |
-
#: C:\wamp\www\
|
| 149 |
-
#: C:\wamp\www\
|
| 150 |
-
#: C:\wamp\www\
|
| 151 |
-
#: C:\wamp\www\
|
| 152 |
msgid "Sorry, you are not allowed to upload this type of file."
|
| 153 |
msgstr "Sentímolo, non ten permiso para enviar este tipo de ficheiro."
|
| 154 |
|
| 155 |
-
#: C:\wamp\www\
|
| 156 |
-
#: C:\wamp\www\
|
| 157 |
msgid "Error, file cannot be moved."
|
| 158 |
msgstr "De erro, o ficheiro non pode ser movido."
|
| 159 |
|
| 160 |
-
#: C:\wamp\www\
|
| 161 |
-
#: C:\wamp\www\
|
| 162 |
#, php-format
|
| 163 |
msgid ""
|
| 164 |
"This field %s requires a unique entry and this value was already submitted."
|
| 165 |
msgstr ""
|
| 166 |
"Este campo %s require unha entrada única e este valor xa ten presentado."
|
| 167 |
|
| 168 |
-
#: C:\wamp\www\
|
| 169 |
#, fuzzy
|
| 170 |
msgid "Error, file destination does not exist."
|
| 171 |
msgstr "Erro, de correo-e non foi enviado."
|
| 172 |
|
| 173 |
-
#: C:\wamp\www\
|
| 174 |
msgid "Nothing was submitted."
|
| 175 |
msgstr "Nada foi presentado."
|
| 176 |
|
| 177 |
-
#: C:\wamp\www\
|
| 178 |
-
#: C:\wamp\www\
|
| 179 |
-
#: C:\wamp\www\
|
| 180 |
-
#: C:\wamp\www\
|
| 181 |
-
#: C:\wamp\www\
|
| 182 |
msgid "Your form was successfully submitted."
|
| 183 |
msgstr "O seu formulario foi sometido con éxito."
|
| 184 |
|
| 185 |
-
#: C:\wamp\www\
|
| 186 |
-
#: C:\wamp\www\
|
| 187 |
-
#: C:\wamp\www\
|
| 188 |
msgid "Error, email was not sent."
|
| 189 |
msgstr "Erro, de correo-e non foi enviado."
|
| 190 |
|
| 191 |
-
#: C:\wamp\www\
|
| 192 |
-
#: C:\wamp\www\
|
| 193 |
-
#: C:\wamp\www\
|
| 194 |
-
#: C:\wamp\www\
|
| 195 |
-
#: C:\wamp\www\
|
| 196 |
-
#: C:\wamp\www\
|
| 197 |
-
#: C:\wamp\www\
|
| 198 |
-
#: C:\wamp\www\
|
| 199 |
-
#: C:\wamp\www\
|
| 200 |
-
#: C:\wamp\www\
|
| 201 |
-
#: C:\wamp\www\
|
| 202 |
-
#: C:\wamp\www\
|
| 203 |
-
#: C:\wamp\www\
|
| 204 |
-
#: C:\wamp\www\
|
| 205 |
-
#: C:\wamp\www\
|
| 206 |
-
#: C:\wamp\www\
|
| 207 |
-
#: C:\wamp\www\
|
| 208 |
-
#: C:\wamp\www\
|
| 209 |
-
#: C:\wamp\www\
|
| 210 |
-
#: C:\wamp\www\
|
| 211 |
-
#: C:\wamp\www\
|
| 212 |
-
#: C:\wamp\www\
|
| 213 |
-
#: C:\wamp\www\
|
| 214 |
-
#: C:\wamp\www\
|
| 215 |
-
#: C:\wamp\www\
|
| 216 |
-
#: C:\wamp\www\
|
| 217 |
-
#: C:\wamp\www\
|
| 218 |
-
#: C:\wamp\www\
|
| 219 |
-
#: C:\wamp\www\
|
| 220 |
-
#: C:\wamp\www\
|
| 221 |
-
#: C:\wamp\www\
|
| 222 |
-
#: C:\wamp\www\
|
| 223 |
-
#: C:\wamp\www\
|
| 224 |
-
#: C:\wamp\www\
|
| 225 |
-
#: C:\wamp\www\
|
| 226 |
-
#: C:\wamp\www\
|
| 227 |
msgid "field is required."
|
| 228 |
msgstr "campo é necesario."
|
| 229 |
|
| 230 |
-
#: C:\wamp\www\
|
| 231 |
-
#: C:\wamp\www\
|
| 232 |
msgid "This is not a valid email address."
|
| 233 |
msgstr "Este non é un enderezo de correo electrónico válido."
|
| 234 |
|
| 235 |
-
#: C:\wamp\www\
|
| 236 |
-
#: C:\wamp\www\
|
| 237 |
msgid "The"
|
| 238 |
msgstr "O "
|
| 239 |
|
| 240 |
-
#: C:\wamp\www\
|
| 241 |
-
#: C:\wamp\www\
|
| 242 |
msgid "value must be between"
|
| 243 |
msgstr "valor debe estar entre "
|
| 244 |
|
| 245 |
-
#: C:\wamp\www\
|
| 246 |
-
#: C:\wamp\www\
|
| 247 |
-
#: C:\wamp\www\
|
| 248 |
-
#: C:\wamp\www\
|
| 249 |
-
#: C:\wamp\www\
|
| 250 |
msgid "Your score should be less than"
|
| 251 |
msgstr "A súa puntuación debe ser inferior a "
|
| 252 |
|
| 253 |
-
#: C:\wamp\www\
|
| 254 |
msgid "Title"
|
| 255 |
msgstr "Título"
|
| 256 |
|
| 257 |
-
#: C:\wamp\www\
|
| 258 |
msgid "First"
|
| 259 |
msgstr "Primeira"
|
| 260 |
|
| 261 |
-
#: C:\wamp\www\
|
| 262 |
msgid "Last"
|
| 263 |
msgstr "Última"
|
| 264 |
|
| 265 |
-
#: C:\wamp\www\
|
| 266 |
msgid "Middle"
|
| 267 |
msgstr "Medio"
|
| 268 |
|
| 269 |
-
#: C:\wamp\www\
|
| 270 |
msgid "Area Code"
|
| 271 |
msgstr "Código de área"
|
| 272 |
|
| 273 |
-
#: C:\wamp\www\
|
| 274 |
msgid "Phone Number"
|
| 275 |
msgstr "Número de teléfono"
|
| 276 |
|
| 277 |
-
#: C:\wamp\www\
|
| 278 |
msgid "Dollars"
|
| 279 |
msgstr "Dólares "
|
| 280 |
|
| 281 |
-
#: C:\wamp\www\
|
| 282 |
msgid "Cents"
|
| 283 |
msgstr "Cents"
|
| 284 |
|
| 285 |
-
#: C:\wamp\www\
|
| 286 |
msgid "From"
|
| 287 |
msgstr "A partir de"
|
| 288 |
|
| 289 |
-
#: C:\wamp\www\
|
| 290 |
msgid "To"
|
| 291 |
msgstr "Para"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: form_maker\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
+
"POT-Creation-Date: 2014-10-17 16:42+0300\n"
|
| 6 |
+
"PO-Revision-Date: 2014-10-17 16:42+0300\n"
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"Language: gl\n"
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
| 13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
| 14 |
"X-Poedit-Basepath: .\n"
|
| 15 |
+
"X-Generator: Poedit 1.6.9\n"
|
| 16 |
+
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\form-"
|
| 17 |
+
"maker\n"
|
| 18 |
|
| 19 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:233
|
| 20 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3314
|
| 21 |
msgid "Street Address"
|
| 22 |
msgstr "Rúa"
|
| 23 |
|
| 24 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:236
|
| 25 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3315
|
| 26 |
msgid "Street Address Line 2"
|
| 27 |
msgstr "Rúa Liña de enderezo 2"
|
| 28 |
|
| 29 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:239
|
| 30 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3316
|
| 31 |
msgid "City"
|
| 32 |
msgstr "Cidade"
|
| 33 |
|
| 34 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:242
|
| 35 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3317
|
| 36 |
msgid "State / Province / Region"
|
| 37 |
msgstr "Estado / Provincia / Rexión"
|
| 38 |
|
| 39 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:245
|
| 40 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3318
|
| 41 |
msgid "Postal / Zip Code"
|
| 42 |
msgstr "Postal / Zip Code"
|
| 43 |
|
| 44 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:248
|
| 45 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3319
|
| 46 |
msgid "Country"
|
| 47 |
msgstr "Country"
|
| 48 |
|
| 49 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 50 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 51 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3302
|
| 52 |
msgid "January"
|
| 53 |
msgstr "Xaneiro"
|
| 54 |
|
| 55 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 56 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 57 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3303
|
| 58 |
msgid "February"
|
| 59 |
msgstr "Febreiro"
|
| 60 |
|
| 61 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 62 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 63 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3304
|
| 64 |
msgid "March"
|
| 65 |
msgstr "Buscar"
|
| 66 |
|
| 67 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 68 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 69 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3305
|
| 70 |
msgid "April"
|
| 71 |
msgstr "Abril"
|
| 72 |
|
| 73 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 74 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 75 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3306
|
| 76 |
msgid "May"
|
| 77 |
msgstr "Luns"
|
| 78 |
|
| 79 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 80 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 81 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3307
|
| 82 |
msgid "June"
|
| 83 |
msgstr "Correo non desexado"
|
| 84 |
|
| 85 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 86 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 87 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3308
|
| 88 |
msgid "July"
|
| 89 |
msgstr "Jullo"
|
| 90 |
|
| 91 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 92 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 93 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3309
|
| 94 |
msgid "August"
|
| 95 |
msgstr "Agosto"
|
| 96 |
|
| 97 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 98 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 99 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3310
|
| 100 |
msgid "September"
|
| 101 |
msgstr "Integrante"
|
| 102 |
|
| 103 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 104 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 105 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3311
|
| 106 |
msgid "October"
|
| 107 |
msgstr "Outros"
|
| 108 |
|
| 109 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 110 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 111 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3312
|
| 112 |
msgid "November"
|
| 113 |
msgstr "Integrante"
|
| 114 |
|
| 115 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 116 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 117 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3313
|
| 118 |
msgid "December"
|
| 119 |
msgstr "Integrante"
|
| 120 |
|
| 121 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2353
|
| 122 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2207
|
| 123 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2247
|
| 124 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2305
|
| 125 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2342
|
| 126 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2399
|
| 127 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2440
|
| 128 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3325
|
| 129 |
msgid "Quantity"
|
| 130 |
msgstr "Cantidade "
|
| 131 |
|
| 132 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:77
|
| 133 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:92
|
| 134 |
msgid "Error, incorrect Security code."
|
| 135 |
msgstr "De erro, código de seguridade mal."
|
| 136 |
|
| 137 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:106
|
| 138 |
msgid "Your ip is blacklisted. Please contact the website administrator."
|
| 139 |
msgstr ""
|
| 140 |
"O seu IP está na lista negra. Por favor, póñase en contacto co administrador "
|
| 141 |
"do sitio."
|
| 142 |
|
| 143 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:260
|
| 144 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:780
|
| 145 |
msgid "The file exceeds the allowed size of"
|
| 146 |
msgstr "O arquivo excede o tamaño permitido de"
|
| 147 |
|
| 148 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:279
|
| 149 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:795
|
| 150 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1878
|
| 151 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3346
|
| 152 |
msgid "Sorry, you are not allowed to upload this type of file."
|
| 153 |
msgstr "Sentímolo, non ten permiso para enviar este tipo de ficheiro."
|
| 154 |
|
| 155 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:291
|
| 156 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:808
|
| 157 |
msgid "Error, file cannot be moved."
|
| 158 |
msgstr "De erro, o ficheiro non pode ser movido."
|
| 159 |
|
| 160 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:669
|
| 161 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1125
|
| 162 |
#, php-format
|
| 163 |
msgid ""
|
| 164 |
"This field %s requires a unique entry and this value was already submitted."
|
| 165 |
msgstr ""
|
| 166 |
"Este campo %s require unha entrada única e este valor xa ten presentado."
|
| 167 |
|
| 168 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:813
|
| 169 |
#, fuzzy
|
| 170 |
msgid "Error, file destination does not exist."
|
| 171 |
msgstr "Erro, de correo-e non foi enviado."
|
| 172 |
|
| 173 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1309
|
| 174 |
msgid "Nothing was submitted."
|
| 175 |
msgstr "Nada foi presentado."
|
| 176 |
|
| 177 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2095
|
| 178 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2108
|
| 179 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3801
|
| 180 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3806
|
| 181 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:63
|
| 182 |
msgid "Your form was successfully submitted."
|
| 183 |
msgstr "O seu formulario foi sometido con éxito."
|
| 184 |
|
| 185 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2103
|
| 186 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3797
|
| 187 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:60
|
| 188 |
msgid "Error, email was not sent."
|
| 189 |
msgstr "Erro, de correo-e non foi enviado."
|
| 190 |
|
| 191 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:643
|
| 192 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:690
|
| 193 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:740
|
| 194 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:787
|
| 195 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:836
|
| 196 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:891
|
| 197 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:963
|
| 198 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1068
|
| 199 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1083
|
| 200 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1185
|
| 201 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1257
|
| 202 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1358
|
| 203 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1449
|
| 204 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1526
|
| 205 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1585
|
| 206 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1661
|
| 207 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1708
|
| 208 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1815
|
| 209 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1863
|
| 210 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1918
|
| 211 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2086
|
| 212 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2232
|
| 213 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2329
|
| 214 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2424
|
| 215 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2499
|
| 216 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2600
|
| 217 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2659
|
| 218 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2714
|
| 219 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2774
|
| 220 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2831
|
| 221 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2891
|
| 222 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3005
|
| 223 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3019
|
| 224 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3034
|
| 225 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3049
|
| 226 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3351
|
| 227 |
msgid "field is required."
|
| 228 |
msgstr "campo é necesario."
|
| 229 |
|
| 230 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1274
|
| 231 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3349
|
| 232 |
msgid "This is not a valid email address."
|
| 233 |
msgstr "Este non é un enderezo de correo electrónico válido."
|
| 234 |
|
| 235 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2125
|
| 236 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3352
|
| 237 |
msgid "The"
|
| 238 |
msgstr "O "
|
| 239 |
|
| 240 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2125
|
| 241 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3352
|
| 242 |
msgid "value must be between"
|
| 243 |
msgstr "valor debe estar entre "
|
| 244 |
|
| 245 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
|
| 246 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3114
|
| 247 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3115
|
| 248 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3347
|
| 249 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3348
|
| 250 |
msgid "Your score should be less than"
|
| 251 |
msgstr "A súa puntuación debe ser inferior a "
|
| 252 |
|
| 253 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3298
|
| 254 |
msgid "Title"
|
| 255 |
msgstr "Título"
|
| 256 |
|
| 257 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3299
|
| 258 |
msgid "First"
|
| 259 |
msgstr "Primeira"
|
| 260 |
|
| 261 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3300
|
| 262 |
msgid "Last"
|
| 263 |
msgstr "Última"
|
| 264 |
|
| 265 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3301
|
| 266 |
msgid "Middle"
|
| 267 |
msgstr "Medio"
|
| 268 |
|
| 269 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3320
|
| 270 |
msgid "Area Code"
|
| 271 |
msgstr "Código de área"
|
| 272 |
|
| 273 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3321
|
| 274 |
msgid "Phone Number"
|
| 275 |
msgstr "Número de teléfono"
|
| 276 |
|
| 277 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3322
|
| 278 |
msgid "Dollars"
|
| 279 |
msgstr "Dólares "
|
| 280 |
|
| 281 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3323
|
| 282 |
msgid "Cents"
|
| 283 |
msgstr "Cents"
|
| 284 |
|
| 285 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3326
|
| 286 |
msgid "From"
|
| 287 |
msgstr "A partir de"
|
| 288 |
|
| 289 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3327
|
| 290 |
msgid "To"
|
| 291 |
msgstr "Para"
|
| 292 |
+
|
| 293 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:202
|
| 294 |
+
msgid "GO"
|
| 295 |
+
msgstr "ir "
|
| 296 |
+
|
| 297 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:203
|
| 298 |
+
msgid "Reset"
|
| 299 |
+
msgstr "Restablecer "
|
| 300 |
+
|
| 301 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:649
|
| 302 |
+
msgid "Select a Field"
|
| 303 |
+
msgstr "Seleccione un campo "
|
| 304 |
+
|
| 305 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:671
|
| 306 |
+
msgid "Select a Date"
|
| 307 |
+
msgstr "Seleccione unha data"
|
languages/form_maker-he_IL.mo
CHANGED
|
Binary file
|
languages/form_maker-he_IL.po
CHANGED
|
@@ -2,8 +2,8 @@ msgid ""
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: form_maker\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
-
"POT-Creation-Date: 2014-
|
| 6 |
-
"PO-Revision-Date: 2014-
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"Language: he\n"
|
|
@@ -12,277 +12,293 @@ msgstr ""
|
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
| 13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
| 14 |
"X-Poedit-Basepath: .\n"
|
| 15 |
-
"X-Generator: Poedit 1.6.
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\
|
| 17 |
-
"
|
| 18 |
|
| 19 |
-
#: C:\wamp\www\
|
| 20 |
-
#: C:\wamp\www\
|
| 21 |
msgid "Street Address"
|
| 22 |
msgstr "כתובת רחוב"
|
| 23 |
|
| 24 |
-
#: C:\wamp\www\
|
| 25 |
-
#: C:\wamp\www\
|
| 26 |
msgid "Street Address Line 2"
|
| 27 |
msgstr "רחוב שורת כתובת 2"
|
| 28 |
|
| 29 |
-
#: C:\wamp\www\
|
| 30 |
-
#: C:\wamp\www\
|
| 31 |
msgid "City"
|
| 32 |
msgstr "עיר"
|
| 33 |
|
| 34 |
-
#: C:\wamp\www\
|
| 35 |
-
#: C:\wamp\www\
|
| 36 |
msgid "State / Province / Region"
|
| 37 |
msgstr "אזור / מדינה / אזור"
|
| 38 |
|
| 39 |
-
#: C:\wamp\www\
|
| 40 |
-
#: C:\wamp\www\
|
| 41 |
msgid "Postal / Zip Code"
|
| 42 |
msgstr "מיקוד / מיקוד"
|
| 43 |
|
| 44 |
-
#: C:\wamp\www\
|
| 45 |
-
#: C:\wamp\www\
|
| 46 |
msgid "Country"
|
| 47 |
msgstr "ארץ"
|
| 48 |
|
| 49 |
-
#: C:\wamp\www\
|
| 50 |
-
#: C:\wamp\www\
|
| 51 |
-
#: C:\wamp\www\
|
| 52 |
msgid "January"
|
| 53 |
msgstr "ינואר"
|
| 54 |
|
| 55 |
-
#: C:\wamp\www\
|
| 56 |
-
#: C:\wamp\www\
|
| 57 |
-
#: C:\wamp\www\
|
| 58 |
msgid "February"
|
| 59 |
msgstr "פברואר"
|
| 60 |
|
| 61 |
-
#: C:\wamp\www\
|
| 62 |
-
#: C:\wamp\www\
|
| 63 |
-
#: C:\wamp\www\
|
| 64 |
msgid "March"
|
| 65 |
msgstr "מרץ"
|
| 66 |
|
| 67 |
-
#: C:\wamp\www\
|
| 68 |
-
#: C:\wamp\www\
|
| 69 |
-
#: C:\wamp\www\
|
| 70 |
msgid "April"
|
| 71 |
msgstr "אפריל"
|
| 72 |
|
| 73 |
-
#: C:\wamp\www\
|
| 74 |
-
#: C:\wamp\www\
|
| 75 |
-
#: C:\wamp\www\
|
| 76 |
msgid "May"
|
| 77 |
msgstr "מאי"
|
| 78 |
|
| 79 |
-
#: C:\wamp\www\
|
| 80 |
-
#: C:\wamp\www\
|
| 81 |
-
#: C:\wamp\www\
|
| 82 |
msgid "June"
|
| 83 |
msgstr "יוני"
|
| 84 |
|
| 85 |
-
#: C:\wamp\www\
|
| 86 |
-
#: C:\wamp\www\
|
| 87 |
-
#: C:\wamp\www\
|
| 88 |
msgid "July"
|
| 89 |
msgstr "יולי"
|
| 90 |
|
| 91 |
-
#: C:\wamp\www\
|
| 92 |
-
#: C:\wamp\www\
|
| 93 |
-
#: C:\wamp\www\
|
| 94 |
msgid "August"
|
| 95 |
msgstr "אוגוסט"
|
| 96 |
|
| 97 |
-
#: C:\wamp\www\
|
| 98 |
-
#: C:\wamp\www\
|
| 99 |
-
#: C:\wamp\www\
|
| 100 |
msgid "September"
|
| 101 |
msgstr "ספטמבר"
|
| 102 |
|
| 103 |
-
#: C:\wamp\www\
|
| 104 |
-
#: C:\wamp\www\
|
| 105 |
-
#: C:\wamp\www\
|
| 106 |
msgid "October"
|
| 107 |
msgstr "אוקטובר"
|
| 108 |
|
| 109 |
-
#: C:\wamp\www\
|
| 110 |
-
#: C:\wamp\www\
|
| 111 |
-
#: C:\wamp\www\
|
| 112 |
msgid "November"
|
| 113 |
msgstr "נובמבר"
|
| 114 |
|
| 115 |
-
#: C:\wamp\www\
|
| 116 |
-
#: C:\wamp\www\
|
| 117 |
-
#: C:\wamp\www\
|
| 118 |
msgid "December"
|
| 119 |
msgstr "דצמבר"
|
| 120 |
|
| 121 |
-
#: C:\wamp\www\
|
| 122 |
-
#: C:\wamp\www\
|
| 123 |
-
#: C:\wamp\www\
|
| 124 |
-
#: C:\wamp\www\
|
| 125 |
-
#: C:\wamp\www\
|
| 126 |
-
#: C:\wamp\www\
|
| 127 |
-
#: C:\wamp\www\
|
| 128 |
-
#: C:\wamp\www\
|
| 129 |
msgid "Quantity"
|
| 130 |
msgstr "כמות "
|
| 131 |
|
| 132 |
-
#: C:\wamp\www\
|
| 133 |
-
#: C:\wamp\www\
|
| 134 |
msgid "Error, incorrect Security code."
|
| 135 |
msgstr "שגיאה, קוד אבטחה שגוי."
|
| 136 |
|
| 137 |
-
#: C:\wamp\www\
|
| 138 |
msgid "Your ip is blacklisted. Please contact the website administrator."
|
| 139 |
msgstr "IP שלך הוא ברשימה שחורה. אנא צור קשר עם מנהל האתר. "
|
| 140 |
|
| 141 |
-
#: C:\wamp\www\
|
| 142 |
-
#: C:\wamp\www\
|
| 143 |
msgid "The file exceeds the allowed size of"
|
| 144 |
msgstr "הקובץ חורג מהגודל המותר"
|
| 145 |
|
| 146 |
-
#: C:\wamp\www\
|
| 147 |
-
#: C:\wamp\www\
|
| 148 |
-
#: C:\wamp\www\
|
| 149 |
-
#: C:\wamp\www\
|
| 150 |
msgid "Sorry, you are not allowed to upload this type of file."
|
| 151 |
msgstr "מצטערים, אינך רשאי להעלות קובץ מסוג זה."
|
| 152 |
|
| 153 |
-
#: C:\wamp\www\
|
| 154 |
-
#: C:\wamp\www\
|
| 155 |
msgid "Error, file cannot be moved."
|
| 156 |
msgstr "שגיאה, הקובץ לא ניתן להעביר."
|
| 157 |
|
| 158 |
-
#: C:\wamp\www\
|
| 159 |
-
#: C:\wamp\www\
|
| 160 |
#, php-format
|
| 161 |
msgid ""
|
| 162 |
"This field %s requires a unique entry and this value was already submitted."
|
| 163 |
msgstr "שדה %s דורשת כניסה ייחודית ערך זה הוגשה כבר."
|
| 164 |
|
| 165 |
-
#: C:\wamp\www\
|
| 166 |
#, fuzzy
|
| 167 |
msgid "Error, file destination does not exist."
|
| 168 |
msgstr "שגיאה, דואר אלקטרוני לא נשלח."
|
| 169 |
|
| 170 |
-
#: C:\wamp\www\
|
| 171 |
msgid "Nothing was submitted."
|
| 172 |
msgstr "שום דבר לא הוגשה."
|
| 173 |
|
| 174 |
-
#: C:\wamp\www\
|
| 175 |
-
#: C:\wamp\www\
|
| 176 |
-
#: C:\wamp\www\
|
| 177 |
-
#: C:\wamp\www\
|
| 178 |
-
#: C:\wamp\www\
|
| 179 |
msgid "Your form was successfully submitted."
|
| 180 |
msgstr "הטופס נשלח בהצלחה."
|
| 181 |
|
| 182 |
-
#: C:\wamp\www\
|
| 183 |
-
#: C:\wamp\www\
|
| 184 |
-
#: C:\wamp\www\
|
| 185 |
msgid "Error, email was not sent."
|
| 186 |
msgstr "שגיאה, דואר אלקטרוני לא נשלח."
|
| 187 |
|
| 188 |
-
#: C:\wamp\www\
|
| 189 |
-
#: C:\wamp\www\
|
| 190 |
-
#: C:\wamp\www\
|
| 191 |
-
#: C:\wamp\www\
|
| 192 |
-
#: C:\wamp\www\
|
| 193 |
-
#: C:\wamp\www\
|
| 194 |
-
#: C:\wamp\www\
|
| 195 |
-
#: C:\wamp\www\
|
| 196 |
-
#: C:\wamp\www\
|
| 197 |
-
#: C:\wamp\www\
|
| 198 |
-
#: C:\wamp\www\
|
| 199 |
-
#: C:\wamp\www\
|
| 200 |
-
#: C:\wamp\www\
|
| 201 |
-
#: C:\wamp\www\
|
| 202 |
-
#: C:\wamp\www\
|
| 203 |
-
#: C:\wamp\www\
|
| 204 |
-
#: C:\wamp\www\
|
| 205 |
-
#: C:\wamp\www\
|
| 206 |
-
#: C:\wamp\www\
|
| 207 |
-
#: C:\wamp\www\
|
| 208 |
-
#: C:\wamp\www\
|
| 209 |
-
#: C:\wamp\www\
|
| 210 |
-
#: C:\wamp\www\
|
| 211 |
-
#: C:\wamp\www\
|
| 212 |
-
#: C:\wamp\www\
|
| 213 |
-
#: C:\wamp\www\
|
| 214 |
-
#: C:\wamp\www\
|
| 215 |
-
#: C:\wamp\www\
|
| 216 |
-
#: C:\wamp\www\
|
| 217 |
-
#: C:\wamp\www\
|
| 218 |
-
#: C:\wamp\www\
|
| 219 |
-
#: C:\wamp\www\
|
| 220 |
-
#: C:\wamp\www\
|
| 221 |
-
#: C:\wamp\www\
|
| 222 |
-
#: C:\wamp\www\
|
| 223 |
-
#: C:\wamp\www\
|
| 224 |
msgid "field is required."
|
| 225 |
msgstr "שדה חובה."
|
| 226 |
|
| 227 |
-
#: C:\wamp\www\
|
| 228 |
-
#: C:\wamp\www\
|
| 229 |
msgid "This is not a valid email address."
|
| 230 |
msgstr "זו אינה כתובת דאל חוקית."
|
| 231 |
|
| 232 |
-
#: C:\wamp\www\
|
| 233 |
-
#: C:\wamp\www\
|
| 234 |
msgid "The"
|
| 235 |
msgstr "The"
|
| 236 |
|
| 237 |
-
#: C:\wamp\www\
|
| 238 |
-
#: C:\wamp\www\
|
| 239 |
msgid "value must be between"
|
| 240 |
msgstr "ערך חייב להיות בין"
|
| 241 |
|
| 242 |
-
#: C:\wamp\www\
|
| 243 |
-
#: C:\wamp\www\
|
| 244 |
-
#: C:\wamp\www\
|
| 245 |
-
#: C:\wamp\www\
|
| 246 |
-
#: C:\wamp\www\
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: form_maker\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
+
"POT-Creation-Date: 2014-10-17 16:43+0300\n"
|
| 6 |
+
"PO-Revision-Date: 2014-10-17 16:44+0300\n"
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"Language: he\n"
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
| 13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
| 14 |
"X-Poedit-Basepath: .\n"
|
| 15 |
+
"X-Generator: Poedit 1.6.9\n"
|
| 16 |
+
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\form-"
|
| 17 |
+
"maker\n"
|
| 18 |
|
| 19 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:233
|
| 20 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3314
|
| 21 |
msgid "Street Address"
|
| 22 |
msgstr "כתובת רחוב"
|
| 23 |
|
| 24 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:236
|
| 25 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3315
|
| 26 |
msgid "Street Address Line 2"
|
| 27 |
msgstr "רחוב שורת כתובת 2"
|
| 28 |
|
| 29 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:239
|
| 30 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3316
|
| 31 |
msgid "City"
|
| 32 |
msgstr "עיר"
|
| 33 |
|
| 34 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:242
|
| 35 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3317
|
| 36 |
msgid "State / Province / Region"
|
| 37 |
msgstr "אזור / מדינה / אזור"
|
| 38 |
|
| 39 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:245
|
| 40 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3318
|
| 41 |
msgid "Postal / Zip Code"
|
| 42 |
msgstr "מיקוד / מיקוד"
|
| 43 |
|
| 44 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:248
|
| 45 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3319
|
| 46 |
msgid "Country"
|
| 47 |
msgstr "ארץ"
|
| 48 |
|
| 49 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 50 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 51 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3302
|
| 52 |
msgid "January"
|
| 53 |
msgstr "ינואר"
|
| 54 |
|
| 55 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 56 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 57 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3303
|
| 58 |
msgid "February"
|
| 59 |
msgstr "פברואר"
|
| 60 |
|
| 61 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 62 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 63 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3304
|
| 64 |
msgid "March"
|
| 65 |
msgstr "מרץ"
|
| 66 |
|
| 67 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 68 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 69 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3305
|
| 70 |
msgid "April"
|
| 71 |
msgstr "אפריל"
|
| 72 |
|
| 73 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 74 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 75 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3306
|
| 76 |
msgid "May"
|
| 77 |
msgstr "מאי"
|
| 78 |
|
| 79 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 80 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 81 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3307
|
| 82 |
msgid "June"
|
| 83 |
msgstr "יוני"
|
| 84 |
|
| 85 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 86 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 87 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3308
|
| 88 |
msgid "July"
|
| 89 |
msgstr "יולי"
|
| 90 |
|
| 91 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 92 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 93 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3309
|
| 94 |
msgid "August"
|
| 95 |
msgstr "אוגוסט"
|
| 96 |
|
| 97 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 98 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 99 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3310
|
| 100 |
msgid "September"
|
| 101 |
msgstr "ספטמבר"
|
| 102 |
|
| 103 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 104 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 105 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3311
|
| 106 |
msgid "October"
|
| 107 |
msgstr "אוקטובר"
|
| 108 |
|
| 109 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 110 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 111 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3312
|
| 112 |
msgid "November"
|
| 113 |
msgstr "נובמבר"
|
| 114 |
|
| 115 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:1942
|
| 116 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1777
|
| 117 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3313
|
| 118 |
msgid "December"
|
| 119 |
msgstr "דצמבר"
|
| 120 |
|
| 121 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2353
|
| 122 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2207
|
| 123 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2247
|
| 124 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2305
|
| 125 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2342
|
| 126 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2399
|
| 127 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2440
|
| 128 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3325
|
| 129 |
msgid "Quantity"
|
| 130 |
msgstr "כמות "
|
| 131 |
|
| 132 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:77
|
| 133 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:92
|
| 134 |
msgid "Error, incorrect Security code."
|
| 135 |
msgstr "שגיאה, קוד אבטחה שגוי."
|
| 136 |
|
| 137 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:106
|
| 138 |
msgid "Your ip is blacklisted. Please contact the website administrator."
|
| 139 |
msgstr "IP שלך הוא ברשימה שחורה. אנא צור קשר עם מנהל האתר. "
|
| 140 |
|
| 141 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:260
|
| 142 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:780
|
| 143 |
msgid "The file exceeds the allowed size of"
|
| 144 |
msgstr "הקובץ חורג מהגודל המותר"
|
| 145 |
|
| 146 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:279
|
| 147 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:795
|
| 148 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1878
|
| 149 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3346
|
| 150 |
msgid "Sorry, you are not allowed to upload this type of file."
|
| 151 |
msgstr "מצטערים, אינך רשאי להעלות קובץ מסוג זה."
|
| 152 |
|
| 153 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:291
|
| 154 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:808
|
| 155 |
msgid "Error, file cannot be moved."
|
| 156 |
msgstr "שגיאה, הקובץ לא ניתן להעביר."
|
| 157 |
|
| 158 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:669
|
| 159 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1125
|
| 160 |
#, php-format
|
| 161 |
msgid ""
|
| 162 |
"This field %s requires a unique entry and this value was already submitted."
|
| 163 |
msgstr "שדה %s דורשת כניסה ייחודית ערך זה הוגשה כבר."
|
| 164 |
|
| 165 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:813
|
| 166 |
#, fuzzy
|
| 167 |
msgid "Error, file destination does not exist."
|
| 168 |
msgstr "שגיאה, דואר אלקטרוני לא נשלח."
|
| 169 |
|
| 170 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1309
|
| 171 |
msgid "Nothing was submitted."
|
| 172 |
msgstr "שום דבר לא הוגשה."
|
| 173 |
|
| 174 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2095
|
| 175 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2108
|
| 176 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3801
|
| 177 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3806
|
| 178 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:63
|
| 179 |
msgid "Your form was successfully submitted."
|
| 180 |
msgstr "הטופס נשלח בהצלחה."
|
| 181 |
|
| 182 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2103
|
| 183 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:3797
|
| 184 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:60
|
| 185 |
msgid "Error, email was not sent."
|
| 186 |
msgstr "שגיאה, דואר אלקטרוני לא נשלח."
|
| 187 |
|
| 188 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:643
|
| 189 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:690
|
| 190 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:740
|
| 191 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:787
|
| 192 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:836
|
| 193 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:891
|
| 194 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:963
|
| 195 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1068
|
| 196 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1083
|
| 197 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1185
|
| 198 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1257
|
| 199 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1358
|
| 200 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1449
|
| 201 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1526
|
| 202 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1585
|
| 203 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1661
|
| 204 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1708
|
| 205 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1815
|
| 206 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1863
|
| 207 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1918
|
| 208 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2086
|
| 209 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2232
|
| 210 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2329
|
| 211 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2424
|
| 212 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2499
|
| 213 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2600
|
| 214 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2659
|
| 215 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2714
|
| 216 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2774
|
| 217 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2831
|
| 218 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2891
|
| 219 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3005
|
| 220 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3019
|
| 221 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3034
|
| 222 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3049
|
| 223 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3351
|
| 224 |
msgid "field is required."
|
| 225 |
msgstr "שדה חובה."
|
| 226 |
|
| 227 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1274
|
| 228 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3349
|
| 229 |
msgid "This is not a valid email address."
|
| 230 |
msgstr "זו אינה כתובת דאל חוקית."
|
| 231 |
|
| 232 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2125
|
| 233 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3352
|
| 234 |
msgid "The"
|
| 235 |
msgstr "The"
|
| 236 |
|
| 237 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2125
|
| 238 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3352
|
| 239 |
msgid "value must be between"
|
| 240 |
msgstr "ערך חייב להיות בין"
|
| 241 |
|
| 242 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
|
| 243 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3114
|
| 244 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3115
|
| 245 |
+
#: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3347
|
| 246 |
+
#: C:\wamp\www\wordpress\wp-co
|
