Version Description
- We no longer allow users to login with username is is set to login with email. added 'wppb_allow_login_with_username_when_is_set_to_email' filter to still allow it
- Small css changes
Download this release
Release Info
Developer | madalin.ungureanu |
Plugin | User registration & user profile – Profile Builder |
Version | 2.8.8 |
Comparing to | |
See all releases |
Code changes from version 2.8.7 to 2.8.8
- admin/feedback.php +5 -5
- admin/manage-fields.php +4 -6
- front-end/login.php +13 -8
- index.php +2 -2
- readme.txt +6 -2
- translation/profile-builder.catalog.php +2 -2
- translation/profile-builder.pot +530 -530
admin/feedback.php
CHANGED
@@ -40,16 +40,16 @@ function wppb_add_feedback_modal(){
|
|
40 |
<label for="choice_<?php echo $gf_id; ?>_1_2" id="label_<?php echo $gf_id; ?>_1_2"><?php _e( 'Unsatisfactory support', 'profile-builder' ); ?></label>
|
41 |
<span class="poll_custom_hidden_detail"><?php _e( "Give us another try! Open a support ticket <a href='https://www.cozmoslabs.com/support/open-ticket/' target='_blank'>here</a>" ) ?></span>
|
42 |
</li>
|
43 |
-
<li>
|
44 |
-
<input name="input_1" type="radio" value="gpoll18cbe0189" id="choice_<?php echo $gf_id; ?>_1_3">
|
45 |
-
<label for="choice_<?php echo $gf_id; ?>_1_3" id="label_<?php echo $gf_id; ?>_1_3"><?php _e( 'Poor Documentation', 'profile-builder'); ?></label>
|
46 |
-
<input class="poll_custom_hidden_detail" name="input_5" id="input_<?php echo $gf_id; ?>_5" type="text" value="" placeholder="<?php _e( "Tell us what you couldn't find", 'profile-builder' ); ?>">
|
47 |
-
</li>
|
48 |
<li>
|
49 |
<input name="input_1" type="radio" value="gpoll1353bb209" id="choice_<?php echo $gf_id; ?>_1_4">
|
50 |
<label for="choice_<?php echo $gf_id; ?>_1_4" id="label_<?php echo $gf_id; ?>_1_4"><?php _e( 'Other', 'profile-builder'); ?></label>
|
51 |
<input class="poll_custom_hidden_detail" name="input_4" id="input_<?php echo $gf_id; ?>_4" type="text" value="" placeholder="<?php _e( 'Please tell us more', 'profile-builder' ); ?>">
|
52 |
</li>
|
|
|
|
|
|
|
|
|
|
|
53 |
</ul>
|
54 |
</div>
|
55 |
<div class="gform_footer">
|
40 |
<label for="choice_<?php echo $gf_id; ?>_1_2" id="label_<?php echo $gf_id; ?>_1_2"><?php _e( 'Unsatisfactory support', 'profile-builder' ); ?></label>
|
41 |
<span class="poll_custom_hidden_detail"><?php _e( "Give us another try! Open a support ticket <a href='https://www.cozmoslabs.com/support/open-ticket/' target='_blank'>here</a>" ) ?></span>
|
42 |
</li>
|
|
|
|
|
|
|
|
|
|
|
43 |
<li>
|
44 |
<input name="input_1" type="radio" value="gpoll1353bb209" id="choice_<?php echo $gf_id; ?>_1_4">
|
45 |
<label for="choice_<?php echo $gf_id; ?>_1_4" id="label_<?php echo $gf_id; ?>_1_4"><?php _e( 'Other', 'profile-builder'); ?></label>
|
46 |
<input class="poll_custom_hidden_detail" name="input_4" id="input_<?php echo $gf_id; ?>_4" type="text" value="" placeholder="<?php _e( 'Please tell us more', 'profile-builder' ); ?>">
|
47 |
</li>
|
48 |
+
<li>
|
49 |
+
<input name="input_1" type="radio" value="gpoll18cbe0189" id="choice_<?php echo $gf_id; ?>_1_3">
|
50 |
+
<label for="choice_<?php echo $gf_id; ?>_1_3" id="label_<?php echo $gf_id; ?>_1_3"><?php _e( 'Poor Documentation', 'profile-builder'); ?></label>
|
51 |
+
<input class="poll_custom_hidden_detail" name="input_5" id="input_<?php echo $gf_id; ?>_5" type="text" value="" placeholder="<?php _e( "Tell us what you couldn't find", 'profile-builder' ); ?>">
|
52 |
+
</li>
|
53 |
</ul>
|
54 |
</div>
|
55 |
<div class="gform_footer">
|
admin/manage-fields.php
CHANGED
@@ -131,16 +131,14 @@ function wppb_populate_manage_fields(){
|
|
131 |
// country select
|
132 |
$default_country_array = wppb_country_select_options( 'back_end' );
|
133 |
foreach( $default_country_array as $iso_country_code => $country_name ) {
|
134 |
-
$
|
135 |
-
$default_country_options[] = $country_name;
|
136 |
}
|
137 |
|
138 |
// currency select
|
139 |
$default_currency_array = wppb_get_currencies( 'back_end' );
|
140 |
array_unshift( $default_currency_array, '' );
|
141 |
foreach( $default_currency_array as $iso_currency_code => $currency_name ) {
|
142 |
-
$
|
143 |
-
$default_currency_options[] = $currency_name;
|
144 |
}
|
145 |
|
146 |
//cpt select
|
@@ -180,9 +178,9 @@ function wppb_populate_manage_fields(){
|
|
180 |
array( 'type' => 'text', 'slug' => 'default-value', 'title' => __( 'Default Value', 'profile-builder' ), 'description' => __( "Default value of the field", 'profile-builder' ) ),
|
181 |
array( 'type' => 'text', 'slug' => 'default-option', 'title' => __( 'Default Option', 'profile-builder' ), 'description' => __( "Specify the option which should be selected by default", 'profile-builder' ) ),
|
182 |
array( 'type' => 'text', 'slug' => 'default-options', 'title' => __( 'Default Option(s)', 'profile-builder' ), 'description' => __( "Specify the option which should be checked by default<br/>If there are multiple values, separate them with a ',' (comma)", 'profile-builder' ) ),
|
183 |
-
array( 'type' => 'select', 'slug' => 'default-option-country', 'title' => __( 'Default Option', 'profile-builder' ), '
|
184 |
array( 'type' => 'select', 'slug' => 'default-option-timezone', 'title' => __( 'Default Option', 'profile-builder' ), 'options' => wppb_timezone_select_options( 'back_end' ), 'description' => __( "Default option of the field", 'profile-builder' ) ),
|
185 |
-
array( 'type' => 'select', 'slug' => 'default-option-currency', 'title' => __( 'Default Option', 'profile-builder' ), '
|
186 |
array( 'type' => 'select', 'slug' => 'show-currency-symbol', 'title' => __( 'Show Currency Symbol', 'profile-builder' ), 'options' => array( 'No', 'Yes' ), 'default' => 'No', 'description' => __( 'Whether the currency symbol should be displayed after the currency name in the select option.', 'profile-builder' ) ),
|
187 |
array( 'type' => 'select', 'slug' => 'cpt', 'title' => __( 'Show Post Type', 'profile-builder' ), 'options' => $post_types, 'default' => 'post', 'description' => __( 'Posts from what post type will be displayed in the select.', 'profile-builder' ) ),
|
188 |
array( 'type' => 'text', 'slug' => 'validation-possible-values', 'title' => __( 'Allowable Values', 'profile-builder' ), 'description' => __( "Enter a comma separated list of possible values. Upon registration if the value provided by the user does not match one of these values, the user will not be registered.", 'profile-builder' ) ),
|
131 |
// country select
|
132 |
$default_country_array = wppb_country_select_options( 'back_end' );
|
133 |
foreach( $default_country_array as $iso_country_code => $country_name ) {
|
134 |
+
$default_country_options[] = '%'.$country_name.'%'.$iso_country_code;
|
|
|
135 |
}
|
136 |
|
137 |
// currency select
|
138 |
$default_currency_array = wppb_get_currencies( 'back_end' );
|
139 |
array_unshift( $default_currency_array, '' );
|
140 |
foreach( $default_currency_array as $iso_currency_code => $currency_name ) {
|
141 |
+
$default_currency_options[] = '%'.$currency_name.'%'.$iso_currency_code;
|
|
|
142 |
}
|
143 |
|
144 |
//cpt select
|
178 |
array( 'type' => 'text', 'slug' => 'default-value', 'title' => __( 'Default Value', 'profile-builder' ), 'description' => __( "Default value of the field", 'profile-builder' ) ),
|
179 |
array( 'type' => 'text', 'slug' => 'default-option', 'title' => __( 'Default Option', 'profile-builder' ), 'description' => __( "Specify the option which should be selected by default", 'profile-builder' ) ),
|
180 |
array( 'type' => 'text', 'slug' => 'default-options', 'title' => __( 'Default Option(s)', 'profile-builder' ), 'description' => __( "Specify the option which should be checked by default<br/>If there are multiple values, separate them with a ',' (comma)", 'profile-builder' ) ),
|
181 |
+
array( 'type' => 'select', 'slug' => 'default-option-country', 'title' => __( 'Default Option', 'profile-builder' ), 'options' => ( isset( $default_country_options ) ) ? $default_country_options : '', 'description' => __( "Default option of the field", 'profile-builder' ) ),
|
182 |
array( 'type' => 'select', 'slug' => 'default-option-timezone', 'title' => __( 'Default Option', 'profile-builder' ), 'options' => wppb_timezone_select_options( 'back_end' ), 'description' => __( "Default option of the field", 'profile-builder' ) ),
|
183 |
+
array( 'type' => 'select', 'slug' => 'default-option-currency', 'title' => __( 'Default Option', 'profile-builder' ), 'options' => ( isset( $default_currency_options ) ) ? $default_currency_options : '', 'description' => __( "Default option of the field", 'profile-builder' ) ),
|
184 |
array( 'type' => 'select', 'slug' => 'show-currency-symbol', 'title' => __( 'Show Currency Symbol', 'profile-builder' ), 'options' => array( 'No', 'Yes' ), 'default' => 'No', 'description' => __( 'Whether the currency symbol should be displayed after the currency name in the select option.', 'profile-builder' ) ),
|
185 |
array( 'type' => 'select', 'slug' => 'cpt', 'title' => __( 'Show Post Type', 'profile-builder' ), 'options' => $post_types, 'default' => 'post', 'description' => __( 'Posts from what post type will be displayed in the select.', 'profile-builder' ) ),
|
186 |
array( 'type' => 'text', 'slug' => 'validation-possible-values', 'title' => __( 'Allowable Values', 'profile-builder' ), 'description' => __( "Enter a comma separated list of possible values. Upon registration if the value provided by the user does not match one of these values, the user will not be registered.", 'profile-builder' ) ),
|
front-end/login.php
CHANGED
@@ -187,21 +187,26 @@ function wppb_change_login_with_email(){
|
|
187 |
$_POST['log'] = apply_filters( 'wppb_before_processing_email_from_forms', $_POST['log'] );
|
188 |
|
189 |
/* since version 4.5 there is in the core the option to login with email so we don't need the bellow code but for backward compatibility we will keep it */
|
190 |
-
if( version_compare( $wp_version, '4.5.0' ) >= 0 )
|
191 |
return;
|
192 |
|
193 |
$wppb_generalSettings = get_option( 'wppb_general_settings' );
|
194 |
|
195 |
// if this setting is active, the posted username is, in fact the user's email
|
196 |
if( isset( $wppb_generalSettings['loginWith'] ) && ( $wppb_generalSettings['loginWith'] == 'email' ) ){
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
$_POST['log'] = $username;
|
201 |
-
|
202 |
else {
|
203 |
-
|
204 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
205 |
}
|
206 |
}
|
207 |
|
187 |
$_POST['log'] = apply_filters( 'wppb_before_processing_email_from_forms', $_POST['log'] );
|
188 |
|
189 |
/* since version 4.5 there is in the core the option to login with email so we don't need the bellow code but for backward compatibility we will keep it */
|
190 |
+
if( version_compare( $wp_version, '4.5.0' ) >= 0 && apply_filters( 'wppb_allow_login_with_username_when_is_set_to_email', false ) )
|
191 |
return;
|
192 |
|
193 |
$wppb_generalSettings = get_option( 'wppb_general_settings' );
|
194 |
|
195 |
// if this setting is active, the posted username is, in fact the user's email
|
196 |
if( isset( $wppb_generalSettings['loginWith'] ) && ( $wppb_generalSettings['loginWith'] == 'email' ) ){
|
197 |
+
if( !is_email( $_POST['log'] ) && !apply_filters( 'wppb_allow_login_with_username_when_is_set_to_email', false ) ){
|
198 |
+
$_POST['log'] = 'this_is_an_invalid_email' . time();
|
199 |
+
}
|
|
|
|
|
200 |
else {
|
201 |
+
$username = $wpdb->get_var($wpdb->prepare("SELECT user_login FROM $wpdb->users WHERE user_email= %s LIMIT 1", sanitize_email($_POST['log'])));
|
202 |
+
|
203 |
+
if (!empty($username))
|
204 |
+
$_POST['log'] = $username;
|
205 |
+
|
206 |
+
else {
|
207 |
+
// if we don't have a username for the email entered we can't have an empty username because we will receive a field empty error
|
208 |
+
$_POST['log'] = 'this_is_an_invalid_email' . time();
|
209 |
+
}
|
210 |
}
|
211 |
}
|
212 |
|
index.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Profile Builder
|
4 |
Plugin URI: https://www.cozmoslabs.com/wordpress-profile-builder/
|
5 |
Description: Login, registration and edit profile shortcodes for the front-end. Also you can choose what fields should be displayed or add new (custom) ones both in the front-end and in the dashboard.
|
6 |
-
Version: 2.8.
|
7 |
Author: Cozmoslabs
|
8 |
Author URI: https://www.cozmoslabs.com/
|
9 |
Text Domain: profile-builder
|
@@ -75,7 +75,7 @@ function wppb_free_plugin_init() {
|
|
75 |
*
|
76 |
*
|
77 |
*/
|
78 |
-
define('PROFILE_BUILDER_VERSION', '2.8.
|
79 |
define('WPPB_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
80 |
define('WPPB_PLUGIN_URL', plugin_dir_url(__FILE__));
|
81 |
define('WPPB_PLUGIN_BASENAME', plugin_basename(__FILE__));
|
3 |
Plugin Name: Profile Builder
|
4 |
Plugin URI: https://www.cozmoslabs.com/wordpress-profile-builder/
|
5 |
Description: Login, registration and edit profile shortcodes for the front-end. Also you can choose what fields should be displayed or add new (custom) ones both in the front-end and in the dashboard.
|
6 |
+
Version: 2.8.8
|
7 |
Author: Cozmoslabs
|
8 |
Author URI: https://www.cozmoslabs.com/
|
9 |
Text Domain: profile-builder
|
75 |
*
|
76 |
*
|
77 |
*/
|
78 |
+
define('PROFILE_BUILDER_VERSION', '2.8.8' );
|
79 |
define('WPPB_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
80 |
define('WPPB_PLUGIN_URL', plugin_dir_url(__FILE__));
|
81 |
define('WPPB_PLUGIN_BASENAME', plugin_basename(__FILE__));
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: cozmoslabs, reflectionmedia, sareiodata, adispiac, madalin.ungurea
|
|
3 |
Donate link: http://www.cozmoslabs.com/wordpress-profile-builder/
|
4 |
Tags: user registration, user profile, user registration form, user fields, extra user fields, edit profile, user custom fields, front-end login, front-end edit profile, front-end user registration, email confirmation, login form, content restriction, restrict content
|
5 |
Requires at least: 3.1
|
6 |
-
Tested up to: 4.9.
|
7 |
-
Stable tag: 2.8.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -166,6 +166,10 @@ This plugin adds/removes user fields in the front-end. Both default and extra pr
|
|
166 |
12. Role Editor
|
167 |
|
168 |
== Changelog ==
|
|
|
|
|
|
|
|
|
169 |
= 2.8.7 =
|
170 |
* Secupress plugin compatiblity when activating "Move the login and admin pages"
|
171 |
* Fixed issue with content restriction and url redirect if url was missing 'http'
|
3 |
Donate link: http://www.cozmoslabs.com/wordpress-profile-builder/
|
4 |
Tags: user registration, user profile, user registration form, user fields, extra user fields, edit profile, user custom fields, front-end login, front-end edit profile, front-end user registration, email confirmation, login form, content restriction, restrict content
|
5 |
Requires at least: 3.1
|
6 |
+
Tested up to: 4.9.8
|
7 |
+
Stable tag: 2.8.8
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
166 |
12. Role Editor
|
167 |
|
168 |
== Changelog ==
|
169 |
+
= 2.8.8 =
|
170 |
+
* We no longer allow users to login with username is is set to login with email. added 'wppb_allow_login_with_username_when_is_set_to_email' filter to still allow it
|
171 |
+
* Small css changes
|
172 |
+
|
173 |
= 2.8.7 =
|
174 |
* Secupress plugin compatiblity when activating "Move the login and admin pages"
|
175 |
* Fixed issue with content restriction and url redirect if url was missing 'http'
|
translation/profile-builder.catalog.php
CHANGED
@@ -517,10 +517,10 @@
|
|
517 |
<?php __("Hard to use", "profile-builder"); ?>
|
518 |
<?php __("How can we improve our user experience ?", "profile-builder"); ?>
|
519 |
<?php __("Unsatisfactory support", "profile-builder"); ?>
|
520 |
-
<?php __("Poor Documentation", "profile-builder"); ?>
|
521 |
-
<?php __("Tell us what you couldn't find", "profile-builder"); ?>
|
522 |
<?php __("Other", "profile-builder"); ?>
|
523 |
<?php __("Please tell us more", "profile-builder"); ?>
|
|
|
|
|
524 |
<?php __("Submit & Deactivate", "profile-builder"); ?>
|
525 |
<?php __("Skip and Deactivate", "profile-builder"); ?>
|
526 |
<?php __("Submit and Deactivate", "profile-builder"); ?>
|
517 |
<?php __("Hard to use", "profile-builder"); ?>
|
518 |
<?php __("How can we improve our user experience ?", "profile-builder"); ?>
|
519 |
<?php __("Unsatisfactory support", "profile-builder"); ?>
|
|
|
|
|
520 |
<?php __("Other", "profile-builder"); ?>
|
521 |
<?php __("Please tell us more", "profile-builder"); ?>
|
522 |
+
<?php __("Poor Documentation", "profile-builder"); ?>
|
523 |
+
<?php __("Tell us what you couldn't find", "profile-builder"); ?>
|
524 |
<?php __("Submit & Deactivate", "profile-builder"); ?>
|
525 |
<?php __("Skip and Deactivate", "profile-builder"); ?>
|
526 |
<?php __("Submit and Deactivate", "profile-builder"); ?>
|
translation/profile-builder.pot
CHANGED
@@ -209,7 +209,7 @@ msgstr ""
|
|
209 |
msgid "BuddyPress needs to be installed and activated for Profile Builder - BuddyPress Integration Add-on to work as expected!"
|
210 |
msgstr ""
|
211 |
|
212 |
-
#: ../pb-add-on-buddypress/index.php:511, ../pb-add-on-campaign-monitor-integration/admin/widget.php:226, ../pb-add-on-campaign-monitor-integration/admin/widget.php:228, ../profile-builder-2.0/admin/manage-fields.php:
|
213 |
msgid "Name"
|
214 |
msgstr ""
|
215 |
|
@@ -233,7 +233,7 @@ msgstr ""
|
|
233 |
msgid "Display name:"
|
234 |
msgstr ""
|
235 |
|
236 |
-
#: ../pb-add-on-buddypress/index.php:534, ../profile-builder-2.0/admin/manage-fields.php:
|
237 |
msgid "Contact Info"
|
238 |
msgstr ""
|
239 |
|
@@ -241,7 +241,7 @@ msgstr ""
|
|
241 |
msgid "Website:"
|
242 |
msgstr ""
|
243 |
|
244 |
-
#: ../pb-add-on-buddypress/index.php:541, ../profile-builder-2.0/admin/manage-fields.php:
|
245 |
msgid "About Yourself"
|
246 |
msgstr ""
|
247 |
|
@@ -369,7 +369,7 @@ msgstr ""
|
|
369 |
msgid "Edit Profile"
|
370 |
msgstr ""
|
371 |
|
372 |
-
#: ../pb-add-on-custom-profile-menus/index.php:308, ../pb-add-on-custom-profile-menus/wppb-custom-profile-menus.php:74, ../profile-builder-2.0/front-end/class-formbuilder.php:420, ../profile-builder-2.0/front-end/login.php:
|
373 |
msgid "Register"
|
374 |
msgstr ""
|
375 |
|
@@ -421,11 +421,11 @@ msgstr ""
|
|
421 |
msgid "<pre>Title</pre><pre>Type</pre><pre>Meta Name</pre><pre class=\"wppb-mb-head-required\">Required</pre><pre class=\"wppb-mb-head-visibility\"></pre>"
|
422 |
msgstr ""
|
423 |
|
424 |
-
#: ../pb-add-on-field-visibility/index.php:222, ../pb-add-on-labels-edit/pble.php:354, ../profile-builder-2.0/admin/manage-fields.php:
|
425 |
msgid "Edit"
|
426 |
msgstr ""
|
427 |
|
428 |
-
#: ../pb-add-on-field-visibility/index.php:222, ../profile-builder-2.0/admin/manage-fields.php:
|
429 |
msgid "Delete"
|
430 |
msgstr ""
|
431 |
|
@@ -535,7 +535,7 @@ msgstr ""
|
|
535 |
msgid "You must select a label to edit!"
|
536 |
msgstr ""
|
537 |
|
538 |
-
#: ../pb-add-on-labels-edit/pble.php:354, ../profile-builder-2.0/admin/manage-fields.php:
|
539 |
msgid "Labels"
|
540 |
msgstr ""
|
541 |
|
@@ -913,11 +913,11 @@ msgstr ""
|
|
913 |
msgid "Country"
|
914 |
msgstr ""
|
915 |
|
916 |
-
#: ../pb-add-on-woocommerce/billing-fields.php:6, ../pb-add-on-woocommerce/shipping-fields.php:6, ../profile-builder-2.0/admin/manage-fields.php:
|
917 |
msgid "First Name"
|
918 |
msgstr ""
|
919 |
|
920 |
-
#: ../pb-add-on-woocommerce/billing-fields.php:7, ../pb-add-on-woocommerce/shipping-fields.php:7, ../profile-builder-2.0/admin/manage-fields.php:
|
921 |
msgid "Last Name"
|
922 |
msgstr ""
|
923 |
|
@@ -1025,7 +1025,7 @@ msgstr ""
|
|
1025 |
msgid "Field Name"
|
1026 |
msgstr ""
|
1027 |
|
1028 |
-
#: ../pb-add-on-woocommerce/index.php:297, ../profile-builder-2.0/admin/manage-fields.php:
|
1029 |
msgid "Required"
|
1030 |
msgstr ""
|
1031 |
|
@@ -1299,7 +1299,7 @@ msgstr ""
|
|
1299 |
msgid "Communication Preferences"
|
1300 |
msgstr ""
|
1301 |
|
1302 |
-
#: admin/manage-fields.php:29, front-end/gdpr-communication-preferences.php:9, ../profile-builder-2.0/admin/manage-fields.php:
|
1303 |
msgid "E-mail"
|
1304 |
msgstr ""
|
1305 |
|
@@ -1327,7 +1327,7 @@ msgstr ""
|
|
1327 |
msgid "Save the communication preferences order"
|
1328 |
msgstr ""
|
1329 |
|
1330 |
-
#: front-end/gdpr-communication-preferences.php:44, ../pb-add-on-select2/front-end/select2-field.php:72, ../pb-add-on-select2/front-end/select2-multiple-field.php:
|
1331 |
msgid "required"
|
1332 |
msgstr ""
|
1333 |
|
@@ -2096,19 +2096,19 @@ msgid "Unsatisfactory support"
|
|
2096 |
msgstr ""
|
2097 |
|
2098 |
#: ../profile-builder-2.0/admin/feedback.php:45
|
2099 |
-
msgid "
|
2100 |
msgstr ""
|
2101 |
|
2102 |
#: ../profile-builder-2.0/admin/feedback.php:46
|
2103 |
-
msgid "
|
2104 |
msgstr ""
|
2105 |
|
2106 |
#: ../profile-builder-2.0/admin/feedback.php:50
|
2107 |
-
msgid "
|
2108 |
msgstr ""
|
2109 |
|
2110 |
#: ../profile-builder-2.0/admin/feedback.php:51
|
2111 |
-
msgid "
|
2112 |
msgstr ""
|
2113 |
|
2114 |
#: ../profile-builder-2.0/admin/feedback.php:56
|
@@ -2211,11 +2211,11 @@ msgstr ""
|
|
2211 |
msgid "Username and Email"
|
2212 |
msgstr ""
|
2213 |
|
2214 |
-
#: ../profile-builder-2.0/admin/general-settings.php:248, ../profile-builder-2.0/admin/manage-fields.php:
|
2215 |
msgid "Username"
|
2216 |
msgstr ""
|
2217 |
|
2218 |
-
#: ../profile-builder-2.0/admin/general-settings.php:249, ../profile-builder-2.0/front-end/login.php:
|
2219 |
msgid "Email"
|
2220 |
msgstr ""
|
2221 |
|
@@ -2263,2025 +2263,2025 @@ msgstr ""
|
|
2263 |
msgid ". Extra Field Types are available in <a href=\"%s\">Hobbyist or PRO versions</a>."
|
2264 |
msgstr ""
|
2265 |
|
2266 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2267 |
msgid "Use this in conjunction with WordPress functions to display the value in the page of your choosing<br/>Auto-completed but in some cases editable (in which case it must be unique)<br/>Changing this might take long in case of a very big user-count"
|
2268 |
msgstr ""
|
2269 |
|
2270 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2271 |
msgid "Use this in conjunction with WordPress functions to display the value in the page of your choosing<br/>Auto-completed but in some cases editable (in which case it must be unique)<br/>Changing this will only affect subsequent entries"
|
2272 |
msgstr ""
|
2273 |
|
2274 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2275 |
msgid "Field Title"
|
2276 |
msgstr ""
|
2277 |
|
2278 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2279 |
msgid "Title of the field"
|
2280 |
msgstr ""
|
2281 |
|
2282 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2283 |
msgid "Field"
|
2284 |
msgstr ""
|
2285 |
|
2286 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2287 |
msgid "Meta-name"
|
2288 |
msgstr ""
|
2289 |
|
2290 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2291 |
msgid "ID"
|
2292 |
msgstr ""
|
2293 |
|
2294 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2295 |
msgid "A unique, auto-generated ID for this particular field<br/>You can use this in conjuction with filters to target this element if needed<br/>Can't be edited"
|
2296 |
msgstr ""
|
2297 |
|
2298 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2299 |
msgid "Description"
|
2300 |
msgstr ""
|
2301 |
|
2302 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2303 |
msgid "Enter a (detailed) description of the option for end users to read<br/>Optional"
|
2304 |
msgstr ""
|
2305 |
|
2306 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2307 |
msgid "Row Count"
|
2308 |
msgstr ""
|
2309 |
|
2310 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2311 |
msgid "Specify the number of rows for a 'Textarea' field<br/>If not specified, defaults to 5"
|
2312 |
msgstr ""
|
2313 |
|
2314 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2315 |
msgid "Allowed Image Extensions"
|
2316 |
msgstr ""
|
2317 |
|
2318 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2319 |
msgid "Specify the extension(s) you want to limit to upload<br/>Example: .ext1,.ext2,.ext3<br/>If not specified, defaults to: .jpg,.jpeg,.gif,.png (.*)"
|
2320 |
msgstr ""
|
2321 |
|
2322 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2323 |
msgid "Allowed Upload Extensions"
|
2324 |
msgstr ""
|
2325 |
|
2326 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2327 |
msgid "Specify the extension(s) you want to limit to upload<br/>Example: .ext1,.ext2,.ext3<br/>If not specified, defaults to all WordPress allowed file extensions (.*)"
|
2328 |
msgstr ""
|
2329 |
|
2330 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2331 |
msgid "Avatar Size"
|
2332 |
msgstr ""
|
2333 |
|
2334 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2335 |
msgid "Enter a value (between 20 and 200) for the size of the 'Avatar'<br/>If not specified, defaults to 100"
|
2336 |
msgstr ""
|
2337 |
|
2338 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2339 |
msgid "Date-format"
|
2340 |
msgstr ""
|
2341 |
|
2342 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2343 |
msgid "Specify the format of the date when using Datepicker<br/>Valid options: mm/dd/yy, mm/yy/dd, dd/yy/mm, dd/mm/yy, yy/dd/mm, yy/mm/dd, mm-dd-yy, yy-mm-dd, D, dd M yy, D, d M y, DD, dd-M-y, D, d M yy, @<br/>If not specified, defaults to mm/dd/yy"
|
2344 |
msgstr ""
|
2345 |
|
2346 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2347 |
msgid "Terms of Agreement"
|
2348 |
msgstr ""
|
2349 |
|
2350 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2351 |
msgid "Enter a detailed description of the temrs of agreement for the user to read.<br/>Links can be inserted by using standard HTML syntax: <a href=\"custom_url\">custom_text</a>"
|
2352 |
msgstr ""
|
2353 |
|
2354 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2355 |
msgid "Options"
|
2356 |
msgstr ""
|
2357 |
|
2358 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2359 |
msgid "Enter a comma separated list of values<br/>This can be anything, as it is hidden from the user, but should not contain special characters or apostrophes"
|
2360 |
msgstr ""
|
2361 |
|
2362 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2363 |
msgid "Enter a comma separated list of labels<br/>Visible for the user"
|
2364 |
msgstr ""
|
2365 |
|
2366 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2367 |
msgid "reCAPTCHA Type"
|
2368 |
msgstr ""
|
2369 |
|
2370 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2371 |
msgid "Choose the <a href=\"https://developers.google.com/recaptcha/docs/versions\" target=\"_blank\">type of reCAPTCHA</a> you wish to add to this site."
|
2372 |
msgstr ""
|
2373 |
|
2374 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2375 |
msgid "Site Key"
|
2376 |
msgstr ""
|
2377 |
|
2378 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2379 |
msgid "The site key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
2380 |
msgstr ""
|
2381 |
|
2382 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2383 |
msgid "Secret Key"
|
2384 |
msgstr ""
|
2385 |
|
2386 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2387 |
msgid "The secret key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
2388 |
msgstr ""
|
2389 |
|
2390 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2391 |
msgid "Display on PB forms"
|
2392 |
msgstr ""
|
2393 |
|
2394 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2395 |
msgid "PB Login"
|
2396 |
msgstr ""
|
2397 |
|
2398 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2399 |
msgid "PB Register"
|
2400 |
msgstr ""
|
2401 |
|
2402 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2403 |
msgid "PB Recover Password"
|
2404 |
msgstr ""
|
2405 |
|
2406 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2407 |
msgid "Select on which Profile Builder forms to display reCAPTCHA"
|
2408 |
msgstr ""
|
2409 |
|
2410 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2411 |
msgid "Display on default WP forms"
|
2412 |
msgstr ""
|
2413 |
|
2414 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2415 |
msgid "Default WP Login"
|
2416 |
msgstr ""
|
2417 |
|
2418 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2419 |
msgid "Default WP Register"
|
2420 |
msgstr ""
|
2421 |
|
2422 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2423 |
msgid "Default WP Recover Password"
|
2424 |
msgstr ""
|
2425 |
|
2426 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2427 |
msgid "Select on which default WP forms to display reCAPTCHA"
|
2428 |
msgstr ""
|
2429 |
|
2430 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2431 |
msgid "User Roles"
|
2432 |
msgstr ""
|
2433 |
|
2434 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2435 |
msgid "Select which user roles to show to the user ( drag and drop to re-order )"
|
2436 |
msgstr ""
|
2437 |
|
2438 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2439 |
msgid "User Roles Order"
|
2440 |
msgstr ""
|
2441 |
|
2442 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2443 |
msgid "Save the user role order from the user roles checkboxes"
|
2444 |
msgstr ""
|
2445 |
|
2446 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2447 |
msgid "Default Value"
|
2448 |
msgstr ""
|
2449 |
|
2450 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2451 |
msgid "Default value of the field"
|
2452 |
msgstr ""
|
2453 |
|
2454 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2455 |
msgid "Default Option"
|
2456 |
msgstr ""
|
2457 |
|
2458 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2459 |
msgid "Specify the option which should be selected by default"
|
2460 |
msgstr ""
|
2461 |
|
2462 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2463 |
msgid "Default Option(s)"
|
2464 |
msgstr ""
|
2465 |
|
2466 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2467 |
msgid "Specify the option which should be checked by default<br/>If there are multiple values, separate them with a ',' (comma)"
|
2468 |
msgstr ""
|
2469 |
|
2470 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2471 |
msgid "Default option of the field"
|
2472 |
msgstr ""
|
2473 |
|
2474 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2475 |
msgid "Show Currency Symbol"
|
2476 |
msgstr ""
|
2477 |
|
2478 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2479 |
msgid "Whether the currency symbol should be displayed after the currency name in the select option."
|
2480 |
msgstr ""
|
2481 |
|
2482 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2483 |
msgid "Show Post Type"
|
2484 |
msgstr ""
|
2485 |
|
2486 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2487 |
msgid "Posts from what post type will be displayed in the select."
|
2488 |
msgstr ""
|
2489 |
|
2490 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2491 |
msgid "Allowable Values"
|
2492 |
msgstr ""
|
2493 |
|
2494 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2495 |
msgid "Enter a comma separated list of possible values. Upon registration if the value provided by the user does not match one of these values, the user will not be registered."
|
2496 |
msgstr ""
|
2497 |
|
2498 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2499 |
msgid "Error Message"
|
2500 |
msgstr ""
|
2501 |
|
2502 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2503 |
msgid "Set a custom error message that will be displayed to the user."
|
2504 |
msgstr ""
|
2505 |
|
2506 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2507 |
msgid "Time Format"
|
2508 |
msgstr ""
|
2509 |
|
2510 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2511 |
msgid "Specify the time format."
|
2512 |
msgstr ""
|
2513 |
|
2514 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2515 |
msgid "Google Maps API Key"
|
2516 |
msgstr ""
|
2517 |
|
2518 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2519 |
msgid "Enter your Google Maps API key ( <a href=\"https://console.developers.google.com/flows/enableapi?apiid=maps_backend\" target=\"_blank\">Get your API key</a> ). If more than one map fields are added to a form the API key from the first map displayed will be used."
|
2520 |
msgstr ""
|
2521 |
|
2522 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2523 |
msgid "Default Latitude"
|
2524 |
msgstr ""
|
2525 |
|
2526 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2527 |
msgid "The latitude at which the map should be displayed when no pins are attached."
|
2528 |
msgstr ""
|
2529 |
|
2530 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2531 |
msgid "Default Longitude"
|
2532 |
msgstr ""
|
2533 |
|
2534 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2535 |
msgid "The longitude at which the map should be displayed when no pins are attached."
|
2536 |
msgstr ""
|
2537 |
|
2538 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2539 |
msgid "Default Zoom Level"
|
2540 |
msgstr ""
|
2541 |
|
2542 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2543 |
msgid "Add a number from 0 to 19. The higher the number the higher the zoom."
|
2544 |
msgstr ""
|
2545 |
|
2546 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2547 |
msgid "Map Height"
|
2548 |
msgstr ""
|
2549 |
|
2550 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2551 |
msgid "The height of the map."
|
2552 |
msgstr ""
|
2553 |
|
2554 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2555 |
msgid "Default Content"
|
2556 |
msgstr ""
|
2557 |
|
2558 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2559 |
msgid "Default value of the textarea"
|
2560 |
msgstr ""
|
2561 |
|
2562 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2563 |
msgid "HTML Content"
|
2564 |
msgstr ""
|
2565 |
|
2566 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2567 |
msgid "Add your HTML (or text) content"
|
2568 |
msgstr ""
|
2569 |
|
2570 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2571 |
msgid "Phone Format"
|
2572 |
msgstr ""
|
2573 |
|
2574 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2575 |
msgid "You can use: # for numbers, parentheses ( ), - sign, + sign, dot . and spaces."
|
2576 |
msgstr ""
|
2577 |
|
2578 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2579 |
msgid "Eg. (###) ###-####"
|
2580 |
msgstr ""
|
2581 |
|
2582 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2583 |
msgid "Empty field won't check for correct phone number."
|
2584 |
msgstr ""
|
2585 |
|
2586 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2587 |
msgid "Heading Tag"
|
2588 |
msgstr ""
|
2589 |
|
2590 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2591 |
msgid "Change heading field size on front-end forms"
|
2592 |
msgstr ""
|
2593 |
|
2594 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2595 |
msgid "Min Number Value"
|
2596 |
msgstr ""
|
2597 |
|
2598 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2599 |
msgid "Min allowed number value (0 to allow only positive numbers)"
|
2600 |
msgstr ""
|
2601 |
|
2602 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2603 |
msgid "Leave it empty for no min value"
|
2604 |
msgstr ""
|
2605 |
|
2606 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2607 |
msgid "Max Number Value"
|
2608 |
msgstr ""
|
2609 |
|
2610 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2611 |
msgid "Max allowed number value (0 to allow only negative numbers)"
|
2612 |
msgstr ""
|
2613 |
|
2614 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2615 |
msgid "Leave it empty for no max value"
|
2616 |
msgstr ""
|
2617 |
|
2618 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2619 |
msgid "Number Step Value"
|
2620 |
msgstr ""
|
2621 |
|
2622 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2623 |
msgid "Step value 1 to allow only integers, 0.1 to allow integers and numbers with 1 decimal"
|
2624 |
msgstr ""
|
2625 |
|
2626 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2627 |
msgid "To allow multiple decimals use for eg. 0.01 (for 2 deciamls) and so on"
|
2628 |
msgstr ""
|
2629 |
|
2630 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2631 |
msgid "You can also use step value to specify the legal number intervals (eg. step value 2 will allow only -4, -2, 0, 2 and so on)"
|
2632 |
msgstr ""
|
2633 |
|
2634 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2635 |
msgid "Leave it empty for no restriction"
|
2636 |
msgstr ""
|
2637 |
|
2638 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2639 |
msgid "Whether the field is required or not"
|
2640 |
msgstr ""
|
2641 |
|
2642 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2643 |
msgid "Overwrite Existing"
|
2644 |
msgstr ""
|
2645 |
|
2646 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2647 |
msgid "Selecting 'Yes' will add the field to the list, but will overwrite any other field in the database that has the same meta-name<br/>Use this at your own risk"
|
2648 |
msgstr ""
|
2649 |
|
2650 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2651 |
msgid "Form Field Properties"
|
2652 |
msgstr ""
|
2653 |
|
2654 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2655 |
msgid "Registration & Edit Profile Forms"
|
2656 |
msgstr ""
|
2657 |
|
2658 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2659 |
msgid "Usernames cannot be changed."
|
2660 |
msgstr ""
|
2661 |
|
2662 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2663 |
msgid "Nickname"
|
2664 |
msgstr ""
|
2665 |
|
2666 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2667 |
msgid "Display name publicly as"
|
2668 |
msgstr ""
|
2669 |
|
2670 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2671 |
msgid "Website"
|
2672 |
msgstr ""
|
2673 |
|
2674 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2675 |
msgid "AIM"
|
2676 |
msgstr ""
|
2677 |
|
2678 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2679 |
msgid "Yahoo IM"
|
2680 |
msgstr ""
|
2681 |
|
2682 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2683 |
msgid "Jabber / Google Talk"
|
2684 |
msgstr ""
|
2685 |
|
2686 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2687 |
msgid "Biographical Info"
|
2688 |
msgstr ""
|
2689 |
|
2690 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2691 |
msgid "Share a little biographical information to fill out your profile. This may be shown publicly."
|
2692 |
msgstr ""
|
2693 |
|
2694 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2695 |
msgid "Password"
|
2696 |
msgstr ""
|
2697 |
|
2698 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2699 |
msgid "Type your password."
|
2700 |
msgstr ""
|
2701 |
|
2702 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2703 |
msgid "Repeat Password"
|
2704 |
msgstr ""
|
2705 |
|
2706 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2707 |
msgid "Type your password again. "
|
2708 |
msgstr ""
|
2709 |
|
2710 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2711 |
msgid "Blog Details"
|
2712 |
msgstr ""
|
2713 |
|
2714 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2715 |
msgid "Afghanistan"
|
2716 |
msgstr ""
|
2717 |
|
2718 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2719 |
msgid "Aland Islands"
|
2720 |
msgstr ""
|
2721 |
|
2722 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2723 |
msgid "Albania"
|
2724 |
msgstr ""
|
2725 |
|
2726 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2727 |
msgid "Algeria"
|
2728 |
msgstr ""
|
2729 |
|
2730 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2731 |
msgid "American Samoa"
|
2732 |
msgstr ""
|
2733 |
|
2734 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2735 |
msgid "Andorra"
|
2736 |
msgstr ""
|
2737 |
|
2738 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2739 |
msgid "Angola"
|
2740 |
msgstr ""
|
2741 |
|
2742 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2743 |
msgid "Anguilla"
|
2744 |
msgstr ""
|
2745 |
|
2746 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2747 |
msgid "Antarctica"
|
2748 |
msgstr ""
|
2749 |
|
2750 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2751 |
msgid "Antigua and Barbuda"
|
2752 |
msgstr ""
|
2753 |
|
2754 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2755 |
msgid "Argentina"
|
2756 |
msgstr ""
|
2757 |
|
2758 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2759 |
msgid "Armenia"
|
2760 |
msgstr ""
|
2761 |
|
2762 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2763 |
msgid "Aruba"
|
2764 |
msgstr ""
|
2765 |
|
2766 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2767 |
msgid "Australia"
|
2768 |
msgstr ""
|
2769 |
|
2770 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2771 |
msgid "Austria"
|
2772 |
msgstr ""
|
2773 |
|
2774 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2775 |
msgid "Azerbaijan"
|
2776 |
msgstr ""
|
2777 |
|
2778 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2779 |
msgid "Bahamas"
|
2780 |
msgstr ""
|
2781 |
|
2782 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2783 |
msgid "Bahrain"
|
2784 |
msgstr ""
|
2785 |
|
2786 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2787 |
msgid "Bangladesh"
|
2788 |
msgstr ""
|
2789 |
|
2790 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2791 |
msgid "Barbados"
|
2792 |
msgstr ""
|
2793 |
|
2794 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2795 |
msgid "Belarus"
|
2796 |
msgstr ""
|
2797 |
|
2798 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2799 |
msgid "Belgium"
|
2800 |
msgstr ""
|
2801 |
|
2802 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2803 |
msgid "Belize"
|
2804 |
msgstr ""
|
2805 |
|
2806 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2807 |
msgid "Benin"
|
2808 |
msgstr ""
|
2809 |
|
2810 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2811 |
msgid "Bermuda"
|
2812 |
msgstr ""
|
2813 |
|
2814 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2815 |
msgid "Bhutan"
|
2816 |
msgstr ""
|
2817 |
|
2818 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2819 |
msgid "Bolivia"
|
2820 |
msgstr ""
|
2821 |
|
2822 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2823 |
msgid "Bonaire, Saint Eustatius and Saba"
|
2824 |
msgstr ""
|
2825 |
|
2826 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2827 |
msgid "Bosnia and Herzegovina"
|
2828 |
msgstr ""
|
2829 |
|
2830 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2831 |
msgid "Botswana"
|
2832 |
msgstr ""
|
2833 |
|
2834 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2835 |
msgid "Bouvet Island"
|
2836 |
msgstr ""
|
2837 |
|
2838 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2839 |
msgid "Brazil"
|
2840 |
msgstr ""
|
2841 |
|
2842 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2843 |
msgid "British Indian Ocean Territory"
|
2844 |
msgstr ""
|
2845 |
|
2846 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2847 |
msgid "British Virgin Islands"
|
2848 |
msgstr ""
|
2849 |
|
2850 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2851 |
msgid "Brunei"
|
2852 |
msgstr ""
|
2853 |
|
2854 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2855 |
msgid "Bulgaria"
|
2856 |
msgstr ""
|
2857 |
|
2858 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2859 |
msgid "Burkina Faso"
|
2860 |
msgstr ""
|
2861 |
|
2862 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2863 |
msgid "Burundi"
|
2864 |
msgstr ""
|
2865 |
|
2866 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2867 |
msgid "Cambodia"
|
2868 |
msgstr ""
|
2869 |
|
2870 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2871 |
msgid "Cameroon"
|
2872 |
msgstr ""
|
2873 |
|
2874 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2875 |
msgid "Canada"
|
2876 |
msgstr ""
|
2877 |
|
2878 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2879 |
msgid "Cape Verde"
|
2880 |
msgstr ""
|
2881 |
|
2882 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2883 |
msgid "Cayman Islands"
|
2884 |
msgstr ""
|
2885 |
|
2886 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2887 |
msgid "Central African Republic"
|
2888 |
msgstr ""
|
2889 |
|
2890 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2891 |
msgid "Chad"
|
2892 |
msgstr ""
|
2893 |
|
2894 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2895 |
msgid "Chile"
|
2896 |
msgstr ""
|
2897 |
|
2898 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2899 |
msgid "China"
|
2900 |
msgstr ""
|
2901 |
|
2902 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2903 |
msgid "Christmas Island"
|
2904 |
msgstr ""
|
2905 |
|
2906 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2907 |
msgid "Cocos Islands"
|
2908 |
msgstr ""
|
2909 |
|
2910 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2911 |
msgid "Colombia"
|
2912 |
msgstr ""
|
2913 |
|
2914 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2915 |
msgid "Comoros"
|
2916 |
msgstr ""
|
2917 |
|
2918 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2919 |
msgid "Cook Islands"
|
2920 |
msgstr ""
|
2921 |
|
2922 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2923 |
msgid "Costa Rica"
|
2924 |
msgstr ""
|
2925 |
|
2926 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2927 |
msgid "Croatia"
|
2928 |
msgstr ""
|
2929 |
|
2930 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2931 |
msgid "Cuba"
|
2932 |
msgstr ""
|
2933 |
|
2934 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2935 |
msgid "Curacao"
|
2936 |
msgstr ""
|
2937 |
|
2938 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2939 |
msgid "Cyprus"
|
2940 |
msgstr ""
|
2941 |
|
2942 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2943 |
msgid "Czech Republic"
|
2944 |
msgstr ""
|
2945 |
|
2946 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2947 |
msgid "Democratic Republic of the Congo"
|
2948 |
msgstr ""
|
2949 |
|
2950 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2951 |
msgid "Denmark"
|
2952 |
msgstr ""
|
2953 |
|
2954 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2955 |
msgid "Djibouti"
|
2956 |
msgstr ""
|
2957 |
|
2958 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2959 |
msgid "Dominica"
|
2960 |
msgstr ""
|
2961 |
|
2962 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2963 |
msgid "Dominican Republic"
|
2964 |
msgstr ""
|
2965 |
|
2966 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2967 |
msgid "East Timor"
|
2968 |
msgstr ""
|
2969 |
|
2970 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2971 |
msgid "Ecuador"
|
2972 |
msgstr ""
|
2973 |
|
2974 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2975 |
msgid "Egypt"
|
2976 |
msgstr ""
|
2977 |
|
2978 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2979 |
msgid "El Salvador"
|
2980 |
msgstr ""
|
2981 |
|
2982 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2983 |
msgid "Equatorial Guinea"
|
2984 |
msgstr ""
|
2985 |
|
2986 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2987 |
msgid "Eritrea"
|
2988 |
msgstr ""
|
2989 |
|
2990 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2991 |
msgid "Estonia"
|
2992 |
msgstr ""
|
2993 |
|
2994 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2995 |
msgid "Ethiopia"
|
2996 |
msgstr ""
|
2997 |
|
2998 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
2999 |
msgid "Falkland Islands"
|
3000 |
msgstr ""
|
3001 |
|
3002 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3003 |
msgid "Faroe Islands"
|
3004 |
msgstr ""
|
3005 |
|
3006 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3007 |
msgid "Fiji"
|
3008 |
msgstr ""
|
3009 |
|
3010 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3011 |
msgid "Finland"
|
3012 |
msgstr ""
|
3013 |
|
3014 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3015 |
msgid "France"
|
3016 |
msgstr ""
|
3017 |
|
3018 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3019 |
msgid "French Guiana"
|
3020 |
msgstr ""
|
3021 |
|
3022 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3023 |
msgid "French Polynesia"
|
3024 |
msgstr ""
|
3025 |
|
3026 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3027 |
msgid "French Southern Territories"
|
3028 |
msgstr ""
|
3029 |
|
3030 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3031 |
msgid "Gabon"
|
3032 |
msgstr ""
|
3033 |
|
3034 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3035 |
msgid "Gambia"
|
3036 |
msgstr ""
|
3037 |
|
3038 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3039 |
msgid "Georgia"
|
3040 |
msgstr ""
|
3041 |
|
3042 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3043 |
msgid "Germany"
|
3044 |
msgstr ""
|
3045 |
|
3046 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3047 |
msgid "Ghana"
|
3048 |
msgstr ""
|
3049 |
|
3050 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3051 |
msgid "Gibraltar"
|
3052 |
msgstr ""
|
3053 |
|
3054 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3055 |
msgid "Greece"
|
3056 |
msgstr ""
|
3057 |
|
3058 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3059 |
msgid "Greenland"
|
3060 |
msgstr ""
|
3061 |
|
3062 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3063 |
msgid "Grenada"
|
3064 |
msgstr ""
|
3065 |
|
3066 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3067 |
msgid "Guadeloupe"
|
3068 |
msgstr ""
|
3069 |
|
3070 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3071 |
msgid "Guam"
|
3072 |
msgstr ""
|
3073 |
|
3074 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3075 |
msgid "Guatemala"
|
3076 |
msgstr ""
|
3077 |
|
3078 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3079 |
msgid "Guernsey"
|
3080 |
msgstr ""
|
3081 |
|
3082 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3083 |
msgid "Guinea"
|
3084 |
msgstr ""
|
3085 |
|
3086 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3087 |
msgid "Guinea-Bissau"
|
3088 |
msgstr ""
|
3089 |
|
3090 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3091 |
msgid "Guyana"
|
3092 |
msgstr ""
|
3093 |
|
3094 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3095 |
msgid "Haiti"
|
3096 |
msgstr ""
|
3097 |
|
3098 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3099 |
msgid "Heard Island and McDonald Islands"
|
3100 |
msgstr ""
|
3101 |
|
3102 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3103 |
msgid "Honduras"
|
3104 |
msgstr ""
|
3105 |
|
3106 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3107 |
msgid "Hong Kong"
|
3108 |
msgstr ""
|
3109 |
|
3110 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3111 |
msgid "Hungary"
|
3112 |
msgstr ""
|
3113 |
|
3114 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3115 |
msgid "Iceland"
|
3116 |
msgstr ""
|
3117 |
|
3118 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3119 |
msgid "India"
|
3120 |
msgstr ""
|
3121 |
|
3122 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3123 |
msgid "Indonesia"
|
3124 |
msgstr ""
|
3125 |
|
3126 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3127 |
msgid "Iran"
|
3128 |
msgstr ""
|
3129 |
|
3130 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3131 |
msgid "Iraq"
|
3132 |
msgstr ""
|
3133 |
|
3134 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3135 |
msgid "Ireland"
|
3136 |
msgstr ""
|
3137 |
|
3138 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3139 |
msgid "Isle of Man"
|
3140 |
msgstr ""
|
3141 |
|
3142 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3143 |
msgid "Israel"
|
3144 |
msgstr ""
|
3145 |
|
3146 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3147 |
msgid "Italy"
|
3148 |
msgstr ""
|
3149 |
|
3150 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3151 |
msgid "Ivory Coast"
|
3152 |
msgstr ""
|
3153 |
|
3154 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3155 |
msgid "Jamaica"
|
3156 |
msgstr ""
|
3157 |
|
3158 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3159 |
msgid "Japan"
|
3160 |
msgstr ""
|
3161 |
|
3162 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3163 |
msgid "Jersey"
|
3164 |
msgstr ""
|
3165 |
|
3166 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3167 |
msgid "Jordan"
|
3168 |
msgstr ""
|
3169 |
|
3170 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3171 |
msgid "Kazakhstan"
|
3172 |
msgstr ""
|
3173 |
|
3174 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3175 |
msgid "Kenya"
|
3176 |
msgstr ""
|
3177 |
|
3178 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3179 |
msgid "Kiribati"
|
3180 |
msgstr ""
|
3181 |
|
3182 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3183 |
msgid "Kosovo"
|
3184 |
msgstr ""
|
3185 |
|
3186 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3187 |
msgid "Kuwait"
|
3188 |
msgstr ""
|
3189 |
|
3190 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3191 |
msgid "Kyrgyzstan"
|
3192 |
msgstr ""
|
3193 |
|
3194 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3195 |
msgid "Laos"
|
3196 |
msgstr ""
|
3197 |
|
3198 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3199 |
msgid "Latvia"
|
3200 |
msgstr ""
|
3201 |
|
3202 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3203 |
msgid "Lebanon"
|
3204 |
msgstr ""
|
3205 |
|
3206 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3207 |
msgid "Lesotho"
|
3208 |
msgstr ""
|
3209 |
|
3210 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3211 |
msgid "Liberia"
|
3212 |
msgstr ""
|
3213 |
|
3214 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3215 |
msgid "Libya"
|
3216 |
msgstr ""
|
3217 |
|
3218 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3219 |
msgid "Liechtenstein"
|
3220 |
msgstr ""
|
3221 |
|
3222 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3223 |
msgid "Lithuania"
|
3224 |
msgstr ""
|
3225 |
|
3226 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3227 |
msgid "Luxembourg"
|
3228 |
msgstr ""
|
3229 |
|
3230 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3231 |
msgid "Macao"
|
3232 |
msgstr ""
|
3233 |
|
3234 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3235 |
msgid "Macedonia"
|
3236 |
msgstr ""
|
3237 |
|
3238 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3239 |
msgid "Madagascar"
|
3240 |
msgstr ""
|
3241 |
|
3242 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3243 |
msgid "Malawi"
|
3244 |
msgstr ""
|
3245 |
|
3246 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3247 |
msgid "Malaysia"
|
3248 |
msgstr ""
|
3249 |
|
3250 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3251 |
msgid "Maldives"
|
3252 |
msgstr ""
|
3253 |
|
3254 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3255 |
msgid "Mali"
|
3256 |
msgstr ""
|
3257 |
|
3258 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3259 |
msgid "Malta"
|
3260 |
msgstr ""
|
3261 |
|
3262 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3263 |
msgid "Marshall Islands"
|
3264 |
msgstr ""
|
3265 |
|
3266 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3267 |
msgid "Martinique"
|
3268 |
msgstr ""
|
3269 |
|
3270 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3271 |
msgid "Mauritania"
|
3272 |
msgstr ""
|
3273 |
|
3274 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3275 |
msgid "Mauritius"
|
3276 |
msgstr ""
|
3277 |
|
3278 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3279 |
msgid "Mayotte"
|
3280 |
msgstr ""
|
3281 |
|
3282 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3283 |
msgid "Mexico"
|
3284 |
msgstr ""
|
3285 |
|
3286 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3287 |
msgid "Micronesia"
|
3288 |
msgstr ""
|
3289 |
|
3290 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3291 |
msgid "Moldova"
|
3292 |
msgstr ""
|
3293 |
|
3294 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3295 |
msgid "Monaco"
|
3296 |
msgstr ""
|
3297 |
|
3298 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3299 |
msgid "Mongolia"
|
3300 |
msgstr ""
|
3301 |
|
3302 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3303 |
msgid "Montenegro"
|
3304 |
msgstr ""
|
3305 |
|
3306 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3307 |
msgid "Montserrat"
|
3308 |
msgstr ""
|
3309 |
|
3310 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3311 |
msgid "Morocco"
|
3312 |
msgstr ""
|
3313 |
|
3314 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3315 |
msgid "Mozambique"
|
3316 |
msgstr ""
|
3317 |
|
3318 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3319 |
msgid "Myanmar"
|
3320 |
msgstr ""
|
3321 |
|
3322 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3323 |
msgid "Namibia"
|
3324 |
msgstr ""
|
3325 |
|
3326 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3327 |
msgid "Nauru"
|
3328 |
msgstr ""
|
3329 |
|
3330 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3331 |
msgid "Nepal"
|
3332 |
msgstr ""
|
3333 |
|
3334 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3335 |
msgid "Netherlands"
|
3336 |
msgstr ""
|
3337 |
|
3338 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3339 |
msgid "New Caledonia"
|
3340 |
msgstr ""
|
3341 |
|
3342 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3343 |
msgid "New Zealand"
|
3344 |
msgstr ""
|
3345 |
|
3346 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3347 |
msgid "Nicaragua"
|
3348 |
msgstr ""
|
3349 |
|
3350 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3351 |
msgid "Niger"
|
3352 |
msgstr ""
|
3353 |
|
3354 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3355 |
msgid "Nigeria"
|
3356 |
msgstr ""
|
3357 |
|
3358 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3359 |
msgid "Niue"
|
3360 |
msgstr ""
|
3361 |
|
3362 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3363 |
msgid "Norfolk Island"
|
3364 |
msgstr ""
|
3365 |
|
3366 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3367 |
msgid "North Korea"
|
3368 |
msgstr ""
|
3369 |
|
3370 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3371 |
msgid "Northern Mariana Islands"
|
3372 |
msgstr ""
|
3373 |
|
3374 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3375 |
msgid "Norway"
|
3376 |
msgstr ""
|
3377 |
|
3378 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3379 |
msgid "Oman"
|
3380 |
msgstr ""
|
3381 |
|
3382 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3383 |
msgid "Pakistan"
|
3384 |
msgstr ""
|
3385 |
|
3386 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3387 |
msgid "Palau"
|
3388 |
msgstr ""
|
3389 |
|
3390 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3391 |
msgid "Palestinian Territory"
|
3392 |
msgstr ""
|
3393 |
|
3394 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3395 |
msgid "Panama"
|
3396 |
msgstr ""
|
3397 |
|
3398 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3399 |
msgid "Papua New Guinea"
|
3400 |
msgstr ""
|
3401 |
|
3402 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3403 |
msgid "Paraguay"
|
3404 |
msgstr ""
|
3405 |
|
3406 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3407 |
msgid "Peru"
|
3408 |
msgstr ""
|
3409 |
|
3410 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3411 |
msgid "Philippines"
|
3412 |
msgstr ""
|
3413 |
|
3414 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3415 |
msgid "Pitcairn"
|
3416 |
msgstr ""
|
3417 |
|
3418 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3419 |
msgid "Poland"
|
3420 |
msgstr ""
|
3421 |
|
3422 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3423 |
msgid "Portugal"
|
3424 |
msgstr ""
|
3425 |
|
3426 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3427 |
msgid "Puerto Rico"
|
3428 |
msgstr ""
|
3429 |
|
3430 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3431 |
msgid "Qatar"
|
3432 |
msgstr ""
|
3433 |
|
3434 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3435 |
msgid "Republic of the Congo"
|
3436 |
msgstr ""
|
3437 |
|
3438 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3439 |
msgid "Reunion"
|
3440 |
msgstr ""
|
3441 |
|
3442 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3443 |
msgid "Romania"
|
3444 |
msgstr ""
|
3445 |
|
3446 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3447 |
msgid "Russia"
|
3448 |
msgstr ""
|
3449 |
|
3450 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3451 |
msgid "Rwanda"
|
3452 |
msgstr ""
|
3453 |
|
3454 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3455 |
msgid "Saint Barthelemy"
|
3456 |
msgstr ""
|
3457 |
|
3458 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3459 |
msgid "Saint Helena"
|
3460 |
msgstr ""
|
3461 |
|
3462 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3463 |
msgid "Saint Kitts and Nevis"
|
3464 |
msgstr ""
|
3465 |
|
3466 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3467 |
msgid "Saint Lucia"
|
3468 |
msgstr ""
|
3469 |
|
3470 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3471 |
msgid "Saint Martin"
|
3472 |
msgstr ""
|
3473 |
|
3474 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3475 |
msgid "Saint Pierre and Miquelon"
|
3476 |
msgstr ""
|
3477 |
|
3478 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3479 |
msgid "Saint Vincent and the Grenadines"
|
3480 |
msgstr ""
|
3481 |
|
3482 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3483 |
msgid "Samoa"
|
3484 |
msgstr ""
|
3485 |
|
3486 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3487 |
msgid "San Marino"
|
3488 |
msgstr ""
|
3489 |
|
3490 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3491 |
msgid "Sao Tome and Principe"
|
3492 |
msgstr ""
|
3493 |
|
3494 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3495 |
msgid "Saudi Arabia"
|
3496 |
msgstr ""
|
3497 |
|
3498 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3499 |
msgid "Senegal"
|
3500 |
msgstr ""
|
3501 |
|
3502 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3503 |
msgid "Serbia"
|
3504 |
msgstr ""
|
3505 |
|
3506 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3507 |
msgid "Seychelles"
|
3508 |
msgstr ""
|
3509 |
|
3510 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3511 |
msgid "Sierra Leone"
|
3512 |
msgstr ""
|
3513 |
|
3514 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3515 |
msgid "Singapore"
|
3516 |
msgstr ""
|
3517 |
|
3518 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3519 |
msgid "Sint Maarten"
|
3520 |
msgstr ""
|
3521 |
|
3522 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3523 |
msgid "Slovakia"
|
3524 |
msgstr ""
|
3525 |
|
3526 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3527 |
msgid "Slovenia"
|
3528 |
msgstr ""
|
3529 |
|
3530 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3531 |
msgid "Solomon Islands"
|
3532 |
msgstr ""
|
3533 |
|
3534 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3535 |
msgid "Somalia"
|
3536 |
msgstr ""
|
3537 |
|
3538 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3539 |
msgid "South Africa"
|
3540 |
msgstr ""
|
3541 |
|
3542 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3543 |
msgid "South Georgia and the South Sandwich Islands"
|
3544 |
msgstr ""
|
3545 |
|
3546 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3547 |
msgid "South Korea"
|
3548 |
msgstr ""
|
3549 |
|
3550 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3551 |
msgid "South Sudan"
|
3552 |
msgstr ""
|
3553 |
|
3554 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3555 |
msgid "Spain"
|
3556 |
msgstr ""
|
3557 |
|
3558 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3559 |
msgid "Sri Lanka"
|
3560 |
msgstr ""
|
3561 |
|
3562 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3563 |
msgid "Sudan"
|
3564 |
msgstr ""
|
3565 |
|
3566 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3567 |
msgid "Suriname"
|
3568 |
msgstr ""
|
3569 |
|
3570 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3571 |
msgid "Svalbard and Jan Mayen"
|
3572 |
msgstr ""
|
3573 |
|
3574 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3575 |
msgid "Swaziland"
|
3576 |
msgstr ""
|
3577 |
|
3578 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3579 |
msgid "Sweden"
|
3580 |
msgstr ""
|
3581 |
|
3582 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3583 |
msgid "Switzerland"
|
3584 |
msgstr ""
|
3585 |
|
3586 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3587 |
msgid "Syria"
|
3588 |
msgstr ""
|
3589 |
|
3590 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3591 |
msgid "Taiwan"
|
3592 |
msgstr ""
|
3593 |
|
3594 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3595 |
msgid "Tajikistan"
|
3596 |
msgstr ""
|
3597 |
|
3598 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3599 |
msgid "Tanzania"
|
3600 |
msgstr ""
|
3601 |
|
3602 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3603 |
msgid "Thailand"
|
3604 |
msgstr ""
|
3605 |
|
3606 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3607 |
msgid "Togo"
|
3608 |
msgstr ""
|
3609 |
|
3610 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3611 |
msgid "Tokelau"
|
3612 |
msgstr ""
|
3613 |
|
3614 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3615 |
msgid "Tonga"
|
3616 |
msgstr ""
|
3617 |
|
3618 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3619 |
msgid "Trinidad and Tobago"
|
3620 |
msgstr ""
|
3621 |
|
3622 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3623 |
msgid "Tunisia"
|
3624 |
msgstr ""
|
3625 |
|
3626 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3627 |
msgid "Turkey"
|
3628 |
msgstr ""
|
3629 |
|
3630 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3631 |
msgid "Turkmenistan"
|
3632 |
msgstr ""
|
3633 |
|
3634 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3635 |
msgid "Turks and Caicos Islands"
|
3636 |
msgstr ""
|
3637 |
|
3638 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3639 |
msgid "Tuvalu"
|
3640 |
msgstr ""
|
3641 |
|
3642 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3643 |
msgid "U.S. Virgin Islands"
|
3644 |
msgstr ""
|
3645 |
|
3646 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3647 |
msgid "Uganda"
|
3648 |
msgstr ""
|
3649 |
|
3650 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3651 |
msgid "Ukraine"
|
3652 |
msgstr ""
|
3653 |
|
3654 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3655 |
msgid "United Arab Emirates"
|
3656 |
msgstr ""
|
3657 |
|
3658 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3659 |
msgid "United Kingdom"
|
3660 |
msgstr ""
|
3661 |
|
3662 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3663 |
msgid "United States"
|
3664 |
msgstr ""
|
3665 |
|
3666 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3667 |
msgid "United States Minor Outlying Islands"
|
3668 |
msgstr ""
|
3669 |
|
3670 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3671 |
msgid "Uruguay"
|
3672 |
msgstr ""
|
3673 |
|
3674 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3675 |
msgid "Uzbekistan"
|
3676 |
msgstr ""
|
3677 |
|
3678 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3679 |
msgid "Vanuatu"
|
3680 |
msgstr ""
|
3681 |
|
3682 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3683 |
msgid "Vatican"
|
3684 |
msgstr ""
|
3685 |
|
3686 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3687 |
msgid "Venezuela"
|
3688 |
msgstr ""
|
3689 |
|
3690 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3691 |
msgid "Vietnam"
|
3692 |
msgstr ""
|
3693 |
|
3694 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3695 |
msgid "Wallis and Futuna"
|
3696 |
msgstr ""
|
3697 |
|
3698 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3699 |
msgid "Western Sahara"
|
3700 |
msgstr ""
|
3701 |
|
3702 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3703 |
msgid "Yemen"
|
3704 |
msgstr ""
|
3705 |
|
3706 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3707 |
msgid "Zambia"
|
3708 |
msgstr ""
|
3709 |
|
3710 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3711 |
msgid "Zimbabwe"
|
3712 |
msgstr ""
|
3713 |
|
3714 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3715 |
msgid "Albania Lek"
|
3716 |
msgstr ""
|
3717 |
|
3718 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3719 |
msgid "Afghanistan Afghani"
|
3720 |
msgstr ""
|
3721 |
|
3722 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3723 |
msgid "Argentina Peso"
|
3724 |
msgstr ""
|
3725 |
|
3726 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3727 |
msgid "Australia Dollar"
|
3728 |
msgstr ""
|
3729 |
|
3730 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3731 |
msgid "Azerbaijan New Manat"
|
3732 |
msgstr ""
|
3733 |
|
3734 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3735 |
msgid "Bahamas Dollar"
|
3736 |
msgstr ""
|
3737 |
|
3738 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3739 |
msgid "Barbados Dollar"
|
3740 |
msgstr ""
|
3741 |
|
3742 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3743 |
msgid "Bangladeshi taka"
|
3744 |
msgstr ""
|
3745 |
|
3746 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3747 |
msgid "Belarus Ruble"
|
3748 |
msgstr ""
|
3749 |
|
3750 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3751 |
msgid "Belize Dollar"
|
3752 |
msgstr ""
|
3753 |
|
3754 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3755 |
msgid "Bermuda Dollar"
|
3756 |
msgstr ""
|
3757 |
|
3758 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3759 |
msgid "Bolivia Boliviano"
|
3760 |
msgstr ""
|
3761 |
|
3762 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3763 |
msgid "Bosnia and Herzegovina Convertible Marka"
|
3764 |
msgstr ""
|
3765 |
|
3766 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3767 |
msgid "Botswana Pula"
|
3768 |
msgstr ""
|
3769 |
|
3770 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3771 |
msgid "Bulgaria Lev"
|
3772 |
msgstr ""
|
3773 |
|
3774 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3775 |
msgid "Brazil Real"
|
3776 |
msgstr ""
|
3777 |
|
3778 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3779 |
msgid "Brunei Darussalam Dollar"
|
3780 |
msgstr ""
|
3781 |
|
3782 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3783 |
msgid "Cambodia Riel"
|
3784 |
msgstr ""
|
3785 |
|
3786 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3787 |
msgid "Canada Dollar"
|
3788 |
msgstr ""
|
3789 |
|
3790 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3791 |
msgid "Cayman Islands Dollar"
|
3792 |
msgstr ""
|
3793 |
|
3794 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3795 |
msgid "Chile Peso"
|
3796 |
msgstr ""
|
3797 |
|
3798 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3799 |
msgid "China Yuan Renminbi"
|
3800 |
msgstr ""
|
3801 |
|
3802 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3803 |
msgid "Colombia Peso"
|
3804 |
msgstr ""
|
3805 |
|
3806 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3807 |
msgid "Costa Rica Colon"
|
3808 |
msgstr ""
|
3809 |
|
3810 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3811 |
msgid "Croatia Kuna"
|
3812 |
msgstr ""
|
3813 |
|
3814 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3815 |
msgid "Cuba Peso"
|
3816 |
msgstr ""
|
3817 |
|
3818 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3819 |
msgid "Czech Republic Koruna"
|
3820 |
msgstr ""
|
3821 |
|
3822 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3823 |
msgid "Denmark Krone"
|
3824 |
msgstr ""
|
3825 |
|
3826 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3827 |
msgid "Dominican Republic Peso"
|
3828 |
msgstr ""
|
3829 |
|
3830 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3831 |
msgid "East Caribbean Dollar"
|
3832 |
msgstr ""
|
3833 |
|
3834 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3835 |
msgid "Egypt Pound"
|
3836 |
msgstr ""
|
3837 |
|
3838 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3839 |
msgid "El Salvador Colon"
|
3840 |
msgstr ""
|
3841 |
|
3842 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3843 |
msgid "Estonia Kroon"
|
3844 |
msgstr ""
|
3845 |
|
3846 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3847 |
msgid "Euro"
|
3848 |
msgstr ""
|
3849 |
|
3850 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3851 |
msgid "Falkland Islands (Malvinas) Pound"
|
3852 |
msgstr ""
|
3853 |
|
3854 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3855 |
msgid "Fiji Dollar"
|
3856 |
msgstr ""
|
3857 |
|
3858 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3859 |
msgid "Ghana Cedis"
|
3860 |
msgstr ""
|
3861 |
|
3862 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3863 |
msgid "Gibraltar Pound"
|
3864 |
msgstr ""
|
3865 |
|
3866 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3867 |
msgid "Guatemala Quetzal"
|
3868 |
msgstr ""
|
3869 |
|
3870 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3871 |
msgid "Guernsey Pound"
|
3872 |
msgstr ""
|
3873 |
|
3874 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3875 |
msgid "Guyana Dollar"
|
3876 |
msgstr ""
|
3877 |
|
3878 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3879 |
msgid "Honduras Lempira"
|
3880 |
msgstr ""
|
3881 |
|
3882 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3883 |
msgid "Hong Kong Dollar"
|
3884 |
msgstr ""
|
3885 |
|
3886 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3887 |
msgid "Hungary Forint"
|
3888 |
msgstr ""
|
3889 |
|
3890 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3891 |
msgid "Iceland Krona"
|
3892 |
msgstr ""
|
3893 |
|
3894 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3895 |
msgid "India Rupee"
|
3896 |
msgstr ""
|
3897 |
|
3898 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3899 |
msgid "Indonesia Rupiah"
|
3900 |
msgstr ""
|
3901 |
|
3902 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3903 |
msgid "Iran Rial"
|
3904 |
msgstr ""
|
3905 |
|
3906 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3907 |
msgid "Isle of Man Pound"
|
3908 |
msgstr ""
|
3909 |
|
3910 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3911 |
msgid "Israel Shekel"
|
3912 |
msgstr ""
|
3913 |
|
3914 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3915 |
msgid "Jamaica Dollar"
|
3916 |
msgstr ""
|
3917 |
|
3918 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3919 |
msgid "Japan Yen"
|
3920 |
msgstr ""
|
3921 |
|
3922 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3923 |
msgid "Jersey Pound"
|
3924 |
msgstr ""
|
3925 |
|
3926 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3927 |
msgid "Kazakhstan Tenge"
|
3928 |
msgstr ""
|
3929 |
|
3930 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3931 |
msgid "Korea (North) Won"
|
3932 |
msgstr ""
|
3933 |
|
3934 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3935 |
msgid "Korea (South) Won"
|
3936 |
msgstr ""
|
3937 |
|
3938 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3939 |
msgid "Kyrgyzstan Som"
|
3940 |
msgstr ""
|
3941 |
|
3942 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3943 |
msgid "Laos Kip"
|
3944 |
msgstr ""
|
3945 |
|
3946 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3947 |
msgid "Latvia Lat"
|
3948 |
msgstr ""
|
3949 |
|
3950 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3951 |
msgid "Lebanon Pound"
|
3952 |
msgstr ""
|
3953 |
|
3954 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3955 |
msgid "Liberia Dollar"
|
3956 |
msgstr ""
|
3957 |
|
3958 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3959 |
msgid "Lithuania Litas"
|
3960 |
msgstr ""
|
3961 |
|
3962 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3963 |
msgid "Macedonia Denar"
|
3964 |
msgstr ""
|
3965 |
|
3966 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3967 |
msgid "Malaysia Ringgit"
|
3968 |
msgstr ""
|
3969 |
|
3970 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3971 |
msgid "Mauritius Rupee"
|
3972 |
msgstr ""
|
3973 |
|
3974 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3975 |
msgid "Mexico Peso"
|
3976 |
msgstr ""
|
3977 |
|
3978 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3979 |
msgid "Mongolia Tughrik"
|
3980 |
msgstr ""
|
3981 |
|
3982 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3983 |
msgid "Mozambique Metical"
|
3984 |
msgstr ""
|
3985 |
|
3986 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3987 |
msgid "Namibia Dollar"
|
3988 |
msgstr ""
|
3989 |
|
3990 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3991 |
msgid "Nepal Rupee"
|
3992 |
msgstr ""
|
3993 |
|
3994 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3995 |
msgid "Netherlands Antilles Guilder"
|
3996 |
msgstr ""
|
3997 |
|
3998 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
3999 |
msgid "New Zealand Dollar"
|
4000 |
msgstr ""
|
4001 |
|
4002 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4003 |
msgid "Nicaragua Cordoba"
|
4004 |
msgstr ""
|
4005 |
|
4006 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4007 |
msgid "Nigeria Naira"
|
4008 |
msgstr ""
|
4009 |
|
4010 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4011 |
msgid "Norway Krone"
|
4012 |
msgstr ""
|
4013 |
|
4014 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4015 |
msgid "Oman Rial"
|
4016 |
msgstr ""
|
4017 |
|
4018 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4019 |
msgid "Pakistan Rupee"
|
4020 |
msgstr ""
|
4021 |
|
4022 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4023 |
msgid "Panama Balboa"
|
4024 |
msgstr ""
|
4025 |
|
4026 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4027 |
msgid "Paraguay Guarani"
|
4028 |
msgstr ""
|
4029 |
|
4030 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4031 |
msgid "Peru Nuevo Sol"
|
4032 |
msgstr ""
|
4033 |
|
4034 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4035 |
msgid "Philippines Peso"
|
4036 |
msgstr ""
|
4037 |
|
4038 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4039 |
msgid "Poland Zloty"
|
4040 |
msgstr ""
|
4041 |
|
4042 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4043 |
msgid "Qatar Riyal"
|
4044 |
msgstr ""
|
4045 |
|
4046 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4047 |
msgid "Romania New Leu"
|
4048 |
msgstr ""
|
4049 |
|
4050 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4051 |
msgid "Russia Ruble"
|
4052 |
msgstr ""
|
4053 |
|
4054 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4055 |
msgid "Saint Helena Pound"
|
4056 |
msgstr ""
|
4057 |
|
4058 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4059 |
msgid "Saudi Arabia Riyal"
|
4060 |
msgstr ""
|
4061 |
|
4062 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4063 |
msgid "Serbia Dinar"
|
4064 |
msgstr ""
|
4065 |
|
4066 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4067 |
msgid "Seychelles Rupee"
|
4068 |
msgstr ""
|
4069 |
|
4070 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4071 |
msgid "Singapore Dollar"
|
4072 |
msgstr ""
|
4073 |
|
4074 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4075 |
msgid "Solomon Islands Dollar"
|
4076 |
msgstr ""
|
4077 |
|
4078 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4079 |
msgid "Somalia Shilling"
|
4080 |
msgstr ""
|
4081 |
|
4082 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4083 |
msgid "South Africa Rand"
|
4084 |
msgstr ""
|
4085 |
|
4086 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4087 |
msgid "Sri Lanka Rupee"
|
4088 |
msgstr ""
|
4089 |
|
4090 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4091 |
msgid "Sweden Krona"
|
4092 |
msgstr ""
|
4093 |
|
4094 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4095 |
msgid "Switzerland Franc"
|
4096 |
msgstr ""
|
4097 |
|
4098 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4099 |
msgid "Suriname Dollar"
|
4100 |
msgstr ""
|
4101 |
|
4102 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4103 |
msgid "Syria Pound"
|
4104 |
msgstr ""
|
4105 |
|
4106 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4107 |
msgid "Taiwan New Dollar"
|
4108 |
msgstr ""
|
4109 |
|
4110 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4111 |
msgid "Thailand Baht"
|
4112 |
msgstr ""
|
4113 |
|
4114 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4115 |
msgid "Trinidad and Tobago Dollar"
|
4116 |
msgstr ""
|
4117 |
|
4118 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4119 |
msgid "Turkey Lira"
|
4120 |
msgstr ""
|
4121 |
|
4122 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4123 |
msgid "Tuvalu Dollar"
|
4124 |
msgstr ""
|
4125 |
|
4126 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4127 |
msgid "Ukraine Hryvna"
|
4128 |
msgstr ""
|
4129 |
|
4130 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4131 |
msgid "United Kingdom Pound"
|
4132 |
msgstr ""
|
4133 |
|
4134 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4135 |
msgid "Uganda Shilling"
|
4136 |
msgstr ""
|
4137 |
|
4138 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4139 |
msgid "US Dollar"
|
4140 |
msgstr ""
|
4141 |
|
4142 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4143 |
msgid "Uruguay Peso"
|
4144 |
msgstr ""
|
4145 |
|
4146 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4147 |
msgid "Uzbekistan Som"
|
4148 |
msgstr ""
|
4149 |
|
4150 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4151 |
msgid "Venezuela Bolivar"
|
4152 |
msgstr ""
|
4153 |
|
4154 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4155 |
msgid "Viet Nam Dong"
|
4156 |
msgstr ""
|
4157 |
|
4158 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4159 |
msgid "Yemen Rial"
|
4160 |
msgstr ""
|
4161 |
|
4162 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4163 |
msgid "Zimbabwe Dollar"
|
4164 |
msgstr ""
|
4165 |
|
4166 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4167 |
msgid ""
|
4168 |
"You must select a field\n"
|
4169 |
""
|
4170 |
msgstr ""
|
4171 |
|
4172 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4173 |
msgid ""
|
4174 |
"Please choose a different field type as this one already exists in your form (must be unique)\n"
|
4175 |
""
|
4176 |
msgstr ""
|
4177 |
|
4178 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4179 |
msgid ""
|
4180 |
"The entered avatar size is not between 20 and 200\n"
|
4181 |
""
|
4182 |
msgstr ""
|
4183 |
|
4184 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4185 |
msgid ""
|
4186 |
"The entered avatar size is not numerical\n"
|
4187 |
""
|
4188 |
msgstr ""
|
4189 |
|
4190 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4191 |
msgid ""
|
4192 |
"The entered row number is not numerical\n"
|
4193 |
""
|
4194 |
msgstr ""
|
4195 |
|
4196 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4197 |
msgid ""
|
4198 |
"You must enter a value for the row number\n"
|
4199 |
""
|
4200 |
msgstr ""
|
4201 |
|
4202 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4203 |
msgid ""
|
4204 |
"You must enter the site key\n"
|
4205 |
""
|
4206 |
msgstr ""
|
4207 |
|
4208 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4209 |
msgid ""
|
4210 |
"You must enter the secret key\n"
|
4211 |
""
|
4212 |
msgstr ""
|
4213 |
|
4214 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4215 |
msgid ""
|
4216 |
"The entered value for the Datepicker is not a valid date-format\n"
|
4217 |
""
|
4218 |
msgstr ""
|
4219 |
|
4220 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4221 |
msgid ""
|
4222 |
"You must enter a value for the date-format\n"
|
4223 |
""
|
4224 |
msgstr ""
|
4225 |
|
4226 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4227 |
msgid ""
|
4228 |
"The meta-name cannot be empty\n"
|
4229 |
""
|
4230 |
msgstr ""
|
4231 |
|
4232 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4233 |
msgid ""
|
4234 |
"That meta-name is already in use\n"
|
4235 |
""
|
4236 |
msgstr ""
|
4237 |
|
4238 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4239 |
msgid ""
|
4240 |
"The meta-name can only contain lowercase letters, numbers, _ , - and no spaces.\n"
|
4241 |
""
|
4242 |
msgstr ""
|
4243 |
|
4244 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4245 |
msgid ""
|
4246 |
"The following option(s) did not coincide with the ones in the options list: %s\n"
|
4247 |
""
|
4248 |
msgstr ""
|
4249 |
|
4250 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4251 |
msgid ""
|
4252 |
"The following option did not coincide with the ones in the options list: %s\n"
|
4253 |
""
|
4254 |
msgstr ""
|
4255 |
|
4256 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4257 |
msgid ""
|
4258 |
"Please select at least one user role\n"
|
4259 |
""
|
4260 |
msgstr ""
|
4261 |
|
4262 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4263 |
msgid ""
|
4264 |
"That field is already added in this form\n"
|
4265 |
""
|
4266 |
msgstr ""
|
4267 |
|
4268 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4269 |
msgid "<pre>Title</pre><pre>Type</pre><pre>Meta Name</pre><pre class=\"wppb-mb-head-required\">Required</pre>"
|
4270 |
msgstr ""
|
4271 |
|
4272 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4273 |
msgid "Use these shortcodes on the pages you want the forms to be displayed:"
|
4274 |
msgstr ""
|
4275 |
|
4276 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4277 |
msgid "If you're interested in displaying different fields in the registration and edit profile forms, please use the Multiple Registration & Edit Profile Forms Modules."
|
4278 |
msgstr ""
|
4279 |
|
4280 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4281 |
msgid "With Profile Builder Pro you can display different fields in the registration and edit profile forms, using the Multiple Registration & Edit Profile Forms module."
|
4282 |
msgstr ""
|
4283 |
|
4284 |
-
#: ../profile-builder-2.0/admin/manage-fields.php:
|
4285 |
msgid "Search Location"
|
4286 |
msgstr ""
|
4287 |
|
@@ -4509,7 +4509,7 @@ msgstr ""
|
|
4509 |
msgid "You must be logged in to edit your profile."
|
4510 |
msgstr ""
|
4511 |
|
4512 |
-
#: ../profile-builder-2.0/front-end/class-formbuilder.php:263, ../profile-builder-2.0/front-end/login.php:
|
4513 |
msgid "You are not allowed to do this."
|
4514 |
msgstr ""
|
4515 |
|
@@ -4549,59 +4549,59 @@ msgstr ""
|
|
4549 |
msgid "Something went wrong. Please try again!"
|
4550 |
msgstr ""
|
4551 |
|
4552 |
-
#: ../profile-builder-2.0/front-end/login.php:
|
4553 |
msgid "ERROR"
|
4554 |
msgstr ""
|
4555 |
|
4556 |
-
#: ../profile-builder-2.0/front-end/login.php:
|
4557 |
msgid "The password you entered is incorrect."
|
4558 |
msgstr ""
|
4559 |
|
4560 |
-
#: ../profile-builder-2.0/front-end/login.php:
|
4561 |
msgid "Password Lost and Found."
|
4562 |
msgstr ""
|
4563 |
|
4564 |
-
#: ../profile-builder-2.0/front-end/login.php:
|
4565 |
msgid "Lost your password"
|
4566 |
msgstr ""
|
4567 |
|
4568 |
-
#: ../profile-builder-2.0/front-end/login.php:
|
4569 |
msgid "Invalid username."
|
4570 |
msgstr ""
|
4571 |
|
4572 |
-
#: ../profile-builder-2.0/front-end/login.php:
|
4573 |
msgid "username"
|
4574 |
msgstr ""
|
4575 |
|
4576 |
-
#: ../profile-builder-2.0/front-end/login.php:
|
4577 |
msgid "email"
|
4578 |
msgstr ""
|
4579 |
|
4580 |
-
#: ../profile-builder-2.0/front-end/login.php:
|
4581 |
msgid "username or email"
|
4582 |
msgstr ""
|
4583 |
|
4584 |
-
#: ../profile-builder-2.0/front-end/login.php:
|
4585 |
msgid "Both fields are empty."
|
4586 |
msgstr ""
|
4587 |
|
4588 |
-
#: ../profile-builder-2.0/front-end/login.php:
|
4589 |
msgid "Username or Email"
|
4590 |
msgstr ""
|
4591 |
|
4592 |
-
#: ../profile-builder-2.0/front-end/login.php:
|
4593 |
msgid "Lost your password?"
|
4594 |
msgstr ""
|
4595 |
|
4596 |
-
#: ../profile-builder-2.0/front-end/login.php:
|
4597 |
msgid "Log out of this account"
|
4598 |
msgstr ""
|
4599 |
|
4600 |
-
#: ../profile-builder-2.0/front-end/login.php:
|
4601 |
msgid "Log out"
|
4602 |
msgstr ""
|
4603 |
|
4604 |
-
#: ../profile-builder-2.0/front-end/login.php:
|
4605 |
msgid "You are currently logged in as %1$s. %2$s"
|
4606 |
msgstr ""
|
4607 |
|
209 |
msgid "BuddyPress needs to be installed and activated for Profile Builder - BuddyPress Integration Add-on to work as expected!"
|
210 |
msgstr ""
|
211 |
|
212 |
+
#: ../pb-add-on-buddypress/index.php:511, ../pb-add-on-campaign-monitor-integration/admin/widget.php:226, ../pb-add-on-campaign-monitor-integration/admin/widget.php:228, ../profile-builder-2.0/admin/manage-fields.php:241
|
213 |
msgid "Name"
|
214 |
msgstr ""
|
215 |
|
233 |
msgid "Display name:"
|
234 |
msgstr ""
|
235 |
|
236 |
+
#: ../pb-add-on-buddypress/index.php:534, ../profile-builder-2.0/admin/manage-fields.php:247
|
237 |
msgid "Contact Info"
|
238 |
msgstr ""
|
239 |
|
241 |
msgid "Website:"
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: ../pb-add-on-buddypress/index.php:541, ../profile-builder-2.0/admin/manage-fields.php:258
|
245 |
msgid "About Yourself"
|
246 |
msgstr ""
|
247 |
|
369 |
msgid "Edit Profile"
|
370 |
msgstr ""
|
371 |
|
372 |
+
#: ../pb-add-on-custom-profile-menus/index.php:308, ../pb-add-on-custom-profile-menus/wppb-custom-profile-menus.php:74, ../profile-builder-2.0/front-end/class-formbuilder.php:420, ../profile-builder-2.0/front-end/login.php:420
|
373 |
msgid "Register"
|
374 |
msgstr ""
|
375 |
|
421 |
msgid "<pre>Title</pre><pre>Type</pre><pre>Meta Name</pre><pre class=\"wppb-mb-head-required\">Required</pre><pre class=\"wppb-mb-head-visibility\"></pre>"
|
422 |
msgstr ""
|
423 |
|
424 |
+
#: ../pb-add-on-field-visibility/index.php:222, ../pb-add-on-labels-edit/pble.php:354, ../profile-builder-2.0/admin/manage-fields.php:1236, ../profile-builder-2.0/features/functions.php:763, ../profile-builder-2.0/features/functions.php:770, ../profile-builder-2.0/features/admin-approval/class-admin-approval.php:108, ../profile-builder-2.0/features/roles-editor/roles-editor.php:866, ../profile-builder-2.0/modules/custom-redirects/custom_redirects_admin.php:183, ../profile-builder-2.0/modules/custom-redirects/custom_redirects_admin.php:197, ../profile-builder-2.0/modules/custom-redirects/custom_redirects_admin.php:211, ../profile-builder-2.0/modules/custom-redirects/custom_redirects_admin.php:225, ../profile-builder-2.0/modules/multiple-forms/multiple-forms.php:406
|
425 |
msgid "Edit"
|
426 |
msgstr ""
|
427 |
|
428 |
+
#: ../pb-add-on-field-visibility/index.php:222, ../profile-builder-2.0/admin/manage-fields.php:1236, ../profile-builder-2.0/features/functions.php:756, ../profile-builder-2.0/features/functions.php:770, ../profile-builder-2.0/features/admin-approval/class-admin-approval.php:113, ../profile-builder-2.0/features/email-confirmation/class-email-confirmation.php:121, ../profile-builder-2.0/features/email-confirmation/class-email-confirmation.php:218, ../profile-builder-2.0/features/roles-editor/roles-editor.php:179, ../profile-builder-2.0/features/roles-editor/roles-editor.php:884, ../profile-builder-2.0/features/roles-editor/roles-editor.php:893, ../profile-builder-2.0/features/roles-editor/roles-editor.php:904, ../profile-builder-2.0/modules/custom-redirects/custom_redirects_admin.php:183, ../profile-builder-2.0/modules/custom-redirects/custom_redirects_admin.php:197, ../profile-builder-2.0/modules/custom-redirects/custom_redirects_admin.php:211, ../profile-builder-2.0/modules/custom-redirects/custom_redirects_admin.php:225
|
429 |
msgid "Delete"
|
430 |
msgstr ""
|
431 |
|
535 |
msgid "You must select a label to edit!"
|
536 |
msgstr ""
|
537 |
|
538 |
+
#: ../pb-add-on-labels-edit/pble.php:354, ../profile-builder-2.0/admin/manage-fields.php:170
|
539 |
msgid "Labels"
|
540 |
msgstr ""
|
541 |
|
913 |
msgid "Country"
|
914 |
msgstr ""
|
915 |
|
916 |
+
#: ../pb-add-on-woocommerce/billing-fields.php:6, ../pb-add-on-woocommerce/shipping-fields.php:6, ../profile-builder-2.0/admin/manage-fields.php:243
|
917 |
msgid "First Name"
|
918 |
msgstr ""
|
919 |
|
920 |
+
#: ../pb-add-on-woocommerce/billing-fields.php:7, ../pb-add-on-woocommerce/shipping-fields.php:7, ../profile-builder-2.0/admin/manage-fields.php:244
|
921 |
msgid "Last Name"
|
922 |
msgstr ""
|
923 |
|
1025 |
msgid "Field Name"
|
1026 |
msgstr ""
|
1027 |
|
1028 |
+
#: ../pb-add-on-woocommerce/index.php:297, ../profile-builder-2.0/admin/manage-fields.php:201
|
1029 |
msgid "Required"
|
1030 |
msgstr ""
|
1031 |
|
1299 |
msgid "Communication Preferences"
|
1300 |
msgstr ""
|
1301 |
|
1302 |
+
#: admin/manage-fields.php:29, front-end/gdpr-communication-preferences.php:9, ../profile-builder-2.0/admin/manage-fields.php:248, ../profile-builder-2.0/front-end/recover.php:119, ../profile-builder-2.0/features/admin-approval/class-admin-approval.php:169, ../profile-builder-2.0/features/email-confirmation/class-email-confirmation.php:169, ../profile-builder-2.0/modules/user-listing/userlisting.php:117
|
1303 |
msgid "E-mail"
|
1304 |
msgstr ""
|
1305 |
|
1327 |
msgid "Save the communication preferences order"
|
1328 |
msgstr ""
|
1329 |
|
1330 |
+
#: front-end/gdpr-communication-preferences.php:44, ../pb-add-on-select2/front-end/select2-field.php:72, ../pb-add-on-select2/front-end/select2-multiple-field.php:87, ../profile-builder-2.0/front-end/extra-fields/avatar/avatar.php:74, ../profile-builder-2.0/front-end/extra-fields/checkbox/checkbox.php:46, ../profile-builder-2.0/front-end/extra-fields/colorpicker/colorpicker.php:45, ../profile-builder-2.0/front-end/extra-fields/datepicker/datepicker.php:40, ../profile-builder-2.0/front-end/extra-fields/input/input.php:30, ../profile-builder-2.0/front-end/extra-fields/input-hidden/input-hidden.php:34, ../profile-builder-2.0/front-end/extra-fields/map/map.php:51, ../profile-builder-2.0/front-end/extra-fields/number/number.php:30, ../profile-builder-2.0/front-end/extra-fields/phone/phone.php:39, ../profile-builder-2.0/front-end/extra-fields/radio/radio.php:44, ../profile-builder-2.0/front-end/extra-fields/select/select.php:51, ../profile-builder-2.0/front-end/extra-fields/select-cpt/select-cpt.php:58, ../profile-builder-2.0/front-end/extra-fields/select-multiple/select-multiple.php:47, ../profile-builder-2.0/front-end/extra-fields/select-timezone/select-timezone.php:49, ../profile-builder-2.0/front-end/extra-fields/textarea/textarea.php:30, ../profile-builder-2.0/front-end/extra-fields/upload/upload.php:70, ../profile-builder-2.0/front-end/extra-fields/wysiwyg/wysiwyg.php:33
|
1331 |
msgid "required"
|
1332 |
msgstr ""
|
1333 |
|
2096 |
msgstr ""
|
2097 |
|
2098 |
#: ../profile-builder-2.0/admin/feedback.php:45
|
2099 |
+
msgid "Other"
|
2100 |
msgstr ""
|
2101 |
|
2102 |
#: ../profile-builder-2.0/admin/feedback.php:46
|
2103 |
+
msgid "Please tell us more"
|
2104 |
msgstr ""
|
2105 |
|
2106 |
#: ../profile-builder-2.0/admin/feedback.php:50
|
2107 |
+
msgid "Poor Documentation"
|
2108 |
msgstr ""
|
2109 |
|
2110 |
#: ../profile-builder-2.0/admin/feedback.php:51
|
2111 |
+
msgid "Tell us what you couldn't find"
|
2112 |
msgstr ""
|
2113 |
|
2114 |
#: ../profile-builder-2.0/admin/feedback.php:56
|
2211 |
msgid "Username and Email"
|
2212 |
msgstr ""
|
2213 |
|
2214 |
+
#: ../profile-builder-2.0/admin/general-settings.php:248, ../profile-builder-2.0/admin/manage-fields.php:242, ../profile-builder-2.0/front-end/login.php:246, ../profile-builder-2.0/front-end/login.php:260, ../profile-builder-2.0/front-end/login.php:388, ../profile-builder-2.0/features/admin-approval/class-admin-approval.php:166, ../profile-builder-2.0/features/email-confirmation/class-email-confirmation.php:168, ../profile-builder-2.0/modules/custom-redirects/custom_redirects_admin.php:60, ../profile-builder-2.0/modules/email-customizer/email-customizer.php:28, ../profile-builder-2.0/modules/user-listing/userlisting.php:111, ../profile-builder-2.0/modules/user-listing/userlisting.php:303, ../profile-builder-2.0/modules/user-listing/userlisting.php:769, ../profile-builder-2.0/modules/user-listing/userlisting.php:2281
|
2215 |
msgid "Username"
|
2216 |
msgstr ""
|
2217 |
|
2218 |
+
#: ../profile-builder-2.0/admin/general-settings.php:249, ../profile-builder-2.0/front-end/login.php:385, ../profile-builder-2.0/modules/email-customizer/email-customizer.php:29, ../profile-builder-2.0/modules/user-listing/userlisting.php:775, ../profile-builder-2.0/modules/user-listing/userlisting.php:2282
|
2219 |
msgid "Email"
|
2220 |
msgstr ""
|
2221 |
|
2263 |
msgid ". Extra Field Types are available in <a href=\"%s\">Hobbyist or PRO versions</a>."
|
2264 |
msgstr ""
|
2265 |
|
2266 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:149
|
2267 |
msgid "Use this in conjunction with WordPress functions to display the value in the page of your choosing<br/>Auto-completed but in some cases editable (in which case it must be unique)<br/>Changing this might take long in case of a very big user-count"
|
2268 |
msgstr ""
|
2269 |
|
2270 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:152
|
2271 |
msgid "Use this in conjunction with WordPress functions to display the value in the page of your choosing<br/>Auto-completed but in some cases editable (in which case it must be unique)<br/>Changing this will only affect subsequent entries"
|
2272 |
msgstr ""
|
2273 |
|
2274 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:158
|
2275 |
msgid "Field Title"
|
2276 |
msgstr ""
|
2277 |
|
2278 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:158
|
2279 |
msgid "Title of the field"
|
2280 |
msgstr ""
|
2281 |
|
2282 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:159, ../profile-builder-2.0/modules/multiple-forms/edit-profile-forms.php:245, ../profile-builder-2.0/modules/multiple-forms/register-forms.php:266
|
2283 |
msgid "Field"
|
2284 |
msgstr ""
|
2285 |
|
2286 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:160
|
2287 |
msgid "Meta-name"
|
2288 |
msgstr ""
|
2289 |
|
2290 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:161, ../profile-builder-2.0/modules/custom-redirects/custom_redirects_admin.php:69, ../profile-builder-2.0/modules/custom-redirects/custom_redirects_admin.php:99, ../profile-builder-2.0/modules/custom-redirects/custom_redirects_admin.php:118, ../profile-builder-2.0/modules/custom-redirects/custom_redirects_admin.php:143, ../profile-builder-2.0/modules/multiple-forms/edit-profile-forms.php:246, ../profile-builder-2.0/modules/multiple-forms/register-forms.php:267
|
2291 |
msgid "ID"
|
2292 |
msgstr ""
|
2293 |
|
2294 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:161, ../profile-builder-2.0/modules/multiple-forms/edit-profile-forms.php:246, ../profile-builder-2.0/modules/multiple-forms/register-forms.php:267
|
2295 |
msgid "A unique, auto-generated ID for this particular field<br/>You can use this in conjuction with filters to target this element if needed<br/>Can't be edited"
|
2296 |
msgstr ""
|
2297 |
|
2298 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:162
|
2299 |
msgid "Description"
|
2300 |
msgstr ""
|
2301 |
|
2302 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:162
|
2303 |
msgid "Enter a (detailed) description of the option for end users to read<br/>Optional"
|
2304 |
msgstr ""
|
2305 |
|
2306 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:163
|
2307 |
msgid "Row Count"
|
2308 |
msgstr ""
|
2309 |
|
2310 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:163
|
2311 |
msgid "Specify the number of rows for a 'Textarea' field<br/>If not specified, defaults to 5"
|
2312 |
msgstr ""
|
2313 |
|
2314 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:164
|
2315 |
msgid "Allowed Image Extensions"
|
2316 |
msgstr ""
|
2317 |
|
2318 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:164
|
2319 |
msgid "Specify the extension(s) you want to limit to upload<br/>Example: .ext1,.ext2,.ext3<br/>If not specified, defaults to: .jpg,.jpeg,.gif,.png (.*)"
|
2320 |
msgstr ""
|
2321 |
|
2322 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:165
|
2323 |
msgid "Allowed Upload Extensions"
|
2324 |
msgstr ""
|
2325 |
|
2326 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:165
|
2327 |
msgid "Specify the extension(s) you want to limit to upload<br/>Example: .ext1,.ext2,.ext3<br/>If not specified, defaults to all WordPress allowed file extensions (.*)"
|
2328 |
msgstr ""
|
2329 |
|
2330 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:166
|
2331 |
msgid "Avatar Size"
|
2332 |
msgstr ""
|
2333 |
|
2334 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:166
|
2335 |
msgid "Enter a value (between 20 and 200) for the size of the 'Avatar'<br/>If not specified, defaults to 100"
|
2336 |
msgstr ""
|
2337 |
|
2338 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:167
|
2339 |
msgid "Date-format"
|
2340 |
msgstr ""
|
2341 |
|
2342 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:167
|
2343 |
msgid "Specify the format of the date when using Datepicker<br/>Valid options: mm/dd/yy, mm/yy/dd, dd/yy/mm, dd/mm/yy, yy/dd/mm, yy/mm/dd, mm-dd-yy, yy-mm-dd, D, dd M yy, D, d M y, DD, dd-M-y, D, d M yy, @<br/>If not specified, defaults to mm/dd/yy"
|
2344 |
msgstr ""
|
2345 |
|
2346 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:168
|
2347 |
msgid "Terms of Agreement"
|
2348 |
msgstr ""
|
2349 |
|
2350 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:168
|
2351 |
msgid "Enter a detailed description of the temrs of agreement for the user to read.<br/>Links can be inserted by using standard HTML syntax: <a href=\"custom_url\">custom_text</a>"
|
2352 |
msgstr ""
|
2353 |
|
2354 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:169
|
2355 |
msgid "Options"
|
2356 |
msgstr ""
|
2357 |
|
2358 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:169
|
2359 |
msgid "Enter a comma separated list of values<br/>This can be anything, as it is hidden from the user, but should not contain special characters or apostrophes"
|
2360 |
msgstr ""
|
2361 |
|
2362 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:170
|
2363 |
msgid "Enter a comma separated list of labels<br/>Visible for the user"
|
2364 |
msgstr ""
|
2365 |
|
2366 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:171
|
2367 |
msgid "reCAPTCHA Type"
|
2368 |
msgstr ""
|
2369 |
|
2370 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:171
|
2371 |
msgid "Choose the <a href=\"https://developers.google.com/recaptcha/docs/versions\" target=\"_blank\">type of reCAPTCHA</a> you wish to add to this site."
|
2372 |
msgstr ""
|
2373 |
|
2374 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:172
|
2375 |
msgid "Site Key"
|
2376 |
msgstr ""
|
2377 |
|
2378 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:172
|
2379 |
msgid "The site key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
2380 |
msgstr ""
|
2381 |
|
2382 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:173
|
2383 |
msgid "Secret Key"
|
2384 |
msgstr ""
|
2385 |
|
2386 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:173
|
2387 |
msgid "The secret key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
2388 |
msgstr ""
|
2389 |
|
2390 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:174
|
2391 |
msgid "Display on PB forms"
|
2392 |
msgstr ""
|
2393 |
|
2394 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:174
|
2395 |
msgid "PB Login"
|
2396 |
msgstr ""
|
2397 |
|
2398 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:174
|
2399 |
msgid "PB Register"
|
2400 |
msgstr ""
|
2401 |
|
2402 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:174
|
2403 |
msgid "PB Recover Password"
|
2404 |
msgstr ""
|
2405 |
|
2406 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:174
|
2407 |
msgid "Select on which Profile Builder forms to display reCAPTCHA"
|
2408 |
msgstr ""
|
2409 |
|
2410 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:175
|
2411 |
msgid "Display on default WP forms"
|
2412 |
msgstr ""
|
2413 |
|
2414 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:175
|
2415 |
msgid "Default WP Login"
|
2416 |
msgstr ""
|
2417 |
|
2418 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:175
|
2419 |
msgid "Default WP Register"
|
2420 |
msgstr ""
|
2421 |
|
2422 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:175
|
2423 |
msgid "Default WP Recover Password"
|
2424 |
msgstr ""
|
2425 |
|
2426 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:175
|
2427 |
msgid "Select on which default WP forms to display reCAPTCHA"
|
2428 |
msgstr ""
|
2429 |
|
2430 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:176
|
2431 |
msgid "User Roles"
|
2432 |
msgstr ""
|
2433 |
|
2434 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:176
|
2435 |
msgid "Select which user roles to show to the user ( drag and drop to re-order )"
|
2436 |
msgstr ""
|
2437 |
|
2438 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:177
|
2439 |
msgid "User Roles Order"
|
2440 |
msgstr ""
|
2441 |
|
2442 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:177
|
2443 |
msgid "Save the user role order from the user roles checkboxes"
|
2444 |
msgstr ""
|
2445 |
|
2446 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:178
|
2447 |
msgid "Default Value"
|
2448 |
msgstr ""
|
2449 |
|
2450 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:178
|
2451 |
msgid "Default value of the field"
|
2452 |
msgstr ""
|
2453 |
|
2454 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:179, ../profile-builder-2.0/admin/manage-fields.php:181, ../profile-builder-2.0/admin/manage-fields.php:182, ../profile-builder-2.0/admin/manage-fields.php:183
|
2455 |
msgid "Default Option"
|
2456 |
msgstr ""
|
2457 |
|
2458 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:179
|
2459 |
msgid "Specify the option which should be selected by default"
|
2460 |
msgstr ""
|
2461 |
|
2462 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:180
|
2463 |
msgid "Default Option(s)"
|
2464 |
msgstr ""
|
2465 |
|
2466 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:180
|
2467 |
msgid "Specify the option which should be checked by default<br/>If there are multiple values, separate them with a ',' (comma)"
|
2468 |
msgstr ""
|
2469 |
|
2470 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:181, ../profile-builder-2.0/admin/manage-fields.php:182, ../profile-builder-2.0/admin/manage-fields.php:183
|
2471 |
msgid "Default option of the field"
|
2472 |
msgstr ""
|
2473 |
|
2474 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:184
|
2475 |
msgid "Show Currency Symbol"
|
2476 |
msgstr ""
|
2477 |
|
2478 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:184
|
2479 |
msgid "Whether the currency symbol should be displayed after the currency name in the select option."
|
2480 |
msgstr ""
|
2481 |
|
2482 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:185
|
2483 |
msgid "Show Post Type"
|
2484 |
msgstr ""
|
2485 |
|
2486 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:185
|
2487 |
msgid "Posts from what post type will be displayed in the select."
|
2488 |
msgstr ""
|
2489 |
|
2490 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:186
|
2491 |
msgid "Allowable Values"
|
2492 |
msgstr ""
|
2493 |
|
2494 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:186
|
2495 |
msgid "Enter a comma separated list of possible values. Upon registration if the value provided by the user does not match one of these values, the user will not be registered."
|
2496 |
msgstr ""
|
2497 |
|
2498 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:187
|
2499 |
msgid "Error Message"
|
2500 |
msgstr ""
|
2501 |
|
2502 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:187
|
2503 |
msgid "Set a custom error message that will be displayed to the user."
|
2504 |
msgstr ""
|
2505 |
|
2506 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:188
|
2507 |
msgid "Time Format"
|
2508 |
msgstr ""
|
2509 |
|
2510 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:188
|
2511 |
msgid "Specify the time format."
|
2512 |
msgstr ""
|
2513 |
|
2514 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:189
|
2515 |
msgid "Google Maps API Key"
|
2516 |
msgstr ""
|
2517 |
|
2518 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:189
|
2519 |
msgid "Enter your Google Maps API key ( <a href=\"https://console.developers.google.com/flows/enableapi?apiid=maps_backend\" target=\"_blank\">Get your API key</a> ). If more than one map fields are added to a form the API key from the first map displayed will be used."
|
2520 |
msgstr ""
|
2521 |
|
2522 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:190
|
2523 |
msgid "Default Latitude"
|
2524 |
msgstr ""
|
2525 |
|
2526 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:190
|
2527 |
msgid "The latitude at which the map should be displayed when no pins are attached."
|
2528 |
msgstr ""
|
2529 |
|
2530 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:191
|
2531 |
msgid "Default Longitude"
|
2532 |
msgstr ""
|
2533 |
|
2534 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:191
|
2535 |
msgid "The longitude at which the map should be displayed when no pins are attached."
|
2536 |
msgstr ""
|
2537 |
|
2538 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:192
|
2539 |
msgid "Default Zoom Level"
|
2540 |
msgstr ""
|
2541 |
|
2542 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:192
|
2543 |
msgid "Add a number from 0 to 19. The higher the number the higher the zoom."
|
2544 |
msgstr ""
|
2545 |
|
2546 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:193
|
2547 |
msgid "Map Height"
|
2548 |
msgstr ""
|
2549 |
|
2550 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:193
|
2551 |
msgid "The height of the map."
|
2552 |
msgstr ""
|
2553 |
|
2554 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:194
|
2555 |
msgid "Default Content"
|
2556 |
msgstr ""
|
2557 |
|
2558 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:194
|
2559 |
msgid "Default value of the textarea"
|
2560 |
msgstr ""
|
2561 |
|
2562 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:195
|
2563 |
msgid "HTML Content"
|
2564 |
msgstr ""
|
2565 |
|
2566 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:195
|
2567 |
msgid "Add your HTML (or text) content"
|
2568 |
msgstr ""
|
2569 |
|
2570 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:196
|
2571 |
msgid "Phone Format"
|
2572 |
msgstr ""
|
2573 |
|
2574 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:196
|
2575 |
msgid "You can use: # for numbers, parentheses ( ), - sign, + sign, dot . and spaces."
|
2576 |
msgstr ""
|
2577 |
|
2578 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:196
|
2579 |
msgid "Eg. (###) ###-####"
|
2580 |
msgstr ""
|
2581 |
|
2582 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:196
|
2583 |
msgid "Empty field won't check for correct phone number."
|
2584 |
msgstr ""
|
2585 |
|
2586 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:197
|
2587 |
msgid "Heading Tag"
|
2588 |
msgstr ""
|
2589 |
|
2590 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:197
|
2591 |
msgid "Change heading field size on front-end forms"
|
2592 |
msgstr ""
|
2593 |
|
2594 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:198
|
2595 |
msgid "Min Number Value"
|
2596 |
msgstr ""
|
2597 |
|
2598 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:198
|
2599 |
msgid "Min allowed number value (0 to allow only positive numbers)"
|
2600 |
msgstr ""
|
2601 |
|
2602 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:198
|
2603 |
msgid "Leave it empty for no min value"
|
2604 |
msgstr ""
|
2605 |
|
2606 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:199
|
2607 |
msgid "Max Number Value"
|
2608 |
msgstr ""
|
2609 |
|
2610 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:199
|
2611 |
msgid "Max allowed number value (0 to allow only negative numbers)"
|
2612 |
msgstr ""
|
2613 |
|
2614 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:199
|
2615 |
msgid "Leave it empty for no max value"
|
2616 |
msgstr ""
|
2617 |
|
2618 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:200
|
2619 |
msgid "Number Step Value"
|
2620 |
msgstr ""
|
2621 |
|
2622 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:200
|
2623 |
msgid "Step value 1 to allow only integers, 0.1 to allow integers and numbers with 1 decimal"
|
2624 |
msgstr ""
|
2625 |
|
2626 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:200
|
2627 |
msgid "To allow multiple decimals use for eg. 0.01 (for 2 deciamls) and so on"
|
2628 |
msgstr ""
|
2629 |
|
2630 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:200
|
2631 |
msgid "You can also use step value to specify the legal number intervals (eg. step value 2 will allow only -4, -2, 0, 2 and so on)"
|
2632 |
msgstr ""
|
2633 |
|
2634 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:200
|
2635 |
msgid "Leave it empty for no restriction"
|
2636 |
msgstr ""
|
2637 |
|
2638 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:201
|
2639 |
msgid "Whether the field is required or not"
|
2640 |
msgstr ""
|
2641 |
|
2642 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:202
|
2643 |
msgid "Overwrite Existing"
|
2644 |
msgstr ""
|
2645 |
|
2646 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:202
|
2647 |
msgid "Selecting 'Yes' will add the field to the list, but will overwrite any other field in the database that has the same meta-name<br/>Use this at your own risk"
|
2648 |
msgstr ""
|
2649 |
|
2650 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:208
|
2651 |
msgid "Form Field Properties"
|
2652 |
msgstr ""
|
2653 |
|
2654 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:222
|
2655 |
msgid "Registration & Edit Profile Forms"
|
2656 |
msgstr ""
|
2657 |
|
2658 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:242
|
2659 |
msgid "Usernames cannot be changed."
|
2660 |
msgstr ""
|
2661 |
|
2662 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:245, ../profile-builder-2.0/modules/user-listing/userlisting.php:808, ../profile-builder-2.0/modules/user-listing/userlisting.php:2289
|
2663 |
msgid "Nickname"
|
2664 |
msgstr ""
|
2665 |
|
2666 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:246
|
2667 |
msgid "Display name publicly as"
|
2668 |
msgstr ""
|
2669 |
|
2670 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:249, ../profile-builder-2.0/modules/email-customizer/email-customizer.php:33, ../profile-builder-2.0/modules/user-listing/userlisting.php:120, ../profile-builder-2.0/modules/user-listing/userlisting.php:790, ../profile-builder-2.0/modules/user-listing/userlisting.php:2283
|
2671 |
msgid "Website"
|
2672 |
msgstr ""
|
2673 |
|
2674 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:253
|
2675 |
msgid "AIM"
|
2676 |
msgstr ""
|
2677 |
|
2678 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:254
|
2679 |
msgid "Yahoo IM"
|
2680 |
msgstr ""
|
2681 |
|
2682 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:255
|
2683 |
msgid "Jabber / Google Talk"
|
2684 |
msgstr ""
|
2685 |
|
2686 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:259, ../profile-builder-2.0/modules/user-listing/userlisting.php:123, ../profile-builder-2.0/modules/user-listing/userlisting.php:793, ../profile-builder-2.0/modules/user-listing/userlisting.php:2284
|
2687 |
msgid "Biographical Info"
|
2688 |
msgstr ""
|
2689 |
|
2690 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:259
|
2691 |
msgid "Share a little biographical information to fill out your profile. This may be shown publicly."
|
2692 |
msgstr ""
|
2693 |
|
2694 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:260, ../profile-builder-2.0/front-end/recover.php:73, ../profile-builder-2.0/modules/email-customizer/email-customizer.php:30
|
2695 |
msgid "Password"
|
2696 |
msgstr ""
|
2697 |
|
2698 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:260
|
2699 |
msgid "Type your password."
|
2700 |
msgstr ""
|
2701 |
|
2702 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:261, ../profile-builder-2.0/front-end/recover.php:74
|
2703 |
msgid "Repeat Password"
|
2704 |
msgstr ""
|
2705 |
|
2706 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:261
|
2707 |
msgid "Type your password again. "
|
2708 |
msgstr ""
|
2709 |
|
2710 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:263
|
2711 |
msgid "Blog Details"
|
2712 |
msgstr ""
|
2713 |
|
2714 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:323, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2715 |
msgid "Afghanistan"
|
2716 |
msgstr ""
|
2717 |
|
2718 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:324, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2719 |
msgid "Aland Islands"
|
2720 |
msgstr ""
|
2721 |
|
2722 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:325, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2723 |
msgid "Albania"
|
2724 |
msgstr ""
|
2725 |
|
2726 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:326, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2727 |
msgid "Algeria"
|
2728 |
msgstr ""
|
2729 |
|
2730 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:327, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2731 |
msgid "American Samoa"
|
2732 |
msgstr ""
|
2733 |
|
2734 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:328, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2735 |
msgid "Andorra"
|
2736 |
msgstr ""
|
2737 |
|
2738 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:329, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2739 |
msgid "Angola"
|
2740 |
msgstr ""
|
2741 |
|
2742 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:330, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2743 |
msgid "Anguilla"
|
2744 |
msgstr ""
|
2745 |
|
2746 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:331, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2747 |
msgid "Antarctica"
|
2748 |
msgstr ""
|
2749 |
|
2750 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:332, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2751 |
msgid "Antigua and Barbuda"
|
2752 |
msgstr ""
|
2753 |
|
2754 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:333, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2755 |
msgid "Argentina"
|
2756 |
msgstr ""
|
2757 |
|
2758 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:334, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2759 |
msgid "Armenia"
|
2760 |
msgstr ""
|
2761 |
|
2762 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:335, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2763 |
msgid "Aruba"
|
2764 |
msgstr ""
|
2765 |
|
2766 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:336, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2767 |
msgid "Australia"
|
2768 |
msgstr ""
|
2769 |
|
2770 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:337, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2771 |
msgid "Austria"
|
2772 |
msgstr ""
|
2773 |
|
2774 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:338, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2775 |
msgid "Azerbaijan"
|
2776 |
msgstr ""
|
2777 |
|
2778 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:339, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2779 |
msgid "Bahamas"
|
2780 |
msgstr ""
|
2781 |
|
2782 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:340, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2783 |
msgid "Bahrain"
|
2784 |
msgstr ""
|
2785 |
|
2786 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:341, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2787 |
msgid "Bangladesh"
|
2788 |
msgstr ""
|
2789 |
|
2790 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:342, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2791 |
msgid "Barbados"
|
2792 |
msgstr ""
|
2793 |
|
2794 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:343, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2795 |
msgid "Belarus"
|
2796 |
msgstr ""
|
2797 |
|
2798 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:344, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2799 |
msgid "Belgium"
|
2800 |
msgstr ""
|
2801 |
|
2802 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:345, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2803 |
msgid "Belize"
|
2804 |
msgstr ""
|
2805 |
|
2806 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:346, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2807 |
msgid "Benin"
|
2808 |
msgstr ""
|
2809 |
|
2810 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:347, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2811 |
msgid "Bermuda"
|
2812 |
msgstr ""
|
2813 |
|
2814 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:348, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2815 |
msgid "Bhutan"
|
2816 |
msgstr ""
|
2817 |
|
2818 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:349
|
2819 |
msgid "Bolivia"
|
2820 |
msgstr ""
|
2821 |
|
2822 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:350
|
2823 |
msgid "Bonaire, Saint Eustatius and Saba"
|
2824 |
msgstr ""
|
2825 |
|
2826 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:351, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2827 |
msgid "Bosnia and Herzegovina"
|
2828 |
msgstr ""
|
2829 |
|
2830 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:352, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2831 |
msgid "Botswana"
|
2832 |
msgstr ""
|
2833 |
|
2834 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:353, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2835 |
msgid "Bouvet Island"
|
2836 |
msgstr ""
|
2837 |
|
2838 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:354, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2839 |
msgid "Brazil"
|
2840 |
msgstr ""
|
2841 |
|
2842 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:355, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2843 |
msgid "British Indian Ocean Territory"
|
2844 |
msgstr ""
|
2845 |
|
2846 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:356
|
2847 |
msgid "British Virgin Islands"
|
2848 |
msgstr ""
|
2849 |
|
2850 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:357
|
2851 |
msgid "Brunei"
|
2852 |
msgstr ""
|
2853 |
|
2854 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:358, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2855 |
msgid "Bulgaria"
|
2856 |
msgstr ""
|
2857 |
|
2858 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:359, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2859 |
msgid "Burkina Faso"
|
2860 |
msgstr ""
|
2861 |
|
2862 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:360, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2863 |
msgid "Burundi"
|
2864 |
msgstr ""
|
2865 |
|
2866 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:361, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2867 |
msgid "Cambodia"
|
2868 |
msgstr ""
|
2869 |
|
2870 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:362, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2871 |
msgid "Cameroon"
|
2872 |
msgstr ""
|
2873 |
|
2874 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:363, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2875 |
msgid "Canada"
|
2876 |
msgstr ""
|
2877 |
|
2878 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:364
|
2879 |
msgid "Cape Verde"
|
2880 |
msgstr ""
|
2881 |
|
2882 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:365, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2883 |
msgid "Cayman Islands"
|
2884 |
msgstr ""
|
2885 |
|
2886 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:366, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2887 |
msgid "Central African Republic"
|
2888 |
msgstr ""
|
2889 |
|
2890 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:367, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2891 |
msgid "Chad"
|
2892 |
msgstr ""
|
2893 |
|
2894 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:368, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2895 |
msgid "Chile"
|
2896 |
msgstr ""
|
2897 |
|
2898 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:369, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2899 |
msgid "China"
|
2900 |
msgstr ""
|
2901 |
|
2902 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:370, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2903 |
msgid "Christmas Island"
|
2904 |
msgstr ""
|
2905 |
|
2906 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:371
|
2907 |
msgid "Cocos Islands"
|
2908 |
msgstr ""
|
2909 |
|
2910 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:372, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2911 |
msgid "Colombia"
|
2912 |
msgstr ""
|
2913 |
|
2914 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:373, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2915 |
msgid "Comoros"
|
2916 |
msgstr ""
|
2917 |
|
2918 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:374, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2919 |
msgid "Cook Islands"
|
2920 |
msgstr ""
|
2921 |
|
2922 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:375, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2923 |
msgid "Costa Rica"
|
2924 |
msgstr ""
|
2925 |
|
2926 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:376, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2927 |
msgid "Croatia"
|
2928 |
msgstr ""
|
2929 |
|
2930 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:377, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2931 |
msgid "Cuba"
|
2932 |
msgstr ""
|
2933 |
|
2934 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:378, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2935 |
msgid "Curacao"
|
2936 |
msgstr ""
|
2937 |
|
2938 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:379, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2939 |
msgid "Cyprus"
|
2940 |
msgstr ""
|
2941 |
|
2942 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:380, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2943 |
msgid "Czech Republic"
|
2944 |
msgstr ""
|
2945 |
|
2946 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:381
|
2947 |
msgid "Democratic Republic of the Congo"
|
2948 |
msgstr ""
|
2949 |
|
2950 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:382, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2951 |
msgid "Denmark"
|
2952 |
msgstr ""
|
2953 |
|
2954 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:383, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2955 |
msgid "Djibouti"
|
2956 |
msgstr ""
|
2957 |
|
2958 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:384, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2959 |
msgid "Dominica"
|
2960 |
msgstr ""
|
2961 |
|
2962 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:385, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2963 |
msgid "Dominican Republic"
|
2964 |
msgstr ""
|
2965 |
|
2966 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:386
|
2967 |
msgid "East Timor"
|
2968 |
msgstr ""
|
2969 |
|
2970 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:387, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2971 |
msgid "Ecuador"
|
2972 |
msgstr ""
|
2973 |
|
2974 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:388, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2975 |
msgid "Egypt"
|
2976 |
msgstr ""
|
2977 |
|
2978 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:389, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2979 |
msgid "El Salvador"
|
2980 |
msgstr ""
|
2981 |
|
2982 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:390, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2983 |
msgid "Equatorial Guinea"
|
2984 |
msgstr ""
|
2985 |
|
2986 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:391, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2987 |
msgid "Eritrea"
|
2988 |
msgstr ""
|
2989 |
|
2990 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:392, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2991 |
msgid "Estonia"
|
2992 |
msgstr ""
|
2993 |
|
2994 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:393, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
2995 |
msgid "Ethiopia"
|
2996 |
msgstr ""
|
2997 |
|
2998 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:394
|
2999 |
msgid "Falkland Islands"
|
3000 |
msgstr ""
|
3001 |
|
3002 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:395, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3003 |
msgid "Faroe Islands"
|
3004 |
msgstr ""
|
3005 |
|
3006 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:396, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3007 |
msgid "Fiji"
|
3008 |
msgstr ""
|
3009 |
|
3010 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:397, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3011 |
msgid "Finland"
|
3012 |
msgstr ""
|
3013 |
|
3014 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:398, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3015 |
msgid "France"
|
3016 |
msgstr ""
|
3017 |
|
3018 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:399, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3019 |
msgid "French Guiana"
|
3020 |
msgstr ""
|
3021 |
|
3022 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:400, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3023 |
msgid "French Polynesia"
|
3024 |
msgstr ""
|
3025 |
|
3026 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:401, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3027 |
msgid "French Southern Territories"
|
3028 |
msgstr ""
|
3029 |
|
3030 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:402, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3031 |
msgid "Gabon"
|
3032 |
msgstr ""
|
3033 |
|
3034 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:403, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3035 |
msgid "Gambia"
|
3036 |
msgstr ""
|
3037 |
|
3038 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:404, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3039 |
msgid "Georgia"
|
3040 |
msgstr ""
|
3041 |
|
3042 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:405, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3043 |
msgid "Germany"
|
3044 |
msgstr ""
|
3045 |
|
3046 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:406, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3047 |
msgid "Ghana"
|
3048 |
msgstr ""
|
3049 |
|
3050 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:407, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3051 |
msgid "Gibraltar"
|
3052 |
msgstr ""
|
3053 |
|
3054 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:408, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3055 |
msgid "Greece"
|
3056 |
msgstr ""
|
3057 |
|
3058 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:409, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3059 |
msgid "Greenland"
|
3060 |
msgstr ""
|
3061 |
|
3062 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:410, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3063 |
msgid "Grenada"
|
3064 |
msgstr ""
|
3065 |
|
3066 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:411, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3067 |
msgid "Guadeloupe"
|
3068 |
msgstr ""
|
3069 |
|
3070 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:412, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3071 |
msgid "Guam"
|
3072 |
msgstr ""
|
3073 |
|
3074 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:413, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3075 |
msgid "Guatemala"
|
3076 |
msgstr ""
|
3077 |
|
3078 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:414, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3079 |
msgid "Guernsey"
|
3080 |
msgstr ""
|
3081 |
|
3082 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:415, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3083 |
msgid "Guinea"
|
3084 |
msgstr ""
|
3085 |
|
3086 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:416, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3087 |
msgid "Guinea-Bissau"
|
3088 |
msgstr ""
|
3089 |
|
3090 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:417, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3091 |
msgid "Guyana"
|
3092 |
msgstr ""
|
3093 |
|
3094 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:418, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3095 |
msgid "Haiti"
|
3096 |
msgstr ""
|
3097 |
|
3098 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:419, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3099 |
msgid "Heard Island and McDonald Islands"
|
3100 |
msgstr ""
|
3101 |
|
3102 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:420, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3103 |
msgid "Honduras"
|
3104 |
msgstr ""
|
3105 |
|
3106 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:421, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3107 |
msgid "Hong Kong"
|
3108 |
msgstr ""
|
3109 |
|
3110 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:422, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3111 |
msgid "Hungary"
|
3112 |
msgstr ""
|
3113 |
|
3114 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:423, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3115 |
msgid "Iceland"
|
3116 |
msgstr ""
|
3117 |
|
3118 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:424, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3119 |
msgid "India"
|
3120 |
msgstr ""
|
3121 |
|
3122 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:425, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3123 |
msgid "Indonesia"
|
3124 |
msgstr ""
|
3125 |
|
3126 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:426
|
3127 |
msgid "Iran"
|
3128 |
msgstr ""
|
3129 |
|
3130 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:427, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3131 |
msgid "Iraq"
|
3132 |
msgstr ""
|
3133 |
|
3134 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:428, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3135 |
msgid "Ireland"
|
3136 |
msgstr ""
|
3137 |
|
3138 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:429, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3139 |
msgid "Isle of Man"
|
3140 |
msgstr ""
|
3141 |
|
3142 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:430, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3143 |
msgid "Israel"
|
3144 |
msgstr ""
|
3145 |
|
3146 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:431, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3147 |
msgid "Italy"
|
3148 |
msgstr ""
|
3149 |
|
3150 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:432
|
3151 |
msgid "Ivory Coast"
|
3152 |
msgstr ""
|
3153 |
|
3154 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:433, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3155 |
msgid "Jamaica"
|
3156 |
msgstr ""
|
3157 |
|
3158 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:434, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3159 |
msgid "Japan"
|
3160 |
msgstr ""
|
3161 |
|
3162 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:435, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3163 |
msgid "Jersey"
|
3164 |
msgstr ""
|
3165 |
|
3166 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:436, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3167 |
msgid "Jordan"
|
3168 |
msgstr ""
|
3169 |
|
3170 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:437, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3171 |
msgid "Kazakhstan"
|
3172 |
msgstr ""
|
3173 |
|
3174 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:438, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3175 |
msgid "Kenya"
|
3176 |
msgstr ""
|
3177 |
|
3178 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:439, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3179 |
msgid "Kiribati"
|
3180 |
msgstr ""
|
3181 |
|
3182 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:440
|
3183 |
msgid "Kosovo"
|
3184 |
msgstr ""
|
3185 |
|
3186 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:441, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3187 |
msgid "Kuwait"
|
3188 |
msgstr ""
|
3189 |
|
3190 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:442, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3191 |
msgid "Kyrgyzstan"
|
3192 |
msgstr ""
|
3193 |
|
3194 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:443
|
3195 |
msgid "Laos"
|
3196 |
msgstr ""
|
3197 |
|
3198 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:444, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3199 |
msgid "Latvia"
|
3200 |
msgstr ""
|
3201 |
|
3202 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:445, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3203 |
msgid "Lebanon"
|
3204 |
msgstr ""
|
3205 |
|
3206 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:446, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3207 |
msgid "Lesotho"
|
3208 |
msgstr ""
|
3209 |
|
3210 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:447, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3211 |
msgid "Liberia"
|
3212 |
msgstr ""
|
3213 |
|
3214 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:448, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3215 |
msgid "Libya"
|
3216 |
msgstr ""
|
3217 |
|
3218 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:449, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3219 |
msgid "Liechtenstein"
|
3220 |
msgstr ""
|
3221 |
|
3222 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:450, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3223 |
msgid "Lithuania"
|
3224 |
msgstr ""
|
3225 |
|
3226 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:451, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3227 |
msgid "Luxembourg"
|
3228 |
msgstr ""
|
3229 |
|
3230 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:452, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3231 |
msgid "Macao"
|
3232 |
msgstr ""
|
3233 |
|
3234 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:453
|
3235 |
msgid "Macedonia"
|
3236 |
msgstr ""
|
3237 |
|
3238 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:454, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3239 |
msgid "Madagascar"
|
3240 |
msgstr ""
|
3241 |
|
3242 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:455, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3243 |
msgid "Malawi"
|
3244 |
msgstr ""
|
3245 |
|
3246 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:456, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3247 |
msgid "Malaysia"
|
3248 |
msgstr ""
|
3249 |
|
3250 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:457, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3251 |
msgid "Maldives"
|
3252 |
msgstr ""
|
3253 |
|
3254 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:458, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3255 |
msgid "Mali"
|
3256 |
msgstr ""
|
3257 |
|
3258 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:459, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3259 |
msgid "Malta"
|
3260 |
msgstr ""
|
3261 |
|
3262 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:460, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3263 |
msgid "Marshall Islands"
|
3264 |
msgstr ""
|
3265 |
|
3266 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:461, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3267 |
msgid "Martinique"
|
3268 |
msgstr ""
|
3269 |
|
3270 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:462, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3271 |
msgid "Mauritania"
|
3272 |
msgstr ""
|
3273 |
|
3274 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:463, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3275 |
msgid "Mauritius"
|
3276 |
msgstr ""
|
3277 |
|
3278 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:464, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3279 |
msgid "Mayotte"
|
3280 |
msgstr ""
|
3281 |
|
3282 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:465, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3283 |
msgid "Mexico"
|
3284 |
msgstr ""
|
3285 |
|
3286 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:466
|
3287 |
msgid "Micronesia"
|
3288 |
msgstr ""
|
3289 |
|
3290 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:467
|
3291 |
msgid "Moldova"
|
3292 |
msgstr ""
|
3293 |
|
3294 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:468, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3295 |
msgid "Monaco"
|
3296 |
msgstr ""
|
3297 |
|
3298 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:469, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3299 |
msgid "Mongolia"
|
3300 |
msgstr ""
|
3301 |
|
3302 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:470, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3303 |
msgid "Montenegro"
|
3304 |
msgstr ""
|
3305 |
|
3306 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:471, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3307 |
msgid "Montserrat"
|
3308 |
msgstr ""
|
3309 |
|
3310 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:472, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3311 |
msgid "Morocco"
|
3312 |
msgstr ""
|
3313 |
|
3314 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:473, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3315 |
msgid "Mozambique"
|
3316 |
msgstr ""
|
3317 |
|
3318 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:474, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3319 |
msgid "Myanmar"
|
3320 |
msgstr ""
|
3321 |
|
3322 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:475, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3323 |
msgid "Namibia"
|
3324 |
msgstr ""
|
3325 |
|
3326 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:476, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3327 |
msgid "Nauru"
|
3328 |
msgstr ""
|
3329 |
|
3330 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:477, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3331 |
msgid "Nepal"
|
3332 |
msgstr ""
|
3333 |
|
3334 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:478, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3335 |
msgid "Netherlands"
|
3336 |
msgstr ""
|
3337 |
|
3338 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:479, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3339 |
msgid "New Caledonia"
|
3340 |
msgstr ""
|
3341 |
|
3342 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:480, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3343 |
msgid "New Zealand"
|
3344 |
msgstr ""
|
3345 |
|
3346 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:481, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3347 |
msgid "Nicaragua"
|
3348 |
msgstr ""
|
3349 |
|
3350 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:482, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3351 |
msgid "Niger"
|
3352 |
msgstr ""
|
3353 |
|
3354 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:483, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3355 |
msgid "Nigeria"
|
3356 |
msgstr ""
|
3357 |
|
3358 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:484, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3359 |
msgid "Niue"
|
3360 |
msgstr ""
|
3361 |
|
3362 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:485, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3363 |
msgid "Norfolk Island"
|
3364 |
msgstr ""
|
3365 |
|
3366 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:486
|
3367 |
msgid "North Korea"
|
3368 |
msgstr ""
|
3369 |
|
3370 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:487, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3371 |
msgid "Northern Mariana Islands"
|
3372 |
msgstr ""
|
3373 |
|
3374 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:488, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3375 |
msgid "Norway"
|
3376 |
msgstr ""
|
3377 |
|
3378 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:489, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3379 |
msgid "Oman"
|
3380 |
msgstr ""
|
3381 |
|
3382 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:490, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3383 |
msgid "Pakistan"
|
3384 |
msgstr ""
|
3385 |
|
3386 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:491, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3387 |
msgid "Palau"
|
3388 |
msgstr ""
|
3389 |
|
3390 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:492
|
3391 |
msgid "Palestinian Territory"
|
3392 |
msgstr ""
|
3393 |
|
3394 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:493, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3395 |
msgid "Panama"
|
3396 |
msgstr ""
|
3397 |
|
3398 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:494, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3399 |
msgid "Papua New Guinea"
|
3400 |
msgstr ""
|
3401 |
|
3402 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:495, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3403 |
msgid "Paraguay"
|
3404 |
msgstr ""
|
3405 |
|
3406 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:496, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3407 |
msgid "Peru"
|
3408 |
msgstr ""
|
3409 |
|
3410 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:497, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3411 |
msgid "Philippines"
|
3412 |
msgstr ""
|
3413 |
|
3414 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:498, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3415 |
msgid "Pitcairn"
|
3416 |
msgstr ""
|
3417 |
|
3418 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:499, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3419 |
msgid "Poland"
|
3420 |
msgstr ""
|
3421 |
|
3422 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:500, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3423 |
msgid "Portugal"
|
3424 |
msgstr ""
|
3425 |
|
3426 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:501, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3427 |
msgid "Puerto Rico"
|
3428 |
msgstr ""
|
3429 |
|
3430 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:502, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3431 |
msgid "Qatar"
|
3432 |
msgstr ""
|
3433 |
|
3434 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:503
|
3435 |
msgid "Republic of the Congo"
|
3436 |
msgstr ""
|
3437 |
|
3438 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:504, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3439 |
msgid "Reunion"
|
3440 |
msgstr ""
|
3441 |
|
3442 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:505, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3443 |
msgid "Romania"
|
3444 |
msgstr ""
|
3445 |
|
3446 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:506
|
3447 |
msgid "Russia"
|
3448 |
msgstr ""
|
3449 |
|
3450 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:507, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3451 |
msgid "Rwanda"
|
3452 |
msgstr ""
|
3453 |
|
3454 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:508, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3455 |
msgid "Saint Barthelemy"
|
3456 |
msgstr ""
|
3457 |
|
3458 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:509
|
3459 |
msgid "Saint Helena"
|
3460 |
msgstr ""
|
3461 |
|
3462 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:510, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3463 |
msgid "Saint Kitts and Nevis"
|
3464 |
msgstr ""
|
3465 |
|
3466 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:511, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3467 |
msgid "Saint Lucia"
|
3468 |
msgstr ""
|
3469 |
|
3470 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:512
|
3471 |
msgid "Saint Martin"
|
3472 |
msgstr ""
|
3473 |
|
3474 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:513, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3475 |
msgid "Saint Pierre and Miquelon"
|
3476 |
msgstr ""
|
3477 |
|
3478 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:514, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3479 |
msgid "Saint Vincent and the Grenadines"
|
3480 |
msgstr ""
|
3481 |
|
3482 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:515, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3483 |
msgid "Samoa"
|
3484 |
msgstr ""
|
3485 |
|
3486 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:516, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3487 |
msgid "San Marino"
|
3488 |
msgstr ""
|
3489 |
|
3490 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:517, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3491 |
msgid "Sao Tome and Principe"
|
3492 |
msgstr ""
|
3493 |
|
3494 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:518, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3495 |
msgid "Saudi Arabia"
|
3496 |
msgstr ""
|
3497 |
|
3498 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:519, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3499 |
msgid "Senegal"
|
3500 |
msgstr ""
|
3501 |
|
3502 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:520, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3503 |
msgid "Serbia"
|
3504 |
msgstr ""
|
3505 |
|
3506 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:521, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3507 |
msgid "Seychelles"
|
3508 |
msgstr ""
|
3509 |
|
3510 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:522, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3511 |
msgid "Sierra Leone"
|
3512 |
msgstr ""
|
3513 |
|
3514 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:523, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3515 |
msgid "Singapore"
|
3516 |
msgstr ""
|
3517 |
|
3518 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:524
|
3519 |
msgid "Sint Maarten"
|
3520 |
msgstr ""
|
3521 |
|
3522 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:525, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3523 |
msgid "Slovakia"
|
3524 |
msgstr ""
|
3525 |
|
3526 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:526, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3527 |
msgid "Slovenia"
|
3528 |
msgstr ""
|
3529 |
|
3530 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:527, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3531 |
msgid "Solomon Islands"
|
3532 |
msgstr ""
|
3533 |
|
3534 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:528, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3535 |
msgid "Somalia"
|
3536 |
msgstr ""
|
3537 |
|
3538 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:529, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3539 |
msgid "South Africa"
|
3540 |
msgstr ""
|
3541 |
|
3542 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:530, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3543 |
msgid "South Georgia and the South Sandwich Islands"
|
3544 |
msgstr ""
|
3545 |
|
3546 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:531
|
3547 |
msgid "South Korea"
|
3548 |
msgstr ""
|
3549 |
|
3550 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:532, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3551 |
msgid "South Sudan"
|
3552 |
msgstr ""
|
3553 |
|
3554 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:533, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3555 |
msgid "Spain"
|
3556 |
msgstr ""
|
3557 |
|
3558 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:534, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3559 |
msgid "Sri Lanka"
|
3560 |
msgstr ""
|
3561 |
|
3562 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:535, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3563 |
msgid "Sudan"
|
3564 |
msgstr ""
|
3565 |
|
3566 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:536, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3567 |
msgid "Suriname"
|
3568 |
msgstr ""
|
3569 |
|
3570 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:537, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3571 |
msgid "Svalbard and Jan Mayen"
|
3572 |
msgstr ""
|
3573 |
|
3574 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:538, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3575 |
msgid "Swaziland"
|
3576 |
msgstr ""
|
3577 |
|
3578 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:539, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3579 |
msgid "Sweden"
|
3580 |
msgstr ""
|
3581 |
|
3582 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:540, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3583 |
msgid "Switzerland"
|
3584 |
msgstr ""
|
3585 |
|
3586 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:541
|
3587 |
msgid "Syria"
|
3588 |
msgstr ""
|
3589 |
|
3590 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:542
|
3591 |
msgid "Taiwan"
|
3592 |
msgstr ""
|
3593 |
|
3594 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:543, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3595 |
msgid "Tajikistan"
|
3596 |
msgstr ""
|
3597 |
|
3598 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:544
|
3599 |
msgid "Tanzania"
|
3600 |
msgstr ""
|
3601 |
|
3602 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:545, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3603 |
msgid "Thailand"
|
3604 |
msgstr ""
|
3605 |
|
3606 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:546, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3607 |
msgid "Togo"
|
3608 |
msgstr ""
|
3609 |
|
3610 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:547, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3611 |
msgid "Tokelau"
|
3612 |
msgstr ""
|
3613 |
|
3614 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:548, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3615 |
msgid "Tonga"
|
3616 |
msgstr ""
|
3617 |
|
3618 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:549, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3619 |
msgid "Trinidad and Tobago"
|
3620 |
msgstr ""
|
3621 |
|
3622 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:550, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3623 |
msgid "Tunisia"
|
3624 |
msgstr ""
|
3625 |
|
3626 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:551, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3627 |
msgid "Turkey"
|
3628 |
msgstr ""
|
3629 |
|
3630 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:552, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3631 |
msgid "Turkmenistan"
|
3632 |
msgstr ""
|
3633 |
|
3634 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:553, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3635 |
msgid "Turks and Caicos Islands"
|
3636 |
msgstr ""
|
3637 |
|
3638 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:554, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3639 |
msgid "Tuvalu"
|
3640 |
msgstr ""
|
3641 |
|
3642 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:555
|
3643 |
msgid "U.S. Virgin Islands"
|
3644 |
msgstr ""
|
3645 |
|
3646 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:556, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3647 |
msgid "Uganda"
|
3648 |
msgstr ""
|
3649 |
|
3650 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:557, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3651 |
msgid "Ukraine"
|
3652 |
msgstr ""
|
3653 |
|
3654 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:558, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3655 |
msgid "United Arab Emirates"
|
3656 |
msgstr ""
|
3657 |
|
3658 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:559, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3659 |
msgid "United Kingdom"
|
3660 |
msgstr ""
|
3661 |
|
3662 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:560, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3663 |
msgid "United States"
|
3664 |
msgstr ""
|
3665 |
|
3666 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:561, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3667 |
msgid "United States Minor Outlying Islands"
|
3668 |
msgstr ""
|
3669 |
|
3670 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:562, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3671 |
msgid "Uruguay"
|
3672 |
msgstr ""
|
3673 |
|
3674 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:563, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3675 |
msgid "Uzbekistan"
|
3676 |
msgstr ""
|
3677 |
|
3678 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:564, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3679 |
msgid "Vanuatu"
|
3680 |
msgstr ""
|
3681 |
|
3682 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:565
|
3683 |
msgid "Vatican"
|
3684 |
msgstr ""
|
3685 |
|
3686 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:566
|
3687 |
msgid "Venezuela"
|
3688 |
msgstr ""
|
3689 |
|
3690 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:567
|
3691 |
msgid "Vietnam"
|
3692 |
msgstr ""
|
3693 |
|
3694 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:568, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3695 |
msgid "Wallis and Futuna"
|
3696 |
msgstr ""
|
3697 |
|
3698 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:569, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3699 |
msgid "Western Sahara"
|
3700 |
msgstr ""
|
3701 |
|
3702 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:570, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3703 |
msgid "Yemen"
|
3704 |
msgstr ""
|
3705 |
|
3706 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:571, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3707 |
msgid "Zambia"
|
3708 |
msgstr ""
|
3709 |
|
3710 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:572, ../profile-builder-2.0/front-end/extra-fields/select-country/select-country.php:10
|
3711 |
msgid "Zimbabwe"
|
3712 |
msgstr ""
|
3713 |
|
3714 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:605
|
3715 |
msgid "Albania Lek"
|
3716 |
msgstr ""
|
3717 |
|
3718 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:606
|
3719 |
msgid "Afghanistan Afghani"
|
3720 |
msgstr ""
|
3721 |
|
3722 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:607
|
3723 |
msgid "Argentina Peso"
|
3724 |
msgstr ""
|
3725 |
|
3726 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:609
|
3727 |
msgid "Australia Dollar"
|
3728 |
msgstr ""
|
3729 |
|
3730 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:610
|
3731 |
msgid "Azerbaijan New Manat"
|
3732 |
msgstr ""
|
3733 |
|
3734 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:611
|
3735 |
msgid "Bahamas Dollar"
|
3736 |
msgstr ""
|
3737 |
|
3738 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:612
|
3739 |
msgid "Barbados Dollar"
|
3740 |
msgstr ""
|
3741 |
|
3742 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:613
|
3743 |
msgid "Bangladeshi taka"
|
3744 |
msgstr ""
|
3745 |
|
3746 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:614
|
3747 |
msgid "Belarus Ruble"
|
3748 |
msgstr ""
|
3749 |
|
3750 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:615
|
3751 |
msgid "Belize Dollar"
|
3752 |
msgstr ""
|
3753 |
|
3754 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:616
|
3755 |
msgid "Bermuda Dollar"
|
3756 |
msgstr ""
|
3757 |
|
3758 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:617
|
3759 |
msgid "Bolivia Boliviano"
|
3760 |
msgstr ""
|
3761 |
|
3762 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:618
|
3763 |
msgid "Bosnia and Herzegovina Convertible Marka"
|
3764 |
msgstr ""
|
3765 |
|
3766 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:619
|
3767 |
msgid "Botswana Pula"
|
3768 |
msgstr ""
|
3769 |
|
3770 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:620
|
3771 |
msgid "Bulgaria Lev"
|
3772 |
msgstr ""
|
3773 |
|
3774 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:621
|
3775 |
msgid "Brazil Real"
|
3776 |
msgstr ""
|
3777 |
|
3778 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:622
|
3779 |
msgid "Brunei Darussalam Dollar"
|
3780 |
msgstr ""
|
3781 |
|
3782 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:623
|
3783 |
msgid "Cambodia Riel"
|
3784 |
msgstr ""
|
3785 |
|
3786 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:624
|
3787 |
msgid "Canada Dollar"
|
3788 |
msgstr ""
|
3789 |
|
3790 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:625
|
3791 |
msgid "Cayman Islands Dollar"
|
3792 |
msgstr ""
|
3793 |
|
3794 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:626
|
3795 |
msgid "Chile Peso"
|
3796 |
msgstr ""
|
3797 |
|
3798 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:627
|
3799 |
msgid "China Yuan Renminbi"
|
3800 |
msgstr ""
|
3801 |
|
3802 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:628
|
3803 |
msgid "Colombia Peso"
|
3804 |
msgstr ""
|
3805 |
|
3806 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:629
|
3807 |
msgid "Costa Rica Colon"
|
3808 |
msgstr ""
|
3809 |
|
3810 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:630
|
3811 |
msgid "Croatia Kuna"
|
3812 |
msgstr ""
|
3813 |
|
3814 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:631
|
3815 |
msgid "Cuba Peso"
|
3816 |
msgstr ""
|
3817 |
|
3818 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:632
|
3819 |
msgid "Czech Republic Koruna"
|
3820 |
msgstr ""
|
3821 |
|
3822 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:633
|
3823 |
msgid "Denmark Krone"
|
3824 |
msgstr ""
|
3825 |
|
3826 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:634
|
3827 |
msgid "Dominican Republic Peso"
|
3828 |
msgstr ""
|
3829 |
|
3830 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:635
|
3831 |
msgid "East Caribbean Dollar"
|
3832 |
msgstr ""
|
3833 |
|
3834 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:636
|
3835 |
msgid "Egypt Pound"
|
3836 |
msgstr ""
|
3837 |
|
3838 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:637
|
3839 |
msgid "El Salvador Colon"
|
3840 |
msgstr ""
|
3841 |
|
3842 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:638
|
3843 |
msgid "Estonia Kroon"
|
3844 |
msgstr ""
|
3845 |
|
3846 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:639
|
3847 |
msgid "Euro"
|
3848 |
msgstr ""
|
3849 |
|
3850 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:640
|
3851 |
msgid "Falkland Islands (Malvinas) Pound"
|
3852 |
msgstr ""
|
3853 |
|
3854 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:641
|
3855 |
msgid "Fiji Dollar"
|
3856 |
msgstr ""
|
3857 |
|
3858 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:642
|
3859 |
msgid "Ghana Cedis"
|
3860 |
msgstr ""
|
3861 |
|
3862 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:643
|
3863 |
msgid "Gibraltar Pound"
|
3864 |
msgstr ""
|
3865 |
|
3866 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:644
|
3867 |
msgid "Guatemala Quetzal"
|
3868 |
msgstr ""
|
3869 |
|
3870 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:645
|
3871 |
msgid "Guernsey Pound"
|
3872 |
msgstr ""
|
3873 |
|
3874 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:646
|
3875 |
msgid "Guyana Dollar"
|
3876 |
msgstr ""
|
3877 |
|
3878 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:647
|
3879 |
msgid "Honduras Lempira"
|
3880 |
msgstr ""
|
3881 |
|
3882 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:648
|
3883 |
msgid "Hong Kong Dollar"
|
3884 |
msgstr ""
|
3885 |
|
3886 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:649
|
3887 |
msgid "Hungary Forint"
|
3888 |
msgstr ""
|
3889 |
|
3890 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:650
|
3891 |
msgid "Iceland Krona"
|
3892 |
msgstr ""
|
3893 |
|
3894 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:651
|
3895 |
msgid "India Rupee"
|
3896 |
msgstr ""
|
3897 |
|
3898 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:652
|
3899 |
msgid "Indonesia Rupiah"
|
3900 |
msgstr ""
|
3901 |
|
3902 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:653
|
3903 |
msgid "Iran Rial"
|
3904 |
msgstr ""
|
3905 |
|
3906 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:654
|
3907 |
msgid "Isle of Man Pound"
|
3908 |
msgstr ""
|
3909 |
|
3910 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:655
|
3911 |
msgid "Israel Shekel"
|
3912 |
msgstr ""
|
3913 |
|
3914 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:656
|
3915 |
msgid "Jamaica Dollar"
|
3916 |
msgstr ""
|
3917 |
|
3918 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:657
|
3919 |
msgid "Japan Yen"
|
3920 |
msgstr ""
|
3921 |
|
3922 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:658
|
3923 |
msgid "Jersey Pound"
|
3924 |
msgstr ""
|
3925 |
|
3926 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:659
|
3927 |
msgid "Kazakhstan Tenge"
|
3928 |
msgstr ""
|
3929 |
|
3930 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:660
|
3931 |
msgid "Korea (North) Won"
|
3932 |
msgstr ""
|
3933 |
|
3934 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:661
|
3935 |
msgid "Korea (South) Won"
|
3936 |
msgstr ""
|
3937 |
|
3938 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:662
|
3939 |
msgid "Kyrgyzstan Som"
|
3940 |
msgstr ""
|
3941 |
|
3942 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:663
|
3943 |
msgid "Laos Kip"
|
3944 |
msgstr ""
|
3945 |
|
3946 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:664
|
3947 |
msgid "Latvia Lat"
|
3948 |
msgstr ""
|
3949 |
|
3950 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:665
|
3951 |
msgid "Lebanon Pound"
|
3952 |
msgstr ""
|
3953 |
|
3954 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:666
|
3955 |
msgid "Liberia Dollar"
|
3956 |
msgstr ""
|
3957 |
|
3958 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:667
|
3959 |
msgid "Lithuania Litas"
|
3960 |
msgstr ""
|
3961 |
|
3962 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:668
|
3963 |
msgid "Macedonia Denar"
|
3964 |
msgstr ""
|
3965 |
|
3966 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:669
|
3967 |
msgid "Malaysia Ringgit"
|
3968 |
msgstr ""
|
3969 |
|
3970 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:670
|
3971 |
msgid "Mauritius Rupee"
|
3972 |
msgstr ""
|
3973 |
|
3974 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:671
|
3975 |
msgid "Mexico Peso"
|
3976 |
msgstr ""
|
3977 |
|
3978 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:672
|
3979 |
msgid "Mongolia Tughrik"
|
3980 |
msgstr ""
|
3981 |
|
3982 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:673
|
3983 |
msgid "Mozambique Metical"
|
3984 |
msgstr ""
|
3985 |
|
3986 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:674
|
3987 |
msgid "Namibia Dollar"
|
3988 |
msgstr ""
|
3989 |
|
3990 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:675
|
3991 |
msgid "Nepal Rupee"
|
3992 |
msgstr ""
|
3993 |
|
3994 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:676
|
3995 |
msgid "Netherlands Antilles Guilder"
|
3996 |
msgstr ""
|
3997 |
|
3998 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:677
|
3999 |
msgid "New Zealand Dollar"
|
4000 |
msgstr ""
|
4001 |
|
4002 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:678
|
4003 |
msgid "Nicaragua Cordoba"
|
4004 |
msgstr ""
|
4005 |
|
4006 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:679
|
4007 |
msgid "Nigeria Naira"
|
4008 |
msgstr ""
|
4009 |
|
4010 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:680
|
4011 |
msgid "Norway Krone"
|
4012 |
msgstr ""
|
4013 |
|
4014 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:681
|
4015 |
msgid "Oman Rial"
|
4016 |
msgstr ""
|
4017 |
|
4018 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:682
|
4019 |
msgid "Pakistan Rupee"
|
4020 |
msgstr ""
|
4021 |
|
4022 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:683
|
4023 |
msgid "Panama Balboa"
|
4024 |
msgstr ""
|
4025 |
|
4026 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:684
|
4027 |
msgid "Paraguay Guarani"
|
4028 |
msgstr ""
|
4029 |
|
4030 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:685
|
4031 |
msgid "Peru Nuevo Sol"
|
4032 |
msgstr ""
|
4033 |
|
4034 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:686
|
4035 |
msgid "Philippines Peso"
|
4036 |
msgstr ""
|
4037 |
|
4038 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:687
|
4039 |
msgid "Poland Zloty"
|
4040 |
msgstr ""
|
4041 |
|
4042 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:688
|
4043 |
msgid "Qatar Riyal"
|
4044 |
msgstr ""
|
4045 |
|
4046 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:689
|
4047 |
msgid "Romania New Leu"
|
4048 |
msgstr ""
|
4049 |
|
4050 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:690
|
4051 |
msgid "Russia Ruble"
|
4052 |
msgstr ""
|
4053 |
|
4054 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:691
|
4055 |
msgid "Saint Helena Pound"
|
4056 |
msgstr ""
|
4057 |
|
4058 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:692
|
4059 |
msgid "Saudi Arabia Riyal"
|
4060 |
msgstr ""
|
4061 |
|
4062 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:693
|
4063 |
msgid "Serbia Dinar"
|
4064 |
msgstr ""
|
4065 |
|
4066 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:694
|
4067 |
msgid "Seychelles Rupee"
|
4068 |
msgstr ""
|
4069 |
|
4070 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:695
|
4071 |
msgid "Singapore Dollar"
|
4072 |
msgstr ""
|
4073 |
|
4074 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:696
|
4075 |
msgid "Solomon Islands Dollar"
|
4076 |
msgstr ""
|
4077 |
|
4078 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:697
|
4079 |
msgid "Somalia Shilling"
|
4080 |
msgstr ""
|
4081 |
|
4082 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:698
|
4083 |
msgid "South Africa Rand"
|
4084 |
msgstr ""
|
4085 |
|
4086 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:699
|
4087 |
msgid "Sri Lanka Rupee"
|
4088 |
msgstr ""
|
4089 |
|
4090 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:700
|
4091 |
msgid "Sweden Krona"
|
4092 |
msgstr ""
|
4093 |
|
4094 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:701
|
4095 |
msgid "Switzerland Franc"
|
4096 |
msgstr ""
|
4097 |
|
4098 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:702
|
4099 |
msgid "Suriname Dollar"
|
4100 |
msgstr ""
|
4101 |
|
4102 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:703
|
4103 |
msgid "Syria Pound"
|
4104 |
msgstr ""
|
4105 |
|
4106 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:704
|
4107 |
msgid "Taiwan New Dollar"
|
4108 |
msgstr ""
|
4109 |
|
4110 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:705
|
4111 |
msgid "Thailand Baht"
|
4112 |
msgstr ""
|
4113 |
|
4114 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:706
|
4115 |
msgid "Trinidad and Tobago Dollar"
|
4116 |
msgstr ""
|
4117 |
|
4118 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:707, ../profile-builder-2.0/admin/manage-fields.php:708
|
4119 |
msgid "Turkey Lira"
|
4120 |
msgstr ""
|
4121 |
|
4122 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:709
|
4123 |
msgid "Tuvalu Dollar"
|
4124 |
msgstr ""
|
4125 |
|
4126 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:710
|
4127 |
msgid "Ukraine Hryvna"
|
4128 |
msgstr ""
|
4129 |
|
4130 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:711
|
4131 |
msgid "United Kingdom Pound"
|
4132 |
msgstr ""
|
4133 |
|
4134 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:712
|
4135 |
msgid "Uganda Shilling"
|
4136 |
msgstr ""
|
4137 |
|
4138 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:713
|
4139 |
msgid "US Dollar"
|
4140 |
msgstr ""
|
4141 |
|
4142 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:714
|
4143 |
msgid "Uruguay Peso"
|
4144 |
msgstr ""
|
4145 |
|
4146 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:715
|
4147 |
msgid "Uzbekistan Som"
|
4148 |
msgstr ""
|
4149 |
|
4150 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:716
|
4151 |
msgid "Venezuela Bolivar"
|
4152 |
msgstr ""
|
4153 |
|
4154 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:717
|
4155 |
msgid "Viet Nam Dong"
|
4156 |
msgstr ""
|
4157 |
|
4158 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:718
|
4159 |
msgid "Yemen Rial"
|
4160 |
msgstr ""
|
4161 |
|
4162 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:719
|
4163 |
msgid "Zimbabwe Dollar"
|
4164 |
msgstr ""
|
4165 |
|
4166 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:1021, ../profile-builder-2.0/admin/manage-fields.php:1178
|
4167 |
msgid ""
|
4168 |
"You must select a field\n"
|
4169 |
""
|
4170 |
msgstr ""
|
4171 |
|
4172 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:1031
|
4173 |
msgid ""
|
4174 |
"Please choose a different field type as this one already exists in your form (must be unique)\n"
|
4175 |
""
|
4176 |
msgstr ""
|
4177 |
|
4178 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:1042
|
4179 |
msgid ""
|
4180 |
"The entered avatar size is not between 20 and 200\n"
|
4181 |
""
|
4182 |
msgstr ""
|
4183 |
|
4184 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:1045
|
4185 |
msgid ""
|
4186 |
"The entered avatar size is not numerical\n"
|
4187 |
""
|
4188 |
msgstr ""
|
4189 |
|
4190 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:1053
|
4191 |
msgid ""
|
4192 |
"The entered row number is not numerical\n"
|
4193 |
""
|
4194 |
msgstr ""
|
4195 |
|
4196 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:1056
|
4197 |
msgid ""
|
4198 |
"You must enter a value for the row number\n"
|
4199 |
""
|
4200 |
msgstr ""
|
4201 |
|
4202 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:1064
|
4203 |
msgid ""
|
4204 |
"You must enter the site key\n"
|
4205 |
""
|
4206 |
msgstr ""
|
4207 |
|
4208 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:1066
|
4209 |
msgid ""
|
4210 |
"You must enter the secret key\n"
|
4211 |
""
|
4212 |
msgstr ""
|
4213 |
|
4214 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:1077
|
4215 |
msgid ""
|
4216 |
"The entered value for the Datepicker is not a valid date-format\n"
|
4217 |
""
|
4218 |
msgstr ""
|
4219 |
|
4220 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:1080
|
4221 |
msgid ""
|
4222 |
"You must enter a value for the date-format\n"
|
4223 |
""
|
4224 |
msgstr ""
|
4225 |
|
4226 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:1096
|
4227 |
msgid ""
|
4228 |
"The meta-name cannot be empty\n"
|
4229 |
""
|
4230 |
msgstr ""
|
4231 |
|
4232 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:1108, ../profile-builder-2.0/admin/manage-fields.php:1116, ../profile-builder-2.0/admin/manage-fields.php:1127
|
4233 |
msgid ""
|
4234 |
"That meta-name is already in use\n"
|
4235 |
""
|
4236 |
msgstr ""
|
4237 |
|
4238 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:1138
|
4239 |
msgid ""
|
4240 |
"The meta-name can only contain lowercase letters, numbers, _ , - and no spaces.\n"
|
4241 |
""
|
4242 |
msgstr ""
|
4243 |
|
4244 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:1158
|
4245 |
msgid ""
|
4246 |
"The following option(s) did not coincide with the ones in the options list: %s\n"
|
4247 |
""
|
4248 |
msgstr ""
|
4249 |
|
4250 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:1162
|
4251 |
msgid ""
|
4252 |
"The following option did not coincide with the ones in the options list: %s\n"
|
4253 |
""
|
4254 |
msgstr ""
|
4255 |
|
4256 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:1169
|
4257 |
msgid ""
|
4258 |
"Please select at least one user role\n"
|
4259 |
""
|
4260 |
msgstr ""
|
4261 |
|
4262 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:1185
|
4263 |
msgid ""
|
4264 |
"That field is already added in this form\n"
|
4265 |
""
|
4266 |
msgstr ""
|
4267 |
|
4268 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:1236
|
4269 |
msgid "<pre>Title</pre><pre>Type</pre><pre>Meta Name</pre><pre class=\"wppb-mb-head-required\">Required</pre>"
|
4270 |
msgstr ""
|
4271 |
|
4272 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:1251
|
4273 |
msgid "Use these shortcodes on the pages you want the forms to be displayed:"
|
4274 |
msgstr ""
|
4275 |
|
4276 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:1260
|
4277 |
msgid "If you're interested in displaying different fields in the registration and edit profile forms, please use the Multiple Registration & Edit Profile Forms Modules."
|
4278 |
msgstr ""
|
4279 |
|
4280 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:1262
|
4281 |
msgid "With Profile Builder Pro you can display different fields in the registration and edit profile forms, using the Multiple Registration & Edit Profile Forms module."
|
4282 |
msgstr ""
|
4283 |
|
4284 |
+
#: ../profile-builder-2.0/admin/manage-fields.php:1359
|
4285 |
msgid "Search Location"
|
4286 |
msgstr ""
|
4287 |
|
4509 |
msgid "You must be logged in to edit your profile."
|
4510 |
msgstr ""
|
4511 |
|
4512 |
+
#: ../profile-builder-2.0/front-end/class-formbuilder.php:263, ../profile-builder-2.0/front-end/login.php:478
|
4513 |
msgid "You are not allowed to do this."
|
4514 |
msgstr ""
|
4515 |
|
4549 |
msgid "Something went wrong. Please try again!"
|
4550 |
msgstr ""
|
4551 |
|
4552 |
+
#: ../profile-builder-2.0/front-end/login.php:308, ../profile-builder-2.0/front-end/login.php:315, ../profile-builder-2.0/front-end/login.php:329, ../profile-builder-2.0/front-end/recover.php:17, ../profile-builder-2.0/front-end/recover.php:249, ../profile-builder-2.0/front-end/extra-fields/extra-fields.php:92
|
4553 |
msgid "ERROR"
|
4554 |
msgstr ""
|
4555 |
|
4556 |
+
#: ../profile-builder-2.0/front-end/login.php:308
|
4557 |
msgid "The password you entered is incorrect."
|
4558 |
msgstr ""
|
4559 |
|
4560 |
+
#: ../profile-builder-2.0/front-end/login.php:309, ../profile-builder-2.0/front-end/login.php:316
|
4561 |
msgid "Password Lost and Found."
|
4562 |
msgstr ""
|
4563 |
|
4564 |
+
#: ../profile-builder-2.0/front-end/login.php:309, ../profile-builder-2.0/front-end/login.php:316
|
4565 |
msgid "Lost your password"
|
4566 |
msgstr ""
|
4567 |
|
4568 |
+
#: ../profile-builder-2.0/front-end/login.php:315
|
4569 |
msgid "Invalid username."
|
4570 |
msgstr ""
|
4571 |
|
4572 |
+
#: ../profile-builder-2.0/front-end/login.php:320, ../profile-builder-2.0/front-end/login.php:324
|
4573 |
msgid "username"
|
4574 |
msgstr ""
|
4575 |
|
4576 |
+
#: ../profile-builder-2.0/front-end/login.php:320
|
4577 |
msgid "email"
|
4578 |
msgstr ""
|
4579 |
|
4580 |
+
#: ../profile-builder-2.0/front-end/login.php:324
|
4581 |
msgid "username or email"
|
4582 |
msgstr ""
|
4583 |
|
4584 |
+
#: ../profile-builder-2.0/front-end/login.php:329
|
4585 |
msgid "Both fields are empty."
|
4586 |
msgstr ""
|
4587 |
|
4588 |
+
#: ../profile-builder-2.0/front-end/login.php:392
|
4589 |
msgid "Username or Email"
|
4590 |
msgstr ""
|
4591 |
|
4592 |
+
#: ../profile-builder-2.0/front-end/login.php:426
|
4593 |
msgid "Lost your password?"
|
4594 |
msgstr ""
|
4595 |
|
4596 |
+
#: ../profile-builder-2.0/front-end/login.php:465, ../profile-builder-2.0/front-end/logout.php:25
|
4597 |
msgid "Log out of this account"
|
4598 |
msgstr ""
|
4599 |
|
4600 |
+
#: ../profile-builder-2.0/front-end/login.php:465
|
4601 |
msgid "Log out"
|
4602 |
msgstr ""
|
4603 |
|
4604 |
+
#: ../profile-builder-2.0/front-end/login.php:466
|
4605 |
msgid "You are currently logged in as %1$s. %2$s"
|
4606 |
msgstr ""
|
4607 |
|