Form Maker by WD – user-friendly drag & drop Form Builder plugin - Version 1.7.45

Version Description

New: Option to disable past days in date picker

Download this release

Release Info

Developer webdorado
Plugin Icon 128x128 Form Maker by WD – user-friendly drag & drop Form Builder plugin
Version 1.7.45
Comparing to
See all releases

Code changes from version 1.7.44 to 1.7.45

Files changed (88) hide show
  1. admin/models/FMModelManage_fm.php +5 -5
  2. form-maker.php +2 -2
  3. frontend/models/FMModelForm_maker.php +1 -0
  4. frontend/views/FMViewForm_maker.php +14 -2
  5. js/calendar/calendar_function.js +25 -3
  6. js/formmaker_div_free.js +201 -207
  7. languages/form_maker-af.mo +0 -0
  8. languages/form_maker-af.po +104 -97
  9. languages/form_maker-ar.mo +0 -0
  10. languages/form_maker-ar.po +103 -97
  11. languages/form_maker-be_BY.mo +0 -0
  12. languages/form_maker-be_BY.po +102 -97
  13. languages/form_maker-bg_BG.mo +0 -0
  14. languages/form_maker-bg_BG.po +103 -97
  15. languages/form_maker-ca.mo +0 -0
  16. languages/form_maker-ca.po +104 -97
  17. languages/form_maker-cs_CZ.mo +0 -0
  18. languages/form_maker-cs_CZ.po +102 -97
  19. languages/form_maker-da_DK.mo +0 -0
  20. languages/form_maker-da_DK.po +103 -97
  21. languages/form_maker-de_DE.mo +0 -0
  22. languages/form_maker-de_DE.po +104 -97
  23. languages/form_maker-el.mo +0 -0
  24. languages/form_maker-el.po +104 -97
  25. languages/form_maker-en_US.mo +0 -0
  26. languages/form_maker-en_US.po +103 -97
  27. languages/form_maker-eo_EO.mo +0 -0
  28. languages/form_maker-eo_EO.po +102 -97
  29. languages/form_maker-es_ES.mo +0 -0
  30. languages/form_maker-es_ES.po +104 -97
  31. languages/form_maker-et.mo +0 -0
  32. languages/form_maker-et.po +102 -97
  33. languages/form_maker-fa_IR.mo +0 -0
  34. languages/form_maker-fa_IR.po +104 -97
  35. languages/form_maker-fi.mo +0 -0
  36. languages/form_maker-fi.po +103 -97
  37. languages/form_maker-fr_FR.mo +0 -0
  38. languages/form_maker-fr_FR.po +104 -97
  39. languages/form_maker-gl_ES.mo +0 -0
  40. languages/form_maker-gl_ES.po +103 -97
  41. languages/form_maker-he_IL.mo +0 -0
  42. languages/form_maker-he_IL.po +102 -97
  43. languages/form_maker-hi_IN.mo +0 -0
  44. languages/form_maker-hi_IN.po +101 -97
  45. languages/form_maker-hr.mo +0 -0
  46. languages/form_maker-hr.po +102 -97
  47. languages/form_maker-hu_HU.mo +0 -0
  48. languages/form_maker-hu_HU.po +104 -97
  49. languages/form_maker-hy_AM.mo +0 -0
  50. languages/form_maker-hy_AM.po +103 -97
  51. languages/form_maker-id_ID.mo +0 -0
  52. languages/form_maker-id_ID.po +104 -97
  53. languages/form_maker-it_IT.mo +0 -0
  54. languages/form_maker-it_IT.po +104 -97
  55. languages/form_maker-ja.mo +0 -0
  56. languages/form_maker-ja.po +106 -99
  57. languages/form_maker-ka_GE.mo +0 -0
  58. languages/form_maker-ka_GE.po +104 -97
  59. languages/form_maker-ko_KR.mo +0 -0
  60. languages/form_maker-ko_KR.po +104 -97
  61. languages/form_maker-lt_LT.mo +0 -0
  62. languages/form_maker-lt_LT.po +104 -97
  63. languages/form_maker-lv.mo +0 -0
  64. languages/form_maker-lv.po +104 -97
  65. languages/form_maker-mk_MK.mo +0 -0
  66. languages/form_maker-mk_MK.po +104 -97
  67. languages/form_maker-ms_MY.mo +0 -0
  68. languages/form_maker-ms_MY.po +104 -97
  69. languages/form_maker-mt_MT.mo +0 -0
  70. languages/form_maker-mt_MT.po +104 -97
  71. languages/form_maker-nb_NO.mo +0 -0
  72. languages/form_maker-nb_NO.po +102 -97
  73. languages/form_maker-nl_NL.mo +0 -0
  74. languages/form_maker-nl_NL.po +103 -97
  75. languages/form_maker-pl_PL.mo +0 -0
  76. languages/form_maker-pl_PL.po +102 -97
  77. languages/form_maker-pt_PT.mo +0 -0
  78. languages/form_maker-pt_PT.po +103 -97
  79. languages/form_maker-ru_RU.mo +0 -0
  80. languages/form_maker-ru_RU.po +102 -97
  81. languages/form_maker-sk_SK.mo +0 -0
  82. languages/form_maker-sk_SK.po +102 -97
  83. languages/form_maker-sq.mo +0 -0
  84. languages/form_maker-sq.po +104 -97
  85. languages/form_maker-sr_RS.mo +0 -0
  86. languages/form_maker-sr_RS.po +103 -97
  87. languages/form_maker-sv_SE.mo +0 -0
  88. languages/form_maker-sv_SE.po +24 -24
admin/models/FMModelManage_fm.php CHANGED
@@ -1016,9 +1016,9 @@ ngdom</option><option value="United States">United States</option><option value=
1016
 
1017
  break;
1018
  }
1019
- case 'type_date':
1020
  {
1021
- $params_names=array('w_field_label_size','w_field_label_pos','w_date','w_required','w_class','w_format','w_but_val');
1022
  $temp=$params;
1023
  foreach($params_names as $params_name )
1024
  {
@@ -1037,10 +1037,10 @@ ngdom</option><option value="United States">United States</option><option value=
1037
 
1038
  $param['w_field_label_pos'] = ($param['w_field_label_pos']=="left" ? "table-cell" : "block");
1039
  $required_sym = ($param['w_required']=="yes" ? " *" : "");
1040
-
1041
-
1042
 
1043
- $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(&quot;'.$id.'_elementform_id_temp&quot;)" '.$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(&quot;'.$id.'_elementform_id_temp&quot; , &quot;'.$param['w_format'].'&quot;)"></div></div>';
1044
 
1045
  break;
1046
  }
1016
 
1017
  break;
1018
  }
1019
+ case 'type_date':
1020
  {
1021
+ $params_names=array('w_field_label_size','w_field_label_pos','w_date','w_required','w_class','w_format','w_but_val', 'w_disable_past_days');
1022
  $temp=$params;
1023
  foreach($params_names as $params_name )
1024
  {
1037
 
1038
  $param['w_field_label_pos'] = ($param['w_field_label_pos']=="left" ? "table-cell" : "block");
1039
  $required_sym = ($param['w_required']=="yes" ? " *" : "");
1040
+ $param['w_disable_past_days'] = isset($param['w_disable_past_days']) ? $param['w_disable_past_days'] : 'no';
1041
+ $disable_past_days = $param['w_disable_past_days'] == 'yes' ? 'true' : 'false';
1042
 
1043
+ $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="hidden" value="'.$param['w_disable_past_days'].'" name="'.$id.'_dis_past_daysform_id_temp" id="'.$id.'_dis_past_daysform_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(&quot;'.$id.'_elementform_id_temp&quot;)" '.$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(&quot;'.$id.'_elementform_id_temp&quot; , &quot;'.$param['w_format'].'&quot;, '.$disable_past_days.')"></div></div>';
1044
 
1045
  break;
1046
  }
form-maker.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: 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.44
7
  * Author: WebDorado
8
  * Author URI: http://web-dorado.com/
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -216,7 +216,7 @@ if (class_exists('WP_Widget')) {
216
  // Activate plugin.
217
  function form_maker_activate() {
218
  $version = get_option("wd_form_maker_version");
219
- $new_version = '1.7.44';
220
  if (!$version) {
221
  add_option("wd_form_maker_version", $new_version, '', 'no');
222
  global $wpdb;
3
  * Plugin Name: 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.45
7
  * Author: WebDorado
8
  * Author URI: http://web-dorado.com/
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
216
  // Activate plugin.
217
  function form_maker_activate() {
218
  $version = get_option("wd_form_maker_version");
219
+ $new_version = '1.7.45';
220
  if (!$version) {
221
  add_option("wd_form_maker_version", $new_version, '', 'no');
222
  global $wpdb;
frontend/models/FMModelForm_maker.php CHANGED
@@ -1493,6 +1493,7 @@ class FMModelForm_maker {
1493
  if(strpos($submit_text, "%".$key."%")>-1)
1494
  $submit_text = str_replace("%".$key."%", $custom_field, $submit_text);
1495
  }
 
1496
 
1497
  return $submit_text;
1498
  }
1493
  if(strpos($submit_text, "%".$key."%")>-1)
1494
  $submit_text = str_replace("%".$key."%", $custom_field, $submit_text);
1495
  }
1496
+ $submit_text = str_replace(array("***map***", "*@@url@@*", "@@@@@@@@@", "@@@", "***grading***", "***br***", "***star_rating***"), array(" ", "", " ", " ", " ", ", ", " "), $submit_text);
1497
 
1498
  return $submit_text;
1499
  }
frontend/views/FMViewForm_maker.php CHANGED
@@ -2300,7 +2300,7 @@ class FMViewForm_maker {
2300
  }
2301
 
2302
  case 'type_date': {
2303
- $params_names=array('w_field_label_size','w_field_label_pos','w_date','w_required','w_class','w_format','w_but_val');
2304
  $temp=$params;
2305
 
2306
  foreach($params_names as $params_name ) {
@@ -2320,13 +2320,15 @@ class FMViewForm_maker {
2320
  $param['w_field_label_pos2'] = ($param['w_field_label_pos']=="left" ? "" : "display:block;");
2321
  $required = ($param['w_required']=="yes" ? true : false);
2322
 
 
 
2323
  $param['w_date']=(isset($_POST['wdform_'.$id1."_element".$form_id]) ? esc_html(stripslashes($_POST['wdform_'.$id1."_element".$form_id])) : $param['w_date']);
2324
 
2325
  $rep ='<div type="type_date" class="wdform-field"><div class="wdform-label-section" style="'.$param['w_field_label_pos1'].'; width: '.$param['w_field_label_size'].'px;"><span class="wdform-label">'.$label.'</span>';
2326
  if($required) {
2327
  $rep.='<span class="wdform-required">'.$required_sym.'</span>';
2328
  }
2329
- $rep.='</div><div class="wdform-element-section '.$param['w_class'].'" style="'.$param['w_field_label_pos2'].';"><input type="text" value="'.$param['w_date'].'" class="wdform-date" id="wdform_'.$id1.'_element'.$form_id.'" name="wdform_'.$id1.'_element'.$form_id.'" maxlength="10" '.$param['attributes'].'><input id="wdform_'.$id1.'_button'.$form_id.'" class="wdform-calendar-button" type="reset" value="'.$param['w_but_val'].'" format="'.$param['w_format'].'" onclick="return showCalendar(\'wdform_'.$id1.'_element'.$form_id.'\' , \''.$param['w_format'].'\')" '.$param['attributes'].' ></div></div>';
2330
 
2331
  if($required) {
2332
  $check_js.='
@@ -2345,6 +2347,16 @@ class FMViewForm_maker {
2345
  }
2346
  ';
2347
  }
 
 
 
 
 
 
 
 
 
 
2348
  // $onload_js.= 'Calendar.setup({inputField: "wdform_'.$id1.'_element'.$form_id.'", ifFormat: "'.$param['w_format'].'",button: "wdform_'.$id1.'_button'.$form_id.'",align: "Tl",singleClick: true,firstDay: 0});';
2349
  break;
2350
  }
2300
  }
2301
 
2302
  case 'type_date': {
2303
+ $params_names=array('w_field_label_size','w_field_label_pos','w_date','w_required','w_class','w_format','w_but_val','w_disable_past_days');
2304
  $temp=$params;
2305
 
2306
  foreach($params_names as $params_name ) {
2320
  $param['w_field_label_pos2'] = ($param['w_field_label_pos']=="left" ? "" : "display:block;");
2321
  $required = ($param['w_required']=="yes" ? true : false);
2322
 
2323
+ $param['w_disable_past_days'] = isset($param['w_disable_past_days']) ? $param['w_disable_past_days'] : 'no';
2324
+ $disable_past_days = $param['w_disable_past_days'] == 'yes' ? 'true' : 'false';
2325
  $param['w_date']=(isset($_POST['wdform_'.$id1."_element".$form_id]) ? esc_html(stripslashes($_POST['wdform_'.$id1."_element".$form_id])) : $param['w_date']);
2326
 
2327
  $rep ='<div type="type_date" class="wdform-field"><div class="wdform-label-section" style="'.$param['w_field_label_pos1'].'; width: '.$param['w_field_label_size'].'px;"><span class="wdform-label">'.$label.'</span>';
2328
  if($required) {
2329
  $rep.='<span class="wdform-required">'.$required_sym.'</span>';
2330
  }
2331
+ $rep.='</div><div class="wdform-element-section '.$param['w_class'].'" style="'.$param['w_field_label_pos2'].';"><input type="text" value="'.$param['w_date'].'" class="wdform-date" id="wdform_'.$id1.'_element'.$form_id.'" name="wdform_'.$id1.'_element'.$form_id.'" maxlength="10" '.$param['attributes'].'><input id="wdform_'.$id1.'_button'.$form_id.'" class="wdform-calendar-button" type="reset" value="'.$param['w_but_val'].'" format="'.$param['w_format'].'" onclick="return showCalendar(\'wdform_'.$id1.'_element'.$form_id.'\' , \''.$param['w_format'].'\', '.$disable_past_days.')" '.$param['attributes'].' ></div></div>';
2332
 
2333
  if($required) {
2334
  $check_js.='
2347
  }
2348
  ';
2349
  }
2350
+
2351
+ if($disable_past_days == 'true') {
2352
+ $check_js.='
2353
+ var currentDate = new Date();
2354
+ if( Date.parse(jQuery("#wdform_'.$id1.'_element'.$form_id.'").val() + " 23:59:59") < currentDate.getTime() ) {
2355
+ alert("'.__('You cannot select former dates. Choose a date starting from the current one.', 'form_maker').'");
2356
+ return false;
2357
+ }
2358
+ ';
2359
+ }
2360
  // $onload_js.= 'Calendar.setup({inputField: "wdform_'.$id1.'_element'.$form_id.'", ifFormat: "'.$param['w_format'].'",button: "wdform_'.$id1.'_button'.$form_id.'",align: "Tl",singleClick: true,firstDay: 0});';
2361
  break;
2362
  }
js/calendar/calendar_function.js CHANGED
@@ -367,12 +367,17 @@ function checkCalendar(ev) {
367
  // This function shows the calendar under the element having the given id.
368
  // It takes care of catching "mousedown" signals on document and hiding the
369
  // calendar if the click was outside.
370
- function showCalendar(id, dateFormat) {
371
  var el = document.getElementById(id);
372
  if (calendar != null) {
373
  // we already have one created, so just update it.
374
  calendar.hide(); // hide the existing calendar
375
  calendar.parseDate(el.value); // set it to a new date
 
 
 
 
 
376
  } else {
377
  // first-time call, create the calendar
378
  var cal = new Calendar(true, null, selected, closeHandler);
@@ -383,7 +388,8 @@ function showCalendar(id, dateFormat) {
383
  {
384
  cal.setDateFormat(dateFormat);
385
  }
386
-
 
387
  calendar.create(); // create a popup calendar
388
  calendar.parseDate(el.value); // set it to a new date
389
  }
@@ -395,7 +401,23 @@ function showCalendar(id, dateFormat) {
395
  return false;
396
  }
397
 
398
- /**
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
399
  * Pops up a new window in the middle of the screen
400
  */
401
  function popupWindow(mypage, myname, w, h, scroll) {
367
  // This function shows the calendar under the element having the given id.
368
  // It takes care of catching "mousedown" signals on document and hiding the
369
  // calendar if the click was outside.
370
+ function showCalendar(id, dateFormat, dis_past_days) {
371
  var el = document.getElementById(id);
372
  if (calendar != null) {
373
  // we already have one created, so just update it.
374
  calendar.hide(); // hide the existing calendar
375
  calendar.parseDate(el.value); // set it to a new date
376
+ if(dis_past_days)
377
+ calendar.getDateStatus = getDisabledDates; // disable past days
378
+ else
379
+ calendar.getDateStatus = null; // disable past days
380
+ calendar.refresh();
381
  } else {
382
  // first-time call, create the calendar
383
  var cal = new Calendar(true, null, selected, closeHandler);
388
  {
389
  cal.setDateFormat(dateFormat);
390
  }
391
+ if(dis_past_days)
392
+ cal.getDateStatus = getDisabledDates; // disable past days
393
  calendar.create(); // create a popup calendar
394
  calendar.parseDate(el.value); // set it to a new date
395
  }
401
  return false;
402
  }
403
 
404
+ function getDisabledDates(date) {
405
+ var currentDate = new Date();
406
+ if( date.getDate() == currentDate.getDate() && date.getMonth() == currentDate.getMonth() && date.getFullYear() == currentDate.getFullYear() )
407
+ return 'today';
408
+
409
+ if( date.getTime() < currentDate.getTime() )
410
+ return true;
411
+ }
412
+
413
+ function getDisabledDates(date) {
414
+ var currentDate = new Date();
415
+ if( date.getDate() == currentDate.getDate() && date.getMonth() == currentDate.getMonth() && date.getFullYear() == currentDate.getFullYear() )
416
+ return 'today';
417
+
418
+ if( date.getTime() < currentDate.getTime() )
419
+ return true;
420
+ }/**
421
  * Pops up a new window in the middle of the screen
422
  */
423
  function popupWindow(mypage, myname, w, h, scroll) {
js/formmaker_div_free.js CHANGED
@@ -1177,11 +1177,20 @@ function remove_button(j,i)
1177
  button.parentNode.removeChild(button);
1178
  }
1179
 
1180
- function change_date_format(value, id)
1181
  {
1182
- input_p=document.getElementById(id+'_buttonform_id_temp');
1183
- input_p.setAttribute("onclick", "return showCalendar('"+id+"_elementform_id_temp' , '"+value+"')");
 
1184
  input_p.setAttribute("format", value);
 
 
 
 
 
 
 
 
1185
  }
1186
 
1187
  function set_send(id)
@@ -12599,7 +12608,7 @@ jQuery(document).ready(function() {
12599
 
12600
  }
12601
 
12602
- function type_date(i, w_field_label, w_field_label_size, w_field_label_pos, w_date, w_required, w_class, w_format, w_but_val, w_attr_name, w_attr_value) {
12603
 
12604
  document.getElementById("element_type").value="type_date";
12605
 
@@ -12621,12 +12630,10 @@ function type_date(i, w_field_label, w_field_label_size, w_field_label_pos, w_da
12621
  edit_main_tr4.style.cssText = "display:none;";
12622
  var edit_main_tr5 = document.createElement('tr');
12623
  var edit_main_tr6 = document.createElement('tr');
12624
-
12625
  var edit_main_tr7 = document.createElement('tr');
12626
-
12627
  var edit_main_tr8 = document.createElement('tr');
 
12628
 
12629
-
12630
  var edit_main_td1 = document.createElement('td');
12631
  var edit_main_td1_1 = document.createElement('td');
12632
  var edit_main_td2 = document.createElement('td');
@@ -12641,20 +12648,21 @@ function type_date(i, w_field_label, w_field_label_size, w_field_label_pos, w_da
12641
  var edit_main_td6_1 = document.createElement('td');
12642
  var edit_main_td7 = document.createElement('td');
12643
  var edit_main_td7_1 = document.createElement('td');
12644
-
12645
  var edit_main_td8 = document.createElement('td');
12646
  var edit_main_td8_1 = document.createElement('td');
12647
-
 
 
12648
  var el_label_label = document.createElement('label');
12649
- el_label_label.setAttribute("for", "edit_for_label");
12650
- el_label_label.innerHTML = "Field label";
12651
 
12652
  var el_label_textarea = document.createElement('textarea');
12653
- el_label_textarea.setAttribute("id", "edit_for_label");
12654
- el_label_textarea.setAttribute("rows", "4");
12655
- el_label_textarea.style.cssText = "width:200px;";
12656
- el_label_textarea.setAttribute("onKeyUp", "change_label('"+i+"_element_labelform_id_temp', this.value)");
12657
- el_label_textarea.innerHTML = w_field_label;
12658
 
12659
  var el_label_size_label = document.createElement('label');
12660
  el_label_size_label.setAttribute("for", "edit_for_label_size");
@@ -12664,115 +12672,113 @@ function type_date(i, w_field_label, w_field_label_size, w_field_label_pos, w_da
12664
  el_label_size.setAttribute("id", "edit_for_label_size");
12665
  el_label_size.setAttribute("type", "text");
12666
  el_label_size.setAttribute("value", w_field_label_size);
12667
-
12668
  el_label_size.setAttribute("onKeyPress", "return check_isnum(event)");
12669
  el_label_size.setAttribute("onKeyUp", "change_w_style('"+i+"_label_sectionform_id_temp', this.value)");
12670
 
12671
-
12672
  var el_label_position_label = document.createElement('label');
12673
- el_label_position_label.innerHTML = "Field label position";
12674
 
12675
  var el_label_position1 = document.createElement('input');
12676
- el_label_position1.setAttribute("id", "edit_for_label_position_top");
12677
- el_label_position1.setAttribute("type", "radio");
12678
-
12679
-
12680
-
12681
- el_label_position1.setAttribute("name", "edit_for_label_position");
12682
- el_label_position1.setAttribute("onchange", "label_left("+i+")");
12683
- el_label_position1.setAttribute("checked", "checked");
12684
  Left = document.createTextNode("Left");
12685
 
12686
  var el_label_position2 = document.createElement('input');
12687
- el_label_position2.setAttribute("id", "edit_for_label_position_left");
12688
- el_label_position2.setAttribute("type", "radio");
12689
-
12690
-
12691
-
12692
- el_label_position2.setAttribute("name", "edit_for_label_position");
12693
- el_label_position2.setAttribute("onchange", "label_top("+i+")");
12694
  Top = document.createTextNode("Top");
12695
 
12696
  if(w_field_label_pos=="top")
12697
-
12698
- el_label_position2.setAttribute("checked", "checked");
12699
  else
12700
- el_label_position1.setAttribute("checked", "checked");
12701
 
12702
  var el_format_label = document.createElement('label');
12703
- el_format_label.style.cssText ="color:#00aeef; font-weight:bold; font-size: 13px";
12704
  el_format_label.innerHTML = "Date format";
12705
 
12706
  var el_format_textarea = document.createElement('input');
12707
- el_format_textarea.setAttribute("id", "date_format");
12708
  el_format_textarea.setAttribute("type", "text");
12709
  el_format_textarea.setAttribute("value", w_format);
12710
- el_format_textarea.style.cssText = "width:200px;";
12711
- el_format_textarea.setAttribute("onChange", "change_date_format(this.value,'"+i+"')");
12712
 
12713
  var el_button_value_label = document.createElement('label');
12714
- el_button_value_label.style.cssText ="color:#00aeef; font-weight:bold; font-size: 13px";
12715
  el_button_value_label.innerHTML = "Date Picker label";
12716
 
12717
  var el_button_value_textarea = document.createElement('input');
12718
- el_button_value_textarea.setAttribute("id", "button_value");
12719
  el_button_value_textarea.setAttribute("type", "text");
12720
  el_button_value_textarea.setAttribute("value", w_but_val);
12721
- el_button_value_textarea.style.cssText = "width:150px;";
12722
- el_button_value_textarea.setAttribute("onKeyUp", "change_file_value(this.value,'"+i+"_buttonform_id_temp')");
12723
 
 
 
 
 
 
 
 
 
 
 
 
12724
  var el_style_label = document.createElement('label');
12725
- el_style_label.setAttribute("for", "el_style_textarea");
12726
  el_style_label.innerHTML = "Class name";
12727
 
12728
  var el_style_textarea = document.createElement('input');
12729
- el_style_textarea.setAttribute("id", "el_style_textarea");
12730
  el_style_textarea.setAttribute("type", "text");
12731
  el_style_textarea.setAttribute("value", w_class);
12732
- el_style_textarea.style.cssText = "width:200px;";
12733
- el_style_textarea.setAttribute("onChange", "change_class(this.value,'"+i+"')");
12734
 
12735
  var el_required_label = document.createElement('label');
12736
- el_required_label.setAttribute("for", "el_required");
12737
  el_required_label.innerHTML = "Required";
12738
 
12739
  var el_required = document.createElement('input');
12740
- el_required.setAttribute("id", "el_required");
12741
- el_required.setAttribute("type", "checkbox");
12742
-
12743
- el_required.setAttribute("onclick", "set_required('"+i+"_required')");
12744
- if(w_required=="yes")
12745
-
12746
- el_required.setAttribute("checked", "checked");
12747
 
12748
  var el_attr_label = document.createElement('label');
12749
-
12750
- el_attr_label.innerHTML = "Additional Attributes";
12751
  var el_attr_add = document.createElement('img');
12752
-
12753
- el_attr_add.setAttribute("src", plugin_url + '/images/add.png');
12754
- el_attr_add.style.cssText = 'cursor:pointer; margin-left:68px';
12755
- el_attr_add.setAttribute("title", 'add');
12756
- el_attr_add.setAttribute("onClick", "add_attr("+i+", 'type_date')");
12757
  var el_attr_table = document.createElement('table');
12758
- el_attr_table.setAttribute("id", 'attributes');
12759
- el_attr_table.setAttribute("border", '0');
12760
- el_attr_table.style.cssText = 'margin-left:0px';
12761
  var el_attr_tr_label = document.createElement('tr');
12762
- el_attr_tr_label.setAttribute("idi", '0');
12763
  var el_attr_td_name_label = document.createElement('th');
12764
- el_attr_td_name_label.style.cssText = 'width:100px';
12765
  var el_attr_td_value_label = document.createElement('th');
12766
- el_attr_td_value_label.style.cssText = 'width:100px';
12767
  var el_attr_td_X_label = document.createElement('th');
12768
- el_attr_td_X_label.style.cssText = 'width:10px';
12769
  var el_attr_name_label = document.createElement('label');
12770
- el_attr_name_label.style.cssText ="color:#00aeef; font-weight:bold; font-size: 11px";
12771
- el_attr_name_label.innerHTML = "Name";
12772
 
12773
  var el_attr_value_label = document.createElement('label');
12774
- el_attr_value_label.style.cssText ="color:#00aeef; font-weight:bold; font-size: 11px";
12775
- el_attr_value_label.innerHTML = "Value";
12776
 
12777
  el_attr_table.appendChild(el_attr_tr_label);
12778
  el_attr_tr_label.appendChild(el_attr_td_name_label);
@@ -12794,18 +12800,14 @@ function type_date(i, w_field_label, w_field_label_size, w_field_label_pos, w_da
12794
 
12795
  var el_attr_td_X = document.createElement('td');
12796
  var el_attr_name = document.createElement('input');
12797
-
12798
  el_attr_name.setAttribute("type", "text");
12799
-
12800
  el_attr_name.style.cssText = "width:100px";
12801
  el_attr_name.setAttribute("value", w_attr_name[j-1]);
12802
  el_attr_name.setAttribute("id", "attr_name"+j);
12803
  el_attr_name.setAttribute("onChange", "change_attribute_name("+i+", this, 'type_date')");
12804
 
12805
  var el_attr_value = document.createElement('input');
12806
-
12807
  el_attr_value.setAttribute("type", "text");
12808
-
12809
  el_attr_value.style.cssText = "width:100px";
12810
  el_attr_value.setAttribute("value", w_attr_value[j-1]);
12811
  el_attr_value.setAttribute("id", "attr_value"+j);
@@ -12816,7 +12818,7 @@ function type_date(i, w_field_label, w_field_label_size, w_field_label_pos, w_da
12816
  el_attr_remove.setAttribute("src", plugin_url + '/images/delete.png');
12817
  el_attr_remove.style.cssText = 'cursor:pointer; vertical-align:middle; margin:3px';
12818
 
12819
- el_attr_remove.setAttribute("onClick", "remove_attr("+j+", "+i+", 'type_date')");
12820
  el_attr_table.appendChild(el_attr_tr);
12821
  el_attr_tr.appendChild(el_attr_td_name);
12822
  el_attr_tr.appendChild(el_attr_td_value);
@@ -12824,18 +12826,11 @@ function type_date(i, w_field_label, w_field_label_size, w_field_label_pos, w_da
12824
  el_attr_td_name.appendChild(el_attr_name);
12825
  el_attr_td_value.appendChild(el_attr_value);
12826
  el_attr_td_X.appendChild(el_attr_remove);
12827
-
12828
  }
12829
 
12830
  var t = document.getElementById('edit_table');
12831
-
12832
  var br = document.createElement('br');
12833
  var br1 = document.createElement('br');
12834
- var br2 = document.createElement('br');
12835
- var br3 = document.createElement('br');
12836
- var br4 = document.createElement('br');
12837
- var br5 = document.createElement('br');
12838
- var br6 = document.createElement('br');
12839
 
12840
  edit_main_td1.appendChild(el_label_label);
12841
  edit_main_td1_1.appendChild(el_label_textarea);
@@ -12845,7 +12840,7 @@ function type_date(i, w_field_label, w_field_label_size, w_field_label_pos, w_da
12845
  edit_main_td2.appendChild(el_label_position_label);
12846
  edit_main_td2_1.appendChild(el_label_position1);
12847
  edit_main_td2_1.appendChild(Left);
12848
- edit_main_td2_1.appendChild(br2);
12849
  edit_main_td2_1.appendChild(el_label_position2);
12850
  edit_main_td2_1.appendChild(Top);
12851
 
@@ -12855,6 +12850,9 @@ function type_date(i, w_field_label, w_field_label_size, w_field_label_pos, w_da
12855
  edit_main_td4.appendChild(el_button_value_label);
12856
  edit_main_td4_1.appendChild(el_button_value_textarea);
12857
 
 
 
 
12858
  edit_main_td5.appendChild(el_style_label);
12859
  edit_main_td5_1.appendChild(el_style_textarea);
12860
 
@@ -12863,7 +12861,7 @@ function type_date(i, w_field_label, w_field_label_size, w_field_label_pos, w_da
12863
 
12864
  edit_main_td7.appendChild(el_attr_label);
12865
  edit_main_td7.appendChild(el_attr_add);
12866
- edit_main_td7.appendChild(br3);
12867
  edit_main_td7.appendChild(el_attr_table);
12868
  edit_main_td7.setAttribute("colspan", "2");
12869
 
@@ -12877,6 +12875,8 @@ function type_date(i, w_field_label, w_field_label_size, w_field_label_pos, w_da
12877
  edit_main_tr3.appendChild(edit_main_td3_1);
12878
  edit_main_tr4.appendChild(edit_main_td4);
12879
  edit_main_tr4.appendChild(edit_main_td4_1);
 
 
12880
  edit_main_tr5.appendChild(edit_main_td5);
12881
  edit_main_tr5.appendChild(edit_main_td5_1);
12882
  edit_main_tr6.appendChild(edit_main_td6);
@@ -12888,6 +12888,7 @@ function type_date(i, w_field_label, w_field_label_size, w_field_label_pos, w_da
12888
  edit_main_table.appendChild(edit_main_tr2);
12889
  edit_main_table.appendChild(edit_main_tr3);
12890
  edit_main_table.appendChild(edit_main_tr4);
 
12891
  edit_main_table.appendChild(edit_main_tr5);
12892
  edit_main_table.appendChild(edit_main_tr6);
12893
  edit_main_table.appendChild(edit_main_tr7);
@@ -12896,146 +12897,135 @@ function type_date(i, w_field_label, w_field_label_size, w_field_label_pos, w_da
12896
  t.appendChild(edit_div);
12897
  add_id_and_name(i, 'type_text');
12898
 
12899
- //show table
12900
  var adding_type = document.createElement("input");
12901
- adding_type.setAttribute("type", "hidden");
12902
- adding_type.setAttribute("value", "type_date");
12903
- adding_type.setAttribute("name", i+"_typeform_id_temp");
12904
- adding_type.setAttribute("id", i+"_typeform_id_temp");
12905
  var adding_required = document.createElement("input");
12906
- adding_required.setAttribute("type", "hidden");
12907
- adding_required.setAttribute("value", w_required);
12908
- adding_required.setAttribute("name", i+"_requiredform_id_temp");
12909
-
12910
- adding_required.setAttribute("id", i+"_requiredform_id_temp");
 
 
 
 
12911
 
12912
- var div = document.createElement('div');
12913
- div.setAttribute("id", "main_div");
 
 
 
12914
 
12915
- var div_field = document.createElement('div');
12916
- div_field.setAttribute("id", i+"_elemet_tableform_id_temp");
12917
-
12918
- var div_label = document.createElement('div');
12919
- div_label.setAttribute("align", 'left');
12920
- div_label.style.display="table-cell";
12921
- div_label.style.width=w_field_label_size+"px";
12922
- div_label.setAttribute("id", i+"_label_sectionform_id_temp");
12923
-
12924
- var div_element = document.createElement('div');
12925
- div_element.setAttribute("align", 'left');
12926
- div_element.style.display="table-cell";
12927
- div_element.setAttribute("id", i+"_element_sectionform_id_temp");
12928
-
12929
- var table_date = document.createElement('div');
12930
- table_date.setAttribute("id", i+"_table_date");
12931
- table_date.style.display="table";
12932
-
12933
- var tr_date1 = document.createElement('div');
12934
- tr_date1.setAttribute("id", i+"_tr_date1");
12935
- tr_date1.style.display="table-row";
12936
-
12937
- var tr_date2 = document.createElement('div');
12938
- tr_date2.setAttribute("id", i+"_tr_date2");
12939
- tr_date2.style.display="table-row";
12940
-
12941
- var td_date_input1 = document.createElement('div');
12942
- td_date_input1.setAttribute("id", i+"_td_date_input1");
12943
- td_date_input1.style.display="table-cell";
12944
-
12945
- var td_date_input2 = document.createElement('div');
12946
- td_date_input2.setAttribute("id", i+"_td_date_input2");
12947
- td_date_input2.style.display="table-cell";
12948
 
12949
- var td_date_input3 = document.createElement('div');
12950
- td_date_input3.setAttribute("id", i+"_td_date_input3");
12951
- td_date_input3.style.display="table-cell";
 
 
 
 
12952
 
12953
- var td_date_label1 = document.createElement('div');
12954
- td_date_label1.setAttribute("id", i+"_td_date_label1");
12955
- td_date_label1.style.display="table-cell";
12956
-
12957
- var td_date_label2 = document.createElement('div');
12958
- td_date_label2.setAttribute("id", i+"_td_date_label2");
12959
- td_date_label2.style.display="table-cell";
12960
-
12961
- var td_date_label3 = document.createElement('div');
12962
- td_date_label3.setAttribute("id", i+"_td_date_label3");
12963
- td_date_label3.style.display="table-cell";
12964
 
12965
- var br1 = document.createElement('br');
12966
- var br2 = document.createElement('br');
12967
- var br3 = document.createElement('br');
12968
- var br4 = document.createElement('br');
 
 
 
 
 
 
12969
 
12970
 
12971
- var label = document.createElement('span');
12972
  label.setAttribute("id", i+"_element_labelform_id_temp");
12973
  label.innerHTML = w_field_label;
12974
  label.setAttribute("class", "label");
12975
  label.style.verticalAlign="top";
12976
 
12977
- var required = document.createElement('span');
12978
- required.setAttribute("id", i+"_required_elementform_id_temp");
12979
- required.innerHTML = "";
12980
- required.setAttribute("class", "required");
12981
- required.style.verticalAlign="top";
12982
- if(w_required=="yes")
12983
  required.innerHTML = " *";
12984
 
12985
  var adding = document.createElement('input');
12986
- adding.setAttribute("type", 'text');
12987
- adding.setAttribute("value", w_date);
12988
- adding.setAttribute("class", 'wdform-date');
12989
- adding.setAttribute("id", i+"_elementform_id_temp");
12990
- adding.setAttribute("name", i+"_elementform_id_temp");
12991
- adding.setAttribute("maxlength", "10");
12992
- adding.setAttribute("size", "10");
12993
- adding.setAttribute("onChange", "change_value('"+i+"_elementform_id_temp')");
12994
-
 
 
12995
  var adding_button = document.createElement('input');
12996
- adding_button.setAttribute("id", i+"_buttonform_id_temp");
12997
- adding_button.setAttribute("class", "button");
12998
- adding_button.setAttribute("type", 'reset');
12999
- adding_button.setAttribute("value", w_but_val);
13000
- adding_button.setAttribute("format", w_format);
13001
- adding_button.setAttribute("onclick", "return showCalendar('"+i+"_elementform_id_temp' ,'"+w_format+"')");
13002
 
13003
-
13004
- var main_td = document.getElementById('show_table');
13005
-
13006
- div_label.appendChild(label);
13007
- div_label.appendChild(required);
13008
-
13009
- div_element.appendChild(adding_type);
13010
-
13011
- div_element.appendChild(adding_required);
13012
- div_element.appendChild(adding);
13013
- div_element.appendChild(adding_button);
13014
- div_field.appendChild(div_label);
13015
- div_field.appendChild(div_element);
13016
-
13017
 
13018
- div.appendChild(div_field);
13019
- div.appendChild(br3);
13020
- main_td.appendChild(div);
 
 
 
 
 
 
 
 
 
13021
 
13022
  if(w_field_label_pos=="top")
13023
- label_top(i);
13024
- change_class(w_class, i);
13025
- refresh_attr(i, 'type_date');
13026
-
13027
- // Calendar.setup({
13028
- // inputField: i+"_elementform_id_temp",
13029
- // ifFormat: w_format,
13030
- // button: i+"_buttonform_id_temp",
13031
- // align: "Tl",
13032
- // singleClick: true,
13033
- // firstDay: 0
13034
- // });
13035
  }
13036
 
13037
 
13038
-
13039
  function field_to_select(id, type)
13040
  {
13041
 
@@ -26232,7 +26222,7 @@ function go_to_type_date(new_id)
26232
  w_attr_name=[];
26233
  w_attr_value=[];
26234
 
26235
- type_date(new_id, 'Date:', '100', 'left', '', 'no', '', '%Y-%m-%d', '...',w_attr_name, w_attr_value);
26236
  }
26237
 
26238
  function go_to_type_date_fields(new_id)
@@ -29428,7 +29418,8 @@ function edit(id)
29428
  w_date=document.getElementById(id+'_elementform_id_temp').value;
29429
  w_format=document.getElementById(id+'_buttonform_id_temp').getAttribute("format");
29430
  w_but_val=document.getElementById(id+'_buttonform_id_temp').value;
29431
- type_date(id, w_field_label, w_field_label_size, w_field_label_pos, w_date, w_required, w_class, w_format, w_but_val, w_attr_name, w_attr_value); break;
 
29432
  }
29433
  case 'type_date_fields':
29434
  {
@@ -30537,7 +30528,8 @@ function dublicate(id) {
30537
  w_date=document.getElementById(id+'_elementform_id_temp').value;
30538
  w_format=document.getElementById(id+'_buttonform_id_temp').getAttribute("format");
30539
  w_but_val=document.getElementById(id+'_buttonform_id_temp').value;
30540
- type_date(gen, w_field_label, w_field_label_size, w_field_label_pos, w_date, w_required, w_class, w_format, w_but_val, w_attr_name, w_attr_value); break;
 
30541
  }
30542
  case 'type_date_fields':
30543
  {
@@ -32019,6 +32011,7 @@ function gen_form_fields()
32019
  w_date=document.getElementById(id+'_elementform_id_temp').value;
32020
  w_format=document.getElementById(id+'_buttonform_id_temp').getAttribute("format");
32021
  w_but_val=document.getElementById(id+'_buttonform_id_temp').value;
 
32022
 
32023
  form_fields+=w_field_label+"*:*w_field_label*:*";
32024
  form_fields+=w_field_label_size+"*:*w_field_label_size*:*";
@@ -32033,6 +32026,7 @@ function gen_form_fields()
32033
  {
32034
  form_fields+=w_attr_name[j]+"="+w_attr_value[j]+"*:*w_attr_name*:*";
32035
  }
 
32036
  form_fields+="*:*new_field*:*";
32037
  break;
32038
  }
1177
  button.parentNode.removeChild(button);
1178
  }
1179
 
1180
+ function change_date_format(value, id, element)
1181
  {
1182
+ var input_p = document.getElementById(id+'_buttonform_id_temp');
1183
+ if(element == 'format') {
1184
+ var dis_past_days = document.getElementById(id+'_dis_past_daysform_id_temp').value == 'yes' ? true : false;
1185
  input_p.setAttribute("format", value);
1186
+ }
1187
+ else {
1188
+ document.getElementById(id+'_dis_past_daysform_id_temp').value = (value == true ? 'yes' : 'no');
1189
+ var dis_past_days = value == true ? true : false;
1190
+ var value = document.getElementById('date_format').value;
1191
+ }
1192
+ input_p.setAttribute("onclick", "return showCalendar('"+id+"_elementform_id_temp' , '"+value+"', "+dis_past_days+")");
1193
+
1194
  }
1195
 
1196
  function set_send(id)
12608
 
12609
  }
12610
 
12611
+ function type_date(i, w_field_label, w_field_label_size, w_field_label_pos, w_date, w_required, w_class, w_format, w_but_val, w_attr_name, w_attr_value,w_disable_past_days) {
12612
 
12613
  document.getElementById("element_type").value="type_date";
12614
 
12630
  edit_main_tr4.style.cssText = "display:none;";
12631
  var edit_main_tr5 = document.createElement('tr');
12632
  var edit_main_tr6 = document.createElement('tr');
 
12633
  var edit_main_tr7 = document.createElement('tr');
 
12634
  var edit_main_tr8 = document.createElement('tr');
12635
+ var edit_main_tr9 = document.createElement('tr');
12636
 
 
12637
  var edit_main_td1 = document.createElement('td');
12638
  var edit_main_td1_1 = document.createElement('td');
12639
  var edit_main_td2 = document.createElement('td');
12648
  var edit_main_td6_1 = document.createElement('td');
12649
  var edit_main_td7 = document.createElement('td');
12650
  var edit_main_td7_1 = document.createElement('td');
 
12651
  var edit_main_td8 = document.createElement('td');
12652
  var edit_main_td8_1 = document.createElement('td');
12653
+ var edit_main_td9 = document.createElement('td');
12654
+ var edit_main_td9_1 = document.createElement('td');
12655
+
12656
  var el_label_label = document.createElement('label');
12657
+ el_label_label.setAttribute("for", "edit_for_label");
12658
+ el_label_label.innerHTML = "Field label";
12659
 
12660
  var el_label_textarea = document.createElement('textarea');
12661
+ el_label_textarea.setAttribute("id", "edit_for_label");
12662
+ el_label_textarea.setAttribute("rows", "4");
12663
+ el_label_textarea.style.cssText = "width:200px;";
12664
+ el_label_textarea.setAttribute("onKeyUp", "change_label('"+i+"_element_labelform_id_temp', this.value)");
12665
+ el_label_textarea.innerHTML = w_field_label;
12666
 
12667
  var el_label_size_label = document.createElement('label');
12668
  el_label_size_label.setAttribute("for", "edit_for_label_size");
12672
  el_label_size.setAttribute("id", "edit_for_label_size");
12673
  el_label_size.setAttribute("type", "text");
12674
  el_label_size.setAttribute("value", w_field_label_size);
 
12675
  el_label_size.setAttribute("onKeyPress", "return check_isnum(event)");
12676
  el_label_size.setAttribute("onKeyUp", "change_w_style('"+i+"_label_sectionform_id_temp', this.value)");
12677
 
 
12678
  var el_label_position_label = document.createElement('label');
12679
+ el_label_position_label.innerHTML = "Field label position";
12680
 
12681
  var el_label_position1 = document.createElement('input');
12682
+ el_label_position1.setAttribute("id", "edit_for_label_position_top");
12683
+ el_label_position1.setAttribute("type", "radio");
12684
+ el_label_position1.setAttribute("name", "edit_for_label_position");
12685
+ el_label_position1.setAttribute("onchange", "label_left("+i+")");
12686
+ el_label_position1.setAttribute("checked", "checked");
 
 
 
12687
  Left = document.createTextNode("Left");
12688
 
12689
  var el_label_position2 = document.createElement('input');
12690
+ el_label_position2.setAttribute("id", "edit_for_label_position_left");
12691
+ el_label_position2.setAttribute("type", "radio");
12692
+ el_label_position2.setAttribute("name", "edit_for_label_position");
12693
+ el_label_position2.setAttribute("onchange", "label_top("+i+")");
 
 
 
12694
  Top = document.createTextNode("Top");
12695
 
12696
  if(w_field_label_pos=="top")
12697
+ el_label_position2.setAttribute("checked", "checked");
 
12698
  else
12699
+ el_label_position1.setAttribute("checked", "checked");
12700
 
12701
  var el_format_label = document.createElement('label');
12702
+ el_format_label.style.cssText ="color:#00aeef; font-weight:bold; font-size: 13px";
12703
  el_format_label.innerHTML = "Date format";
12704
 
12705
  var el_format_textarea = document.createElement('input');
12706
+ el_format_textarea.setAttribute("id", "date_format");
12707
  el_format_textarea.setAttribute("type", "text");
12708
  el_format_textarea.setAttribute("value", w_format);
12709
+ el_format_textarea.style.cssText = "width:200px;";
12710
+ el_format_textarea.setAttribute("onChange", "change_date_format(this.value,'"+i+"', 'format')");
12711
 
12712
  var el_button_value_label = document.createElement('label');
12713
+ el_button_value_label.style.cssText ="color:#00aeef; font-weight:bold; font-size: 13px";
12714
  el_button_value_label.innerHTML = "Date Picker label";
12715
 
12716
  var el_button_value_textarea = document.createElement('input');
12717
+ el_button_value_textarea.setAttribute("id", "button_value");
12718
  el_button_value_textarea.setAttribute("type", "text");
12719
  el_button_value_textarea.setAttribute("value", w_but_val);
12720
+ el_button_value_textarea.style.cssText = "width:150px;";
12721
+ el_button_value_textarea.setAttribute("onKeyUp", "change_file_value(this.value,'"+i+"_buttonform_id_temp')");
12722
 
12723
+ var el_disable_past_days_label = document.createElement('label');
12724
+ el_disable_past_days_label.setAttribute("for", "el_disable_past_days");
12725
+ el_disable_past_days_label.innerHTML = "Allow selecting dates starting from current day";
12726
+
12727
+ var el_disable_past_days = document.createElement('input');
12728
+ el_disable_past_days.setAttribute("id", "el_disable_past_days");
12729
+ el_disable_past_days.setAttribute("type", "checkbox");
12730
+ el_disable_past_days.setAttribute("onclick", "change_date_format(this.checked, '"+i+"', 'dis_days')");
12731
+ if(w_disable_past_days == "yes")
12732
+ el_disable_past_days.setAttribute("checked", "checked");
12733
+
12734
  var el_style_label = document.createElement('label');
12735
+ el_style_label.setAttribute("for", "el_style_textarea");
12736
  el_style_label.innerHTML = "Class name";
12737
 
12738
  var el_style_textarea = document.createElement('input');
12739
+ el_style_textarea.setAttribute("id", "el_style_textarea");
12740
  el_style_textarea.setAttribute("type", "text");
12741
  el_style_textarea.setAttribute("value", w_class);
12742
+ el_style_textarea.style.cssText = "width:200px;";
12743
+ el_style_textarea.setAttribute("onChange", "change_class(this.value,'"+i+"')");
12744
 
12745
  var el_required_label = document.createElement('label');
12746
+ el_required_label.setAttribute("for", "el_required");
12747
  el_required_label.innerHTML = "Required";
12748
 
12749
  var el_required = document.createElement('input');
12750
+ el_required.setAttribute("id", "el_required");
12751
+ el_required.setAttribute("type", "checkbox");
12752
+ el_required.setAttribute("onclick", "set_required('"+i+"_required')");
12753
+ if(w_required == "yes")
12754
+ el_required.setAttribute("checked", "checked");
 
 
12755
 
12756
  var el_attr_label = document.createElement('label');
12757
+ el_attr_label.innerHTML = "Additional Attributes";
 
12758
  var el_attr_add = document.createElement('img');
12759
+ el_attr_add.setAttribute("src", plugin_url + '/images/add.png');
12760
+ el_attr_add.style.cssText = 'cursor:pointer; margin-left:68px';
12761
+ el_attr_add.setAttribute("title", 'add');
12762
+ el_attr_add.setAttribute("onClick", "add_attr("+i+", 'type_date')");
 
12763
  var el_attr_table = document.createElement('table');
12764
+ el_attr_table.setAttribute("id", 'attributes');
12765
+ el_attr_table.setAttribute("border", '0');
12766
+ el_attr_table.style.cssText = 'margin-left:0px';
12767
  var el_attr_tr_label = document.createElement('tr');
12768
+ el_attr_tr_label.setAttribute("idi", '0');
12769
  var el_attr_td_name_label = document.createElement('th');
12770
+ el_attr_td_name_label.style.cssText = 'width:100px';
12771
  var el_attr_td_value_label = document.createElement('th');
12772
+ el_attr_td_value_label.style.cssText = 'width:100px';
12773
  var el_attr_td_X_label = document.createElement('th');
12774
+ el_attr_td_X_label.style.cssText = 'width:10px';
12775
  var el_attr_name_label = document.createElement('label');
12776
+ el_attr_name_label.style.cssText ="color:#00aeef; font-weight:bold; font-size: 11px";
12777
+ el_attr_name_label.innerHTML = "Name";
12778
 
12779
  var el_attr_value_label = document.createElement('label');
12780
+ el_attr_value_label.style.cssText ="color:#00aeef; font-weight:bold; font-size: 11px";
12781
+ el_attr_value_label.innerHTML = "Value";
12782
 
12783
  el_attr_table.appendChild(el_attr_tr_label);
12784
  el_attr_tr_label.appendChild(el_attr_td_name_label);
12800
 
12801
  var el_attr_td_X = document.createElement('td');
12802
  var el_attr_name = document.createElement('input');
 
12803
  el_attr_name.setAttribute("type", "text");
 
12804
  el_attr_name.style.cssText = "width:100px";
12805
  el_attr_name.setAttribute("value", w_attr_name[j-1]);
12806
  el_attr_name.setAttribute("id", "attr_name"+j);
12807
  el_attr_name.setAttribute("onChange", "change_attribute_name("+i+", this, 'type_date')");
12808
 
12809
  var el_attr_value = document.createElement('input');
 
12810
  el_attr_value.setAttribute("type", "text");
 
12811
  el_attr_value.style.cssText = "width:100px";
12812
  el_attr_value.setAttribute("value", w_attr_value[j-1]);
12813
  el_attr_value.setAttribute("id", "attr_value"+j);
12818
  el_attr_remove.setAttribute("src", plugin_url + '/images/delete.png');
12819
  el_attr_remove.style.cssText = 'cursor:pointer; vertical-align:middle; margin:3px';
12820
 
12821
+ el_attr_remove.setAttribute("onClick", "remove_attr("+j+", "+i+", 'type_date')");
12822
  el_attr_table.appendChild(el_attr_tr);
12823
  el_attr_tr.appendChild(el_attr_td_name);
12824
  el_attr_tr.appendChild(el_attr_td_value);
12826
  el_attr_td_name.appendChild(el_attr_name);
12827
  el_attr_td_value.appendChild(el_attr_value);
12828
  el_attr_td_X.appendChild(el_attr_remove);
 
12829
  }
12830
 
12831
  var t = document.getElementById('edit_table');
 
12832
  var br = document.createElement('br');
12833
  var br1 = document.createElement('br');
 
 
 
 
 
12834
 
12835
  edit_main_td1.appendChild(el_label_label);
12836
  edit_main_td1_1.appendChild(el_label_textarea);
12840
  edit_main_td2.appendChild(el_label_position_label);
12841
  edit_main_td2_1.appendChild(el_label_position1);
12842
  edit_main_td2_1.appendChild(Left);
12843
+ edit_main_td2_1.appendChild(br);
12844
  edit_main_td2_1.appendChild(el_label_position2);
12845
  edit_main_td2_1.appendChild(Top);
12846
 
12850
  edit_main_td4.appendChild(el_button_value_label);
12851
  edit_main_td4_1.appendChild(el_button_value_textarea);
12852
 
12853
+ edit_main_td9.appendChild(el_disable_past_days_label);
12854
+ edit_main_td9_1.appendChild(el_disable_past_days);
12855
+
12856
  edit_main_td5.appendChild(el_style_label);
12857
  edit_main_td5_1.appendChild(el_style_textarea);
12858
 
12861
 
12862
  edit_main_td7.appendChild(el_attr_label);
12863
  edit_main_td7.appendChild(el_attr_add);
12864
+ edit_main_td7.appendChild(br1);
12865
  edit_main_td7.appendChild(el_attr_table);
12866
  edit_main_td7.setAttribute("colspan", "2");
12867
 
12875
  edit_main_tr3.appendChild(edit_main_td3_1);
12876
  edit_main_tr4.appendChild(edit_main_td4);
12877
  edit_main_tr4.appendChild(edit_main_td4_1);
12878
+ edit_main_tr9.appendChild(edit_main_td9);
12879
+ edit_main_tr9.appendChild(edit_main_td9_1);
12880
  edit_main_tr5.appendChild(edit_main_td5);
12881
  edit_main_tr5.appendChild(edit_main_td5_1);
12882
  edit_main_tr6.appendChild(edit_main_td6);
12888
  edit_main_table.appendChild(edit_main_tr2);
12889
  edit_main_table.appendChild(edit_main_tr3);
12890
  edit_main_table.appendChild(edit_main_tr4);
12891
+ edit_main_table.appendChild(edit_main_tr9);
12892
  edit_main_table.appendChild(edit_main_tr5);
12893
  edit_main_table.appendChild(edit_main_tr6);
12894
  edit_main_table.appendChild(edit_main_tr7);
12897
  t.appendChild(edit_div);
12898
  add_id_and_name(i, 'type_text');
12899
 
 
12900
  var adding_type = document.createElement("input");
12901
+ adding_type.setAttribute("type", "hidden");
12902
+ adding_type.setAttribute("value", "type_date");
12903
+ adding_type.setAttribute("name", i+"_typeform_id_temp");
12904
+ adding_type.setAttribute("id", i+"_typeform_id_temp");
12905
  var adding_required = document.createElement("input");
12906
+ adding_required.setAttribute("type", "hidden");
12907
+ adding_required.setAttribute("value", w_required);
12908
+ adding_required.setAttribute("name", i+"_requiredform_id_temp");
12909
+ adding_required.setAttribute("id", i+"_requiredform_id_temp");
12910
+ var adding_dis_past_days = document.createElement('input');
12911
+ adding_dis_past_days.setAttribute("type", 'hidden');
12912
+ adding_dis_past_days.setAttribute("value", w_disable_past_days);
12913
+ adding_dis_past_days.setAttribute("id", i+"_dis_past_daysform_id_temp");
12914
+ adding_dis_past_days.setAttribute("name", i+"_dis_past_daysform_id_temp");
12915
 
12916
+ var div = document.createElement('div');
12917
+ div.setAttribute("id", "main_div");
12918
+
12919
+ var div_field = document.createElement('div');
12920
+ div_field.setAttribute("id", i+"_elemet_tableform_id_temp");
12921
 
12922
+ var div_label = document.createElement('div');
12923
+ div_label.setAttribute("align", 'left');
12924
+ div_label.style.display="table-cell";
12925
+ div_label.style.width=w_field_label_size+"px";
12926
+ div_label.setAttribute("id", i+"_label_sectionform_id_temp");
12927
+
12928
+ var div_element = document.createElement('div');
12929
+ div_element.setAttribute("align", 'left');
12930
+ div_element.style.display="table-cell";
12931
+ div_element.setAttribute("id", i+"_element_sectionform_id_temp");
12932
+
12933
+ var table_date = document.createElement('div');
12934
+ table_date.setAttribute("id", i+"_table_date");
12935
+ table_date.style.display="table";
12936
+
12937
+ var tr_date1 = document.createElement('div');
12938
+ tr_date1.setAttribute("id", i+"_tr_date1");
12939
+ tr_date1.style.display="table-row";
12940
+
12941
+ var tr_date2 = document.createElement('div');
12942
+ tr_date2.setAttribute("id", i+"_tr_date2");
12943
+ tr_date2.style.display="table-row";
12944
+
12945
+ var td_date_input1 = document.createElement('div');
12946
+ td_date_input1.setAttribute("id", i+"_td_date_input1");
12947
+ td_date_input1.style.display="table-cell";
 
 
 
 
 
 
 
12948
 
12949
+ var td_date_input2 = document.createElement('div');
12950
+ td_date_input2.setAttribute("id", i+"_td_date_input2");
12951
+ td_date_input2.style.display="table-cell";
12952
+
12953
+ var td_date_input3 = document.createElement('div');
12954
+ td_date_input3.setAttribute("id", i+"_td_date_input3");
12955
+ td_date_input3.style.display="table-cell";
12956
 
12957
+ var td_date_label1 = document.createElement('div');
12958
+ td_date_label1.setAttribute("id", i+"_td_date_label1");
12959
+ td_date_label1.style.display="table-cell";
 
 
 
 
 
 
 
 
12960
 
12961
+ var td_date_label2 = document.createElement('div');
12962
+ td_date_label2.setAttribute("id", i+"_td_date_label2");
12963
+ td_date_label2.style.display="table-cell";
12964
+
12965
+ var td_date_label3 = document.createElement('div');
12966
+ td_date_label3.setAttribute("id", i+"_td_date_label3");
12967
+ td_date_label3.style.display="table-cell";
12968
+
12969
+ var br3 = document.createElement('br');
12970
+ var br4 = document.createElement('br');
12971
 
12972
 
12973
+ var label = document.createElement('span');
12974
  label.setAttribute("id", i+"_element_labelform_id_temp");
12975
  label.innerHTML = w_field_label;
12976
  label.setAttribute("class", "label");
12977
  label.style.verticalAlign="top";
12978
 
12979
+ var required = document.createElement('span');
12980
+ required.setAttribute("id", i+"_required_elementform_id_temp");
12981
+ required.innerHTML = "";
12982
+ required.setAttribute("class", "required");
12983
+ required.style.verticalAlign="top";
12984
+ if(w_required=="yes")
12985
  required.innerHTML = " *";
12986
 
12987
  var adding = document.createElement('input');
12988
+ adding.setAttribute("type", 'text');
12989
+ adding.setAttribute("value", w_date);
12990
+ adding.setAttribute("class", 'wdform-date');
12991
+ adding.setAttribute("id", i+"_elementform_id_temp");
12992
+ adding.setAttribute("name", i+"_elementform_id_temp");
12993
+ adding.setAttribute("maxlength", "10");
12994
+ adding.setAttribute("size", "10");
12995
+ adding.setAttribute("onChange", "change_value('"+i+"_elementform_id_temp')");
12996
+
12997
+ var dis_past_days = w_disable_past_days == 'yes' ? true : false;
12998
+
12999
  var adding_button = document.createElement('input');
13000
+ adding_button.setAttribute("id", i+"_buttonform_id_temp");
13001
+ adding_button.setAttribute("class", "button");
13002
+ adding_button.setAttribute("type", 'reset');
13003
+ adding_button.setAttribute("value", w_but_val);
13004
+ adding_button.setAttribute("format", w_format);
13005
+ adding_button.setAttribute("onclick", "return showCalendar('"+i+"_elementform_id_temp' ,'"+w_format+"', "+dis_past_days+")");
13006
 
13007
+ var main_td = document.getElementById('show_table');
 
 
 
 
 
 
 
 
 
 
 
 
 
13008
 
13009
+ div_label.appendChild(label);
13010
+ div_label.appendChild(required);
13011
+ div_element.appendChild(adding_type);
13012
+ div_element.appendChild(adding_required);
13013
+ div_element.appendChild(adding_dis_past_days);
13014
+ div_element.appendChild(adding);
13015
+ div_element.appendChild(adding_button);
13016
+ div_field.appendChild(div_label);
13017
+ div_field.appendChild(div_element);
13018
+ div.appendChild(div_field);
13019
+ div.appendChild(br3);
13020
+ main_td.appendChild(div);
13021
 
13022
  if(w_field_label_pos=="top")
13023
+ label_top(i);
13024
+ change_class(w_class, i);
13025
+ refresh_attr(i, 'type_date');
 
 
 
 
 
 
 
 
 
13026
  }
13027
 
13028
 
 
13029
  function field_to_select(id, type)
13030
  {
13031
 
26222
  w_attr_name=[];
26223
  w_attr_value=[];
26224
 
26225
+ type_date(new_id, 'Date:', '100', 'left', '', 'no', '', '%Y-%m-%d', '...',w_attr_name, w_attr_value, 'no');
26226
  }
26227
 
26228
  function go_to_type_date_fields(new_id)
29418
  w_date=document.getElementById(id+'_elementform_id_temp').value;
29419
  w_format=document.getElementById(id+'_buttonform_id_temp').getAttribute("format");
29420
  w_but_val=document.getElementById(id+'_buttonform_id_temp').value;
29421
+ w_disable_past_days = document.getElementById(id+'_dis_past_daysform_id_temp') ? document.getElementById(id+'_dis_past_daysform_id_temp').value : 'no';
29422
+ type_date(id, w_field_label, w_field_label_size, w_field_label_pos, w_date, w_required, w_class, w_format, w_but_val, w_attr_name, w_attr_value,w_disable_past_days); break;
29423
  }
29424
  case 'type_date_fields':
29425
  {
30528
  w_date=document.getElementById(id+'_elementform_id_temp').value;
30529
  w_format=document.getElementById(id+'_buttonform_id_temp').getAttribute("format");
30530
  w_but_val=document.getElementById(id+'_buttonform_id_temp').value;
30531
+ w_disable_past_days = document.getElementById(id+'_dis_past_daysform_id_temp') ? document.getElementById(id+'_dis_past_daysform_id_temp').value : 'no';
30532
+ type_date(gen, w_field_label, w_field_label_size, w_field_label_pos, w_date, w_required, w_class, w_format, w_but_val, w_attr_name, w_attr_value, w_disable_past_days); break;
30533
  }
30534
  case 'type_date_fields':
30535
  {
32011
  w_date=document.getElementById(id+'_elementform_id_temp').value;
32012
  w_format=document.getElementById(id+'_buttonform_id_temp').getAttribute("format");
32013
  w_but_val=document.getElementById(id+'_buttonform_id_temp').value;
32014
+ w_disable_past_days = document.getElementById(id+'_dis_past_daysform_id_temp') ? document.getElementById(id+'_dis_past_daysform_id_temp').value : 'no';
32015
 
32016
  form_fields+=w_field_label+"*:*w_field_label*:*";
32017
  form_fields+=w_field_label_size+"*:*w_field_label_size*:*";
32026
  {
32027
  form_fields+=w_attr_name[j]+"="+w_attr_value[j]+"*:*w_attr_name*:*";
32028
  }
32029
+ form_fields+=w_disable_past_days+"*:*w_disable_past_days*:*";
32030
  form_fields+="*:*new_field*:*";
32031
  break;
32032
  }
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: 2015-05-14 16:59+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:00+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: af\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
21
  msgid "Street Address"
22
  msgstr "Straatadres"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
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:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "stad"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
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:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
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:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "land"
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "januarie"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "februarie"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "maart"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "april"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "mei"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "junie"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "julie"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "augustus"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
108
  msgid "September"
109
  msgstr "september"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
114
  msgid "October"
115
  msgstr "oktober"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
120
  msgid "November"
121
  msgstr "november"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
126
  msgid "December"
127
  msgstr "desember"
128
 
@@ -135,25 +135,25 @@ msgstr "Fout, verkeerde veiligheid kode."
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "Your ip is blacklisted. Please contact the website administrator."
137
 
138
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
139
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "Die lêer oorskry die toelaatbare grootte van"
142
 
143
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
144
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "Jammer, jy is nie toegelaat om hierdie tipe van die lêer op te laai."
149
 
150
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
151
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
152
  msgid "Error, file cannot be moved."
153
  msgstr "Fout, kan die lêer nie verskuif word nie."
154
 
155
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
156
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
@@ -161,25 +161,25 @@ msgstr ""
161
  "Hierdie veld %s vereis 'n unieke inskrywing en hierdie waarde is reeds "
162
  "ingedien."
163
 
164
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
165
  #, fuzzy
166
  msgid "Error, file destination does not exist."
167
  msgstr "Fout, e-pos is nie gestuur nie."
168
 
169
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
170
  msgid "Nothing was submitted."
171
  msgstr "Niks is voorgelê nie."
172
 
173
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
174
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
175
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
176
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
177
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
178
  msgid "Your form was successfully submitted."
179
  msgstr "Jou vorm is gestuur."
180
 
181
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2352
182
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
183
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
184
  msgid "Error, email was not sent."
185
  msgstr "Fout, e-pos is nie gestuur nie."
@@ -217,101 +217,108 @@ msgstr "Verifikasie skakel is ongeldig."
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
220
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
221
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
238
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
239
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
240
  msgid "field is required."
241
  msgstr "veld is nodig."
242
 
243
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
244
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
245
  msgid "This is not a valid email address."
246
  msgstr "Dit is nie 'n geldige e-pos adres."
247
 
248
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
249
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
 
 
250
  msgid "The"
251
  msgstr "die "
252
 
253
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
254
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
255
  msgid "value must be between"
256
  msgstr "waarde moet tussen "
257
 
258
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
259
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
263
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
264
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
265
  msgid "Quantity"
266
  msgstr "Hoeveelheid "
267
 
268
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
269
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
271
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
272
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
273
  msgid "Your score should be less than"
274
  msgstr "Jou telling moet minder wees as "
275
 
276
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
277
  msgid "Title"
278
  msgstr "titel"
279
 
280
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
281
  msgid "First"
282
  msgstr "eerste"
283
 
284
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
285
  msgid "Last"
286
  msgstr "laaste"
287
 
288
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
289
  msgid "Middle"
290
  msgstr "middel"
291
 
292
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
293
  msgid "Area Code"
294
  msgstr "Area Kode"
295
 
296
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
297
  msgid "Phone Number"
298
  msgstr "Telefoonnommer"
299
 
300
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
301
  msgid "Dollars"
302
  msgstr "dollars "
303
 
304
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
305
  msgid "Cents"
306
  msgstr "sent "
307
 
308
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
309
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
310
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
311
  msgid "From"
312
  msgstr "Van "
313
 
314
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
315
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
316
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
317
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 16:48+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 16:49+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: af\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
21
  msgid "Street Address"
22
  msgstr "Straatadres"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
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:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "stad"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
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:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
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:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "land"
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "januarie"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "februarie"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "maart"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "april"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "mei"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "junie"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "julie"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "augustus"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
108
  msgid "September"
109
  msgstr "september"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
114
  msgid "October"
115
  msgstr "oktober"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
120
  msgid "November"
121
  msgstr "november"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
126
  msgid "December"
127
  msgstr "desember"
128
 
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "Your ip is blacklisted. Please contact the website administrator."
137
 
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "Die lêer oorskry die toelaatbare grootte van"
142
 
143
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
144
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "Jammer, jy is nie toegelaat om hierdie tipe van die lêer op te laai."
149
 
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
151
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
152
  msgid "Error, file cannot be moved."
153
  msgstr "Fout, kan die lêer nie verskuif word nie."
154
 
155
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
156
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
161
  "Hierdie veld %s vereis 'n unieke inskrywing en hierdie waarde is reeds "
162
  "ingedien."
163
 
164
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
165
  #, fuzzy
166
  msgid "Error, file destination does not exist."
167
  msgstr "Fout, e-pos is nie gestuur nie."
168
 
169
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
170
  msgid "Nothing was submitted."
171
  msgstr "Niks is voorgelê nie."
172
 
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
176
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
177
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
178
  msgid "Your form was successfully submitted."
179
  msgstr "Jou vorm is gestuur."
180
 
181
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2351
182
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
183
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
184
  msgid "Error, email was not sent."
185
  msgstr "Fout, e-pos is nie gestuur nie."
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
220
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
221
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
238
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
239
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
240
  msgid "field is required."
241
  msgstr "veld is nodig."
242
 
243
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
244
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
245
  msgid "This is not a valid email address."
246
  msgstr "Dit is nie 'n geldige e-pos adres."
247
 
248
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
249
+ msgid ""
250
+ "You cannot select former dates. Choose a date starting from the current one."
251
+ msgstr ""
252
+ "Jy kan nie die voormalige datums te kies. Kies 'n datum vanaf die huidige "
253
+ "een."
254
+
255
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
256
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
257
  msgid "The"
258
  msgstr "die "
259
 
260
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
261
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
262
  msgid "value must be between"
263
  msgstr "waarde moet tussen "
264
 
265
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
266
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
268
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
269
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
270
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
271
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
272
  msgid "Quantity"
273
  msgstr "Hoeveelheid "
274
 
275
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
276
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
277
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
278
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
279
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
280
  msgid "Your score should be less than"
281
  msgstr "Jou telling moet minder wees as "
282
 
283
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
284
  msgid "Title"
285
  msgstr "titel"
286
 
287
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
288
  msgid "First"
289
  msgstr "eerste"
290
 
291
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
292
  msgid "Last"
293
  msgstr "laaste"
294
 
295
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
296
  msgid "Middle"
297
  msgstr "middel"
298
 
299
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
300
  msgid "Area Code"
301
  msgstr "Area Kode"
302
 
303
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
304
  msgid "Phone Number"
305
  msgstr "Telefoonnommer"
306
 
307
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
308
  msgid "Dollars"
309
  msgstr "dollars "
310
 
311
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
312
  msgid "Cents"
313
  msgstr "sent "
314
 
315
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
316
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
317
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
318
  msgid "From"
319
  msgstr "Van "
320
 
321
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
322
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
323
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
324
  msgid "To"
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: 2015-05-14 17:01+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:02+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: ar\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
21
  msgid "Street Address"
22
  msgstr "عنوان الشارع"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
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:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "مدينة"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
36
  msgid "State / Province / Region"
37
  msgstr "الدولة / الإقليم / المنطقة"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
41
  msgid "Postal / Zip Code"
42
  msgstr "البريدي / الرمز البريدي"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "بلد"
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "يناير"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "فبراير"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "مسيرة"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "أبريل"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "قد"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "يونيو"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "يوليو"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "أغسطس"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
108
  msgid "September"
109
  msgstr "سبتمبر"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
114
  msgid "October"
115
  msgstr "أكتوبر"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
120
  msgid "November"
121
  msgstr "نوفمبر"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
126
  msgid "December"
127
  msgstr "ديسمبر"
128
 
@@ -137,49 +137,49 @@ msgid "Your ip is blacklisted. Please contact the website administrator."
137
  msgstr ""
138
  "والقائمة السوداء الملكية الفكرية الخاصة بك. يرجى الاتصال بمسؤول الموقع. "
139
 
140
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
141
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
142
  msgid "The file exceeds the allowed size of"
143
  msgstr "ملف يتجاوز حجم المسموح به من"
144
 
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
147
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
148
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
149
  msgid "Sorry, you are not allowed to upload this type of file."
150
  msgstr "عذرا، لا يسمح لك لتحميل هذا النوع من الملفات."
151
 
152
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
153
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
154
  msgid "Error, file cannot be moved."
155
  msgstr "خطأ، لا يمكن أن يتم نقل ملف."
156
 
157
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
158
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
159
  #, php-format
160
  msgid ""
161
  "This field %s requires a unique entry and this value was already submitted."
162
  msgstr "هذا الحقل يتطلب٪ %s إدخال فريدة من نوعها، وقدم بالفعل هذه القيمة."
163
 
164
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
165
  #, fuzzy
166
  msgid "Error, file destination does not exist."
167
  msgstr "خطأ، لم يتم إرسال البريد الإلكتروني."
168
 
169
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
170
  msgid "Nothing was submitted."
171
  msgstr "وقدم شيئا."
172
 
173
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
174
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
175
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
176
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
177
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
178
  msgid "Your form was successfully submitted."
179
  msgstr "وقدم النموذج الخاص بك بنجاح."
180
 
181
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2352
182
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
183
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
184
  msgid "Error, email was not sent."
185
  msgstr "خطأ، لم يتم إرسال البريد الإلكتروني."
@@ -217,101 +217,107 @@ msgstr "رابط التحقق غير صالح."
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
220
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
221
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
238
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
239
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
240
  msgid "field is required."
241
  msgstr "مطلوب الميدان."
242
 
243
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
244
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
245
  msgid "This is not a valid email address."
246
  msgstr "هذا ليس عنوان بريد إلكتروني صالح."
247
 
248
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
249
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
 
250
  msgid "The"
251
  msgstr "ال "
252
 
253
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
254
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
255
  msgid "value must be between"
256
  msgstr "يجب أن تكون القيمة بين "
257
 
258
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
259
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
263
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
264
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
265
  msgid "Quantity"
266
  msgstr "كمية "
267
 
268
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
269
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
271
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
272
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
273
  msgid "Your score should be less than"
274
  msgstr "يجب أن تكون درجاتك أقل من "
275
 
276
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
277
  msgid "Title"
278
  msgstr "لقب"
279
 
280
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
281
  msgid "First"
282
  msgstr "الأول"
283
 
284
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
285
  msgid "Last"
286
  msgstr "آخر"
287
 
288
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
289
  msgid "Middle"
290
  msgstr "وسط"
291
 
292
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
293
  msgid "Area Code"
294
  msgstr "كود المنطقة"
295
 
296
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
297
  msgid "Phone Number"
298
  msgstr "رقم الهاتف"
299
 
300
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
301
  msgid "Dollars"
302
  msgstr "دولار"
303
 
304
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
305
  msgid "Cents"
306
  msgstr "سنتا "
307
 
308
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
309
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
310
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
311
  msgid "From"
312
  msgstr "من "
313
 
314
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
315
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
316
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
317
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 16:49+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 16:50+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: ar\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
21
  msgid "Street Address"
22
  msgstr "عنوان الشارع"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
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:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "مدينة"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
36
  msgid "State / Province / Region"
37
  msgstr "الدولة / الإقليم / المنطقة"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
41
  msgid "Postal / Zip Code"
42
  msgstr "البريدي / الرمز البريدي"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "بلد"
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "يناير"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "فبراير"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "مسيرة"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "أبريل"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "قد"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "يونيو"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "يوليو"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "أغسطس"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
108
  msgid "September"
109
  msgstr "سبتمبر"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
114
  msgid "October"
115
  msgstr "أكتوبر"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
120
  msgid "November"
121
  msgstr "نوفمبر"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
126
  msgid "December"
127
  msgstr "ديسمبر"
128
 
137
  msgstr ""
138
  "والقائمة السوداء الملكية الفكرية الخاصة بك. يرجى الاتصال بمسؤول الموقع. "
139
 
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
142
  msgid "The file exceeds the allowed size of"
143
  msgstr "ملف يتجاوز حجم المسموح به من"
144
 
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
147
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
148
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
149
  msgid "Sorry, you are not allowed to upload this type of file."
150
  msgstr "عذرا، لا يسمح لك لتحميل هذا النوع من الملفات."
151
 
152
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
153
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
154
  msgid "Error, file cannot be moved."
155
  msgstr "خطأ، لا يمكن أن يتم نقل ملف."
156
 
157
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
159
  #, php-format
160
  msgid ""
161
  "This field %s requires a unique entry and this value was already submitted."
162
  msgstr "هذا الحقل يتطلب٪ %s إدخال فريدة من نوعها، وقدم بالفعل هذه القيمة."
163
 
164
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
165
  #, fuzzy
166
  msgid "Error, file destination does not exist."
167
  msgstr "خطأ، لم يتم إرسال البريد الإلكتروني."
168
 
169
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
170
  msgid "Nothing was submitted."
171
  msgstr "وقدم شيئا."
172
 
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
176
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
177
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
178
  msgid "Your form was successfully submitted."
179
  msgstr "وقدم النموذج الخاص بك بنجاح."
180
 
181
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2351
182
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
183
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
184
  msgid "Error, email was not sent."
185
  msgstr "خطأ، لم يتم إرسال البريد الإلكتروني."
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
220
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
221
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
238
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
239
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
240
  msgid "field is required."
241
  msgstr "مطلوب الميدان."
242
 
243
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
244
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
245
  msgid "This is not a valid email address."
246
  msgstr "هذا ليس عنوان بريد إلكتروني صالح."
247
 
248
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
249
+ msgid ""
250
+ "You cannot select former dates. Choose a date starting from the current one."
251
+ msgstr ""
252
+ "لا يمكنك تحديد التواريخ السابقة. اختيار التاريخ بدءا من النظام الحالي."
253
+
254
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
255
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
256
  msgid "The"
257
  msgstr "ال "
258
 
259
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
260
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
261
  msgid "value must be between"
262
  msgstr "يجب أن تكون القيمة بين "
263
 
264
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
265
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
266
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
268
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
269
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
270
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
271
  msgid "Quantity"
272
  msgstr "كمية "
273
 
274
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
275
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
276
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
277
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
278
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
279
  msgid "Your score should be less than"
280
  msgstr "يجب أن تكون درجاتك أقل من "
281
 
282
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
283
  msgid "Title"
284
  msgstr "لقب"
285
 
286
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
287
  msgid "First"
288
  msgstr "الأول"
289
 
290
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
291
  msgid "Last"
292
  msgstr "آخر"
293
 
294
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
295
  msgid "Middle"
296
  msgstr "وسط"
297
 
298
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
299
  msgid "Area Code"
300
  msgstr "كود المنطقة"
301
 
302
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
303
  msgid "Phone Number"
304
  msgstr "رقم الهاتف"
305
 
306
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
307
  msgid "Dollars"
308
  msgstr "دولار"
309
 
310
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
311
  msgid "Cents"
312
  msgstr "سنتا "
313
 
314
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
315
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
316
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
317
  msgid "From"
318
  msgstr "من "
319
 
320
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
321
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
322
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
323
  msgid "To"
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: 2015-05-14 17:02+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:03+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: be\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
21
  msgid "Street Address"
22
  msgstr "Адрас"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
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:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "Горад:"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
36
  msgid "State / Province / Region"
37
  msgstr "Штат / Вобласць / рэгіён"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
41
  msgid "Postal / Zip Code"
42
  msgstr "Паштовы / Індэкс"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "&Прымацаваць"
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "Студзень"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "Люты"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "Сакавік"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "Красавік"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "Травень"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "Чэрвень"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "Ліпень"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "Жнівень"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
108
  msgid "September"
109
  msgstr "Верасень"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
114
  msgid "October"
115
  msgstr "Кастрычнік"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
120
  msgid "November"
121
  msgstr "Лістапад"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
126
  msgid "December"
127
  msgstr "Снежань"
128
 
@@ -137,50 +137,50 @@ msgstr ""
137
  "Ваш IP занесены ў чорны спіс. Калі ласка, звярніцеся да адміністратара "
138
  "сайта. "
139
 
140
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
141
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
142
  msgid "The file exceeds the allowed size of"
143
  msgstr "Размовы перавышае дапушчальны памер"
144
 
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
147
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
148
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
149
  msgid "Sorry, you are not allowed to upload this type of file."
150
  msgstr "На жаль, вы не можаце загрузіць гэты тып файла."
151
 
152
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
153
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
154
  msgid "Error, file cannot be moved."
155
  msgstr "Памылка, файл не можа быць перамешчаны."
156
 
157
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
158
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
159
  #, php-format
160
  msgid ""
161
  "This field %s requires a unique entry and this value was already submitted."
162
  msgstr ""
163
  "Гэтае поле %s патрабуе унікальную запіс, і гэтая велічыня ўжо прадстаўлены."
164
 
165
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
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:1435
171
  msgid "Nothing was submitted."
172
  msgstr "Нічога не было прадстаўлена."
173
 
174
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
175
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
176
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
177
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
178
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
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:2352
183
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
184
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
185
  msgid "Error, email was not sent."
186
  msgstr "Памылка, адрас электроннай пошты не быў адпраўлены."
@@ -218,101 +218,106 @@ msgstr "Праверка спасылка з'яўляецца несапраўд
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
220
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
221
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
238
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
239
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
240
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
241
  msgid "field is required."
242
  msgstr "поле абавязкова для запаўнення."
243
 
244
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
245
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
246
  msgid "This is not a valid email address."
247
  msgstr "Гэта не адрас электроннай пошты."
248
 
249
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
250
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
251
  msgid "The"
252
  msgstr ""
253
 
254
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
255
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
256
  msgid "value must be between"
257
  msgstr "значэнне павінна быць паміж "
258
 
259
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
263
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
264
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
265
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
266
  msgid "Quantity"
267
  msgstr "Колькасць"
268
 
269
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
271
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
272
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
273
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
274
  msgid "Your score should be less than"
275
  msgstr "Ваша ацэнка павінна быць не менш за "
276
 
277
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
278
  msgid "Title"
279
  msgstr "Назва"
280
 
281
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
282
  msgid "First"
283
  msgstr "Першы"
284
 
285
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
286
  msgid "Last"
287
  msgstr "Апошнія"
288
 
289
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
290
  msgid "Middle"
291
  msgstr "Сярэдзіна"
292
 
293
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
294
  msgid "Area Code"
295
  msgstr "Код зоны"
296
 
297
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
298
  msgid "Phone Number"
299
  msgstr "Нумар"
300
 
301
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
302
  msgid "Dollars"
303
  msgstr "даляры "
304
 
305
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
306
  msgid "Cents"
307
  msgstr "цэнтаў "
308
 
309
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
310
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
311
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
312
  msgid "From"
313
  msgstr "Ад"
314
 
315
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
316
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
317
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
318
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 16:50+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 16:50+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: be\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
21
  msgid "Street Address"
22
  msgstr "Адрас"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
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:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "Горад:"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
36
  msgid "State / Province / Region"
37
  msgstr "Штат / Вобласць / рэгіён"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
41
  msgid "Postal / Zip Code"
42
  msgstr "Паштовы / Індэкс"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "&Прымацаваць"
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "Студзень"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "Люты"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "Сакавік"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "Красавік"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "Травень"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "Чэрвень"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "Ліпень"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "Жнівень"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
108
  msgid "September"
109
  msgstr "Верасень"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
114
  msgid "October"
115
  msgstr "Кастрычнік"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
120
  msgid "November"
121
  msgstr "Лістапад"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
126
  msgid "December"
127
  msgstr "Снежань"
128
 
137
  "Ваш IP занесены ў чорны спіс. Калі ласка, звярніцеся да адміністратара "
138
  "сайта. "
139
 
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
142
  msgid "The file exceeds the allowed size of"
143
  msgstr "Размовы перавышае дапушчальны памер"
144
 
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
147
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
148
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
149
  msgid "Sorry, you are not allowed to upload this type of file."
150
  msgstr "На жаль, вы не можаце загрузіць гэты тып файла."
151
 
152
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
153
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
154
  msgid "Error, file cannot be moved."
155
  msgstr "Памылка, файл не можа быць перамешчаны."
156
 
157
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
159
  #, php-format
160
  msgid ""
161
  "This field %s requires a unique entry and this value was already submitted."
162
  msgstr ""
163
  "Гэтае поле %s патрабуе унікальную запіс, і гэтая велічыня ўжо прадстаўлены."
164
 
165
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
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:1434
171
  msgid "Nothing was submitted."
172
  msgstr "Нічога не было прадстаўлена."
173
 
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
176
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
177
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
178
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
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:2351
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
184
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
185
  msgid "Error, email was not sent."
186
  msgstr "Памылка, адрас электроннай пошты не быў адпраўлены."
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
220
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
221
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
238
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
239
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
240
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
241
  msgid "field is required."
242
  msgstr "поле абавязкова для запаўнення."
243
 
244
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
245
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
246
  msgid "This is not a valid email address."
247
  msgstr "Гэта не адрас электроннай пошты."
248
 
249
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
250
+ msgid ""
251
+ "You cannot select former dates. Choose a date starting from the current one."
252
+ msgstr "Вы не можаце выбраць былых даты. Выберыце дату, пачынаючы з бягучага."
253
+
254
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
255
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
256
  msgid "The"
257
  msgstr ""
258
 
259
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
260
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
261
  msgid "value must be between"
262
  msgstr "значэнне павінна быць паміж "
263
 
264
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
265
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
266
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
268
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
269
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
270
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
271
  msgid "Quantity"
272
  msgstr "Колькасць"
273
 
274
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
275
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
276
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
277
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
278
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
279
  msgid "Your score should be less than"
280
  msgstr "Ваша ацэнка павінна быць не менш за "
281
 
282
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
283
  msgid "Title"
284
  msgstr "Назва"
285
 
286
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
287
  msgid "First"
288
  msgstr "Першы"
289
 
290
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
291
  msgid "Last"
292
  msgstr "Апошнія"
293
 
294
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
295
  msgid "Middle"
296
  msgstr "Сярэдзіна"
297
 
298
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
299
  msgid "Area Code"
300
  msgstr "Код зоны"
301
 
302
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
303
  msgid "Phone Number"
304
  msgstr "Нумар"
305
 
306
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
307
  msgid "Dollars"
308
  msgstr "даляры "
309
 
310
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
311
  msgid "Cents"
312
  msgstr "цэнтаў "
313
 
314
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
315
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
316
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
317
  msgid "From"
318
  msgstr "Ад"
319
 
320
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
321
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
322
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
323
  msgid "To"
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: 2015-05-14 17:03+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:04+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: bg\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
21
  msgid "Street Address"
22
  msgstr "Улица"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
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:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "Sofia"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
36
  msgid "State / Province / Region"
37
  msgstr "Щат / Провинция / Регион"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
41
  msgid "Postal / Zip Code"
42
  msgstr "Пощенски / Zip код"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "Държава"
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "януари"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "февруари"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "март"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "април"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "Май"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "юни"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "юли"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "август"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
108
  msgid "September"
109
  msgstr "септември"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
114
  msgid "October"
115
  msgstr "октомври"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
120
  msgid "November"
121
  msgstr "ноември"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
126
  msgid "December"
127
  msgstr "декември"
128
 
@@ -135,50 +135,50 @@ msgstr "Грешка, неправилно Код за сигурност."
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "Вашият IP е черна. Моля, свържете се с администратора на сайта. "
137
 
138
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
139
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "Файлът превишава допустимия размер на"
142
 
143
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
144
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "За съжаление, не е позволено да се качите на този тип файл."
149
 
150
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
151
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
152
  msgid "Error, file cannot be moved."
153
  msgstr "Грешка, файлът не може да бъде преместен."
154
 
155
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
156
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
160
  msgstr ""
161
  "Това поле %s изисква уникален влизане и тази стойност вече е изпратена."
162
 
163
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
164
  #, fuzzy
165
  msgid "Error, file destination does not exist."
166
  msgstr "Грешка, електронна поща не е изпратено."
167
 
168
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
169
  msgid "Nothing was submitted."
170
  msgstr "Нищо не беше представен."
171
 
172
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
173
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
174
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
175
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
176
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
177
  msgid "Your form was successfully submitted."
178
  msgstr "Вашият форма е успешно изпратена."
179
 
180
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2352
181
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
182
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
183
  msgid "Error, email was not sent."
184
  msgstr "Грешка, електронна поща не е изпратено."
@@ -216,101 +216,107 @@ msgstr "Проверка на връзката е невалиден."
216
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
219
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
220
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
221
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
238
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
239
  msgid "field is required."
240
  msgstr "Полето е задължително."
241
 
242
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
243
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
244
  msgid "This is not a valid email address."
245
  msgstr "Това не е валиден имейл адрес."
246
 
247
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
248
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
 
249
  msgid "The"
250
  msgstr "The "
251
 
252
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
253
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
254
  msgid "value must be between"
255
  msgstr "стойност трябва да бъде между "
256
 
257
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
258
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
259
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
263
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
264
  msgid "Quantity"
265
  msgstr "количество "
266
 
267
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
268
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
269
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
271
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
272
  msgid "Your score should be less than"
273
  msgstr "Вашият резултат трябва да бъде по-малко от "
274
 
275
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
276
  msgid "Title"
277
  msgstr "Наименование"
278
 
279
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
280
  msgid "First"
281
  msgstr "Първа"
282
 
283
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
284
  msgid "Last"
285
  msgstr "Дата на последния одит. "
286
 
287
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
288
  msgid "Middle"
289
  msgstr "Среден"
290
 
291
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
292
  msgid "Area Code"
293
  msgstr "Регионалния код"
294
 
295
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
296
  msgid "Phone Number"
297
  msgstr "Телефонен номер"
298
 
299
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
300
  msgid "Dollars"
301
  msgstr "Dollars "
302
 
303
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
304
  msgid "Cents"
305
  msgstr "Cents "
306
 
307
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
308
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
309
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
310
  msgid "From"
311
  msgstr "от "
312
 
313
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
314
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
315
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
316
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 16:50+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 16:51+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: bg\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
21
  msgid "Street Address"
22
  msgstr "Улица"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
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:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "Sofia"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
36
  msgid "State / Province / Region"
37
  msgstr "Щат / Провинция / Регион"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
41
  msgid "Postal / Zip Code"
42
  msgstr "Пощенски / Zip код"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "Държава"
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "януари"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "февруари"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "март"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "април"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "Май"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "юни"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "юли"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "август"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
108
  msgid "September"
109
  msgstr "септември"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
114
  msgid "October"
115
  msgstr "октомври"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
120
  msgid "November"
121
  msgstr "ноември"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
126
  msgid "December"
127
  msgstr "декември"
128
 
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "Вашият IP е черна. Моля, свържете се с администратора на сайта. "
137
 
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "Файлът превишава допустимия размер на"
142
 
143
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
144
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "За съжаление, не е позволено да се качите на този тип файл."
149
 
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
151
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
152
  msgid "Error, file cannot be moved."
153
  msgstr "Грешка, файлът не може да бъде преместен."
154
 
155
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
156
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
160
  msgstr ""
161
  "Това поле %s изисква уникален влизане и тази стойност вече е изпратена."
162
 
163
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
164
  #, fuzzy
165
  msgid "Error, file destination does not exist."
166
  msgstr "Грешка, електронна поща не е изпратено."
167
 
168
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
169
  msgid "Nothing was submitted."
170
  msgstr "Нищо не беше представен."
171
 
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
176
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
177
  msgid "Your form was successfully submitted."
178
  msgstr "Вашият форма е успешно изпратена."
179
 
180
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2351
181
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
182
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
183
  msgid "Error, email was not sent."
184
  msgstr "Грешка, електронна поща не е изпратено."
216
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
219
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
220
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
221
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
238
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
239
  msgid "field is required."
240
  msgstr "Полето е задължително."
241
 
242
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
243
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
244
  msgid "This is not a valid email address."
245
  msgstr "Това не е валиден имейл адрес."
246
 
247
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
248
+ msgid ""
249
+ "You cannot select former dates. Choose a date starting from the current one."
250
+ msgstr ""
251
+ "Не можете да изберете бивши дати. Изберете дата, започвайки от настоящата."
252
+
253
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
254
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
255
  msgid "The"
256
  msgstr "The "
257
 
258
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
259
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
260
  msgid "value must be between"
261
  msgstr "стойност трябва да бъде между "
262
 
263
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
264
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
265
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
266
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
268
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
269
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
270
  msgid "Quantity"
271
  msgstr "количество "
272
 
273
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
274
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
275
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
276
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
277
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
278
  msgid "Your score should be less than"
279
  msgstr "Вашият резултат трябва да бъде по-малко от "
280
 
281
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
282
  msgid "Title"
283
  msgstr "Наименование"
284
 
285
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
286
  msgid "First"
287
  msgstr "Първа"
288
 
289
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
290
  msgid "Last"
291
  msgstr "Дата на последния одит. "
292
 
293
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
294
  msgid "Middle"
295
  msgstr "Среден"
296
 
297
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
298
  msgid "Area Code"
299
  msgstr "Регионалния код"
300
 
301
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
302
  msgid "Phone Number"
303
  msgstr "Телефонен номер"
304
 
305
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
306
  msgid "Dollars"
307
  msgstr "Dollars "
308
 
309
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
310
  msgid "Cents"
311
  msgstr "Cents "
312
 
313
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
314
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
315
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
316
  msgid "From"
317
  msgstr "от "
318
 
319
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
320
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
321
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
322
  msgid "To"
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: 2015-05-14 17:04+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:04+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: ca\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
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:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
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:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "NomDistingit"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
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:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
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:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "País "
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "Gener"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "Febrer"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "Març"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "Abril"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "Mai"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "Juny"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "Juliol"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "Agost"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
108
  msgid "September"
109
  msgstr "Setembre"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
114
  msgid "October"
115
  msgstr "Octubre"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
120
  msgid "November"
121
  msgstr "Novembre"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
126
  msgid "December"
127
  msgstr "Desembre"
128
 
@@ -137,25 +137,25 @@ msgstr ""
137
  "La seva ip és la llista negra. Si us plau, poseu-vos en contacte amb "
138
  "l'administrador del lloc web. "
139
 
140
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
141
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
142
  msgid "The file exceeds the allowed size of"
143
  msgstr "L'arxiu supera la grandària permès de"
144
 
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
147
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
148
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
149
  msgid "Sorry, you are not allowed to upload this type of file."
150
  msgstr "Ho sentim, no estan autoritzats a pujar aquest tipus de fitxer."
151
 
152
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
153
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
154
  msgid "Error, file cannot be moved."
155
  msgstr "Error, l'arxiu no es pot moure."
156
 
157
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
158
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
159
  #, php-format
160
  msgid ""
161
  "This field %s requires a unique entry and this value was already submitted."
@@ -163,25 +163,25 @@ msgstr ""
163
  "Aquest camp %s requereix d'una entrada única i aquest valor ja s'havia "
164
  "presentat."
165
 
166
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
167
  #, fuzzy
168
  msgid "Error, file destination does not exist."
169
  msgstr "Error, el correu electrònic no va ser enviat."
170
 
171
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
172
  msgid "Nothing was submitted."
173
  msgstr "Res es va presentar."
174
 
175
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
176
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
177
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
178
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
179
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
180
  msgid "Your form was successfully submitted."
181
  msgstr "El formulari s'ha enviat correctament."
182
 
183
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2352
184
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
185
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
186
  msgid "Error, email was not sent."
187
  msgstr "Error, el correu electrònic no va ser enviat."
@@ -219,101 +219,108 @@ msgstr "Enllaç de verificació no és vàlid."
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
220
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
221
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
238
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
239
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
240
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
241
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
242
  msgid "field is required."
243
  msgstr "camp és obligatori."
244
 
245
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
246
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
247
  msgid "This is not a valid email address."
248
  msgstr "Això no és una adreça de correu electrònic vàlida."
249
 
250
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
251
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
 
 
252
  msgid "The"
253
  msgstr "la "
254
 
255
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
256
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
257
  msgid "value must be between"
258
  msgstr "valor ha d'estar entre "
259
 
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
263
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
264
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
265
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
266
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
267
  msgid "Quantity"
268
  msgstr "quantitat "
269
 
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
271
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
272
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
273
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
274
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
275
  msgid "Your score should be less than"
276
  msgstr "La seva puntuació ha de ser inferior a "
277
 
278
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
279
  msgid "Title"
280
  msgstr "Títol"
281
 
282
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
283
  msgid "First"
284
  msgstr "Primer"
285
 
286
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
287
  msgid "Last"
288
  msgstr "Últim"
289
 
290
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
291
  msgid "Middle"
292
  msgstr "Mitjà"
293
 
294
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
295
  msgid "Area Code"
296
  msgstr "Codi d'àrea"
297
 
298
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
299
  msgid "Phone Number"
300
  msgstr "Número de telèfon"
301
 
302
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
303
  msgid "Dollars"
304
  msgstr "dòlars "
305
 
306
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
307
  msgid "Cents"
308
  msgstr "cents "
309
 
310
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
311
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
312
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
313
  msgid "From"
314
  msgstr "des "
315
 
316
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
317
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
318
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
319
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 16:51+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 16:51+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: ca\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
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:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
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:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "NomDistingit"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
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:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
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:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "País "
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "Gener"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "Febrer"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "Març"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "Abril"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "Mai"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "Juny"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "Juliol"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "Agost"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
108
  msgid "September"
109
  msgstr "Setembre"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
114
  msgid "October"
115
  msgstr "Octubre"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
120
  msgid "November"
121
  msgstr "Novembre"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
126
  msgid "December"
127
  msgstr "Desembre"
128
 
137
  "La seva ip és la llista negra. Si us plau, poseu-vos en contacte amb "
138
  "l'administrador del lloc web. "
139
 
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
142
  msgid "The file exceeds the allowed size of"
143
  msgstr "L'arxiu supera la grandària permès de"
144
 
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
147
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
148
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
149
  msgid "Sorry, you are not allowed to upload this type of file."
150
  msgstr "Ho sentim, no estan autoritzats a pujar aquest tipus de fitxer."
151
 
152
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
153
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
154
  msgid "Error, file cannot be moved."
155
  msgstr "Error, l'arxiu no es pot moure."
156
 
157
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
159
  #, php-format
160
  msgid ""
161
  "This field %s requires a unique entry and this value was already submitted."
163
  "Aquest camp %s requereix d'una entrada única i aquest valor ja s'havia "
164
  "presentat."
165
 
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
167
  #, fuzzy
168
  msgid "Error, file destination does not exist."
169
  msgstr "Error, el correu electrònic no va ser enviat."
170
 
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
172
  msgid "Nothing was submitted."
173
  msgstr "Res es va presentar."
174
 
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
176
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
177
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
178
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
179
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
180
  msgid "Your form was successfully submitted."
181
  msgstr "El formulari s'ha enviat correctament."
182
 
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2351
184
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
185
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
186
  msgid "Error, email was not sent."
187
  msgstr "Error, el correu electrònic no va ser enviat."
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
220
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
221
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
238
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
239
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
240
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
241
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
242
  msgid "field is required."
243
  msgstr "camp és obligatori."
244
 
245
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
246
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
247
  msgid "This is not a valid email address."
248
  msgstr "Això no és una adreça de correu electrònic vàlida."
249
 
250
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
251
+ msgid ""
252
+ "You cannot select former dates. Choose a date starting from the current one."
253
+ msgstr ""
254
+ "No és possible seleccionar les dates anteriors. Trieu una data a partir de "
255
+ "l'actual."
256
+
257
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
258
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
259
  msgid "The"
260
  msgstr "la "
261
 
262
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
263
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
264
  msgid "value must be between"
265
  msgstr "valor ha d'estar entre "
266
 
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
268
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
269
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
270
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
271
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
272
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
273
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
274
  msgid "Quantity"
275
  msgstr "quantitat "
276
 
277
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
278
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
279
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
280
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
281
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
282
  msgid "Your score should be less than"
283
  msgstr "La seva puntuació ha de ser inferior a "
284
 
285
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
286
  msgid "Title"
287
  msgstr "Títol"
288
 
289
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
290
  msgid "First"
291
  msgstr "Primer"
292
 
293
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
294
  msgid "Last"
295
  msgstr "Últim"
296
 
297
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
298
  msgid "Middle"
299
  msgstr "Mitjà"
300
 
301
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
302
  msgid "Area Code"
303
  msgstr "Codi d'àrea"
304
 
305
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
306
  msgid "Phone Number"
307
  msgstr "Número de telèfon"
308
 
309
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
310
  msgid "Dollars"
311
  msgstr "dòlars "
312
 
313
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
314
  msgid "Cents"
315
  msgstr "cents "
316
 
317
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
318
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
319
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
320
  msgid "From"
321
  msgstr "des "
322
 
323
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
324
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
325
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
326
  msgid "To"
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: 2015-05-14 17:05+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:05+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: cs\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
21
  msgid "Street Address"
22
  msgstr "Ulice"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
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:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "Město"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
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:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
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:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "Země"
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "Leden"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "Únor"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "Březen"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "Duben"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "Květen"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "Červen"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "Červenec"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "Srpen"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
108
  msgid "September"
109
  msgstr "Září"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
114
  msgid "October"
115
  msgstr "Říjen"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
120
  msgid "November"
121
  msgstr "Listopad"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
126
  msgid "December"
127
  msgstr "Prosinec"
128
 
@@ -135,50 +135,50 @@ msgstr "Chyba, nesprávný bezpečnostní kód."
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "Vaše IP je na černé listině. Prosím, obraťte se na správce webu. "
137
 
138
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
139
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "Souboru přesáhne povolenou velikost"
142
 
143
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
144
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "Je nám líto, ale nemáte možnost nahrát tento typ souboru."
149
 
150
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
151
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
152
  msgid "Error, file cannot be moved."
153
  msgstr "Chyba může soubor nelze přesunout."
154
 
155
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
156
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
160
  msgstr ""
161
  "Toto pole %s vyžaduje jedinečný přístup a tato hodnota byla již podána."
162
 
163
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
164
  #, fuzzy
165
  msgid "Error, file destination does not exist."
166
  msgstr "Chyba, byl e-mail neposlal."
167
 
168
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
169
  msgid "Nothing was submitted."
170
  msgstr "Nic byl předložen."
171
 
172
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
173
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
174
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
175
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
176
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
177
  msgid "Your form was successfully submitted."
178
  msgstr "Váš formulář byl úspěšně odeslán."
179
 
180
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2352
181
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
182
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
183
  msgid "Error, email was not sent."
184
  msgstr "Chyba, byl e-mail neposlal."
@@ -216,101 +216,106 @@ msgstr "Ověřovací odkaz je neplatný."
216
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
219
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
220
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
221
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
238
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
239
  msgid "field is required."
240
  msgstr "pole je povinné."
241
 
242
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
243
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
244
  msgid "This is not a valid email address."
245
  msgstr "Toto není platná e-mailová adresa."
246
 
247
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
248
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
249
  msgid "The"
250
  msgstr "The"
251
 
252
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
253
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
254
  msgid "value must be between"
255
  msgstr "hodnota musí být mezi "
256
 
257
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
258
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
259
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
263
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
264
  msgid "Quantity"
265
  msgstr "množství "
266
 
267
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
268
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
269
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
271
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
272
  msgid "Your score should be less than"
273
  msgstr "Vaše skóre by měla být menší než "
274
 
275
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
276
  msgid "Title"
277
  msgstr "Název"
278
 
279
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
280
  msgid "First"
281
  msgstr "Za prvé"
282
 
283
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
284
  msgid "Last"
285
  msgstr "Poslední"
286
 
287
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
288
  msgid "Middle"
289
  msgstr "na střed"
290
 
291
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
292
  msgid "Area Code"
293
  msgstr "Kód oblasti"
294
 
295
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
296
  msgid "Phone Number"
297
  msgstr "Telefonní číslo"
298
 
299
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
300
  msgid "Dollars"
301
  msgstr "dolarů "
302
 
303
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
304
  msgid "Cents"
305
  msgstr "centů "
306
 
307
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
308
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
309
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
310
  msgid "From"
311
  msgstr "od "
312
 
313
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
314
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
315
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
316
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 16:51+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 16:51+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: cs\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
21
  msgid "Street Address"
22
  msgstr "Ulice"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
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:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "Město"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
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:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
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:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "Země"
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "Leden"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "Únor"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "Březen"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "Duben"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "Květen"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "Červen"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "Červenec"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "Srpen"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
108
  msgid "September"
109
  msgstr "Září"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
114
  msgid "October"
115
  msgstr "Říjen"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
120
  msgid "November"
121
  msgstr "Listopad"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
126
  msgid "December"
127
  msgstr "Prosinec"
128
 
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "Vaše IP je na černé listině. Prosím, obraťte se na správce webu. "
137
 
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "Souboru přesáhne povolenou velikost"
142
 
143
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
144
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "Je nám líto, ale nemáte možnost nahrát tento typ souboru."
149
 
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
151
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
152
  msgid "Error, file cannot be moved."
153
  msgstr "Chyba může soubor nelze přesunout."
154
 
155
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
156
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
160
  msgstr ""
161
  "Toto pole %s vyžaduje jedinečný přístup a tato hodnota byla již podána."
162
 
163
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
164
  #, fuzzy
165
  msgid "Error, file destination does not exist."
166
  msgstr "Chyba, byl e-mail neposlal."
167
 
168
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
169
  msgid "Nothing was submitted."
170
  msgstr "Nic byl předložen."
171
 
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
176
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
177
  msgid "Your form was successfully submitted."
178
  msgstr "Váš formulář byl úspěšně odeslán."
179
 
180
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2351
181
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
182
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
183
  msgid "Error, email was not sent."
184
  msgstr "Chyba, byl e-mail neposlal."
216
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
219
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
220
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
221
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
238
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
239
  msgid "field is required."
240
  msgstr "pole je povinné."
241
 
242
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
243
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
244
  msgid "This is not a valid email address."
245
  msgstr "Toto není platná e-mailová adresa."
246
 
247
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
248
+ msgid ""
249
+ "You cannot select former dates. Choose a date starting from the current one."
250
+ msgstr "Nemůžete vybrat bývalé termín. Vyberte datum počínaje aktuální."
251
+
252
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
253
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
254
  msgid "The"
255
  msgstr "The"
256
 
257
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
258
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
259
  msgid "value must be between"
260
  msgstr "hodnota musí být mezi "
261
 
262
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
263
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
264
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
265
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
266
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
268
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
269
  msgid "Quantity"
270
  msgstr "množství "
271
 
272
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
273
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
274
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
275
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
276
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
277
  msgid "Your score should be less than"
278
  msgstr "Vaše skóre by měla být menší než "
279
 
280
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
281
  msgid "Title"
282
  msgstr "Název"
283
 
284
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
285
  msgid "First"
286
  msgstr "Za prvé"
287
 
288
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
289
  msgid "Last"
290
  msgstr "Poslední"
291
 
292
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
293
  msgid "Middle"
294
  msgstr "na střed"
295
 
296
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
297
  msgid "Area Code"
298
  msgstr "Kód oblasti"
299
 
300
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
301
  msgid "Phone Number"
302
  msgstr "Telefonní číslo"
303
 
304
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
305
  msgid "Dollars"
306
  msgstr "dolarů "
307
 
308
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
309
  msgid "Cents"
310
  msgstr "centů "
311
 
312
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
313
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
314
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
315
  msgid "From"
316
  msgstr "od "
317
 
318
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
319
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
320
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
321
  msgid "To"
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: 2015-05-14 17:05+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:06+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: da\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
21
  msgid "Street Address"
22
  msgstr "Gade"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
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:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "By"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
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:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
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:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "Land"
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "Januar"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "Februar"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "Marts"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "April"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "Maj"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "Juni"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "Juli"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "August"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
108
  msgid "September"
109
  msgstr "September"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
114
  msgid "October"
115
  msgstr "Oktober"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
120
  msgid "November"
121
  msgstr "November"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
126
  msgid "December"
127
  msgstr "December"
128
 
@@ -135,50 +135,50 @@ msgstr "Fejl, forkert sikkerhedskode kode."
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "Din IP er sortlistet. Kontakt venligst hjemmesiden administrator. "
137
 
138
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
139
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "Filen overskrider den tilladte størrelse"
142
 
143
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
144
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "Du har desværre ikke tilladelse til at uploade denne type fil."
149
 
150
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
151
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
152
  msgid "Error, file cannot be moved."
153
  msgstr "Fejl, kan filen ikke kan flyttes."
154
 
155
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
156
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
160
  msgstr ""
161
  "Dette felt %s kræver en unik indgang, og denne værdi var allerede indsendt."
162
 
163
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
164
  #, fuzzy
165
  msgid "Error, file destination does not exist."
166
  msgstr "Fejl, blev e-mailen ikke sendt."
167
 
168
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
169
  msgid "Nothing was submitted."
170
  msgstr "Intet blev fremlagt."
171
 
172
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
173
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
174
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
175
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
176
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
177
  msgid "Your form was successfully submitted."
178
  msgstr "Din formular blev succesfuldt sendt."
179
 
180
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2352
181
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
182
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
183
  msgid "Error, email was not sent."
184
  msgstr "Fejl, blev e-mailen ikke sendt."
@@ -216,101 +216,107 @@ msgstr "Bekræftelseslink er ugyldigt."
216
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
219
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
220
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
221
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
238
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
239
  msgid "field is required."
240
  msgstr "felt er påkrævet."
241
 
242
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
243
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
244
  msgid "This is not a valid email address."
245
  msgstr "Dette er ikke en gyldig e-mail-adresse."
246
 
247
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
248
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
 
249
  msgid "The"
250
  msgstr "den "
251
 
252
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
253
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
254
  msgid "value must be between"
255
  msgstr "værdi skal være mellem "
256
 
257
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
258
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
259
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
263
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
264
  msgid "Quantity"
265
  msgstr "mængde "
266
 
267
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
268
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
269
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
271
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
272
  msgid "Your score should be less than"
273
  msgstr "Din score skal være mindre end "
274
 
275
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
276
  msgid "Title"
277
  msgstr "Titel"
278
 
279
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
280
  msgid "First"
281
  msgstr "Første"
282
 
283
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
284
  msgid "Last"
285
  msgstr "Sidste"
286
 
287
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
288
  msgid "Middle"
289
  msgstr "Mellemøsten"
290
 
291
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
292
  msgid "Area Code"
293
  msgstr "Områdekode"
294
 
295
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
296
  msgid "Phone Number"
297
  msgstr "telefonnummer. "
298
 
299
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
300
  msgid "Dollars"
301
  msgstr "dollars "
302
 
303
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
304
  msgid "Cents"
305
  msgstr "cents"
306
 
307
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
308
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
309
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
310
  msgid "From"
311
  msgstr "fra "
312
 
313
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
314
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
315
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
316
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 16:52+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 16:52+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: da\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
21
  msgid "Street Address"
22
  msgstr "Gade"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
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:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "By"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
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:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
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:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "Land"
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "Januar"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "Februar"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "Marts"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "April"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "Maj"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "Juni"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "Juli"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "August"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
108
  msgid "September"
109
  msgstr "September"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
114
  msgid "October"
115
  msgstr "Oktober"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
120
  msgid "November"
121
  msgstr "November"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
126
  msgid "December"
127
  msgstr "December"
128
 
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "Din IP er sortlistet. Kontakt venligst hjemmesiden administrator. "
137
 
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "Filen overskrider den tilladte størrelse"
142
 
143
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
144
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "Du har desværre ikke tilladelse til at uploade denne type fil."
149
 
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
151
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
152
  msgid "Error, file cannot be moved."
153
  msgstr "Fejl, kan filen ikke kan flyttes."
154
 
155
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
156
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
160
  msgstr ""
161
  "Dette felt %s kræver en unik indgang, og denne værdi var allerede indsendt."
162
 
163
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
164
  #, fuzzy
165
  msgid "Error, file destination does not exist."
166
  msgstr "Fejl, blev e-mailen ikke sendt."
167
 
168
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
169
  msgid "Nothing was submitted."
170
  msgstr "Intet blev fremlagt."
171
 
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
176
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
177
  msgid "Your form was successfully submitted."
178
  msgstr "Din formular blev succesfuldt sendt."
179
 
180
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2351
181
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
182
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
183
  msgid "Error, email was not sent."
184
  msgstr "Fejl, blev e-mailen ikke sendt."
216
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
219
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
220
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
221
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
238
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
239
  msgid "field is required."
240
  msgstr "felt er påkrævet."
241
 
242
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
243
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
244
  msgid "This is not a valid email address."
245
  msgstr "Dette er ikke en gyldig e-mail-adresse."
246
 
247
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
248
+ msgid ""
249
+ "You cannot select former dates. Choose a date starting from the current one."
250
+ msgstr ""
251
+ "Du kan ikke vælge tidligere datoer. Vælg en dato starter fra den nuværende."
252
+
253
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
254
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
255
  msgid "The"
256
  msgstr "den "
257
 
258
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
259
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
260
  msgid "value must be between"
261
  msgstr "værdi skal være mellem "
262
 
263
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
264
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
265
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
266
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
268
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
269
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
270
  msgid "Quantity"
271
  msgstr "mængde "
272
 
273
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
274
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
275
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
276
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
277
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
278
  msgid "Your score should be less than"
279
  msgstr "Din score skal være mindre end "
280
 
281
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
282
  msgid "Title"
283
  msgstr "Titel"
284
 
285
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
286
  msgid "First"
287
  msgstr "Første"
288
 
289
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
290
  msgid "Last"
291
  msgstr "Sidste"
292
 
293
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
294
  msgid "Middle"
295
  msgstr "Mellemøsten"
296
 
297
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
298
  msgid "Area Code"
299
  msgstr "Områdekode"
300
 
301
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
302
  msgid "Phone Number"
303
  msgstr "telefonnummer. "
304
 
305
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
306
  msgid "Dollars"
307
  msgstr "dollars "
308
 
309
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
310
  msgid "Cents"
311
  msgstr "cents"
312
 
313
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
314
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
315
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
316
  msgid "From"
317
  msgstr "fra "
318
 
319
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
320
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
321
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
322
  msgid "To"
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: 2015-05-14 17:06+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:07+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: de\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
21
  msgid "Street Address"
22
  msgstr "Postanschrift"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
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:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "Stadt"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
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:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
41
  msgid "Postal / Zip Code"
42
  msgstr "Postleitzahl"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "Land"
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "Januar"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "Februar"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "März"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "April"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "Mai"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "Juni"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "Juli"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "August"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
108
  msgid "September"
109
  msgstr "September"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
114
  msgid "October"
115
  msgstr "Oktober"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
120
  msgid "November"
121
  msgstr "November"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
126
  msgid "December"
127
  msgstr "Dezember"
128
 
@@ -137,25 +137,25 @@ msgstr ""
137
  "Ihre IP wird die schwarze Liste gesetzt. Bitte kontaktieren Sie die Website-"
138
  "Administrator. "
139
 
140
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
141
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
142
  msgid "The file exceeds the allowed size of"
143
  msgstr "Die Datei überschreitet die zulässige Größe von"
144
 
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
147
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
148
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
149
  msgid "Sorry, you are not allowed to upload this type of file."
150
  msgstr "Leider sind Sie nicht berechtigt, diese Art von Datei hochzuladen."
151
 
152
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
153
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
154
  msgid "Error, file cannot be moved."
155
  msgstr "Fehler, kann Datei nicht verschoben werden."
156
 
157
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
158
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
159
  #, php-format
160
  msgid ""
161
  "This field %s requires a unique entry and this value was already submitted."
@@ -163,25 +163,25 @@ msgstr ""
163
  "Dieses Feld %s benötigt einen eindeutigen Eintrag und dieser Wert wurde "
164
  "bereits eingereicht."
165
 
166
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
167
  #, fuzzy
168
  msgid "Error, file destination does not exist."
169
  msgstr "Fehler, E-Mail wurde nicht gesendet."
170
 
171
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
172
  msgid "Nothing was submitted."
173
  msgstr "Nichts wurde eingereicht."
174
 
175
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
176
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
177
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
178
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
179
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
180
  msgid "Your form was successfully submitted."
181
  msgstr "Das Formular wurde erfolgreich übermittelt."
182
 
183
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2352
184
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
185
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
186
  msgid "Error, email was not sent."
187
  msgstr "Fehler, E-Mail wurde nicht gesendet."
@@ -219,101 +219,108 @@ msgstr "Bestätigungs-Link ist ungültig."
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
220
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
221
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
238
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
239
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
240
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
241
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
242
  msgid "field is required."
243
  msgstr "Feld ist erforderlich."
244
 
245
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
246
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
247
  msgid "This is not a valid email address."
248
  msgstr "Dies ist keine gültige E-Mail-Adresse."
249
 
250
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
251
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
 
 
252
  msgid "The"
253
  msgstr "die "
254
 
255
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
256
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
257
  msgid "value must be between"
258
  msgstr "Wert muss zwischen "
259
 
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
263
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
264
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
265
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
266
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
267
  msgid "Quantity"
268
  msgstr "Menge "
269
 
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
271
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
272
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
273
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
274
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
275
  msgid "Your score should be less than"
276
  msgstr "Ihr Ergebnis sollte kleiner sein als "
277
 
278
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
279
  msgid "Title"
280
  msgstr "Titel"
281
 
282
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
283
  msgid "First"
284
  msgstr "Vorname "
285
 
286
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
287
  msgid "Last"
288
  msgstr "Nachname"
289
 
290
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
291
  msgid "Middle"
292
  msgstr "Zweiter Vorname"
293
 
294
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
295
  msgid "Area Code"
296
  msgstr "Vorwahl"
297
 
298
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
299
  msgid "Phone Number"
300
  msgstr "Telefonnummer"
301
 
302
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
303
  msgid "Dollars"
304
  msgstr "Dollar "
305
 
306
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
307
  msgid "Cents"
308
  msgstr "cents "
309
 
310
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
311
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
312
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
313
  msgid "From"
314
  msgstr "aus "
315
 
316
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
317
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
318
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
319
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 16:52+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 16:52+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: de\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
21
  msgid "Street Address"
22
  msgstr "Postanschrift"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
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:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "Stadt"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
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:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
41
  msgid "Postal / Zip Code"
42
  msgstr "Postleitzahl"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "Land"
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "Januar"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "Februar"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "März"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "April"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "Mai"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "Juni"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "Juli"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "August"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
108
  msgid "September"
109
  msgstr "September"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
114
  msgid "October"
115
  msgstr "Oktober"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
120
  msgid "November"
121
  msgstr "November"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
126
  msgid "December"
127
  msgstr "Dezember"
128
 
137
  "Ihre IP wird die schwarze Liste gesetzt. Bitte kontaktieren Sie die Website-"
138
  "Administrator. "
139
 
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
142
  msgid "The file exceeds the allowed size of"
143
  msgstr "Die Datei überschreitet die zulässige Größe von"
144
 
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
147
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
148
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
149
  msgid "Sorry, you are not allowed to upload this type of file."
150
  msgstr "Leider sind Sie nicht berechtigt, diese Art von Datei hochzuladen."
151
 
152
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
153
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
154
  msgid "Error, file cannot be moved."
155
  msgstr "Fehler, kann Datei nicht verschoben werden."
156
 
157
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
159
  #, php-format
160
  msgid ""
161
  "This field %s requires a unique entry and this value was already submitted."
163
  "Dieses Feld %s benötigt einen eindeutigen Eintrag und dieser Wert wurde "
164
  "bereits eingereicht."
165
 
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
167
  #, fuzzy
168
  msgid "Error, file destination does not exist."
169
  msgstr "Fehler, E-Mail wurde nicht gesendet."
170
 
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
172
  msgid "Nothing was submitted."
173
  msgstr "Nichts wurde eingereicht."
174
 
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
176
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
177
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
178
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
179
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
180
  msgid "Your form was successfully submitted."
181
  msgstr "Das Formular wurde erfolgreich übermittelt."
182
 
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2351
184
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
185
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
186
  msgid "Error, email was not sent."
187
  msgstr "Fehler, E-Mail wurde nicht gesendet."
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
220
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
221
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
238
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
239
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
240
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
241
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
242
  msgid "field is required."
243
  msgstr "Feld ist erforderlich."
244
 
245
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
246
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
247
  msgid "This is not a valid email address."
248
  msgstr "Dies ist keine gültige E-Mail-Adresse."
249
 
250
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
251
+ msgid ""
252
+ "You cannot select former dates. Choose a date starting from the current one."
253
+ msgstr ""
254
+ "Sie können keine früheren Daten auszuwählen. Wählen Sie ein Datum ausgehend "
255
+ "von der aktuellen."
256
+
257
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
258
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
259
  msgid "The"
260
  msgstr "die "
261
 
262
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
263
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
264
  msgid "value must be between"
265
  msgstr "Wert muss zwischen "
266
 
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
268
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
269
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
270
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
271
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
272
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
273
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
274
  msgid "Quantity"
275
  msgstr "Menge "
276
 
277
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
278
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
279
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
280
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
281
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
282
  msgid "Your score should be less than"
283
  msgstr "Ihr Ergebnis sollte kleiner sein als "
284
 
285
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
286
  msgid "Title"
287
  msgstr "Titel"
288
 
289
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
290
  msgid "First"
291
  msgstr "Vorname "
292
 
293
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
294
  msgid "Last"
295
  msgstr "Nachname"
296
 
297
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
298
  msgid "Middle"
299
  msgstr "Zweiter Vorname"
300
 
301
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
302
  msgid "Area Code"
303
  msgstr "Vorwahl"
304
 
305
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
306
  msgid "Phone Number"
307
  msgstr "Telefonnummer"
308
 
309
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
310
  msgid "Dollars"
311
  msgstr "Dollar "
312
 
313
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
314
  msgid "Cents"
315
  msgstr "cents "
316
 
317
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
318
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
319
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
320
  msgid "From"
321
  msgstr "aus "
322
 
323
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
324
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
325
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
326
  msgid "To"
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: 2015-05-14 17:07+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:07+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: el\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
21
  msgid "Street Address"
22
  msgstr "Οδός"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
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:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "Πόλη"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
36
  msgid "State / Province / Region"
37
  msgstr "Πολιτεία / Επαρχία / Περιφέρεια"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
41
  msgid "Postal / Zip Code"
42
  msgstr "Ταχυδρομική / Τ.Κ."
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "Χώρα"
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "Ιανουάριος"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "Φεβρουάριος"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "Μάρτιος"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "Απρίλης"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "Μάιος"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "Ιούνιος"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "Ιούλιος"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "Αύγουστος"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
108
  msgid "September"
109
  msgstr "Σεπτέμβριος"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
114
  msgid "October"
115
  msgstr "Οκτώβριος"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
120
  msgid "November"
121
  msgstr "Νοέμβριος"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
126
  msgid "December"
127
  msgstr "Δεκέμβριος"
128
 
@@ -137,26 +137,26 @@ msgstr ""
137
  "Ip σας είναι στη μαύρη λίστα. Παρακαλώ επικοινωνήστε με τον διαχειριστή της "
138
  "ιστοσελίδας. "
139
 
140
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
141
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
142
  msgid "The file exceeds the allowed size of"
143
  msgstr "Το αρχείο υπερβαίνει το επιτρεπόμενο μέγεθος των"
144
 
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
147
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
148
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
149
  msgid "Sorry, you are not allowed to upload this type of file."
150
  msgstr ""
151
  "Λυπούμαστε, αλλά δεν έχετε δικαίωμα να ανεβάσετε αυτό το είδος του αρχείου."
152
 
153
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
154
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
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:744
159
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
160
  #, php-format
161
  msgid ""
162
  "This field %s requires a unique entry and this value was already submitted."
@@ -164,25 +164,25 @@ msgstr ""
164
  "Αυτό το πεδίο %s απαιτεί μια μοναδική εγγραφή και αυτή η τιμή έχει ήδη "
165
  "υποβληθεί."
166
 
167
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
168
  #, fuzzy
169
  msgid "Error, file destination does not exist."
170
  msgstr "Σφάλμα, e-mail δεν σταλεί."
171
 
172
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
173
  msgid "Nothing was submitted."
174
  msgstr "Τίποτα δεν υποβλήθηκε."
175
 
176
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
177
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
178
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
179
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
180
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
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:2352
185
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
186
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
187
  msgid "Error, email was not sent."
188
  msgstr "Σφάλμα, e-mail δεν σταλεί."
@@ -220,101 +220,108 @@ msgstr "Σύνδεσμο επιβεβαίωσης δεν είναι έγκυρο
220
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
221
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
222
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
238
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
239
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
240
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
241
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
242
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
243
  msgid "field is required."
244
  msgstr "το πεδίο είναι υποχρεωτικό."
245
 
246
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
247
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
248
  msgid "This is not a valid email address."
249
  msgstr "Αυτό δεν είναι μια έγκυρη διεύθυνση ηλεκτρονικού ταχυδρομείου."
250
 
251
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
252
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
 
 
253
  msgid "The"
254
  msgstr "ο "
255
 
256
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
257
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
258
  msgid "value must be between"
259
  msgstr "τιμή πρέπει να είναι μεταξύ "
260
 
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
263
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
264
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
265
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
266
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
267
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
268
  msgid "Quantity"
269
  msgstr "ποσότητα "
270
 
271
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
272
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
273
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
274
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
275
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
276
  msgid "Your score should be less than"
277
  msgstr "Το σκορ σας θα πρέπει να είναι μικρότερη από "
278
 
279
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
280
  msgid "Title"
281
  msgstr "Τίτλος"
282
 
283
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
284
  msgid "First"
285
  msgstr "Πρώτο"
286
 
287
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
288
  msgid "Last"
289
  msgstr "Τελευταία"
290
 
291
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
292
  msgid "Middle"
293
  msgstr "Μέσον"
294
 
295
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
296
  msgid "Area Code"
297
  msgstr "Κώδικας περιοχής"
298
 
299
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
300
  msgid "Phone Number"
301
  msgstr "Αριθμός τηλεφώνου"
302
 
303
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
304
  msgid "Dollars"
305
  msgstr "δολάρια "
306
 
307
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
308
  msgid "Cents"
309
  msgstr "cents "
310
 
311
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
312
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
313
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
314
  msgid "From"
315
  msgstr "από "
316
 
317
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
318
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
319
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
320
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 16:52+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 16:53+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: el\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
21
  msgid "Street Address"
22
  msgstr "Οδός"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
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:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "Πόλη"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
36
  msgid "State / Province / Region"
37
  msgstr "Πολιτεία / Επαρχία / Περιφέρεια"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
41
  msgid "Postal / Zip Code"
42
  msgstr "Ταχυδρομική / Τ.Κ."
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "Χώρα"
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "Ιανουάριος"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "Φεβρουάριος"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "Μάρτιος"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "Απρίλης"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "Μάιος"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "Ιούνιος"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "Ιούλιος"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "Αύγουστος"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
108
  msgid "September"
109
  msgstr "Σεπτέμβριος"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
114
  msgid "October"
115
  msgstr "Οκτώβριος"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
120
  msgid "November"
121
  msgstr "Νοέμβριος"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
126
  msgid "December"
127
  msgstr "Δεκέμβριος"
128
 
137
  "Ip σας είναι στη μαύρη λίστα. Παρακαλώ επικοινωνήστε με τον διαχειριστή της "
138
  "ιστοσελίδας. "
139
 
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
142
  msgid "The file exceeds the allowed size of"
143
  msgstr "Το αρχείο υπερβαίνει το επιτρεπόμενο μέγεθος των"
144
 
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
147
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
148
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
149
  msgid "Sorry, you are not allowed to upload this type of file."
150
  msgstr ""
151
  "Λυπούμαστε, αλλά δεν έχετε δικαίωμα να ανεβάσετε αυτό το είδος του αρχείου."
152
 
153
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
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:743
159
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
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:895
168
  #, fuzzy
169
  msgid "Error, file destination does not exist."
170
  msgstr "Σφάλμα, e-mail δεν σταλεί."
171
 
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
173
  msgid "Nothing was submitted."
174
  msgstr "Τίποτα δεν υποβλήθηκε."
175
 
176
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
177
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
178
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
180
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
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:2351
185
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
186
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
187
  msgid "Error, email was not sent."
188
  msgstr "Σφάλμα, e-mail δεν σταλεί."
220
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
221
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
222
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
238
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
239
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
240
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
241
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
242
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
243
  msgid "field is required."
244
  msgstr "το πεδίο είναι υποχρεωτικό."
245
 
246
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
247
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
248
  msgid "This is not a valid email address."
249
  msgstr "Αυτό δεν είναι μια έγκυρη διεύθυνση ηλεκτρονικού ταχυδρομείου."
250
 
251
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
252
+ msgid ""
253
+ "You cannot select former dates. Choose a date starting from the current one."
254
+ msgstr ""
255
+ "Δεν μπορείτε να επιλέξετε πρώην ημερομηνίες. Επιλέξτε μια ημερομηνία, αρχής "
256
+ "γενομένης από την τρέχουσα."
257
+
258
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
259
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
260
  msgid "The"
261
  msgstr "ο "
262
 
263
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
264
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
265
  msgid "value must be between"
266
  msgstr "τιμή πρέπει να είναι μεταξύ "
267
 
268
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
269
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
270
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
271
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
272
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
273
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
274
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
275
  msgid "Quantity"
276
  msgstr "ποσότητα "
277
 
278
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
279
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
280
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
281
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
282
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
283
  msgid "Your score should be less than"
284
  msgstr "Το σκορ σας θα πρέπει να είναι μικρότερη από "
285
 
286
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
287
  msgid "Title"
288
  msgstr "Τίτλος"
289
 
290
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
291
  msgid "First"
292
  msgstr "Πρώτο"
293
 
294
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
295
  msgid "Last"
296
  msgstr "Τελευταία"
297
 
298
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
299
  msgid "Middle"
300
  msgstr "Μέσον"
301
 
302
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
303
  msgid "Area Code"
304
  msgstr "Κώδικας περιοχής"
305
 
306
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
307
  msgid "Phone Number"
308
  msgstr "Αριθμός τηλεφώνου"
309
 
310
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
311
  msgid "Dollars"
312
  msgstr "δολάρια "
313
 
314
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
315
  msgid "Cents"
316
  msgstr "cents "
317
 
318
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
319
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
320
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
321
  msgid "From"
322
  msgstr "από "
323
 
324
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
325
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
326
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
327
  msgid "To"
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: 2015-05-14 16:59+0400\n"
6
- "PO-Revision-Date: 2015-05-14 16:59+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: el\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
21
  msgid "Street Address"
22
  msgstr "Street Address"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
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:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "City"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
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:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
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:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "Country"
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "January"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "February"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "March"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "April"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "May"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "June"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "July"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "August"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
108
  msgid "September"
109
  msgstr "September"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
114
  msgid "October"
115
  msgstr "October"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
120
  msgid "November"
121
  msgstr "November"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
126
  msgid "December"
127
  msgstr "December"
128
 
@@ -135,49 +135,49 @@ msgstr "Error, incorrect Security code."
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "Your ip is blacklisted. Please contact the website administrator."
137
 
138
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
139
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "The file exceeds the allowed size of"
142
 
143
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
144
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "Sorry, you are not allowed to upload this type of file."
149
 
150
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
151
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
152
  msgid "Error, file cannot be moved."
153
  msgstr "Error, file cannot be moved."
154
 
155
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
156
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
160
  msgstr ""
161
  "This field %s requires a unique entry and this value was already submitted."
162
 
163
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
164
  msgid "Error, file destination does not exist."
165
  msgstr "Error, file destination does not exist."
166
 
167
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
168
  msgid "Nothing was submitted."
169
  msgstr "Nothing was submitted."
170
 
171
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
172
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
173
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
174
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
175
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
176
  msgid "Your form was successfully submitted."
177
  msgstr "Your form was successfully submitted."
178
 
179
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2352
180
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
181
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
182
  msgid "Error, email was not sent."
183
  msgstr "Error, email was not sent."
@@ -215,101 +215,107 @@ msgstr "Verification link is invalid."
215
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
216
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
218
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
219
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
220
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
221
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
238
  msgid "field is required."
239
  msgstr "field is required."
240
 
241
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
242
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
243
  msgid "This is not a valid email address."
244
  msgstr "This is not a valid email address."
245
 
246
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
247
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
 
248
  msgid "The"
249
  msgstr "The"
250
 
251
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
252
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
253
  msgid "value must be between"
254
  msgstr "value must be between"
255
 
256
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
257
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
258
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
259
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
263
  msgid "Quantity"
264
  msgstr "Quantity"
265
 
266
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
267
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
268
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
269
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
271
  msgid "Your score should be less than"
272
  msgstr "Your score should be less than"
273
 
274
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
275
  msgid "Title"
276
  msgstr "Title"
277
 
278
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
279
  msgid "First"
280
  msgstr "First"
281
 
282
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
283
  msgid "Last"
284
  msgstr "Last"
285
 
286
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
287
  msgid "Middle"
288
  msgstr "Middle"
289
 
290
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
291
  msgid "Area Code"
292
  msgstr "Area Code"
293
 
294
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
295
  msgid "Phone Number"
296
  msgstr "Phone Number"
297
 
298
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
299
  msgid "Dollars"
300
  msgstr "Dollars"
301
 
302
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
303
  msgid "Cents"
304
  msgstr "Cents"
305
 
306
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
307
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
308
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
309
  msgid "From"
310
  msgstr "From"
311
 
312
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
313
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
314
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
315
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 16:53+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 16:53+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: el\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
21
  msgid "Street Address"
22
  msgstr "Street Address"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
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:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "City"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
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:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
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:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "Country"
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "January"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "February"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "March"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "April"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "May"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "June"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "July"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "August"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
108
  msgid "September"
109
  msgstr "September"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
114
  msgid "October"
115
  msgstr "October"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
120
  msgid "November"
121
  msgstr "November"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
126
  msgid "December"
127
  msgstr "December"
128
 
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "Your ip is blacklisted. Please contact the website administrator."
137
 
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "The file exceeds the allowed size of"
142
 
143
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
144
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "Sorry, you are not allowed to upload this type of file."
149
 
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
151
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
152
  msgid "Error, file cannot be moved."
153
  msgstr "Error, file cannot be moved."
154
 
155
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
156
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
160
  msgstr ""
161
  "This field %s requires a unique entry and this value was already submitted."
162
 
163
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
164
  msgid "Error, file destination does not exist."
165
  msgstr "Error, file destination does not exist."
166
 
167
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
168
  msgid "Nothing was submitted."
169
  msgstr "Nothing was submitted."
170
 
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
175
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
176
  msgid "Your form was successfully submitted."
177
  msgstr "Your form was successfully submitted."
178
 
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2351
180
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
181
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
182
  msgid "Error, email was not sent."
183
  msgstr "Error, email was not sent."
215
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
216
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
218
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
219
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
220
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
221
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
238
  msgid "field is required."
239
  msgstr "field is required."
240
 
241
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
242
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
243
  msgid "This is not a valid email address."
244
  msgstr "This is not a valid email address."
245
 
246
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
247
+ msgid ""
248
+ "You cannot select former dates. Choose a date starting from the current one."
249
+ msgstr ""
250
+ "You cannot select former dates. Choose a date starting from the current one."
251
+
252
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
253
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
254
  msgid "The"
255
  msgstr "The"
256
 
257
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
258
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
259
  msgid "value must be between"
260
  msgstr "value must be between"
261
 
262
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
263
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
264
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
265
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
266
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
268
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
269
  msgid "Quantity"
270
  msgstr "Quantity"
271
 
272
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
273
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
274
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
275
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
276
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
277
  msgid "Your score should be less than"
278
  msgstr "Your score should be less than"
279
 
280
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
281
  msgid "Title"
282
  msgstr "Title"
283
 
284
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
285
  msgid "First"
286
  msgstr "First"
287
 
288
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
289
  msgid "Last"
290
  msgstr "Last"
291
 
292
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
293
  msgid "Middle"
294
  msgstr "Middle"
295
 
296
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
297
  msgid "Area Code"
298
  msgstr "Area Code"
299
 
300
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
301
  msgid "Phone Number"
302
  msgstr "Phone Number"
303
 
304
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
305
  msgid "Dollars"
306
  msgstr "Dollars"
307
 
308
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
309
  msgid "Cents"
310
  msgstr "Cents"
311
 
312
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
313
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
314
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
315
  msgid "From"
316
  msgstr "From"
317
 
318
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
319
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
320
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
321
  msgid "To"
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: 2015-05-14 17:08+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:08+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: eo\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
21
  msgid "Street Address"
22
  msgstr "Strato Adreso"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
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:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "Urbo"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
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:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
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:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "Lando"
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "Januaro"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "Februaro"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "Marto"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "Aprilo"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "Majo"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "Junio"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "Julio"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "Aŭgusto"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
108
  msgid "September"
109
  msgstr "Septembro"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
114
  msgid "October"
115
  msgstr "Oktobro"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
120
  msgid "November"
121
  msgstr "Novembro"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
126
  msgid "December"
127
  msgstr "Decembro"
128
 
@@ -135,50 +135,50 @@ msgstr "Eraro, malĝusta Sekureca kodo."
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "Via IP estas lerta nigra. Bonvolu kontakti la retejo administranto. "
137
 
138
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
139
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "La dosiero superas la permesita grandeco de"
142
 
143
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
144
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "Pardonu, vi ne rajtas alŝuti tiajn dosierojn."
149
 
150
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
151
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
152
  msgid "Error, file cannot be moved."
153
  msgstr "Eraro, dosiero ne povas esti movita."
154
 
155
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
156
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
160
  msgstr ""
161
  "Ĉi tiu kampo %s postulas unika eniro kaj ĉi tiu valoro estis jam donita."
162
 
163
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
164
  #, fuzzy
165
  msgid "Error, file destination does not exist."
166
  msgstr "Eraro, retpoŝto ne estis sendita."
167
 
168
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
169
  msgid "Nothing was submitted."
170
  msgstr "Nenio donita."
171
 
172
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
173
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
174
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
175
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
176
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
177
  msgid "Your form was successfully submitted."
178
  msgstr "Via aspekto estis sukcese afiŝita."
179
 
180
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2352
181
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
182
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
183
  msgid "Error, email was not sent."
184
  msgstr "Eraro, retpoŝto ne estis sendita."
@@ -216,101 +216,106 @@ msgstr "Verificación ligilo estas nevalida."
216
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
219
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
220
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
221
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
238
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
239
  msgid "field is required."
240
  msgstr "kampo estas bezonata."
241
 
242
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
243
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
244
  msgid "This is not a valid email address."
245
  msgstr "Tio ne estas valida retadreso."
246
 
247
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
248
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
249
  msgid "The"
250
  msgstr "la "
251
 
252
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
253
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
254
  msgid "value must be between"
255
  msgstr "valoro devas esti inter "
256
 
257
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
258
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
259
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
263
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
264
  msgid "Quantity"
265
  msgstr "kvanto "
266
 
267
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
268
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
269
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
271
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
272
  msgid "Your score should be less than"
273
  msgstr "Viaj partituro devus esti malpli ol "
274
 
275
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
276
  msgid "Title"
277
  msgstr "Titolo"
278
 
279
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
280
  msgid "First"
281
  msgstr "Unua"
282
 
283
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
284
  msgid "Last"
285
  msgstr "Lasta"
286
 
287
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
288
  msgid "Middle"
289
  msgstr "Meza"
290
 
291
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
292
  msgid "Area Code"
293
  msgstr "Areo Kodo"
294
 
295
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
296
  msgid "Phone Number"
297
  msgstr "Phone Number"
298
 
299
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
300
  msgid "Dollars"
301
  msgstr "dolaroj "
302
 
303
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
304
  msgid "Cents"
305
  msgstr "cendojn "
306
 
307
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
308
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
309
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
310
  msgid "From"
311
  msgstr "From "
312
 
313
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
314
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
315
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
316
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 16:53+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 16:53+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: eo\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
21
  msgid "Street Address"
22
  msgstr "Strato Adreso"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
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:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "Urbo"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
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:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
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:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "Lando"
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "Januaro"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "Februaro"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "Marto"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "Aprilo"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "Majo"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "Junio"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "Julio"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "Aŭgusto"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
108
  msgid "September"
109
  msgstr "Septembro"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
114
  msgid "October"
115
  msgstr "Oktobro"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
120
  msgid "November"
121
  msgstr "Novembro"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
126
  msgid "December"
127
  msgstr "Decembro"
128
 
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "Via IP estas lerta nigra. Bonvolu kontakti la retejo administranto. "
137
 
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "La dosiero superas la permesita grandeco de"
142
 
143
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
144
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "Pardonu, vi ne rajtas alŝuti tiajn dosierojn."
149
 
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
151
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
152
  msgid "Error, file cannot be moved."
153
  msgstr "Eraro, dosiero ne povas esti movita."
154
 
155
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
156
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
160
  msgstr ""
161
  "Ĉi tiu kampo %s postulas unika eniro kaj ĉi tiu valoro estis jam donita."
162
 
163
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
164
  #, fuzzy
165
  msgid "Error, file destination does not exist."
166
  msgstr "Eraro, retpoŝto ne estis sendita."
167
 
168
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
169
  msgid "Nothing was submitted."
170
  msgstr "Nenio donita."
171
 
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
176
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
177
  msgid "Your form was successfully submitted."
178
  msgstr "Via aspekto estis sukcese afiŝita."
179
 
180
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2351
181
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
182
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
183
  msgid "Error, email was not sent."
184
  msgstr "Eraro, retpoŝto ne estis sendita."
216
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
219
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
220
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
221
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
238
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
239
  msgid "field is required."
240
  msgstr "kampo estas bezonata."
241
 
242
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
243
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
244
  msgid "This is not a valid email address."
245
  msgstr "Tio ne estas valida retadreso."
246
 
247
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
248
+ msgid ""
249
+ "You cannot select former dates. Choose a date starting from the current one."
250
+ msgstr "Vi ne povas elekti eksa datoj. Elektu daton ekde la nuna."
251
+
252
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
253
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
254
  msgid "The"
255
  msgstr "la "
256
 
257
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
258
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
259
  msgid "value must be between"
260
  msgstr "valoro devas esti inter "
261
 
262
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
263
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
264
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
265
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
266
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
268
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
269
  msgid "Quantity"
270
  msgstr "kvanto "
271
 
272
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
273
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
274
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
275
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
276
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
277
  msgid "Your score should be less than"
278
  msgstr "Viaj partituro devus esti malpli ol "
279
 
280
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
281
  msgid "Title"
282
  msgstr "Titolo"
283
 
284
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
285
  msgid "First"
286
  msgstr "Unua"
287
 
288
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
289
  msgid "Last"
290
  msgstr "Lasta"
291
 
292
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
293
  msgid "Middle"
294
  msgstr "Meza"
295
 
296
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
297
  msgid "Area Code"
298
  msgstr "Areo Kodo"
299
 
300
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
301
  msgid "Phone Number"
302
  msgstr "Phone Number"
303
 
304
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
305
  msgid "Dollars"
306
  msgstr "dolaroj "
307
 
308
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
309
  msgid "Cents"
310
  msgstr "cendojn "
311
 
312
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
313
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
314
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
315
  msgid "From"
316
  msgstr "From "
317
 
318
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
319
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
320
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
321
  msgid "To"
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: 2015-05-14 17:09+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:09+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: es\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
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:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
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:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "CIUDAD"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
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:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
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:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "País"
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "Enero"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "febrero"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "Marzo"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "abril"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "Mayo"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "Junio"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "Julio"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "Agosto"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
108
  msgid "September"
109
  msgstr "septiembre"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
114
  msgid "October"
115
  msgstr "octubre"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
120
  msgid "November"
121
  msgstr "noviembre"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
126
  msgid "December"
127
  msgstr "Diciembre"
128
 
@@ -137,25 +137,25 @@ msgstr ""
137
  "Su ip es la lista negra. Por favor, póngase en contacto con el administrador "
138
  "del sitio web."
139
 
140
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
141
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
142
  msgid "The file exceeds the allowed size of"
143
  msgstr "El archivo supera el tamaño permitido de"
144
 
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
147
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
148
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
149
  msgid "Sorry, you are not allowed to upload this type of file."
150
  msgstr "Lo sentimos, no están autorizados a subir este tipo de archivo."
151
 
152
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
153
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
154
  msgid "Error, file cannot be moved."
155
  msgstr "Error, el archivo no se puede mover."
156
 
157
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
158
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
159
  #, php-format
160
  msgid ""
161
  "This field %s requires a unique entry and this value was already submitted."
@@ -163,25 +163,25 @@ msgstr ""
163
  "Este campo %s requiere de una entrada única y este valor ya se había "
164
  "presentado."
165
 
166
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
167
  #, fuzzy
168
  msgid "Error, file destination does not exist."
169
  msgstr "Error, el correo electrónico no fue enviado."
170
 
171
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
172
  msgid "Nothing was submitted."
173
  msgstr "Nada se presentó."
174
 
175
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
176
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
177
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
178
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
179
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
180
  msgid "Your form was successfully submitted."
181
  msgstr "El formulario se ha enviado correctamente."
182
 
183
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2352
184
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
185
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
186
  msgid "Error, email was not sent."
187
  msgstr "Error, el correo electrónico no fue enviado."
@@ -219,101 +219,108 @@ msgstr "Enlace de verificación no es válido."
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
220
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
221
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
238
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
239
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
240
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
241
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
242
  msgid "field is required."
243
  msgstr "campo es obligatorio."
244
 
245
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
246
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
247
  msgid "This is not a valid email address."
248
  msgstr "Esto no es una dirección válida de email"
249
 
250
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
251
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
 
 
252
  msgid "The"
253
  msgstr "la "
254
 
255
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
256
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
257
  msgid "value must be between"
258
  msgstr "valor debe estar entre "
259
 
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
263
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
264
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
265
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
266
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
267
  msgid "Quantity"
268
  msgstr "Cantidad "
269
 
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
271
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
272
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
273
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
274
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
275
  msgid "Your score should be less than"
276
  msgstr "Su puntaje debe ser inferior a "
277
 
278
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
279
  msgid "Title"
280
  msgstr "Cargo"
281
 
282
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
283
  msgid "First"
284
  msgstr "PRIMER"
285
 
286
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
287
  msgid "Last"
288
  msgstr "Última"
289
 
290
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
291
  msgid "Middle"
292
  msgstr "Medio"
293
 
294
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
295
  msgid "Area Code"
296
  msgstr "codigo de área"
297
 
298
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
299
  msgid "Phone Number"
300
  msgstr "Teléfono"
301
 
302
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
303
  msgid "Dollars"
304
  msgstr "Dólares "
305
 
306
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
307
  msgid "Cents"
308
  msgstr "Cents "
309
 
310
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
311
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
312
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
313
  msgid "From"
314
  msgstr "desde "
315
 
316
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
317
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
318
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
319
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 16:53+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 16:54+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: es\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
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:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
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:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "CIUDAD"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
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:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
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:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "País"
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "Enero"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "febrero"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "Marzo"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "abril"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "Mayo"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "Junio"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "Julio"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "Agosto"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
108
  msgid "September"
109
  msgstr "septiembre"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
114
  msgid "October"
115
  msgstr "octubre"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
120
  msgid "November"
121
  msgstr "noviembre"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
126
  msgid "December"
127
  msgstr "Diciembre"
128
 
137
  "Su ip es la lista negra. Por favor, póngase en contacto con el administrador "
138
  "del sitio web."
139
 
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
142
  msgid "The file exceeds the allowed size of"
143
  msgstr "El archivo supera el tamaño permitido de"
144
 
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
147
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
148
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
149
  msgid "Sorry, you are not allowed to upload this type of file."
150
  msgstr "Lo sentimos, no están autorizados a subir este tipo de archivo."
151
 
152
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
153
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
154
  msgid "Error, file cannot be moved."
155
  msgstr "Error, el archivo no se puede mover."
156
 
157
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
159
  #, php-format
160
  msgid ""
161
  "This field %s requires a unique entry and this value was already submitted."
163
  "Este campo %s requiere de una entrada única y este valor ya se había "
164
  "presentado."
165
 
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
167
  #, fuzzy
168
  msgid "Error, file destination does not exist."
169
  msgstr "Error, el correo electrónico no fue enviado."
170
 
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
172
  msgid "Nothing was submitted."
173
  msgstr "Nada se presentó."
174
 
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
176
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
177
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
178
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
179
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
180
  msgid "Your form was successfully submitted."
181
  msgstr "El formulario se ha enviado correctamente."
182
 
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2351
184
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
185
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
186
  msgid "Error, email was not sent."
187
  msgstr "Error, el correo electrónico no fue enviado."
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
220
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
221
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
238
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
239
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
240
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
241
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
242
  msgid "field is required."
243
  msgstr "campo es obligatorio."
244
 
245
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
246
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
247
  msgid "This is not a valid email address."
248
  msgstr "Esto no es una dirección válida de email"
249
 
250
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
251
+ msgid ""
252
+ "You cannot select former dates. Choose a date starting from the current one."
253
+ msgstr ""
254
+ "No es posible seleccionar las fechas anteriores. Elija una fecha a partir de "
255
+ "la actual."
256
+
257
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
258
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
259
  msgid "The"
260
  msgstr "la "
261
 
262
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
263
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
264
  msgid "value must be between"
265
  msgstr "valor debe estar entre "
266
 
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
268
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
269
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
270
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
271
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
272
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
273
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
274
  msgid "Quantity"
275
  msgstr "Cantidad "
276
 
277
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
278
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
279
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
280
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
281
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
282
  msgid "Your score should be less than"
283
  msgstr "Su puntaje debe ser inferior a "
284
 
285
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
286
  msgid "Title"
287
  msgstr "Cargo"
288
 
289
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
290
  msgid "First"
291
  msgstr "PRIMER"
292
 
293
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
294
  msgid "Last"
295
  msgstr "Última"
296
 
297
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
298
  msgid "Middle"
299
  msgstr "Medio"
300
 
301
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
302
  msgid "Area Code"
303
  msgstr "codigo de área"
304
 
305
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
306
  msgid "Phone Number"
307
  msgstr "Teléfono"
308
 
309
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
310
  msgid "Dollars"
311
  msgstr "Dólares "
312
 
313
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
314
  msgid "Cents"
315
  msgstr "Cents "
316
 
317
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
318
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
319
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
320
  msgid "From"
321
  msgstr "desde "
322
 
323
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
324
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
325
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
326
  msgid "To"
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: 2015-05-14 17:10+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:10+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: et\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
21
  msgid "Street Address"
22
  msgstr "Tänav"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
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:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "Linn"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
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:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
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:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "Riik"
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "Jaanuar"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "Veebruar"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "Märts"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "Aprill"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "Mai"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "Juuni"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "Juuli"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "August"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
108
  msgid "September"
109
  msgstr "September"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
114
  msgid "October"
115
  msgstr "Oktoober"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
120
  msgid "November"
121
  msgstr "November"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
126
  msgid "December"
127
  msgstr "Detsember"
128
 
@@ -135,49 +135,49 @@ msgstr "Viga, vale turvakoodi."
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "Teie IP on mustas nimekirjas. Palun võta ühendust veebilehe haldaja. "
137
 
138
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
139
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "Fail ületab lubatud suuruse"
142
 
143
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
144
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "Vabandust, teil ei ole lubatud üles laadida seda tüüpi faili."
149
 
150
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
151
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
152
  msgid "Error, file cannot be moved."
153
  msgstr "Viga, faili ei saa liigutada."
154
 
155
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
156
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
160
  msgstr "Sellel väljal %s nõuab portaali ja selle väärtus oli juba esitatud."
161
 
162
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
163
  #, fuzzy
164
  msgid "Error, file destination does not exist."
165
  msgstr "Viga, elektronposti ei saadetud."
166
 
167
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
168
  msgid "Nothing was submitted."
169
  msgstr "Miski ei esitatud."
170
 
171
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
172
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
173
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
174
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
175
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
176
  msgid "Your form was successfully submitted."
177
  msgstr "Teie vorm on edukalt esitatud."
178
 
179
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2352
180
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
181
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
182
  msgid "Error, email was not sent."
183
  msgstr "Viga, elektronposti ei saadetud."
@@ -215,101 +215,106 @@ msgstr "Kontrollimine link on vigane."
215
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
216
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
218
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
219
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
220
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
221
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
238
  msgid "field is required."
239
  msgstr "valdkonnas on vaja."
240
 
241
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
242
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
243
  msgid "This is not a valid email address."
244
  msgstr "See ei ole kehtiv e-posti aadress."
245
 
246
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
247
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
248
  msgid "The"
249
  msgstr "The"
250
 
251
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
252
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
253
  msgid "value must be between"
254
  msgstr "väärtus peab olema vahemikus "
255
 
256
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
257
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
258
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
259
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
263
  msgid "Quantity"
264
  msgstr "Kogus "
265
 
266
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
267
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
268
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
269
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
271
  msgid "Your score should be less than"
272
  msgstr "Sinu tulemus peaks olema väiksem kui "
273
 
274
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
275
  msgid "Title"
276
  msgstr "*{title}*"
277
 
278
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
279
  msgid "First"
280
  msgstr "Esimene"
281
 
282
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
283
  msgid "Last"
284
  msgstr "Viimane"
285
 
286
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
287
  msgid "Middle"
288
  msgstr "Kesk-"
289
 
290
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
291
  msgid "Area Code"
292
  msgstr "Area Code"
293
 
294
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
295
  msgid "Phone Number"
296
  msgstr "Telefoninumber"
297
 
298
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
299
  msgid "Dollars"
300
  msgstr "Dollars "
301
 
302
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
303
  msgid "Cents"
304
  msgstr "senti "
305
 
306
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
307
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
308
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
309
  msgid "From"
310
  msgstr "pärit "
311
 
312
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
313
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
314
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
315
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 16:54+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 16:54+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: et\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
21
  msgid "Street Address"
22
  msgstr "Tänav"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
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:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "Linn"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
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:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
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:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "Riik"
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "Jaanuar"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "Veebruar"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "Märts"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "Aprill"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "Mai"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "Juuni"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "Juuli"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "August"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
108
  msgid "September"
109
  msgstr "September"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
114
  msgid "October"
115
  msgstr "Oktoober"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
120
  msgid "November"
121
  msgstr "November"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
126
  msgid "December"
127
  msgstr "Detsember"
128
 
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "Teie IP on mustas nimekirjas. Palun võta ühendust veebilehe haldaja. "
137
 
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "Fail ületab lubatud suuruse"
142
 
143
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
144
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "Vabandust, teil ei ole lubatud üles laadida seda tüüpi faili."
149
 
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
151
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
152
  msgid "Error, file cannot be moved."
153
  msgstr "Viga, faili ei saa liigutada."
154
 
155
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
156
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
160
  msgstr "Sellel väljal %s nõuab portaali ja selle väärtus oli juba esitatud."
161
 
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
163
  #, fuzzy
164
  msgid "Error, file destination does not exist."
165
  msgstr "Viga, elektronposti ei saadetud."
166
 
167
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
168
  msgid "Nothing was submitted."
169
  msgstr "Miski ei esitatud."
170
 
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
175
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
176
  msgid "Your form was successfully submitted."
177
  msgstr "Teie vorm on edukalt esitatud."
178
 
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2351
180
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
181
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
182
  msgid "Error, email was not sent."
183
  msgstr "Viga, elektronposti ei saadetud."
215
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
216
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
218
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
219
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
220
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
221
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
238
  msgid "field is required."
239
  msgstr "valdkonnas on vaja."
240
 
241
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
242
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
243
  msgid "This is not a valid email address."
244
  msgstr "See ei ole kehtiv e-posti aadress."
245
 
246
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
247
+ msgid ""
248
+ "You cannot select former dates. Choose a date starting from the current one."
249
+ msgstr "Sa ei saa valida endine kuupäev. Vali kuupäev alates praegusest."
250
+
251
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
252
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
253
  msgid "The"
254
  msgstr "The"
255
 
256
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
257
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
258
  msgid "value must be between"
259
  msgstr "väärtus peab olema vahemikus "
260
 
261
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
262
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
263
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
264
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
265
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
266
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
268
  msgid "Quantity"
269
  msgstr "Kogus "
270
 
271
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
272
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
273
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
274
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
275
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
276
  msgid "Your score should be less than"
277
  msgstr "Sinu tulemus peaks olema väiksem kui "
278
 
279
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
280
  msgid "Title"
281
  msgstr "*{title}*"
282
 
283
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
284
  msgid "First"
285
  msgstr "Esimene"
286
 
287
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
288
  msgid "Last"
289
  msgstr "Viimane"
290
 
291
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
292
  msgid "Middle"
293
  msgstr "Kesk-"
294
 
295
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
296
  msgid "Area Code"
297
  msgstr "Area Code"
298
 
299
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
300
  msgid "Phone Number"
301
  msgstr "Telefoninumber"
302
 
303
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
304
  msgid "Dollars"
305
  msgstr "Dollars "
306
 
307
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
308
  msgid "Cents"
309
  msgstr "senti "
310
 
311
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
312
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
313
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
314
  msgid "From"
315
  msgstr "pärit "
316
 
317
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
318
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
319
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
320
  msgid "To"
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: 2015-05-14 17:10+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:11+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: fa\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
21
  msgid "Street Address"
22
  msgstr "آدرس"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
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:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "شهر"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
36
  msgid "State / Province / Region"
37
  msgstr "ایالت / استان / منطقه"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
41
  msgid "Postal / Zip Code"
42
  msgstr "پستی / کد پستی"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "کشور"
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "ژانویه"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "فوریه"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "ماه مارس"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "آوریل"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "مه"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "ژوئن"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "جولای"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "اوت"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
108
  msgid "September"
109
  msgstr "سپتامبر"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
114
  msgid "October"
115
  msgstr "اکتبر"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
120
  msgid "November"
121
  msgstr "نوامبر"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
126
  msgid "December"
127
  msgstr "دسامبر"
128
 
@@ -135,25 +135,25 @@ msgstr "خطا، کد امنیتی نادرست است."
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "IP شما در لیست سیاه است. لطفا با مدیر سایت تماس بگیرید."
137
 
138
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
139
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "فایل بیش از اندازه مجاز"
142
 
143
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
144
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "با عرض پوزش، شما اجازه به آپلود این نوع از فایل."
149
 
150
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
151
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
152
  msgid "Error, file cannot be moved."
153
  msgstr "خطا، فایل را نمی توان منتقل شده است."
154
 
155
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
156
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
@@ -161,25 +161,25 @@ msgstr ""
161
  "%s در این زمینه نیاز به یک ورودی منحصر به فرد است و این مقدار در حال حاضر "
162
  "ارائه شد."
163
 
164
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
165
  #, fuzzy
166
  msgid "Error, file destination does not exist."
167
  msgstr "خطا، ایمیل فرستاده نشد."
168
 
169
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
170
  msgid "Nothing was submitted."
171
  msgstr "هیچ کس را مشاهده کنید."
172
 
173
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
174
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
175
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
176
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
177
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
178
  msgid "Your form was successfully submitted."
179
  msgstr "فرم شما با موفقیت ارسال شد."
180
 
181
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2352
182
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
183
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
184
  msgid "Error, email was not sent."
185
  msgstr "خطا، ایمیل فرستاده نشد."
@@ -217,101 +217,108 @@ msgstr "پیوند تأیید نامعتبر است."
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
220
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
221
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
238
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
239
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
240
  msgid "field is required."
241
  msgstr "فیلد الزامی است."
242
 
243
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
244
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
245
  msgid "This is not a valid email address."
246
  msgstr "این یک آدرس ایمیل معتبر نیست."
247
 
248
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
249
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
 
 
250
  msgid "The"
251
  msgstr "The"
252
 
253
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
254
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
255
  msgid "value must be between"
256
  msgstr "ارزش باید بین است "
257
 
258
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
259
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
263
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
264
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
265
  msgid "Quantity"
266
  msgstr "مقدار"
267
 
268
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
269
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
271
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
272
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
273
  msgid "Your score should be less than"
274
  msgstr "امتیاز شما باید کمتر از است "
275
 
276
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
277
  msgid "Title"
278
  msgstr "عنوان"
279
 
280
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
281
  msgid "First"
282
  msgstr "نخستین"
283
 
284
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
285
  msgid "Last"
286
  msgstr "واپسین"
287
 
288
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
289
  msgid "Middle"
290
  msgstr "متوسط"
291
 
292
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
293
  msgid "Area Code"
294
  msgstr "کد منطقه"
295
 
296
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
297
  msgid "Phone Number"
298
  msgstr "شماره تلفن"
299
 
300
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
301
  msgid "Dollars"
302
  msgstr "دلار "
303
 
304
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
305
  msgid "Cents"
306
  msgstr "سنت "
307
 
308
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
309
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
310
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
311
  msgid "From"
312
  msgstr "از"
313
 
314
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
315
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
316
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
317
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 16:54+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 16:54+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: fa\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
21
  msgid "Street Address"
22
  msgstr "آدرس"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
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:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "شهر"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
36
  msgid "State / Province / Region"
37
  msgstr "ایالت / استان / منطقه"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
41
  msgid "Postal / Zip Code"
42
  msgstr "پستی / کد پستی"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "کشور"
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "ژانویه"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "فوریه"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "ماه مارس"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "آوریل"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "مه"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "ژوئن"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "جولای"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "اوت"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
108
  msgid "September"
109
  msgstr "سپتامبر"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
114
  msgid "October"
115
  msgstr "اکتبر"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
120
  msgid "November"
121
  msgstr "نوامبر"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
126
  msgid "December"
127
  msgstr "دسامبر"
128
 
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "IP شما در لیست سیاه است. لطفا با مدیر سایت تماس بگیرید."
137
 
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "فایل بیش از اندازه مجاز"
142
 
143
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
144
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "با عرض پوزش، شما اجازه به آپلود این نوع از فایل."
149
 
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
151
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
152
  msgid "Error, file cannot be moved."
153
  msgstr "خطا، فایل را نمی توان منتقل شده است."
154
 
155
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
156
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
161
  "%s در این زمینه نیاز به یک ورودی منحصر به فرد است و این مقدار در حال حاضر "
162
  "ارائه شد."
163
 
164
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
165
  #, fuzzy
166
  msgid "Error, file destination does not exist."
167
  msgstr "خطا، ایمیل فرستاده نشد."
168
 
169
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
170
  msgid "Nothing was submitted."
171
  msgstr "هیچ کس را مشاهده کنید."
172
 
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
176
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
177
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
178
  msgid "Your form was successfully submitted."
179
  msgstr "فرم شما با موفقیت ارسال شد."
180
 
181
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2351
182
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
183
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
184
  msgid "Error, email was not sent."
185
  msgstr "خطا، ایمیل فرستاده نشد."
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
220
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
221
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
238
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
239
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
240
  msgid "field is required."
241
  msgstr "فیلد الزامی است."
242
 
243
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
244
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
245
  msgid "This is not a valid email address."
246
  msgstr "این یک آدرس ایمیل معتبر نیست."
247
 
248
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
249
+ msgid ""
250
+ "You cannot select former dates. Choose a date starting from the current one."
251
+ msgstr ""
252
+ "شما می توانید تاریخ های سابق را انتخاب کنید. تاریخ شروع از یک جریان را "
253
+ "انتخاب کنید."
254
+
255
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
256
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
257
  msgid "The"
258
  msgstr "The"
259
 
260
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
261
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
262
  msgid "value must be between"
263
  msgstr "ارزش باید بین است "
264
 
265
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
266
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
268
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
269
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
270
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
271
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
272
  msgid "Quantity"
273
  msgstr "مقدار"
274
 
275
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
276
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
277
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
278
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
279
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
280
  msgid "Your score should be less than"
281
  msgstr "امتیاز شما باید کمتر از است "
282
 
283
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
284
  msgid "Title"
285
  msgstr "عنوان"
286
 
287
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
288
  msgid "First"
289
  msgstr "نخستین"
290
 
291
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
292
  msgid "Last"
293
  msgstr "واپسین"
294
 
295
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
296
  msgid "Middle"
297
  msgstr "متوسط"
298
 
299
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
300
  msgid "Area Code"
301
  msgstr "کد منطقه"
302
 
303
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
304
  msgid "Phone Number"
305
  msgstr "شماره تلفن"
306
 
307
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
308
  msgid "Dollars"
309
  msgstr "دلار "
310
 
311
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
312
  msgid "Cents"
313
  msgstr "سنت "
314
 
315
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
316
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
317
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
318
  msgid "From"
319
  msgstr "از"
320
 
321
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
322
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
323
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
324
  msgid "To"
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: 2015-05-14 17:11+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:11+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: fi\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
21
  msgid "Street Address"
22
  msgstr "Katuosoite"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
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:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "Kaupunki"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
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:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
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:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "Maa"
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "Tammikuu"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "Helmikuu"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "Marssia!"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "Huhtikuu"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "saattaa"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "Kesäkuu"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "Heinäkuu"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "Elokuu"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
108
  msgid "September"
109
  msgstr "Syyskuu"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
114
  msgid "October"
115
  msgstr "Lokakuu"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
120
  msgid "November"
121
  msgstr "Marraskuu"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
126
  msgid "December"
127
  msgstr "Joulukuu"
128
 
@@ -135,50 +135,50 @@ msgstr "Virhe, väärän suojakoodin."
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "IP on mustalla listalla. Ota yhteyttä sivuston ylläpitäjään."
137
 
138
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
139
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "Koko ylittää sallitun koon"
142
 
143
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
144
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "Pahoittelemme, et voi lähettää tämän tiedostotyypin."
149
 
150
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
151
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
152
  msgid "Error, file cannot be moved."
153
  msgstr "Virhe, tiedostoa ei voi siirtää."
154
 
155
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
156
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
160
  msgstr ""
161
  "Tämän kentän %s vaatii ainutlaatuinen merkintä, ja tämä arvo on jo jätetty."
162
 
163
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
164
  #, fuzzy
165
  msgid "Error, file destination does not exist."
166
  msgstr "Virhe, sähköposti ei ole lähetetty."
167
 
168
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
169
  msgid "Nothing was submitted."
170
  msgstr "Mitään ei jätetty."
171
 
172
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
173
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
174
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
175
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
176
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
177
  msgid "Your form was successfully submitted."
178
  msgstr "Sinun lomake onnistuneesti toimitettu."
179
 
180
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2352
181
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
182
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
183
  msgid "Error, email was not sent."
184
  msgstr "Virhe, sähköposti ei ole lähetetty."
@@ -216,101 +216,107 @@ msgstr "Vahvistuslinkin on virheellinen."
216
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
219
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
220
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
221
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
238
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
239
  msgid "field is required."
240
  msgstr "kenttä vaaditaan."
241
 
242
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
243
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
244
  msgid "This is not a valid email address."
245
  msgstr "Tämä ei ole kelvollinen sähköpostiosoite."
246
 
247
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
248
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
 
249
  msgid "The"
250
  msgstr "The"
251
 
252
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
253
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
254
  msgid "value must be between"
255
  msgstr "arvon on oltava välillä "
256
 
257
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
258
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
259
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
263
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
264
  msgid "Quantity"
265
  msgstr "määrä "
266
 
267
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
268
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
269
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
271
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
272
  msgid "Your score should be less than"
273
  msgstr "Sinun pisteet pitäisi olla alle "
274
 
275
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
276
  msgid "Title"
277
  msgstr "Otsikko"
278
 
279
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
280
  msgid "First"
281
  msgstr "ensimmäinen"
282
 
283
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
284
  msgid "Last"
285
  msgstr "Viime"
286
 
287
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
288
  msgid "Middle"
289
  msgstr "Keskimmäinen"
290
 
291
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
292
  msgid "Area Code"
293
  msgstr "Suuntanumero"
294
 
295
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
296
  msgid "Phone Number"
297
  msgstr "Puhelinnumero"
298
 
299
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
300
  msgid "Dollars"
301
  msgstr "dollaria "
302
 
303
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
304
  msgid "Cents"
305
  msgstr "senttiä "
306
 
307
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
308
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
309
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
310
  msgid "From"
311
  msgstr "alkaen "
312
 
313
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
314
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
315
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
316
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 16:55+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 16:55+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: fi\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
21
  msgid "Street Address"
22
  msgstr "Katuosoite"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
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:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "Kaupunki"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
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:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
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:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "Maa"
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "Tammikuu"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "Helmikuu"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "Marssia!"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "Huhtikuu"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "saattaa"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "Kesäkuu"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "Heinäkuu"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "Elokuu"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
108
  msgid "September"
109
  msgstr "Syyskuu"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
114
  msgid "October"
115
  msgstr "Lokakuu"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
120
  msgid "November"
121
  msgstr "Marraskuu"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
126
  msgid "December"
127
  msgstr "Joulukuu"
128
 
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "IP on mustalla listalla. Ota yhteyttä sivuston ylläpitäjään."
137
 
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "Koko ylittää sallitun koon"
142
 
143
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
144
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "Pahoittelemme, et voi lähettää tämän tiedostotyypin."
149
 
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
151
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
152
  msgid "Error, file cannot be moved."
153
  msgstr "Virhe, tiedostoa ei voi siirtää."
154
 
155
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
156
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
160
  msgstr ""
161
  "Tämän kentän %s vaatii ainutlaatuinen merkintä, ja tämä arvo on jo jätetty."
162
 
163
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
164
  #, fuzzy
165
  msgid "Error, file destination does not exist."
166
  msgstr "Virhe, sähköposti ei ole lähetetty."
167
 
168
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
169
  msgid "Nothing was submitted."
170
  msgstr "Mitään ei jätetty."
171
 
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
176
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
177
  msgid "Your form was successfully submitted."
178
  msgstr "Sinun lomake onnistuneesti toimitettu."
179
 
180
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2351
181
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
182
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
183
  msgid "Error, email was not sent."
184
  msgstr "Virhe, sähköposti ei ole lähetetty."
216
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
219
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
220
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
221
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
238
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
239
  msgid "field is required."
240
  msgstr "kenttä vaaditaan."
241
 
242
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
243
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
244
  msgid "This is not a valid email address."
245
  msgstr "Tämä ei ole kelvollinen sähköpostiosoite."
246
 
247
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
248
+ msgid ""
249
+ "You cannot select former dates. Choose a date starting from the current one."
250
+ msgstr ""
251
+ "Et voi valita entisiä päivämääriä. Valitse päivämäärä alkaen nykyinen."
252
+
253
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
254
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
255
  msgid "The"
256
  msgstr "The"
257
 
258
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
259
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
260
  msgid "value must be between"
261
  msgstr "arvon on oltava välillä "
262
 
263
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
264
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
265
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
266
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
268
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
269
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
270
  msgid "Quantity"
271
  msgstr "määrä "
272
 
273
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
274
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
275
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
276
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
277
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
278
  msgid "Your score should be less than"
279
  msgstr "Sinun pisteet pitäisi olla alle "
280
 
281
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
282
  msgid "Title"
283
  msgstr "Otsikko"
284
 
285
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
286
  msgid "First"
287
  msgstr "ensimmäinen"
288
 
289
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
290
  msgid "Last"
291
  msgstr "Viime"
292
 
293
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
294
  msgid "Middle"
295
  msgstr "Keskimmäinen"
296
 
297
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
298
  msgid "Area Code"
299
  msgstr "Suuntanumero"
300
 
301
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
302
  msgid "Phone Number"
303
  msgstr "Puhelinnumero"
304
 
305
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
306
  msgid "Dollars"
307
  msgstr "dollaria "
308
 
309
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
310
  msgid "Cents"
311
  msgstr "senttiä "
312
 
313
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
314
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
315
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
316
  msgid "From"
317
  msgstr "alkaen "
318
 
319
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
320
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
321
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
322
  msgid "To"
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: 2015-05-14 17:12+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:12+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: fr\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
21
  msgid "Street Address"
22
  msgstr "Adresse 1"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
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:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "Ville"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
36
  msgid "State / Province / Region"
37
  msgstr "Province"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
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:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "Pays"
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "Janvier"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "février"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "mars"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "Avril"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "Mai"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "juin"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "Juillet"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "août"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
108
  msgid "September"
109
  msgstr "Septembre"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
114
  msgid "October"
115
  msgstr "octobre"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
120
  msgid "November"
121
  msgstr "novembre"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
126
  msgid "December"
127
  msgstr "Décembre"
128
 
@@ -136,50 +136,50 @@ msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr ""
137
  "Votre ip est blacklisté. S'il vous plaît contactez l'administrateur du site. "
138
 
139
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
140
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
141
  msgid "The file exceeds the allowed size of"
142
  msgstr "Le fichier dépasse la taille autorisée des"
143
 
144
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
147
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
148
  msgid "Sorry, you are not allowed to upload this type of file."
149
  msgstr "Désolé, vous n'êtes pas autorisé à télécharger ce type de fichier."
150
 
151
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
152
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
153
  msgid "Error, file cannot be moved."
154
  msgstr "Erreur, le fichier ne peut pas être déplacé."
155
 
156
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
157
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
158
  #, php-format
159
  msgid ""
160
  "This field %s requires a unique entry and this value was already submitted."
161
  msgstr ""
162
  "Ce champ %s nécessite une entrée unique et cette valeur a déjà été soumis."
163
 
164
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
165
  #, fuzzy
166
  msgid "Error, file destination does not exist."
167
  msgstr "Erreur, e-mail n'a pas été envoyé."
168
 
169
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
170
  msgid "Nothing was submitted."
171
  msgstr "Rien n'a été soumis."
172
 
173
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
174
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
175
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
176
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
177
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
178
  msgid "Your form was successfully submitted."
179
  msgstr "Votre formulaire a été soumis avec succès."
180
 
181
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2352
182
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
183
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
184
  msgid "Error, email was not sent."
185
  msgstr "Erreur, e-mail n'a pas été envoyé."
@@ -217,101 +217,108 @@ msgstr "Lien de vérification est invalide."
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
220
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
221
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
238
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
239
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
240
  msgid "field is required."
241
  msgstr "Champ est obligatoire"
242
 
243
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
244
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
245
  msgid "This is not a valid email address."
246
  msgstr "Ceci n'est pas une adresse e-mail valide"
247
 
248
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
249
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
 
 
250
  msgid "The"
251
  msgstr "la "
252
 
253
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
254
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
255
  msgid "value must be between"
256
  msgstr "valeur doit être comprise entre "
257
 
258
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
259
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
263
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
264
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
265
  msgid "Quantity"
266
  msgstr "Quantité "
267
 
268
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
269
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
271
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
272
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
273
  msgid "Your score should be less than"
274
  msgstr "Votre note doit être inférieure à "
275
 
276
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
277
  msgid "Title"
278
  msgstr "Titre"
279
 
280
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
281
  msgid "First"
282
  msgstr "Prénom"
283
 
284
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
285
  msgid "Last"
286
  msgstr "Nom"
287
 
288
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
289
  msgid "Middle"
290
  msgstr "Moyenne"
291
 
292
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
293
  msgid "Area Code"
294
  msgstr "Code de zone"
295
 
296
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
297
  msgid "Phone Number"
298
  msgstr "N° téléphone"
299
 
300
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
301
  msgid "Dollars"
302
  msgstr "Dollars "
303
 
304
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
305
  msgid "Cents"
306
  msgstr "Cents "
307
 
308
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
309
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
310
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
311
  msgid "From"
312
  msgstr "à partir de "
313
 
314
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
315
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
316
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
317
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 16:55+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 16:55+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: fr\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
21
  msgid "Street Address"
22
  msgstr "Adresse 1"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
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:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "Ville"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
36
  msgid "State / Province / Region"
37
  msgstr "Province"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
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:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "Pays"
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "Janvier"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "février"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "mars"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "Avril"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "Mai"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "juin"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "Juillet"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "août"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
108
  msgid "September"
109
  msgstr "Septembre"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
114
  msgid "October"
115
  msgstr "octobre"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
120
  msgid "November"
121
  msgstr "novembre"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
126
  msgid "December"
127
  msgstr "Décembre"
128
 
136
  msgstr ""
137
  "Votre ip est blacklisté. S'il vous plaît contactez l'administrateur du site. "
138
 
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
141
  msgid "The file exceeds the allowed size of"
142
  msgstr "Le fichier dépasse la taille autorisée des"
143
 
144
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
147
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
148
  msgid "Sorry, you are not allowed to upload this type of file."
149
  msgstr "Désolé, vous n'êtes pas autorisé à télécharger ce type de fichier."
150
 
151
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
152
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
153
  msgid "Error, file cannot be moved."
154
  msgstr "Erreur, le fichier ne peut pas être déplacé."
155
 
156
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
157
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
158
  #, php-format
159
  msgid ""
160
  "This field %s requires a unique entry and this value was already submitted."
161
  msgstr ""
162
  "Ce champ %s nécessite une entrée unique et cette valeur a déjà été soumis."
163
 
164
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
165
  #, fuzzy
166
  msgid "Error, file destination does not exist."
167
  msgstr "Erreur, e-mail n'a pas été envoyé."
168
 
169
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
170
  msgid "Nothing was submitted."
171
  msgstr "Rien n'a été soumis."
172
 
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
176
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
177
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
178
  msgid "Your form was successfully submitted."
179
  msgstr "Votre formulaire a été soumis avec succès."
180
 
181
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2351
182
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
183
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
184
  msgid "Error, email was not sent."
185
  msgstr "Erreur, e-mail n'a pas été envoyé."
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
220
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
221
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
238
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
239
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
240
  msgid "field is required."
241
  msgstr "Champ est obligatoire"
242
 
243
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
244
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
245
  msgid "This is not a valid email address."
246
  msgstr "Ceci n'est pas une adresse e-mail valide"
247
 
248
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
249
+ msgid ""
250
+ "You cannot select former dates. Choose a date starting from the current one."
251
+ msgstr ""
252
+ "Vous ne pouvez pas sélectionner anciens dates. Choisissez une date à partir "
253
+ "de l'actuel."
254
+
255
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
256
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
257
  msgid "The"
258
  msgstr "la "
259
 
260
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
261
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
262
  msgid "value must be between"
263
  msgstr "valeur doit être comprise entre "
264
 
265
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
266
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
268
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
269
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
270
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
271
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
272
  msgid "Quantity"
273
  msgstr "Quantité "
274
 
275
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
276
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
277
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
278
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
279
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
280
  msgid "Your score should be less than"
281
  msgstr "Votre note doit être inférieure à "
282
 
283
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
284
  msgid "Title"
285
  msgstr "Titre"
286
 
287
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
288
  msgid "First"
289
  msgstr "Prénom"
290
 
291
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
292
  msgid "Last"
293
  msgstr "Nom"
294
 
295
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
296
  msgid "Middle"
297
  msgstr "Moyenne"
298
 
299
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
300
  msgid "Area Code"
301
  msgstr "Code de zone"
302
 
303
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
304
  msgid "Phone Number"
305
  msgstr "N° téléphone"
306
 
307
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
308
  msgid "Dollars"
309
  msgstr "Dollars "
310
 
311
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
312
  msgid "Cents"
313
  msgstr "Cents "
314
 
315
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
316
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
317
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
318
  msgid "From"
319
  msgstr "à partir de "
320
 
321
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
322
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
323
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
324
  msgid "To"
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: 2015-05-14 17:12+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:13+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: gl\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
21
  msgid "Street Address"
22
  msgstr "Rúa"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
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:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "Cidade"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
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:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
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:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "Country"
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "Xaneiro"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "Febreiro"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "Buscar"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "Abril"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "Luns"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "Correo non desexado"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "Jullo"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "Agosto"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
108
  msgid "September"
109
  msgstr "Integrante"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
114
  msgid "October"
115
  msgstr "Outros"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
120
  msgid "November"
121
  msgstr "Integrante"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
126
  msgid "December"
127
  msgstr "Integrante"
128
 
@@ -137,50 +137,50 @@ msgstr ""
137
  "O seu IP está na lista negra. Por favor, póñase en contacto co administrador "
138
  "do sitio."
139
 
140
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
141
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
142
  msgid "The file exceeds the allowed size of"
143
  msgstr "O arquivo excede o tamaño permitido de"
144
 
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
147
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
148
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
149
  msgid "Sorry, you are not allowed to upload this type of file."
150
  msgstr "Sentímolo, non ten permiso para enviar este tipo de ficheiro."
151
 
152
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
153
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
154
  msgid "Error, file cannot be moved."
155
  msgstr "De erro, o ficheiro non pode ser movido."
156
 
157
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
158
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
159
  #, php-format
160
  msgid ""
161
  "This field %s requires a unique entry and this value was already submitted."
162
  msgstr ""
163
  "Este campo %s require unha entrada única e este valor xa ten presentado."
164
 
165
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
166
  #, fuzzy
167
  msgid "Error, file destination does not exist."
168
  msgstr "Erro, de correo-e non foi enviado."
169
 
170
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
171
  msgid "Nothing was submitted."
172
  msgstr "Nada foi presentado."
173
 
174
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
175
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
176
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
177
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
178
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
179
  msgid "Your form was successfully submitted."
180
  msgstr "O seu formulario foi sometido con éxito."
181
 
182
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2352
183
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
184
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
185
  msgid "Error, email was not sent."
186
  msgstr "Erro, de correo-e non foi enviado."
@@ -218,101 +218,107 @@ msgstr "Ligazón de verificación non é válido."
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
220
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
221
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
238
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
239
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
240
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
241
  msgid "field is required."
242
  msgstr "campo é necesario."
243
 
244
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
245
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
246
  msgid "This is not a valid email address."
247
  msgstr "Este non é un enderezo de correo electrónico válido."
248
 
249
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
250
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
 
251
  msgid "The"
252
  msgstr "O "
253
 
254
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
255
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
256
  msgid "value must be between"
257
  msgstr "valor debe estar entre "
258
 
259
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
263
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
264
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
265
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
266
  msgid "Quantity"
267
  msgstr "Cantidade "
268
 
269
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
271
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
272
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
273
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
274
  msgid "Your score should be less than"
275
  msgstr "A súa puntuación debe ser inferior a "
276
 
277
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
278
  msgid "Title"
279
  msgstr "Título"
280
 
281
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
282
  msgid "First"
283
  msgstr "Primeira"
284
 
285
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
286
  msgid "Last"
287
  msgstr "Última"
288
 
289
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
290
  msgid "Middle"
291
  msgstr "Medio"
292
 
293
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
294
  msgid "Area Code"
295
  msgstr "Código de área"
296
 
297
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
298
  msgid "Phone Number"
299
  msgstr "Número de teléfono"
300
 
301
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
302
  msgid "Dollars"
303
  msgstr "Dólares "
304
 
305
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
306
  msgid "Cents"
307
  msgstr "Cents"
308
 
309
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
310
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
311
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
312
  msgid "From"
313
  msgstr "A partir de"
314
 
315
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
316
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
317
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
318
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 16:55+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 16:56+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: gl\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
21
  msgid "Street Address"
22
  msgstr "Rúa"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
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:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "Cidade"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
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:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
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:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "Country"
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "Xaneiro"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "Febreiro"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "Buscar"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "Abril"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "Luns"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "Correo non desexado"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "Jullo"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "Agosto"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
108
  msgid "September"
109
  msgstr "Integrante"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
114
  msgid "October"
115
  msgstr "Outros"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
120
  msgid "November"
121
  msgstr "Integrante"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
126
  msgid "December"
127
  msgstr "Integrante"
128
 
137
  "O seu IP está na lista negra. Por favor, póñase en contacto co administrador "
138
  "do sitio."
139
 
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
142
  msgid "The file exceeds the allowed size of"
143
  msgstr "O arquivo excede o tamaño permitido de"
144
 
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
147
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
148
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
149
  msgid "Sorry, you are not allowed to upload this type of file."
150
  msgstr "Sentímolo, non ten permiso para enviar este tipo de ficheiro."
151
 
152
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
153
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
154
  msgid "Error, file cannot be moved."
155
  msgstr "De erro, o ficheiro non pode ser movido."
156
 
157
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
159
  #, php-format
160
  msgid ""
161
  "This field %s requires a unique entry and this value was already submitted."
162
  msgstr ""
163
  "Este campo %s require unha entrada única e este valor xa ten presentado."
164
 
165
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
166
  #, fuzzy
167
  msgid "Error, file destination does not exist."
168
  msgstr "Erro, de correo-e non foi enviado."
169
 
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
171
  msgid "Nothing was submitted."
172
  msgstr "Nada foi presentado."
173
 
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
176
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
177
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
178
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
179
  msgid "Your form was successfully submitted."
180
  msgstr "O seu formulario foi sometido con éxito."
181
 
182
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2351
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
184
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
185
  msgid "Error, email was not sent."
186
  msgstr "Erro, de correo-e non foi enviado."
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
220
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
221
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
238
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
239
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
240
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
241
  msgid "field is required."
242
  msgstr "campo é necesario."
243
 
244
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
245
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
246
  msgid "This is not a valid email address."
247
  msgstr "Este non é un enderezo de correo electrónico válido."
248
 
249
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
250
+ msgid ""
251
+ "You cannot select former dates. Choose a date starting from the current one."
252
+ msgstr ""
253
+ "Non podes seleccionar ex datas. Seleccione unha data a partir da actual."
254
+
255
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
256
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
257
  msgid "The"
258
  msgstr "O "
259
 
260
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
261
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
262
  msgid "value must be between"
263
  msgstr "valor debe estar entre "
264
 
265
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
266
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
268
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
269
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
270
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
271
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
272
  msgid "Quantity"
273
  msgstr "Cantidade "
274
 
275
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
276
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
277
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
278
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
279
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
280
  msgid "Your score should be less than"
281
  msgstr "A súa puntuación debe ser inferior a "
282
 
283
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
284
  msgid "Title"
285
  msgstr "Título"
286
 
287
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
288
  msgid "First"
289
  msgstr "Primeira"
290
 
291
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
292
  msgid "Last"
293
  msgstr "Última"
294
 
295
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
296
  msgid "Middle"
297
  msgstr "Medio"
298
 
299
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
300
  msgid "Area Code"
301
  msgstr "Código de área"
302
 
303
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
304
  msgid "Phone Number"
305
  msgstr "Número de teléfono"
306
 
307
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
308
  msgid "Dollars"
309
  msgstr "Dólares "
310
 
311
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
312
  msgid "Cents"
313
  msgstr "Cents"
314
 
315
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
316
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
317
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
318
  msgid "From"
319
  msgstr "A partir de"
320
 
321
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
322
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
323
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
324
  msgid "To"
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: 2015-05-14 17:13+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:13+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: he\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
21
  msgid "Street Address"
22
  msgstr "כתובת רחוב"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
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:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "עיר"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
36
  msgid "State / Province / Region"
37
  msgstr "אזור / מדינה / אזור"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
41
  msgid "Postal / Zip Code"
42
  msgstr "מיקוד / מיקוד"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "ארץ"
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "ינואר"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "פברואר"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "מרץ"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "אפריל"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "מאי"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "יוני"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "יולי"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "אוגוסט"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
108
  msgid "September"
109
  msgstr "ספטמבר"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
114
  msgid "October"
115
  msgstr "אוקטובר"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
120
  msgid "November"
121
  msgstr "נובמבר"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
126
  msgid "December"
127
  msgstr "דצמבר"
128
 
@@ -135,49 +135,49 @@ msgstr "שגיאה, קוד אבטחה שגוי."
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "IP שלך הוא ברשימה שחורה. אנא צור קשר עם מנהל האתר. "
137
 
138
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
139
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "הקובץ חורג מהגודל המותר"
142
 
143
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
144
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "מצטערים, אינך רשאי להעלות קובץ מסוג זה."
149
 
150
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
151
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
152
  msgid "Error, file cannot be moved."
153
  msgstr "שגיאה, הקובץ לא ניתן להעביר."
154
 
155
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
156
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
160
  msgstr "שדה %s דורשת כניסה ייחודית ערך זה הוגשה כבר."
161
 
162
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
163
  #, fuzzy
164
  msgid "Error, file destination does not exist."
165
  msgstr "שגיאה, דואר אלקטרוני לא נשלח."
166
 
167
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
168
  msgid "Nothing was submitted."
169
  msgstr "שום דבר לא הוגשה."
170
 
171
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
172
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
173
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
174
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
175
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
176
  msgid "Your form was successfully submitted."
177
  msgstr "הטופס נשלח בהצלחה."
178
 
179
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2352
180
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
181
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
182
  msgid "Error, email was not sent."
183
  msgstr "שגיאה, דואר אלקטרוני לא נשלח."
@@ -215,101 +215,106 @@ msgstr "קישור אימות אינו חוקי."
215
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
216
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
218
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
219
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
220
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
221
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
238
  msgid "field is required."
239
  msgstr "שדה חובה."
240
 
241
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
242
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
243
  msgid "This is not a valid email address."
244
  msgstr "זו אינה כתובת דאל חוקית."
245
 
246
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
247
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
248
  msgid "The"
249
  msgstr "The"
250
 
251
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
252
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
253
  msgid "value must be between"
254
  msgstr "ערך חייב להיות בין"
255
 
256
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
257
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
258
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
259
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
263
  msgid "Quantity"
264
  msgstr "כמות "
265
 
266
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
267
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
268
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
269
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
271
  msgid "Your score should be less than"
272
  msgstr "הציון שלך צריך להיות פחות מ"
273
 
274
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
275
  msgid "Title"
276
  msgstr "כותרת"
277
 
278
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
279
  msgid "First"
280
  msgstr "ראשון"
281
 
282
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
283
  msgid "Last"
284
  msgstr "אחרון"
285
 
286
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
287
  msgid "Middle"
288
  msgstr "אמצעי"
289
 
290
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
291
  msgid "Area Code"
292
  msgstr "קידומת"
293
 
294
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
295
  msgid "Phone Number"
296
  msgstr "מס' טלפון:"
297
 
298
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
299
  msgid "Dollars"
300
  msgstr "דולרים"
301
 
302
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
303
  msgid "Cents"
304
  msgstr "סנט"
305
 
306
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
307
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
308
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
309
  msgid "From"
310
  msgstr "מן "
311
 
312
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
313
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
314
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
315
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 16:56+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 16:56+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: he\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
21
  msgid "Street Address"
22
  msgstr "כתובת רחוב"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
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:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "עיר"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
36
  msgid "State / Province / Region"
37
  msgstr "אזור / מדינה / אזור"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
41
  msgid "Postal / Zip Code"
42
  msgstr "מיקוד / מיקוד"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "ארץ"
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "ינואר"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "פברואר"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "מרץ"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "אפריל"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "מאי"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "יוני"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "יולי"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "אוגוסט"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
108
  msgid "September"
109
  msgstr "ספטמבר"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
114
  msgid "October"
115
  msgstr "אוקטובר"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
120
  msgid "November"
121
  msgstr "נובמבר"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
126
  msgid "December"
127
  msgstr "דצמבר"
128
 
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "IP שלך הוא ברשימה שחורה. אנא צור קשר עם מנהל האתר. "
137
 
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "הקובץ חורג מהגודל המותר"
142
 
143
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
144
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "מצטערים, אינך רשאי להעלות קובץ מסוג זה."
149
 
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
151
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
152
  msgid "Error, file cannot be moved."
153
  msgstr "שגיאה, הקובץ לא ניתן להעביר."
154
 
155
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
156
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
160
  msgstr "שדה %s דורשת כניסה ייחודית ערך זה הוגשה כבר."
161
 
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
163
  #, fuzzy
164
  msgid "Error, file destination does not exist."
165
  msgstr "שגיאה, דואר אלקטרוני לא נשלח."
166
 
167
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
168
  msgid "Nothing was submitted."
169
  msgstr "שום דבר לא הוגשה."
170
 
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
175
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
176
  msgid "Your form was successfully submitted."
177
  msgstr "הטופס נשלח בהצלחה."
178
 
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2351
180
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
181
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
182
  msgid "Error, email was not sent."
183
  msgstr "שגיאה, דואר אלקטרוני לא נשלח."
215
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
216
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
218
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
219
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
220
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
221
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
238
  msgid "field is required."
239
  msgstr "שדה חובה."
240
 
241
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
242
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
243
  msgid "This is not a valid email address."
244
  msgstr "זו אינה כתובת דאל חוקית."
245
 
246
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
247
+ msgid ""
248
+ "You cannot select former dates. Choose a date starting from the current one."
249
+ msgstr "אתה לא יכול לבחור את התאריכים לשעבר. בחר תאריך החל מנוכחי."
250
+
251
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
252
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
253
  msgid "The"
254
  msgstr "The"
255
 
256
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
257
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
258
  msgid "value must be between"
259
  msgstr "ערך חייב להיות בין"
260
 
261
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
262
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
263
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
264
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
265
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
266
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
268
  msgid "Quantity"
269
  msgstr "כמות "
270
 
271
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
272
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
273
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
274
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
275
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
276
  msgid "Your score should be less than"
277
  msgstr "הציון שלך צריך להיות פחות מ"
278
 
279
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
280
  msgid "Title"
281
  msgstr "כותרת"
282
 
283
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
284
  msgid "First"
285
  msgstr "ראשון"
286
 
287
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
288
  msgid "Last"
289
  msgstr "אחרון"
290
 
291
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
292
  msgid "Middle"
293
  msgstr "אמצעי"
294
 
295
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
296
  msgid "Area Code"
297
  msgstr "קידומת"
298
 
299
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
300
  msgid "Phone Number"
301
  msgstr "מס' טלפון:"
302
 
303
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
304
  msgid "Dollars"
305
  msgstr "דולרים"
306
 
307
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
308
  msgid "Cents"
309
  msgstr "סנט"
310
 
311
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
312
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
313
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
314
  msgid "From"
315
  msgstr "מן "
316
 
317
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
318
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
319
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
320
  msgid "To"
languages/form_maker-hi_IN.mo CHANGED
Binary file
languages/form_maker-hi_IN.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: 2015-05-14 17:14+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:14+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: hi\n"
@@ -16,32 +16,32 @@ msgstr ""
16
  "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\form-maker\n"
17
 
18
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
19
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
20
  msgid "Street Address"
21
  msgstr "सड़क का पता "
22
 
23
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
24
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
25
  msgid "Street Address Line 2"
26
  msgstr "सड़क पता पंक्ति 2"
27
 
28
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:246
29
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
30
  msgid "City"
31
  msgstr "शहर"
32
 
33
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
34
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
35
  msgid "State / Province / Region"
36
  msgstr "राज्य / प्रांत क्षेत्र /"
37
 
38
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
39
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
40
  msgid "Postal / Zip Code"
41
  msgstr "पोस्टल या ज़िप कोड -"
42
 
43
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
44
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
45
  msgid "Country"
46
  msgstr "देश"
47
 
@@ -54,74 +54,74 @@ msgid "Type"
54
  msgstr ""
55
 
56
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
57
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
59
  msgid "January"
60
  msgstr "जनवरी "
61
 
62
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
63
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
65
  msgid "February"
66
  msgstr "फरवरी "
67
 
68
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
69
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
71
  msgid "March"
72
  msgstr "मार्च "
73
 
74
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
75
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
77
  msgid "April"
78
  msgstr "अप्रैल "
79
 
80
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
81
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
83
  msgid "May"
84
  msgstr "मई"
85
 
86
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
87
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
89
  msgid "June"
90
  msgstr "जून "
91
 
92
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
93
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
95
  msgid "July"
96
  msgstr "जुलाई "
97
 
98
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
99
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
101
  msgid "August"
102
  msgstr "अगस्त"
103
 
104
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
105
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
107
  msgid "September"
108
  msgstr "सितंबर "
109
 
110
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
111
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
113
  msgid "October"
114
  msgstr "अक्टूबर "
115
 
116
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
117
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
119
  msgid "November"
120
  msgstr "नवंबर "
121
 
122
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
123
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
125
  msgid "December"
126
  msgstr "दिसंबर "
127
 
@@ -134,48 +134,48 @@ msgstr "त्रुटि, गलत सुरक्षा कोड."
134
  msgid "Your ip is blacklisted. Please contact the website administrator."
135
  msgstr "आपका आईपी काली सूची में डाला है. वेबसाइट व्यवस्थापक से संपर्क करें. "
136
 
137
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
138
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
139
  msgid "The file exceeds the allowed size of"
140
  msgstr "फ़ाइल का आकार की अनुमति दी से अधिक"
141
 
142
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
143
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
144
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
146
  msgid "Sorry, you are not allowed to upload this type of file."
147
  msgstr "क्षमा करें, आप इस प्रकार की फ़ाइल अपलोड करने की अनुमति नहीं है."
148
 
149
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
150
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
151
  msgid "Error, file cannot be moved."
152
  msgstr "त्रुटि, फ़ाइल स्थानांतरित नहीं किया जा सकता है."
153
 
154
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
155
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
156
  #, php-format
157
  msgid "This field %s requires a unique entry and this value was already submitted."
158
  msgstr "इस क्षेत्र %s एक अद्वितीय प्रविष्टि की आवश्यकता है और इस मूल्य पहले से ही प्रस्तुत किया गया."
159
 
160
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
161
  #, fuzzy
162
  msgid "Error, file destination does not exist."
163
  msgstr "त्रुटि, ईमेल नहीं भेजा गया था."
164
 
165
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
166
  msgid "Nothing was submitted."
167
  msgstr "कुछ भी नहीं प्रस्तुत किया गया था."
168
 
169
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
170
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
171
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
172
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
173
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
174
  msgid "Your form was successfully submitted."
175
  msgstr "अपने प्रपत्र सफलतापूर्वक सबमिट किया गया था."
176
 
177
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2352
178
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
179
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
180
  msgid "Error, email was not sent."
181
  msgstr "त्रुटि, ईमेल नहीं भेजा गया था."
@@ -213,101 +213,105 @@ msgstr "सत्यापन लिंक अमान्य है।"
213
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
214
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
215
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
216
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
217
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
218
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
219
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
220
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
221
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
236
  msgid "field is required."
237
  msgstr "फ़ील्ड की आवश्यकता है."
238
 
239
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
240
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
241
  msgid "This is not a valid email address."
242
  msgstr "यह एक मान्य ईमेल पता नहीं है."
243
 
244
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
245
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
246
  msgid "The"
247
  msgstr "The"
248
 
249
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
250
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
251
  msgid "value must be between"
252
  msgstr "मूल्य के बीच होना चाहिए "
253
 
254
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
255
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
256
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
257
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
258
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
259
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
261
  msgid "Quantity"
262
  msgstr "मात्रा "
263
 
264
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
265
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
266
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
267
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
268
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
269
  msgid "Your score should be less than"
270
  msgstr "अपने स्कोर की तुलना में कम होना चाहिए "
271
 
272
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
273
  msgid "Title"
274
  msgstr "शीर्षक "
275
 
276
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
277
  msgid "First"
278
  msgstr "प्रथम || प्रारंभिक"
279
 
280
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
281
  msgid "Last"
282
  msgstr "अंतिम "
283
 
284
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
285
  msgid "Middle"
286
  msgstr "मध्य"
287
 
288
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
289
  msgid "Area Code"
290
  msgstr "एरिया कोड"
291
 
292
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
293
  msgid "Phone Number"
294
  msgstr "फ़ोन नंबर"
295
 
296
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
297
  msgid "Dollars"
298
  msgstr "डॉलर "
299
 
300
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
301
  msgid "Cents"
302
  msgstr "सेंट्स "
303
 
304
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
305
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
306
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
307
  msgid "From"
308
  msgstr "से "
309
 
310
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
311
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
312
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
313
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 16:56+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 16:56+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: hi\n"
16
  "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\form-maker\n"
17
 
18
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
20
  msgid "Street Address"
21
  msgstr "सड़क का पता "
22
 
23
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
25
  msgid "Street Address Line 2"
26
  msgstr "सड़क पता पंक्ति 2"
27
 
28
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:246
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
30
  msgid "City"
31
  msgstr "शहर"
32
 
33
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
34
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
35
  msgid "State / Province / Region"
36
  msgstr "राज्य / प्रांत क्षेत्र /"
37
 
38
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
39
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
40
  msgid "Postal / Zip Code"
41
  msgstr "पोस्टल या ज़िप कोड -"
42
 
43
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
44
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
45
  msgid "Country"
46
  msgstr "देश"
47
 
54
  msgstr ""
55
 
56
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
57
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
59
  msgid "January"
60
  msgstr "जनवरी "
61
 
62
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
63
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
65
  msgid "February"
66
  msgstr "फरवरी "
67
 
68
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
69
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
71
  msgid "March"
72
  msgstr "मार्च "
73
 
74
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
75
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
77
  msgid "April"
78
  msgstr "अप्रैल "
79
 
80
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
81
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
83
  msgid "May"
84
  msgstr "मई"
85
 
86
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
87
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
89
  msgid "June"
90
  msgstr "जून "
91
 
92
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
93
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
95
  msgid "July"
96
  msgstr "जुलाई "
97
 
98
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
99
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
101
  msgid "August"
102
  msgstr "अगस्त"
103
 
104
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
105
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
107
  msgid "September"
108
  msgstr "सितंबर "
109
 
110
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
111
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
113
  msgid "October"
114
  msgstr "अक्टूबर "
115
 
116
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
119
  msgid "November"
120
  msgstr "नवंबर "
121
 
122
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
123
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
125
  msgid "December"
126
  msgstr "दिसंबर "
127
 
134
  msgid "Your ip is blacklisted. Please contact the website administrator."
135
  msgstr "आपका आईपी काली सूची में डाला है. वेबसाइट व्यवस्थापक से संपर्क करें. "
136
 
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
139
  msgid "The file exceeds the allowed size of"
140
  msgstr "फ़ाइल का आकार की अनुमति दी से अधिक"
141
 
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
143
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
144
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
146
  msgid "Sorry, you are not allowed to upload this type of file."
147
  msgstr "क्षमा करें, आप इस प्रकार की फ़ाइल अपलोड करने की अनुमति नहीं है."
148
 
149
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
151
  msgid "Error, file cannot be moved."
152
  msgstr "त्रुटि, फ़ाइल स्थानांतरित नहीं किया जा सकता है."
153
 
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
155
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
156
  #, php-format
157
  msgid "This field %s requires a unique entry and this value was already submitted."
158
  msgstr "इस क्षेत्र %s एक अद्वितीय प्रविष्टि की आवश्यकता है और इस मूल्य पहले से ही प्रस्तुत किया गया."
159
 
160
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
161
  #, fuzzy
162
  msgid "Error, file destination does not exist."
163
  msgstr "त्रुटि, ईमेल नहीं भेजा गया था."
164
 
165
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
166
  msgid "Nothing was submitted."
167
  msgstr "कुछ भी नहीं प्रस्तुत किया गया था."
168
 
169
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
173
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
174
  msgid "Your form was successfully submitted."
175
  msgstr "अपने प्रपत्र सफलतापूर्वक सबमिट किया गया था."
176
 
177
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2351
178
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
179
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
180
  msgid "Error, email was not sent."
181
  msgstr "त्रुटि, ईमेल नहीं भेजा गया था."
213
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
214
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
215
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
216
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
217
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
218
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
219
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
220
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
221
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
236
  msgid "field is required."
237
  msgstr "फ़ील्ड की आवश्यकता है."
238
 
239
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
240
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
241
  msgid "This is not a valid email address."
242
  msgstr "यह एक मान्य ईमेल पता नहीं है."
243
 
244
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
245
+ msgid "You cannot select former dates. Choose a date starting from the current one."
246
+ msgstr "आप पूर्व तारीखों का चयन नहीं कर सकते हैं। वर्तमान एक से शुरू करने के लिए एक तिथि चुनें।"
247
+
248
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
249
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
250
  msgid "The"
251
  msgstr "The"
252
 
253
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
254
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
255
  msgid "value must be between"
256
  msgstr "मूल्य के बीच होना चाहिए "
257
 
258
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
259
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
260
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
261
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
262
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
263
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
264
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
265
  msgid "Quantity"
266
  msgstr "मात्रा "
267
 
268
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
269
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
270
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
271
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
272
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
273
  msgid "Your score should be less than"
274
  msgstr "अपने स्कोर की तुलना में कम होना चाहिए "
275
 
276
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
277
  msgid "Title"
278
  msgstr "शीर्षक "
279
 
280
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
281
  msgid "First"
282
  msgstr "प्रथम || प्रारंभिक"
283
 
284
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
285
  msgid "Last"
286
  msgstr "अंतिम "
287
 
288
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
289
  msgid "Middle"
290
  msgstr "मध्य"
291
 
292
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
293
  msgid "Area Code"
294
  msgstr "एरिया कोड"
295
 
296
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
297
  msgid "Phone Number"
298
  msgstr "फ़ोन नंबर"
299
 
300
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
301
  msgid "Dollars"
302
  msgstr "डॉलर "
303
 
304
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
305
  msgid "Cents"
306
  msgstr "सेंट्स "
307
 
308
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
309
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
310
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
311
  msgid "From"
312
  msgstr "से "
313
 
314
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
315
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
316
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
317
  msgid "To"
languages/form_maker-hr.mo CHANGED
Binary file
languages/form_maker-hr.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: 2015-05-14 17:14+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:15+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: hr\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
21
  msgid "Street Address"
22
  msgstr "Ulica"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
26
  msgid "Street Address Line 2"
27
  msgstr "Ulica Line 2"
28
 
29
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "Grad"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
36
  msgid "State / Province / Region"
37
  msgstr "Država / Pokrajina / regija"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
41
  msgid "Postal / Zip Code"
42
  msgstr "Poštanski broj"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "Država"
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "Siječanj"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "Veljača"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "Ožujak"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "Travanj"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "Svibanj"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "Lipanj"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "Srpanj"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "Kolovoz"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
108
  msgid "September"
109
  msgstr "Rujan"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
114
  msgid "October"
115
  msgstr "Listopad"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
120
  msgid "November"
121
  msgstr "Studeni"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
126
  msgid "December"
127
  msgstr "Prosinac"
128
 
@@ -135,50 +135,50 @@ msgstr "Pogreška, pogrešan sigurnosni kod."
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "Vaš IP je na crnoj listi. Obratite se administratoru web stranice. "
137
 
138
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
139
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "File prelazi dozvoljenu veličinu"
142
 
143
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
144
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "Nažalost, ne mogu učitati ovu vrstu datoteke."
149
 
150
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
151
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
152
  msgid "Error, file cannot be moved."
153
  msgstr "Pogreške, datoteka ne može biti premještena."
154
 
155
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
156
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
160
  msgstr ""
161
  "Ovo polje %s zahtijeva jedinstven unos, a ta vrijednost je već bio podnesen."
162
 
163
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
164
  #, fuzzy
165
  msgid "Error, file destination does not exist."
166
  msgstr "Greška, e-mail nije poslana."
167
 
168
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
169
  msgid "Nothing was submitted."
170
  msgstr "Ništa nije podnesen."
171
 
172
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
173
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
174
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
175
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
176
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
177
  msgid "Your form was successfully submitted."
178
  msgstr "Obrazac uspješno poslan."
179
 
180
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2352
181
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
182
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
183
  msgid "Error, email was not sent."
184
  msgstr "Greška, e-mail nije poslana."
@@ -216,101 +216,106 @@ msgstr "Provjera veze nije valjana."
216
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
219
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
220
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
221
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
238
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
239
  msgid "field is required."
240
  msgstr "polje je obvezno."
241
 
242
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
243
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
244
  msgid "This is not a valid email address."
245
  msgstr "To nije valjana adresa e-pošte."
246
 
247
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
248
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
249
  msgid "The"
250
  msgstr "The"
251
 
252
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
253
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
254
  msgid "value must be between"
255
  msgstr "vrijednost mora biti između "
256
 
257
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
258
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
259
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
263
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
264
  msgid "Quantity"
265
  msgstr "količina "
266
 
267
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
268
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
269
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
271
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
272
  msgid "Your score should be less than"
273
  msgstr "Vaš rezultat bi trebao biti manji od "
274
 
275
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
276
  msgid "Title"
277
  msgstr "Naslov"
278
 
279
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
280
  msgid "First"
281
  msgstr "prije"
282
 
283
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
284
  msgid "Last"
285
  msgstr "zad"
286
 
287
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
288
  msgid "Middle"
289
  msgstr "Srednji"
290
 
291
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
292
  msgid "Area Code"
293
  msgstr "Area Code"
294
 
295
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
296
  msgid "Phone Number"
297
  msgstr "Broj telefona"
298
 
299
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
300
  msgid "Dollars"
301
  msgstr "Dolara "
302
 
303
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
304
  msgid "Cents"
305
  msgstr "Centi "
306
 
307
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
308
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
309
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
310
  msgid "From"
311
  msgstr "Iz "
312
 
313
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
314
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
315
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
316
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 16:57+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 16:57+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: hr\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
21
  msgid "Street Address"
22
  msgstr "Ulica"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
26
  msgid "Street Address Line 2"
27
  msgstr "Ulica Line 2"
28
 
29
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "Grad"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
36
  msgid "State / Province / Region"
37
  msgstr "Država / Pokrajina / regija"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
41
  msgid "Postal / Zip Code"
42
  msgstr "Poštanski broj"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "Država"
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "Siječanj"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "Veljača"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "Ožujak"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "Travanj"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "Svibanj"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "Lipanj"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "Srpanj"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "Kolovoz"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
108
  msgid "September"
109
  msgstr "Rujan"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
114
  msgid "October"
115
  msgstr "Listopad"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
120
  msgid "November"
121
  msgstr "Studeni"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
126
  msgid "December"
127
  msgstr "Prosinac"
128
 
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "Vaš IP je na crnoj listi. Obratite se administratoru web stranice. "
137
 
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "File prelazi dozvoljenu veličinu"
142
 
143
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
144
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "Nažalost, ne mogu učitati ovu vrstu datoteke."
149
 
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
151
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
152
  msgid "Error, file cannot be moved."
153
  msgstr "Pogreške, datoteka ne može biti premještena."
154
 
155
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
156
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
160
  msgstr ""
161
  "Ovo polje %s zahtijeva jedinstven unos, a ta vrijednost je već bio podnesen."
162
 
163
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
164
  #, fuzzy
165
  msgid "Error, file destination does not exist."
166
  msgstr "Greška, e-mail nije poslana."
167
 
168
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
169
  msgid "Nothing was submitted."
170
  msgstr "Ništa nije podnesen."
171
 
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
176
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
177
  msgid "Your form was successfully submitted."
178
  msgstr "Obrazac uspješno poslan."
179
 
180
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2351
181
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
182
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
183
  msgid "Error, email was not sent."
184
  msgstr "Greška, e-mail nije poslana."
216
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
219
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
220
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
221
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
238
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
239
  msgid "field is required."
240
  msgstr "polje je obvezno."
241
 
242
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
243
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
244
  msgid "This is not a valid email address."
245
  msgstr "To nije valjana adresa e-pošte."
246
 
247
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
248
+ msgid ""
249
+ "You cannot select former dates. Choose a date starting from the current one."
250
+ msgstr "Ne možete odabrati bivši datume. Odaberite datum počevši od trenutne."
251
+
252
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
253
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
254
  msgid "The"
255
  msgstr "The"
256
 
257
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
258
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
259
  msgid "value must be between"
260
  msgstr "vrijednost mora biti između "
261
 
262
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
263
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
264
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
265
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
266
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
268
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
269
  msgid "Quantity"
270
  msgstr "količina "
271
 
272
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
273
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
274
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
275
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
276
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
277
  msgid "Your score should be less than"
278
  msgstr "Vaš rezultat bi trebao biti manji od "
279
 
280
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
281
  msgid "Title"
282
  msgstr "Naslov"
283
 
284
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
285
  msgid "First"
286
  msgstr "prije"
287
 
288
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
289
  msgid "Last"
290
  msgstr "zad"
291
 
292
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
293
  msgid "Middle"
294
  msgstr "Srednji"
295
 
296
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
297
  msgid "Area Code"
298
  msgstr "Area Code"
299
 
300
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
301
  msgid "Phone Number"
302
  msgstr "Broj telefona"
303
 
304
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
305
  msgid "Dollars"
306
  msgstr "Dolara "
307
 
308
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
309
  msgid "Cents"
310
  msgstr "Centi "
311
 
312
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
313
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
314
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
315
  msgid "From"
316
  msgstr "Iz "
317
 
318
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
319
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
320
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
321
  msgid "To"
languages/form_maker-hu_HU.mo CHANGED
Binary file
languages/form_maker-hu_HU.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: 2015-05-14 17:15+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:15+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: hu\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
21
  msgid "Street Address"
22
  msgstr "Utca, házszám"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
26
  msgid "Street Address Line 2"
27
  msgstr "Utca, házszám, 2. sor"
28
 
29
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "Város "
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
36
  msgid "State / Province / Region"
37
  msgstr "Állam / Tartomány / Régió"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
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:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "Ország "
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "Január "
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "Február "
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "Március "
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "Április "
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "Május "
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "Június "
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "Július "
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "Augusztus "
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
108
  msgid "September"
109
  msgstr "Szeptember "
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
114
  msgid "October"
115
  msgstr "Október "
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
120
  msgid "November"
121
  msgstr "November "
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
126
  msgid "December"
127
  msgstr "December "
128
 
@@ -135,25 +135,25 @@ msgstr "Hiba, hibás biztonsági kódot."
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "Az ip feketelistára. Lépjen kapcsolatba a webhely adminisztrátorának. "
137
 
138
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
139
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "A fájl mérete meghaladja a megengedett méretét"
142
 
143
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
144
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "Sajnálom, akkor nem tölthet fel ezt a fájltípust."
149
 
150
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
151
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
152
  msgid "Error, file cannot be moved."
153
  msgstr "Hiba, a fájl nem lehet mozgatni."
154
 
155
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
156
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
@@ -161,25 +161,25 @@ msgstr ""
161
  "Ebben a mezőben %s igényli egyedülálló bejegyzés és ezt az értéket már "
162
  "benyújtották."
163
 
164
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
165
  #, fuzzy
166
  msgid "Error, file destination does not exist."
167
  msgstr "Hiba, e-mail nem lett elküldve."
168
 
169
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
170
  msgid "Nothing was submitted."
171
  msgstr "Semmi sem nyújtottak be."
172
 
173
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
174
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
175
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
176
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
177
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
178
  msgid "Your form was successfully submitted."
179
  msgstr "A forma sikeresen be."
180
 
181
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2352
182
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
183
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
184
  msgid "Error, email was not sent."
185
  msgstr "Hiba, e-mail nem lett elküldve."
@@ -217,101 +217,108 @@ msgstr "Írja be a képen link érvénytelen."
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
220
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
221
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
238
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
239
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
240
  msgid "field is required."
241
  msgstr "mező kitöltése kötelező."
242
 
243
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
244
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
245
  msgid "This is not a valid email address."
246
  msgstr "Ez nem egy érvényes e-mail címet."
247
 
248
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
249
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
 
 
250
  msgid "The"
251
  msgstr "a "
252
 
253
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
254
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
255
  msgid "value must be between"
256
  msgstr "érték között kell lennie "
257
 
258
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
259
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
263
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
264
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
265
  msgid "Quantity"
266
  msgstr "Mennyiség "
267
 
268
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
269
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
271
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
272
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
273
  msgid "Your score should be less than"
274
  msgstr "A pontszám nem lehet kisebb, mint a "
275
 
276
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
277
  msgid "Title"
278
  msgstr "Cím"
279
 
280
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
281
  msgid "First"
282
  msgstr "Első"
283
 
284
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
285
  msgid "Last"
286
  msgstr "Utolsó"
287
 
288
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
289
  msgid "Middle"
290
  msgstr "Középső"
291
 
292
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
293
  msgid "Area Code"
294
  msgstr "Körzetszám"
295
 
296
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
297
  msgid "Phone Number"
298
  msgstr "Telefonszám"
299
 
300
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
301
  msgid "Dollars"
302
  msgstr "Dollár "
303
 
304
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
305
  msgid "Cents"
306
  msgstr "Cent "
307
 
308
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
309
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
310
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
311
  msgid "From"
312
  msgstr "-től"
313
 
314
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
315
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
316
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
317
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 16:57+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 16:57+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: hu\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
21
  msgid "Street Address"
22
  msgstr "Utca, házszám"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
26
  msgid "Street Address Line 2"
27
  msgstr "Utca, házszám, 2. sor"
28
 
29
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "Város "
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
36
  msgid "State / Province / Region"
37
  msgstr "Állam / Tartomány / Régió"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
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:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "Ország "
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "Január "
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "Február "
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "Március "
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "Április "
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "Május "
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "Június "
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "Július "
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "Augusztus "
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
108
  msgid "September"
109
  msgstr "Szeptember "
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
114
  msgid "October"
115
  msgstr "Október "
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
120
  msgid "November"
121
  msgstr "November "
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
126
  msgid "December"
127
  msgstr "December "
128
 
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "Az ip feketelistára. Lépjen kapcsolatba a webhely adminisztrátorának. "
137
 
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "A fájl mérete meghaladja a megengedett méretét"
142
 
143
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
144
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "Sajnálom, akkor nem tölthet fel ezt a fájltípust."
149
 
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
151
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
152
  msgid "Error, file cannot be moved."
153
  msgstr "Hiba, a fájl nem lehet mozgatni."
154
 
155
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
156
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
161
  "Ebben a mezőben %s igényli egyedülálló bejegyzés és ezt az értéket már "
162
  "benyújtották."
163
 
164
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
165
  #, fuzzy
166
  msgid "Error, file destination does not exist."
167
  msgstr "Hiba, e-mail nem lett elküldve."
168
 
169
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
170
  msgid "Nothing was submitted."
171
  msgstr "Semmi sem nyújtottak be."
172
 
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
176
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
177
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
178
  msgid "Your form was successfully submitted."
179
  msgstr "A forma sikeresen be."
180
 
181
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2351
182
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
183
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
184
  msgid "Error, email was not sent."
185
  msgstr "Hiba, e-mail nem lett elküldve."
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
220
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
221
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
238
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
239
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
240
  msgid "field is required."
241
  msgstr "mező kitöltése kötelező."
242
 
243
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
244
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
245
  msgid "This is not a valid email address."
246
  msgstr "Ez nem egy érvényes e-mail címet."
247
 
248
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
249
+ msgid ""
250
+ "You cannot select former dates. Choose a date starting from the current one."
251
+ msgstr ""
252
+ "Nem tudja kiválasztani egykori tizenegy óra. Válasszon ki egy dátumot kezdve "
253
+ "a jelenlegi."
254
+
255
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
256
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
257
  msgid "The"
258
  msgstr "a "
259
 
260
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
261
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
262
  msgid "value must be between"
263
  msgstr "érték között kell lennie "
264
 
265
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
266
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
268
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
269
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
270
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
271
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
272
  msgid "Quantity"
273
  msgstr "Mennyiség "
274
 
275
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
276
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
277
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
278
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
279
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
280
  msgid "Your score should be less than"
281
  msgstr "A pontszám nem lehet kisebb, mint a "
282
 
283
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
284
  msgid "Title"
285
  msgstr "Cím"
286
 
287
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
288
  msgid "First"
289
  msgstr "Első"
290
 
291
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
292
  msgid "Last"
293
  msgstr "Utolsó"
294
 
295
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
296
  msgid "Middle"
297
  msgstr "Középső"
298
 
299
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
300
  msgid "Area Code"
301
  msgstr "Körzetszám"
302
 
303
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
304
  msgid "Phone Number"
305
  msgstr "Telefonszám"
306
 
307
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
308
  msgid "Dollars"
309
  msgstr "Dollár "
310
 
311
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
312
  msgid "Cents"
313
  msgstr "Cent "
314
 
315
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
316
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
317
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
318
  msgid "From"
319
  msgstr "-től"
320
 
321
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
322
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
323
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
324
  msgid "To"
languages/form_maker-hy_AM.mo CHANGED
Binary file
languages/form_maker-hy_AM.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: 2015-05-14 17:16+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:16+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: hy\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
21
  msgid "Street Address"
22
  msgstr "Փողոց"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
26
  msgid "Street Address Line 2"
27
  msgstr "Փողոց Line 2"
28
 
29
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "Քաղաք"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
36
  msgid "State / Province / Region"
37
  msgstr "Նահանգ / Մարզ / Տարածաշրջան"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
41
  msgid "Postal / Zip Code"
42
  msgstr "Փոստային / Zip Code"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "Երկիր"
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "Հունվար"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "Փետրվար"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "Մարտ"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "Ապրիլ"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "Մայիսի"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "Հունիս"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "Հուլիս"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "Օգոստոս"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
108
  msgid "September"
109
  msgstr "Սեպտեմբեր"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
114
  msgid "October"
115
  msgstr "Հոկտեմբեր"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
120
  msgid "November"
121
  msgstr "Նոյեմբեր"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
126
  msgid "December"
127
  msgstr "Դեկտեմբեր"
128
 
@@ -135,49 +135,49 @@ msgstr "Error, սխալ անվտանգության կոդը:"
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "Ձեր IP-ն սեւ ցուցակում. Խնդրում ենք կապնվել կայքի կառավարչին. "
137
 
138
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
139
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "Ֆայլը գերազանցում է թույլատրելի չափը:"
142
 
143
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
144
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "Ներեցեք, Ձեզ չի թույլատրվում բեռնել այս տեսակը ֆայլը."
149
 
150
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
151
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
152
  msgid "Error, file cannot be moved."
153
  msgstr "Error, ֆայլի չի կարող տեղափոխվել:"
154
 
155
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
156
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
160
  msgstr "Այս դաշտը %s պահանջում է եզակի մուտքի արժեքը, եւ դա արդեն ներկայացվել."
161
 
162
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
163
  #, fuzzy
164
  msgid "Error, file destination does not exist."
165
  msgstr "Error, էլ չի ուղարկվել:"
166
 
167
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
168
  msgid "Nothing was submitted."
169
  msgstr "Ոչինչ չի ներկայացվել."
170
 
171
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
172
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
173
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
174
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
175
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
176
  msgid "Your form was successfully submitted."
177
  msgstr "Ձեր ձեւ հաջողությամբ ներկայացվել."
178
 
179
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2352
180
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
181
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
182
  msgid "Error, email was not sent."
183
  msgstr "Error, էլ չի ուղարկվել:"
@@ -215,101 +215,107 @@ msgstr "Ստուգման հղում է անվավեր:"
215
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
216
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
218
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
219
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
220
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
221
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
238
  msgid "field is required."
239
  msgstr "Դաշտը պարտադիր է:"
240
 
241
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
242
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
243
  msgid "This is not a valid email address."
244
  msgstr "Սա ոչ թե վավեր էլ."
245
 
246
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
247
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
 
248
  msgid "The"
249
  msgstr "The "
250
 
251
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
252
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
253
  msgid "value must be between"
254
  msgstr "արժեքը պետք է լինի "
255
 
256
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
257
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
258
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
259
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
263
  msgid "Quantity"
264
  msgstr "Քանակը"
265
 
266
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
267
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
268
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
269
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
271
  msgid "Your score should be less than"
272
  msgstr "Ձեր հաշիվը պետք է լինի ոչ պակաս, քան "
273
 
274
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
275
  msgid "Title"
276
  msgstr "Վերնագիր"
277
 
278
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
279
  msgid "First"
280
  msgstr "Առաջին"
281
 
282
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
283
  msgid "Last"
284
  msgstr "Անցյալ"
285
 
286
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
287
  msgid "Middle"
288
  msgstr "Միջին"
289
 
290
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
291
  msgid "Area Code"
292
  msgstr "Տարածքի կոդ"
293
 
294
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
295
  msgid "Phone Number"
296
  msgstr "Հեռախոսահամար"
297
 
298
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
299
  msgid "Dollars"
300
  msgstr "Դոլար"
301
 
302
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
303
  msgid "Cents"
304
  msgstr "Ցենտ"
305
 
306
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
307
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
308
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
309
  msgid "From"
310
  msgstr "- ից "
311
 
312
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
313
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
314
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
315
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 16:58+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 16:58+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: hy\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
21
  msgid "Street Address"
22
  msgstr "Փողոց"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
26
  msgid "Street Address Line 2"
27
  msgstr "Փողոց Line 2"
28
 
29
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "Քաղաք"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
36
  msgid "State / Province / Region"
37
  msgstr "Նահանգ / Մարզ / Տարածաշրջան"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
41
  msgid "Postal / Zip Code"
42
  msgstr "Փոստային / Zip Code"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "Երկիր"
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "Հունվար"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "Փետրվար"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "Մարտ"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "Ապրիլ"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "Մայիսի"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "Հունիս"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "Հուլիս"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "Օգոստոս"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
108
  msgid "September"
109
  msgstr "Սեպտեմբեր"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
114
  msgid "October"
115
  msgstr "Հոկտեմբեր"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
120
  msgid "November"
121
  msgstr "Նոյեմբեր"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
126
  msgid "December"
127
  msgstr "Դեկտեմբեր"
128
 
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "Ձեր IP-ն սեւ ցուցակում. Խնդրում ենք կապնվել կայքի կառավարչին. "
137
 
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "Ֆայլը գերազանցում է թույլատրելի չափը:"
142
 
143
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
144
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "Ներեցեք, Ձեզ չի թույլատրվում բեռնել այս տեսակը ֆայլը."
149
 
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
151
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
152
  msgid "Error, file cannot be moved."
153
  msgstr "Error, ֆայլի չի կարող տեղափոխվել:"
154
 
155
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
156
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
160
  msgstr "Այս դաշտը %s պահանջում է եզակի մուտքի արժեքը, եւ դա արդեն ներկայացվել."
161
 
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
163
  #, fuzzy
164
  msgid "Error, file destination does not exist."
165
  msgstr "Error, էլ չի ուղարկվել:"
166
 
167
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
168
  msgid "Nothing was submitted."
169
  msgstr "Ոչինչ չի ներկայացվել."
170
 
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
175
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
176
  msgid "Your form was successfully submitted."
177
  msgstr "Ձեր ձեւ հաջողությամբ ներկայացվել."
178
 
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2351
180
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
181
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
182
  msgid "Error, email was not sent."
183
  msgstr "Error, էլ չի ուղարկվել:"
215
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
216
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
218
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
219
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
220
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
221
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
238
  msgid "field is required."
239
  msgstr "Դաշտը պարտադիր է:"
240
 
241
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
242
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
243
  msgid "This is not a valid email address."
244
  msgstr "Սա ոչ թե վավեր էլ."
245
 
246
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
247
+ msgid ""
248
+ "You cannot select former dates. Choose a date starting from the current one."
249
+ msgstr ""
250
+ "Դուք կարող եք ընտրել նախկին ժամկետները. Ընտրեք ամսաթիվը սկսած ընթացիկ մեկը."
251
+
252
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
253
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
254
  msgid "The"
255
  msgstr "The "
256
 
257
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
258
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
259
  msgid "value must be between"
260
  msgstr "արժեքը պետք է լինի "
261
 
262
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
263
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
264
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
265
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
266
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
268
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
269
  msgid "Quantity"
270
  msgstr "Քանակը"
271
 
272
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
273
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
274
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
275
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
276
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
277
  msgid "Your score should be less than"
278
  msgstr "Ձեր հաշիվը պետք է լինի ոչ պակաս, քան "
279
 
280
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
281
  msgid "Title"
282
  msgstr "Վերնագիր"
283
 
284
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
285
  msgid "First"
286
  msgstr "Առաջին"
287
 
288
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
289
  msgid "Last"
290
  msgstr "Անցյալ"
291
 
292
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
293
  msgid "Middle"
294
  msgstr "Միջին"
295
 
296
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
297
  msgid "Area Code"
298
  msgstr "Տարածքի կոդ"
299
 
300
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
301
  msgid "Phone Number"
302
  msgstr "Հեռախոսահամար"
303
 
304
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
305
  msgid "Dollars"
306
  msgstr "Դոլար"
307
 
308
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
309
  msgid "Cents"
310
  msgstr "Ցենտ"
311
 
312
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
313
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
314
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
315
  msgid "From"
316
  msgstr "- ից "
317
 
318
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
319
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
320
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
321
  msgid "To"
languages/form_maker-id_ID.mo CHANGED
Binary file
languages/form_maker-id_ID.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: 2015-05-14 17:17+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:17+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: id\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
21
  msgid "Street Address"
22
  msgstr "Street Address"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
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:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "Kota"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
36
  msgid "State / Province / Region"
37
  msgstr "Negara / Provinsi / Wilayah"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
41
  msgid "Postal / Zip Code"
42
  msgstr "Pos / Kode Pos"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "Negara"
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "Januari"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "Februari"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "Maret"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "April"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "Mei"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "Juni"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "Juli"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "Agustus"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
108
  msgid "September"
109
  msgstr "September"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
114
  msgid "October"
115
  msgstr "Oktober"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
120
  msgid "November"
121
  msgstr "November"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
126
  msgid "December"
127
  msgstr "Desember"
128
 
@@ -135,49 +135,49 @@ msgstr "Kesalahan, kode keamanan yang salah."
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "Ip Anda daftar hitam. Silahkan hubungi administrator website. "
137
 
138
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
139
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "File melebihi ukuran yang diizinkan"
142
 
143
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
144
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "Maaf, Anda tidak diperbolehkan untuk meng-upload file jenis ini."
149
 
150
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
151
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
152
  msgid "Error, file cannot be moved."
153
  msgstr "Error, file tidak dapat dipindahkan."
154
 
155
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
156
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
160
  msgstr "Bidang %s memerlukan entri yang unik dan nilai ini sudah diajukan."
161
 
162
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
163
  #, fuzzy
164
  msgid "Error, file destination does not exist."
165
  msgstr "Kesalahan, email tidak dikirim."
166
 
167
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
168
  msgid "Nothing was submitted."
169
  msgstr "Tidak ada yang diajukan."
170
 
171
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
172
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
173
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
174
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
175
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
176
  msgid "Your form was successfully submitted."
177
  msgstr "Bentuk kamu telah diserahkan."
178
 
179
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2352
180
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
181
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
182
  msgid "Error, email was not sent."
183
  msgstr "Kesalahan, email tidak dikirim."
@@ -215,101 +215,108 @@ msgstr "Link verifikasi tidak valid."
215
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
216
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
218
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
219
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
220
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
221
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
238
  msgid "field is required."
239
  msgstr "bidang yang diperlukan."
240
 
241
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
242
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
243
  msgid "This is not a valid email address."
244
  msgstr "Ini bukan alamat email yang valid."
245
 
246
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
247
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
 
 
248
  msgid "The"
249
  msgstr "itu "
250
 
251
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
252
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
253
  msgid "value must be between"
254
  msgstr "Nilai harus antara "
255
 
256
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
257
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
258
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
259
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
263
  msgid "Quantity"
264
  msgstr "Kuantitas "
265
 
266
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
267
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
268
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
269
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
271
  msgid "Your score should be less than"
272
  msgstr "Skor Anda harus kurang dari "
273
 
274
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
275
  msgid "Title"
276
  msgstr "Title"
277
 
278
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
279
  msgid "First"
280
  msgstr "Pertama"
281
 
282
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
283
  msgid "Last"
284
  msgstr "Terakhir"
285
 
286
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
287
  msgid "Middle"
288
  msgstr "Tengah"
289
 
290
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
291
  msgid "Area Code"
292
  msgstr "Kode wilayah"
293
 
294
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
295
  msgid "Phone Number"
296
  msgstr "Nomor telepon"
297
 
298
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
299
  msgid "Dollars"
300
  msgstr "Dolar. "
301
 
302
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
303
  msgid "Cents"
304
  msgstr "cents "
305
 
306
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
307
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
308
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
309
  msgid "From"
310
  msgstr "dari "
311
 
312
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
313
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
314
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
315
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 16:58+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 16:58+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: id\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
21
  msgid "Street Address"
22
  msgstr "Street Address"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
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:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "Kota"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
36
  msgid "State / Province / Region"
37
  msgstr "Negara / Provinsi / Wilayah"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
41
  msgid "Postal / Zip Code"
42
  msgstr "Pos / Kode Pos"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "Negara"
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "Januari"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "Februari"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "Maret"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "April"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "Mei"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "Juni"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "Juli"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "Agustus"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
108
  msgid "September"
109
  msgstr "September"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
114
  msgid "October"
115
  msgstr "Oktober"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
120
  msgid "November"
121
  msgstr "November"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
126
  msgid "December"
127
  msgstr "Desember"
128
 
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "Ip Anda daftar hitam. Silahkan hubungi administrator website. "
137
 
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "File melebihi ukuran yang diizinkan"
142
 
143
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
144
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "Maaf, Anda tidak diperbolehkan untuk meng-upload file jenis ini."
149
 
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
151
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
152
  msgid "Error, file cannot be moved."
153
  msgstr "Error, file tidak dapat dipindahkan."
154
 
155
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
156
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
160
  msgstr "Bidang %s memerlukan entri yang unik dan nilai ini sudah diajukan."
161
 
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
163
  #, fuzzy
164
  msgid "Error, file destination does not exist."
165
  msgstr "Kesalahan, email tidak dikirim."
166
 
167
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
168
  msgid "Nothing was submitted."
169
  msgstr "Tidak ada yang diajukan."
170
 
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
175
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
176
  msgid "Your form was successfully submitted."
177
  msgstr "Bentuk kamu telah diserahkan."
178
 
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2351
180
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
181
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
182
  msgid "Error, email was not sent."
183
  msgstr "Kesalahan, email tidak dikirim."
215
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
216
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
218
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
219
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
220
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
221
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
238
  msgid "field is required."
239
  msgstr "bidang yang diperlukan."
240
 
241
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
242
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
243
  msgid "This is not a valid email address."
244
  msgstr "Ini bukan alamat email yang valid."
245
 
246
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
247
+ msgid ""
248
+ "You cannot select former dates. Choose a date starting from the current one."
249
+ msgstr ""
250
+ "Anda tidak dapat memilih mantan tanggal. Pilih tanggal mulai dari yang "
251
+ "sekarang."
252
+
253
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
254
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
255
  msgid "The"
256
  msgstr "itu "
257
 
258
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
259
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
260
  msgid "value must be between"
261
  msgstr "Nilai harus antara "
262
 
263
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
264
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
265
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
266
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
268
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
269
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
270
  msgid "Quantity"
271
  msgstr "Kuantitas "
272
 
273
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
274
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
275
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
276
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
277
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
278
  msgid "Your score should be less than"
279
  msgstr "Skor Anda harus kurang dari "
280
 
281
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
282
  msgid "Title"
283
  msgstr "Title"
284
 
285
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
286
  msgid "First"
287
  msgstr "Pertama"
288
 
289
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
290
  msgid "Last"
291
  msgstr "Terakhir"
292
 
293
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
294
  msgid "Middle"
295
  msgstr "Tengah"
296
 
297
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
298
  msgid "Area Code"
299
  msgstr "Kode wilayah"
300
 
301
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
302
  msgid "Phone Number"
303
  msgstr "Nomor telepon"
304
 
305
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
306
  msgid "Dollars"
307
  msgstr "Dolar. "
308
 
309
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
310
  msgid "Cents"
311
  msgstr "cents "
312
 
313
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
314
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
315
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
316
  msgid "From"
317
  msgstr "dari "
318
 
319
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
320
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
321
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
322
  msgid "To"
languages/form_maker-it_IT.mo CHANGED
Binary file
languages/form_maker-it_IT.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: 2015-05-14 17:17+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:18+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: it\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
21
  msgid "Street Address"
22
  msgstr "Indirizzo:"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
26
  msgid "Street Address Line 2"
27
  msgstr "Via Riga indirizzo 2"
28
 
29
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "Città"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
36
  msgid "State / Province / Region"
37
  msgstr "Stato / Provincia / Regione"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
41
  msgid "Postal / Zip Code"
42
  msgstr "CAP"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "Paese"
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "Gennaio"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "febbraio"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "marzo"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "aprile"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "Maggio"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "giugno"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "luglio"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "agosto"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
108
  msgid "September"
109
  msgstr "settembre"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
114
  msgid "October"
115
  msgstr "ottobre"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
120
  msgid "November"
121
  msgstr "novembre"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
126
  msgid "December"
127
  msgstr "Dicembre"
128
 
@@ -137,25 +137,25 @@ msgstr ""
137
  "Il tuo ip è nella lista nera. Si prega di contattare l'amministratore del "
138
  "sito. "
139
 
140
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
141
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
142
  msgid "The file exceeds the allowed size of"
143
  msgstr "Il file supera la dimensione consentita di"
144
 
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
147
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
148
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
149
  msgid "Sorry, you are not allowed to upload this type of file."
150
  msgstr "Spiacenti, non sei autorizzato a caricare questo tipo di file."
151
 
152
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
153
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
154
  msgid "Error, file cannot be moved."
155
  msgstr "Errore, il file non possono essere spostati."
156
 
157
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
158
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
159
  #, php-format
160
  msgid ""
161
  "This field %s requires a unique entry and this value was already submitted."
@@ -163,25 +163,25 @@ msgstr ""
163
  "Questo campo %s richiede una voce unica e questo valore è stato già "
164
  "presentato."
165
 
166
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
167
  #, fuzzy
168
  msgid "Error, file destination does not exist."
169
  msgstr "Errore, e-mail non è stato inviato."
170
 
171
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
172
  msgid "Nothing was submitted."
173
  msgstr "Nulla è stato presentato."
174
 
175
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
176
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
177
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
178
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
179
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
180
  msgid "Your form was successfully submitted."
181
  msgstr "Il modulo è stato inviato correttamente."
182
 
183
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2352
184
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
185
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
186
  msgid "Error, email was not sent."
187
  msgstr "Errore, e-mail non è stato inviato."
@@ -219,101 +219,108 @@ msgstr "Link di verifica non è valido."
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
220
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
221
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
238
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
239
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
240
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
241
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
242
  msgid "field is required."
243
  msgstr "campo è obbligatorio."
244
 
245
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
246
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
247
  msgid "This is not a valid email address."
248
  msgstr "Questo non è un indirizzo email valido."
249
 
250
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
251
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
 
 
252
  msgid "The"
253
  msgstr "L'"
254
 
255
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
256
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
257
  msgid "value must be between"
258
  msgstr "valore deve essere compreso tra "
259
 
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
263
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
264
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
265
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
266
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
267
  msgid "Quantity"
268
  msgstr "Quantità"
269
 
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
271
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
272
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
273
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
274
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
275
  msgid "Your score should be less than"
276
  msgstr "Il tuo punteggio deve essere inferiore a "
277
 
278
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
279
  msgid "Title"
280
  msgstr "Titolo"
281
 
282
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
283
  msgid "First"
284
  msgstr ".first"
285
 
286
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
287
  msgid "Last"
288
  msgstr "L'anno"
289
 
290
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
291
  msgid "Middle"
292
  msgstr "Centrale"
293
 
294
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
295
  msgid "Area Code"
296
  msgstr "Prefisso teleselettivo"
297
 
298
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
299
  msgid "Phone Number"
300
  msgstr "Telefono"
301
 
302
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
303
  msgid "Dollars"
304
  msgstr "Dollari. "
305
 
306
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
307
  msgid "Cents"
308
  msgstr "Cents. "
309
 
310
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
311
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
312
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
313
  msgid "From"
314
  msgstr "Da"
315
 
316
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
317
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
318
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
319
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 16:59+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 16:59+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: it\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
21
  msgid "Street Address"
22
  msgstr "Indirizzo:"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
26
  msgid "Street Address Line 2"
27
  msgstr "Via Riga indirizzo 2"
28
 
29
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "Città"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
36
  msgid "State / Province / Region"
37
  msgstr "Stato / Provincia / Regione"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
41
  msgid "Postal / Zip Code"
42
  msgstr "CAP"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "Paese"
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "Gennaio"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "febbraio"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "marzo"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "aprile"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "Maggio"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "giugno"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "luglio"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "agosto"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
108
  msgid "September"
109
  msgstr "settembre"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
114
  msgid "October"
115
  msgstr "ottobre"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
120
  msgid "November"
121
  msgstr "novembre"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
126
  msgid "December"
127
  msgstr "Dicembre"
128
 
137
  "Il tuo ip è nella lista nera. Si prega di contattare l'amministratore del "
138
  "sito. "
139
 
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
142
  msgid "The file exceeds the allowed size of"
143
  msgstr "Il file supera la dimensione consentita di"
144
 
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
147
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
148
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
149
  msgid "Sorry, you are not allowed to upload this type of file."
150
  msgstr "Spiacenti, non sei autorizzato a caricare questo tipo di file."
151
 
152
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
153
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
154
  msgid "Error, file cannot be moved."
155
  msgstr "Errore, il file non possono essere spostati."
156
 
157
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
159
  #, php-format
160
  msgid ""
161
  "This field %s requires a unique entry and this value was already submitted."
163
  "Questo campo %s richiede una voce unica e questo valore è stato già "
164
  "presentato."
165
 
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
167
  #, fuzzy
168
  msgid "Error, file destination does not exist."
169
  msgstr "Errore, e-mail non è stato inviato."
170
 
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
172
  msgid "Nothing was submitted."
173
  msgstr "Nulla è stato presentato."
174
 
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
176
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
177
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
178
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
179
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
180
  msgid "Your form was successfully submitted."
181
  msgstr "Il modulo è stato inviato correttamente."
182
 
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2351
184
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
185
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
186
  msgid "Error, email was not sent."
187
  msgstr "Errore, e-mail non è stato inviato."
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
220
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
221
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
238
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
239
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
240
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
241
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
242
  msgid "field is required."
243
  msgstr "campo è obbligatorio."
244
 
245
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
246
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
247
  msgid "This is not a valid email address."
248
  msgstr "Questo non è un indirizzo email valido."
249
 
250
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
251
+ msgid ""
252
+ "You cannot select former dates. Choose a date starting from the current one."
253
+ msgstr ""
254
+ "Non è possibile selezionare le date precedenti. Scegliere una data a "
255
+ "partire da quello in corso."
256
+
257
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
258
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
259
  msgid "The"
260
  msgstr "L'"
261
 
262
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
263
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
264
  msgid "value must be between"
265
  msgstr "valore deve essere compreso tra "
266
 
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
268
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
269
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
270
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
271
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
272
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
273
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
274
  msgid "Quantity"
275
  msgstr "Quantità"
276
 
277
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
278
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
279
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
280
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
281
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
282
  msgid "Your score should be less than"
283
  msgstr "Il tuo punteggio deve essere inferiore a "
284
 
285
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
286
  msgid "Title"
287
  msgstr "Titolo"
288
 
289
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
290
  msgid "First"
291
  msgstr ".first"
292
 
293
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
294
  msgid "Last"
295
  msgstr "L'anno"
296
 
297
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
298
  msgid "Middle"
299
  msgstr "Centrale"
300
 
301
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
302
  msgid "Area Code"
303
  msgstr "Prefisso teleselettivo"
304
 
305
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
306
  msgid "Phone Number"
307
  msgstr "Telefono"
308
 
309
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
310
  msgid "Dollars"
311
  msgstr "Dollari. "
312
 
313
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
314
  msgid "Cents"
315
  msgstr "Cents. "
316
 
317
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
318
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
319
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
320
  msgid "From"
321
  msgstr "Da"
322
 
323
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
324
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
325
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
326
  msgid "To"
languages/form_maker-ja.mo CHANGED
Binary file
languages/form_maker-ja.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: 2015-05-14 17:18+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:18+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: ja\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
21
  msgid "Street Address"
22
  msgstr "住所"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
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:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "都市名"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
36
  msgid "State / Province / Region"
37
  msgstr "都道府県/州/地域"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
41
  msgid "Postal / Zip Code"
42
  msgstr "郵便番号"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "国名"
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "1月"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "2月"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "3月"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "4月"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "5月"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "6月"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "7月"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "8月"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
108
  msgid "September"
109
  msgstr "9月"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
114
  msgid "October"
115
  msgstr "10月"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
120
  msgid "November"
121
  msgstr "11月"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
126
  msgid "December"
127
  msgstr "12月"
128
 
@@ -134,54 +134,54 @@ msgstr "エラー、間違ったセキュリティコード。"
134
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:106
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr ""
137
- "あなたのIPがブラックリストに登録されている。ウェブサイトの管理者に連絡して"
138
- "ください。"
139
 
140
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
141
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
142
  msgid "The file exceeds the allowed size of"
143
  msgstr "ファイルの許容サイズを超えています"
144
 
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
147
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
148
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
149
  msgid "Sorry, you are not allowed to upload this type of file."
150
  msgstr ""
151
  "申し訳ありませんが、この種類のファイルをアップロードすることはできません。"
152
 
153
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
154
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
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:744
159
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
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:896
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:1435
172
  msgid "Nothing was submitted."
173
  msgstr "何も送信されていません。"
174
 
175
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
176
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
177
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
178
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
179
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
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:2352
184
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
185
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
186
  msgid "Error, email was not sent."
187
  msgstr "エラーメールが送信されませんでした。"
@@ -219,101 +219,108 @@ msgstr "確認用のリンクは無効です。"
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
220
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
221
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
238
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
239
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
240
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
241
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
242
  msgid "field is required."
243
  msgstr "フィールドは必須です。"
244
 
245
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
246
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
247
  msgid "This is not a valid email address."
248
  msgstr "EXAMPLEUSERNAME2 は無効なメール アドレスです。"
249
 
250
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
251
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
 
 
252
  msgid "The"
253
  msgstr "The"
254
 
255
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
256
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
257
  msgid "value must be between"
258
  msgstr "値はの間でなければなりません "
259
 
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
263
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
264
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
265
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
266
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
267
  msgid "Quantity"
268
  msgstr "数量。 "
269
 
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
271
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
272
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
273
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
274
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
275
  msgid "Your score should be less than"
276
  msgstr "あなたのスコアは以下でなければなりません "
277
 
278
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
279
  msgid "Title"
280
  msgstr "役職"
281
 
282
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
283
  msgid "First"
284
  msgstr "名前"
285
 
286
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
287
  msgid "Last"
288
  msgstr "最終"
289
 
290
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
291
  msgid "Middle"
292
  msgstr "中"
293
 
294
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
295
  msgid "Area Code"
296
  msgstr "エリア コード。市外局番。"
297
 
298
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
299
  msgid "Phone Number"
300
  msgstr "電話番号"
301
 
302
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
303
  msgid "Dollars"
304
  msgstr "ドル"
305
 
306
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
307
  msgid "Cents"
308
  msgstr "セント"
309
 
310
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
311
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
312
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
313
  msgid "From"
314
  msgstr "から"
315
 
316
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
317
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
318
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
319
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 16:59+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 16:59+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: ja\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
21
  msgid "Street Address"
22
  msgstr "住所"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
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:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "都市名"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
36
  msgid "State / Province / Region"
37
  msgstr "都道府県/州/地域"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
41
  msgid "Postal / Zip Code"
42
  msgstr "郵便番号"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "国名"
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "1月"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "2月"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "3月"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "4月"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "5月"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "6月"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "7月"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "8月"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
108
  msgid "September"
109
  msgstr "9月"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
114
  msgid "October"
115
  msgstr "10月"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
120
  msgid "November"
121
  msgstr "11月"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
126
  msgid "December"
127
  msgstr "12月"
128
 
134
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:106
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr ""
137
+ "あなたのIPがブラックリストに登録されている。ウェブサイトの管理者に連絡してく"
138
+ "ださい。"
139
 
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
142
  msgid "The file exceeds the allowed size of"
143
  msgstr "ファイルの許容サイズを超えています"
144
 
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
147
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
148
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
149
  msgid "Sorry, you are not allowed to upload this type of file."
150
  msgstr ""
151
  "申し訳ありませんが、この種類のファイルをアップロードすることはできません。"
152
 
153
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
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:743
159
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
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:895
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:1434
172
  msgid "Nothing was submitted."
173
  msgstr "何も送信されていません。"
174
 
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
176
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
177
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
178
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
179
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
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:2351
184
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
185
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
186
  msgid "Error, email was not sent."
187
  msgstr "エラーメールが送信されませんでした。"
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
220
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
221
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
238
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
239
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
240
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
241
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
242
  msgid "field is required."
243
  msgstr "フィールドは必須です。"
244
 
245
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
246
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
247
  msgid "This is not a valid email address."
248
  msgstr "EXAMPLEUSERNAME2 は無効なメール アドレスです。"
249
 
250
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
251
+ msgid ""
252
+ "You cannot select former dates. Choose a date starting from the current one."
253
+ msgstr ""
254
+ "あなたは元の日付を選択することはできません。現在の1から開始日を選択してくだ"
255
+ "さい。"
256
+
257
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
258
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
259
  msgid "The"
260
  msgstr "The"
261
 
262
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
263
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
264
  msgid "value must be between"
265
  msgstr "値はの間でなければなりません "
266
 
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
268
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
269
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
270
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
271
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
272
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
273
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
274
  msgid "Quantity"
275
  msgstr "数量。 "
276
 
277
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
278
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
279
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
280
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
281
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
282
  msgid "Your score should be less than"
283
  msgstr "あなたのスコアは以下でなければなりません "
284
 
285
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
286
  msgid "Title"
287
  msgstr "役職"
288
 
289
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
290
  msgid "First"
291
  msgstr "名前"
292
 
293
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
294
  msgid "Last"
295
  msgstr "最終"
296
 
297
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
298
  msgid "Middle"
299
  msgstr "中"
300
 
301
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
302
  msgid "Area Code"
303
  msgstr "エリア コード。市外局番。"
304
 
305
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
306
  msgid "Phone Number"
307
  msgstr "電話番号"
308
 
309
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
310
  msgid "Dollars"
311
  msgstr "ドル"
312
 
313
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
314
  msgid "Cents"
315
  msgstr "セント"
316
 
317
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
318
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
319
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
320
  msgid "From"
321
  msgstr "から"
322
 
323
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
324
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
325
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
326
  msgid "To"
languages/form_maker-ka_GE.mo CHANGED
Binary file
languages/form_maker-ka_GE.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: 2015-05-14 17:19+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:19+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: ka\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
21
  msgid "Street Address"
22
  msgstr "ქუჩის მისამართი"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
26
  msgid "Street Address Line 2"
27
  msgstr "ქუჩის მისამართი Line 2"
28
 
29
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "ქალაქი"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
36
  msgid "State / Province / Region"
37
  msgstr "სახელმწიფო / Province / რაიონი"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
41
  msgid "Postal / Zip Code"
42
  msgstr "საფოსტო / საფოსტო კოდი"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "ქვეყანა"
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "იანვარი"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "თებერვალი"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "მარტი"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "აპრილი"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "მაისი"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "ივნისი"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "ივლისი"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "აგვისტო"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
108
  msgid "September"
109
  msgstr "სექტემბერი"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
114
  msgid "October"
115
  msgstr "ოქტომბერი"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
120
  msgid "November"
121
  msgstr "ნოემბერი"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
126
  msgid "December"
127
  msgstr "დეკემბერი"
128
 
@@ -135,50 +135,50 @@ msgstr "შეცდომა, არასწორი დამცავი
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "თქვენი IP არის შავ სიაში. დაუკავშირდით ნახვა ადმინისტრაციას"
137
 
138
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
139
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "ფაილი აღემატება დასაშვებ ზომა"
142
 
143
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
144
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "უკაცრავად, მაგრამ თქვენ არ გაქვთ ატვირთვა ასეთი ტიპის ფაილი."
149
 
150
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
151
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
152
  msgid "Error, file cannot be moved."
153
  msgstr "შეცდომა, ფაილი ვერ გადავიდა."
154
 
155
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
156
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
160
  msgstr ""
161
  "ეს ველი %s მოითხოვს უნიკალური შესვლის და ამ მნიშვნელობის უკვე წარადგინა."
162
 
163
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
164
  #, fuzzy
165
  msgid "Error, file destination does not exist."
166
  msgstr "შეცდომა, ელ არ გაეგზავნა."
167
 
168
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
169
  msgid "Nothing was submitted."
170
  msgstr "არაფერი არ იყო გამოგზავნილი."
171
 
172
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
173
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
174
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
175
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
176
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
177
  msgid "Your form was successfully submitted."
178
  msgstr "თქვენს ფორმას წარმატებით წარმოადგინა."
179
 
180
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2352
181
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
182
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
183
  msgid "Error, email was not sent."
184
  msgstr "შეცდომა, ელ არ გაეგზავნა."
@@ -216,101 +216,108 @@ msgstr "გადამოწმების ბმული არასწო
216
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
219
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
220
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
221
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
238
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
239
  msgid "field is required."
240
  msgstr "ველი აუცილებელია."
241
 
242
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
243
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
244
  msgid "This is not a valid email address."
245
  msgstr "ეს არ არის სწორი ელ."
246
 
247
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
248
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
 
 
249
  msgid "The"
250
  msgstr "The"
251
 
252
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
253
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
254
  msgid "value must be between"
255
  msgstr "ღირებულება უნდა იყოს"
256
 
257
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
258
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
259
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
263
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
264
  msgid "Quantity"
265
  msgstr "რაოდენობა"
266
 
267
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
268
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
269
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
271
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
272
  msgid "Your score should be less than"
273
  msgstr "თქვენი ანგარიში არ უნდა აღემატებოდეს "
274
 
275
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
276
  msgid "Title"
277
  msgstr "სათაური"
278
 
279
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
280
  msgid "First"
281
  msgstr "პირველი"
282
 
283
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
284
  msgid "Last"
285
  msgstr "ბოლო"
286
 
287
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
288
  msgid "Middle"
289
  msgstr "ახლო"
290
 
291
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
292
  msgid "Area Code"
293
  msgstr "კოდი"
294
 
295
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
296
  msgid "Phone Number"
297
  msgstr "ტელეფონი"
298
 
299
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
300
  msgid "Dollars"
301
  msgstr "დოლარი"
302
 
303
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
304
  msgid "Cents"
305
  msgstr "ცენტი"
306
 
307
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
308
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
309
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
310
  msgid "From"
311
  msgstr "დან"
312
 
313
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
314
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
315
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
316
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 16:59+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 16:59+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: ka\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
21
  msgid "Street Address"
22
  msgstr "ქუჩის მისამართი"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
26
  msgid "Street Address Line 2"
27
  msgstr "ქუჩის მისამართი Line 2"
28
 
29
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "ქალაქი"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
36
  msgid "State / Province / Region"
37
  msgstr "სახელმწიფო / Province / რაიონი"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
41
  msgid "Postal / Zip Code"
42
  msgstr "საფოსტო / საფოსტო კოდი"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "ქვეყანა"
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "იანვარი"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "თებერვალი"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "მარტი"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "აპრილი"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "მაისი"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "ივნისი"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "ივლისი"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "აგვისტო"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
108
  msgid "September"
109
  msgstr "სექტემბერი"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
114
  msgid "October"
115
  msgstr "ოქტომბერი"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
120
  msgid "November"
121
  msgstr "ნოემბერი"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
126
  msgid "December"
127
  msgstr "დეკემბერი"
128
 
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "თქვენი IP არის შავ სიაში. დაუკავშირდით ნახვა ადმინისტრაციას"
137
 
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "ფაილი აღემატება დასაშვებ ზომა"
142
 
143
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
144
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "უკაცრავად, მაგრამ თქვენ არ გაქვთ ატვირთვა ასეთი ტიპის ფაილი."
149
 
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
151
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
152
  msgid "Error, file cannot be moved."
153
  msgstr "შეცდომა, ფაილი ვერ გადავიდა."
154
 
155
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
156
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
160
  msgstr ""
161
  "ეს ველი %s მოითხოვს უნიკალური შესვლის და ამ მნიშვნელობის უკვე წარადგინა."
162
 
163
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
164
  #, fuzzy
165
  msgid "Error, file destination does not exist."
166
  msgstr "შეცდომა, ელ არ გაეგზავნა."
167
 
168
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
169
  msgid "Nothing was submitted."
170
  msgstr "არაფერი არ იყო გამოგზავნილი."
171
 
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
176
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
177
  msgid "Your form was successfully submitted."
178
  msgstr "თქვენს ფორმას წარმატებით წარმოადგინა."
179
 
180
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2351
181
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
182
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
183
  msgid "Error, email was not sent."
184
  msgstr "შეცდომა, ელ არ გაეგზავნა."
216
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
219
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
220
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
221
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
238
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
239
  msgid "field is required."
240
  msgstr "ველი აუცილებელია."
241
 
242
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
243
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
244
  msgid "This is not a valid email address."
245
  msgstr "ეს არ არის სწორი ელ."
246
 
247
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
248
+ msgid ""
249
+ "You cannot select former dates. Choose a date starting from the current one."
250
+ msgstr ""
251
+ "თქვენ არ შეგიძლიათ შეარჩიოთ ყოფილი ვადები. აირჩიეთ თარიღი დაწყებული "
252
+ "მიმდინარე ერთი."
253
+
254
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
255
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
256
  msgid "The"
257
  msgstr "The"
258
 
259
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
260
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
261
  msgid "value must be between"
262
  msgstr "ღირებულება უნდა იყოს"
263
 
264
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
265
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
266
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
268
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
269
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
270
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
271
  msgid "Quantity"
272
  msgstr "რაოდენობა"
273
 
274
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
275
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
276
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
277
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
278
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
279
  msgid "Your score should be less than"
280
  msgstr "თქვენი ანგარიში არ უნდა აღემატებოდეს "
281
 
282
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
283
  msgid "Title"
284
  msgstr "სათაური"
285
 
286
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
287
  msgid "First"
288
  msgstr "პირველი"
289
 
290
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
291
  msgid "Last"
292
  msgstr "ბოლო"
293
 
294
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
295
  msgid "Middle"
296
  msgstr "ახლო"
297
 
298
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
299
  msgid "Area Code"
300
  msgstr "კოდი"
301
 
302
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
303
  msgid "Phone Number"
304
  msgstr "ტელეფონი"
305
 
306
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
307
  msgid "Dollars"
308
  msgstr "დოლარი"
309
 
310
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
311
  msgid "Cents"
312
  msgstr "ცენტი"
313
 
314
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
315
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
316
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
317
  msgid "From"
318
  msgstr "დან"
319
 
320
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
321
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
322
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
323
  msgid "To"
languages/form_maker-ko_KR.mo CHANGED
Binary file
languages/form_maker-ko_KR.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: 2015-05-14 17:19+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:20+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: ko\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
21
  msgid "Street Address"
22
  msgstr "번지:"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
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:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "시"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
36
  msgid "State / Province / Region"
37
  msgstr "주 /도 / 지역"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
41
  msgid "Postal / Zip Code"
42
  msgstr "우편 / 우편 번호"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "국가"
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "1월"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "2월"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "3월"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "4월"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "5월"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "6월"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "7월"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "8월"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
108
  msgid "September"
109
  msgstr "9월"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
114
  msgid "October"
115
  msgstr "10월"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
120
  msgid "November"
121
  msgstr "11월"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
126
  msgid "December"
127
  msgstr "12월"
128
 
@@ -135,49 +135,49 @@ msgstr "오류, 잘못된 보안 코드입니다."
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "당신의 IP가 블랙리스트됩니다. 웹 사이트 관리자에게 문의하십시오."
137
 
138
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
139
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "파일의 허용 크기를 초과"
142
 
143
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
144
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "죄송합니다, 당신은이 파일 형식을 업로드할 수 없습니다."
149
 
150
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
151
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
152
  msgid "Error, file cannot be moved."
153
  msgstr "오류는 파일은 이동할 수 없습니다."
154
 
155
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
156
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
160
  msgstr "이 필드 %s 고유 항목을 필요하며이 값은 이미 제출되었습니다."
161
 
162
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
163
  #, fuzzy
164
  msgid "Error, file destination does not exist."
165
  msgstr "오류, 이메일이 전송되지 않았습니다."
166
 
167
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
168
  msgid "Nothing was submitted."
169
  msgstr "아무것도 제출되지 않았습니다."
170
 
171
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
172
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
173
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
174
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
175
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
176
  msgid "Your form was successfully submitted."
177
  msgstr "양식이 성공적으로 제출되었습니다."
178
 
179
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2352
180
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
181
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
182
  msgid "Error, email was not sent."
183
  msgstr "오류, 이메일이 전송되지 않았습니다."
@@ -215,101 +215,108 @@ msgstr "확인 링크가 잘못되었습니다."
215
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
216
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
218
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
219
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
220
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
221
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
238
  msgid "field is required."
239
  msgstr "필드가 필요합니다."
240
 
241
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
242
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
243
  msgid "This is not a valid email address."
244
  msgstr "이것은 유효한 이메일 주소가 아닙니다."
245
 
246
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
247
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
 
 
248
  msgid "The"
249
  msgstr "The"
250
 
251
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
252
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
253
  msgid "value must be between"
254
  msgstr "값 사이에 있어야합니다 "
255
 
256
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
257
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
258
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
259
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
263
  msgid "Quantity"
264
  msgstr "수량"
265
 
266
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
267
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
268
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
269
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
271
  msgid "Your score should be less than"
272
  msgstr "당신의 점수는보다 작아야합니다 "
273
 
274
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
275
  msgid "Title"
276
  msgstr "제목"
277
 
278
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
279
  msgid "First"
280
  msgstr "첫 번째"
281
 
282
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
283
  msgid "Last"
284
  msgstr "마지막"
285
 
286
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
287
  msgid "Middle"
288
  msgstr "중간"
289
 
290
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
291
  msgid "Area Code"
292
  msgstr "지역 코드"
293
 
294
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
295
  msgid "Phone Number"
296
  msgstr "전화 번호"
297
 
298
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
299
  msgid "Dollars"
300
  msgstr "달러"
301
 
302
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
303
  msgid "Cents"
304
  msgstr "센트"
305
 
306
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
307
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
308
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
309
  msgid "From"
310
  msgstr "에서"
311
 
312
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
313
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
314
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
315
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 17:00+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 17:00+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: ko\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
21
  msgid "Street Address"
22
  msgstr "번지:"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
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:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "시"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
36
  msgid "State / Province / Region"
37
  msgstr "주 /도 / 지역"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
41
  msgid "Postal / Zip Code"
42
  msgstr "우편 / 우편 번호"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "국가"
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "1월"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "2월"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "3월"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "4월"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "5월"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "6월"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "7월"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "8월"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
108
  msgid "September"
109
  msgstr "9월"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
114
  msgid "October"
115
  msgstr "10월"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
120
  msgid "November"
121
  msgstr "11월"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
126
  msgid "December"
127
  msgstr "12월"
128
 
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "당신의 IP가 블랙리스트됩니다. 웹 사이트 관리자에게 문의하십시오."
137
 
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "파일의 허용 크기를 초과"
142
 
143
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
144
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "죄송합니다, 당신은이 파일 형식을 업로드할 수 없습니다."
149
 
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
151
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
152
  msgid "Error, file cannot be moved."
153
  msgstr "오류는 파일은 이동할 수 없습니다."
154
 
155
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
156
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
160
  msgstr "이 필드 %s 고유 항목을 필요하며이 값은 이미 제출되었습니다."
161
 
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
163
  #, fuzzy
164
  msgid "Error, file destination does not exist."
165
  msgstr "오류, 이메일이 전송되지 않았습니다."
166
 
167
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
168
  msgid "Nothing was submitted."
169
  msgstr "아무것도 제출되지 않았습니다."
170
 
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
175
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
176
  msgid "Your form was successfully submitted."
177
  msgstr "양식이 성공적으로 제출되었습니다."
178
 
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2351
180
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
181
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
182
  msgid "Error, email was not sent."
183
  msgstr "오류, 이메일이 전송되지 않았습니다."
215
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
216
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
218
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
219
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
220
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
221
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
238
  msgid "field is required."
239
  msgstr "필드가 필요합니다."
240
 
241
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
242
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
243
  msgid "This is not a valid email address."
244
  msgstr "이것은 유효한 이메일 주소가 아닙니다."
245
 
246
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
247
+ msgid ""
248
+ "You cannot select former dates. Choose a date starting from the current one."
249
+ msgstr ""
250
+ "당신은 이전 날짜를 선택할 수 없습니다. 현재 하나에서 시작하는 날짜를 선택합"
251
+ "니다."
252
+
253
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
254
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
255
  msgid "The"
256
  msgstr "The"
257
 
258
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
259
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
260
  msgid "value must be between"
261
  msgstr "값 사이에 있어야합니다 "
262
 
263
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
264
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
265
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
266
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
268
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
269
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
270
  msgid "Quantity"
271
  msgstr "수량"
272
 
273
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
274
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
275
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
276
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
277
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
278
  msgid "Your score should be less than"
279
  msgstr "당신의 점수는보다 작아야합니다 "
280
 
281
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
282
  msgid "Title"
283
  msgstr "제목"
284
 
285
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
286
  msgid "First"
287
  msgstr "첫 번째"
288
 
289
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
290
  msgid "Last"
291
  msgstr "마지막"
292
 
293
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
294
  msgid "Middle"
295
  msgstr "중간"
296
 
297
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
298
  msgid "Area Code"
299
  msgstr "지역 코드"
300
 
301
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
302
  msgid "Phone Number"
303
  msgstr "전화 번호"
304
 
305
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
306
  msgid "Dollars"
307
  msgstr "달러"
308
 
309
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
310
  msgid "Cents"
311
  msgstr "센트"
312
 
313
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
314
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
315
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
316
  msgid "From"
317
  msgstr "에서"
318
 
319
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
320
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
321
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
322
  msgid "To"
languages/form_maker-lt_LT.mo CHANGED
Binary file
languages/form_maker-lt_LT.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: 2015-05-14 17:20+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:21+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: lt\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
21
  msgid "Street Address"
22
  msgstr "Gatvė"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
26
  msgid "Street Address Line 2"
27
  msgstr "Gatvė Line 2"
28
 
29
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "Miestas"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
36
  msgid "State / Province / Region"
37
  msgstr "Valstija / provincija / regionas"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
41
  msgid "Postal / Zip Code"
42
  msgstr "Pašto kodas / indeksas"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "Šalis"
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "Sausis"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "Vasaris"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "Kovas"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "Balandis"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "Gegužės"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "Birželis"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "Liepa"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "Rugpjūtis"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
108
  msgid "September"
109
  msgstr "Rugsėjis"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
114
  msgid "October"
115
  msgstr "Spalis"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
120
  msgid "November"
121
  msgstr "Lapkritis"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
126
  msgid "December"
127
  msgstr "Gruodis"
128
 
@@ -137,50 +137,50 @@ msgstr ""
137
  "Jūsų ip yra juodajame sąraše. Prašome susisiekti su svetainės "
138
  "administratoriumi"
139
 
140
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
141
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
142
  msgid "The file exceeds the allowed size of"
143
  msgstr "Failas viršija leistiną dydį"
144
 
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
147
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
148
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
149
  msgid "Sorry, you are not allowed to upload this type of file."
150
  msgstr "Atsiprašome, bet jums neleidžiama įkelti šį failo tipą."
151
 
152
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
153
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
154
  msgid "Error, file cannot be moved."
155
  msgstr "Klaida, failas negali būti perkeltas."
156
 
157
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
158
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
159
  #, php-format
160
  msgid ""
161
  "This field %s requires a unique entry and this value was already submitted."
162
  msgstr ""
163
  "Šis laukelis %s reikalauja unikalų įrašą, o ši vertė jau buvo pateiktas."
164
 
165
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
166
  #, fuzzy
167
  msgid "Error, file destination does not exist."
168
  msgstr "Klaida, laiškas nebuvo išsiųstas."
169
 
170
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
171
  msgid "Nothing was submitted."
172
  msgstr "Nieko nebuvo pateikta."
173
 
174
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
175
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
176
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
177
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
178
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
179
  msgid "Your form was successfully submitted."
180
  msgstr "Jūsų forma buvo sėkmingai pateikta."
181
 
182
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2352
183
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
184
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
185
  msgid "Error, email was not sent."
186
  msgstr "Klaida, laiškas nebuvo išsiųstas."
@@ -218,101 +218,108 @@ msgstr "Patvirtinimo nuoroda yra neteisinga."
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
220
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
221
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
238
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
239
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
240
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
241
  msgid "field is required."
242
  msgstr "laukas būtinas."
243
 
244
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
245
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
246
  msgid "This is not a valid email address."
247
  msgstr "Tai nėra galiojantis elektroninio pašto adresą."
248
 
249
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
250
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
 
 
251
  msgid "The"
252
  msgstr "The"
253
 
254
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
255
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
256
  msgid "value must be between"
257
  msgstr "vertė turi būti tarp "
258
 
259
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
263
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
264
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
265
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
266
  msgid "Quantity"
267
  msgstr "Kiekis"
268
 
269
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
271
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
272
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
273
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
274
  msgid "Your score should be less than"
275
  msgstr "Jūsų rezultatas turi būti mažesnis nei "
276
 
277
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
278
  msgid "Title"
279
  msgstr "Kreipinys"
280
 
281
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
282
  msgid "First"
283
  msgstr "Pirmas"
284
 
285
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
286
  msgid "Last"
287
  msgstr "Paskutinis"
288
 
289
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
290
  msgid "Middle"
291
  msgstr "Vidurinis"
292
 
293
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
294
  msgid "Area Code"
295
  msgstr "Rajono kodas"
296
 
297
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
298
  msgid "Phone Number"
299
  msgstr "Telefono numeris"
300
 
301
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
302
  msgid "Dollars"
303
  msgstr "Dolerių"
304
 
305
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
306
  msgid "Cents"
307
  msgstr "Centų"
308
 
309
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
310
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
311
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
312
  msgid "From"
313
  msgstr "Nuo"
314
 
315
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
316
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
317
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
318
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 17:00+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 17:00+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: lt\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
21
  msgid "Street Address"
22
  msgstr "Gatvė"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
26
  msgid "Street Address Line 2"
27
  msgstr "Gatvė Line 2"
28
 
29
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "Miestas"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
36
  msgid "State / Province / Region"
37
  msgstr "Valstija / provincija / regionas"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
41
  msgid "Postal / Zip Code"
42
  msgstr "Pašto kodas / indeksas"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "Šalis"
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "Sausis"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "Vasaris"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "Kovas"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "Balandis"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "Gegužės"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "Birželis"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "Liepa"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "Rugpjūtis"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
108
  msgid "September"
109
  msgstr "Rugsėjis"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
114
  msgid "October"
115
  msgstr "Spalis"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
120
  msgid "November"
121
  msgstr "Lapkritis"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
126
  msgid "December"
127
  msgstr "Gruodis"
128
 
137
  "Jūsų ip yra juodajame sąraše. Prašome susisiekti su svetainės "
138
  "administratoriumi"
139
 
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
142
  msgid "The file exceeds the allowed size of"
143
  msgstr "Failas viršija leistiną dydį"
144
 
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
147
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
148
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
149
  msgid "Sorry, you are not allowed to upload this type of file."
150
  msgstr "Atsiprašome, bet jums neleidžiama įkelti šį failo tipą."
151
 
152
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
153
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
154
  msgid "Error, file cannot be moved."
155
  msgstr "Klaida, failas negali būti perkeltas."
156
 
157
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
159
  #, php-format
160
  msgid ""
161
  "This field %s requires a unique entry and this value was already submitted."
162
  msgstr ""
163
  "Šis laukelis %s reikalauja unikalų įrašą, o ši vertė jau buvo pateiktas."
164
 
165
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
166
  #, fuzzy
167
  msgid "Error, file destination does not exist."
168
  msgstr "Klaida, laiškas nebuvo išsiųstas."
169
 
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
171
  msgid "Nothing was submitted."
172
  msgstr "Nieko nebuvo pateikta."
173
 
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
176
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
177
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
178
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
179
  msgid "Your form was successfully submitted."
180
  msgstr "Jūsų forma buvo sėkmingai pateikta."
181
 
182
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2351
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
184
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
185
  msgid "Error, email was not sent."
186
  msgstr "Klaida, laiškas nebuvo išsiųstas."
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
220
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
221
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
238
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
239
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
240
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
241
  msgid "field is required."
242
  msgstr "laukas būtinas."
243
 
244
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
245
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
246
  msgid "This is not a valid email address."
247
  msgstr "Tai nėra galiojantis elektroninio pašto adresą."
248
 
249
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
250
+ msgid ""
251
+ "You cannot select former dates. Choose a date starting from the current one."
252
+ msgstr ""
253
+ "Jūs negalite pasirinkti buvusius datos. Pasirinkite datą, pradedant nuo "
254
+ "dabartinio."
255
+
256
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
257
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
258
  msgid "The"
259
  msgstr "The"
260
 
261
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
262
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
263
  msgid "value must be between"
264
  msgstr "vertė turi būti tarp "
265
 
266
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
268
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
269
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
270
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
271
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
272
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
273
  msgid "Quantity"
274
  msgstr "Kiekis"
275
 
276
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
277
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
278
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
279
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
280
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
281
  msgid "Your score should be less than"
282
  msgstr "Jūsų rezultatas turi būti mažesnis nei "
283
 
284
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
285
  msgid "Title"
286
  msgstr "Kreipinys"
287
 
288
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
289
  msgid "First"
290
  msgstr "Pirmas"
291
 
292
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
293
  msgid "Last"
294
  msgstr "Paskutinis"
295
 
296
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
297
  msgid "Middle"
298
  msgstr "Vidurinis"
299
 
300
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
301
  msgid "Area Code"
302
  msgstr "Rajono kodas"
303
 
304
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
305
  msgid "Phone Number"
306
  msgstr "Telefono numeris"
307
 
308
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
309
  msgid "Dollars"
310
  msgstr "Dolerių"
311
 
312
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
313
  msgid "Cents"
314
  msgstr "Centų"
315
 
316
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
317
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
318
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
319
  msgid "From"
320
  msgstr "Nuo"
321
 
322
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
323
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
324
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
325
  msgid "To"
languages/form_maker-lv.mo CHANGED
Binary file
languages/form_maker-lv.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: 2015-05-14 17:21+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:21+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: lv\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
21
  msgid "Street Address"
22
  msgstr "Iela"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
26
  msgid "Street Address Line 2"
27
  msgstr "Adrese līnija 2"
28
 
29
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "Pilsēta"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
36
  msgid "State / Province / Region"
37
  msgstr "Valsts / Rajons / reģions"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
41
  msgid "Postal / Zip Code"
42
  msgstr "Pasta / Zip kods"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "Valsts"
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "Janvāris"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "Februāris"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "Marts"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "Aprīlis"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "Maijs"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "Jūnijs"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "Jūlijs"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "Augusts"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
108
  msgid "September"
109
  msgstr "Septembris"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
114
  msgid "October"
115
  msgstr "Oktobris"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
120
  msgid "November"
121
  msgstr "Novembris"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
126
  msgid "December"
127
  msgstr "Decembris"
128
 
@@ -136,50 +136,50 @@ msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr ""
137
  "Jūsu ip ir melnajā sarakstā. Lūdzu, sazinieties ar vietnes administratoru"
138
 
139
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
140
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
141
  msgid "The file exceeds the allowed size of"
142
  msgstr "Fails pārsniedz pieļaujamo lielumu"
143
 
144
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
147
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
148
  msgid "Sorry, you are not allowed to upload this type of file."
149
  msgstr "Atvainojiet, Jums nav atļauts augšupielādēt šo faila tipu."
150
 
151
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
152
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
153
  msgid "Error, file cannot be moved."
154
  msgstr "Kļūda, fails nevar pārvietot."
155
 
156
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
157
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
158
  #, php-format
159
  msgid ""
160
  "This field %s requires a unique entry and this value was already submitted."
161
  msgstr ""
162
  "Šis lauks %s nepieciešams unikāls ieraksts un šī vērtība jau bija iesniegts."
163
 
164
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
165
  #, fuzzy
166
  msgid "Error, file destination does not exist."
167
  msgstr "Kļūda, e-pasts nav nosūtīts."
168
 
169
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
170
  msgid "Nothing was submitted."
171
  msgstr "Nekas netika iesniegts."
172
 
173
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
174
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
175
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
176
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
177
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
178
  msgid "Your form was successfully submitted."
179
  msgstr "Veidlapas tika iesniegta veiksmīgi."
180
 
181
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2352
182
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
183
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
184
  msgid "Error, email was not sent."
185
  msgstr "Kļūda, e-pasts nav nosūtīts."
@@ -217,101 +217,108 @@ msgstr "Pārbaude saite ir nederīgs."
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
220
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
221
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
238
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
239
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
240
  msgid "field is required."
241
  msgstr "lauks ir obligāts."
242
 
243
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
244
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
245
  msgid "This is not a valid email address."
246
  msgstr "Tas nav derīga e-pasta adresi."
247
 
248
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
249
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
 
 
250
  msgid "The"
251
  msgstr "The"
252
 
253
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
254
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
255
  msgid "value must be between"
256
  msgstr "vērtība ir starp "
257
 
258
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
259
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
263
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
264
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
265
  msgid "Quantity"
266
  msgstr "Daudzumu"
267
 
268
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
269
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
271
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
272
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
273
  msgid "Your score should be less than"
274
  msgstr "Tavs rezultāts ir mazāks nekā "
275
 
276
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
277
  msgid "Title"
278
  msgstr "Kā J;us uzrunāt"
279
 
280
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
281
  msgid "First"
282
  msgstr "Pirmais"
283
 
284
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
285
  msgid "Last"
286
  msgstr "Pēdējais"
287
 
288
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
289
  msgid "Middle"
290
  msgstr "Vidus"
291
 
292
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
293
  msgid "Area Code"
294
  msgstr "Platība kods"
295
 
296
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
297
  msgid "Phone Number"
298
  msgstr "Tālruņa numurs"
299
 
300
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
301
  msgid "Dollars"
302
  msgstr "Dolāru"
303
 
304
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
305
  msgid "Cents"
306
  msgstr "Centiem"
307
 
308
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
309
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
310
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
311
  msgid "From"
312
  msgstr "No"
313
 
314
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
315
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
316
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
317
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 17:00+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 17:00+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: lv\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
21
  msgid "Street Address"
22
  msgstr "Iela"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
26
  msgid "Street Address Line 2"
27
  msgstr "Adrese līnija 2"
28
 
29
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "Pilsēta"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
36
  msgid "State / Province / Region"
37
  msgstr "Valsts / Rajons / reģions"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
41
  msgid "Postal / Zip Code"
42
  msgstr "Pasta / Zip kods"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "Valsts"
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "Janvāris"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "Februāris"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "Marts"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "Aprīlis"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "Maijs"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "Jūnijs"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "Jūlijs"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "Augusts"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
108
  msgid "September"
109
  msgstr "Septembris"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
114
  msgid "October"
115
  msgstr "Oktobris"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
120
  msgid "November"
121
  msgstr "Novembris"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
126
  msgid "December"
127
  msgstr "Decembris"
128
 
136
  msgstr ""
137
  "Jūsu ip ir melnajā sarakstā. Lūdzu, sazinieties ar vietnes administratoru"
138
 
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
141
  msgid "The file exceeds the allowed size of"
142
  msgstr "Fails pārsniedz pieļaujamo lielumu"
143
 
144
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
147
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
148
  msgid "Sorry, you are not allowed to upload this type of file."
149
  msgstr "Atvainojiet, Jums nav atļauts augšupielādēt šo faila tipu."
150
 
151
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
152
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
153
  msgid "Error, file cannot be moved."
154
  msgstr "Kļūda, fails nevar pārvietot."
155
 
156
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
157
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
158
  #, php-format
159
  msgid ""
160
  "This field %s requires a unique entry and this value was already submitted."
161
  msgstr ""
162
  "Šis lauks %s nepieciešams unikāls ieraksts un šī vērtība jau bija iesniegts."
163
 
164
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
165
  #, fuzzy
166
  msgid "Error, file destination does not exist."
167
  msgstr "Kļūda, e-pasts nav nosūtīts."
168
 
169
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
170
  msgid "Nothing was submitted."
171
  msgstr "Nekas netika iesniegts."
172
 
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
176
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
177
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
178
  msgid "Your form was successfully submitted."
179
  msgstr "Veidlapas tika iesniegta veiksmīgi."
180
 
181
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2351
182
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
183
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
184
  msgid "Error, email was not sent."
185
  msgstr "Kļūda, e-pasts nav nosūtīts."
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
220
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
221
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
238
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
239
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
240
  msgid "field is required."
241
  msgstr "lauks ir obligāts."
242
 
243
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
244
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
245
  msgid "This is not a valid email address."
246
  msgstr "Tas nav derīga e-pasta adresi."
247
 
248
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
249
+ msgid ""
250
+ "You cannot select former dates. Choose a date starting from the current one."
251
+ msgstr ""
252
+ "Jūs nevarat izvēlēties bijušo datumus. Izvēlieties datumu, sākot no "
253
+ "pašreizējā viena."
254
+
255
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
256
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
257
  msgid "The"
258
  msgstr "The"
259
 
260
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
261
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
262
  msgid "value must be between"
263
  msgstr "vērtība ir starp "
264
 
265
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
266
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
268
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
269
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
270
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
271
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
272
  msgid "Quantity"
273
  msgstr "Daudzumu"
274
 
275
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
276
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
277
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
278
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
279
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
280
  msgid "Your score should be less than"
281
  msgstr "Tavs rezultāts ir mazāks nekā "
282
 
283
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
284
  msgid "Title"
285
  msgstr "Kā J;us uzrunāt"
286
 
287
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
288
  msgid "First"
289
  msgstr "Pirmais"
290
 
291
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
292
  msgid "Last"
293
  msgstr "Pēdējais"
294
 
295
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
296
  msgid "Middle"
297
  msgstr "Vidus"
298
 
299
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
300
  msgid "Area Code"
301
  msgstr "Platība kods"
302
 
303
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
304
  msgid "Phone Number"
305
  msgstr "Tālruņa numurs"
306
 
307
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
308
  msgid "Dollars"
309
  msgstr "Dolāru"
310
 
311
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
312
  msgid "Cents"
313
  msgstr "Centiem"
314
 
315
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
316
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
317
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
318
  msgid "From"
319
  msgstr "No"
320
 
321
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
322
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
323
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
324
  msgid "To"
languages/form_maker-mk_MK.mo CHANGED
Binary file
languages/form_maker-mk_MK.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: 2015-05-14 17:22+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:22+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: mk\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
21
  msgid "Street Address"
22
  msgstr "Улица и број,"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
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:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "Град"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
36
  msgid "State / Province / Region"
37
  msgstr "Држава / Покраина / Регион"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
41
  msgid "Postal / Zip Code"
42
  msgstr "Поштенски / Поштенски код"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "Земја"
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "јануари"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "февруари"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "март"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "април"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "Мај"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "јуни"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "јули"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "август"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
108
  msgid "September"
109
  msgstr "септември"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
114
  msgid "October"
115
  msgstr "октомври"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
120
  msgid "November"
121
  msgstr "ноември"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
126
  msgid "December"
127
  msgstr "декември"
128
 
@@ -137,49 +137,49 @@ msgstr ""
137
  "Вашата IP е во црната листа. Ве молиме контактирајте го веб-сајтот "
138
  "администратор."
139
 
140
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
141
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
142
  msgid "The file exceeds the allowed size of"
143
  msgstr "На датотека ја надминува дозволената големина на"
144
 
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
147
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
148
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
149
  msgid "Sorry, you are not allowed to upload this type of file."
150
  msgstr "Жал ми е, не ви е дозволено да испратите овој тип на датотека."
151
 
152
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
153
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
154
  msgid "Error, file cannot be moved."
155
  msgstr "Грешка, датотеката не може да се премести."
156
 
157
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
158
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
159
  #, php-format
160
  msgid ""
161
  "This field %s requires a unique entry and this value was already submitted."
162
  msgstr "Ова поле %s бара единствен влез и оваа вредност е веќе поднесено."
163
 
164
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
165
  #, fuzzy
166
  msgid "Error, file destination does not exist."
167
  msgstr "Грешка, е-мејл порака не беше испратена."
168
 
169
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
170
  msgid "Nothing was submitted."
171
  msgstr "Ништо не е доставен."
172
 
173
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
174
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
175
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
176
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
177
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
178
  msgid "Your form was successfully submitted."
179
  msgstr "Твојата форма беше успешно поднесени."
180
 
181
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2352
182
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
183
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
184
  msgid "Error, email was not sent."
185
  msgstr "Грешка, е-мејл порака не беше испратена."
@@ -217,101 +217,108 @@ msgstr "Верификација врска е валиден."
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
220
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
221
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
238
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
239
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
240
  msgid "field is required."
241
  msgstr "поле е задолжително."
242
 
243
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
244
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
245
  msgid "This is not a valid email address."
246
  msgstr "Ова не е валидна емаил адреса."
247
 
248
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
249
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
 
 
250
  msgid "The"
251
  msgstr "На"
252
 
253
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
254
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
255
  msgid "value must be between"
256
  msgstr "вредност мора да биде помеѓу "
257
 
258
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
259
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
263
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
264
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
265
  msgid "Quantity"
266
  msgstr "Кол"
267
 
268
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
269
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
271
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
272
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
273
  msgid "Your score should be less than"
274
  msgstr "Вашиот резултат треба да биде помал од "
275
 
276
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
277
  msgid "Title"
278
  msgstr "Наслов"
279
 
280
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
281
  msgid "First"
282
  msgstr "прв,"
283
 
284
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
285
  msgid "Last"
286
  msgstr "Последна"
287
 
288
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
289
  msgid "Middle"
290
  msgstr "Средна"
291
 
292
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
293
  msgid "Area Code"
294
  msgstr "Повикувачкиот број"
295
 
296
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
297
  msgid "Phone Number"
298
  msgstr "Телефонски број"
299
 
300
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
301
  msgid "Dollars"
302
  msgstr "Долари"
303
 
304
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
305
  msgid "Cents"
306
  msgstr "Центи"
307
 
308
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
309
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
310
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
311
  msgid "From"
312
  msgstr "Од"
313
 
314
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
315
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
316
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
317
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 17:00+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 17:01+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: mk\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
21
  msgid "Street Address"
22
  msgstr "Улица и број,"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
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:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "Град"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
36
  msgid "State / Province / Region"
37
  msgstr "Држава / Покраина / Регион"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
41
  msgid "Postal / Zip Code"
42
  msgstr "Поштенски / Поштенски код"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "Земја"
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "јануари"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "февруари"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "март"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "април"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "Мај"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "јуни"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "јули"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "август"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
108
  msgid "September"
109
  msgstr "септември"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
114
  msgid "October"
115
  msgstr "октомври"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
120
  msgid "November"
121
  msgstr "ноември"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
126
  msgid "December"
127
  msgstr "декември"
128
 
137
  "Вашата IP е во црната листа. Ве молиме контактирајте го веб-сајтот "
138
  "администратор."
139
 
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
142
  msgid "The file exceeds the allowed size of"
143
  msgstr "На датотека ја надминува дозволената големина на"
144
 
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
147
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
148
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
149
  msgid "Sorry, you are not allowed to upload this type of file."
150
  msgstr "Жал ми е, не ви е дозволено да испратите овој тип на датотека."
151
 
152
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
153
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
154
  msgid "Error, file cannot be moved."
155
  msgstr "Грешка, датотеката не може да се премести."
156
 
157
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
159
  #, php-format
160
  msgid ""
161
  "This field %s requires a unique entry and this value was already submitted."
162
  msgstr "Ова поле %s бара единствен влез и оваа вредност е веќе поднесено."
163
 
164
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
165
  #, fuzzy
166
  msgid "Error, file destination does not exist."
167
  msgstr "Грешка, е-мејл порака не беше испратена."
168
 
169
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
170
  msgid "Nothing was submitted."
171
  msgstr "Ништо не е доставен."
172
 
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
176
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
177
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
178
  msgid "Your form was successfully submitted."
179
  msgstr "Твојата форма беше успешно поднесени."
180
 
181
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2351
182
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
183
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
184
  msgid "Error, email was not sent."
185
  msgstr "Грешка, е-мејл порака не беше испратена."
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
220
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
221
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
238
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
239
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
240
  msgid "field is required."
241
  msgstr "поле е задолжително."
242
 
243
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
244
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
245
  msgid "This is not a valid email address."
246
  msgstr "Ова не е валидна емаил адреса."
247
 
248
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
249
+ msgid ""
250
+ "You cannot select former dates. Choose a date starting from the current one."
251
+ msgstr ""
252
+ "Не можете да изберете поранешниот датуми. Изберете датум почнувајќи од "
253
+ "сегашната."
254
+
255
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
256
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
257
  msgid "The"
258
  msgstr "На"
259
 
260
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
261
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
262
  msgid "value must be between"
263
  msgstr "вредност мора да биде помеѓу "
264
 
265
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
266
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
268
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
269
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
270
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
271
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
272
  msgid "Quantity"
273
  msgstr "Кол"
274
 
275
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
276
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
277
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
278
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
279
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
280
  msgid "Your score should be less than"
281
  msgstr "Вашиот резултат треба да биде помал од "
282
 
283
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
284
  msgid "Title"
285
  msgstr "Наслов"
286
 
287
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
288
  msgid "First"
289
  msgstr "прв,"
290
 
291
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
292
  msgid "Last"
293
  msgstr "Последна"
294
 
295
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
296
  msgid "Middle"
297
  msgstr "Средна"
298
 
299
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
300
  msgid "Area Code"
301
  msgstr "Повикувачкиот број"
302
 
303
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
304
  msgid "Phone Number"
305
  msgstr "Телефонски број"
306
 
307
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
308
  msgid "Dollars"
309
  msgstr "Долари"
310
 
311
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
312
  msgid "Cents"
313
  msgstr "Центи"
314
 
315
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
316
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
317
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
318
  msgid "From"
319
  msgstr "Од"
320
 
321
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
322
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
323
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
324
  msgid "To"
languages/form_maker-ms_MY.mo CHANGED
Binary file
languages/form_maker-ms_MY.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: 2015-05-14 17:25+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:26+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: ms\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
21
  msgid "Street Address"
22
  msgstr "Street Address"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
26
  msgid "Street Address Line 2"
27
  msgstr "Street Alamat Baris 2"
28
 
29
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "Bandar:"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
36
  msgid "State / Province / Region"
37
  msgstr "Negeri / Daerah / Wilayah"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
41
  msgid "Postal / Zip Code"
42
  msgstr "Pos / Zip Code"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "negara"
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "Januari"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "Februari"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "Mac"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "April"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "Boleh"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "Jun"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "Julai"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "Ogos"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
108
  msgid "September"
109
  msgstr "September"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
114
  msgid "October"
115
  msgstr "Oktober"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
120
  msgid "November"
121
  msgstr "November"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
126
  msgid "December"
127
  msgstr "Disember"
128
 
@@ -135,49 +135,49 @@ msgstr "Kesilapan, kod salah Keselamatan."
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "Ip anda dalam senarai hitam. Sila hubungi pentadbir laman web"
137
 
138
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
139
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "Fail melebihi saiz yang dibenarkan"
142
 
143
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
144
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "Maaf, anda tidak dibenarkan untuk memuat naik fail jenis ini."
149
 
150
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
151
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
152
  msgid "Error, file cannot be moved."
153
  msgstr "Kesilapan, fail tidak boleh digerakkan."
154
 
155
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
156
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
160
  msgstr "Bidang %s memerlukan catatan yang unik dan nilai ini telah dihantar."
161
 
162
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
163
  #, fuzzy
164
  msgid "Error, file destination does not exist."
165
  msgstr "Kesilapan, e-mel tidak dihantar."
166
 
167
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
168
  msgid "Nothing was submitted."
169
  msgstr "Tiada apa-apa jua telah dikemukakan."
170
 
171
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
172
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
173
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
174
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
175
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
176
  msgid "Your form was successfully submitted."
177
  msgstr "Borang anda telah berjaya diserahkan."
178
 
179
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2352
180
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
181
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
182
  msgid "Error, email was not sent."
183
  msgstr "Kesilapan, e-mel tidak dihantar."
@@ -215,101 +215,108 @@ msgstr "Link pengesahan tidak sah."
215
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
216
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
218
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
219
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
220
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
221
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
238
  msgid "field is required."
239
  msgstr "medan yang diperlukan."
240
 
241
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
242
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
243
  msgid "This is not a valid email address."
244
  msgstr "Ini bukan alamat e-mel yang sah."
245
 
246
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
247
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
 
 
248
  msgid "The"
249
  msgstr "Ini"
250
 
251
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
252
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
253
  msgid "value must be between"
254
  msgstr "nilai mesti di antara"
255
 
256
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
257
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
258
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
259
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
263
  msgid "Quantity"
264
  msgstr "Kuantiti"
265
 
266
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
267
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
268
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
269
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
271
  msgid "Your score should be less than"
272
  msgstr "Skor anda hendaklah tidak kurang daripada"
273
 
274
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
275
  msgid "Title"
276
  msgstr "Tajuk:"
277
 
278
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
279
  msgid "First"
280
  msgstr "Pertama"
281
 
282
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
283
  msgid "Last"
284
  msgstr "terakhir"
285
 
286
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
287
  msgid "Middle"
288
  msgstr "Tengah"
289
 
290
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
291
  msgid "Area Code"
292
  msgstr "Kod Kawasan"
293
 
294
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
295
  msgid "Phone Number"
296
  msgstr "Nombor Telefon"
297
 
298
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
299
  msgid "Dollars"
300
  msgstr "Dolar"
301
 
302
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
303
  msgid "Cents"
304
  msgstr "Cents"
305
 
306
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
307
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
308
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
309
  msgid "From"
310
  msgstr "Dari"
311
 
312
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
313
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
314
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
315
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 17:01+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 17:01+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: ms\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
21
  msgid "Street Address"
22
  msgstr "Street Address"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
26
  msgid "Street Address Line 2"
27
  msgstr "Street Alamat Baris 2"
28
 
29
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "Bandar:"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
36
  msgid "State / Province / Region"
37
  msgstr "Negeri / Daerah / Wilayah"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
41
  msgid "Postal / Zip Code"
42
  msgstr "Pos / Zip Code"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "negara"
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "Januari"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "Februari"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "Mac"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "April"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "Boleh"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "Jun"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "Julai"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "Ogos"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
108
  msgid "September"
109
  msgstr "September"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
114
  msgid "October"
115
  msgstr "Oktober"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
120
  msgid "November"
121
  msgstr "November"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
126
  msgid "December"
127
  msgstr "Disember"
128
 
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "Ip anda dalam senarai hitam. Sila hubungi pentadbir laman web"
137
 
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "Fail melebihi saiz yang dibenarkan"
142
 
143
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
144
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "Maaf, anda tidak dibenarkan untuk memuat naik fail jenis ini."
149
 
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
151
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
152
  msgid "Error, file cannot be moved."
153
  msgstr "Kesilapan, fail tidak boleh digerakkan."
154
 
155
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
156
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
160
  msgstr "Bidang %s memerlukan catatan yang unik dan nilai ini telah dihantar."
161
 
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
163
  #, fuzzy
164
  msgid "Error, file destination does not exist."
165
  msgstr "Kesilapan, e-mel tidak dihantar."
166
 
167
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
168
  msgid "Nothing was submitted."
169
  msgstr "Tiada apa-apa jua telah dikemukakan."
170
 
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
175
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
176
  msgid "Your form was successfully submitted."
177
  msgstr "Borang anda telah berjaya diserahkan."
178
 
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2351
180
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
181
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
182
  msgid "Error, email was not sent."
183
  msgstr "Kesilapan, e-mel tidak dihantar."
215
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
216
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
218
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
219
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
220
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
221
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
238
  msgid "field is required."
239
  msgstr "medan yang diperlukan."
240
 
241
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
242
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
243
  msgid "This is not a valid email address."
244
  msgstr "Ini bukan alamat e-mel yang sah."
245
 
246
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
247
+ msgid ""
248
+ "You cannot select former dates. Choose a date starting from the current one."
249
+ msgstr ""
250
+ "Anda tidak boleh memilih tarikh bekas. Pilih tarikh bermula dari satu "
251
+ "semasa."
252
+
253
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
254
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
255
  msgid "The"
256
  msgstr "Ini"
257
 
258
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
259
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
260
  msgid "value must be between"
261
  msgstr "nilai mesti di antara"
262
 
263
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
264
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
265
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
266
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
268
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
269
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
270
  msgid "Quantity"
271
  msgstr "Kuantiti"
272
 
273
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
274
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
275
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
276
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
277
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
278
  msgid "Your score should be less than"
279
  msgstr "Skor anda hendaklah tidak kurang daripada"
280
 
281
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
282
  msgid "Title"
283
  msgstr "Tajuk:"
284
 
285
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
286
  msgid "First"
287
  msgstr "Pertama"
288
 
289
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
290
  msgid "Last"
291
  msgstr "terakhir"
292
 
293
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
294
  msgid "Middle"
295
  msgstr "Tengah"
296
 
297
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
298
  msgid "Area Code"
299
  msgstr "Kod Kawasan"
300
 
301
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
302
  msgid "Phone Number"
303
  msgstr "Nombor Telefon"
304
 
305
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
306
  msgid "Dollars"
307
  msgstr "Dolar"
308
 
309
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
310
  msgid "Cents"
311
  msgstr "Cents"
312
 
313
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
314
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
315
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
316
  msgid "From"
317
  msgstr "Dari"
318
 
319
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
320
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
321
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
322
  msgid "To"
languages/form_maker-mt_MT.mo CHANGED
Binary file
languages/form_maker-mt_MT.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: 2015-05-14 17:26+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:26+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: mt\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
21
  msgid "Street Address"
22
  msgstr "Indirizz Triq"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
26
  msgid "Street Address Line 2"
27
  msgstr "Indirizz Triq Linja 2"
28
 
29
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "Belt"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
36
  msgid "State / Province / Region"
37
  msgstr "Stat / Provinċja / Reġjun"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
41
  msgid "Postal / Zip Code"
42
  msgstr "Postali / Zip Kodiċi"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "Pajjiż"
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "Jannar"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "Frar"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "Marzu"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "April"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "Mejju"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "Ġunju"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "Lulju"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "Awwissu"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
108
  msgid "September"
109
  msgstr "Settembru"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
114
  msgid "October"
115
  msgstr "Ottubru"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
120
  msgid "November"
121
  msgstr "Novembru"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
126
  msgid "December"
127
  msgstr "Diċembru"
128
 
@@ -137,50 +137,50 @@ msgstr ""
137
  "Ip tiegħek hija lista sewda. Jekk jogħġbok ikkuntattja l-amministratur "
138
  "websajt"
139
 
140
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
141
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
142
  msgid "The file exceeds the allowed size of"
143
  msgstr "Il-fajl jeċċedi-daqs permess ta '"
144
 
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
147
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
148
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
149
  msgid "Sorry, you are not allowed to upload this type of file."
150
  msgstr "Jiddispjacini, m'intix permess biex ittella dan it-tip tal-fajl."
151
 
152
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
153
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
154
  msgid "Error, file cannot be moved."
155
  msgstr "Żball, fajl ma jistgħux jiġu mċaqalqa."
156
 
157
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
158
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
159
  #, php-format
160
  msgid ""
161
  "This field %s requires a unique entry and this value was already submitted."
162
  msgstr ""
163
  "Dan il-qasam %s teħtieġ dħul uniku u dan il-valur kien diġà sottomessa."
164
 
165
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
166
  #, fuzzy
167
  msgid "Error, file destination does not exist."
168
  msgstr "Żball, email ma ntbagħatx."
169
 
170
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
171
  msgid "Nothing was submitted."
172
  msgstr "Xejn ġiet sottomessa."
173
 
174
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
175
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
176
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
177
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
178
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
179
  msgid "Your form was successfully submitted."
180
  msgstr "Formola tiegħek ġie negozjat b'suċċess sottomessa."
181
 
182
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2352
183
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
184
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
185
  msgid "Error, email was not sent."
186
  msgstr "Żball, email ma ntbagħatx."
@@ -218,101 +218,108 @@ msgstr "Link verifika huwa invalidu."
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
220
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
221
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
238
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
239
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
240
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
241
  msgid "field is required."
242
  msgstr "qasam hija meħtieġa."
243
 
244
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
245
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
246
  msgid "This is not a valid email address."
247
  msgstr "Din mhix l-indirizz email validu."
248
 
249
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
250
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
 
 
251
  msgid "The"
252
  msgstr "Il-"
253
 
254
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
255
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
256
  msgid "value must be between"
257
  msgstr "valur għandha tkun bejn"
258
 
259
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
263
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
264
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
265
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
266
  msgid "Quantity"
267
  msgstr "Kwantità"
268
 
269
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
271
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
272
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
273
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
274
  msgid "Your score should be less than"
275
  msgstr "Punteġġ tiegħek għandu jkun inqas minn"
276
 
277
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
278
  msgid "Title"
279
  msgstr "Titolu"
280
 
281
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
282
  msgid "First"
283
  msgstr "Ewwel"
284
 
285
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
286
  msgid "Last"
287
  msgstr "L-aħħar"
288
 
289
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
290
  msgid "Middle"
291
  msgstr "Nofsani"
292
 
293
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
294
  msgid "Area Code"
295
  msgstr "Kodiċi Żona"
296
 
297
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
298
  msgid "Phone Number"
299
  msgstr "Numru tat-telefown:"
300
 
301
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
302
  msgid "Dollars"
303
  msgstr "Dollaru"
304
 
305
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
306
  msgid "Cents"
307
  msgstr "Ċenteżmu"
308
 
309
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
310
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
311
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
312
  msgid "From"
313
  msgstr "Mill"
314
 
315
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
316
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
317
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
318
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 17:01+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 17:01+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: mt\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
21
  msgid "Street Address"
22
  msgstr "Indirizz Triq"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
26
  msgid "Street Address Line 2"
27
  msgstr "Indirizz Triq Linja 2"
28
 
29
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "Belt"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
36
  msgid "State / Province / Region"
37
  msgstr "Stat / Provinċja / Reġjun"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
41
  msgid "Postal / Zip Code"
42
  msgstr "Postali / Zip Kodiċi"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "Pajjiż"
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "Jannar"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "Frar"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "Marzu"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "April"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "Mejju"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "Ġunju"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "Lulju"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "Awwissu"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
108
  msgid "September"
109
  msgstr "Settembru"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
114
  msgid "October"
115
  msgstr "Ottubru"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
120
  msgid "November"
121
  msgstr "Novembru"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
126
  msgid "December"
127
  msgstr "Diċembru"
128
 
137
  "Ip tiegħek hija lista sewda. Jekk jogħġbok ikkuntattja l-amministratur "
138
  "websajt"
139
 
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
142
  msgid "The file exceeds the allowed size of"
143
  msgstr "Il-fajl jeċċedi-daqs permess ta '"
144
 
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
147
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
148
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
149
  msgid "Sorry, you are not allowed to upload this type of file."
150
  msgstr "Jiddispjacini, m'intix permess biex ittella dan it-tip tal-fajl."
151
 
152
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
153
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
154
  msgid "Error, file cannot be moved."
155
  msgstr "Żball, fajl ma jistgħux jiġu mċaqalqa."
156
 
157
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
159
  #, php-format
160
  msgid ""
161
  "This field %s requires a unique entry and this value was already submitted."
162
  msgstr ""
163
  "Dan il-qasam %s teħtieġ dħul uniku u dan il-valur kien diġà sottomessa."
164
 
165
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
166
  #, fuzzy
167
  msgid "Error, file destination does not exist."
168
  msgstr "Żball, email ma ntbagħatx."
169
 
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
171
  msgid "Nothing was submitted."
172
  msgstr "Xejn ġiet sottomessa."
173
 
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
176
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
177
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
178
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
179
  msgid "Your form was successfully submitted."
180
  msgstr "Formola tiegħek ġie negozjat b'suċċess sottomessa."
181
 
182
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2351
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
184
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
185
  msgid "Error, email was not sent."
186
  msgstr "Żball, email ma ntbagħatx."
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
220
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
221
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
238
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
239
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
240
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
241
  msgid "field is required."
242
  msgstr "qasam hija meħtieġa."
243
 
244
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
245
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
246
  msgid "This is not a valid email address."
247
  msgstr "Din mhix l-indirizz email validu."
248
 
249
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
250
+ msgid ""
251
+ "You cannot select former dates. Choose a date starting from the current one."
252
+ msgstr ""
253
+ "Inti ma tistax tagħżel id-dati ta 'qabel. Agħżel data tal-bidu minn dak "
254
+ "attwali."
255
+
256
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
257
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
258
  msgid "The"
259
  msgstr "Il-"
260
 
261
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
262
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
263
  msgid "value must be between"
264
  msgstr "valur għandha tkun bejn"
265
 
266
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
268
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
269
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
270
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
271
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
272
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
273
  msgid "Quantity"
274
  msgstr "Kwantità"
275
 
276
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
277
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
278
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
279
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
280
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
281
  msgid "Your score should be less than"
282
  msgstr "Punteġġ tiegħek għandu jkun inqas minn"
283
 
284
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
285
  msgid "Title"
286
  msgstr "Titolu"
287
 
288
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
289
  msgid "First"
290
  msgstr "Ewwel"
291
 
292
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
293
  msgid "Last"
294
  msgstr "L-aħħar"
295
 
296
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
297
  msgid "Middle"
298
  msgstr "Nofsani"
299
 
300
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
301
  msgid "Area Code"
302
  msgstr "Kodiċi Żona"
303
 
304
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
305
  msgid "Phone Number"
306
  msgstr "Numru tat-telefown:"
307
 
308
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
309
  msgid "Dollars"
310
  msgstr "Dollaru"
311
 
312
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
313
  msgid "Cents"
314
  msgstr "Ċenteżmu"
315
 
316
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
317
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
318
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
319
  msgid "From"
320
  msgstr "Mill"
321
 
322
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
323
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
324
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
325
  msgid "To"
languages/form_maker-nb_NO.mo CHANGED
Binary file
languages/form_maker-nb_NO.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: 2015-05-14 17:27+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:27+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: nb\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
21
  msgid "Street Address"
22
  msgstr "Gateadresse"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
26
  msgid "Street Address Line 2"
27
  msgstr "Gateadresse Linje 2"
28
 
29
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "By"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
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:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
41
  msgid "Postal / Zip Code"
42
  msgstr "Postal / postnummer"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "Land"
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "Januar"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "Februar"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "Mars"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "April"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "Mai"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "Juni"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "Juli"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "August"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
108
  msgid "September"
109
  msgstr "September"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
114
  msgid "October"
115
  msgstr "Oktober"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
120
  msgid "November"
121
  msgstr "November"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
126
  msgid "December"
127
  msgstr "Desember"
128
 
@@ -135,49 +135,49 @@ msgstr "Feil, feil sikkerhetskode."
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "Din IP er svartelistet. Ta kontakt med nettstedet administrator"
137
 
138
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
139
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "Filen overskrider den tillatte størrelsen på"
142
 
143
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
144
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "Beklager, du har ikke lov til å laste opp denne filtypen."
149
 
150
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
151
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
152
  msgid "Error, file cannot be moved."
153
  msgstr "Feil, kan filen ikke flyttes."
154
 
155
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
156
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
160
  msgstr "Dette feltet %s krever en unik og denne verdien var allerede sendt."
161
 
162
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
163
  #, fuzzy
164
  msgid "Error, file destination does not exist."
165
  msgstr "Feil, ble e-posten ikke sendt."
166
 
167
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
168
  msgid "Nothing was submitted."
169
  msgstr "Ingenting ble sendt."
170
 
171
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
172
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
173
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
174
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
175
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
176
  msgid "Your form was successfully submitted."
177
  msgstr "Din skjema ble sendt inn."
178
 
179
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2352
180
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
181
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
182
  msgid "Error, email was not sent."
183
  msgstr "Feil, ble e-posten ikke sendt."
@@ -215,101 +215,106 @@ msgstr "Adresse verifisering er ugyldig."
215
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
216
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
218
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
219
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
220
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
221
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
238
  msgid "field is required."
239
  msgstr "Feltet er påkrevd."
240
 
241
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
242
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
243
  msgid "This is not a valid email address."
244
  msgstr "Dette er ikke en gyldig e-postadresse."
245
 
246
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
247
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
248
  msgid "The"
249
  msgstr "Den"
250
 
251
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
252
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
253
  msgid "value must be between"
254
  msgstr "Verdien må være mellom "
255
 
256
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
257
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
258
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
259
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
263
  msgid "Quantity"
264
  msgstr "Kvantitet"
265
 
266
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
267
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
268
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
269
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
271
  msgid "Your score should be less than"
272
  msgstr "Poengsummen din bør være mindre enn "
273
 
274
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
275
  msgid "Title"
276
  msgstr "Tittel"
277
 
278
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
279
  msgid "First"
280
  msgstr "Første"
281
 
282
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
283
  msgid "Last"
284
  msgstr "Siste"
285
 
286
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
287
  msgid "Middle"
288
  msgstr "(Midtre)"
289
 
290
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
291
  msgid "Area Code"
292
  msgstr "Retningsnummer"
293
 
294
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
295
  msgid "Phone Number"
296
  msgstr "Telefonnummer"
297
 
298
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
299
  msgid "Dollars"
300
  msgstr "Dollar"
301
 
302
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
303
  msgid "Cents"
304
  msgstr "Cent"
305
 
306
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
307
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
308
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
309
  msgid "From"
310
  msgstr "Fra"
311
 
312
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
313
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
314
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
315
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 17:01+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 17:02+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: nb\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
21
  msgid "Street Address"
22
  msgstr "Gateadresse"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
26
  msgid "Street Address Line 2"
27
  msgstr "Gateadresse Linje 2"
28
 
29
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "By"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
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:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
41
  msgid "Postal / Zip Code"
42
  msgstr "Postal / postnummer"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "Land"
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "Januar"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "Februar"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "Mars"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "April"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "Mai"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "Juni"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "Juli"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "August"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
108
  msgid "September"
109
  msgstr "September"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
114
  msgid "October"
115
  msgstr "Oktober"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
120
  msgid "November"
121
  msgstr "November"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
126
  msgid "December"
127
  msgstr "Desember"
128
 
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "Din IP er svartelistet. Ta kontakt med nettstedet administrator"
137
 
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "Filen overskrider den tillatte størrelsen på"
142
 
143
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
144
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "Beklager, du har ikke lov til å laste opp denne filtypen."
149
 
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
151
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
152
  msgid "Error, file cannot be moved."
153
  msgstr "Feil, kan filen ikke flyttes."
154
 
155
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
156
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
160
  msgstr "Dette feltet %s krever en unik og denne verdien var allerede sendt."
161
 
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
163
  #, fuzzy
164
  msgid "Error, file destination does not exist."
165
  msgstr "Feil, ble e-posten ikke sendt."
166
 
167
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
168
  msgid "Nothing was submitted."
169
  msgstr "Ingenting ble sendt."
170
 
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
175
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
176
  msgid "Your form was successfully submitted."
177
  msgstr "Din skjema ble sendt inn."
178
 
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2351
180
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
181
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
182
  msgid "Error, email was not sent."
183
  msgstr "Feil, ble e-posten ikke sendt."
215
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
216
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
218
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
219
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
220
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
221
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
238
  msgid "field is required."
239
  msgstr "Feltet er påkrevd."
240
 
241
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
242
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
243
  msgid "This is not a valid email address."
244
  msgstr "Dette er ikke en gyldig e-postadresse."
245
 
246
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
247
+ msgid ""
248
+ "You cannot select former dates. Choose a date starting from the current one."
249
+ msgstr "Du kan ikke velge tidligere datoer. Velg en dato fra den nåværende."
250
+
251
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
252
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
253
  msgid "The"
254
  msgstr "Den"
255
 
256
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
257
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
258
  msgid "value must be between"
259
  msgstr "Verdien må være mellom "
260
 
261
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
262
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
263
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
264
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
265
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
266
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
268
  msgid "Quantity"
269
  msgstr "Kvantitet"
270
 
271
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
272
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
273
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
274
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
275
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
276
  msgid "Your score should be less than"
277
  msgstr "Poengsummen din bør være mindre enn "
278
 
279
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
280
  msgid "Title"
281
  msgstr "Tittel"
282
 
283
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
284
  msgid "First"
285
  msgstr "Første"
286
 
287
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
288
  msgid "Last"
289
  msgstr "Siste"
290
 
291
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
292
  msgid "Middle"
293
  msgstr "(Midtre)"
294
 
295
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
296
  msgid "Area Code"
297
  msgstr "Retningsnummer"
298
 
299
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
300
  msgid "Phone Number"
301
  msgstr "Telefonnummer"
302
 
303
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
304
  msgid "Dollars"
305
  msgstr "Dollar"
306
 
307
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
308
  msgid "Cents"
309
  msgstr "Cent"
310
 
311
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
312
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
313
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
314
  msgid "From"
315
  msgstr "Fra"
316
 
317
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
318
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
319
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
320
  msgid "To"
languages/form_maker-nl_NL.mo CHANGED
Binary file
languages/form_maker-nl_NL.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: 2015-05-14 17:27+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:28+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: nl\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
21
  msgid "Street Address"
22
  msgstr "Adres"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
26
  msgid "Street Address Line 2"
27
  msgstr "Adres regel 2"
28
 
29
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "Plaats"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
36
  msgid "State / Province / Region"
37
  msgstr "Staat / Provincie / Regio"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
41
  msgid "Postal / Zip Code"
42
  msgstr "Postcode"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "Land"
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "januari"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "februari"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "maart"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "april"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "mei"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "juni"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "juli"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "augustus"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
108
  msgid "September"
109
  msgstr "september"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
114
  msgid "October"
115
  msgstr "oktober"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
120
  msgid "November"
121
  msgstr "november"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
126
  msgid "December"
127
  msgstr "december"
128
 
@@ -135,49 +135,49 @@ msgstr "Fout, onjuiste beveiligingscode."
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "Din IP er sortlistet. Kontakt venligst hjemmesiden administrator"
137
 
138
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
139
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "Het bestand overschrijdt de toegestane grootte van"
142
 
143
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
144
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "Sorry, je hebt geen toestemming om dit type bestand te uploaden."
149
 
150
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
151
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
152
  msgid "Error, file cannot be moved."
153
  msgstr "Fout, het bestand kan niet worden verplaatst."
154
 
155
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
156
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
160
  msgstr "Dit veld %s verwacht een unieke invoer en deze waarde is al gebruikt."
161
 
162
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
163
  #, fuzzy
164
  msgid "Error, file destination does not exist."
165
  msgstr "FOUT: e-mail is niet verzonden."
166
 
167
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
168
  msgid "Nothing was submitted."
169
  msgstr "Er is niets verzonden."
170
 
171
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
172
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
173
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
174
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
175
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
176
  msgid "Your form was successfully submitted."
177
  msgstr "Uw formulier is verzonden."
178
 
179
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2352
180
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
181
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
182
  msgid "Error, email was not sent."
183
  msgstr "FOUT: e-mail is niet verzonden."
@@ -215,101 +215,107 @@ msgstr "Verificatie link is ongeldig."
215
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
216
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
218
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
219
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
220
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
221
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
238
  msgid "field is required."
239
  msgstr "veld is verplicht."
240
 
241
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
242
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
243
  msgid "This is not a valid email address."
244
  msgstr "Dit is geen geldig e-mailadres."
245
 
246
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
247
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
 
248
  msgid "The"
249
  msgstr "Den"
250
 
251
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
252
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
253
  msgid "value must be between"
254
  msgstr "værdi skal være mellem"
255
 
256
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
257
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
258
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
259
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
263
  msgid "Quantity"
264
  msgstr "Mængde"
265
 
266
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
267
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
268
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
269
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
271
  msgid "Your score should be less than"
272
  msgstr "Din score skal være mindre end"
273
 
274
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
275
  msgid "Title"
276
  msgstr "Titel"
277
 
278
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
279
  msgid "First"
280
  msgstr "Voornaam"
281
 
282
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
283
  msgid "Last"
284
  msgstr "Achternaam"
285
 
286
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
287
  msgid "Middle"
288
  msgstr "Middelhoog"
289
 
290
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
291
  msgid "Area Code"
292
  msgstr "Netnummer"
293
 
294
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
295
  msgid "Phone Number"
296
  msgstr "Telefoonnummer"
297
 
298
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
299
  msgid "Dollars"
300
  msgstr "Dollars"
301
 
302
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
303
  msgid "Cents"
304
  msgstr "Cents"
305
 
306
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
307
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
308
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
309
  msgid "From"
310
  msgstr "Fra"
311
 
312
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
313
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
314
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
315
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 17:02+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 17:02+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: nl\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
21
  msgid "Street Address"
22
  msgstr "Adres"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
26
  msgid "Street Address Line 2"
27
  msgstr "Adres regel 2"
28
 
29
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "Plaats"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
36
  msgid "State / Province / Region"
37
  msgstr "Staat / Provincie / Regio"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
41
  msgid "Postal / Zip Code"
42
  msgstr "Postcode"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "Land"
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "januari"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "februari"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "maart"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "april"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "mei"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "juni"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "juli"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "augustus"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
108
  msgid "September"
109
  msgstr "september"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
114
  msgid "October"
115
  msgstr "oktober"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
120
  msgid "November"
121
  msgstr "november"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
126
  msgid "December"
127
  msgstr "december"
128
 
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "Din IP er sortlistet. Kontakt venligst hjemmesiden administrator"
137
 
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "Het bestand overschrijdt de toegestane grootte van"
142
 
143
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
144
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "Sorry, je hebt geen toestemming om dit type bestand te uploaden."
149
 
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
151
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
152
  msgid "Error, file cannot be moved."
153
  msgstr "Fout, het bestand kan niet worden verplaatst."
154
 
155
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
156
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
160
  msgstr "Dit veld %s verwacht een unieke invoer en deze waarde is al gebruikt."
161
 
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
163
  #, fuzzy
164
  msgid "Error, file destination does not exist."
165
  msgstr "FOUT: e-mail is niet verzonden."
166
 
167
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
168
  msgid "Nothing was submitted."
169
  msgstr "Er is niets verzonden."
170
 
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
175
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
176
  msgid "Your form was successfully submitted."
177
  msgstr "Uw formulier is verzonden."
178
 
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2351
180
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
181
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
182
  msgid "Error, email was not sent."
183
  msgstr "FOUT: e-mail is niet verzonden."
215
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
216
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
218
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
219
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
220
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
221
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
238
  msgid "field is required."
239
  msgstr "veld is verplicht."
240
 
241
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
242
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
243
  msgid "This is not a valid email address."
244
  msgstr "Dit is geen geldig e-mailadres."
245
 
246
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
247
+ msgid ""
248
+ "You cannot select former dates. Choose a date starting from the current one."
249
+ msgstr ""
250
+ "Je kunt geen vroegere data te selecteren. Kies een datum vanaf het huidige."
251
+
252
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
253
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
254
  msgid "The"
255
  msgstr "Den"
256
 
257
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
258
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
259
  msgid "value must be between"
260
  msgstr "værdi skal være mellem"
261
 
262
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
263
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
264
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
265
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
266
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
268
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
269
  msgid "Quantity"
270
  msgstr "Mængde"
271
 
272
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
273
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
274
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
275
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
276
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
277
  msgid "Your score should be less than"
278
  msgstr "Din score skal være mindre end"
279
 
280
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
281
  msgid "Title"
282
  msgstr "Titel"
283
 
284
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
285
  msgid "First"
286
  msgstr "Voornaam"
287
 
288
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
289
  msgid "Last"
290
  msgstr "Achternaam"
291
 
292
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
293
  msgid "Middle"
294
  msgstr "Middelhoog"
295
 
296
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
297
  msgid "Area Code"
298
  msgstr "Netnummer"
299
 
300
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
301
  msgid "Phone Number"
302
  msgstr "Telefoonnummer"
303
 
304
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
305
  msgid "Dollars"
306
  msgstr "Dollars"
307
 
308
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
309
  msgid "Cents"
310
  msgstr "Cents"
311
 
312
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
313
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
314
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
315
  msgid "From"
316
  msgstr "Fra"
317
 
318
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
319
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
320
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
321
  msgid "To"
languages/form_maker-pl_PL.mo CHANGED
Binary file
languages/form_maker-pl_PL.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: 2015-05-14 17:28+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:28+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: pl\n"
@@ -18,32 +18,32 @@ msgstr ""
18
  "maker\n"
19
 
20
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
21
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
22
  msgid "Street Address"
23
  msgstr "Ulica"
24
 
25
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
26
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
27
  msgid "Street Address Line 2"
28
  msgstr "Linia Ulica 2"
29
 
30
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:246
31
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
32
  msgid "City"
33
  msgstr "Miejscowość"
34
 
35
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
36
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
37
  msgid "State / Province / Region"
38
  msgstr "Stan / województwo / region"
39
 
40
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
41
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
42
  msgid "Postal / Zip Code"
43
  msgstr "Postal / Zip Code"
44
 
45
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
46
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
47
  msgid "Country"
48
  msgstr "Kraj"
49
 
@@ -56,74 +56,74 @@ msgid "Type"
56
  msgstr ""
57
 
58
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
60
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
61
  msgid "January"
62
  msgstr "Styczeń"
63
 
64
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
66
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
67
  msgid "February"
68
  msgstr "Luty"
69
 
70
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
72
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
73
  msgid "March"
74
  msgstr "Marzec"
75
 
76
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
78
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
79
  msgid "April"
80
  msgstr "Kwiecień"
81
 
82
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
84
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
85
  msgid "May"
86
  msgstr "Maj"
87
 
88
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
90
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
91
  msgid "June"
92
  msgstr "Czerwiec"
93
 
94
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
96
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
97
  msgid "July"
98
  msgstr "Lipiec"
99
 
100
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
102
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
103
  msgid "August"
104
  msgstr "Sierpień"
105
 
106
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
108
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
109
  msgid "September"
110
  msgstr "Wrzesień"
111
 
112
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
114
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
115
  msgid "October"
116
  msgstr "Październik"
117
 
118
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
120
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
121
  msgid "November"
122
  msgstr "Listopad"
123
 
124
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
126
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
127
  msgid "December"
128
  msgstr "Grudzień"
129
 
@@ -138,49 +138,49 @@ msgstr ""
138
  "Twoje IP jest na czarnej liście. Proszę skontaktować się z administratorem "
139
  "strony"
140
 
141
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
142
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
143
  msgid "The file exceeds the allowed size of"
144
  msgstr "Plik przekracza dopuszczalny rozmiar"
145
 
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
147
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
148
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
149
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
150
  msgid "Sorry, you are not allowed to upload this type of file."
151
  msgstr "Przepraszamy, nie możesz wgrać tego typu pliku."
152
 
153
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
154
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
155
  msgid "Error, file cannot be moved."
156
  msgstr "Błąd, plik nie może być przeniesiona."
157
 
158
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
159
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
160
  #, php-format
161
  msgid ""
162
  "This field %s requires a unique entry and this value was already submitted."
163
  msgstr "To pole %s wymaga unikalną pozycję i wartość ta została już złożone."
164
 
165
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
166
  #, fuzzy
167
  msgid "Error, file destination does not exist."
168
  msgstr "Błąd, e-mail nie został wysłany."
169
 
170
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
171
  msgid "Nothing was submitted."
172
  msgstr "Nic nie zostało złożone."
173
 
174
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
175
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
176
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
177
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
178
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
179
  msgid "Your form was successfully submitted."
180
  msgstr "Formularz został przesłany pomyślnie."
181
 
182
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2352
183
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
184
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
185
  msgid "Error, email was not sent."
186
  msgstr "Błąd, e-mail nie został wysłany."
@@ -218,102 +218,107 @@ msgstr "Link Weryfikacja jest nieprawidłowy."
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
220
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
221
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
238
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
239
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
240
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
241
  msgid "field is required."
242
  msgstr "Pole jest wymagane."
243
 
244
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
245
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
246
  msgid "This is not a valid email address."
247
  msgstr "To nie jest prawidłowy adres email."
248
 
249
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
250
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
251
  msgid "The"
252
  msgstr "The"
253
 
254
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
255
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
256
  msgid "value must be between"
257
  msgstr "Wartość musi być między"
258
 
259
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
263
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
264
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
265
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
266
  msgid "Quantity"
267
  msgstr "Ilość"
268
 
269
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
271
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
272
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
273
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
274
  msgid "Your score should be less than"
275
  msgstr "Twój wynik powinien być niższy niż "
276
 
277
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
278
  msgid "Title"
279
  msgstr "Stanowisko/Funkcja"
280
 
281
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
282
  msgid "First"
283
  msgstr "Pierwszy"
284
 
285
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
286
  msgid "Last"
287
  msgstr "Ostatni"
288
 
289
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
290
  msgid "Middle"
291
  msgstr "Środkowy"
292
 
293
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
294
  msgid "Area Code"
295
  msgstr "Numer kierunkowy"
296
 
297
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
298
  msgid "Phone Number"
299
  msgstr ""
300
  "(Phone Number) Numer telefonu: __________________________________________"
301
 
302
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
303
  msgid "Dollars"
304
  msgstr "Dolarów"
305
 
306
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
307
  msgid "Cents"
308
  msgstr "Centów"
309
 
310
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
311
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
312
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
313
  msgid "From"
314
  msgstr "Od"
315
 
316
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
317
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
318
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
319
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 17:02+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 17:02+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: pl\n"
18
  "maker\n"
19
 
20
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
21
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
22
  msgid "Street Address"
23
  msgstr "Ulica"
24
 
25
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
26
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
27
  msgid "Street Address Line 2"
28
  msgstr "Linia Ulica 2"
29
 
30
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:246
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
32
  msgid "City"
33
  msgstr "Miejscowość"
34
 
35
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
37
  msgid "State / Province / Region"
38
  msgstr "Stan / województwo / region"
39
 
40
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
42
  msgid "Postal / Zip Code"
43
  msgstr "Postal / Zip Code"
44
 
45
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
46
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
47
  msgid "Country"
48
  msgstr "Kraj"
49
 
56
  msgstr ""
57
 
58
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
61
  msgid "January"
62
  msgstr "Styczeń"
63
 
64
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
66
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
67
  msgid "February"
68
  msgstr "Luty"
69
 
70
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
73
  msgid "March"
74
  msgstr "Marzec"
75
 
76
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
78
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
79
  msgid "April"
80
  msgstr "Kwiecień"
81
 
82
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
85
  msgid "May"
86
  msgstr "Maj"
87
 
88
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
90
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
91
  msgid "June"
92
  msgstr "Czerwiec"
93
 
94
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
97
  msgid "July"
98
  msgstr "Lipiec"
99
 
100
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
102
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
103
  msgid "August"
104
  msgstr "Sierpień"
105
 
106
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
109
  msgid "September"
110
  msgstr "Wrzesień"
111
 
112
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
114
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
115
  msgid "October"
116
  msgstr "Październik"
117
 
118
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
120
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
121
  msgid "November"
122
  msgstr "Listopad"
123
 
124
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
126
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
127
  msgid "December"
128
  msgstr "Grudzień"
129
 
138
  "Twoje IP jest na czarnej liście. Proszę skontaktować się z administratorem "
139
  "strony"
140
 
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
143
  msgid "The file exceeds the allowed size of"
144
  msgstr "Plik przekracza dopuszczalny rozmiar"
145
 
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
147
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
148
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
149
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
150
  msgid "Sorry, you are not allowed to upload this type of file."
151
  msgstr "Przepraszamy, nie możesz wgrać tego typu pliku."
152
 
153
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
155
  msgid "Error, file cannot be moved."
156
  msgstr "Błąd, plik nie może być przeniesiona."
157
 
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
159
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
160
  #, php-format
161
  msgid ""
162
  "This field %s requires a unique entry and this value was already submitted."
163
  msgstr "To pole %s wymaga unikalną pozycję i wartość ta została już złożone."
164
 
165
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
166
  #, fuzzy
167
  msgid "Error, file destination does not exist."
168
  msgstr "Błąd, e-mail nie został wysłany."
169
 
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
171
  msgid "Nothing was submitted."
172
  msgstr "Nic nie zostało złożone."
173
 
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
176
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
177
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
178
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
179
  msgid "Your form was successfully submitted."
180
  msgstr "Formularz został przesłany pomyślnie."
181
 
182
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2351
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
184
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
185
  msgid "Error, email was not sent."
186
  msgstr "Błąd, e-mail nie został wysłany."
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
220
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
221
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
238
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
239
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
240
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
241
  msgid "field is required."
242
  msgstr "Pole jest wymagane."
243
 
244
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
245
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
246
  msgid "This is not a valid email address."
247
  msgstr "To nie jest prawidłowy adres email."
248
 
249
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
250
+ msgid ""
251
+ "You cannot select former dates. Choose a date starting from the current one."
252
+ msgstr "Nie można wybrać byłych termin. Wybierz datę, od obecnego."
253
+
254
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
255
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
256
  msgid "The"
257
  msgstr "The"
258
 
259
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
260
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
261
  msgid "value must be between"
262
  msgstr "Wartość musi być między"
263
 
264
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
265
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
266
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
268
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
269
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
270
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
271
  msgid "Quantity"
272
  msgstr "Ilość"
273
 
274
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
275
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
276
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
277
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
278
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
279
  msgid "Your score should be less than"
280
  msgstr "Twój wynik powinien być niższy niż "
281
 
282
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
283
  msgid "Title"
284
  msgstr "Stanowisko/Funkcja"
285
 
286
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
287
  msgid "First"
288
  msgstr "Pierwszy"
289
 
290
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
291
  msgid "Last"
292
  msgstr "Ostatni"
293
 
294
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
295
  msgid "Middle"
296
  msgstr "Środkowy"
297
 
298
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
299
  msgid "Area Code"
300
  msgstr "Numer kierunkowy"
301
 
302
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
303
  msgid "Phone Number"
304
  msgstr ""
305
  "(Phone Number) Numer telefonu: __________________________________________"
306
 
307
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
308
  msgid "Dollars"
309
  msgstr "Dolarów"
310
 
311
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
312
  msgid "Cents"
313
  msgstr "Centów"
314
 
315
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
316
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
317
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
318
  msgid "From"
319
  msgstr "Od"
320
 
321
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
322
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
323
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
324
  msgid "To"
languages/form_maker-pt_PT.mo CHANGED
Binary file
languages/form_maker-pt_PT.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: 2015-05-14 17:29+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:29+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: pt\n"
@@ -18,32 +18,32 @@ msgstr ""
18
  "maker\n"
19
 
20
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
21
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
22
  msgid "Street Address"
23
  msgstr "Endereço da Rua"
24
 
25
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
26
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
27
  msgid "Street Address Line 2"
28
  msgstr "Rua Linha de endereço 2"
29
 
30
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:246
31
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
32
  msgid "City"
33
  msgstr "Cidade"
34
 
35
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
36
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
37
  msgid "State / Province / Region"
38
  msgstr "Estado / Província / Região"
39
 
40
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
41
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
42
  msgid "Postal / Zip Code"
43
  msgstr "Postal / Zip Code"
44
 
45
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
46
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
47
  msgid "Country"
48
  msgstr "[O PAÍS]"
49
 
@@ -56,74 +56,74 @@ msgid "Type"
56
  msgstr ""
57
 
58
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
60
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
61
  msgid "January"
62
  msgstr "Janeiro"
63
 
64
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
66
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
67
  msgid "February"
68
  msgstr "Fevereiro"
69
 
70
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
72
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
73
  msgid "March"
74
  msgstr "Março"
75
 
76
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
78
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
79
  msgid "April"
80
  msgstr "Abril"
81
 
82
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
84
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
85
  msgid "May"
86
  msgstr "Maio"
87
 
88
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
90
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
91
  msgid "June"
92
  msgstr "Junho"
93
 
94
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
96
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
97
  msgid "July"
98
  msgstr "Julho"
99
 
100
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
102
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
103
  msgid "August"
104
  msgstr "Agosto"
105
 
106
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
108
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
109
  msgid "September"
110
  msgstr "Setembro"
111
 
112
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
114
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
115
  msgid "October"
116
  msgstr "Outubro"
117
 
118
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
120
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
121
  msgid "November"
122
  msgstr "Novembro"
123
 
124
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
126
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
127
  msgid "December"
128
  msgstr "Dezembro"
129
 
@@ -137,25 +137,25 @@ msgid "Your ip is blacklisted. Please contact the website administrator."
137
  msgstr ""
138
  "O seu IP está na lista negra. Por favor, contate o administrador do site"
139
 
140
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
141
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
142
  msgid "The file exceeds the allowed size of"
143
  msgstr "O arquivo excede o tamanho permitido de"
144
 
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
147
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
148
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
149
  msgid "Sorry, you are not allowed to upload this type of file."
150
  msgstr "Desculpe, você não tem permissão para enviar esse tipo de arquivo."
151
 
152
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
153
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
154
  msgid "Error, file cannot be moved."
155
  msgstr "De erro, arquivo não pode ser movido."
156
 
157
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
158
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
159
  #, php-format
160
  msgid ""
161
  "This field %s requires a unique entry and this value was already submitted."
@@ -163,25 +163,25 @@ msgstr ""
163
  "Este campo %s requer uma entrada única e este valor já tiver sido "
164
  "apresentado."
165
 
166
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
167
  #, fuzzy
168
  msgid "Error, file destination does not exist."
169
  msgstr "Erro, de e-mail não foi enviado."
170
 
171
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
172
  msgid "Nothing was submitted."
173
  msgstr "Nada foi apresentado."
174
 
175
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
176
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
177
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
178
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
179
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
180
  msgid "Your form was successfully submitted."
181
  msgstr "Seu formulário foi submetido com êxito."
182
 
183
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2352
184
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
185
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
186
  msgid "Error, email was not sent."
187
  msgstr "Erro, de e-mail não foi enviado."
@@ -219,101 +219,107 @@ msgstr "Link de verificação é inválido."
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
220
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
221
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
238
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
239
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
240
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
241
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
242
  msgid "field is required."
243
  msgstr "campo obrigatório"
244
 
245
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
246
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
247
  msgid "This is not a valid email address."
248
  msgstr "Este não é um endereço de e-mail válido."
249
 
250
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
251
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
 
252
  msgid "The"
253
  msgstr "O"
254
 
255
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
256
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
257
  msgid "value must be between"
258
  msgstr "valor deve estar entre"
259
 
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
263
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
264
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
265
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
266
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
267
  msgid "Quantity"
268
  msgstr "Quantidade"
269
 
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
271
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
272
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
273
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
274
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
275
  msgid "Your score should be less than"
276
  msgstr "Sua pontuação deve ser inferior a"
277
 
278
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
279
  msgid "Title"
280
  msgstr "Titulo"
281
 
282
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
283
  msgid "First"
284
  msgstr "$FIRST$."
285
 
286
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
287
  msgid "Last"
288
  msgstr "Último"
289
 
290
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
291
  msgid "Middle"
292
  msgstr "Médio"
293
 
294
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
295
  msgid "Area Code"
296
  msgstr "Código de área"
297
 
298
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
299
  msgid "Phone Number"
300
  msgstr "Telefone"
301
 
302
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
303
  msgid "Dollars"
304
  msgstr "Dólares"
305
 
306
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
307
  msgid "Cents"
308
  msgstr "Cents"
309
 
310
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
311
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
312
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
313
  msgid "From"
314
  msgstr "Do"
315
 
316
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
317
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
318
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
319
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 17:02+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 17:03+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: pt\n"
18
  "maker\n"
19
 
20
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
21
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
22
  msgid "Street Address"
23
  msgstr "Endereço da Rua"
24
 
25
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
26
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
27
  msgid "Street Address Line 2"
28
  msgstr "Rua Linha de endereço 2"
29
 
30
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:246
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
32
  msgid "City"
33
  msgstr "Cidade"
34
 
35
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
37
  msgid "State / Province / Region"
38
  msgstr "Estado / Província / Região"
39
 
40
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
42
  msgid "Postal / Zip Code"
43
  msgstr "Postal / Zip Code"
44
 
45
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
46
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
47
  msgid "Country"
48
  msgstr "[O PAÍS]"
49
 
56
  msgstr ""
57
 
58
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
61
  msgid "January"
62
  msgstr "Janeiro"
63
 
64
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
66
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
67
  msgid "February"
68
  msgstr "Fevereiro"
69
 
70
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
73
  msgid "March"
74
  msgstr "Março"
75
 
76
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
78
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
79
  msgid "April"
80
  msgstr "Abril"
81
 
82
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
85
  msgid "May"
86
  msgstr "Maio"
87
 
88
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
90
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
91
  msgid "June"
92
  msgstr "Junho"
93
 
94
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
97
  msgid "July"
98
  msgstr "Julho"
99
 
100
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
102
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
103
  msgid "August"
104
  msgstr "Agosto"
105
 
106
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
109
  msgid "September"
110
  msgstr "Setembro"
111
 
112
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
114
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
115
  msgid "October"
116
  msgstr "Outubro"
117
 
118
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
120
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
121
  msgid "November"
122
  msgstr "Novembro"
123
 
124
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
126
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
127
  msgid "December"
128
  msgstr "Dezembro"
129
 
137
  msgstr ""
138
  "O seu IP está na lista negra. Por favor, contate o administrador do site"
139
 
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
142
  msgid "The file exceeds the allowed size of"
143
  msgstr "O arquivo excede o tamanho permitido de"
144
 
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
147
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
148
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
149
  msgid "Sorry, you are not allowed to upload this type of file."
150
  msgstr "Desculpe, você não tem permissão para enviar esse tipo de arquivo."
151
 
152
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
153
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
154
  msgid "Error, file cannot be moved."
155
  msgstr "De erro, arquivo não pode ser movido."
156
 
157
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
159
  #, php-format
160
  msgid ""
161
  "This field %s requires a unique entry and this value was already submitted."
163
  "Este campo %s requer uma entrada única e este valor já tiver sido "
164
  "apresentado."
165
 
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
167
  #, fuzzy
168
  msgid "Error, file destination does not exist."
169
  msgstr "Erro, de e-mail não foi enviado."
170
 
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
172
  msgid "Nothing was submitted."
173
  msgstr "Nada foi apresentado."
174
 
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
176
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
177
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
178
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
179
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
180
  msgid "Your form was successfully submitted."
181
  msgstr "Seu formulário foi submetido com êxito."
182
 
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2351
184
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
185
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
186
  msgid "Error, email was not sent."
187
  msgstr "Erro, de e-mail não foi enviado."
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
220
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
221
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
238
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
239
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
240
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
241
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
242
  msgid "field is required."
243
  msgstr "campo obrigatório"
244
 
245
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
246
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
247
  msgid "This is not a valid email address."
248
  msgstr "Este não é um endereço de e-mail válido."
249
 
250
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
251
+ msgid ""
252
+ "You cannot select former dates. Choose a date starting from the current one."
253
+ msgstr ""
254
+ "Você não pode selecionar ex datas. Escolha uma data a partir da atual."
255
+
256
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
257
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
258
  msgid "The"
259
  msgstr "O"
260
 
261
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
262
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
263
  msgid "value must be between"
264
  msgstr "valor deve estar entre"
265
 
266
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
268
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
269
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
270
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
271
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
272
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
273
  msgid "Quantity"
274
  msgstr "Quantidade"
275
 
276
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
277
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
278
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
279
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
280
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
281
  msgid "Your score should be less than"
282
  msgstr "Sua pontuação deve ser inferior a"
283
 
284
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
285
  msgid "Title"
286
  msgstr "Titulo"
287
 
288
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
289
  msgid "First"
290
  msgstr "$FIRST$."
291
 
292
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
293
  msgid "Last"
294
  msgstr "Último"
295
 
296
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
297
  msgid "Middle"
298
  msgstr "Médio"
299
 
300
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
301
  msgid "Area Code"
302
  msgstr "Código de área"
303
 
304
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
305
  msgid "Phone Number"
306
  msgstr "Telefone"
307
 
308
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
309
  msgid "Dollars"
310
  msgstr "Dólares"
311
 
312
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
313
  msgid "Cents"
314
  msgstr "Cents"
315
 
316
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
317
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
318
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
319
  msgid "From"
320
  msgstr "Do"
321
 
322
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
323
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
324
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
325
  msgid "To"
languages/form_maker-ru_RU.mo CHANGED
Binary file
languages/form_maker-ru_RU.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: 2015-05-14 17:30+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:30+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: ru\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
21
  msgid "Street Address"
22
  msgstr "Улица"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
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:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "Город"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
36
  msgid "State / Province / Region"
37
  msgstr "Штат / Область / регион"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
41
  msgid "Postal / Zip Code"
42
  msgstr "Почтовый / Индекс"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "СТРАНА"
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "Январь"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "Февраль"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "Марта"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "Апреля"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "Май"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "Июнь"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "Июля"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "Августа"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
108
  msgid "September"
109
  msgstr "Сентября"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
114
  msgid "October"
115
  msgstr "Oктябрь"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
120
  msgid "November"
121
  msgstr "Ноябрь"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
126
  msgid "December"
127
  msgstr "Декабрь"
128
 
@@ -136,50 +136,50 @@ msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr ""
137
  "Ваш IP занесен в черный список. Пожалуйста, обратитесь к администратору сайта"
138
 
139
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
140
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
141
  msgid "The file exceeds the allowed size of"
142
  msgstr "Файл превышает допустимый размер"
143
 
144
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
147
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
148
  msgid "Sorry, you are not allowed to upload this type of file."
149
  msgstr "К сожалению, вы не можете загрузить этот тип файла."
150
 
151
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
152
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
153
  msgid "Error, file cannot be moved."
154
  msgstr "Ошибка, файл не может быть перемещен."
155
 
156
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
157
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
158
  #, php-format
159
  msgid ""
160
  "This field %s requires a unique entry and this value was already submitted."
161
  msgstr ""
162
  "Это поле %s требует уникальную запись, и эта величина уже представлены."
163
 
164
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
165
  #, fuzzy
166
  msgid "Error, file destination does not exist."
167
  msgstr "Ошибка, адрес электронной почты не был отправлен."
168
 
169
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
170
  msgid "Nothing was submitted."
171
  msgstr "Ничего не было представлено."
172
 
173
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
174
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
175
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
176
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
177
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
178
  msgid "Your form was successfully submitted."
179
  msgstr "Ваша форма была успешно представлена."
180
 
181
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2352
182
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
183
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
184
  msgid "Error, email was not sent."
185
  msgstr "Ошибка, адрес электронной почты не был отправлен."
@@ -217,101 +217,106 @@ msgstr "Проверка ссылка является недействител
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
220
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
221
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
238
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
239
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
240
  msgid "field is required."
241
  msgstr "поле обязательно для заполнения."
242
 
243
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
244
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
245
  msgid "This is not a valid email address."
246
  msgstr "Это не адрес электронной почты."
247
 
248
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
249
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
250
  msgid "The"
251
  msgstr "The"
252
 
253
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
254
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
255
  msgid "value must be between"
256
  msgstr "Значение должно быть между"
257
 
258
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
259
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
263
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
264
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
265
  msgid "Quantity"
266
  msgstr "Количество"
267
 
268
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
269
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
271
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
272
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
273
  msgid "Your score should be less than"
274
  msgstr "Ваша оценка должна быть не менее"
275
 
276
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
277
  msgid "Title"
278
  msgstr "Тема исследования"
279
 
280
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
281
  msgid "First"
282
  msgstr "первый"
283
 
284
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
285
  msgid "Last"
286
  msgstr "Последний"
287
 
288
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
289
  msgid "Middle"
290
  msgstr "Середина урока"
291
 
292
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
293
  msgid "Area Code"
294
  msgstr "код города"
295
 
296
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
297
  msgid "Phone Number"
298
  msgstr "Номер телефона"
299
 
300
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
301
  msgid "Dollars"
302
  msgstr "Долларов"
303
 
304
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
305
  msgid "Cents"
306
  msgstr "Центов"
307
 
308
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
309
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
310
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
311
  msgid "From"
312
  msgstr "От"
313
 
314
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
315
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
316
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
317
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 17:03+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 17:03+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: ru\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
21
  msgid "Street Address"
22
  msgstr "Улица"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
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:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "Город"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
36
  msgid "State / Province / Region"
37
  msgstr "Штат / Область / регион"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
41
  msgid "Postal / Zip Code"
42
  msgstr "Почтовый / Индекс"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "СТРАНА"
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "Январь"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "Февраль"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "Марта"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "Апреля"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "Май"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "Июнь"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "Июля"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "Августа"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
108
  msgid "September"
109
  msgstr "Сентября"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
114
  msgid "October"
115
  msgstr "Oктябрь"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
120
  msgid "November"
121
  msgstr "Ноябрь"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
126
  msgid "December"
127
  msgstr "Декабрь"
128
 
136
  msgstr ""
137
  "Ваш IP занесен в черный список. Пожалуйста, обратитесь к администратору сайта"
138
 
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
141
  msgid "The file exceeds the allowed size of"
142
  msgstr "Файл превышает допустимый размер"
143
 
144
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
147
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
148
  msgid "Sorry, you are not allowed to upload this type of file."
149
  msgstr "К сожалению, вы не можете загрузить этот тип файла."
150
 
151
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
152
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
153
  msgid "Error, file cannot be moved."
154
  msgstr "Ошибка, файл не может быть перемещен."
155
 
156
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
157
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
158
  #, php-format
159
  msgid ""
160
  "This field %s requires a unique entry and this value was already submitted."
161
  msgstr ""
162
  "Это поле %s требует уникальную запись, и эта величина уже представлены."
163
 
164
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
165
  #, fuzzy
166
  msgid "Error, file destination does not exist."
167
  msgstr "Ошибка, адрес электронной почты не был отправлен."
168
 
169
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
170
  msgid "Nothing was submitted."
171
  msgstr "Ничего не было представлено."
172
 
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
176
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
177
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
178
  msgid "Your form was successfully submitted."
179
  msgstr "Ваша форма была успешно представлена."
180
 
181
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2351
182
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
183
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
184
  msgid "Error, email was not sent."
185
  msgstr "Ошибка, адрес электронной почты не был отправлен."
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
220
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
221
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
238
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
239
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
240
  msgid "field is required."
241
  msgstr "поле обязательно для заполнения."
242
 
243
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
244
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
245
  msgid "This is not a valid email address."
246
  msgstr "Это не адрес электронной почты."
247
 
248
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
249
+ msgid ""
250
+ "You cannot select former dates. Choose a date starting from the current one."
251
+ msgstr "Вы не можете выбрать бывших даты. Выберите дату, начиная с текущего."
252
+
253
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
254
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
255
  msgid "The"
256
  msgstr "The"
257
 
258
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
259
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
260
  msgid "value must be between"
261
  msgstr "Значение должно быть между"
262
 
263
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
264
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
265
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
266
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
268
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
269
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
270
  msgid "Quantity"
271
  msgstr "Количество"
272
 
273
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
274
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
275
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
276
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
277
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
278
  msgid "Your score should be less than"
279
  msgstr "Ваша оценка должна быть не менее"
280
 
281
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
282
  msgid "Title"
283
  msgstr "Тема исследования"
284
 
285
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
286
  msgid "First"
287
  msgstr "первый"
288
 
289
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
290
  msgid "Last"
291
  msgstr "Последний"
292
 
293
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
294
  msgid "Middle"
295
  msgstr "Середина урока"
296
 
297
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
298
  msgid "Area Code"
299
  msgstr "код города"
300
 
301
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
302
  msgid "Phone Number"
303
  msgstr "Номер телефона"
304
 
305
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
306
  msgid "Dollars"
307
  msgstr "Долларов"
308
 
309
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
310
  msgid "Cents"
311
  msgstr "Центов"
312
 
313
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
314
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
315
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
316
  msgid "From"
317
  msgstr "От"
318
 
319
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
320
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
321
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
322
  msgid "To"
languages/form_maker-sk_SK.mo CHANGED
Binary file
languages/form_maker-sk_SK.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: 2015-05-14 17:31+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:31+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: sk\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
21
  msgid "Street Address"
22
  msgstr "Ulica"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
26
  msgid "Street Address Line 2"
27
  msgstr "Ulica riadok 2"
28
 
29
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "Mesto"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
36
  msgid "State / Province / Region"
37
  msgstr "Štát / provincia / región"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
41
  msgid "Postal / Zip Code"
42
  msgstr "Poštové / PSČ"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "Krajina"
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "Január"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "Február"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "Marec"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "Apríl"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "Máj"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "Jún"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "Júl"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "August"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
108
  msgid "September"
109
  msgstr "September"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
114
  msgid "October"
115
  msgstr "Október"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
120
  msgid "November"
121
  msgstr "November"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
126
  msgid "December"
127
  msgstr "December"
128
 
@@ -135,49 +135,49 @@ msgstr "Chyba, nesprávny bezpečnostný kód."
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "Vaša IP je na čiernej listine. Prosím, obráťte sa na správcu webu"
137
 
138
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
139
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "Súboru presiahne povolenú veľkosť"
142
 
143
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
144
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "Je nám ľúto, ale nemáte možnosť nahrať tento typ súboru."
149
 
150
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
151
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
152
  msgid "Error, file cannot be moved."
153
  msgstr "Chyba môže súbor nemožno presunúť."
154
 
155
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
156
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
160
  msgstr "Toto pole %s vyžaduje jedinečný prístup a táto hodnota bola už podaná."
161
 
162
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
163
  #, fuzzy
164
  msgid "Error, file destination does not exist."
165
  msgstr "Chyba, bol e-mail neposlal."
166
 
167
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
168
  msgid "Nothing was submitted."
169
  msgstr "Nič bol predložený."
170
 
171
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
172
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
173
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
174
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
175
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
176
  msgid "Your form was successfully submitted."
177
  msgstr "Váš formulár bol úspešne odoslaný."
178
 
179
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2352
180
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
181
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
182
  msgid "Error, email was not sent."
183
  msgstr "Chyba, bol e-mail neposlal."
@@ -215,101 +215,106 @@ msgstr "Overovací odkaz je neplatný."
215
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
216
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
218
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
219
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
220
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
221
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
238
  msgid "field is required."
239
  msgstr "pole je povinné."
240
 
241
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
242
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
243
  msgid "This is not a valid email address."
244
  msgstr "Toto nie je platná e-mailová adresa."
245
 
246
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
247
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
248
  msgid "The"
249
  msgstr "The"
250
 
251
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
252
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
253
  msgid "value must be between"
254
  msgstr "hodnota musí byť medzi "
255
 
256
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
257
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
258
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
259
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
263
  msgid "Quantity"
264
  msgstr "Množstvo"
265
 
266
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
267
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
268
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
269
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
271
  msgid "Your score should be less than"
272
  msgstr "Vaše skóre by mala byť menšia ako "
273
 
274
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
275
  msgid "Title"
276
  msgstr "Názov"
277
 
278
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
279
  msgid "First"
280
  msgstr "Meno"
281
 
282
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
283
  msgid "Last"
284
  msgstr "Priezvisko"
285
 
286
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
287
  msgid "Middle"
288
  msgstr "Stredná"
289
 
290
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
291
  msgid "Area Code"
292
  msgstr "Kód oblasti"
293
 
294
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
295
  msgid "Phone Number"
296
  msgstr "Telefónne číslo"
297
 
298
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
299
  msgid "Dollars"
300
  msgstr "Dolárov"
301
 
302
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
303
  msgid "Cents"
304
  msgstr "Centov"
305
 
306
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
307
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
308
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
309
  msgid "From"
310
  msgstr "Od"
311
 
312
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
313
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
314
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
315
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 17:03+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 17:04+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: sk\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
21
  msgid "Street Address"
22
  msgstr "Ulica"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
26
  msgid "Street Address Line 2"
27
  msgstr "Ulica riadok 2"
28
 
29
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "Mesto"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
36
  msgid "State / Province / Region"
37
  msgstr "Štát / provincia / región"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
41
  msgid "Postal / Zip Code"
42
  msgstr "Poštové / PSČ"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "Krajina"
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "Január"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "Február"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "Marec"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "Apríl"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "Máj"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "Jún"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "Júl"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "August"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
108
  msgid "September"
109
  msgstr "September"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
114
  msgid "October"
115
  msgstr "Október"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
120
  msgid "November"
121
  msgstr "November"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
126
  msgid "December"
127
  msgstr "December"
128
 
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "Vaša IP je na čiernej listine. Prosím, obráťte sa na správcu webu"
137
 
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "Súboru presiahne povolenú veľkosť"
142
 
143
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
144
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "Je nám ľúto, ale nemáte možnosť nahrať tento typ súboru."
149
 
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
151
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
152
  msgid "Error, file cannot be moved."
153
  msgstr "Chyba môže súbor nemožno presunúť."
154
 
155
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
156
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
160
  msgstr "Toto pole %s vyžaduje jedinečný prístup a táto hodnota bola už podaná."
161
 
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
163
  #, fuzzy
164
  msgid "Error, file destination does not exist."
165
  msgstr "Chyba, bol e-mail neposlal."
166
 
167
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
168
  msgid "Nothing was submitted."
169
  msgstr "Nič bol predložený."
170
 
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
175
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
176
  msgid "Your form was successfully submitted."
177
  msgstr "Váš formulár bol úspešne odoslaný."
178
 
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2351
180
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
181
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
182
  msgid "Error, email was not sent."
183
  msgstr "Chyba, bol e-mail neposlal."
215
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
216
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
218
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
219
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
220
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
221
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
238
  msgid "field is required."
239
  msgstr "pole je povinné."
240
 
241
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
242
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
243
  msgid "This is not a valid email address."
244
  msgstr "Toto nie je platná e-mailová adresa."
245
 
246
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
247
+ msgid ""
248
+ "You cannot select former dates. Choose a date starting from the current one."
249
+ msgstr "Nemôžete vybrať bývalej termín. Vyberte dátum počnúc aktuálne."
250
+
251
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
252
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
253
  msgid "The"
254
  msgstr "The"
255
 
256
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
257
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
258
  msgid "value must be between"
259
  msgstr "hodnota musí byť medzi "
260
 
261
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
262
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
263
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
264
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
265
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
266
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
268
  msgid "Quantity"
269
  msgstr "Množstvo"
270
 
271
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
272
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
273
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
274
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
275
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
276
  msgid "Your score should be less than"
277
  msgstr "Vaše skóre by mala byť menšia ako "
278
 
279
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
280
  msgid "Title"
281
  msgstr "Názov"
282
 
283
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
284
  msgid "First"
285
  msgstr "Meno"
286
 
287
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
288
  msgid "Last"
289
  msgstr "Priezvisko"
290
 
291
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
292
  msgid "Middle"
293
  msgstr "Stredná"
294
 
295
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
296
  msgid "Area Code"
297
  msgstr "Kód oblasti"
298
 
299
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
300
  msgid "Phone Number"
301
  msgstr "Telefónne číslo"
302
 
303
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
304
  msgid "Dollars"
305
  msgstr "Dolárov"
306
 
307
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
308
  msgid "Cents"
309
  msgstr "Centov"
310
 
311
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
312
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
313
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
314
  msgid "From"
315
  msgstr "Od"
316
 
317
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
318
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
319
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
320
  msgid "To"
languages/form_maker-sq.mo CHANGED
Binary file
languages/form_maker-sq.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: 2015-05-14 17:31+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:32+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: sq\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
21
  msgid "Street Address"
22
  msgstr "Adresa Rruga"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
26
  msgid "Street Address Line 2"
27
  msgstr "Line Rruga Adresa 2"
28
 
29
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "Qytet"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
36
  msgid "State / Province / Region"
37
  msgstr "Shteti / Provinca / Rajoni"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
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:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "Vend"
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "Janar"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "Shkurt"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "Mars"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "Prill"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "Maj"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "Qershor"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "Korrik"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "Gusht"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
108
  msgid "September"
109
  msgstr "Shtator"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
114
  msgid "October"
115
  msgstr "Tetor"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
120
  msgid "November"
121
  msgstr "Nëntor"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
126
  msgid "December"
127
  msgstr "Dhjetor"
128
 
@@ -137,50 +137,50 @@ msgstr ""
137
  "Ip juaj është në listën e zezë. Ju lutem kontaktoni administratorin e "
138
  "internetit"
139
 
140
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
141
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
142
  msgid "The file exceeds the allowed size of"
143
  msgstr "Dosja e tejkalon madhësinë e lejuar të"
144
 
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
147
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
148
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
149
  msgid "Sorry, you are not allowed to upload this type of file."
150
  msgstr "Na vjen keq, ju nuk jeni i lejuar të ngarkoni këtë lloj file."
151
 
152
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
153
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
154
  msgid "Error, file cannot be moved."
155
  msgstr "Gabim, skedari nuk mund të zhvendoset."
156
 
157
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
158
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
159
  #, php-format
160
  msgid ""
161
  "This field %s requires a unique entry and this value was already submitted."
162
  msgstr ""
163
  "Kjo fushë %s kërkon një hyrje të veçantë dhe kjo vlerë është dorëzuar tashmë."
164
 
165
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
166
  #, fuzzy
167
  msgid "Error, file destination does not exist."
168
  msgstr "Gabim, e-mail nuk u dërgua."
169
 
170
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
171
  msgid "Nothing was submitted."
172
  msgstr "Asgjë nuk është dorëzuar."
173
 
174
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
175
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
176
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
177
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
178
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
179
  msgid "Your form was successfully submitted."
180
  msgstr "Forma juaj u dërgua me sukses."
181
 
182
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2352
183
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
184
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
185
  msgid "Error, email was not sent."
186
  msgstr "Gabim, e-mail nuk u dërgua."
@@ -218,101 +218,108 @@ msgstr "Lidhja Verifikimi është i pavlefshëm."
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
220
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
221
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
238
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
239
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
240
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
241
  msgid "field is required."
242
  msgstr "fushë është e nevojshme."
243
 
244
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
245
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
246
  msgid "This is not a valid email address."
247
  msgstr "Kjo nuk është një adresë e vlefshme email."
248
 
249
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
250
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
 
 
251
  msgid "The"
252
  msgstr "The"
253
 
254
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
255
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
256
  msgid "value must be between"
257
  msgstr "Vlera duhet të jetë në mes të "
258
 
259
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
263
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
264
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
265
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
266
  msgid "Quantity"
267
  msgstr "Sasia"
268
 
269
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
271
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
272
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
273
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
274
  msgid "Your score should be less than"
275
  msgstr "Rezultati juaj duhet të jetë më pak se "
276
 
277
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
278
  msgid "Title"
279
  msgstr "Titulli"
280
 
281
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
282
  msgid "First"
283
  msgstr "I parë"
284
 
285
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
286
  msgid "Last"
287
  msgstr "I fundit"
288
 
289
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
290
  msgid "Middle"
291
  msgstr "Mes"
292
 
293
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
294
  msgid "Area Code"
295
  msgstr "Prefiks i rrethit"
296
 
297
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
298
  msgid "Phone Number"
299
  msgstr "Numri i telefonit"
300
 
301
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
302
  msgid "Dollars"
303
  msgstr "Dollarë"
304
 
305
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
306
  msgid "Cents"
307
  msgstr "Cent"
308
 
309
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
310
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
311
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
312
  msgid "From"
313
  msgstr "Nga"
314
 
315
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
316
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
317
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
318
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 17:04+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 17:04+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: sq\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
21
  msgid "Street Address"
22
  msgstr "Adresa Rruga"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
26
  msgid "Street Address Line 2"
27
  msgstr "Line Rruga Adresa 2"
28
 
29
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "Qytet"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
36
  msgid "State / Province / Region"
37
  msgstr "Shteti / Provinca / Rajoni"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
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:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "Vend"
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "Janar"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "Shkurt"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "Mars"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "Prill"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "Maj"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "Qershor"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "Korrik"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "Gusht"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
108
  msgid "September"
109
  msgstr "Shtator"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
114
  msgid "October"
115
  msgstr "Tetor"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
120
  msgid "November"
121
  msgstr "Nëntor"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
126
  msgid "December"
127
  msgstr "Dhjetor"
128
 
137
  "Ip juaj është në listën e zezë. Ju lutem kontaktoni administratorin e "
138
  "internetit"
139
 
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
142
  msgid "The file exceeds the allowed size of"
143
  msgstr "Dosja e tejkalon madhësinë e lejuar të"
144
 
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
147
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
148
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
149
  msgid "Sorry, you are not allowed to upload this type of file."
150
  msgstr "Na vjen keq, ju nuk jeni i lejuar të ngarkoni këtë lloj file."
151
 
152
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
153
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
154
  msgid "Error, file cannot be moved."
155
  msgstr "Gabim, skedari nuk mund të zhvendoset."
156
 
157
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
159
  #, php-format
160
  msgid ""
161
  "This field %s requires a unique entry and this value was already submitted."
162
  msgstr ""
163
  "Kjo fushë %s kërkon një hyrje të veçantë dhe kjo vlerë është dorëzuar tashmë."
164
 
165
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
166
  #, fuzzy
167
  msgid "Error, file destination does not exist."
168
  msgstr "Gabim, e-mail nuk u dërgua."
169
 
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
171
  msgid "Nothing was submitted."
172
  msgstr "Asgjë nuk është dorëzuar."
173
 
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
176
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
177
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
178
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
179
  msgid "Your form was successfully submitted."
180
  msgstr "Forma juaj u dërgua me sukses."
181
 
182
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2351
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
184
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
185
  msgid "Error, email was not sent."
186
  msgstr "Gabim, e-mail nuk u dërgua."
218
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
219
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
220
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
221
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
238
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
239
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
240
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
241
  msgid "field is required."
242
  msgstr "fushë është e nevojshme."
243
 
244
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
245
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
246
  msgid "This is not a valid email address."
247
  msgstr "Kjo nuk është një adresë e vlefshme email."
248
 
249
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
250
+ msgid ""
251
+ "You cannot select former dates. Choose a date starting from the current one."
252
+ msgstr ""
253
+ "Ju nuk mund të zgjidhni ish datat. Zgjidhni një datë duke filluar nga ai i "
254
+ "tanishmi."
255
+
256
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
257
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
258
  msgid "The"
259
  msgstr "The"
260
 
261
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
262
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
263
  msgid "value must be between"
264
  msgstr "Vlera duhet të jetë në mes të "
265
 
266
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
268
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
269
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
270
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
271
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
272
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
273
  msgid "Quantity"
274
  msgstr "Sasia"
275
 
276
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
277
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
278
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
279
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
280
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
281
  msgid "Your score should be less than"
282
  msgstr "Rezultati juaj duhet të jetë më pak se "
283
 
284
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
285
  msgid "Title"
286
  msgstr "Titulli"
287
 
288
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
289
  msgid "First"
290
  msgstr "I parë"
291
 
292
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
293
  msgid "Last"
294
  msgstr "I fundit"
295
 
296
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
297
  msgid "Middle"
298
  msgstr "Mes"
299
 
300
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
301
  msgid "Area Code"
302
  msgstr "Prefiks i rrethit"
303
 
304
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
305
  msgid "Phone Number"
306
  msgstr "Numri i telefonit"
307
 
308
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
309
  msgid "Dollars"
310
  msgstr "Dollarë"
311
 
312
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
313
  msgid "Cents"
314
  msgstr "Cent"
315
 
316
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
317
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
318
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
319
  msgid "From"
320
  msgstr "Nga"
321
 
322
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
323
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
324
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
325
  msgid "To"
languages/form_maker-sr_RS.mo CHANGED
Binary file
languages/form_maker-sr_RS.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: 2015-05-14 17:32+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:32+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: sr\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
21
  msgid "Street Address"
22
  msgstr "Adresa:"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
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:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "Град"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
36
  msgid "State / Province / Region"
37
  msgstr "Држава / покрајина / регион"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
41
  msgid "Postal / Zip Code"
42
  msgstr "Поштански / Поштански број"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "Држава"
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "Јануар"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "Фебруар"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "Март"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "Април"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "мај"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "јуна"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "Јул"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "Август"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
107
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4184
108
  msgid "September"
109
  msgstr "Септембар"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
113
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
114
  msgid "October"
115
  msgstr "Октобар"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
119
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
120
  msgid "November"
121
  msgstr "Новембар"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
125
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
126
  msgid "December"
127
  msgstr "Децембар"
128
 
@@ -135,49 +135,49 @@ msgstr "Грешка, погрешно Сигурносна аифра."
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "Ваш ИП је на црној листи. Молимо контактирајте администратора сајта"
137
 
138
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:326
139
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:855
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "Датотека прелази дозвољену величину"
142
 
143
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:345
144
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:870
145
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2507
146
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4220
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "Жао нам је, није вам дозвољено да отпремите овог типа датотеке."
149
 
150
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:366
151
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:891
152
  msgid "Error, file cannot be moved."
153
  msgstr "Грешка, фајл не може бити померен."
154
 
155
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:744
156
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1208
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
160
  msgstr "Ово поље %s захтева јединствену вредност улаз и то је већ поднет."
161
 
162
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:896
163
  #, fuzzy
164
  msgid "Error, file destination does not exist."
165
  msgstr "Грешка, е-маил није послат."
166
 
167
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1435
168
  msgid "Nothing was submitted."
169
  msgstr "Ништа није поднет."
170
 
171
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2344
172
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2357
173
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4048
174
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4053
175
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
176
  msgid "Your form was successfully submitted."
177
  msgstr "Ваш образац успешно прослеђен."
178
 
179
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2352
180
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4044
181
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
182
  msgid "Error, email was not sent."
183
  msgstr "Грешка, е-маил није послат."
@@ -215,101 +215,107 @@ msgstr "Верификација веза је неважећи."
215
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
216
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
218
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2337
219
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2444
220
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2492
221
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2547
222
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2715
223
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2905
224
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3075
225
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3232
226
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3373
227
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3474
228
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3533
229
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3588
230
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3648
231
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3705
232
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3765
233
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3879
234
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3893
235
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3908
236
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3923
237
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4225
238
  msgid "field is required."
239
  msgstr "поље је обавезно."
240
 
241
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
242
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4223
243
  msgid "This is not a valid email address."
244
  msgstr "Ово није валидна емаил адреса."
245
 
246
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
247
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
 
 
 
 
 
 
248
  msgid "The"
249
  msgstr "The"
250
 
251
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2754
252
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4226
253
  msgid "value must be between"
254
  msgstr "Вредност мора бити између "
255
 
256
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2880
257
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2920
258
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3051
259
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
260
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3207
261
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3248
262
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
263
  msgid "Quantity"
264
  msgstr "Количина"
265
 
266
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3779
267
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3988
268
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3989
269
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4221
270
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4222
271
  msgid "Your score should be less than"
272
  msgstr "Ваша оцена треба да буде мањи од "
273
 
274
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4172
275
  msgid "Title"
276
  msgstr "Наслов"
277
 
278
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4173
279
  msgid "First"
280
  msgstr "Први"
281
 
282
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4174
283
  msgid "Last"
284
  msgstr "Последњи"
285
 
286
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4175
287
  msgid "Middle"
288
  msgstr "Средина"
289
 
290
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
291
  msgid "Area Code"
292
  msgstr "Позивни број"
293
 
294
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
295
  msgid "Phone Number"
296
  msgstr "Број телефона"
297
 
298
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
299
  msgid "Dollars"
300
  msgstr "Долара"
301
 
302
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
303
  msgid "Cents"
304
  msgstr "Центи"
305
 
306
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
307
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
308
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
309
  msgid "From"
310
  msgstr "Из"
311
 
312
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
313
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
314
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
315
  msgid "To"
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 17:04+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 17:04+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: sr\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
21
  msgid "Street Address"
22
  msgstr "Adresa:"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
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:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "Град"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
36
  msgid "State / Province / Region"
37
  msgstr "Држава / покрајина / регион"
38
 
39
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
41
  msgid "Postal / Zip Code"
42
  msgstr "Поштански / Поштански број"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "Држава"
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "Јануар"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "Фебруар"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "Март"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "Април"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "мај"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "јуна"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "Јул"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "Август"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
107
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4197
108
  msgid "September"
109
  msgstr "Септембар"
110
 
111
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
112
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4198
114
  msgid "October"
115
  msgstr "Октобар"
116
 
117
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
118
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4199
120
  msgid "November"
121
  msgstr "Новембар"
122
 
123
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4200
126
  msgid "December"
127
  msgstr "Децембар"
128
 
135
  msgid "Your ip is blacklisted. Please contact the website administrator."
136
  msgstr "Ваш ИП је на црној листи. Молимо контактирајте администратора сајта"
137
 
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:325
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:854
140
  msgid "The file exceeds the allowed size of"
141
  msgstr "Датотека прелази дозвољену величину"
142
 
143
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:344
144
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:869
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2520
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4233
147
  msgid "Sorry, you are not allowed to upload this type of file."
148
  msgstr "Жао нам је, није вам дозвољено да отпремите овог типа датотеке."
149
 
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:365
151
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:890
152
  msgid "Error, file cannot be moved."
153
  msgstr "Грешка, фајл не може бити померен."
154
 
155
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:743
156
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1207
157
  #, php-format
158
  msgid ""
159
  "This field %s requires a unique entry and this value was already submitted."
160
  msgstr "Ово поље %s захтева јединствену вредност улаз и то је већ поднет."
161
 
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:895
163
  #, fuzzy
164
  msgid "Error, file destination does not exist."
165
  msgstr "Грешка, е-маил није послат."
166
 
167
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:1434
168
  msgid "Nothing was submitted."
169
  msgstr "Ништа није поднет."
170
 
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2343
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2356
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4047
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4052
175
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:64
176
  msgid "Your form was successfully submitted."
177
  msgstr "Ваш образац успешно прослеђен."
178
 
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:2351
180
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/models/FMModelForm_maker.php:4043
181
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:61
182
  msgid "Error, email was not sent."
183
  msgstr "Грешка, е-маил није послат."
215
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2155
216
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2214
217
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2290
218
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2340
219
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2457
220
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2505
221
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2560
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2728
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2918
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3088
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3245
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3386
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3487
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3546
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3601
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3661
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3718
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3778
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3892
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3906
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3921
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3936
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4238
238
  msgid "field is required."
239
  msgstr "поље је обавезно."
240
 
241
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:1690
242
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4236
243
  msgid "This is not a valid email address."
244
  msgstr "Ово није валидна емаил адреса."
245
 
246
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2356
247
+ msgid ""
248
+ "You cannot select former dates. Choose a date starting from the current one."
249
+ msgstr ""
250
+ "Не можете да изаберете бивше датуме. Изаберите датум почевши од садашњег."
251
+
252
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
253
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
254
  msgid "The"
255
  msgstr "The"
256
 
257
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2767
258
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4239
259
  msgid "value must be between"
260
  msgstr "Вредност мора бити између "
261
 
262
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2893
263
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2933
264
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3064
265
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3101
266
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3220
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3261
268
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4212
269
  msgid "Quantity"
270
  msgstr "Количина"
271
 
272
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:3792
273
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4001
274
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4002
275
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4234
276
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4235
277
  msgid "Your score should be less than"
278
  msgstr "Ваша оцена треба да буде мањи од "
279
 
280
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4185
281
  msgid "Title"
282
  msgstr "Наслов"
283
 
284
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4186
285
  msgid "First"
286
  msgstr "Први"
287
 
288
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4187
289
  msgid "Last"
290
  msgstr "Последњи"
291
 
292
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
293
  msgid "Middle"
294
  msgstr "Средина"
295
 
296
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4207
297
  msgid "Area Code"
298
  msgstr "Позивни број"
299
 
300
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4208
301
  msgid "Phone Number"
302
  msgstr "Број телефона"
303
 
304
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4209
305
  msgid "Dollars"
306
  msgstr "Долара"
307
 
308
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4210
309
  msgid "Cents"
310
  msgstr "Центи"
311
 
312
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4213
313
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:300
314
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:586
315
  msgid "From"
316
  msgstr "Из"
317
 
318
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4214
319
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:305
320
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_submissions.php:588
321
  msgid "To"
languages/form_maker-sv_SE.mo CHANGED
Binary file
languages/form_maker-sv_SE.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: 2015-05-14 17:32+0400\n"
6
- "PO-Revision-Date: 2015-05-14 17:33+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: sv\n"
@@ -17,32 +17,32 @@ msgstr ""
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4188
21
  msgid "Street Address"
22
  msgstr "Gatunamn"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
26
  msgid "Street Address Line 2"
27
  msgstr "Gatuadress Linje 2"
28
 
29
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:246
30
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
31
  msgid "City"
32
  msgstr "Ort"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
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:252
40
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
41
  msgid "Postal / Zip Code"
42
  msgstr "Post / Postnummer"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
46
  msgid "Country"
47
  msgstr "Land"
48
 
@@ -55,74 +55,74 @@ msgid "Type"
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
59
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4176
60
  msgid "January"
61
  msgstr "Januari"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
65
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4177
66
  msgid "February"
67
  msgstr "Februari"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
71
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4178
72
  msgid "March"
73
  msgstr "Mars"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
77
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4179
78
  msgid "April"
79
  msgstr "April"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
83
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4180
84
  msgid "May"
85
  msgstr "Maj"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
89
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4181
90
  msgid "June"
91
  msgstr "Juni"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
95
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4182
96
  msgid "July"
97
  msgstr "Juli!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2406
101
- #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4183
102
  msgid "August"
103
  msgstr "augusti"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/vie
2
  msgstr ""
3
  "Project-Id-Version: form_maker\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 17:04+0400\n"
6
+ "PO-Revision-Date: 2015-05-22 17:04+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: sv\n"
17
  "maker\n"
18
 
19
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:240
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4201
21
  msgid "Street Address"
22
  msgstr "Gatunamn"
23
 
24
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:243
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4202
26
  msgid "Street Address Line 2"
27
  msgstr "Gatuadress Linje 2"
28
 
29
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:246
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4203
31
  msgid "City"
32
  msgstr "Ort"
33
 
34
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:249
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4204
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:252
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4205
41
  msgid "Postal / Zip Code"
42
  msgstr "Post / Postnummer"
43
 
44
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/models/FMModelSubmissions_fm.php:255
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4206
46
  msgid "Country"
47
  msgstr "Land"
48
 
55
  msgstr ""
56
 
57
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
59
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4189
60
  msgid "January"
61
  msgstr "Januari"
62
 
63
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4190
66
  msgid "February"
67
  msgstr "Februari"
68
 
69
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4191
72
  msgid "March"
73
  msgstr "Mars"
74
 
75
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4192
78
  msgid "April"
79
  msgstr "April"
80
 
81
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
83
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4193
84
  msgid "May"
85
  msgstr "Maj"
86
 
87
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4194
90
  msgid "June"
91
  msgstr "Juni"
92
 
93
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4195
96
  msgid "July"
97
  msgstr "Juli!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
98
 
99
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/views/FMViewSubmissions_fm.php:2530
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:2419
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/frontend/views/FMViewForm_maker.php:4196
102
  msgid "August"
103
  msgstr "augusti"
104
 
105
  #: C:\wamp\www\wordpress\wp-content\plugins\form-maker/admin/vie