Version Description
- Translation Updates
Download this release
Release Info
| Developer | madalin.ungureanu |
| Plugin | |
| Version | 2.2.4 |
| Comparing to | |
| See all releases | |
Code changes from version 2.2.3 to 2.2.4
- admin/add-ons.php +26 -26
- admin/admin-bar.php +8 -8
- admin/admin-functions.php +8 -8
- admin/basic-info.php +56 -56
- admin/general-settings.php +37 -37
- admin/manage-fields.php +322 -322
- admin/register-version.php +15 -15
- assets/lib/wck-api/fields/country select.php +1 -1
- assets/lib/wck-api/fields/cpt select.php +1 -1
- assets/lib/wck-api/fields/select.php +1 -1
- assets/lib/wck-api/fields/user select.php +1 -1
- assets/lib/wck-api/wordpress-creation-kit.php +8 -8
- assets/misc/plugin-compatibilities.php +1 -1
- features/email-confirmation/class-email-confirmation.php +18 -18
- features/email-confirmation/email-confirmation.php +19 -19
- features/functions.php +14 -14
- features/login-widget/login-widget.php +7 -7
- features/upgrades/upgrades-functions.php +2 -2
- front-end/class-formbuilder.php +19 -19
- front-end/default-fields/email/email.php +6 -6
- front-end/default-fields/password-repeat/password-repeat.php +2 -2
- front-end/default-fields/password/password.php +2 -2
- front-end/default-fields/username/username.php +4 -4
- front-end/login.php +13 -13
- front-end/logout.php +2 -2
- front-end/recover.php +23 -23
- front-end/register.php +7 -7
- index.php +5 -5
- readme.txt +9 -6
- translation/profile-builder-da_DK.mo +0 -0
- translation/{profilebuilder-da_DK.po → profile-builder-da_DK.po} +1475 -513
- translation/profile-builder-de_DE.mo +0 -0
- translation/{profilebuilder-de_DE.po → profile-builder-de_DE.po} +1503 -541
- translation/profile-builder-es_ES.mo +0 -0
- translation/{profilebuilder-es_ES.po → profile-builder-es_ES.po} +1464 -502
- translation/{profilebuilder-fr_FR.mo → profile-builder-fr_FR.mo} +0 -0
- translation/{profilebuilder-fr_FR.po → profile-builder-fr_FR.po} +0 -0
- translation/profile-builder-it_IT.mo +0 -0
- translation/{profilebuilder-it_IT.po → profile-builder-it_IT.po} +1463 -501
- translation/profile-builder-ja_JP.mo +0 -0
- translation/{profilebuilder-ja_JP.po → profile-builder-ja_JP.po} +1463 -501
- translation/profile-builder-nb_NO.mo +0 -0
- translation/{profilebuilder-nb_NO.po → profile-builder-nb_NO.po} +1463 -501
- translation/profile-builder-nl_NL.mo +0 -0
- translation/{profilebuilder-nl_NL.po → profile-builder-nl_NL.po} +1619 -667
- translation/profile-builder-pl_PL.mo +0 -0
- translation/profile-builder-pl_PL.po +1766 -0
admin/add-ons.php
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
* @return void
|
| 8 |
*/
|
| 9 |
function wppb_register_add_ons_submenu_page() {
|
| 10 |
-
add_submenu_page( 'profile-builder', __( 'Add-Ons', '
|
| 11 |
}
|
| 12 |
add_action( 'admin_menu', 'wppb_register_add_ons_submenu_page', 19 );
|
| 13 |
|
|
@@ -29,22 +29,22 @@ function wppb_add_ons_content() {
|
|
| 29 |
|
| 30 |
<div class="wrap wppb-add-on-wrap">
|
| 31 |
|
| 32 |
-
<h2><?php _e( 'Add-Ons', '
|
| 33 |
|
| 34 |
-
<span id="wppb-add-on-activate-button-text" class="wppb-add-on-user-messages"><?php echo __( 'Activate', '
|
| 35 |
|
| 36 |
-
<span id="wppb-add-on-downloading-message-text" class="wppb-add-on-user-messages"><?php echo __( 'Downloading and installing...', '
|
| 37 |
-
<span id="wppb-add-on-download-finished-message-text" class="wppb-add-on-user-messages"><?php echo __( 'Installation complete', '
|
| 38 |
|
| 39 |
-
<span id="wppb-add-on-activated-button-text" class="wppb-add-on-user-messages"><?php echo __( 'Add-On is Active', '
|
| 40 |
-
<span id="wppb-add-on-activated-message-text" class="wppb-add-on-user-messages"><?php echo __( 'Add-On has been activated', '
|
| 41 |
-
<span id="wppb-add-on-activated-error-button-text" class="wppb-add-on-user-messages"><?php echo __( 'Retry Install', '
|
| 42 |
|
| 43 |
-
<span id="wppb-add-on-is-active-message-text" class="wppb-add-on-user-messages"><?php echo __( 'Add-On is <strong>active</strong>', '
|
| 44 |
-
<span id="wppb-add-on-is-not-active-message-text" class="wppb-add-on-user-messages"><?php echo __( 'Add-On is <strong>inactive</strong>', '
|
| 45 |
|
| 46 |
-
<span id="wppb-add-on-deactivate-button-text" class="wppb-add-on-user-messages"><?php echo __( 'Deactivate', '
|
| 47 |
-
<span id="wppb-add-on-deactivated-message-text" class="wppb-add-on-user-messages"><?php echo __( 'Add-On has been deactivated.', '
|
| 48 |
|
| 49 |
<div id="the-list">
|
| 50 |
|
|
@@ -56,7 +56,7 @@ function wppb_add_ons_content() {
|
|
| 56 |
|
| 57 |
if( $wppb_add_ons === false ) {
|
| 58 |
|
| 59 |
-
echo __('Something went wrong, we could not connect to the server. Please try again later.', '
|
| 60 |
|
| 61 |
} else {
|
| 62 |
|
|
@@ -121,18 +121,18 @@ function wppb_add_ons_content() {
|
|
| 121 |
|
| 122 |
// Display activate/deactivate buttons
|
| 123 |
if (!$wppb_add_on_is_active) {
|
| 124 |
-
echo '<a class="wppb-add-on-activate right button button-secondary" href="' . $wppb_add_on['plugin_file'] . '" data-nonce="' . $ajax_nonce . '">' . __('Activate', '
|
| 125 |
|
| 126 |
// If add-on is network activated don't allow deactivation
|
| 127 |
} elseif (!$wppb_add_on_is_network_active) {
|
| 128 |
-
echo '<a class="wppb-add-on-deactivate right button button-secondary" href="' . $wppb_add_on['plugin_file'] . '" data-nonce="' . $ajax_nonce . '">' . __('Deactivate', '
|
| 129 |
}
|
| 130 |
|
| 131 |
// Display message to the user
|
| 132 |
if (!$wppb_add_on_is_active) {
|
| 133 |
-
echo '<span class="dashicons dashicons-no-alt"></span><span class="wppb-add-on-message">' . __('Add-On is <strong>inactive</strong>', '
|
| 134 |
} else {
|
| 135 |
-
echo '<span class="dashicons dashicons-yes"></span><span class="wppb-add-on-message">' . __('Add-On is <strong>active</strong>', '
|
| 136 |
}
|
| 137 |
|
| 138 |
} else {
|
|
@@ -141,16 +141,16 @@ function wppb_add_ons_content() {
|
|
| 141 |
// handles the in-page download
|
| 142 |
if (is_multisite()) {
|
| 143 |
($wppb_add_on['paid']) ? $wppb_paid_link_class = 'button-primary' : $wppb_paid_link_class = 'button-secondary';
|
| 144 |
-
($wppb_add_on['paid']) ? $wppb_paid_link_text = __('Buy Now', '
|
| 145 |
} else {
|
| 146 |
($wppb_add_on['paid']) ? $wppb_paid_link_class = 'button-primary' : $wppb_paid_link_class = 'button-secondary wppb-add-on-download';
|
| 147 |
-
($wppb_add_on['paid']) ? $wppb_paid_link_text = __('Buy Now', '
|
| 148 |
}
|
| 149 |
|
| 150 |
($wppb_add_on['paid']) ? $wppb_paid_href_utm_text = '?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page-buy-button&utm_campaign=PB' . $version : $wppb_paid_href_utm_text = '&utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PB' . $version;
|
| 151 |
|
| 152 |
echo '<a target="_blank" class="right button ' . $wppb_paid_link_class . '" href="' . $wppb_add_on['download_url'] . $wppb_paid_href_utm_text . '" data-add-on-slug="profile-builder-' . $wppb_add_on['slug'] . '" data-add-on-name="' . $wppb_add_on['name'] . '" data-nonce="' . $ajax_nonce . '">' . $wppb_paid_link_text . '</a>';
|
| 153 |
-
echo '<span class="dashicons dashicons-yes"></span><span class="wppb-add-on-message">' . __('Compatible with your version of Profile Builder.', '
|
| 154 |
|
| 155 |
}
|
| 156 |
|
|
@@ -159,22 +159,22 @@ function wppb_add_ons_content() {
|
|
| 159 |
// PB version type does not match
|
| 160 |
} else {
|
| 161 |
|
| 162 |
-
echo '<a target="_blank" class="button button-secondary right" href="http://www.cozmoslabs.com/wordpress-profile-builder/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page-upgrade-button&utm_campaign=PB' . $version . '">' . __('Upgrade Profile Builder', '
|
| 163 |
-
echo '<span class="dashicons dashicons-no-alt"></span><span class="wppb-add-on-message">' . __('Not compatible with Profile Builder', '
|
| 164 |
|
| 165 |
}
|
| 166 |
|
| 167 |
} else {
|
| 168 |
|
| 169 |
// If PB version is older than the minimum required version of the add-on
|
| 170 |
-
echo ' ' . '<a class="button button-secondary right" href="' . admin_url('plugins.php') . '">' . __('Update', '
|
| 171 |
-
echo '<span class="wppb-add-on-message">' . __('Not compatible with your version of Profile Builder.', '
|
| 172 |
-
echo '<span class="wppb-add-on-message">' . __('Minimum required Profile Builder version:', '
|
| 173 |
|
| 174 |
}
|
| 175 |
|
| 176 |
// We had to put this error here because we need the url of the add-on
|
| 177 |
-
echo '<span class="wppb-add-on-user-messages wppb-error-manual-install">' . sprintf(__('Could not install add-on. Retry or <a href="%s" target="_blank">install manually</a>.', '
|
| 178 |
|
| 179 |
echo '</div>';
|
| 180 |
echo '</div>';
|
| 7 |
* @return void
|
| 8 |
*/
|
| 9 |
function wppb_register_add_ons_submenu_page() {
|
| 10 |
+
add_submenu_page( 'profile-builder', __( 'Add-Ons', 'profile-builder' ), __( 'Add-Ons', 'profile-builder' ), 'manage_options', 'profile-builder-add-ons', 'wppb_add_ons_content' );
|
| 11 |
}
|
| 12 |
add_action( 'admin_menu', 'wppb_register_add_ons_submenu_page', 19 );
|
| 13 |
|
| 29 |
|
| 30 |
<div class="wrap wppb-add-on-wrap">
|
| 31 |
|
| 32 |
+
<h2><?php _e( 'Add-Ons', 'profile-builder' ); ?></h2>
|
| 33 |
|
| 34 |
+
<span id="wppb-add-on-activate-button-text" class="wppb-add-on-user-messages"><?php echo __( 'Activate', 'profile-builder' ); ?></span>
|
| 35 |
|
| 36 |
+
<span id="wppb-add-on-downloading-message-text" class="wppb-add-on-user-messages"><?php echo __( 'Downloading and installing...', 'profile-builder' ); ?></span>
|
| 37 |
+
<span id="wppb-add-on-download-finished-message-text" class="wppb-add-on-user-messages"><?php echo __( 'Installation complete', 'profile-builder' ); ?></span>
|
| 38 |
|
| 39 |
+
<span id="wppb-add-on-activated-button-text" class="wppb-add-on-user-messages"><?php echo __( 'Add-On is Active', 'profile-builder' ); ?></span>
|
| 40 |
+
<span id="wppb-add-on-activated-message-text" class="wppb-add-on-user-messages"><?php echo __( 'Add-On has been activated', 'profile-builder' ) ?></span>
|
| 41 |
+
<span id="wppb-add-on-activated-error-button-text" class="wppb-add-on-user-messages"><?php echo __( 'Retry Install', 'profile-builder' ) ?></span>
|
| 42 |
|
| 43 |
+
<span id="wppb-add-on-is-active-message-text" class="wppb-add-on-user-messages"><?php echo __( 'Add-On is <strong>active</strong>', 'profile-builder' ); ?></span>
|
| 44 |
+
<span id="wppb-add-on-is-not-active-message-text" class="wppb-add-on-user-messages"><?php echo __( 'Add-On is <strong>inactive</strong>', 'profile-builder' ); ?></span>
|
| 45 |
|
| 46 |
+
<span id="wppb-add-on-deactivate-button-text" class="wppb-add-on-user-messages"><?php echo __( 'Deactivate', 'profile-builder' ) ?></span>
|
| 47 |
+
<span id="wppb-add-on-deactivated-message-text" class="wppb-add-on-user-messages"><?php echo __( 'Add-On has been deactivated.', 'profile-builder' ) ?></span>
|
| 48 |
|
| 49 |
<div id="the-list">
|
| 50 |
|
| 56 |
|
| 57 |
if( $wppb_add_ons === false ) {
|
| 58 |
|
| 59 |
+
echo __('Something went wrong, we could not connect to the server. Please try again later.', 'profile-builder');
|
| 60 |
|
| 61 |
} else {
|
| 62 |
|
| 121 |
|
| 122 |
// Display activate/deactivate buttons
|
| 123 |
if (!$wppb_add_on_is_active) {
|
| 124 |
+
echo '<a class="wppb-add-on-activate right button button-secondary" href="' . $wppb_add_on['plugin_file'] . '" data-nonce="' . $ajax_nonce . '">' . __('Activate', 'profile-builder') . '</a>';
|
| 125 |
|
| 126 |
// If add-on is network activated don't allow deactivation
|
| 127 |
} elseif (!$wppb_add_on_is_network_active) {
|
| 128 |
+
echo '<a class="wppb-add-on-deactivate right button button-secondary" href="' . $wppb_add_on['plugin_file'] . '" data-nonce="' . $ajax_nonce . '">' . __('Deactivate', 'profile-builder') . '</a>';
|
| 129 |
}
|
| 130 |
|
| 131 |
// Display message to the user
|
| 132 |
if (!$wppb_add_on_is_active) {
|
| 133 |
+
echo '<span class="dashicons dashicons-no-alt"></span><span class="wppb-add-on-message">' . __('Add-On is <strong>inactive</strong>', 'profile-builder') . '</span>';
|
| 134 |
} else {
|
| 135 |
+
echo '<span class="dashicons dashicons-yes"></span><span class="wppb-add-on-message">' . __('Add-On is <strong>active</strong>', 'profile-builder') . '</span>';
|
| 136 |
}
|
| 137 |
|
| 138 |
} else {
|
| 141 |
// handles the in-page download
|
| 142 |
if (is_multisite()) {
|
| 143 |
($wppb_add_on['paid']) ? $wppb_paid_link_class = 'button-primary' : $wppb_paid_link_class = 'button-secondary';
|
| 144 |
+
($wppb_add_on['paid']) ? $wppb_paid_link_text = __('Buy Now', 'profile-builder') : $wppb_paid_link_text = __('Download Now', 'profile-builder');
|
| 145 |
} else {
|
| 146 |
($wppb_add_on['paid']) ? $wppb_paid_link_class = 'button-primary' : $wppb_paid_link_class = 'button-secondary wppb-add-on-download';
|
| 147 |
+
($wppb_add_on['paid']) ? $wppb_paid_link_text = __('Buy Now', 'profile-builder') : $wppb_paid_link_text = __('Install Now', 'profile-builder');
|
| 148 |
}
|
| 149 |
|
| 150 |
($wppb_add_on['paid']) ? $wppb_paid_href_utm_text = '?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page-buy-button&utm_campaign=PB' . $version : $wppb_paid_href_utm_text = '&utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PB' . $version;
|
| 151 |
|
| 152 |
echo '<a target="_blank" class="right button ' . $wppb_paid_link_class . '" href="' . $wppb_add_on['download_url'] . $wppb_paid_href_utm_text . '" data-add-on-slug="profile-builder-' . $wppb_add_on['slug'] . '" data-add-on-name="' . $wppb_add_on['name'] . '" data-nonce="' . $ajax_nonce . '">' . $wppb_paid_link_text . '</a>';
|
| 153 |
+
echo '<span class="dashicons dashicons-yes"></span><span class="wppb-add-on-message">' . __('Compatible with your version of Profile Builder.', 'profile-builder') . '</span>';
|
| 154 |
|
| 155 |
}
|
| 156 |
|
| 159 |
// PB version type does not match
|
| 160 |
} else {
|
| 161 |
|
| 162 |
+
echo '<a target="_blank" class="button button-secondary right" href="http://www.cozmoslabs.com/wordpress-profile-builder/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page-upgrade-button&utm_campaign=PB' . $version . '">' . __('Upgrade Profile Builder', 'profile-builder') . '</a>';
|
| 163 |
+
echo '<span class="dashicons dashicons-no-alt"></span><span class="wppb-add-on-message">' . __('Not compatible with Profile Builder', 'profile-builder') . ' ' . $version . '</span>';
|
| 164 |
|
| 165 |
}
|
| 166 |
|
| 167 |
} else {
|
| 168 |
|
| 169 |
// If PB version is older than the minimum required version of the add-on
|
| 170 |
+
echo ' ' . '<a class="button button-secondary right" href="' . admin_url('plugins.php') . '">' . __('Update', 'profile-builder') . '</a>';
|
| 171 |
+
echo '<span class="wppb-add-on-message">' . __('Not compatible with your version of Profile Builder.', 'profile-builder') . '</span><br />';
|
| 172 |
+
echo '<span class="wppb-add-on-message">' . __('Minimum required Profile Builder version:', 'profile-builder') . '<strong> ' . $wppb_add_on['product_version'] . '</strong></span>';
|
| 173 |
|
| 174 |
}
|
| 175 |
|
| 176 |
// We had to put this error here because we need the url of the add-on
|
| 177 |
+
echo '<span class="wppb-add-on-user-messages wppb-error-manual-install">' . sprintf(__('Could not install add-on. Retry or <a href="%s" target="_blank">install manually</a>.', 'profile-builder'), esc_url($wppb_add_on['url'])) . '</span>';
|
| 178 |
|
| 179 |
echo '</div>';
|
| 180 |
echo '</div>';
|
admin/admin-bar.php
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
* @return void
|
| 8 |
*/
|
| 9 |
function wppb_show_hide_admin_bar_submenu_page() {
|
| 10 |
-
add_submenu_page( 'profile-builder', __( 'Show/Hide the Admin Bar on the Front-End', '
|
| 11 |
}
|
| 12 |
add_action( 'admin_menu', 'wppb_show_hide_admin_bar_submenu_page', 4 );
|
| 13 |
|
|
@@ -44,8 +44,8 @@ function wppb_show_hide_admin_bar_content() {
|
|
| 44 |
|
| 45 |
<div class="wrap wppb-wrap wppb-admin-bar">
|
| 46 |
|
| 47 |
-
<h2><?php _e( 'Admin Bar Settings', '
|
| 48 |
-
<p><?php _e( 'Choose which user roles view the admin bar in the front-end of the website.', '
|
| 49 |
<form method="post" action="options.php#show-hide-admin-bar">
|
| 50 |
<?php
|
| 51 |
$admin_bar_settings = get_option( 'wppb_display_admin_settings' );
|
|
@@ -54,8 +54,8 @@ function wppb_show_hide_admin_bar_content() {
|
|
| 54 |
<table class="widefat">
|
| 55 |
<thead>
|
| 56 |
<tr>
|
| 57 |
-
<th class="row-title" scope="col"><?php _e('User-Role', '
|
| 58 |
-
<th scope="col"><?php _e('Visibility', '
|
| 59 |
</tr>
|
| 60 |
</thead>
|
| 61 |
<tbody>
|
|
@@ -70,9 +70,9 @@ function wppb_show_hide_admin_bar_content() {
|
|
| 70 |
echo'<tr'.$alt_class.'>
|
| 71 |
<td>'.translate_user_role($key).'</td>
|
| 72 |
<td>
|
| 73 |
-
<span><input id="rd'.$key.'" type="radio" name="wppb_display_admin_settings['.$key.']" value="default"'.( ( !$setting_exists || $admin_bar_settings[$key] == 'default' ) ? ' checked' : '' ).'/><label for="rd'.$key.'">'.__( 'Default', '
|
| 74 |
-
<span><input id="rs'.$key.'" type="radio" name="wppb_display_admin_settings['.$key.']" value="show"'.( ( $setting_exists && $admin_bar_settings[$key] == 'show') ? ' checked' : '' ).'/><label for="rs'.$key.'">'.__( 'Show', '
|
| 75 |
-
<span><input id="rh'.$key.'" type="radio" name="wppb_display_admin_settings['.$key.']" value="hide"'.( ( $setting_exists && $admin_bar_settings[$key] == 'hide') ? ' checked' : '' ).'/><label for="rh'.$key.'">'.__( 'Hide', '
|
| 76 |
</td>
|
| 77 |
</tr>';
|
| 78 |
}
|
| 7 |
* @return void
|
| 8 |
*/
|
| 9 |
function wppb_show_hide_admin_bar_submenu_page() {
|
| 10 |
+
add_submenu_page( 'profile-builder', __( 'Show/Hide the Admin Bar on the Front-End', 'profile-builder' ), __( 'Admin Bar Settings', 'profile-builder' ), 'manage_options', 'profile-builder-admin-bar-settings', 'wppb_show_hide_admin_bar_content' );
|
| 11 |
}
|
| 12 |
add_action( 'admin_menu', 'wppb_show_hide_admin_bar_submenu_page', 4 );
|
| 13 |
|
| 44 |
|
| 45 |
<div class="wrap wppb-wrap wppb-admin-bar">
|
| 46 |
|
| 47 |
+
<h2><?php _e( 'Admin Bar Settings', 'profile-builder' );?></h2>
|
| 48 |
+
<p><?php _e( 'Choose which user roles view the admin bar in the front-end of the website.', 'profile-builder' ); ?>
|
| 49 |
<form method="post" action="options.php#show-hide-admin-bar">
|
| 50 |
<?php
|
| 51 |
$admin_bar_settings = get_option( 'wppb_display_admin_settings' );
|
| 54 |
<table class="widefat">
|
| 55 |
<thead>
|
| 56 |
<tr>
|
| 57 |
+
<th class="row-title" scope="col"><?php _e('User-Role', 'profile-builder');?></th>
|
| 58 |
+
<th scope="col"><?php _e('Visibility', 'profile-builder');?></th>
|
| 59 |
</tr>
|
| 60 |
</thead>
|
| 61 |
<tbody>
|
| 70 |
echo'<tr'.$alt_class.'>
|
| 71 |
<td>'.translate_user_role($key).'</td>
|
| 72 |
<td>
|
| 73 |
+
<span><input id="rd'.$key.'" type="radio" name="wppb_display_admin_settings['.$key.']" value="default"'.( ( !$setting_exists || $admin_bar_settings[$key] == 'default' ) ? ' checked' : '' ).'/><label for="rd'.$key.'">'.__( 'Default', 'profile-builder' ).'</label></span>
|
| 74 |
+
<span><input id="rs'.$key.'" type="radio" name="wppb_display_admin_settings['.$key.']" value="show"'.( ( $setting_exists && $admin_bar_settings[$key] == 'show') ? ' checked' : '' ).'/><label for="rs'.$key.'">'.__( 'Show', 'profile-builder' ).'</label></span>
|
| 75 |
+
<span><input id="rh'.$key.'" type="radio" name="wppb_display_admin_settings['.$key.']" value="hide"'.( ( $setting_exists && $admin_bar_settings[$key] == 'hide') ? ' checked' : '' ).'/><label for="rh'.$key.'">'.__( 'Hide', 'profile-builder' ).'</label></span>
|
| 76 |
</td>
|
| 77 |
</tr>';
|
| 78 |
}
|
admin/admin-functions.php
CHANGED
|
@@ -31,13 +31,13 @@ function wppb_manage_fields_display_field_title_slug( $form, $i, $value ){
|
|
| 31 |
if ( $wppb_generalSettings != 'not_found' ){
|
| 32 |
if ( $wppb_generalSettings['loginWith'] == 'email' )
|
| 33 |
if ( ( $value == 'Username ( Default - Username )' ) || ( $value == 'Username' ) )
|
| 34 |
-
$form .= '<div id="wppb-login-email-nag" class="wppb-backend-notice">' . sprintf( __( 'Login is set to be done using the E-mail. This field will NOT appear in the front-end! ( you can change these settings under the "%s" tab )', '
|
| 35 |
}
|
| 36 |
|
| 37 |
// add a notice to 'Default - Display name publicly as' field
|
| 38 |
global $wppb_results_field;
|
| 39 |
if ( $wppb_results_field == 'Default - Display name publicly as' )
|
| 40 |
-
$form .= '<div id="wppb-display-name-nag" class="wppb-backend-notice">' . __( 'Display name publicly as - only appears on the Edit Profile page!', '
|
| 41 |
|
| 42 |
return $form;
|
| 43 |
}
|
|
@@ -125,13 +125,13 @@ function wppb_password_check_extra_conditions( $errors, $user ){
|
|
| 125 |
$wppb_generalSettings = get_option( 'wppb_general_settings' );
|
| 126 |
if( !empty( $wppb_generalSettings['minimum_password_length'] ) ){
|
| 127 |
if( strlen( $password ) < $wppb_generalSettings['minimum_password_length'] )
|
| 128 |
-
$errors->add( 'pass', sprintf( __( '<strong>ERROR</strong>: The password must have the minimum length of %s characters', '
|
| 129 |
}
|
| 130 |
|
| 131 |
if( isset( $_POST['wppb_password_strength'] ) && !empty( $wppb_generalSettings['minimum_password_strength'] ) ){
|
| 132 |
|
| 133 |
$password_strength_array = array( 'short' => 0, 'bad' => 1, 'good' => 2, 'strong' => 3 );
|
| 134 |
-
$password_strength_text = array( 'short' => __( 'Very weak', '
|
| 135 |
|
| 136 |
foreach( $password_strength_text as $psr_key => $psr_text ){
|
| 137 |
if( $psr_text == $_POST['wppb_password_strength'] ){
|
|
@@ -142,7 +142,7 @@ function wppb_password_check_extra_conditions( $errors, $user ){
|
|
| 142 |
|
| 143 |
if( !empty( $password_strength_result_slug ) ){
|
| 144 |
if( $password_strength_array[$password_strength_result_slug] < $password_strength_array[$wppb_generalSettings['minimum_password_strength']] )
|
| 145 |
-
$errors->add( 'pass', sprintf( __( '<strong>ERROR</strong>: The password must have a minimum strength of %s', '
|
| 146 |
}
|
| 147 |
}
|
| 148 |
}
|
|
@@ -181,9 +181,9 @@ function wppb_add_hidden_password_strength_on_backend(){
|
|
| 181 |
add_filter( 'wck_add_entry_button', 'wppb_change_add_entry_button', 10, 2 );
|
| 182 |
function wppb_change_add_entry_button( $string, $meta ){
|
| 183 |
if( $meta == 'wppb_manage_fields' || $meta == 'wppb_epf_fields' || $meta == 'wppb_rf_fields' ){
|
| 184 |
-
return __( "Add Field", '
|
| 185 |
}elseif( $meta == 'wppb_epf_page_settings' || $meta == 'wppb_rf_page_settings' || $meta == 'wppb_ul_page_settings' ){
|
| 186 |
-
return __( "Save Settings", '
|
| 187 |
}
|
| 188 |
|
| 189 |
return $string;
|
|
@@ -194,7 +194,7 @@ function wppb_admin_rate_us( $footer_text ) {
|
|
| 194 |
global $current_screen;
|
| 195 |
|
| 196 |
if ($current_screen->parent_base == 'profile-builder'){
|
| 197 |
-
$rate_text = sprintf( __( 'If you enjoy using <strong> %1$s </strong> please <a href="%2$s" target="_blank">rate us on WordPress.org</a>. More happy users means more features, less bugs and better support for everyone. ', '
|
| 198 |
PROFILE_BUILDER,
|
| 199 |
'https://wordpress.org/support/view/plugin-reviews/profile-builder?filter=5#postform'
|
| 200 |
);
|
| 31 |
if ( $wppb_generalSettings != 'not_found' ){
|
| 32 |
if ( $wppb_generalSettings['loginWith'] == 'email' )
|
| 33 |
if ( ( $value == 'Username ( Default - Username )' ) || ( $value == 'Username' ) )
|
| 34 |
+
$form .= '<div id="wppb-login-email-nag" class="wppb-backend-notice">' . sprintf( __( 'Login is set to be done using the E-mail. This field will NOT appear in the front-end! ( you can change these settings under the "%s" tab )', 'profile-builder' ), '<a href="'.admin_url( 'admin.php?page=profile-builder-general-settings' ).'" target="_blank">' . __('General Settings', 'profile-builder') . '</a>' ) . '</div>';
|
| 35 |
}
|
| 36 |
|
| 37 |
// add a notice to 'Default - Display name publicly as' field
|
| 38 |
global $wppb_results_field;
|
| 39 |
if ( $wppb_results_field == 'Default - Display name publicly as' )
|
| 40 |
+
$form .= '<div id="wppb-display-name-nag" class="wppb-backend-notice">' . __( 'Display name publicly as - only appears on the Edit Profile page!', 'profile-builder' ) . '</div>';
|
| 41 |
|
| 42 |
return $form;
|
| 43 |
}
|
| 125 |
$wppb_generalSettings = get_option( 'wppb_general_settings' );
|
| 126 |
if( !empty( $wppb_generalSettings['minimum_password_length'] ) ){
|
| 127 |
if( strlen( $password ) < $wppb_generalSettings['minimum_password_length'] )
|
| 128 |
+
$errors->add( 'pass', sprintf( __( '<strong>ERROR</strong>: The password must have the minimum length of %s characters', 'profile-builder' ), $wppb_generalSettings['minimum_password_length'] ) );
|
| 129 |
}
|
| 130 |
|
| 131 |
if( isset( $_POST['wppb_password_strength'] ) && !empty( $wppb_generalSettings['minimum_password_strength'] ) ){
|
| 132 |
|
| 133 |
$password_strength_array = array( 'short' => 0, 'bad' => 1, 'good' => 2, 'strong' => 3 );
|
| 134 |
+
$password_strength_text = array( 'short' => __( 'Very weak', 'profile-builder' ), 'bad' => __( 'Weak', 'profile-builder' ), 'good' => __( 'Medium', 'profile-builder' ), 'strong' => __( 'Strong', 'profile-builder' ) );
|
| 135 |
|
| 136 |
foreach( $password_strength_text as $psr_key => $psr_text ){
|
| 137 |
if( $psr_text == $_POST['wppb_password_strength'] ){
|
| 142 |
|
| 143 |
if( !empty( $password_strength_result_slug ) ){
|
| 144 |
if( $password_strength_array[$password_strength_result_slug] < $password_strength_array[$wppb_generalSettings['minimum_password_strength']] )
|
| 145 |
+
$errors->add( 'pass', sprintf( __( '<strong>ERROR</strong>: The password must have a minimum strength of %s', 'profile-builder' ), $password_strength_text[$wppb_generalSettings['minimum_password_strength']] ) );
|
| 146 |
}
|
| 147 |
}
|
| 148 |
}
|
| 181 |
add_filter( 'wck_add_entry_button', 'wppb_change_add_entry_button', 10, 2 );
|
| 182 |
function wppb_change_add_entry_button( $string, $meta ){
|
| 183 |
if( $meta == 'wppb_manage_fields' || $meta == 'wppb_epf_fields' || $meta == 'wppb_rf_fields' ){
|
| 184 |
+
return __( "Add Field", 'profile-builder' );
|
| 185 |
}elseif( $meta == 'wppb_epf_page_settings' || $meta == 'wppb_rf_page_settings' || $meta == 'wppb_ul_page_settings' ){
|
| 186 |
+
return __( "Save Settings", 'profile-builder' );
|
| 187 |
}
|
| 188 |
|
| 189 |
return $string;
|
| 194 |
global $current_screen;
|
| 195 |
|
| 196 |
if ($current_screen->parent_base == 'profile-builder'){
|
| 197 |
+
$rate_text = sprintf( __( 'If you enjoy using <strong> %1$s </strong> please <a href="%2$s" target="_blank">rate us on WordPress.org</a>. More happy users means more features, less bugs and better support for everyone. ', 'profile-builder' ),
|
| 198 |
PROFILE_BUILDER,
|
| 199 |
'https://wordpress.org/support/view/plugin-reviews/profile-builder?filter=5#postform'
|
| 200 |
);
|
admin/basic-info.php
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
* @return void
|
| 8 |
*/
|
| 9 |
function wppb_register_basic_info_submenu_page() {
|
| 10 |
-
add_submenu_page( 'profile-builder', __( 'Basic Information', '
|
| 11 |
}
|
| 12 |
add_action( 'admin_menu', 'wppb_register_basic_info_submenu_page', 2 );
|
| 13 |
|
|
@@ -27,51 +27,51 @@ function wppb_basic_info_content() {
|
|
| 27 |
?>
|
| 28 |
<div class="wrap wppb-wrap wppb-info-wrap">
|
| 29 |
<div class="wppb-badge <?php echo $version; ?>"><?php printf( __( 'Version %s' ), PROFILE_BUILDER_VERSION ); ?></div>
|
| 30 |
-
<h1><?php printf( __( '<strong>Profile Builder </strong>' . $version . ' <small>v.</small>%s', '
|
| 31 |
-
<p class="wppb-info-text"><?php printf( __( 'The best way to add front-end registration, edit profile and login forms.', '
|
| 32 |
<hr />
|
| 33 |
-
<h2 class="wppb-callout"><?php _e( 'For Modern User Interaction', '
|
| 34 |
<div class="wppb-row wppb-3-col">
|
| 35 |
<div>
|
| 36 |
-
<h3><?php _e( 'Login', '
|
| 37 |
-
<p><?php printf( __( 'Friction-less login using %s shortcode or a widget.', '
|
| 38 |
</div>
|
| 39 |
<div>
|
| 40 |
-
<h3><?php _e( 'Registration', '
|
| 41 |
-
<p><?php printf( __( 'Beautiful registration forms fully customizable using the %s shortcode.', '
|
| 42 |
</div>
|
| 43 |
<div>
|
| 44 |
-
<h3><?php _e( 'Edit Profile', '
|
| 45 |
-
<p><?php printf( __( 'Straight forward edit profile forms using %s shortcode.', '
|
| 46 |
</div>
|
| 47 |
</div>
|
| 48 |
<?php ob_start(); ?>
|
| 49 |
<hr/>
|
| 50 |
<div>
|
| 51 |
-
<h3><?php _e( 'Extra Features', '
|
| 52 |
-
<p><?php _e( 'Features that give you more control over your users, increased security and help you fight user registration spam.', '
|
| 53 |
-
<p><a href="admin.php?page=profile-builder-general-settings" class="button"><?php _e( 'Enable extra features', '
|
| 54 |
</div>
|
| 55 |
<div class="wppb-row wppb-3-col">
|
| 56 |
<div>
|
| 57 |
-
<h3><?php _e( 'Recover Password', '
|
| 58 |
-
<p><?php printf( __( 'Allow users to recover their password in the front-end using the %s.', '
|
| 59 |
</div>
|
| 60 |
<div>
|
| 61 |
-
<h3><?php _e( 'Admin Approval (*)', '
|
| 62 |
-
<p><?php _e( 'You decide who is a user on your website. Get notified via email or approve multiple users at once from the WordPress UI.', '
|
| 63 |
</div>
|
| 64 |
<div>
|
| 65 |
-
<h3><?php _e( 'Email Confirmation', '
|
| 66 |
-
<p><?php _e( 'Make sure users sign up with genuine emails. On registration users will receive a notification to confirm their email address.', '
|
| 67 |
</div>
|
| 68 |
<div>
|
| 69 |
-
<h3><?php _e( 'Minimum Password Length and Strength Meter', '
|
| 70 |
-
<p><?php _e( 'Eliminate weak passwords altogether by setting a minimum password length and enforcing a certain password strength.', '
|
| 71 |
</div>
|
| 72 |
<div>
|
| 73 |
-
<h3><?php _e( 'Login with Email or Username', '
|
| 74 |
-
<p><?php _e( 'Allow users to log in with their email or username when accessing your site.', '
|
| 75 |
</div>
|
| 76 |
</div>
|
| 77 |
|
|
@@ -84,26 +84,26 @@ function wppb_basic_info_content() {
|
|
| 84 |
<hr/>
|
| 85 |
<div class="wppb-row wppb-2-col">
|
| 86 |
<div>
|
| 87 |
-
<h3><?php _e( 'Customize Your Forms The Way You Want (*)', '
|
| 88 |
-
<p><?php _e( 'With Extra Profile Fields you can create the exact registration form your project needs.', '
|
| 89 |
<?php if ($version == 'Free'){ ?>
|
| 90 |
-
<p><a href="http://www.cozmoslabs.com/wordpress-profile-builder/?utm_source=wpbackend&utm_medium=clientsite&utm_content=basicinfo-extrafields&utm_campaign=PBFree" class="wppb-button-free"><?php _e( 'Extra Profile Fields are available in Hobbyist or PRO versions', '
|
| 91 |
<?php } else {?>
|
| 92 |
-
<p><a href="admin.php?page=manage-fields" class="button"><?php _e( 'Get started with extra fields', '
|
| 93 |
<?php } ?>
|
| 94 |
<ul>
|
| 95 |
-
<li><?php _e( 'Avatar Upload', '
|
| 96 |
-
<li><?php _e( 'Generic Uploads', '
|
| 97 |
-
<li><?php _e( 'Agree To Terms Checkbox', '
|
| 98 |
-
<li><?php _e( 'Datepicker', '
|
| 99 |
-
<li><?php _e( 'reCAPTCHA', '
|
| 100 |
-
<li><?php _e( 'Country Select', '
|
| 101 |
-
<li><?php _e( 'Timezone Select', '
|
| 102 |
-
<li><?php _e( 'Input / Hidden Input', '
|
| 103 |
-
<li><?php _e( 'Checkbox', '
|
| 104 |
-
<li><?php _e( 'Select', '
|
| 105 |
-
<li><?php _e( 'Radio Buttons', '
|
| 106 |
-
<li><?php _e( 'Textarea', '
|
| 107 |
</ul>
|
| 108 |
</div>
|
| 109 |
<div>
|
|
@@ -112,41 +112,41 @@ function wppb_basic_info_content() {
|
|
| 112 |
</div>
|
| 113 |
<hr/>
|
| 114 |
<div>
|
| 115 |
-
<h3><?php _e( 'Powerful Modules (**)', '
|
| 116 |
-
<p><?php _e( 'Everything you will need to manage your users is probably already available using the Pro Modules.', '
|
| 117 |
<?php if( file_exists ( WPPB_PLUGIN_DIR.'/modules/modules.php' ) ): ?>
|
| 118 |
-
<p><a href="admin.php?page=profile-builder-modules" class="button"><?php _e( 'Enable your modules', '
|
| 119 |
<?php endif; ?>
|
| 120 |
<?php if ($version == 'Free'){ ?>
|
| 121 |
-
<p><a href="http://www.cozmoslabs.com/wordpress-profile-builder/?utm_source=wpbackend&utm_medium=clientsite&utm_content=basicinfo-modules&utm_campaign=PBFree" class="wppb-button-free"><?php _e( 'Find out more about PRO Modules', '
|
| 122 |
<?php }?>
|
| 123 |
</div>
|
| 124 |
<div class="wppb-row wppb-3-col">
|
| 125 |
<div>
|
| 126 |
-
<h3><?php _e( 'User Listing', '
|
| 127 |
<?php if ($version == 'Free'): ?>
|
| 128 |
-
<p><?php _e( 'Easy to edit templates for listing your website users as well as creating single user pages. Shortcode based, offering many options to customize your listings.', '
|
| 129 |
<?php else : ?>
|
| 130 |
-
<p><?php printf( __( 'To create a page containing the users registered to this current site/blog, insert the following shortcode in a page of your chosing: %s.', '
|
| 131 |
<?php endif;?>
|
| 132 |
</div>
|
| 133 |
<div>
|
| 134 |
-
<h3><?php _e( 'Email Customizer', '
|
| 135 |
-
<p><?php _e( 'Personalize all emails sent to your users or admins. On registration, email confirmation, admin approval / un-approval.', '
|
| 136 |
</div>
|
| 137 |
<div>
|
| 138 |
-
<h3><?php _e( 'Custom Redirects', '
|
| 139 |
-
<p><?php _e( 'Keep your users out of the WordPress dashboard, redirect them to the front-page after login or registration, everything is just a few clicks away.', '
|
| 140 |
</div>
|
| 141 |
</div>
|
| 142 |
<div class="wppb-row wppb-3-col">
|
| 143 |
<div>
|
| 144 |
-
<h3><?php _e( 'Multiple Registration Forms', '
|
| 145 |
-
<p><?php _e( 'Set up multiple registration forms with different fields for certain user roles. Capture different information from different types of users.', '
|
| 146 |
</div>
|
| 147 |
<div>
|
| 148 |
-
<h3><?php _e( 'Multiple Edit-profile Forms', '
|
| 149 |
-
<p><?php _e( 'Allow different user roles to edit their specific information. Set up multiple edit-profile forms with different fields for certain user roles.', '
|
| 150 |
</div>
|
| 151 |
</div>
|
| 152 |
|
|
@@ -158,8 +158,8 @@ function wppb_basic_info_content() {
|
|
| 158 |
<div>
|
| 159 |
<h3>Extra Notes</h3>
|
| 160 |
<ul>
|
| 161 |
-
<li><?php printf( __( ' * only available in the %1$sHobbyist and Pro versions%2$s.', '
|
| 162 |
-
<li><?php printf( __( '** only available in the %1$sPro version%2$s.', '
|
| 163 |
</ul>
|
| 164 |
</div>
|
| 165 |
</div>
|
| 7 |
* @return void
|
| 8 |
*/
|
| 9 |
function wppb_register_basic_info_submenu_page() {
|
| 10 |
+
add_submenu_page( 'profile-builder', __( 'Basic Information', 'profile-builder' ), __( 'Basic Information', 'profile-builder' ), 'manage_options', 'profile-builder-basic-info', 'wppb_basic_info_content' );
|
| 11 |
}
|
| 12 |
add_action( 'admin_menu', 'wppb_register_basic_info_submenu_page', 2 );
|
| 13 |
|
| 27 |
?>
|
| 28 |
<div class="wrap wppb-wrap wppb-info-wrap">
|
| 29 |
<div class="wppb-badge <?php echo $version; ?>"><?php printf( __( 'Version %s' ), PROFILE_BUILDER_VERSION ); ?></div>
|
| 30 |
+
<h1><?php printf( __( '<strong>Profile Builder </strong>' . $version . ' <small>v.</small>%s', 'profile-builder' ), PROFILE_BUILDER_VERSION ); ?></h1>
|
| 31 |
+
<p class="wppb-info-text"><?php printf( __( 'The best way to add front-end registration, edit profile and login forms.', 'profile-builder' ) ); ?></p>
|
| 32 |
<hr />
|
| 33 |
+
<h2 class="wppb-callout"><?php _e( 'For Modern User Interaction', 'profile-builder' ); ?></h2>
|
| 34 |
<div class="wppb-row wppb-3-col">
|
| 35 |
<div>
|
| 36 |
+
<h3><?php _e( 'Login', 'profile-builder' ); ?></h3>
|
| 37 |
+
<p><?php printf( __( 'Friction-less login using %s shortcode or a widget.', 'profile-builder' ), '<strong class="nowrap">[wppb-login]</strong>' ); ?></p>
|
| 38 |
</div>
|
| 39 |
<div>
|
| 40 |
+
<h3><?php _e( 'Registration', 'profile-builder' ); ?></h3>
|
| 41 |
+
<p><?php printf( __( 'Beautiful registration forms fully customizable using the %s shortcode.', 'profile-builder' ), '<strong class="nowrap">[wppb-register]</strong>' ); ?></p>
|
| 42 |
</div>
|
| 43 |
<div>
|
| 44 |
+
<h3><?php _e( 'Edit Profile', 'profile-builder' ); ?></h3>
|
| 45 |
+
<p><?php printf( __( 'Straight forward edit profile forms using %s shortcode.', 'profile-builder' ), '<strong class="nowrap">[wppb-edit-profile]</strong>' ); ?></p>
|
| 46 |
</div>
|
| 47 |
</div>
|
| 48 |
<?php ob_start(); ?>
|
| 49 |
<hr/>
|
| 50 |
<div>
|
| 51 |
+
<h3><?php _e( 'Extra Features', 'profile-builder' );?></h3>
|
| 52 |
+
<p><?php _e( 'Features that give you more control over your users, increased security and help you fight user registration spam.', 'profile-builder' ); ?></p>
|
| 53 |
+
<p><a href="admin.php?page=profile-builder-general-settings" class="button"><?php _e( 'Enable extra features', 'profile-builder' ); ?></a></p>
|
| 54 |
</div>
|
| 55 |
<div class="wppb-row wppb-3-col">
|
| 56 |
<div>
|
| 57 |
+
<h3><?php _e( 'Recover Password', 'profile-builder' ); ?></h3>
|
| 58 |
+
<p><?php printf( __( 'Allow users to recover their password in the front-end using the %s.', 'profile-builder' ), '<strong class="nowrap">[wppb-recover-password]</strong>' ); ?></p>
|
| 59 |
</div>
|
| 60 |
<div>
|
| 61 |
+
<h3><?php _e( 'Admin Approval (*)', 'profile-builder' ); ?></h3>
|
| 62 |
+
<p><?php _e( 'You decide who is a user on your website. Get notified via email or approve multiple users at once from the WordPress UI.', 'profile-builder' ); ?></p>
|
| 63 |
</div>
|
| 64 |
<div>
|
| 65 |
+
<h3><?php _e( 'Email Confirmation', 'profile-builder' ); ?></h3>
|
| 66 |
+
<p><?php _e( 'Make sure users sign up with genuine emails. On registration users will receive a notification to confirm their email address.', 'profile-builder' ); ?></p>
|
| 67 |
</div>
|
| 68 |
<div>
|
| 69 |
+
<h3><?php _e( 'Minimum Password Length and Strength Meter', 'profile-builder' ); ?></h3>
|
| 70 |
+
<p><?php _e( 'Eliminate weak passwords altogether by setting a minimum password length and enforcing a certain password strength.', 'profile-builder' ); ?></p>
|
| 71 |
</div>
|
| 72 |
<div>
|
| 73 |
+
<h3><?php _e( 'Login with Email or Username', 'profile-builder' ); ?></h3>
|
| 74 |
+
<p><?php _e( 'Allow users to log in with their email or username when accessing your site.', 'profile-builder' ); ?></p>
|
| 75 |
</div>
|
| 76 |
</div>
|
| 77 |
|
| 84 |
<hr/>
|
| 85 |
<div class="wppb-row wppb-2-col">
|
| 86 |
<div>
|
| 87 |
+
<h3><?php _e( 'Customize Your Forms The Way You Want (*)', 'profile-builder' ); ?></h3>
|
| 88 |
+
<p><?php _e( 'With Extra Profile Fields you can create the exact registration form your project needs.', 'profile-builder' ); ?></p>
|
| 89 |
<?php if ($version == 'Free'){ ?>
|
| 90 |
+
<p><a href="http://www.cozmoslabs.com/wordpress-profile-builder/?utm_source=wpbackend&utm_medium=clientsite&utm_content=basicinfo-extrafields&utm_campaign=PBFree" class="wppb-button-free"><?php _e( 'Extra Profile Fields are available in Hobbyist or PRO versions', 'profile-builder' ); ?></a></p>
|
| 91 |
<?php } else {?>
|
| 92 |
+
<p><a href="admin.php?page=manage-fields" class="button"><?php _e( 'Get started with extra fields', 'profile-builder' ); ?></a></p>
|
| 93 |
<?php } ?>
|
| 94 |
<ul>
|
| 95 |
+
<li><?php _e( 'Avatar Upload', 'profile-builder' ); ?></li>
|
| 96 |
+
<li><?php _e( 'Generic Uploads', 'profile-builder' ); ?></li>
|
| 97 |
+
<li><?php _e( 'Agree To Terms Checkbox', 'profile-builder' ); ?></li>
|
| 98 |
+
<li><?php _e( 'Datepicker', 'profile-builder' ); ?> </li>
|
| 99 |
+
<li><?php _e( 'reCAPTCHA', 'profile-builder' ); ?></li>
|
| 100 |
+
<li><?php _e( 'Country Select', 'profile-builder' ); ?></li>
|
| 101 |
+
<li><?php _e( 'Timezone Select', 'profile-builder' ); ?></li>
|
| 102 |
+
<li><?php _e( 'Input / Hidden Input', 'profile-builder' ); ?></li>
|
| 103 |
+
<li><?php _e( 'Checkbox', 'profile-builder' ); ?></li>
|
| 104 |
+
<li><?php _e( 'Select', 'profile-builder' ); ?></li>
|
| 105 |
+
<li><?php _e( 'Radio Buttons', 'profile-builder' ); ?></li>
|
| 106 |
+
<li><?php _e( 'Textarea', 'profile-builder' ); ?></li>
|
| 107 |
</ul>
|
| 108 |
</div>
|
| 109 |
<div>
|
| 112 |
</div>
|
| 113 |
<hr/>
|
| 114 |
<div>
|
| 115 |
+
<h3><?php _e( 'Powerful Modules (**)', 'profile-builder' );?></h3>
|
| 116 |
+
<p><?php _e( 'Everything you will need to manage your users is probably already available using the Pro Modules.', 'profile-builder' ); ?></p>
|
| 117 |
<?php if( file_exists ( WPPB_PLUGIN_DIR.'/modules/modules.php' ) ): ?>
|
| 118 |
+
<p><a href="admin.php?page=profile-builder-modules" class="button"><?php _e( 'Enable your modules', 'profile-builder' ); ?></a></p>
|
| 119 |
<?php endif; ?>
|
| 120 |
<?php if ($version == 'Free'){ ?>
|
| 121 |
+
<p><a href="http://www.cozmoslabs.com/wordpress-profile-builder/?utm_source=wpbackend&utm_medium=clientsite&utm_content=basicinfo-modules&utm_campaign=PBFree" class="wppb-button-free"><?php _e( 'Find out more about PRO Modules', 'profile-builder' ); ?></a></p>
|
| 122 |
<?php }?>
|
| 123 |
</div>
|
| 124 |
<div class="wppb-row wppb-3-col">
|
| 125 |
<div>
|
| 126 |
+
<h3><?php _e( 'User Listing', 'profile-builder' ); ?></h3>
|
| 127 |
<?php if ($version == 'Free'): ?>
|
| 128 |
+
<p><?php _e( 'Easy to edit templates for listing your website users as well as creating single user pages. Shortcode based, offering many options to customize your listings.', 'profile-builder' ); ?></p>
|
| 129 |
<?php else : ?>
|
| 130 |
+
<p><?php printf( __( 'To create a page containing the users registered to this current site/blog, insert the following shortcode in a page of your chosing: %s.', 'profile-builder' ), '<strong class="nowrap">[wppb-list-users]</strong>' ); ?></p>
|
| 131 |
<?php endif;?>
|
| 132 |
</div>
|
| 133 |
<div>
|
| 134 |
+
<h3><?php _e( 'Email Customizer', 'profile-builder' ); ?></h3>
|
| 135 |
+
<p><?php _e( 'Personalize all emails sent to your users or admins. On registration, email confirmation, admin approval / un-approval.', 'profile-builder' ); ?></p>
|
| 136 |
</div>
|
| 137 |
<div>
|
| 138 |
+
<h3><?php _e( 'Custom Redirects', 'profile-builder' ); ?></h3>
|
| 139 |
+
<p><?php _e( 'Keep your users out of the WordPress dashboard, redirect them to the front-page after login or registration, everything is just a few clicks away.', 'profile-builder' ); ?></p>
|
| 140 |
</div>
|
| 141 |
</div>
|
| 142 |
<div class="wppb-row wppb-3-col">
|
| 143 |
<div>
|
| 144 |
+
<h3><?php _e( 'Multiple Registration Forms', 'profile-builder' ); ?></h3>
|
| 145 |
+
<p><?php _e( 'Set up multiple registration forms with different fields for certain user roles. Capture different information from different types of users.', 'profile-builder' ); ?></p>
|
| 146 |
</div>
|
| 147 |
<div>
|
| 148 |
+
<h3><?php _e( 'Multiple Edit-profile Forms', 'profile-builder' ); ?></h3>
|
| 149 |
+
<p><?php _e( 'Allow different user roles to edit their specific information. Set up multiple edit-profile forms with different fields for certain user roles.', 'profile-builder' ); ?></p>
|
| 150 |
</div>
|
| 151 |
</div>
|
| 152 |
|
| 158 |
<div>
|
| 159 |
<h3>Extra Notes</h3>
|
| 160 |
<ul>
|
| 161 |
+
<li><?php printf( __( ' * only available in the %1$sHobbyist and Pro versions%2$s.', 'profile-builder' ) ,'<a href="http://www.cozmoslabs.com/wordpress-profile-builder/?utm_source=wpbackend&utm_medium=clientsite&utm_content=basicinfo-extranotes&utm_campaign=PB'.$version.'" target="_blank">', '</a>' );?></li>
|
| 162 |
+
<li><?php printf( __( '** only available in the %1$sPro version%2$s.', 'profile-builder' ), '<a href="http://www.cozmoslabs.com/wordpress-profile-builder/?utm_source=wpbackend&utm_medium=clientsite&utm_content=basicinfo-extranotes&utm_campaign=PB'.$version.'" target="_blank">', '</a>' );?></li>
|
| 163 |
</ul>
|
| 164 |
</div>
|
| 165 |
</div>
|
admin/general-settings.php
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
* @return void
|
| 8 |
*/
|
| 9 |
function wppb_register_general_settings_submenu_page() {
|
| 10 |
-
add_submenu_page( 'profile-builder', __( 'General Settings', '
|
| 11 |
}
|
| 12 |
add_action( 'admin_menu', 'wppb_register_general_settings_submenu_page', 3 );
|
| 13 |
|
|
@@ -35,16 +35,16 @@ function wppb_general_settings_content() {
|
|
| 35 |
<?php $wppb_generalSettings = get_option( 'wppb_general_settings' ); ?>
|
| 36 |
<?php settings_fields( 'wppb_general_settings' ); ?>
|
| 37 |
|
| 38 |
-
<h2><?php _e( 'General Settings', '
|
| 39 |
<table class="form-table">
|
| 40 |
<tr>
|
| 41 |
<th scope="row">
|
| 42 |
-
<?php _e( "Load Profile Builder's own CSS file in the front-end:", "
|
| 43 |
</th>
|
| 44 |
<td>
|
| 45 |
-
<label><input type="checkbox" name="wppb_general_settings[extraFieldsLayout]"<?php echo ( ( isset( $wppb_generalSettings['extraFieldsLayout'] ) && ( $wppb_generalSettings['extraFieldsLayout'] == 'default' ) ) ? ' checked' : '' ); ?> value="default" class="wppb-select"><?php _e( 'Yes', '
|
| 46 |
<ul>
|
| 47 |
-
<li class="description"><?php printf( __( 'You can find the default file here: %1$s', '
|
| 48 |
</ul>
|
| 49 |
</td>
|
| 50 |
</tr>
|
|
@@ -53,18 +53,18 @@ function wppb_general_settings_content() {
|
|
| 53 |
?>
|
| 54 |
<tr>
|
| 55 |
<th scope="row">
|
| 56 |
-
<?php _e( '"Email Confirmation" Activated:', '
|
| 57 |
</th>
|
| 58 |
<td>
|
| 59 |
<select name="wppb_general_settings[emailConfirmation]" class="wppb-select" id="wppb_settings_email_confirmation" onchange="wppb_display_page_select(this.value)">
|
| 60 |
-
<option value="yes" <?php if ( $wppb_generalSettings['emailConfirmation'] == 'yes' ) echo 'selected'; ?>><?php _e( 'Yes', '
|
| 61 |
-
<option value="no" <?php if ( $wppb_generalSettings['emailConfirmation'] == 'no' ) echo 'selected'; ?>><?php _e( 'No', '
|
| 62 |
</select>
|
| 63 |
<ul>
|
| 64 |
-
<li class="description"><?php _e( 'On single-site installations this works with front-end forms only. Recommended to redirect WP default registration to a Profile Builder one using "Custom Redirects" addon.', '
|
| 65 |
-
<li class="description"><?php _e( 'The "Email Confirmation" feature is active (by default) on WPMU installations.', '
|
| 66 |
<?php if ( is_multisite() || ( $wppb_generalSettings['emailConfirmation'] == 'yes' ) ) ?>
|
| 67 |
-
<li class="description dynamic1"><?php printf( __( 'You can find a list of unconfirmed email addresses %1$sUsers > All Users > Email Confirmation%2$s.', '
|
| 68 |
</ul>
|
| 69 |
</td>
|
| 70 |
</tr>
|
|
@@ -76,12 +76,12 @@ function wppb_general_settings_content() {
|
|
| 76 |
|
| 77 |
<tr id="wppb-settings-activation-page">
|
| 78 |
<th scope="row">
|
| 79 |
-
<?php _e( '"Email Confirmation" Landing Page:', '
|
| 80 |
</th>
|
| 81 |
<td>
|
| 82 |
<select name="wppb_general_settings[activationLandingPage]" class="wppb-select">
|
| 83 |
<option value="" <?php if ( empty( $wppb_generalSettings['emailConfirmation'] ) ) echo 'selected'; ?>></option>
|
| 84 |
-
<optgroup label="<?php _e( 'Existing Pages', '
|
| 85 |
<?php
|
| 86 |
$pages = get_pages( apply_filters( 'wppb_page_args_filter', array( 'sort_order' => 'ASC', 'sort_column' => 'post_title', 'post_type' => 'page', 'post_status' => array( 'publish' ) ) ) );
|
| 87 |
|
|
@@ -96,7 +96,7 @@ function wppb_general_settings_content() {
|
|
| 96 |
</optgroup>
|
| 97 |
</select>
|
| 98 |
<p class="description">
|
| 99 |
-
<?php _e( 'Specify the page where the users will be directed when confirming the email account. This page can differ from the register page(s) and can be changed at any time. If none selected, a simple confirmation page will be displayed for the user.', '
|
| 100 |
</p>
|
| 101 |
</td>
|
| 102 |
</tr>
|
|
@@ -107,22 +107,22 @@ function wppb_general_settings_content() {
|
|
| 107 |
?>
|
| 108 |
<tr>
|
| 109 |
<th scope="row">
|
| 110 |
-
<?php _e( '"Admin Approval" Activated:', '
|
| 111 |
</th>
|
| 112 |
<td>
|
| 113 |
<select id="adminApprovalSelect" name="wppb_general_settings[adminApproval]" class="wppb-select" onchange="wppb_display_page_select_aa(this.value)">
|
| 114 |
-
<option value="yes" <?php if( !empty( $wppb_generalSettings['adminApproval'] ) && $wppb_generalSettings['adminApproval'] == 'yes' ) echo 'selected'; ?>><?php _e( 'Yes', '
|
| 115 |
-
<option value="no" <?php if( !empty( $wppb_generalSettings['adminApproval'] ) && $wppb_generalSettings['adminApproval'] == 'no' ) echo 'selected'; ?>><?php _e( 'No', '
|
| 116 |
</select>
|
| 117 |
<ul>
|
| 118 |
-
<li class="description dynamic2"><?php printf( __( 'You can find a list of users at %1$sUsers > All Users > Admin Approval%2$s.', '
|
| 119 |
<ul>
|
| 120 |
</td>
|
| 121 |
</tr>
|
| 122 |
|
| 123 |
<tr class="dynamic2">
|
| 124 |
<th scope="row">
|
| 125 |
-
<?php _e( '"Admin Approval" on User Role:', '
|
| 126 |
</th>
|
| 127 |
<td>
|
| 128 |
<div id="wrap">
|
|
@@ -141,7 +141,7 @@ function wppb_general_settings_content() {
|
|
| 141 |
?>
|
| 142 |
</div>
|
| 143 |
<ul>
|
| 144 |
-
<li class="description"><?php printf( __( 'Select on what user roles to activate Admin Approval.', '
|
| 145 |
<ul>
|
| 146 |
</td>
|
| 147 |
</tr>
|
|
@@ -153,55 +153,55 @@ function wppb_general_settings_content() {
|
|
| 153 |
?>
|
| 154 |
<tr>
|
| 155 |
<th scope="row">
|
| 156 |
-
<?php _e( '"Admin Approval" Feature:', '
|
| 157 |
</th>
|
| 158 |
<td>
|
| 159 |
-
<p><em> <?php printf( __( 'You decide who is a user on your website. Get notified via email or approve multiple users at once from the WordPress UI. Enable Admin Approval by upgrading to %1$sHobbyist or PRO versions%2$s.', '
|
| 160 |
</td>
|
| 161 |
</tr>
|
| 162 |
<?php } ?>
|
| 163 |
|
| 164 |
<tr>
|
| 165 |
<th scope="row">
|
| 166 |
-
<?php _e( 'Allow Users to Log in With:', '
|
| 167 |
</th>
|
| 168 |
<td>
|
| 169 |
<select name="wppb_general_settings[loginWith]" class="wppb-select">
|
| 170 |
-
<option value="usernameemail" <?php if ( $wppb_generalSettings['loginWith'] == 'usernameemail' ) echo 'selected'; ?>><?php _e( 'Username and Email', '
|
| 171 |
-
<option value="username" <?php if ( $wppb_generalSettings['loginWith'] == 'username' ) echo 'selected'; ?>><?php _e( 'Username', '
|
| 172 |
-
<option value="email" <?php if ( $wppb_generalSettings['loginWith'] == 'email' ) echo 'selected'; ?>><?php _e( 'Email', '
|
| 173 |
</select>
|
| 174 |
<ul>
|
| 175 |
-
<li class="description"><?php _e( '"Username and Email" - users can Log In with both Username and Email.', '
|
| 176 |
-
<li class="description"><?php _e( '"Username" - users can Log In only with Username.', '
|
| 177 |
-
<li class="description"><?php _e( '"Email" - users can Log In only with Email.', '
|
| 178 |
</ul>
|
| 179 |
</td>
|
| 180 |
</tr>
|
| 181 |
|
| 182 |
<tr>
|
| 183 |
<th scope="row">
|
| 184 |
-
<?php _e( 'Minimum Password Length:', '
|
| 185 |
</th>
|
| 186 |
<td>
|
| 187 |
<input type="text" name="wppb_general_settings[minimum_password_length]" class="wppb-text" value="<?php if( !empty( $wppb_generalSettings['minimum_password_length'] ) ) echo $wppb_generalSettings['minimum_password_length']; ?>"/>
|
| 188 |
<ul>
|
| 189 |
-
<li class="description"><?php _e( 'Enter the minimum characters the password should have. Leave empty for no minimum limit', '
|
| 190 |
</ul>
|
| 191 |
</td>
|
| 192 |
</tr>
|
| 193 |
|
| 194 |
<tr>
|
| 195 |
<th scope="row">
|
| 196 |
-
<?php _e( 'Minimum Password Strength:', '
|
| 197 |
</th>
|
| 198 |
<td>
|
| 199 |
<select name="wppb_general_settings[minimum_password_strength]" class="wppb-select">
|
| 200 |
-
<option value=""><?php _e( 'Disabled', '
|
| 201 |
-
<option value="short" <?php if ( !empty($wppb_generalSettings['minimum_password_strength']) && $wppb_generalSettings['minimum_password_strength'] == 'short' ) echo 'selected'; ?>><?php _e( 'Very weak', '
|
| 202 |
-
<option value="bad" <?php if ( !empty($wppb_generalSettings['minimum_password_strength']) && $wppb_generalSettings['minimum_password_strength'] == 'bad' ) echo 'selected'; ?>><?php _e( 'Weak', '
|
| 203 |
-
<option value="good" <?php if ( !empty($wppb_generalSettings['minimum_password_strength']) && $wppb_generalSettings['minimum_password_strength'] == 'good' ) echo 'selected'; ?>><?php _e( 'Medium', '
|
| 204 |
-
<option value="strong" <?php if ( !empty($wppb_generalSettings['minimum_password_strength']) && $wppb_generalSettings['minimum_password_strength'] == 'strong' ) echo 'selected'; ?>><?php _e( 'Strong', '
|
| 205 |
</select>
|
| 206 |
</td>
|
| 207 |
</tr>
|
| 7 |
* @return void
|
| 8 |
*/
|
| 9 |
function wppb_register_general_settings_submenu_page() {
|
| 10 |
+
add_submenu_page( 'profile-builder', __( 'General Settings', 'profile-builder' ), __( 'General Settings', 'profile-builder' ), 'manage_options', 'profile-builder-general-settings', 'wppb_general_settings_content' );
|
| 11 |
}
|
| 12 |
add_action( 'admin_menu', 'wppb_register_general_settings_submenu_page', 3 );
|
| 13 |
|
| 35 |
<?php $wppb_generalSettings = get_option( 'wppb_general_settings' ); ?>
|
| 36 |
<?php settings_fields( 'wppb_general_settings' ); ?>
|
| 37 |
|
| 38 |
+
<h2><?php _e( 'General Settings', 'profile-builder' ); ?></h2>
|
| 39 |
<table class="form-table">
|
| 40 |
<tr>
|
| 41 |
<th scope="row">
|
| 42 |
+
<?php _e( "Load Profile Builder's own CSS file in the front-end:", "profile-builder" ); ?>
|
| 43 |
</th>
|
| 44 |
<td>
|
| 45 |
+
<label><input type="checkbox" name="wppb_general_settings[extraFieldsLayout]"<?php echo ( ( isset( $wppb_generalSettings['extraFieldsLayout'] ) && ( $wppb_generalSettings['extraFieldsLayout'] == 'default' ) ) ? ' checked' : '' ); ?> value="default" class="wppb-select"><?php _e( 'Yes', 'profile-builder' ); ?></label>
|
| 46 |
<ul>
|
| 47 |
+
<li class="description"><?php printf( __( 'You can find the default file here: %1$s', 'profile-builder' ), '<a href="'.dirname( plugin_dir_url( __FILE__ ) ).'/assets/css/style-front-end.css" target="_blank">'.dirname( dirname( plugin_basename( __FILE__ ) ) ).'\assets\css\style-front-end.css</a>' ); ?></li>
|
| 48 |
</ul>
|
| 49 |
</td>
|
| 50 |
</tr>
|
| 53 |
?>
|
| 54 |
<tr>
|
| 55 |
<th scope="row">
|
| 56 |
+
<?php _e( '"Email Confirmation" Activated:', 'profile-builder' );?>
|
| 57 |
</th>
|
| 58 |
<td>
|
| 59 |
<select name="wppb_general_settings[emailConfirmation]" class="wppb-select" id="wppb_settings_email_confirmation" onchange="wppb_display_page_select(this.value)">
|
| 60 |
+
<option value="yes" <?php if ( $wppb_generalSettings['emailConfirmation'] == 'yes' ) echo 'selected'; ?>><?php _e( 'Yes', 'profile-builder' ); ?></option>
|
| 61 |
+
<option value="no" <?php if ( $wppb_generalSettings['emailConfirmation'] == 'no' ) echo 'selected'; ?>><?php _e( 'No', 'profile-builder' ); ?></option>
|
| 62 |
</select>
|
| 63 |
<ul>
|
| 64 |
+
<li class="description"><?php _e( 'On single-site installations this works with front-end forms only. Recommended to redirect WP default registration to a Profile Builder one using "Custom Redirects" addon.', 'profile-builder' ); ?></li>
|
| 65 |
+
<li class="description"><?php _e( 'The "Email Confirmation" feature is active (by default) on WPMU installations.', 'profile-builder' ); ?></li>
|
| 66 |
<?php if ( is_multisite() || ( $wppb_generalSettings['emailConfirmation'] == 'yes' ) ) ?>
|
| 67 |
+
<li class="description dynamic1"><?php printf( __( 'You can find a list of unconfirmed email addresses %1$sUsers > All Users > Email Confirmation%2$s.', 'profile-builder' ), '<a href="'.get_bloginfo( 'url' ).'/wp-admin/users.php?page=unconfirmed_emails">', '</a>' )?></li>
|
| 68 |
</ul>
|
| 69 |
</td>
|
| 70 |
</tr>
|
| 76 |
|
| 77 |
<tr id="wppb-settings-activation-page">
|
| 78 |
<th scope="row">
|
| 79 |
+
<?php _e( '"Email Confirmation" Landing Page:', 'profile-builder' ); ?>
|
| 80 |
</th>
|
| 81 |
<td>
|
| 82 |
<select name="wppb_general_settings[activationLandingPage]" class="wppb-select">
|
| 83 |
<option value="" <?php if ( empty( $wppb_generalSettings['emailConfirmation'] ) ) echo 'selected'; ?>></option>
|
| 84 |
+
<optgroup label="<?php _e( 'Existing Pages', 'profile-builder' ); ?>">
|
| 85 |
<?php
|
| 86 |
$pages = get_pages( apply_filters( 'wppb_page_args_filter', array( 'sort_order' => 'ASC', 'sort_column' => 'post_title', 'post_type' => 'page', 'post_status' => array( 'publish' ) ) ) );
|
| 87 |
|
| 96 |
</optgroup>
|
| 97 |
</select>
|
| 98 |
<p class="description">
|
| 99 |
+
<?php _e( 'Specify the page where the users will be directed when confirming the email account. This page can differ from the register page(s) and can be changed at any time. If none selected, a simple confirmation page will be displayed for the user.', 'profile-builder' ); ?>
|
| 100 |
</p>
|
| 101 |
</td>
|
| 102 |
</tr>
|
| 107 |
?>
|
| 108 |
<tr>
|
| 109 |
<th scope="row">
|
| 110 |
+
<?php _e( '"Admin Approval" Activated:', 'profile-builder' ); ?>
|
| 111 |
</th>
|
| 112 |
<td>
|
| 113 |
<select id="adminApprovalSelect" name="wppb_general_settings[adminApproval]" class="wppb-select" onchange="wppb_display_page_select_aa(this.value)">
|
| 114 |
+
<option value="yes" <?php if( !empty( $wppb_generalSettings['adminApproval'] ) && $wppb_generalSettings['adminApproval'] == 'yes' ) echo 'selected'; ?>><?php _e( 'Yes', 'profile-builder' ); ?></option>
|
| 115 |
+
<option value="no" <?php if( !empty( $wppb_generalSettings['adminApproval'] ) && $wppb_generalSettings['adminApproval'] == 'no' ) echo 'selected'; ?>><?php _e( 'No', 'profile-builder' ); ?></option>
|
| 116 |
</select>
|
| 117 |
<ul>
|
| 118 |
+
<li class="description dynamic2"><?php printf( __( 'You can find a list of users at %1$sUsers > All Users > Admin Approval%2$s.', 'profile-builder' ), '<a href="'.get_bloginfo( 'url' ).'/wp-admin/users.php?page=admin_approval&orderby=registered&order=desc">', '</a>' )?></li>
|
| 119 |
<ul>
|
| 120 |
</td>
|
| 121 |
</tr>
|
| 122 |
|
| 123 |
<tr class="dynamic2">
|
| 124 |
<th scope="row">
|
| 125 |
+
<?php _e( '"Admin Approval" on User Role:', 'profile-builder' ); ?>
|
| 126 |
</th>
|
| 127 |
<td>
|
| 128 |
<div id="wrap">
|
| 141 |
?>
|
| 142 |
</div>
|
| 143 |
<ul>
|
| 144 |
+
<li class="description"><?php printf( __( 'Select on what user roles to activate Admin Approval.', 'profile-builder' ) ) ?></li>
|
| 145 |
<ul>
|
| 146 |
</td>
|
| 147 |
</tr>
|
| 153 |
?>
|
| 154 |
<tr>
|
| 155 |
<th scope="row">
|
| 156 |
+
<?php _e( '"Admin Approval" Feature:', 'profile-builder' ); ?>
|
| 157 |
</th>
|
| 158 |
<td>
|
| 159 |
+
<p><em> <?php printf( __( 'You decide who is a user on your website. Get notified via email or approve multiple users at once from the WordPress UI. Enable Admin Approval by upgrading to %1$sHobbyist or PRO versions%2$s.', 'profile-builder' ),'<a href="http://www.cozmoslabs.com/wordpress-profile-builder/?utm_source=wpbackend&utm_medium=clientsite&utm_content=general-settings-link&utm_campaign=PBFree">', '</a>' )?></em></p>
|
| 160 |
</td>
|
| 161 |
</tr>
|
| 162 |
<?php } ?>
|
| 163 |
|
| 164 |
<tr>
|
| 165 |
<th scope="row">
|
| 166 |
+
<?php _e( 'Allow Users to Log in With:', 'profile-builder' ); ?>
|
| 167 |
</th>
|
| 168 |
<td>
|
| 169 |
<select name="wppb_general_settings[loginWith]" class="wppb-select">
|
| 170 |
+
<option value="usernameemail" <?php if ( $wppb_generalSettings['loginWith'] == 'usernameemail' ) echo 'selected'; ?>><?php _e( 'Username and Email', 'profile-builder' ); ?></option>
|
| 171 |
+
<option value="username" <?php if ( $wppb_generalSettings['loginWith'] == 'username' ) echo 'selected'; ?>><?php _e( 'Username', 'profile-builder' ); ?></option>
|
| 172 |
+
<option value="email" <?php if ( $wppb_generalSettings['loginWith'] == 'email' ) echo 'selected'; ?>><?php _e( 'Email', 'profile-builder' ); ?></option>
|
| 173 |
</select>
|
| 174 |
<ul>
|
| 175 |
+
<li class="description"><?php _e( '"Username and Email" - users can Log In with both Username and Email.', 'profile-builder' ); ?></li>
|
| 176 |
+
<li class="description"><?php _e( '"Username" - users can Log In only with Username.', 'profile-builder' ); ?></li>
|
| 177 |
+
<li class="description"><?php _e( '"Email" - users can Log In only with Email.', 'profile-builder' ); ?></li>
|
| 178 |
</ul>
|
| 179 |
</td>
|
| 180 |
</tr>
|
| 181 |
|
| 182 |
<tr>
|
| 183 |
<th scope="row">
|
| 184 |
+
<?php _e( 'Minimum Password Length:', 'profile-builder' ); ?>
|
| 185 |
</th>
|
| 186 |
<td>
|
| 187 |
<input type="text" name="wppb_general_settings[minimum_password_length]" class="wppb-text" value="<?php if( !empty( $wppb_generalSettings['minimum_password_length'] ) ) echo $wppb_generalSettings['minimum_password_length']; ?>"/>
|
| 188 |
<ul>
|
| 189 |
+
<li class="description"><?php _e( 'Enter the minimum characters the password should have. Leave empty for no minimum limit', 'profile-builder' ); ?> </li>
|
| 190 |
</ul>
|
| 191 |
</td>
|
| 192 |
</tr>
|
| 193 |
|
| 194 |
<tr>
|
| 195 |
<th scope="row">
|
| 196 |
+
<?php _e( 'Minimum Password Strength:', 'profile-builder' ); ?>
|
| 197 |
</th>
|
| 198 |
<td>
|
| 199 |
<select name="wppb_general_settings[minimum_password_strength]" class="wppb-select">
|
| 200 |
+
<option value=""><?php _e( 'Disabled', 'profile-builder' ); ?></option>
|
| 201 |
+
<option value="short" <?php if ( !empty($wppb_generalSettings['minimum_password_strength']) && $wppb_generalSettings['minimum_password_strength'] == 'short' ) echo 'selected'; ?>><?php _e( 'Very weak', 'profile-builder' ); ?></option>
|
| 202 |
+
<option value="bad" <?php if ( !empty($wppb_generalSettings['minimum_password_strength']) && $wppb_generalSettings['minimum_password_strength'] == 'bad' ) echo 'selected'; ?>><?php _e( 'Weak', 'profile-builder' ); ?></option>
|
| 203 |
+
<option value="good" <?php if ( !empty($wppb_generalSettings['minimum_password_strength']) && $wppb_generalSettings['minimum_password_strength'] == 'good' ) echo 'selected'; ?>><?php _e( 'Medium', 'profile-builder' ); ?></option>
|
| 204 |
+
<option value="strong" <?php if ( !empty($wppb_generalSettings['minimum_password_strength']) && $wppb_generalSettings['minimum_password_strength'] == 'strong' ) echo 'selected'; ?>><?php _e( 'Strong', 'profile-builder' ); ?></option>
|
| 205 |
</select>
|
| 206 |
</td>
|
| 207 |
</tr>
|
admin/manage-fields.php
CHANGED
|
@@ -9,8 +9,8 @@
|
|
| 9 |
function wppb_manage_fields_submenu(){
|
| 10 |
// create a new sub_menu page which holds the data for the default + extra fields
|
| 11 |
$args = array(
|
| 12 |
-
'menu_title' => __( 'Manage Fields', '
|
| 13 |
-
'page_title' => __( 'Manage Default and Extra Fields', '
|
| 14 |
'menu_slug' => 'manage-fields',
|
| 15 |
'page_type' => 'submenu_page',
|
| 16 |
'capability' => 'manage_options',
|
|
@@ -65,9 +65,9 @@ function wppb_manage_fields_submenu(){
|
|
| 65 |
|
| 66 |
|
| 67 |
//Free to Pro call to action on Manage Fields page
|
| 68 |
-
$field_description = __('Choose one of the supported field types','
|
| 69 |
if( PROFILE_BUILDER == 'Profile Builder Free' ) {
|
| 70 |
-
$field_description .= sprintf( __('. Extra Field Types are available in <a href="%s">Hobbyist or PRO versions</a>.' , '
|
| 71 |
}
|
| 72 |
|
| 73 |
|
|
@@ -91,39 +91,39 @@ function wppb_manage_fields_submenu(){
|
|
| 91 |
// set up the fields array
|
| 92 |
$fields = apply_filters( 'wppb_manage_fields', array(
|
| 93 |
|
| 94 |
-
array( 'type' => 'text', 'slug' => 'field-title', 'title' => __( 'Field Title', '
|
| 95 |
-
array( 'type' => 'select', 'slug' => 'field', 'title' => __( 'Field', '
|
| 96 |
-
array( 'type' => 'text', 'slug' => 'meta-name', 'title' => __( 'Meta-name', '
|
| 97 |
-
array( 'type' => 'text', 'slug' => 'id', 'title' => __( 'ID', '
|
| 98 |
-
array( 'type' => 'textarea', 'slug' => 'description', 'title' => __( 'Description', '
|
| 99 |
-
array( 'type' => 'text', 'slug' => 'row-count', 'title' => __( 'Row Count', '
|
| 100 |
-
array( 'type' => 'text', 'slug' => 'allowed-image-extensions', 'title' => __( 'Allowed Image Extensions', '
|
| 101 |
-
array( 'type' => 'text', 'slug' => 'allowed-upload-extensions', 'title' => __( 'Allowed Upload Extensions', '
|
| 102 |
-
array( 'type' => 'text', 'slug' => 'avatar-size', 'title' => __( 'Avatar Size', '
|
| 103 |
-
array( 'type' => 'text', 'slug' => 'date-format', 'title' => __( 'Date-format', '
|
| 104 |
-
array( 'type' => 'textarea', 'slug' => 'terms-of-agreement', 'title' => __( 'Terms of Agreement', '
|
| 105 |
-
array( 'type' => 'text', 'slug' => 'options', 'title' => __( 'Options', '
|
| 106 |
-
array( 'type' => 'text', 'slug' => 'labels', 'title' => __( 'Labels', '
|
| 107 |
-
array( 'type' => 'text', 'slug' => 'public-key', 'title' => __( 'Site Key', '
|
| 108 |
-
array( 'type' => 'text', 'slug' => 'private-key', 'title' => __( 'Secret Key', '
|
| 109 |
-
array( 'type' => 'checkbox', 'slug' => 'captcha-pb-forms', 'title' => __( 'Display on PB forms', '
|
| 110 |
-
array( 'type' => 'checkbox', 'slug' => 'captcha-wp-forms', 'title' => __( 'Display on default WP forms', '
|
| 111 |
-
array( 'type' => 'checkbox', 'slug' => 'user-roles', 'title' => __( 'User Roles', '
|
| 112 |
-
array( 'type' => 'text', 'slug' => 'user-roles-sort-order', 'title' => __( 'User Roles Order', '
|
| 113 |
-
array( 'type' => 'text', 'slug' => 'default-value', 'title' => __( 'Default Value', '
|
| 114 |
-
array( 'type' => 'text', 'slug' => 'default-option', 'title' => __( 'Default Option', '
|
| 115 |
-
array( 'type' => 'text', 'slug' => 'default-options', 'title' => __( 'Default Option(s)', '
|
| 116 |
-
array( 'type' => 'select', 'slug' => 'default-option-country', 'title' => __( 'Default Option', '
|
| 117 |
-
array( 'type' => 'select', 'slug' => 'default-option-timezone', 'title' => __( 'Default Option', '
|
| 118 |
-
array( 'type' => 'textarea', 'slug' => 'default-content', 'title' => __( 'Default Content', '
|
| 119 |
-
array( 'type' => 'select', 'slug' => 'required', 'title' => __( 'Required', '
|
| 120 |
-
array( 'type' => 'select', 'slug' => 'overwrite-existing', 'title' => __( 'Overwrite Existing', '
|
| 121 |
) );
|
| 122 |
|
| 123 |
// create the new submenu with the above options
|
| 124 |
$args = array(
|
| 125 |
'metabox_id' => 'manage-fields',
|
| 126 |
-
'metabox_title' => __( 'Field Properties', '
|
| 127 |
'post_type' => 'manage-fields',
|
| 128 |
'meta_name' => 'wppb_manage_fields',
|
| 129 |
'meta_array' => $fields,
|
|
@@ -136,7 +136,7 @@ function wppb_manage_fields_submenu(){
|
|
| 136 |
// create the info side meta-box
|
| 137 |
$args = array(
|
| 138 |
'metabox_id' => 'manage-fields-info',
|
| 139 |
-
'metabox_title' => __( 'Registration & Edit Profile', '
|
| 140 |
'post_type' => 'manage-fields',
|
| 141 |
'meta_name' => 'wppb_manage_fields_info',
|
| 142 |
'meta_array' => '',
|
|
@@ -155,27 +155,27 @@ add_action( 'init', 'wppb_manage_fields_submenu', 10 );
|
|
| 155 |
* @return void
|
| 156 |
*/
|
| 157 |
function wppb_prepopulate_fields(){
|
| 158 |
-
$prepopulated_fields[] = array( 'field' => 'Default - Name (Heading)', 'field-title' => __( 'Name', '
|
| 159 |
-
$prepopulated_fields[] = array( 'field' => 'Default - Username', 'field-title' => __( 'Username', '
|
| 160 |
-
$prepopulated_fields[] = array( 'field' => 'Default - First Name', 'field-title' => __( 'First Name', '
|
| 161 |
-
$prepopulated_fields[] = array( 'field' => 'Default - Last Name', 'field-title' => __( 'Last Name', '
|
| 162 |
-
$prepopulated_fields[] = array( 'field' => 'Default - Nickname', 'field-title' => __( 'Nickname', '
|
| 163 |
-
$prepopulated_fields[] = array( 'field' => 'Default - Display name publicly as', 'field-title' => __( 'Display name publicly as', '
|
| 164 |
-
$prepopulated_fields[] = array( 'field' => 'Default - Contact Info (Heading)', 'field-title' => __( 'Contact Info', '
|
| 165 |
-
$prepopulated_fields[] = array( 'field' => 'Default - E-mail', 'field-title' => __( 'E-mail', '
|
| 166 |
-
$prepopulated_fields[] = array( 'field' => 'Default - Website', 'field-title' => __( 'Website', '
|
| 167 |
|
| 168 |
// Default contact methods were removed in WP 3.6. A filter dictates contact methods.
|
| 169 |
if ( apply_filters( 'wppb_remove_default_contact_methods', get_site_option( 'initial_db_version' ) < 23588 ) ){
|
| 170 |
-
$prepopulated_fields[] = array( 'field' => 'Default - AIM', 'field-title' => __( 'AIM', '
|
| 171 |
-
$prepopulated_fields[] = array( 'field' => 'Default - Yahoo IM', 'field-title' => __( 'Yahoo IM', '
|
| 172 |
-
$prepopulated_fields[] = array( 'field' => 'Default - Jabber / Google Talk', 'field-title' => __( 'Jabber / Google Talk', '
|
| 173 |
}
|
| 174 |
|
| 175 |
-
$prepopulated_fields[] = array( 'field' => 'Default - About Yourself (Heading)', 'field-title' => __( 'About Yourself', '
|
| 176 |
-
$prepopulated_fields[] = array( 'field' => 'Default - Biographical Info', 'field-title' => __( 'Biographical Info', '
|
| 177 |
-
$prepopulated_fields[] = array( 'field' => 'Default - Password', 'field-title' => __( 'Password', '
|
| 178 |
-
$prepopulated_fields[] = array( 'field' => 'Default - Repeat Password', 'field-title' => __( 'Repeat Password', '
|
| 179 |
|
| 180 |
add_option ( 'wppb_manage_fields', apply_filters ( 'wppb_prepopulated_fields', $prepopulated_fields ) );
|
| 181 |
}
|
|
@@ -234,256 +234,256 @@ function wppb_country_select_options( $form_location ) {
|
|
| 234 |
$country_array = apply_filters( 'wppb_'.$form_location.'_country_select_array',
|
| 235 |
array(
|
| 236 |
'' => '',
|
| 237 |
-
'AF' => __( 'Afghanistan', '
|
| 238 |
-
'AX' => __( 'Aland Islands', '
|
| 239 |
-
'AL' => __( 'Albania', '
|
| 240 |
-
'DZ' => __( 'Algeria', '
|
| 241 |
-
'AS' => __( 'American Samoa', '
|
| 242 |
-
'AD' => __( 'Andorra', '
|
| 243 |
-
'AO' => __( 'Angola', '
|
| 244 |
-
'AI' => __( 'Anguilla', '
|
| 245 |
-
'AQ' => __( 'Antarctica', '
|
| 246 |
-
'AG' => __( 'Antigua and Barbuda', '
|
| 247 |
-
'AR' => __( 'Argentina', '
|
| 248 |
-
'AM' => __( 'Armenia', '
|
| 249 |
-
'AW' => __( 'Aruba', '
|
| 250 |
-
'AU' => __( 'Australia', '
|
| 251 |
-
'AT' => __( 'Austria', '
|
| 252 |
-
'AZ' => __( 'Azerbaijan', '
|
| 253 |
-
'BS' => __( 'Bahamas', '
|
| 254 |
-
'BH' => __( 'Bahrain', '
|
| 255 |
-
'BD' => __( 'Bangladesh', '
|
| 256 |
-
'BB' => __( 'Barbados', '
|
| 257 |
-
'BY' => __( 'Belarus', '
|
| 258 |
-
'BE' => __( 'Belgium', '
|
| 259 |
-
'BZ' => __( 'Belize', '
|
| 260 |
-
'BJ' => __( 'Benin', '
|
| 261 |
-
'BM' => __( 'Bermuda', '
|
| 262 |
-
'BT' => __( 'Bhutan', '
|
| 263 |
-
'BO' => __( 'Bolivia', '
|
| 264 |
-
'BQ' => __( 'Bonaire, Saint Eustatius and Saba', '
|
| 265 |
-
'BA' => __( 'Bosnia and Herzegovina', '
|
| 266 |
-
'BW' => __( 'Botswana', '
|
| 267 |
-
'BV' => __( 'Bouvet Island', '
|
| 268 |
-
'BR' => __( 'Brazil', '
|
| 269 |
-
'IO' => __( 'British Indian Ocean Territory', '
|
| 270 |
-
'VG' => __( 'British Virgin Islands', '
|
| 271 |
-
'BN' => __( 'Brunei', '
|
| 272 |
-
'BG' => __( 'Bulgaria', '
|
| 273 |
-
'BF' => __( 'Burkina Faso', '
|
| 274 |
-
'BI' => __( 'Burundi', '
|
| 275 |
-
'KH' => __( 'Cambodia', '
|
| 276 |
-
'CM' => __( 'Cameroon', '
|
| 277 |
-
'CA' => __( 'Canada', '
|
| 278 |
-
'CV' => __( 'Cape Verde', '
|
| 279 |
-
'KY' => __( 'Cayman Islands', '
|
| 280 |
-
'CF' => __( 'Central African Republic', '
|
| 281 |
-
'TD' => __( 'Chad', '
|
| 282 |
-
'CL' => __( 'Chile', '
|
| 283 |
-
'CN' => __( 'China', '
|
| 284 |
-
'CX' => __( 'Christmas Island', '
|
| 285 |
-
'CC' => __( 'Cocos Islands', '
|
| 286 |
-
'CO' => __( 'Colombia', '
|
| 287 |
-
'KM' => __( 'Comoros', '
|
| 288 |
-
'CK' => __( 'Cook Islands', '
|
| 289 |
-
'CR' => __( 'Costa Rica', '
|
| 290 |
-
'HR' => __( 'Croatia', '
|
| 291 |
-
'CU' => __( 'Cuba', '
|
| 292 |
-
'CW' => __( 'Curacao', '
|
| 293 |
-
'CY' => __( 'Cyprus', '
|
| 294 |
-
'CZ' => __( 'Czech Republic', '
|
| 295 |
-
'CD' => __( 'Democratic Republic of the Congo', '
|
| 296 |
-
'DK' => __( 'Denmark', '
|
| 297 |
-
'DJ' => __( 'Djibouti', '
|
| 298 |
-
'DM' => __( 'Dominica', '
|
| 299 |
-
'DO' => __( 'Dominican Republic', '
|
| 300 |
-
'TL' => __( 'East Timor', '
|
| 301 |
-
'EC' => __( 'Ecuador', '
|
| 302 |
-
'EG' => __( 'Egypt', '
|
| 303 |
-
'SV' => __( 'El Salvador', '
|
| 304 |
-
'GQ' => __( 'Equatorial Guinea', '
|
| 305 |
-
'ER' => __( 'Eritrea', '
|
| 306 |
-
'EE' => __( 'Estonia', '
|
| 307 |
-
'ET' => __( 'Ethiopia', '
|
| 308 |
-
'FK' => __( 'Falkland Islands', '
|
| 309 |
-
'FO' => __( 'Faroe Islands', '
|
| 310 |
-
'FJ' => __( 'Fiji', '
|
| 311 |
-
'FI' => __( 'Finland', '
|
| 312 |
-
'FR' => __( 'France', '
|
| 313 |
-
'GF' => __( 'French Guiana', '
|
| 314 |
-
'PF' => __( 'French Polynesia', '
|
| 315 |
-
'TF' => __( 'French Southern Territories', '
|
| 316 |
-
'GA' => __( 'Gabon', '
|
| 317 |
-
'GM' => __( 'Gambia', '
|
| 318 |
-
'GE' => __( 'Georgia', '
|
| 319 |
-
'DE' => __( 'Germany', '
|
| 320 |
-
'GH' => __( 'Ghana', '
|
| 321 |
-
'GI' => __( 'Gibraltar', '
|
| 322 |
-
'GR' => __( 'Greece', '
|
| 323 |
-
'GL' => __( 'Greenland', '
|
| 324 |
-
'GD' => __( 'Grenada', '
|
| 325 |
-
'GP' => __( 'Guadeloupe', '
|
| 326 |
-
'GU' => __( 'Guam', '
|
| 327 |
-
'GT' => __( 'Guatemala', '
|
| 328 |
-
'GG' => __( 'Guernsey', '
|
| 329 |
-
'GN' => __( 'Guinea', '
|
| 330 |
-
'GW' => __( 'Guinea-Bissau', '
|
| 331 |
-
'GY' => __( 'Guyana', '
|
| 332 |
-
'HT' => __( 'Haiti', '
|
| 333 |
-
'HM' => __( 'Heard Island and McDonald Islands', '
|
| 334 |
-
'HN' => __( 'Honduras', '
|
| 335 |
-
'HK' => __( 'Hong Kong', '
|
| 336 |
-
'HU' => __( 'Hungary', '
|
| 337 |
-
'IS' => __( 'Iceland', '
|
| 338 |
-
'IN' => __( 'India', '
|
| 339 |
-
'ID' => __( 'Indonesia', '
|
| 340 |
-
'IR' => __( 'Iran', '
|
| 341 |
-
'IQ' => __( 'Iraq', '
|
| 342 |
-
'IE' => __( 'Ireland', '
|
| 343 |
-
'IM' => __( 'Isle of Man', '
|
| 344 |
-
'IL' => __( 'Israel', '
|
| 345 |
-
'IT' => __( 'Italy', '
|
| 346 |
-
'CI' => __( 'Ivory Coast', '
|
| 347 |
-
'JM' => __( 'Jamaica', '
|
| 348 |
-
'JP' => __( 'Japan', '
|
| 349 |
-
'JE' => __( 'Jersey', '
|
| 350 |
-
'JO' => __( 'Jordan', '
|
| 351 |
-
'KZ' => __( 'Kazakhstan', '
|
| 352 |
-
'KE' => __( 'Kenya', '
|
| 353 |
-
'KI' => __( 'Kiribati', '
|
| 354 |
-
'XK' => __( 'Kosovo', '
|
| 355 |
-
'KW' => __( 'Kuwait', '
|
| 356 |
-
'KG' => __( 'Kyrgyzstan', '
|
| 357 |
-
'LA' => __( 'Laos', '
|
| 358 |
-
'LV' => __( 'Latvia', '
|
| 359 |
-
'LB' => __( 'Lebanon', '
|
| 360 |
-
'LS' => __( 'Lesotho', '
|
| 361 |
-
'LR' => __( 'Liberia', '
|
| 362 |
-
'LY' => __( 'Libya', '
|
| 363 |
-
'LI' => __( 'Liechtenstein', '
|
| 364 |
-
'LT' => __( 'Lithuania', '
|
| 365 |
-
'LU' => __( 'Luxembourg', '
|
| 366 |
-
'MO' => __( 'Macao', '
|
| 367 |
-
'MK' => __( 'Macedonia', '
|
| 368 |
-
'MG' => __( 'Madagascar', '
|
| 369 |
-
'MW' => __( 'Malawi', '
|
| 370 |
-
'MY' => __( 'Malaysia', '
|
| 371 |
-
'MV' => __( 'Maldives', '
|
| 372 |
-
'ML' => __( 'Mali', '
|
| 373 |
-
'MT' => __( 'Malta', '
|
| 374 |
-
'MH' => __( 'Marshall Islands', '
|
| 375 |
-
'MQ' => __( 'Martinique', '
|
| 376 |
-
'MR' => __( 'Mauritania', '
|
| 377 |
-
'MU' => __( 'Mauritius', '
|
| 378 |
-
'YT' => __( 'Mayotte', '
|
| 379 |
-
'MX' => __( 'Mexico', '
|
| 380 |
-
'FM' => __( 'Micronesia', '
|
| 381 |
-
'MD' => __( 'Moldova', '
|
| 382 |
-
'MC' => __( 'Monaco', '
|
| 383 |
-
'MN' => __( 'Mongolia', '
|
| 384 |
-
'ME' => __( 'Montenegro', '
|
| 385 |
-
'MS' => __( 'Montserrat', '
|
| 386 |
-
'MA' => __( 'Morocco', '
|
| 387 |
-
'MZ' => __( 'Mozambique', '
|
| 388 |
-
'MM' => __( 'Myanmar', '
|
| 389 |
-
'NA' => __( 'Namibia', '
|
| 390 |
-
'NR' => __( 'Nauru', '
|
| 391 |
-
'NP' => __( 'Nepal', '
|
| 392 |
-
'NL' => __( 'Netherlands', '
|
| 393 |
-
'NC' => __( 'New Caledonia', '
|
| 394 |
-
'NZ' => __( 'New Zealand', '
|
| 395 |
-
'NI' => __( 'Nicaragua', '
|
| 396 |
-
'NE' => __( 'Niger', '
|
| 397 |
-
'NG' => __( 'Nigeria', '
|
| 398 |
-
'NU' => __( 'Niue', '
|
| 399 |
-
'NF' => __( 'Norfolk Island', '
|
| 400 |
-
'KP' => __( 'North Korea', '
|
| 401 |
-
'MP' => __( 'Northern Mariana Islands', '
|
| 402 |
-
'NO' => __( 'Norway', '
|
| 403 |
-
'OM' => __( 'Oman', '
|
| 404 |
-
'PK' => __( 'Pakistan', '
|
| 405 |
-
'PW' => __( 'Palau', '
|
| 406 |
-
'PS' => __( 'Palestinian Territory', '
|
| 407 |
-
'PA' => __( 'Panama', '
|
| 408 |
-
'PG' => __( 'Papua New Guinea', '
|
| 409 |
-
'PY' => __( 'Paraguay', '
|
| 410 |
-
'PE' => __( 'Peru', '
|
| 411 |
-
'PH' => __( 'Philippines', '
|
| 412 |
-
'PN' => __( 'Pitcairn', '
|
| 413 |
-
'PL' => __( 'Poland', '
|
| 414 |
-
'PT' => __( 'Portugal', '
|
| 415 |
-
'PR' => __( 'Puerto Rico', '
|
| 416 |
-
'QA' => __( 'Qatar', '
|
| 417 |
-
'CG' => __( 'Republic of the Congo', '
|
| 418 |
-
'RE' => __( 'Reunion', '
|
| 419 |
-
'RO' => __( 'Romania', '
|
| 420 |
-
'RU' => __( 'Russia', '
|
| 421 |
-
'RW' => __( 'Rwanda', '
|
| 422 |
-
'BL' => __( 'Saint Barthelemy', '
|
| 423 |
-
'SH' => __( 'Saint Helena', '
|
| 424 |
-
'KN' => __( 'Saint Kitts and Nevis', '
|
| 425 |
-
'LC' => __( 'Saint Lucia', '
|
| 426 |
-
'MF' => __( 'Saint Martin', '
|
| 427 |
-
'PM' => __( 'Saint Pierre and Miquelon', '
|
| 428 |
-
'VC' => __( 'Saint Vincent and the Grenadines', '
|
| 429 |
-
'WS' => __( 'Samoa', '
|
| 430 |
-
'SM' => __( 'San Marino', '
|
| 431 |
-
'ST' => __( 'Sao Tome and Principe', '
|
| 432 |
-
'SA' => __( 'Saudi Arabia', '
|
| 433 |
-
'SN' => __( 'Senegal', '
|
| 434 |
-
'RS' => __( 'Serbia', '
|
| 435 |
-
'SC' => __( 'Seychelles', '
|
| 436 |
-
'SL' => __( 'Sierra Leone', '
|
| 437 |
-
'SG' => __( 'Singapore', '
|
| 438 |
-
'SX' => __( 'Sint Maarten', '
|
| 439 |
-
'SK' => __( 'Slovakia', '
|
| 440 |
-
'SI' => __( 'Slovenia', '
|
| 441 |
-
'SB' => __( 'Solomon Islands', '
|
| 442 |
-
'SO' => __( 'Somalia', '
|
| 443 |
-
'ZA' => __( 'South Africa', '
|
| 444 |
-
'GS' => __( 'South Georgia and the South Sandwich Islands', '
|
| 445 |
-
'KR' => __( 'South Korea', '
|
| 446 |
-
'SS' => __( 'South Sudan', '
|
| 447 |
-
'ES' => __( 'Spain', '
|
| 448 |
-
'LK' => __( 'Sri Lanka', '
|
| 449 |
-
'SD' => __( 'Sudan', '
|
| 450 |
-
'SR' => __( 'Suriname', '
|
| 451 |
-
'SJ' => __( 'Svalbard and Jan Mayen', '
|
| 452 |
-
'SZ' => __( 'Swaziland', '
|
| 453 |
-
'SE' => __( 'Sweden', '
|
| 454 |
-
'CH' => __( 'Switzerland', '
|
| 455 |
-
'SY' => __( 'Syria', '
|
| 456 |
-
'TW' => __( 'Taiwan', '
|
| 457 |
-
'TJ' => __( 'Tajikistan', '
|
| 458 |
-
'TZ' => __( 'Tanzania', '
|
| 459 |
-
'TH' => __( 'Thailand', '
|
| 460 |
-
'TG' => __( 'Togo', '
|
| 461 |
-
'TK' => __( 'Tokelau', '
|
| 462 |
-
'TO' => __( 'Tonga', '
|
| 463 |
-
'TT' => __( 'Trinidad and Tobago', '
|
| 464 |
-
'TN' => __( 'Tunisia', '
|
| 465 |
-
'TR' => __( 'Turkey', '
|
| 466 |
-
'TM' => __( 'Turkmenistan', '
|
| 467 |
-
'TC' => __( 'Turks and Caicos Islands', '
|
| 468 |
-
'TV' => __( 'Tuvalu', '
|
| 469 |
-
'VI' => __( 'U.S. Virgin Islands', '
|
| 470 |
-
'UG' => __( 'Uganda', '
|
| 471 |
-
'UA' => __( 'Ukraine', '
|
| 472 |
-
'AE' => __( 'United Arab Emirates', '
|
| 473 |
-
'GB' => __( 'United Kingdom', '
|
| 474 |
-
'US' => __( 'United States', '
|
| 475 |
-
'UM' => __( 'United States Minor Outlying Islands', '
|
| 476 |
-
'UY' => __( 'Uruguay', '
|
| 477 |
-
'UZ' => __( 'Uzbekistan', '
|
| 478 |
-
'VU' => __( 'Vanuatu', '
|
| 479 |
-
'VA' => __( 'Vatican', '
|
| 480 |
-
'VE' => __( 'Venezuela', '
|
| 481 |
-
'VN' => __( 'Vietnam', '
|
| 482 |
-
'WF' => __( 'Wallis and Futuna', '
|
| 483 |
-
'EH' => __( 'Western Sahara', '
|
| 484 |
-
'YE' => __( 'Yemen', '
|
| 485 |
-
'ZM' => __( 'Zambia', '
|
| 486 |
-
'ZW' => __( 'Zimbabwe', '
|
| 487 |
)
|
| 488 |
);
|
| 489 |
|
|
@@ -614,7 +614,7 @@ function wppb_check_field_on_edit_add( $message, $fields, $required_fields, $met
|
|
| 614 |
|
| 615 |
// check for a valid field-type (fallback)
|
| 616 |
if ( $posted_values['field'] == '' )
|
| 617 |
-
$message .= __( "You must select a field\n", '
|
| 618 |
// END check for a valid field-type (fallback)
|
| 619 |
|
| 620 |
$unique_field_list = wppb_return_unique_field_list();
|
|
@@ -624,7 +624,7 @@ function wppb_check_field_on_edit_add( $message, $fields, $required_fields, $met
|
|
| 624 |
if( $all_fields != 'not_set' ){
|
| 625 |
foreach( $all_fields as $field ){
|
| 626 |
if ( ( in_array ( $posted_values['field'], $unique_field_list ) ) && ( $posted_values['field'] == $field['field'] ) && ( $posted_values['id'] != $field['id'] ) ){
|
| 627 |
-
$message .= __( "Please choose a different field type as this one already exists in your form (must be unique)\n", '
|
| 628 |
break;
|
| 629 |
}
|
| 630 |
}
|
|
@@ -635,10 +635,10 @@ function wppb_check_field_on_edit_add( $message, $fields, $required_fields, $met
|
|
| 635 |
if ( $posted_values['field'] == 'Avatar' ){
|
| 636 |
if ( is_numeric( $posted_values['avatar-size'] ) ){
|
| 637 |
if ( ( $posted_values['avatar-size'] < 20 ) || ( $posted_values['avatar-size'] > 200 ) )
|
| 638 |
-
$message .= __( "The entered avatar size is not between 20 and 200\n", '
|
| 639 |
|
| 640 |
}else
|
| 641 |
-
$message .= __( "The entered avatar size is not numerical\n", '
|
| 642 |
|
| 643 |
}
|
| 644 |
// END check for avatar size
|
|
@@ -646,10 +646,10 @@ function wppb_check_field_on_edit_add( $message, $fields, $required_fields, $met
|
|
| 646 |
// check for correct row value
|
| 647 |
if ( ( $posted_values['field'] == 'Default - Biographical Info' ) || ( $posted_values['field'] == 'Textarea' ) ){
|
| 648 |
if ( !is_numeric( $posted_values['row-count'] ) )
|
| 649 |
-
$message .= __( "The entered row number is not numerical\n", '
|
| 650 |
|
| 651 |
elseif ( trim( $posted_values['row-count'] ) == '' )
|
| 652 |
-
$message .= __( "You must enter a value for the row number\n", '
|
| 653 |
}
|
| 654 |
// END check for correct row value
|
| 655 |
|
|
@@ -657,9 +657,9 @@ function wppb_check_field_on_edit_add( $message, $fields, $required_fields, $met
|
|
| 657 |
// check for the public and private keys
|
| 658 |
if ( $posted_values['field'] == 'reCAPTCHA'){
|
| 659 |
if ( trim( $posted_values['public-key'] ) == '' )
|
| 660 |
-
$message .= __( "You must enter the site key\n", '
|
| 661 |
if ( trim( $posted_values['private-key'] ) == '' )
|
| 662 |
-
$message .= __( "You must enter the secret key\n", '
|
| 663 |
}
|
| 664 |
// END check for the public and private keys
|
| 665 |
|
|
@@ -667,10 +667,10 @@ function wppb_check_field_on_edit_add( $message, $fields, $required_fields, $met
|
|
| 667 |
if ( $posted_values['field'] == 'Datepicker' ){
|
| 668 |
$date_format = strtolower( $posted_values['date-format'] );
|
| 669 |
if ( ( trim( $date_format ) != 'mm/dd/yy' ) && ( trim( $date_format ) != 'mm/yy/dd' ) && ( trim( $date_format ) != 'dd/yy/mm' ) && ( trim( $date_format ) != 'dd/mm/yy' ) && ( trim( $date_format ) != 'yy/dd/mm' ) && ( trim( $date_format ) != 'yy/mm/dd' ) )
|
| 670 |
-
$message .= __( "The entered value for the Datepicker is not a valid date-format\n", '
|
| 671 |
|
| 672 |
elseif ( trim( $date_format ) == '' )
|
| 673 |
-
$message .= __( "You must enter a value for the date-format\n", '
|
| 674 |
}
|
| 675 |
// END check for the correct the date-format
|
| 676 |
|
|
@@ -686,7 +686,7 @@ function wppb_check_field_on_edit_add( $message, $fields, $required_fields, $met
|
|
| 686 |
$skip_empty_check_for_fields = array('Heading', 'Select (User Role)', 'reCAPTCHA');
|
| 687 |
|
| 688 |
if( !in_array( $posted_values['field'], $skip_empty_check_for_fields ) && empty( $posted_values['meta-name'] ) ) {
|
| 689 |
-
$message .= __( "The meta-name cannot be empty\n", '
|
| 690 |
}
|
| 691 |
|
| 692 |
// Default contact methods were removed in WP 3.6. A filter dictates contact methods.
|
|
@@ -698,7 +698,7 @@ function wppb_check_field_on_edit_add( $message, $fields, $required_fields, $met
|
|
| 698 |
|
| 699 |
// if the desired meta-name is one of the following, automatically give an error
|
| 700 |
if ( in_array( trim( $posted_values['meta-name'] ), apply_filters ( 'wppb_unique_meta_name_list', $unique_meta_name_list ) ) )
|
| 701 |
-
$message .= __( "That meta-name is already in use\n", '
|
| 702 |
|
| 703 |
else{
|
| 704 |
$found_in_custom_fields = false;
|
|
@@ -706,7 +706,7 @@ function wppb_check_field_on_edit_add( $message, $fields, $required_fields, $met
|
|
| 706 |
if( $all_fields != 'not_set' )
|
| 707 |
foreach( $all_fields as $field ){
|
| 708 |
if ( $posted_values['meta-name'] != '' && ( $field['meta-name'] == $posted_values['meta-name'] ) && ( $field['id'] != $posted_values['id'] ) ){
|
| 709 |
-
$message .= __( "That meta-name is already in use\n", '
|
| 710 |
$found_in_custom_fields = true;
|
| 711 |
|
| 712 |
}elseif ( ( $field['meta-name'] == $posted_values['meta-name'] ) && ( $field['id'] == $posted_values['id'] ) )
|
|
@@ -716,7 +716,7 @@ function wppb_check_field_on_edit_add( $message, $fields, $required_fields, $met
|
|
| 716 |
if ( $found_in_custom_fields === false ){
|
| 717 |
$found_meta_name = $wpdb->get_row( $wpdb->prepare( "SELECT * FROM $wpdb->usermeta WHERE meta_key = %s", $posted_values['meta-name'] ) );
|
| 718 |
if ( $found_meta_name != null )
|
| 719 |
-
$message .= __( "That meta-name is already in use\n", '
|
| 720 |
}
|
| 721 |
}
|
| 722 |
}
|
|
@@ -738,18 +738,18 @@ function wppb_check_field_on_edit_add( $message, $fields, $required_fields, $met
|
|
| 738 |
}
|
| 739 |
|
| 740 |
if ( $not_found != '' )
|
| 741 |
-
$message .= sprintf( __( "The following option(s) did not coincide with the ones in the options list: %s\n", '
|
| 742 |
|
| 743 |
}elseif ( ( $posted_values['field'] == 'Radio' ) || ( $posted_values['field'] == 'Select' ) ){
|
| 744 |
if ( ( trim( $posted_values['default-option'] ) != '' ) && ( !in_array( $posted_values['default-option'], array_map( 'trim', explode( ',', $posted_values['options'] ) ) ) ) )
|
| 745 |
-
$message .= sprintf( __( "The following option did not coincide with the ones in the options list: %s\n", '
|
| 746 |
}
|
| 747 |
// END check for valid default option (checkbox, select, radio)
|
| 748 |
|
| 749 |
// check to see if any user role is selected (user-role field)
|
| 750 |
if( $posted_values['field'] == 'Select (User Role)' ) {
|
| 751 |
if( empty( $posted_values['user-roles'] ) ) {
|
| 752 |
-
$message .= __( "Please select at least one user role\n", '
|
| 753 |
}
|
| 754 |
}
|
| 755 |
// END check to see if Administrator user role has been selected (user-role field)
|
|
@@ -758,14 +758,14 @@ function wppb_check_field_on_edit_add( $message, $fields, $required_fields, $met
|
|
| 758 |
|
| 759 |
}elseif ( ( $meta_name == 'wppb_rf_fields' ) || ( $meta_name == 'wppb_epf_fields' ) ){
|
| 760 |
if ( $posted_values['field'] == '' ){
|
| 761 |
-
$message .= __( "You must select a field\n", '
|
| 762 |
|
| 763 |
}else{
|
| 764 |
$fields_so_far = get_post_meta ( $post_id, $meta_name, true );
|
| 765 |
|
| 766 |
foreach ( $fields_so_far as $key => $value ){
|
| 767 |
if ( $value['field'] == $posted_values['field'] )
|
| 768 |
-
$message .= __( "That field is already added in this form\n", '
|
| 769 |
}
|
| 770 |
}
|
| 771 |
}
|
|
@@ -814,7 +814,7 @@ add_action("wck_ajax_add_form_wppb_manage_fields", "wppb_hide_all_after_add" );
|
|
| 814 |
* @return string
|
| 815 |
*/
|
| 816 |
function wppb_manage_fields_header( $list_header ){
|
| 817 |
-
return '<thead><tr><th class="wck-number">#</th><th class="wck-content">'. __( '<pre>Title</pre><pre>Type</pre><pre>Meta Name</pre><pre class="wppb-mb-head-required">Required</pre>', '
|
| 818 |
}
|
| 819 |
add_action( 'wck_metabox_content_header_wppb_manage_fields', 'wppb_manage_fields_header' );
|
| 820 |
|
|
@@ -829,7 +829,7 @@ add_action( 'wck_metabox_content_header_wppb_manage_fields', 'wppb_manage_fields
|
|
| 829 |
*/
|
| 830 |
function wppb_add_content_before_manage_fields(){
|
| 831 |
?>
|
| 832 |
-
<p><?php _e('Use these shortcodes on the pages you want the forms to be displayed:', '
|
| 833 |
<ul>
|
| 834 |
<li><strong class="nowrap">[wppb-register]</strong></li>
|
| 835 |
<li><strong class="nowrap">[wppb-edit-profile]</strong></li>
|
|
@@ -838,9 +838,9 @@ function wppb_add_content_before_manage_fields(){
|
|
| 838 |
<p>
|
| 839 |
<?php
|
| 840 |
if( PROFILE_BUILDER == 'Profile Builder Pro' )
|
| 841 |
-
_e("If you're interested in displaying different fields in the registration and edit profile forms, please use the Multiple Registration & Edit Profile Forms Addon.", '
|
| 842 |
else
|
| 843 |
-
_e( "With Profile Builder Pro v2 you can display different fields in the registration and edit profile forms, using the Multiple Registration & Edit Profile Forms module.", "
|
| 844 |
?>
|
| 845 |
</p>
|
| 846 |
<?php
|
| 9 |
function wppb_manage_fields_submenu(){
|
| 10 |
// create a new sub_menu page which holds the data for the default + extra fields
|
| 11 |
$args = array(
|
| 12 |
+
'menu_title' => __( 'Manage Fields', 'profile-builder' ),
|
| 13 |
+
'page_title' => __( 'Manage Default and Extra Fields', 'profile-builder' ),
|
| 14 |
'menu_slug' => 'manage-fields',
|
| 15 |
'page_type' => 'submenu_page',
|
| 16 |
'capability' => 'manage_options',
|
| 65 |
|
| 66 |
|
| 67 |
//Free to Pro call to action on Manage Fields page
|
| 68 |
+
$field_description = __('Choose one of the supported field types','profile-builder');
|
| 69 |
if( PROFILE_BUILDER == 'Profile Builder Free' ) {
|
| 70 |
+
$field_description .= sprintf( __('. Extra Field Types are available in <a href="%s">Hobbyist or PRO versions</a>.' , 'profile-builder'), esc_url( 'http://www.cozmoslabs.com/wordpress-profile-builder/?utm_source=wpbackend&utm_medium=clientsite&utm_content=manage-fields-link&utm_campaign=PBFree' ) );
|
| 71 |
}
|
| 72 |
|
| 73 |
|
| 91 |
// set up the fields array
|
| 92 |
$fields = apply_filters( 'wppb_manage_fields', array(
|
| 93 |
|
| 94 |
+
array( 'type' => 'text', 'slug' => 'field-title', 'title' => __( 'Field Title', 'profile-builder' ), 'description' => __( 'Title of the field', 'profile-builder' ) ),
|
| 95 |
+
array( 'type' => 'select', 'slug' => 'field', 'title' => __( 'Field', 'profile-builder' ), 'options' => apply_filters( 'wppb_manage_fields_types', $manage_field_types ), 'default-option' => true, 'description' => $field_description ),
|
| 96 |
+
array( 'type' => 'text', 'slug' => 'meta-name', 'title' => __( 'Meta-name', 'profile-builder' ), 'default' => wppb_get_meta_name(), 'description' => __( 'Use this in conjuction 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 uniqe)<br/>Changing this might take long in case of a very big user-count', 'profile-builder' ) ),
|
| 97 |
+
array( 'type' => 'text', 'slug' => 'id', 'title' => __( 'ID', 'profile-builder' ), 'default' => wppb_get_unique_id(), 'description' => __( "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", 'profile-builder' ), 'readonly' => true ),
|
| 98 |
+
array( 'type' => 'textarea', 'slug' => 'description', 'title' => __( 'Description', 'profile-builder' ), 'description' => __( 'Enter a (detailed) description of the option for end users to read<br/>Optional', 'profile-builder') ),
|
| 99 |
+
array( 'type' => 'text', 'slug' => 'row-count', 'title' => __( 'Row Count', 'profile-builder' ), 'default' => 5, 'description' => __( "Specify the number of rows for a 'Textarea' field<br/>If not specified, defaults to 5", 'profile-builder' ) ),
|
| 100 |
+
array( 'type' => 'text', 'slug' => 'allowed-image-extensions', 'title' => __( 'Allowed Image Extensions', 'profile-builder' ), 'default' => '.*', 'description' => __( '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 (.*)', 'profile-builder' ) ),
|
| 101 |
+
array( 'type' => 'text', 'slug' => 'allowed-upload-extensions', 'title' => __( 'Allowed Upload Extensions', 'profile-builder' ), 'default' => '.*', 'description' => __( '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 (.*)', 'profile-builder' ) ),
|
| 102 |
+
array( 'type' => 'text', 'slug' => 'avatar-size', 'title' => __( 'Avatar Size', 'profile-builder' ), 'default' => 100, 'description' => __( "Enter a value (between 20 and 200) for the size of the 'Avatar'<br/>If not specified, defaults to 100", 'profile-builder' ) ),
|
| 103 |
+
array( 'type' => 'text', 'slug' => 'date-format', 'title' => __( 'Date-format', 'profile-builder' ), 'default' => 'mm/dd/yy', 'description' => __( '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<br/>If not specified, defaults to mm/dd/yy', 'profile-builder' ) ),
|
| 104 |
+
array( 'type' => 'textarea', 'slug' => 'terms-of-agreement', 'title' => __( 'Terms of Agreement', 'profile-builder' ), 'description' => __( '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>', 'profile-builder' ) ),
|
| 105 |
+
array( 'type' => 'text', 'slug' => 'options', 'title' => __( 'Options', 'profile-builder' ), 'description' => __( "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", 'profile-builder' ) ),
|
| 106 |
+
array( 'type' => 'text', 'slug' => 'labels', 'title' => __( 'Labels', 'profile-builder' ), 'description' => __( "Enter a comma separated list of labels<br/>Visible for the user", 'profile-builder' ) ),
|
| 107 |
+
array( 'type' => 'text', 'slug' => 'public-key', 'title' => __( 'Site Key', 'profile-builder' ), 'description' => __( 'The site key from Google, <a href="http://www.google.com/recaptcha" target="_blank">www.google.com/recaptcha</a>', 'profile-builder' ) ),
|
| 108 |
+
array( 'type' => 'text', 'slug' => 'private-key', 'title' => __( 'Secret Key', 'profile-builder' ), 'description' => __( 'The secret key from Google, <a href="http://www.google.com/recaptcha" target="_blank">www.google.com/recaptcha</a>', 'profile-builder' ) ),
|
| 109 |
+
array( 'type' => 'checkbox', 'slug' => 'captcha-pb-forms', 'title' => __( 'Display on PB forms', 'profile-builder' ), 'options' => array( '%'.__('PB Login','profile-builder').'%'.'pb_login', '%'.__('PB Register','profile-builder').'%'.'pb_register', '%'.__('PB Recover Password','profile-builder').'%'.'pb_recover_password' ), 'default' => 'pb_register', 'description' => __( "Select on which Profile Builder forms to display reCAPTCHA", 'profile-builder' ) ),
|
| 110 |
+
array( 'type' => 'checkbox', 'slug' => 'captcha-wp-forms', 'title' => __( 'Display on default WP forms', 'profile-builder' ), 'options' => array( '%'.__('Default WP Login', 'profile-builder').'%'.'default_wp_login', '%'.__('Default WP Register', 'profile-builder').'%'.'default_wp_register', '%'.__('Default WP Recover Password', 'profile-builder').'%'.'default_wp_recover_password'), 'default' => 'default_wp_register', 'description' => __( "Select on which default WP forms to display reCAPTCHA", 'profile-builder' ) ),
|
| 111 |
+
array( 'type' => 'checkbox', 'slug' => 'user-roles', 'title' => __( 'User Roles', 'profile-builder' ), 'options' => $user_roles, 'description' => __( "Select which user roles to show to the user ( drag and drop to re-order )", 'profile-builder' ) ),
|
| 112 |
+
array( 'type' => 'text', 'slug' => 'user-roles-sort-order', 'title' => __( 'User Roles Order', 'profile-builder' ), 'description' => __( "Save the user role order from the user roles checkboxes", 'profile-builder' ) ),
|
| 113 |
+
array( 'type' => 'text', 'slug' => 'default-value', 'title' => __( 'Default Value', 'profile-builder' ), 'description' => __( "Default value of the field", 'profile-builder' ) ),
|
| 114 |
+
array( 'type' => 'text', 'slug' => 'default-option', 'title' => __( 'Default Option', 'profile-builder' ), 'description' => __( "Specify the option which should be selected by default", 'profile-builder' ) ),
|
| 115 |
+
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' ) ),
|
| 116 |
+
array( 'type' => 'select', 'slug' => 'default-option-country', 'title' => __( 'Default Option', 'profile-builder' ), 'values' => ( isset( $default_country_values ) ) ? $default_country_values : '', 'options' => ( isset( $default_country_options ) ) ? $default_country_options : '', 'description' => __( "Default option of the field", 'profile-builder' ) ),
|
| 117 |
+
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' ) ),
|
| 118 |
+
array( 'type' => 'textarea', 'slug' => 'default-content', 'title' => __( 'Default Content', 'profile-builder' ), 'description' => __( "Default value of the textarea", 'profile-builder' ) ),
|
| 119 |
+
array( 'type' => 'select', 'slug' => 'required', 'title' => __( 'Required', 'profile-builder' ), 'options' => array( 'No', 'Yes' ), 'default' => 'No', 'description' => __( 'Whether the field is required or not', 'profile-builder' ) ),
|
| 120 |
+
array( 'type' => 'select', 'slug' => 'overwrite-existing', 'title' => __( 'Overwrite Existing', 'profile-builder' ), 'options' => array( 'No', 'Yes' ), 'default' => 'No', 'description' => __( "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", 'profile-builder' ) ),
|
| 121 |
) );
|
| 122 |
|
| 123 |
// create the new submenu with the above options
|
| 124 |
$args = array(
|
| 125 |
'metabox_id' => 'manage-fields',
|
| 126 |
+
'metabox_title' => __( 'Field Properties', 'profile-builder' ),
|
| 127 |
'post_type' => 'manage-fields',
|
| 128 |
'meta_name' => 'wppb_manage_fields',
|
| 129 |
'meta_array' => $fields,
|
| 136 |
// create the info side meta-box
|
| 137 |
$args = array(
|
| 138 |
'metabox_id' => 'manage-fields-info',
|
| 139 |
+
'metabox_title' => __( 'Registration & Edit Profile', 'profile-builder' ),
|
| 140 |
'post_type' => 'manage-fields',
|
| 141 |
'meta_name' => 'wppb_manage_fields_info',
|
| 142 |
'meta_array' => '',
|
| 155 |
* @return void
|
| 156 |
*/
|
| 157 |
function wppb_prepopulate_fields(){
|
| 158 |
+
$prepopulated_fields[] = array( 'field' => 'Default - Name (Heading)', 'field-title' => __( 'Name', 'profile-builder' ), 'meta-name' => '', 'overwrite-existing' => 'No', 'id' => '1', 'description' => '', 'row-count' => '5', 'allowed-image-extensions' => '.*', 'allowed-upload-extensions' => '.*', 'avatar-size' => '100', 'date-format' => 'mm/dd/yy', 'terms-of-agreement' => '', 'options' => '', 'labels' => '', 'public-key' => '', 'private-key' => '', 'default-value' => '', 'default-option' => '', 'default-options' => '', 'default-content' => '', 'required' => 'No' );
|
| 159 |
+
$prepopulated_fields[] = array( 'field' => 'Default - Username', 'field-title' => __( 'Username', 'profile-builder' ), 'meta-name' => '', 'overwrite-existing' => 'No', 'id' => '2', 'description' => __( 'Usernames cannot be changed.', 'profile-builder' ), 'row-count' => '5', 'allowed-image-extensions' => '.*', 'allowed-upload-extensions' => '.*', 'avatar-size' => '100', 'date-format' => 'mm/dd/yy', 'terms-of-agreement' => '', 'options' => '', 'labels' => '', 'public-key' => '', 'private-key' => '', 'default-value' => '', 'default-option' => '', 'default-options' => '', 'default-content' => '', 'required' => 'Yes' );
|
| 160 |
+
$prepopulated_fields[] = array( 'field' => 'Default - First Name', 'field-title' => __( 'First Name', 'profile-builder' ), 'meta-name' => 'first_name', 'overwrite-existing' => 'No', 'id' => '3', 'description' => '', 'row-count' => '5', 'allowed-image-extensions' => '.*', 'allowed-upload-extensions' => '.*', 'avatar-size' => '100', 'date-format' => 'mm/dd/yy', 'terms-of-agreement' => '', 'options' => '', 'labels' => '', 'public-key' => '', 'private-key' => '', 'default-value' => '', 'default-option' => '', 'default-options' => '', 'default-content' => '', 'required' => 'No' );
|
| 161 |
+
$prepopulated_fields[] = array( 'field' => 'Default - Last Name', 'field-title' => __( 'Last Name', 'profile-builder' ), 'meta-name' => 'last_name', 'overwrite-existing' => 'No', 'id' => '4', 'description' => '', 'row-count' => '5', 'allowed-image-extensions' => '.*', 'allowed-upload-extensions' => '.*', 'avatar-size' => '100', 'date-format' => 'mm/dd/yy', 'terms-of-agreement' => '', 'options' => '', 'labels' => '', 'public-key' => '', 'private-key' => '', 'default-value' => '', 'default-option' => '', 'default-options' => '', 'default-content' => '', 'required' => 'No' );
|
| 162 |
+
$prepopulated_fields[] = array( 'field' => 'Default - Nickname', 'field-title' => __( 'Nickname', 'profile-builder' ), 'meta-name' => 'nickname', 'overwrite-existing' => 'No', 'id' => '5', 'description' => '', 'row-count' => '5', 'allowed-image-extensions' => '.*', 'allowed-upload-extensions' => '.*', 'avatar-size' => '100', 'date-format' => 'mm/dd/yy', 'terms-of-agreement' => '', 'options' => '', 'labels' => '', 'public-key' => '', 'private-key' => '', 'default-value' => '', 'default-option' => '', 'default-options' => '', 'default-content' => '', 'required' => 'Yes' );
|
| 163 |
+
$prepopulated_fields[] = array( 'field' => 'Default - Display name publicly as', 'field-title' => __( 'Display name publicly as', 'profile-builder' ), 'meta-name' => '', 'overwrite-existing' => 'No', 'id' => '6', 'description' => '', 'row-count' => '5', 'allowed-image-extensions' => '.*', 'allowed-upload-extensions' => '.*', 'avatar-size' => '100', 'date-format' => 'mm/dd/yy', 'terms-of-agreement' => '', 'options' => '', 'labels' => '', 'public-key' => '', 'private-key' => '', 'default-value' => '', 'default-option' => '', 'default-options' => '', 'default-content' => '', 'required' => 'No' );
|
| 164 |
+
$prepopulated_fields[] = array( 'field' => 'Default - Contact Info (Heading)', 'field-title' => __( 'Contact Info', 'profile-builder' ), 'meta-name' => '', 'overwrite-existing' => 'No', 'id' => '7', 'description' => '', 'row-count' => '5', 'allowed-image-extensions' => '.*', 'allowed-upload-extensions' => '.*', 'avatar-size' => '100', 'date-format' => 'mm/dd/yy', 'terms-of-agreement' => '', 'options' => '', 'labels' => '', 'public-key' => '', 'private-key' => '', 'default-value' => '', 'default-option' => '', 'default-options' => '', 'default-content' => '', 'required' => 'No' );
|
| 165 |
+
$prepopulated_fields[] = array( 'field' => 'Default - E-mail', 'field-title' => __( 'E-mail', 'profile-builder' ), 'meta-name' => '', 'overwrite-existing' => 'No', 'id' => '8', 'description' => '', 'row-count' => '5', 'allowed-image-extensions' => '.*', 'allowed-upload-extensions' => '.*', 'avatar-size' => '100', 'date-format' => 'mm/dd/yy', 'terms-of-agreement' => '', 'options' => '', 'labels' => '', 'public-key' => '', 'private-key' => '', 'default-value' => '', 'default-option' => '', 'default-options' => '', 'default-content' => '', 'required' => 'Yes' );
|
| 166 |
+
$prepopulated_fields[] = array( 'field' => 'Default - Website', 'field-title' => __( 'Website', 'profile-builder' ), 'meta-name' => '', 'overwrite-existing' => 'No', 'id' => '9', 'description' => '', 'row-count' => '5', 'allowed-image-extensions' => '.*', 'allowed-upload-extensions' => '.*', 'avatar-size' => '100', 'date-format' => 'mm/dd/yy', 'terms-of-agreement' => '', 'options' => '', 'labels' => '', 'public-key' => '', 'private-key' => '', 'default-value' => '', 'default-option' => '', 'default-options' => '', 'default-content' => '', 'required' => 'No' );
|
| 167 |
|
| 168 |
// Default contact methods were removed in WP 3.6. A filter dictates contact methods.
|
| 169 |
if ( apply_filters( 'wppb_remove_default_contact_methods', get_site_option( 'initial_db_version' ) < 23588 ) ){
|
| 170 |
+
$prepopulated_fields[] = array( 'field' => 'Default - AIM', 'field-title' => __( 'AIM', 'profile-builder' ), 'meta-name' => 'aim', 'overwrite-existing' => 'No', 'id' => '10', 'description' => '', 'row-count' => '5', 'allowed-image-extensions' => '.*', 'allowed-upload-extensions' => '.*', 'avatar-size' => '100', 'date-format' => 'mm/dd/yy', 'terms-of-agreement' => '', 'options' => '', 'labels' => '', 'public-key' => '', 'private-key' => '', 'default-value' => '', 'default-option' => '', 'default-options' => '', 'default-content' => '', 'required' => 'No' );
|
| 171 |
+
$prepopulated_fields[] = array( 'field' => 'Default - Yahoo IM', 'field-title' => __( 'Yahoo IM', 'profile-builder' ), 'meta-name' => 'yim', 'overwrite-existing' => 'No', 'id' => '11', 'description' => '', 'row-count' => '5', 'allowed-image-extensions' => '.*', 'allowed-upload-extensions' => '.*', 'avatar-size' => '100', 'date-format' => 'mm/dd/yy', 'terms-of-agreement' => '', 'options' => '', 'labels' => '', 'public-key' => '', 'private-key' => '', 'default-value' => '', 'default-option' => '', 'default-options' => '', 'default-content' => '', 'required' => 'No' );
|
| 172 |
+
$prepopulated_fields[] = array( 'field' => 'Default - Jabber / Google Talk', 'field-title' => __( 'Jabber / Google Talk', 'profile-builder' ), 'meta-name' => 'jabber', 'overwrite-existing' => 'No', 'id' => '12', 'description' => '', 'row-count' => '5', 'allowed-image-extensions' => '.*', 'allowed-upload-extensions' => '.*', 'avatar-size' => '100', 'date-format' => 'mm/dd/yy', 'terms-of-agreement' => '', 'options' => '', 'labels' => '', 'public-key' => '', 'private-key' => '', 'default-value' => '', 'default-option' => '', 'default-options' => '', 'default-content' => '', 'required' => 'No' );
|
| 173 |
}
|
| 174 |
|
| 175 |
+
$prepopulated_fields[] = array( 'field' => 'Default - About Yourself (Heading)', 'field-title' => __( 'About Yourself', 'profile-builder' ), 'meta-name' => '', 'overwrite-existing' => 'No', 'id' => '13', 'description' => '', 'row-count' => '5', 'allowed-image-extensions' => '.*', 'allowed-upload-extensions' => '.*', 'avatar-size' => '100', 'date-format' => 'mm/dd/yy', 'terms-of-agreement' => '', 'options' => '', 'labels' => '', 'public-key' => '', 'private-key' => '', 'default-value' => '', 'default-option' => '', 'default-options' => '', 'default-content' => '', 'required' => 'No' );
|
| 176 |
+
$prepopulated_fields[] = array( 'field' => 'Default - Biographical Info', 'field-title' => __( 'Biographical Info', 'profile-builder' ), 'meta-name' => 'description', 'overwrite-existing' => 'No', 'id' => '14', 'description' => __( 'Share a little biographical information to fill out your profile. This may be shown publicly.', 'profile-builder' ), 'row-count' => '5', 'allowed-image-extensions' => '.*', 'allowed-upload-extensions' => '.*', 'avatar-size' => '100', 'date-format' => 'mm/dd/yy', 'terms-of-agreement' => '', 'options' => '', 'labels' => '', 'public-key' => '', 'private-key' => '', 'default-value' => '', 'default-option' => '', 'default-options' => '', 'required' => 'No' );
|
| 177 |
+
$prepopulated_fields[] = array( 'field' => 'Default - Password', 'field-title' => __( 'Password', 'profile-builder' ), 'meta-name' => '', 'overwrite-existing' => 'No', 'id' => '15', 'description' => __( 'Type your password.', 'profile-builder' ), 'row-count' => '5', 'allowed-image-extensions' => '.*', 'allowed-upload-extensions' => '.*', 'avatar-size' => '100', 'date-format' => 'mm/dd/yy', 'terms-of-agreement' => '', 'options' => '', 'labels' => '', 'public-key' => '', 'private-key' => '', 'default-value' => '', 'default-option' => '', 'default-options' => '', 'default-content' => '', 'required' => 'Yes' );
|
| 178 |
+
$prepopulated_fields[] = array( 'field' => 'Default - Repeat Password', 'field-title' => __( 'Repeat Password', 'profile-builder' ), 'meta-name' => '', 'overwrite-existing' => 'No', 'id' => '16', 'description' => __( 'Type your password again. ', 'profile-builder' ), 'row-count' => '5', 'allowed-image-extensions' => '.*', 'allowed-upload-extensions' => '.*', 'avatar-size' => '100', 'date-format' => 'mm/dd/yy', 'terms-of-agreement' => '', 'options' => '', 'labels' => '', 'public-key' => '', 'private-key' => '', 'default-value' => '', 'default-option' => '', 'default-options' => '', 'default-content' => '', 'required' => 'Yes' );
|
| 179 |
|
| 180 |
add_option ( 'wppb_manage_fields', apply_filters ( 'wppb_prepopulated_fields', $prepopulated_fields ) );
|
| 181 |
}
|
| 234 |
$country_array = apply_filters( 'wppb_'.$form_location.'_country_select_array',
|
| 235 |
array(
|
| 236 |
'' => '',
|
| 237 |
+
'AF' => __( 'Afghanistan', 'profile-builder' ),
|
| 238 |
+
'AX' => __( 'Aland Islands', 'profile-builder' ),
|
| 239 |
+
'AL' => __( 'Albania', 'profile-builder' ),
|
| 240 |
+
'DZ' => __( 'Algeria', 'profile-builder' ),
|
| 241 |
+
'AS' => __( 'American Samoa', 'profile-builder' ),
|
| 242 |
+
'AD' => __( 'Andorra', 'profile-builder' ),
|
| 243 |
+
'AO' => __( 'Angola', 'profile-builder' ),
|
| 244 |
+
'AI' => __( 'Anguilla', 'profile-builder' ),
|
| 245 |
+
'AQ' => __( 'Antarctica', 'profile-builder' ),
|
| 246 |
+
'AG' => __( 'Antigua and Barbuda', 'profile-builder' ),
|
| 247 |
+
'AR' => __( 'Argentina', 'profile-builder' ),
|
| 248 |
+
'AM' => __( 'Armenia', 'profile-builder' ),
|
| 249 |
+
'AW' => __( 'Aruba', 'profile-builder' ),
|
| 250 |
+
'AU' => __( 'Australia', 'profile-builder' ),
|
| 251 |
+
'AT' => __( 'Austria', 'profile-builder' ),
|
| 252 |
+
'AZ' => __( 'Azerbaijan', 'profile-builder' ),
|
| 253 |
+
'BS' => __( 'Bahamas', 'profile-builder' ),
|
| 254 |
+
'BH' => __( 'Bahrain', 'profile-builder' ),
|
| 255 |
+
'BD' => __( 'Bangladesh', 'profile-builder' ),
|
| 256 |
+
'BB' => __( 'Barbados', 'profile-builder' ),
|
| 257 |
+
'BY' => __( 'Belarus', 'profile-builder' ),
|
| 258 |
+
'BE' => __( 'Belgium', 'profile-builder' ),
|
| 259 |
+
'BZ' => __( 'Belize', 'profile-builder' ),
|
| 260 |
+
'BJ' => __( 'Benin', 'profile-builder' ),
|
| 261 |
+
'BM' => __( 'Bermuda', 'profile-builder' ),
|
| 262 |
+
'BT' => __( 'Bhutan', 'profile-builder' ),
|
| 263 |
+
'BO' => __( 'Bolivia', 'profile-builder' ),
|
| 264 |
+
'BQ' => __( 'Bonaire, Saint Eustatius and Saba', 'profile-builder' ),
|
| 265 |
+
'BA' => __( 'Bosnia and Herzegovina', 'profile-builder' ),
|
| 266 |
+
'BW' => __( 'Botswana', 'profile-builder' ),
|
| 267 |
+
'BV' => __( 'Bouvet Island', 'profile-builder' ),
|
| 268 |
+
'BR' => __( 'Brazil', 'profile-builder' ),
|
| 269 |
+
'IO' => __( 'British Indian Ocean Territory', 'profile-builder' ),
|
| 270 |
+
'VG' => __( 'British Virgin Islands', 'profile-builder' ),
|
| 271 |
+
'BN' => __( 'Brunei', 'profile-builder' ),
|
| 272 |
+
'BG' => __( 'Bulgaria', 'profile-builder' ),
|
| 273 |
+
'BF' => __( 'Burkina Faso', 'profile-builder' ),
|
| 274 |
+
'BI' => __( 'Burundi', 'profile-builder' ),
|
| 275 |
+
'KH' => __( 'Cambodia', 'profile-builder' ),
|
| 276 |
+
'CM' => __( 'Cameroon', 'profile-builder' ),
|
| 277 |
+
'CA' => __( 'Canada', 'profile-builder' ),
|
| 278 |
+
'CV' => __( 'Cape Verde', 'profile-builder' ),
|
| 279 |
+
'KY' => __( 'Cayman Islands', 'profile-builder' ),
|
| 280 |
+
'CF' => __( 'Central African Republic', 'profile-builder' ),
|
| 281 |
+
'TD' => __( 'Chad', 'profile-builder' ),
|
| 282 |
+
'CL' => __( 'Chile', 'profile-builder' ),
|
| 283 |
+
'CN' => __( 'China', 'profile-builder' ),
|
| 284 |
+
'CX' => __( 'Christmas Island', 'profile-builder' ),
|
| 285 |
+
'CC' => __( 'Cocos Islands', 'profile-builder' ),
|
| 286 |
+
'CO' => __( 'Colombia', 'profile-builder' ),
|
| 287 |
+
'KM' => __( 'Comoros', 'profile-builder' ),
|
| 288 |
+
'CK' => __( 'Cook Islands', 'profile-builder' ),
|
| 289 |
+
'CR' => __( 'Costa Rica', 'profile-builder' ),
|
| 290 |
+
'HR' => __( 'Croatia', 'profile-builder' ),
|
| 291 |
+
'CU' => __( 'Cuba', 'profile-builder' ),
|
| 292 |
+
'CW' => __( 'Curacao', 'profile-builder' ),
|
| 293 |
+
'CY' => __( 'Cyprus', 'profile-builder' ),
|
| 294 |
+
'CZ' => __( 'Czech Republic', 'profile-builder' ),
|
| 295 |
+
'CD' => __( 'Democratic Republic of the Congo', 'profile-builder' ),
|
| 296 |
+
'DK' => __( 'Denmark', 'profile-builder' ),
|
| 297 |
+
'DJ' => __( 'Djibouti', 'profile-builder' ),
|
| 298 |
+
'DM' => __( 'Dominica', 'profile-builder' ),
|
| 299 |
+
'DO' => __( 'Dominican Republic', 'profile-builder' ),
|
| 300 |
+
'TL' => __( 'East Timor', 'profile-builder' ),
|
| 301 |
+
'EC' => __( 'Ecuador', 'profile-builder' ),
|
| 302 |
+
'EG' => __( 'Egypt', 'profile-builder' ),
|
| 303 |
+
'SV' => __( 'El Salvador', 'profile-builder' ),
|
| 304 |
+
'GQ' => __( 'Equatorial Guinea', 'profile-builder' ),
|
| 305 |
+
'ER' => __( 'Eritrea', 'profile-builder' ),
|
| 306 |
+
'EE' => __( 'Estonia', 'profile-builder' ),
|
| 307 |
+
'ET' => __( 'Ethiopia', 'profile-builder' ),
|
| 308 |
+
'FK' => __( 'Falkland Islands', 'profile-builder' ),
|
| 309 |
+
'FO' => __( 'Faroe Islands', 'profile-builder' ),
|
| 310 |
+
'FJ' => __( 'Fiji', 'profile-builder' ),
|
| 311 |
+
'FI' => __( 'Finland', 'profile-builder' ),
|
| 312 |
+
'FR' => __( 'France', 'profile-builder' ),
|
| 313 |
+
'GF' => __( 'French Guiana', 'profile-builder' ),
|
| 314 |
+
'PF' => __( 'French Polynesia', 'profile-builder' ),
|
| 315 |
+
'TF' => __( 'French Southern Territories', 'profile-builder' ),
|
| 316 |
+
'GA' => __( 'Gabon', 'profile-builder' ),
|
| 317 |
+
'GM' => __( 'Gambia', 'profile-builder' ),
|
| 318 |
+
'GE' => __( 'Georgia', 'profile-builder' ),
|
| 319 |
+
'DE' => __( 'Germany', 'profile-builder' ),
|
| 320 |
+
'GH' => __( 'Ghana', 'profile-builder' ),
|
| 321 |
+
'GI' => __( 'Gibraltar', 'profile-builder' ),
|
| 322 |
+
'GR' => __( 'Greece', 'profile-builder' ),
|
| 323 |
+
'GL' => __( 'Greenland', 'profile-builder' ),
|
| 324 |
+
'GD' => __( 'Grenada', 'profile-builder' ),
|
| 325 |
+
'GP' => __( 'Guadeloupe', 'profile-builder' ),
|
| 326 |
+
'GU' => __( 'Guam', 'profile-builder' ),
|
| 327 |
+
'GT' => __( 'Guatemala', 'profile-builder' ),
|
| 328 |
+
'GG' => __( 'Guernsey', 'profile-builder' ),
|
| 329 |
+
'GN' => __( 'Guinea', 'profile-builder' ),
|
| 330 |
+
'GW' => __( 'Guinea-Bissau', 'profile-builder' ),
|
| 331 |
+
'GY' => __( 'Guyana', 'profile-builder' ),
|
| 332 |
+
'HT' => __( 'Haiti', 'profile-builder' ),
|
| 333 |
+
'HM' => __( 'Heard Island and McDonald Islands', 'profile-builder' ),
|
| 334 |
+
'HN' => __( 'Honduras', 'profile-builder' ),
|
| 335 |
+
'HK' => __( 'Hong Kong', 'profile-builder' ),
|
| 336 |
+
'HU' => __( 'Hungary', 'profile-builder' ),
|
| 337 |
+
'IS' => __( 'Iceland', 'profile-builder' ),
|
| 338 |
+
'IN' => __( 'India', 'profile-builder' ),
|
| 339 |
+
'ID' => __( 'Indonesia', 'profile-builder' ),
|
| 340 |
+
'IR' => __( 'Iran', 'profile-builder' ),
|
| 341 |
+
'IQ' => __( 'Iraq', 'profile-builder' ),
|
| 342 |
+
'IE' => __( 'Ireland', 'profile-builder' ),
|
| 343 |
+
'IM' => __( 'Isle of Man', 'profile-builder' ),
|
| 344 |
+
'IL' => __( 'Israel', 'profile-builder' ),
|
| 345 |
+
'IT' => __( 'Italy', 'profile-builder' ),
|
| 346 |
+
'CI' => __( 'Ivory Coast', 'profile-builder' ),
|
| 347 |
+
'JM' => __( 'Jamaica', 'profile-builder' ),
|
| 348 |
+
'JP' => __( 'Japan', 'profile-builder' ),
|
| 349 |
+
'JE' => __( 'Jersey', 'profile-builder' ),
|
| 350 |
+
'JO' => __( 'Jordan', 'profile-builder' ),
|
| 351 |
+
'KZ' => __( 'Kazakhstan', 'profile-builder' ),
|
| 352 |
+
'KE' => __( 'Kenya', 'profile-builder' ),
|
| 353 |
+
'KI' => __( 'Kiribati', 'profile-builder' ),
|
| 354 |
+
'XK' => __( 'Kosovo', 'profile-builder' ),
|
| 355 |
+
'KW' => __( 'Kuwait', 'profile-builder' ),
|
| 356 |
+
'KG' => __( 'Kyrgyzstan', 'profile-builder' ),
|
| 357 |
+
'LA' => __( 'Laos', 'profile-builder' ),
|
| 358 |
+
'LV' => __( 'Latvia', 'profile-builder' ),
|
| 359 |
+
'LB' => __( 'Lebanon', 'profile-builder' ),
|
| 360 |
+
'LS' => __( 'Lesotho', 'profile-builder' ),
|
| 361 |
+
'LR' => __( 'Liberia', 'profile-builder' ),
|
| 362 |
+
'LY' => __( 'Libya', 'profile-builder' ),
|
| 363 |
+
'LI' => __( 'Liechtenstein', 'profile-builder' ),
|
| 364 |
+
'LT' => __( 'Lithuania', 'profile-builder' ),
|
| 365 |
+
'LU' => __( 'Luxembourg', 'profile-builder' ),
|
| 366 |
+
'MO' => __( 'Macao', 'profile-builder' ),
|
| 367 |
+
'MK' => __( 'Macedonia', 'profile-builder' ),
|
| 368 |
+
'MG' => __( 'Madagascar', 'profile-builder' ),
|
| 369 |
+
'MW' => __( 'Malawi', 'profile-builder' ),
|
| 370 |
+
'MY' => __( 'Malaysia', 'profile-builder' ),
|
| 371 |
+
'MV' => __( 'Maldives', 'profile-builder' ),
|
| 372 |
+
'ML' => __( 'Mali', 'profile-builder' ),
|
| 373 |
+
'MT' => __( 'Malta', 'profile-builder' ),
|
| 374 |
+
'MH' => __( 'Marshall Islands', 'profile-builder' ),
|
| 375 |
+
'MQ' => __( 'Martinique', 'profile-builder' ),
|
| 376 |
+
'MR' => __( 'Mauritania', 'profile-builder' ),
|
| 377 |
+
'MU' => __( 'Mauritius', 'profile-builder' ),
|
| 378 |
+
'YT' => __( 'Mayotte', 'profile-builder' ),
|
| 379 |
+
'MX' => __( 'Mexico', 'profile-builder' ),
|
| 380 |
+
'FM' => __( 'Micronesia', 'profile-builder' ),
|
| 381 |
+
'MD' => __( 'Moldova', 'profile-builder' ),
|
| 382 |
+
'MC' => __( 'Monaco', 'profile-builder' ),
|
| 383 |
+
'MN' => __( 'Mongolia', 'profile-builder' ),
|
| 384 |
+
'ME' => __( 'Montenegro', 'profile-builder' ),
|
| 385 |
+
'MS' => __( 'Montserrat', 'profile-builder' ),
|
| 386 |
+
'MA' => __( 'Morocco', 'profile-builder' ),
|
| 387 |
+
'MZ' => __( 'Mozambique', 'profile-builder' ),
|
| 388 |
+
'MM' => __( 'Myanmar', 'profile-builder' ),
|
| 389 |
+
'NA' => __( 'Namibia', 'profile-builder' ),
|
| 390 |
+
'NR' => __( 'Nauru', 'profile-builder' ),
|
| 391 |
+
'NP' => __( 'Nepal', 'profile-builder' ),
|
| 392 |
+
'NL' => __( 'Netherlands', 'profile-builder' ),
|
| 393 |
+
'NC' => __( 'New Caledonia', 'profile-builder' ),
|
| 394 |
+
'NZ' => __( 'New Zealand', 'profile-builder' ),
|
| 395 |
+
'NI' => __( 'Nicaragua', 'profile-builder' ),
|
| 396 |
+
'NE' => __( 'Niger', 'profile-builder' ),
|
| 397 |
+
'NG' => __( 'Nigeria', 'profile-builder' ),
|
| 398 |
+
'NU' => __( 'Niue', 'profile-builder' ),
|
| 399 |
+
'NF' => __( 'Norfolk Island', 'profile-builder' ),
|
| 400 |
+
'KP' => __( 'North Korea', 'profile-builder' ),
|
| 401 |
+
'MP' => __( 'Northern Mariana Islands', 'profile-builder' ),
|
| 402 |
+
'NO' => __( 'Norway', 'profile-builder' ),
|
| 403 |
+
'OM' => __( 'Oman', 'profile-builder' ),
|
| 404 |
+
'PK' => __( 'Pakistan', 'profile-builder' ),
|
| 405 |
+
'PW' => __( 'Palau', 'profile-builder' ),
|
| 406 |
+
'PS' => __( 'Palestinian Territory', 'profile-builder' ),
|
| 407 |
+
'PA' => __( 'Panama', 'profile-builder' ),
|
| 408 |
+
'PG' => __( 'Papua New Guinea', 'profile-builder' ),
|
| 409 |
+
'PY' => __( 'Paraguay', 'profile-builder' ),
|
| 410 |
+
'PE' => __( 'Peru', 'profile-builder' ),
|
| 411 |
+
'PH' => __( 'Philippines', 'profile-builder' ),
|
| 412 |
+
'PN' => __( 'Pitcairn', 'profile-builder' ),
|
| 413 |
+
'PL' => __( 'Poland', 'profile-builder' ),
|
| 414 |
+
'PT' => __( 'Portugal', 'profile-builder' ),
|
| 415 |
+
'PR' => __( 'Puerto Rico', 'profile-builder' ),
|
| 416 |
+
'QA' => __( 'Qatar', 'profile-builder' ),
|
| 417 |
+
'CG' => __( 'Republic of the Congo', 'profile-builder' ),
|
| 418 |
+
'RE' => __( 'Reunion', 'profile-builder' ),
|
| 419 |
+
'RO' => __( 'Romania', 'profile-builder' ),
|
| 420 |
+
'RU' => __( 'Russia', 'profile-builder' ),
|
| 421 |
+
'RW' => __( 'Rwanda', 'profile-builder' ),
|
| 422 |
+
'BL' => __( 'Saint Barthelemy', 'profile-builder' ),
|
| 423 |
+
'SH' => __( 'Saint Helena', 'profile-builder' ),
|
| 424 |
+
'KN' => __( 'Saint Kitts and Nevis', 'profile-builder' ),
|
| 425 |
+
'LC' => __( 'Saint Lucia', 'profile-builder' ),
|
| 426 |
+
'MF' => __( 'Saint Martin', 'profile-builder' ),
|
| 427 |
+
'PM' => __( 'Saint Pierre and Miquelon', 'profile-builder' ),
|
| 428 |
+
'VC' => __( 'Saint Vincent and the Grenadines', 'profile-builder' ),
|
| 429 |
+
'WS' => __( 'Samoa', 'profile-builder' ),
|
| 430 |
+
'SM' => __( 'San Marino', 'profile-builder' ),
|
| 431 |
+
'ST' => __( 'Sao Tome and Principe', 'profile-builder' ),
|
| 432 |
+
'SA' => __( 'Saudi Arabia', 'profile-builder' ),
|
| 433 |
+
'SN' => __( 'Senegal', 'profile-builder' ),
|
| 434 |
+
'RS' => __( 'Serbia', 'profile-builder' ),
|
| 435 |
+
'SC' => __( 'Seychelles', 'profile-builder' ),
|
| 436 |
+
'SL' => __( 'Sierra Leone', 'profile-builder' ),
|
| 437 |
+
'SG' => __( 'Singapore', 'profile-builder' ),
|
| 438 |
+
'SX' => __( 'Sint Maarten', 'profile-builder' ),
|
| 439 |
+
'SK' => __( 'Slovakia', 'profile-builder' ),
|
| 440 |
+
'SI' => __( 'Slovenia', 'profile-builder' ),
|
| 441 |
+
'SB' => __( 'Solomon Islands', 'profile-builder' ),
|
| 442 |
+
'SO' => __( 'Somalia', 'profile-builder' ),
|
| 443 |
+
'ZA' => __( 'South Africa', 'profile-builder' ),
|
| 444 |
+
'GS' => __( 'South Georgia and the South Sandwich Islands', 'profile-builder' ),
|
| 445 |
+
'KR' => __( 'South Korea', 'profile-builder' ),
|
| 446 |
+
'SS' => __( 'South Sudan', 'profile-builder' ),
|
| 447 |
+
'ES' => __( 'Spain', 'profile-builder' ),
|
| 448 |
+
'LK' => __( 'Sri Lanka', 'profile-builder' ),
|
| 449 |
+
'SD' => __( 'Sudan', 'profile-builder' ),
|
| 450 |
+
'SR' => __( 'Suriname', 'profile-builder' ),
|
| 451 |
+
'SJ' => __( 'Svalbard and Jan Mayen', 'profile-builder' ),
|
| 452 |
+
'SZ' => __( 'Swaziland', 'profile-builder' ),
|
| 453 |
+
'SE' => __( 'Sweden', 'profile-builder' ),
|
| 454 |
+
'CH' => __( 'Switzerland', 'profile-builder' ),
|
| 455 |
+
'SY' => __( 'Syria', 'profile-builder' ),
|
| 456 |
+
'TW' => __( 'Taiwan', 'profile-builder' ),
|
| 457 |
+
'TJ' => __( 'Tajikistan', 'profile-builder' ),
|
| 458 |
+
'TZ' => __( 'Tanzania', 'profile-builder' ),
|
| 459 |
+
'TH' => __( 'Thailand', 'profile-builder' ),
|
| 460 |
+
'TG' => __( 'Togo', 'profile-builder' ),
|
| 461 |
+
'TK' => __( 'Tokelau', 'profile-builder' ),
|
| 462 |
+
'TO' => __( 'Tonga', 'profile-builder' ),
|
| 463 |
+
'TT' => __( 'Trinidad and Tobago', 'profile-builder' ),
|
| 464 |
+
'TN' => __( 'Tunisia', 'profile-builder' ),
|
| 465 |
+
'TR' => __( 'Turkey', 'profile-builder' ),
|
| 466 |
+
'TM' => __( 'Turkmenistan', 'profile-builder' ),
|
| 467 |
+
'TC' => __( 'Turks and Caicos Islands', 'profile-builder' ),
|
| 468 |
+
'TV' => __( 'Tuvalu', 'profile-builder' ),
|
| 469 |
+
'VI' => __( 'U.S. Virgin Islands', 'profile-builder' ),
|
| 470 |
+
'UG' => __( 'Uganda', 'profile-builder' ),
|
| 471 |
+
'UA' => __( 'Ukraine', 'profile-builder' ),
|
| 472 |
+
'AE' => __( 'United Arab Emirates', 'profile-builder' ),
|
| 473 |
+
'GB' => __( 'United Kingdom', 'profile-builder' ),
|
| 474 |
+
'US' => __( 'United States', 'profile-builder' ),
|
| 475 |
+
'UM' => __( 'United States Minor Outlying Islands', 'profile-builder' ),
|
| 476 |
+
'UY' => __( 'Uruguay', 'profile-builder' ),
|
| 477 |
+
'UZ' => __( 'Uzbekistan', 'profile-builder' ),
|
| 478 |
+
'VU' => __( 'Vanuatu', 'profile-builder' ),
|
| 479 |
+
'VA' => __( 'Vatican', 'profile-builder' ),
|
| 480 |
+
'VE' => __( 'Venezuela', 'profile-builder' ),
|
| 481 |
+
'VN' => __( 'Vietnam', 'profile-builder' ),
|
| 482 |
+
'WF' => __( 'Wallis and Futuna', 'profile-builder' ),
|
| 483 |
+
'EH' => __( 'Western Sahara', 'profile-builder' ),
|
| 484 |
+
'YE' => __( 'Yemen', 'profile-builder' ),
|
| 485 |
+
'ZM' => __( 'Zambia', 'profile-builder' ),
|
| 486 |
+
'ZW' => __( 'Zimbabwe', 'profile-builder' ),
|
| 487 |
)
|
| 488 |
);
|
| 489 |
|
| 614 |
|
| 615 |
// check for a valid field-type (fallback)
|
| 616 |
if ( $posted_values['field'] == '' )
|
| 617 |
+
$message .= __( "You must select a field\n", 'profile-builder' );
|
| 618 |
// END check for a valid field-type (fallback)
|
| 619 |
|
| 620 |
$unique_field_list = wppb_return_unique_field_list();
|
| 624 |
if( $all_fields != 'not_set' ){
|
| 625 |
foreach( $all_fields as $field ){
|
| 626 |
if ( ( in_array ( $posted_values['field'], $unique_field_list ) ) && ( $posted_values['field'] == $field['field'] ) && ( $posted_values['id'] != $field['id'] ) ){
|
| 627 |
+
$message .= __( "Please choose a different field type as this one already exists in your form (must be unique)\n", 'profile-builder' );
|
| 628 |
break;
|
| 629 |
}
|
| 630 |
}
|
| 635 |
if ( $posted_values['field'] == 'Avatar' ){
|
| 636 |
if ( is_numeric( $posted_values['avatar-size'] ) ){
|
| 637 |
if ( ( $posted_values['avatar-size'] < 20 ) || ( $posted_values['avatar-size'] > 200 ) )
|
| 638 |
+
$message .= __( "The entered avatar size is not between 20 and 200\n", 'profile-builder' );
|
| 639 |
|
| 640 |
}else
|
| 641 |
+
$message .= __( "The entered avatar size is not numerical\n", 'profile-builder' );
|
| 642 |
|
| 643 |
}
|
| 644 |
// END check for avatar size
|
| 646 |
// check for correct row value
|
| 647 |
if ( ( $posted_values['field'] == 'Default - Biographical Info' ) || ( $posted_values['field'] == 'Textarea' ) ){
|
| 648 |
if ( !is_numeric( $posted_values['row-count'] ) )
|
| 649 |
+
$message .= __( "The entered row number is not numerical\n", 'profile-builder' );
|
| 650 |
|
| 651 |
elseif ( trim( $posted_values['row-count'] ) == '' )
|
| 652 |
+
$message .= __( "You must enter a value for the row number\n", 'profile-builder' );
|
| 653 |
}
|
| 654 |
// END check for correct row value
|
| 655 |
|
| 657 |
// check for the public and private keys
|
| 658 |
if ( $posted_values['field'] == 'reCAPTCHA'){
|
| 659 |
if ( trim( $posted_values['public-key'] ) == '' )
|
| 660 |
+
$message .= __( "You must enter the site key\n", 'profile-builder' );
|
| 661 |
if ( trim( $posted_values['private-key'] ) == '' )
|
| 662 |
+
$message .= __( "You must enter the secret key\n", 'profile-builder' );
|
| 663 |
}
|
| 664 |
// END check for the public and private keys
|
| 665 |
|
| 667 |
if ( $posted_values['field'] == 'Datepicker' ){
|
| 668 |
$date_format = strtolower( $posted_values['date-format'] );
|
| 669 |
if ( ( trim( $date_format ) != 'mm/dd/yy' ) && ( trim( $date_format ) != 'mm/yy/dd' ) && ( trim( $date_format ) != 'dd/yy/mm' ) && ( trim( $date_format ) != 'dd/mm/yy' ) && ( trim( $date_format ) != 'yy/dd/mm' ) && ( trim( $date_format ) != 'yy/mm/dd' ) )
|
| 670 |
+
$message .= __( "The entered value for the Datepicker is not a valid date-format\n", 'profile-builder' );
|
| 671 |
|
| 672 |
elseif ( trim( $date_format ) == '' )
|
| 673 |
+
$message .= __( "You must enter a value for the date-format\n", 'profile-builder' );
|
| 674 |
}
|
| 675 |
// END check for the correct the date-format
|
| 676 |
|
| 686 |
$skip_empty_check_for_fields = array('Heading', 'Select (User Role)', 'reCAPTCHA');
|
| 687 |
|
| 688 |
if( !in_array( $posted_values['field'], $skip_empty_check_for_fields ) && empty( $posted_values['meta-name'] ) ) {
|
| 689 |
+
$message .= __( "The meta-name cannot be empty\n", 'profile-builder' );
|
| 690 |
}
|
| 691 |
|
| 692 |
// Default contact methods were removed in WP 3.6. A filter dictates contact methods.
|
| 698 |
|
| 699 |
// if the desired meta-name is one of the following, automatically give an error
|
| 700 |
if ( in_array( trim( $posted_values['meta-name'] ), apply_filters ( 'wppb_unique_meta_name_list', $unique_meta_name_list ) ) )
|
| 701 |
+
$message .= __( "That meta-name is already in use\n", 'profile-builder' );
|
| 702 |
|
| 703 |
else{
|
| 704 |
$found_in_custom_fields = false;
|
| 706 |
if( $all_fields != 'not_set' )
|
| 707 |
foreach( $all_fields as $field ){
|
| 708 |
if ( $posted_values['meta-name'] != '' && ( $field['meta-name'] == $posted_values['meta-name'] ) && ( $field['id'] != $posted_values['id'] ) ){
|
| 709 |
+
$message .= __( "That meta-name is already in use\n", 'profile-builder' );
|
| 710 |
$found_in_custom_fields = true;
|
| 711 |
|
| 712 |
}elseif ( ( $field['meta-name'] == $posted_values['meta-name'] ) && ( $field['id'] == $posted_values['id'] ) )
|
| 716 |
if ( $found_in_custom_fields === false ){
|
| 717 |
$found_meta_name = $wpdb->get_row( $wpdb->prepare( "SELECT * FROM $wpdb->usermeta WHERE meta_key = %s", $posted_values['meta-name'] ) );
|
| 718 |
if ( $found_meta_name != null )
|
| 719 |
+
$message .= __( "That meta-name is already in use\n", 'profile-builder' );
|
| 720 |
}
|
| 721 |
}
|
| 722 |
}
|
| 738 |
}
|
| 739 |
|
| 740 |
if ( $not_found != '' )
|
| 741 |
+
$message .= sprintf( __( "The following option(s) did not coincide with the ones in the options list: %s\n", 'profile-builder' ), trim( $not_found, ', ' ) );
|
| 742 |
|
| 743 |
}elseif ( ( $posted_values['field'] == 'Radio' ) || ( $posted_values['field'] == 'Select' ) ){
|
| 744 |
if ( ( trim( $posted_values['default-option'] ) != '' ) && ( !in_array( $posted_values['default-option'], array_map( 'trim', explode( ',', $posted_values['options'] ) ) ) ) )
|
| 745 |
+
$message .= sprintf( __( "The following option did not coincide with the ones in the options list: %s\n", 'profile-builder' ), $posted_values['default-option'] );
|
| 746 |
}
|
| 747 |
// END check for valid default option (checkbox, select, radio)
|
| 748 |
|
| 749 |
// check to see if any user role is selected (user-role field)
|
| 750 |
if( $posted_values['field'] == 'Select (User Role)' ) {
|
| 751 |
if( empty( $posted_values['user-roles'] ) ) {
|
| 752 |
+
$message .= __( "Please select at least one user role\n", 'profile-builder' );
|
| 753 |
}
|
| 754 |
}
|
| 755 |
// END check to see if Administrator user role has been selected (user-role field)
|
| 758 |
|
| 759 |
}elseif ( ( $meta_name == 'wppb_rf_fields' ) || ( $meta_name == 'wppb_epf_fields' ) ){
|
| 760 |
if ( $posted_values['field'] == '' ){
|
| 761 |
+
$message .= __( "You must select a field\n", 'profile-builder' );
|
| 762 |
|
| 763 |
}else{
|
| 764 |
$fields_so_far = get_post_meta ( $post_id, $meta_name, true );
|
| 765 |
|
| 766 |
foreach ( $fields_so_far as $key => $value ){
|
| 767 |
if ( $value['field'] == $posted_values['field'] )
|
| 768 |
+
$message .= __( "That field is already added in this form\n", 'profile-builder' );
|
| 769 |
}
|
| 770 |
}
|
| 771 |
}
|
| 814 |
* @return string
|
| 815 |
*/
|
| 816 |
function wppb_manage_fields_header( $list_header ){
|
| 817 |
+
return '<thead><tr><th class="wck-number">#</th><th class="wck-content">'. __( '<pre>Title</pre><pre>Type</pre><pre>Meta Name</pre><pre class="wppb-mb-head-required">Required</pre>', 'profile-builder' ) .'</th><th class="wck-edit">'. __( 'Edit', 'profile-builder' ) .'</th><th class="wck-delete">'. __( 'Delete', 'profile-builder' ) .'</th></tr></thead>';
|
| 818 |
}
|
| 819 |
add_action( 'wck_metabox_content_header_wppb_manage_fields', 'wppb_manage_fields_header' );
|
| 820 |
|
| 829 |
*/
|
| 830 |
function wppb_add_content_before_manage_fields(){
|
| 831 |
?>
|
| 832 |
+
<p><?php _e('Use these shortcodes on the pages you want the forms to be displayed:', 'profile-builder'); ?></p>
|
| 833 |
<ul>
|
| 834 |
<li><strong class="nowrap">[wppb-register]</strong></li>
|
| 835 |
<li><strong class="nowrap">[wppb-edit-profile]</strong></li>
|
| 838 |
<p>
|
| 839 |
<?php
|
| 840 |
if( PROFILE_BUILDER == 'Profile Builder Pro' )
|
| 841 |
+
_e("If you're interested in displaying different fields in the registration and edit profile forms, please use the Multiple Registration & Edit Profile Forms Addon.", 'profile-builder');
|
| 842 |
else
|
| 843 |
+
_e( "With Profile Builder Pro v2 you can display different fields in the registration and edit profile forms, using the Multiple Registration & Edit Profile Forms module.", "profile-builder" )
|
| 844 |
?>
|
| 845 |
</p>
|
| 846 |
<?php
|
admin/register-version.php
CHANGED
|
@@ -11,7 +11,7 @@ if( !is_multisite() ){
|
|
| 11 |
function wppb_register_your_version_submenu_page()
|
| 12 |
{
|
| 13 |
if (PROFILE_BUILDER != 'Profile Builder Free')
|
| 14 |
-
add_submenu_page('profile-builder', __('Register Your Version', '
|
| 15 |
}
|
| 16 |
add_action('admin_menu', 'wppb_register_your_version_submenu_page', 20);
|
| 17 |
}
|
|
@@ -19,7 +19,7 @@ else{
|
|
| 19 |
function wppb_multisite_register_your_version_page()
|
| 20 |
{
|
| 21 |
if (PROFILE_BUILDER != 'Profile Builder Free')
|
| 22 |
-
add_menu_page(__('Profile Builder Register', '
|
| 23 |
}
|
| 24 |
add_action('network_admin_menu', 'wppb_multisite_register_your_version_page', 20);
|
| 25 |
}
|
|
@@ -58,7 +58,7 @@ function wppb_register_your_version_content() {
|
|
| 58 |
function wppb_serial_form($version, $fullname){
|
| 59 |
?>
|
| 60 |
|
| 61 |
-
<h2><?php _e( "Register your version of $fullname", '
|
| 62 |
|
| 63 |
<form method="post" action="<?php echo get_admin_url( 1, 'options.php' ) ?>">
|
| 64 |
|
|
@@ -66,25 +66,25 @@ function wppb_serial_form($version, $fullname){
|
|
| 66 |
<?php $wppb_profile_builder_serial_status = get_option( 'wppb_profile_builder_'.$version.'_serial_status' ); ?>
|
| 67 |
<?php settings_fields( 'wppb_profile_builder_'.$version.'_serial' ); ?>
|
| 68 |
|
| 69 |
-
<p><?php printf( __( "Now that you acquired a copy of %s, you should take the time and register it with the serial number you received", '
|
| 70 |
-
<p><?php _e( "If you register this version of Profile Builder, you'll receive information regarding upgrades, patches, and technical support.", '
|
| 71 |
<p class="wppb-serial-wrap">
|
| 72 |
-
<label for="wppb_profile_builder_<?php echo $version; ?>_serial"><?php _e(' Serial Number:', '
|
| 73 |
<input type="text" size="50" name="wppb_profile_builder_<?php echo $version; ?>_serial" id="wppb_profile_builder_<?php echo $version; ?>_serial" class="regular-text" <?php if ( $wppb_profile_builder_serial != ''){ echo ' value="'.$wppb_profile_builder_serial.'"';} ?>/>
|
| 74 |
|
| 75 |
<?php
|
| 76 |
if( $wppb_profile_builder_serial_status == 'found' )
|
| 77 |
-
echo '<span class="validateStatus"><img src="'.WPPB_PLUGIN_URL.'/assets/images/accept.png" title="'.__( 'The serial number was successfully validated!', '
|
| 78 |
elseif ( $wppb_profile_builder_serial_status == 'notFound' )
|
| 79 |
-
echo '<span class="validateStatus"><img src="'.WPPB_PLUGIN_URL.'/assets/images/icon_error.png" title="'.__( 'The serial number entered couldn\'t be validated!','
|
| 80 |
elseif ( strpos( $wppb_profile_builder_serial_status, 'aboutToExpire') !== false )
|
| 81 |
-
echo '<span class="validateStatus"><img src="' . WPPB_PLUGIN_URL . '/assets/images/icon_error.png" title="' . __('The serial number is about to expire soon!', '
|
| 82 |
elseif ( $wppb_profile_builder_serial_status == 'expired' )
|
| 83 |
-
echo '<span class="validateStatus"><img src="'.WPPB_PLUGIN_URL.'/assets/images/icon_error.png" title="'.__( 'The serial number couldn\'t be validated because it expired!','
|
| 84 |
elseif ( $wppb_profile_builder_serial_status == 'serverDown' )
|
| 85 |
-
echo '<span class="validateStatus"><img src="'.WPPB_PLUGIN_URL.'/assets/images/icon_error.png" title="'.__( 'The serial number couldn\'t be validated because process timed out. This is possible due to the server being down. Please try again later!','
|
| 86 |
?>
|
| 87 |
-
<span class="wppb-serialnumber-descr"><?php _e( '(e.g. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)', '
|
| 88 |
</p>
|
| 89 |
|
| 90 |
|
|
@@ -240,13 +240,13 @@ if ( $wppb_profile_builder_pro_hobbyist_serial_status == 'notFound' || $wppb_pro
|
|
| 240 |
else
|
| 241 |
$register_url = network_admin_url( 'admin.php?page=profile-builder-register' );
|
| 242 |
|
| 243 |
-
new wppb_add_notices( 'wppb', 'profile_builder_pro', sprintf( __( '<p>Your <strong>Profile Builder</strong> serial number is invalid or missing. <br/>Please %1$sregister your copy%2$s to receive access to automatic updates and support. Need a license key? %3$sPurchase one now%4$s</p>', '
|
| 244 |
}
|
| 245 |
elseif ( $wppb_profile_builder_pro_hobbyist_serial_status == 'expired' ){
|
| 246 |
-
new wppb_add_notices( 'wppb_expired', 'profile_builder_pro', sprintf( __( '<p>Your <strong>Profile Builder</strong> license has expired. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now and get 50% off %4$s %5$sDismiss%6$s</p>', '
|
| 247 |
}
|
| 248 |
elseif( strpos( $wppb_profile_builder_pro_hobbyist_serial_status, 'aboutToExpire' ) === 0 ){
|
| 249 |
$serial_status_parts = explode( '#', $wppb_profile_builder_pro_hobbyist_serial_status );
|
| 250 |
$date = $serial_status_parts[1];
|
| 251 |
-
new wppb_add_notices( 'wppb_about_to_expire', 'profile_builder_pro', sprintf( __( '<p>Your <strong>Profile Builder</strong> license is about to expire on %5$s. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now and get 50% off %4$s %6$sDismiss%7$s</p>', '
|
| 252 |
}
|
| 11 |
function wppb_register_your_version_submenu_page()
|
| 12 |
{
|
| 13 |
if (PROFILE_BUILDER != 'Profile Builder Free')
|
| 14 |
+
add_submenu_page('profile-builder', __('Register Your Version', 'profile-builder'), __('Register Version', 'profile-builder'), 'manage_options', 'profile-builder-register', 'wppb_register_your_version_content');
|
| 15 |
}
|
| 16 |
add_action('admin_menu', 'wppb_register_your_version_submenu_page', 20);
|
| 17 |
}
|
| 19 |
function wppb_multisite_register_your_version_page()
|
| 20 |
{
|
| 21 |
if (PROFILE_BUILDER != 'Profile Builder Free')
|
| 22 |
+
add_menu_page(__('Profile Builder Register', 'profile-builder'), __('Profile Builder Register', 'profile-builder'), 'manage_options', 'profile-builder-register', 'wppb_register_your_version_content', WPPB_PLUGIN_URL . 'assets/images/pb_menu_icon.png');
|
| 23 |
}
|
| 24 |
add_action('network_admin_menu', 'wppb_multisite_register_your_version_page', 20);
|
| 25 |
}
|
| 58 |
function wppb_serial_form($version, $fullname){
|
| 59 |
?>
|
| 60 |
|
| 61 |
+
<h2><?php _e( "Register your version of $fullname", 'profile-builder' ); ?></h2>
|
| 62 |
|
| 63 |
<form method="post" action="<?php echo get_admin_url( 1, 'options.php' ) ?>">
|
| 64 |
|
| 66 |
<?php $wppb_profile_builder_serial_status = get_option( 'wppb_profile_builder_'.$version.'_serial_status' ); ?>
|
| 67 |
<?php settings_fields( 'wppb_profile_builder_'.$version.'_serial' ); ?>
|
| 68 |
|
| 69 |
+
<p><?php printf( __( "Now that you acquired a copy of %s, you should take the time and register it with the serial number you received", 'profile-builder'), $fullname);?></p>
|
| 70 |
+
<p><?php _e( "If you register this version of Profile Builder, you'll receive information regarding upgrades, patches, and technical support.", 'profile-builder' );?></p>
|
| 71 |
<p class="wppb-serial-wrap">
|
| 72 |
+
<label for="wppb_profile_builder_<?php echo $version; ?>_serial"><?php _e(' Serial Number:', 'profile-builder' );?></label>
|
| 73 |
<input type="text" size="50" name="wppb_profile_builder_<?php echo $version; ?>_serial" id="wppb_profile_builder_<?php echo $version; ?>_serial" class="regular-text" <?php if ( $wppb_profile_builder_serial != ''){ echo ' value="'.$wppb_profile_builder_serial.'"';} ?>/>
|
| 74 |
|
| 75 |
<?php
|
| 76 |
if( $wppb_profile_builder_serial_status == 'found' )
|
| 77 |
+
echo '<span class="validateStatus"><img src="'.WPPB_PLUGIN_URL.'/assets/images/accept.png" title="'.__( 'The serial number was successfully validated!', 'profile-builder' ).'"/></span>';
|
| 78 |
elseif ( $wppb_profile_builder_serial_status == 'notFound' )
|
| 79 |
+
echo '<span class="validateStatus"><img src="'.WPPB_PLUGIN_URL.'/assets/images/icon_error.png" title="'.__( 'The serial number entered couldn\'t be validated!','profile-builder' ).'"/></span>';
|
| 80 |
elseif ( strpos( $wppb_profile_builder_serial_status, 'aboutToExpire') !== false )
|
| 81 |
+
echo '<span class="validateStatus"><img src="' . WPPB_PLUGIN_URL . '/assets/images/icon_error.png" title="' . __('The serial number is about to expire soon!', 'profile-builder') . '"/>'. sprintf( __(' Your serial number is about to expire, please %1$s Renew Your License%2$s.','profile-builder'), "<a href='http://www.cozmoslabs.com/downloads/profile-builder-". $version ."-v2-yearly-renewal/?utm_source=PB&utm_medium=dashboard&utm_campaign=PB-Renewal' >", "</a>").'</span>';
|
| 82 |
elseif ( $wppb_profile_builder_serial_status == 'expired' )
|
| 83 |
+
echo '<span class="validateStatus"><img src="'.WPPB_PLUGIN_URL.'/assets/images/icon_error.png" title="'.__( 'The serial number couldn\'t be validated because it expired!','profile-builder' ).'"/>'. sprintf( __(' Your serial number is expired, please %1$s Renew Your License%2$s.','profile-builder'), "<a href='http://www.cozmoslabs.com/downloads/profile-builder-". $version ."-v2-yearly-renewal/?utm_source=PB&utm_medium=dashboard&utm_campaign=PB-Renewal' >", "</a>").'</span>';
|
| 84 |
elseif ( $wppb_profile_builder_serial_status == 'serverDown' )
|
| 85 |
+
echo '<span class="validateStatus"><img src="'.WPPB_PLUGIN_URL.'/assets/images/icon_error.png" title="'.__( 'The serial number couldn\'t be validated because process timed out. This is possible due to the server being down. Please try again later!','profile-builder' ).'"/></span>';
|
| 86 |
?>
|
| 87 |
+
<span class="wppb-serialnumber-descr"><?php _e( '(e.g. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)', 'profile-builder' );?></span>
|
| 88 |
</p>
|
| 89 |
|
| 90 |
|
| 240 |
else
|
| 241 |
$register_url = network_admin_url( 'admin.php?page=profile-builder-register' );
|
| 242 |
|
| 243 |
+
new wppb_add_notices( 'wppb', 'profile_builder_pro', sprintf( __( '<p>Your <strong>Profile Builder</strong> serial number is invalid or missing. <br/>Please %1$sregister your copy%2$s to receive access to automatic updates and support. Need a license key? %3$sPurchase one now%4$s</p>', 'profile-builder'), "<a href='". $register_url ."'>", "</a>", "<a href='http://www.cozmoslabs.com/wordpress-profile-builder/?utm_source=PB&utm_medium=dashboard&utm_campaign=PB-SN-Purchase' target='_blank' class='button-primary'>", "</a>" ), 'wppb_profile_builder_pro_serial_status' );
|
| 244 |
}
|
| 245 |
elseif ( $wppb_profile_builder_pro_hobbyist_serial_status == 'expired' ){
|
| 246 |
+
new wppb_add_notices( 'wppb_expired', 'profile_builder_pro', sprintf( __( '<p>Your <strong>Profile Builder</strong> license has expired. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now and get 50% off %4$s %5$sDismiss%6$s</p>', 'profile-builder'), "<a href='http://www.cozmoslabs.com/downloads/profile-builder-". $version ."-v2-yearly-renewal/?utm_source=PB&utm_medium=dashboard&utm_campaign=PB-Renewal' target='_blank'>", "</a>", "<a href='http://www.cozmoslabs.com/downloads/profile-builder-".$version."-v2-yearly-renewal/?utm_source=PB&utm_medium=dashboard&utm_campaign=PB-Renewal' target='_blank' class='button-primary'>", "</a>", "<a href='". esc_url( add_query_arg( 'wppb_expired_dismiss_notification', '0' ) ) ."' class='wppb-dismiss-notification'>", "</a>" ), 'wppb_profile_builder_pro_serial_status' );
|
| 247 |
}
|
| 248 |
elseif( strpos( $wppb_profile_builder_pro_hobbyist_serial_status, 'aboutToExpire' ) === 0 ){
|
| 249 |
$serial_status_parts = explode( '#', $wppb_profile_builder_pro_hobbyist_serial_status );
|
| 250 |
$date = $serial_status_parts[1];
|
| 251 |
+
new wppb_add_notices( 'wppb_about_to_expire', 'profile_builder_pro', sprintf( __( '<p>Your <strong>Profile Builder</strong> license is about to expire on %5$s. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now and get 50% off %4$s %6$sDismiss%7$s</p>', 'profile-builder'), "<a href='http://www.cozmoslabs.com/downloads/profile-builder-". $version ."-v2-yearly-renewal/?utm_source=PB&utm_medium=dashboard&utm_campaign=PB-Renewal' target='_blank'>", "</a>", "<a href='http://www.cozmoslabs.com/downloads/profile-builder-".$version."-v2-yearly-renewal/?utm_source=PB&utm_medium=dashboard&utm_campaign=PB-Renewal' target='_blank' class='button-primary'>", "</a>", $date, "<a href='". esc_url( add_query_arg( 'wppb_about_to_expire_dismiss_notification', '0' ) )."' class='wppb-dismiss-notification'>", "</a>" ), 'wppb_profile_builder_pro_serial_status' );
|
| 252 |
}
|
assets/lib/wck-api/fields/country select.php
CHANGED
|
@@ -11,7 +11,7 @@ $element .= '<select name="'. $single_prefix . esc_attr( Wordpress_Creation_Kit_
|
|
| 11 |
if( !empty( $frontend_prefix ) )
|
| 12 |
$element .= $frontend_prefix;
|
| 13 |
$element .= esc_attr( Wordpress_Creation_Kit_PB::wck_generate_slug( $details['title'], $details ) ) .'" class="mb-country-select mb-field" >';
|
| 14 |
-
$element .= '<option value="">'. __('...Choose', '
|
| 15 |
if( !empty( $country_list ) ){
|
| 16 |
foreach( $country_list as $option ){
|
| 17 |
$element .= '<option value="'. esc_attr( $option ) .'" '. selected( $option, $value, false ) .' >'. esc_html( $option ) .'</option>';
|
| 11 |
if( !empty( $frontend_prefix ) )
|
| 12 |
$element .= $frontend_prefix;
|
| 13 |
$element .= esc_attr( Wordpress_Creation_Kit_PB::wck_generate_slug( $details['title'], $details ) ) .'" class="mb-country-select mb-field" >';
|
| 14 |
+
$element .= '<option value="">'. __('...Choose', 'profile-builder') .'</option>';
|
| 15 |
if( !empty( $country_list ) ){
|
| 16 |
foreach( $country_list as $option ){
|
| 17 |
$element .= '<option value="'. esc_attr( $option ) .'" '. selected( $option, $value, false ) .' >'. esc_html( $option ) .'</option>';
|
assets/lib/wck-api/fields/cpt select.php
CHANGED
|
@@ -14,7 +14,7 @@ if( !empty( $cpt_query->posts ) ){
|
|
| 14 |
if( !empty( $frontend_prefix ) )
|
| 15 |
$element .= $frontend_prefix;
|
| 16 |
$element .= esc_attr( Wordpress_Creation_Kit_PB::wck_generate_slug( $details['title'], $details ) ) .'" class="mb-user-select mb-field" >';
|
| 17 |
-
$element .= '<option value="">'. __('...Choose', '
|
| 18 |
foreach( $cpt_query->posts as $cpt ){
|
| 19 |
if ( $cpt->post_title == '' )
|
| 20 |
$cpt->post_title = 'No title. ID: ' . $cpt->ID;
|
| 14 |
if( !empty( $frontend_prefix ) )
|
| 15 |
$element .= $frontend_prefix;
|
| 16 |
$element .= esc_attr( Wordpress_Creation_Kit_PB::wck_generate_slug( $details['title'], $details ) ) .'" class="mb-user-select mb-field" >';
|
| 17 |
+
$element .= '<option value="">'. __('...Choose', 'profile-builder') .'</option>';
|
| 18 |
foreach( $cpt_query->posts as $cpt ){
|
| 19 |
if ( $cpt->post_title == '' )
|
| 20 |
$cpt->post_title = 'No title. ID: ' . $cpt->ID;
|
assets/lib/wck-api/fields/select.php
CHANGED
|
@@ -11,7 +11,7 @@ if( !empty( $frontend_prefix ) )
|
|
| 11 |
$element .= esc_attr( Wordpress_Creation_Kit_PB::wck_generate_slug( $details['title'], $details ) ) .'" class="mb-select mb-field" >';
|
| 12 |
|
| 13 |
if( !empty( $details['default-option'] ) && $details['default-option'] )
|
| 14 |
-
$element .= '<option value="">'. __('...Choose', '
|
| 15 |
|
| 16 |
$field_name = Wordpress_Creation_Kit_PB::wck_generate_slug( $details['title'], $details );
|
| 17 |
|
| 11 |
$element .= esc_attr( Wordpress_Creation_Kit_PB::wck_generate_slug( $details['title'], $details ) ) .'" class="mb-select mb-field" >';
|
| 12 |
|
| 13 |
if( !empty( $details['default-option'] ) && $details['default-option'] )
|
| 14 |
+
$element .= '<option value="">'. __('...Choose', 'profile-builder') .'</option>';
|
| 15 |
|
| 16 |
$field_name = Wordpress_Creation_Kit_PB::wck_generate_slug( $details['title'], $details );
|
| 17 |
|
assets/lib/wck-api/fields/user select.php
CHANGED
|
@@ -12,7 +12,7 @@ if( !empty( $user_query->results ) ){
|
|
| 12 |
if( !empty( $frontend_prefix ) )
|
| 13 |
$element .= $frontend_prefix;
|
| 14 |
$element .= esc_attr( Wordpress_Creation_Kit_PB::wck_generate_slug( $details['title'], $details ) ) .'" class="mb-user-select mb-field" >';
|
| 15 |
-
$element .= '<option value="">'. __('...Choose', '
|
| 16 |
foreach( $user_query->results as $user ){
|
| 17 |
$element .= '<option value="'. esc_attr( $user->ID ) .'" '. selected( $user->ID, $value, false ) .' >'. esc_html( $user->display_name ) .'</option>';
|
| 18 |
}
|
| 12 |
if( !empty( $frontend_prefix ) )
|
| 13 |
$element .= $frontend_prefix;
|
| 14 |
$element .= esc_attr( Wordpress_Creation_Kit_PB::wck_generate_slug( $details['title'], $details ) ) .'" class="mb-user-select mb-field" >';
|
| 15 |
+
$element .= '<option value="">'. __('...Choose', 'profile-builder') .'</option>';
|
| 16 |
foreach( $user_query->results as $user ){
|
| 17 |
$element .= '<option value="'. esc_attr( $user->ID ) .'" '. selected( $user->ID, $value, false ) .' >'. esc_html( $user->display_name ) .'</option>';
|
| 18 |
}
|
assets/lib/wck-api/wordpress-creation-kit.php
CHANGED
|
@@ -334,7 +334,7 @@ class Wordpress_Creation_Kit_PB{
|
|
| 334 |
?>
|
| 335 |
<?php if( ! $this->args['single'] || $this->args['context'] == 'option' ){ ?>
|
| 336 |
<li style="overflow:visible;" class="add-entry-button">
|
| 337 |
-
<a href="javascript:void(0)" class="button-primary" onclick="addMeta('<?php echo esc_js($meta); ?>', '<?php echo esc_js( $post_id ); ?>', '<?php echo esc_js($nonce); ?>')"><span><?php if( $this->args['single'] ) echo apply_filters( 'wck_add_entry_button', __( 'Save', '
|
| 338 |
</li>
|
| 339 |
<?php }elseif($this->args['single'] && $this->args['context'] == 'post_meta' ){ ?>
|
| 340 |
<input type="hidden" name="_wckmetaname_<?php echo $meta ?>#wck" value="true">
|
|
@@ -395,8 +395,8 @@ class Wordpress_Creation_Kit_PB{
|
|
| 395 |
}
|
| 396 |
}
|
| 397 |
$form .= '<li style="overflow:visible;">';
|
| 398 |
-
$form .= '<a href="javascript:void(0)" class="button-primary" onclick=\'updateMeta("'.esc_js($meta).'", "'.esc_js($id).'", "'.esc_js($element_id).'", "'.esc_js($update_nonce).'")\'><span>'. __( apply_filters( 'wck_save_changes_button', 'Save Changes', $meta ), '
|
| 399 |
-
$form .= '<a href="javascript:void(0)" class="button-secondary" style="margin-left:10px;" onclick=\'removeUpdateForm("'. esc_js( 'update_container_'.$meta.'_'.$element_id ). '" )\'><span>'. __( apply_filters( 'wck_cancel_button', 'Cancel', $meta ), '
|
| 400 |
$form .= '</li>';
|
| 401 |
|
| 402 |
$form .= '</ul>';
|
|
@@ -437,7 +437,7 @@ class Wordpress_Creation_Kit_PB{
|
|
| 437 |
|
| 438 |
|
| 439 |
if( !empty( $results ) ){
|
| 440 |
-
$list .= apply_filters( 'wck_metabox_content_header_'.$meta , '<thead><tr><th class="wck-number">#</th><th class="wck-content">'. __( 'Content', '
|
| 441 |
$i=0;
|
| 442 |
foreach ($results as $result){
|
| 443 |
|
|
@@ -526,8 +526,8 @@ class Wordpress_Creation_Kit_PB{
|
|
| 526 |
}
|
| 527 |
|
| 528 |
$list .= '</td>';
|
| 529 |
-
$list .= '<td style="text-align:center;vertical-align:middle;" class="wck-edit"><a href="javascript:void(0)" class="button-secondary" onclick=\'showUpdateFormMeta("'.esc_js($meta).'", "'.esc_js($id).'", "'.esc_js($element_id).'", "'.esc_js($edit_nonce).'")\' title="'. __( 'Edit this item', '
|
| 530 |
-
$list .= '<td style="text-align:center;vertical-align:middle;" class="wck-delete"><a href="javascript:void(0)" class="mbdelete" onclick=\'removeMeta("'.esc_js($meta).'", "'.esc_js($id).'", "'.esc_js($element_id).'", "'.esc_js($delete_nonce).'")\' title="'. __( 'Delete this item', '
|
| 531 |
|
| 532 |
$list .= "</tr> \r\n";
|
| 533 |
|
|
@@ -1152,7 +1152,7 @@ class Wordpress_Creation_Kit_PB{
|
|
| 1152 |
}
|
| 1153 |
|
| 1154 |
if($has_wck_with_unserialize_fields){
|
| 1155 |
-
add_meta_box( 'wck_sync_translation', __( 'Syncronize WCK', '
|
| 1156 |
}
|
| 1157 |
|
| 1158 |
}
|
|
@@ -1164,7 +1164,7 @@ class Wordpress_Creation_Kit_PB{
|
|
| 1164 |
function wck_add_sync_box(){
|
| 1165 |
global $post;
|
| 1166 |
?>
|
| 1167 |
-
<span id="wck_sync" class="button" onclick="wckSyncTranslation(<?php echo $post->ID; ?>)"><?php _e( 'Syncronize WCK Translation', '
|
| 1168 |
<?php
|
| 1169 |
}
|
| 1170 |
|
| 334 |
?>
|
| 335 |
<?php if( ! $this->args['single'] || $this->args['context'] == 'option' ){ ?>
|
| 336 |
<li style="overflow:visible;" class="add-entry-button">
|
| 337 |
+
<a href="javascript:void(0)" class="button-primary" onclick="addMeta('<?php echo esc_js($meta); ?>', '<?php echo esc_js( $post_id ); ?>', '<?php echo esc_js($nonce); ?>')"><span><?php if( $this->args['single'] ) echo apply_filters( 'wck_add_entry_button', __( 'Save', 'profile-builder' ), $meta, $post ); else echo apply_filters( 'wck_add_entry_button', __( 'Add Entry', 'wck' ), $meta, $post ); ?></span></a>
|
| 338 |
</li>
|
| 339 |
<?php }elseif($this->args['single'] && $this->args['context'] == 'post_meta' ){ ?>
|
| 340 |
<input type="hidden" name="_wckmetaname_<?php echo $meta ?>#wck" value="true">
|
| 395 |
}
|
| 396 |
}
|
| 397 |
$form .= '<li style="overflow:visible;">';
|
| 398 |
+
$form .= '<a href="javascript:void(0)" class="button-primary" onclick=\'updateMeta("'.esc_js($meta).'", "'.esc_js($id).'", "'.esc_js($element_id).'", "'.esc_js($update_nonce).'")\'><span>'. __( apply_filters( 'wck_save_changes_button', 'Save Changes', $meta ), 'profile-builder' ) .'</span></a>';
|
| 399 |
+
$form .= '<a href="javascript:void(0)" class="button-secondary" style="margin-left:10px;" onclick=\'removeUpdateForm("'. esc_js( 'update_container_'.$meta.'_'.$element_id ). '" )\'><span>'. __( apply_filters( 'wck_cancel_button', 'Cancel', $meta ), 'profile-builder' ) .'</span></a>';
|
| 400 |
$form .= '</li>';
|
| 401 |
|
| 402 |
$form .= '</ul>';
|
| 437 |
|
| 438 |
|
| 439 |
if( !empty( $results ) ){
|
| 440 |
+
$list .= apply_filters( 'wck_metabox_content_header_'.$meta , '<thead><tr><th class="wck-number">#</th><th class="wck-content">'. __( 'Content', 'profile-builder' ) .'</th><th class="wck-edit">'. __( 'Edit', 'wck' ) .'</th><th class="wck-delete">'. __( 'Delete', 'wck' ) .'</th></tr></thead>' );
|
| 441 |
$i=0;
|
| 442 |
foreach ($results as $result){
|
| 443 |
|
| 526 |
}
|
| 527 |
|
| 528 |
$list .= '</td>';
|
| 529 |
+
$list .= '<td style="text-align:center;vertical-align:middle;" class="wck-edit"><a href="javascript:void(0)" class="button-secondary" onclick=\'showUpdateFormMeta("'.esc_js($meta).'", "'.esc_js($id).'", "'.esc_js($element_id).'", "'.esc_js($edit_nonce).'")\' title="'. __( 'Edit this item', 'profile-builder' ) .'">'. apply_filters( 'wck_edit_button', __('Edit','wck'), $meta ) .'</a></td>';
|
| 530 |
+
$list .= '<td style="text-align:center;vertical-align:middle;" class="wck-delete"><a href="javascript:void(0)" class="mbdelete" onclick=\'removeMeta("'.esc_js($meta).'", "'.esc_js($id).'", "'.esc_js($element_id).'", "'.esc_js($delete_nonce).'")\' title="'. __( 'Delete this item', 'profile-builder' ) .'">'. apply_filters( 'wck_delete_button', __( 'Delete', 'wck' ), $meta) .'</a></td>';
|
| 531 |
|
| 532 |
$list .= "</tr> \r\n";
|
| 533 |
|
| 1152 |
}
|
| 1153 |
|
| 1154 |
if($has_wck_with_unserialize_fields){
|
| 1155 |
+
add_meta_box( 'wck_sync_translation', __( 'Syncronize WCK', 'profile-builder' ), array( &$this, 'wck_add_sync_box' ), $post->post_type, 'side', 'low' );
|
| 1156 |
}
|
| 1157 |
|
| 1158 |
}
|
| 1164 |
function wck_add_sync_box(){
|
| 1165 |
global $post;
|
| 1166 |
?>
|
| 1167 |
+
<span id="wck_sync" class="button" onclick="wckSyncTranslation(<?php echo $post->ID; ?>)"><?php _e( 'Syncronize WCK Translation', 'profile-builder' ) ?></span>
|
| 1168 |
<?php
|
| 1169 |
}
|
| 1170 |
|
assets/misc/plugin-compatibilities.php
CHANGED
|
@@ -238,7 +238,7 @@
|
|
| 238 |
if( wp_get_object_terms( $user_id, 'user_status' ) ) {
|
| 239 |
if( isset( $_REQUEST['edd_redirect'] ) ) {
|
| 240 |
wp_redirect( $_REQUEST['edd_redirect'] );
|
| 241 |
-
edd_set_error( 'user_unapproved', __('Your account has to be confirmed by an administrator before you can log in.', '
|
| 242 |
edd_get_errors();
|
| 243 |
edd_die();
|
| 244 |
}
|
| 238 |
if( wp_get_object_terms( $user_id, 'user_status' ) ) {
|
| 239 |
if( isset( $_REQUEST['edd_redirect'] ) ) {
|
| 240 |
wp_redirect( $_REQUEST['edd_redirect'] );
|
| 241 |
+
edd_set_error( 'user_unapproved', __('Your account has to be confirmed by an administrator before you can log in.', 'profile-builder') );
|
| 242 |
edd_get_errors();
|
| 243 |
edd_die();
|
| 244 |
}
|
features/email-confirmation/class-email-confirmation.php
CHANGED
|
@@ -88,7 +88,7 @@ class wpp_list_unfonfirmed_email_table extends PB_WP_List_Table {
|
|
| 88 |
}
|
| 89 |
}
|
| 90 |
}
|
| 91 |
-
return '<a href="#" data-email="'. $item['email'] .'" onclick="'. esc_attr( 'jQuery(\'<div><pre>'. $user_meta_content .'</pre></div>\').dialog({title:\''. addslashes( __("User Meta", "
|
| 92 |
default:
|
| 93 |
return print_r($item,true); //Show the whole array for troubleshooting purposes
|
| 94 |
}
|
|
@@ -117,9 +117,9 @@ class wpp_list_unfonfirmed_email_table extends PB_WP_List_Table {
|
|
| 117 |
|
| 118 |
//Build row actions
|
| 119 |
$actions = array(
|
| 120 |
-
'delete' => sprintf( '<a href="javascript:confirmECAction( \'%s\', \'%s\', \'%s\', \'' . addslashes( __( 'delete this user from the _signups table?', '
|
| 121 |
-
'confirm' => sprintf( '<a href="javascript:confirmECAction( \'%s\', \'%s\', \'%s\', \'' . addslashes( __( 'confirm this email yourself?', '
|
| 122 |
-
'resend' => sprintf( '<a href="javascript:confirmECAction( \'%s\', \'%s\', \'%s\', \'' . addslashes( __( 'resend the activation link?', '
|
| 123 |
);
|
| 124 |
|
| 125 |
//Return the user row
|
|
@@ -164,10 +164,10 @@ class wpp_list_unfonfirmed_email_table extends PB_WP_List_Table {
|
|
| 164 |
function get_columns(){
|
| 165 |
$columns = array(
|
| 166 |
'cb' => '<input type="checkbox" />', //Render a checkbox instead of text
|
| 167 |
-
'username' => __( 'Username', '
|
| 168 |
-
'email' => __( 'E-mail', '
|
| 169 |
-
'registered' => __( 'Registered', '
|
| 170 |
-
'user-meta' => __( 'User Meta', '
|
| 171 |
);
|
| 172 |
|
| 173 |
return $columns;
|
|
@@ -214,9 +214,9 @@ class wpp_list_unfonfirmed_email_table extends PB_WP_List_Table {
|
|
| 214 |
**************************************************************************/
|
| 215 |
function get_bulk_actions() {
|
| 216 |
$actions = array(
|
| 217 |
-
'delete' => __( 'Delete', '
|
| 218 |
-
'confirm' => __( 'Confirm Email', '
|
| 219 |
-
'resend' => __( 'Resend Activation Email', '
|
| 220 |
);
|
| 221 |
|
| 222 |
return $actions;
|
|
@@ -246,11 +246,11 @@ class wpp_list_unfonfirmed_email_table extends PB_WP_List_Table {
|
|
| 246 |
$sql_result = $wpdb->query( $wpdb->prepare( "DELETE FROM ".$wpdb->base_prefix."signups WHERE user_email = %s", $user ) );
|
| 247 |
|
| 248 |
if ( !$sql_result )
|
| 249 |
-
$this->wppb_process_bulk_action_message( sprintf( __( "%s couldn't be deleted", "
|
| 250 |
|
| 251 |
}
|
| 252 |
|
| 253 |
-
$this->wppb_process_bulk_action_message( __( 'All users have been successfully deleted', '
|
| 254 |
|
| 255 |
}elseif( 'confirm' === $this->current_action() ) {
|
| 256 |
foreach ( $_GET['user'] as $user ){
|
|
@@ -260,7 +260,7 @@ class wpp_list_unfonfirmed_email_table extends PB_WP_List_Table {
|
|
| 260 |
wppb_manual_activate_signup( $sql_result['activation_key'] );
|
| 261 |
}
|
| 262 |
|
| 263 |
-
$this->wppb_process_bulk_action_message( __( 'The selected users have been activated', '
|
| 264 |
|
| 265 |
}elseif( 'resend' === $this->current_action() ) {
|
| 266 |
foreach ( $_GET['user'] as $user ){
|
|
@@ -271,11 +271,11 @@ class wpp_list_unfonfirmed_email_table extends PB_WP_List_Table {
|
|
| 271 |
|
| 272 |
}
|
| 273 |
|
| 274 |
-
$this->wppb_process_bulk_action_message( __( 'The selected users have had their activation emails resent', '
|
| 275 |
}
|
| 276 |
|
| 277 |
}else
|
| 278 |
-
$this->wppb_process_bulk_action_message( __( "Sorry, but you don't have permission to do that!", "
|
| 279 |
}
|
| 280 |
|
| 281 |
|
|
@@ -463,10 +463,10 @@ function wppb_unconfirmed_email_address_custom_menu_page(){
|
|
| 463 |
?>
|
| 464 |
<div class="wrap">
|
| 465 |
|
| 466 |
-
<div class="wrap"><div id="icon-users" class="icon32"></div><h2><?php _e('Users with Unconfirmed Email Address', '
|
| 467 |
|
| 468 |
<ul class="subsubsub">
|
| 469 |
-
<li class="all"><a href="users.php"><?php _e('All Users', '
|
| 470 |
</ul>
|
| 471 |
|
| 472 |
<!-- Forms are NOT created automatically, so you need to wrap the table in one to use features like bulk actions -->
|
| 88 |
}
|
| 89 |
}
|
| 90 |
}
|
| 91 |
+
return '<a href="#" data-email="'. $item['email'] .'" onclick="'. esc_attr( 'jQuery(\'<div><pre>'. $user_meta_content .'</pre></div>\').dialog({title:\''. addslashes( __("User Meta", "profile-builder" ) ) .'\', width: 500 }) ;return false;') .'">'. __( 'show', 'profile-builder' ) .'</a>';
|
| 92 |
default:
|
| 93 |
return print_r($item,true); //Show the whole array for troubleshooting purposes
|
| 94 |
}
|
| 117 |
|
| 118 |
//Build row actions
|
| 119 |
$actions = array(
|
| 120 |
+
'delete' => sprintf( '<a href="javascript:confirmECAction( \'%s\', \'%s\', \'%s\', \'' . addslashes( __( 'delete this user from the _signups table?', 'profile-builder' ) ) . '\' )">' . __( 'Delete', 'profile-builder' ) . '</a>', wppb_curpageurl(), 'delete', $item['ID'] ),
|
| 121 |
+
'confirm' => sprintf( '<a href="javascript:confirmECAction( \'%s\', \'%s\', \'%s\', \'' . addslashes( __( 'confirm this email yourself?', 'profile-builder' ) ) . '\' )">' . __( 'Confirm Email', 'profile-builder' ) . '</a>', wppb_curpageurl(), 'confirm', $item['ID'] ),
|
| 122 |
+
'resend' => sprintf( '<a href="javascript:confirmECAction( \'%s\', \'%s\', \'%s\', \'' . addslashes( __( 'resend the activation link?', 'profile-builder' ) ) . '\' )">' . __( 'Resend Activation Email', 'profile-builder' ) . '</a>', wppb_curpageurl(), 'resend', $item['ID'] )
|
| 123 |
);
|
| 124 |
|
| 125 |
//Return the user row
|
| 164 |
function get_columns(){
|
| 165 |
$columns = array(
|
| 166 |
'cb' => '<input type="checkbox" />', //Render a checkbox instead of text
|
| 167 |
+
'username' => __( 'Username', 'profile-builder' ),
|
| 168 |
+
'email' => __( 'E-mail', 'profile-builder' ),
|
| 169 |
+
'registered' => __( 'Registered', 'profile-builder' ),
|
| 170 |
+
'user-meta' => __( 'User Meta', 'profile-builder' )
|
| 171 |
);
|
| 172 |
|
| 173 |
return $columns;
|
| 214 |
**************************************************************************/
|
| 215 |
function get_bulk_actions() {
|
| 216 |
$actions = array(
|
| 217 |
+
'delete' => __( 'Delete', 'profile-builder' ),
|
| 218 |
+
'confirm' => __( 'Confirm Email', 'profile-builder' ),
|
| 219 |
+
'resend' => __( 'Resend Activation Email', 'profile-builder' )
|
| 220 |
);
|
| 221 |
|
| 222 |
return $actions;
|
| 246 |
$sql_result = $wpdb->query( $wpdb->prepare( "DELETE FROM ".$wpdb->base_prefix."signups WHERE user_email = %s", $user ) );
|
| 247 |
|
| 248 |
if ( !$sql_result )
|
| 249 |
+
$this->wppb_process_bulk_action_message( sprintf( __( "%s couldn't be deleted", "profile-builder" ), $result->user_login ), get_bloginfo('url').'/wp-admin/users.php?page=unconfirmed_emails' );
|
| 250 |
|
| 251 |
}
|
| 252 |
|
| 253 |
+
$this->wppb_process_bulk_action_message( __( 'All users have been successfully deleted', 'profile-builder' ), get_bloginfo('url').'/wp-admin/users.php?page=unconfirmed_emails' );
|
| 254 |
|
| 255 |
}elseif( 'confirm' === $this->current_action() ) {
|
| 256 |
foreach ( $_GET['user'] as $user ){
|
| 260 |
wppb_manual_activate_signup( $sql_result['activation_key'] );
|
| 261 |
}
|
| 262 |
|
| 263 |
+
$this->wppb_process_bulk_action_message( __( 'The selected users have been activated', 'profile-builder' ), get_bloginfo('url').'/wp-admin/users.php?page=unconfirmed_emails' );
|
| 264 |
|
| 265 |
}elseif( 'resend' === $this->current_action() ) {
|
| 266 |
foreach ( $_GET['user'] as $user ){
|
| 271 |
|
| 272 |
}
|
| 273 |
|
| 274 |
+
$this->wppb_process_bulk_action_message( __( 'The selected users have had their activation emails resent', 'profile-builder' ), get_bloginfo('url').'/wp-admin/users.php?page=unconfirmed_emails' );
|
| 275 |
}
|
| 276 |
|
| 277 |
}else
|
| 278 |
+
$this->wppb_process_bulk_action_message( __( "Sorry, but you don't have permission to do that!", "profile-builder" ), get_bloginfo('url').'/wp-admin/' );
|
| 279 |
}
|
| 280 |
|
| 281 |
|
| 463 |
?>
|
| 464 |
<div class="wrap">
|
| 465 |
|
| 466 |
+
<div class="wrap"><div id="icon-users" class="icon32"></div><h2><?php _e('Users with Unconfirmed Email Address', 'profile-builder');?></h2></div>
|
| 467 |
|
| 468 |
<ul class="subsubsub">
|
| 469 |
+
<li class="all"><a href="users.php"><?php _e('All Users', 'profile-builder');?></a></li>
|
| 470 |
</ul>
|
| 471 |
|
| 472 |
<!-- Forms are NOT created automatically, so you need to wrap the table in one to use features like bulk actions -->
|
features/email-confirmation/email-confirmation.php
CHANGED
|
@@ -44,7 +44,7 @@ function wppb_add_pending_users_header_script(){
|
|
| 44 |
<script type="text/javascript">
|
| 45 |
jQuery(document).ready(function() {
|
| 46 |
jQuery.post( ajaxurl , { action:"wppb_get_unconfirmed_email_number"}, function(response) {
|
| 47 |
-
jQuery('.wrap ul.subsubsub').append('<span id="separatorID"> |</span> <li class="listUsersWithUncofirmedEmail"><a class="unconfirmedEmailUsers" href="?page=unconfirmed_emails"><?php _e('Users with Unconfirmed Email Address', '
|
| 48 |
});
|
| 49 |
});
|
| 50 |
|
|
@@ -55,7 +55,7 @@ function wppb_add_pending_users_header_script(){
|
|
| 55 |
|
| 56 |
// script to create a confirmation box for the user upon approving/unapproving a user
|
| 57 |
function confirmECAction( URL, todo, user_email, actionText ) {
|
| 58 |
-
actionText = '<?php _e( 'Do you want to', '
|
| 59 |
|
| 60 |
if (confirm(actionText)) {
|
| 61 |
jQuery.post( ajaxurl , { action:"wppb_handle_email_confirmation_cases", URL:URL, todo:todo, user_email:user_email}, function(response) {
|
|
@@ -107,7 +107,7 @@ function wppb_handle_email_confirmation_cases() {
|
|
| 107 |
$results = $wpdb->get_results( $wpdb->prepare( "SELECT * FROM " . $wpdb->base_prefix . "signups WHERE active = 0 AND user_email = %s", $user_email ) );
|
| 108 |
|
| 109 |
if ( count( $results ) != 1 )
|
| 110 |
-
die( __( "There was an error performing that action!", "
|
| 111 |
|
| 112 |
elseif ( $todo == 'delete' ){
|
| 113 |
$sql_result = $wpdb->delete( $wpdb->base_prefix.'signups', array( 'user_login' => $results[0]->user_login, 'user_email' => $results[0]->user_email ) );
|
|
@@ -115,7 +115,7 @@ function wppb_handle_email_confirmation_cases() {
|
|
| 115 |
die( 'ok' );
|
| 116 |
|
| 117 |
else
|
| 118 |
-
die( __( "The selected user couldn't be deleted", "
|
| 119 |
|
| 120 |
}elseif ( $todo == 'confirm' ){
|
| 121 |
die( wppb_manual_activate_signup( $results[0]->activation_key ) );
|
|
@@ -126,13 +126,13 @@ function wppb_handle_email_confirmation_cases() {
|
|
| 126 |
if ( $sql_result ){
|
| 127 |
wppb_signup_user_notification( trim( $sql_result['user_login'] ), trim( $sql_result['user_email'] ), $sql_result['activation_key'], $sql_result['meta'] );
|
| 128 |
|
| 129 |
-
die( __( "Email notification resent to user", "
|
| 130 |
}
|
| 131 |
|
| 132 |
}
|
| 133 |
}
|
| 134 |
|
| 135 |
-
die( __("You either don't have permission for that action or there was an error!", "
|
| 136 |
}
|
| 137 |
|
| 138 |
|
|
@@ -381,10 +381,10 @@ function wppb_signup_user_notification( $user, $user_email, $activation_key, $me
|
|
| 381 |
$registration_page_url = ( ( strpos( $post_content, '[wppb-register' ) !== false ) ? add_query_arg( array('activation_key' => $activation_key ), $permalink ) : add_query_arg( array('activation_key' => $activation_key ), get_bloginfo( 'url' ) ) );
|
| 382 |
}
|
| 383 |
|
| 384 |
-
$subject = sprintf( __( '[%1$s] Activate %2$s', '
|
| 385 |
$subject = apply_filters( 'wppb_signup_user_notification_email_subject', $subject, $user_email, $user, $activation_key, $registration_page_url, $meta, $from_name, 'wppb_user_emailc_registr_w_email_confirm_email_subject' );
|
| 386 |
|
| 387 |
-
$message = sprintf( __( "To activate your user, please click the following link:\n\n%s%s%s\n\nAfter you activate it you will receive yet *another email* with your login.", "
|
| 388 |
$message = apply_filters( 'wppb_signup_user_notification_email_content', $message, $user_email, $user, $activation_key, $registration_page_url, $meta, $from_name, 'wppb_user_emailc_registr_w_email_confirm_email_content' );
|
| 389 |
|
| 390 |
$message_context = 'email_user_activate';
|
|
@@ -425,10 +425,10 @@ function wppb_manual_activate_signup( $activation_key ) {
|
|
| 425 |
$user_already_exists = true;
|
| 426 |
|
| 427 |
if ( !$user_id )
|
| 428 |
-
return __( 'Could not create user!', '
|
| 429 |
|
| 430 |
elseif ( isset( $user_already_exists ) && ( $user_already_exists == true ) )
|
| 431 |
-
return __( 'That username is already activated!', '
|
| 432 |
|
| 433 |
else{
|
| 434 |
$now = current_time('mysql', true);
|
|
@@ -450,7 +450,7 @@ function wppb_manual_activate_signup( $activation_key ) {
|
|
| 450 |
|
| 451 |
do_action('wppb_activate_user', $user_id, $password, $meta);
|
| 452 |
|
| 453 |
-
return ( $retVal ? 'ok' : __( 'There was an error while trying to activate the user', '
|
| 454 |
}
|
| 455 |
}
|
| 456 |
}
|
|
@@ -498,10 +498,10 @@ function wppb_notify_user_registration_email( $bloginfo, $user_name, $email, $se
|
|
| 498 |
//send email to the admin
|
| 499 |
$message_from = apply_filters( 'wppb_register_from_email_message_admin_email', $bloginfo );
|
| 500 |
|
| 501 |
-
$message_subject = '['.$message_from.'] '.__( 'A new subscriber has (been) registered!', '
|
| 502 |
$message_subject = apply_filters ('wppb_register_admin_email_subject_without_admin_approval', $message_subject, $email, $password, $message_from, 'wppb_admin_emailc_default_registration_email_subject' );
|
| 503 |
|
| 504 |
-
$message_content = sprintf( __( 'New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>', '
|
| 505 |
|
| 506 |
$message_context = 'email_admin_new_subscriber';
|
| 507 |
|
|
@@ -547,14 +547,14 @@ function wppb_notify_user_registration_email( $bloginfo, $user_name, $email, $se
|
|
| 547 |
if ( isset( $send_credentials_via_email ) && ( $send_credentials_via_email == 'sending' ) ){
|
| 548 |
$user_message_from = apply_filters( 'wppb_register_from_email_message_user_email', $bloginfo );
|
| 549 |
|
| 550 |
-
$user_message_subject = sprintf( __( '[%1$s] Your new account information', '
|
| 551 |
$user_message_subject = apply_filters( 'wppb_register_user_email_subject_without_admin_approval', $user_message_subject, $email, $password, $user_message_subject, 'wppb_user_emailc_default_registration_email_subject' );
|
| 552 |
|
| 553 |
if ( $password === NULL ) {
|
| 554 |
-
$password = __( 'Your selected password at signup', '
|
| 555 |
}
|
| 556 |
-
$user_message_content = sprintf( __( 'Welcome to %1$s!<br/><br/><br/>Your username is:%2$s and password:%3$s', '
|
| 557 |
-
if ( $password === __( 'Your selected password at signup', '
|
| 558 |
$password = NULL;
|
| 559 |
}
|
| 560 |
|
|
@@ -602,7 +602,7 @@ function wppb_notify_user_registration_email( $bloginfo, $user_name, $email, $se
|
|
| 602 |
|
| 603 |
// function with content to be added in email sent to admin if "Admin Approval" is on
|
| 604 |
function wppb_adminApproval_adminEmailContent() {
|
| 605 |
-
$emailContent = '<br/>' . __( 'The "Admin Approval" feature was activated at the time of registration, so please remember that you need to approve this user before he/she can log in!', '
|
| 606 |
|
| 607 |
return $emailContent;
|
| 608 |
}
|
|
@@ -610,7 +610,7 @@ function wppb_adminApproval_adminEmailContent() {
|
|
| 610 |
|
| 611 |
// function with content to be added in email sent to user if "Admin Approval" is on
|
| 612 |
function wppb_adminApproval_userEmailContent() {
|
| 613 |
-
$emailContent = '<br/><br/>' . __( 'Before you can access your account, an administrator needs to approve it. You will be notified via email.', '
|
| 614 |
|
| 615 |
return $emailContent;
|
| 616 |
}
|
| 44 |
<script type="text/javascript">
|
| 45 |
jQuery(document).ready(function() {
|
| 46 |
jQuery.post( ajaxurl , { action:"wppb_get_unconfirmed_email_number"}, function(response) {
|
| 47 |
+
jQuery('.wrap ul.subsubsub').append('<span id="separatorID"> |</span> <li class="listUsersWithUncofirmedEmail"><a class="unconfirmedEmailUsers" href="?page=unconfirmed_emails"><?php _e('Users with Unconfirmed Email Address', 'profile-builder');?></a> <font id="unconfirmedEmailNo" color="grey">('+response.number+')</font></li>');
|
| 48 |
});
|
| 49 |
});
|
| 50 |
|
| 55 |
|
| 56 |
// script to create a confirmation box for the user upon approving/unapproving a user
|
| 57 |
function confirmECAction( URL, todo, user_email, actionText ) {
|
| 58 |
+
actionText = '<?php _e( 'Do you want to', 'profile-builder' ); ?>' + ' ' + actionText;
|
| 59 |
|
| 60 |
if (confirm(actionText)) {
|
| 61 |
jQuery.post( ajaxurl , { action:"wppb_handle_email_confirmation_cases", URL:URL, todo:todo, user_email:user_email}, function(response) {
|
| 107 |
$results = $wpdb->get_results( $wpdb->prepare( "SELECT * FROM " . $wpdb->base_prefix . "signups WHERE active = 0 AND user_email = %s", $user_email ) );
|
| 108 |
|
| 109 |
if ( count( $results ) != 1 )
|
| 110 |
+
die( __( "There was an error performing that action!", "profile-builder" ) );
|
| 111 |
|
| 112 |
elseif ( $todo == 'delete' ){
|
| 113 |
$sql_result = $wpdb->delete( $wpdb->base_prefix.'signups', array( 'user_login' => $results[0]->user_login, 'user_email' => $results[0]->user_email ) );
|
| 115 |
die( 'ok' );
|
| 116 |
|
| 117 |
else
|
| 118 |
+
die( __( "The selected user couldn't be deleted", "profile-builder" ) );
|
| 119 |
|
| 120 |
}elseif ( $todo == 'confirm' ){
|
| 121 |
die( wppb_manual_activate_signup( $results[0]->activation_key ) );
|
| 126 |
if ( $sql_result ){
|
| 127 |
wppb_signup_user_notification( trim( $sql_result['user_login'] ), trim( $sql_result['user_email'] ), $sql_result['activation_key'], $sql_result['meta'] );
|
| 128 |
|
| 129 |
+
die( __( "Email notification resent to user", "profile-builder" ) );
|
| 130 |
}
|
| 131 |
|
| 132 |
}
|
| 133 |
}
|
| 134 |
|
| 135 |
+
die( __("You either don't have permission for that action or there was an error!", "profile-builder") );
|
| 136 |
}
|
| 137 |
|
| 138 |
|
| 381 |
$registration_page_url = ( ( strpos( $post_content, '[wppb-register' ) !== false ) ? add_query_arg( array('activation_key' => $activation_key ), $permalink ) : add_query_arg( array('activation_key' => $activation_key ), get_bloginfo( 'url' ) ) );
|
| 382 |
}
|
| 383 |
|
| 384 |
+
$subject = sprintf( __( '[%1$s] Activate %2$s', 'profile-builder'), $from_name, $user );
|
| 385 |
$subject = apply_filters( 'wppb_signup_user_notification_email_subject', $subject, $user_email, $user, $activation_key, $registration_page_url, $meta, $from_name, 'wppb_user_emailc_registr_w_email_confirm_email_subject' );
|
| 386 |
|
| 387 |
+
$message = sprintf( __( "To activate your user, please click the following link:\n\n%s%s%s\n\nAfter you activate it you will receive yet *another email* with your login.", "profile-builder" ), '<a href="'.$registration_page_url.'">', $registration_page_url, '</a>.' );
|
| 388 |
$message = apply_filters( 'wppb_signup_user_notification_email_content', $message, $user_email, $user, $activation_key, $registration_page_url, $meta, $from_name, 'wppb_user_emailc_registr_w_email_confirm_email_content' );
|
| 389 |
|
| 390 |
$message_context = 'email_user_activate';
|
| 425 |
$user_already_exists = true;
|
| 426 |
|
| 427 |
if ( !$user_id )
|
| 428 |
+
return __( 'Could not create user!', 'profile-builder' );
|
| 429 |
|
| 430 |
elseif ( isset( $user_already_exists ) && ( $user_already_exists == true ) )
|
| 431 |
+
return __( 'That username is already activated!', 'profile-builder' );
|
| 432 |
|
| 433 |
else{
|
| 434 |
$now = current_time('mysql', true);
|
| 450 |
|
| 451 |
do_action('wppb_activate_user', $user_id, $password, $meta);
|
| 452 |
|
| 453 |
+
return ( $retVal ? 'ok' : __( 'There was an error while trying to activate the user', 'profile-builder' ) );
|
| 454 |
}
|
| 455 |
}
|
| 456 |
}
|
| 498 |
//send email to the admin
|
| 499 |
$message_from = apply_filters( 'wppb_register_from_email_message_admin_email', $bloginfo );
|
| 500 |
|
| 501 |
+
$message_subject = '['.$message_from.'] '.__( 'A new subscriber has (been) registered!', 'profile-builder' );
|
| 502 |
$message_subject = apply_filters ('wppb_register_admin_email_subject_without_admin_approval', $message_subject, $email, $password, $message_from, 'wppb_admin_emailc_default_registration_email_subject' );
|
| 503 |
|
| 504 |
+
$message_content = sprintf( __( 'New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>', 'profile-builder'), $message_from, $user_name, $email );
|
| 505 |
|
| 506 |
$message_context = 'email_admin_new_subscriber';
|
| 507 |
|
| 547 |
if ( isset( $send_credentials_via_email ) && ( $send_credentials_via_email == 'sending' ) ){
|
| 548 |
$user_message_from = apply_filters( 'wppb_register_from_email_message_user_email', $bloginfo );
|
| 549 |
|
| 550 |
+
$user_message_subject = sprintf( __( '[%1$s] Your new account information', 'profile-builder' ), $user_message_from, $user_name, $password );
|
| 551 |
$user_message_subject = apply_filters( 'wppb_register_user_email_subject_without_admin_approval', $user_message_subject, $email, $password, $user_message_subject, 'wppb_user_emailc_default_registration_email_subject' );
|
| 552 |
|
| 553 |
if ( $password === NULL ) {
|
| 554 |
+
$password = __( 'Your selected password at signup', 'profile-builder' );
|
| 555 |
}
|
| 556 |
+
$user_message_content = sprintf( __( 'Welcome to %1$s!<br/><br/><br/>Your username is:%2$s and password:%3$s', 'profile-builder' ), $user_message_from, $user_name, $password );
|
| 557 |
+
if ( $password === __( 'Your selected password at signup', 'profile-builder' ) ) {
|
| 558 |
$password = NULL;
|
| 559 |
}
|
| 560 |
|
| 602 |
|
| 603 |
// function with content to be added in email sent to admin if "Admin Approval" is on
|
| 604 |
function wppb_adminApproval_adminEmailContent() {
|
| 605 |
+
$emailContent = '<br/>' . __( 'The "Admin Approval" feature was activated at the time of registration, so please remember that you need to approve this user before he/she can log in!', 'profile-builder') ."\r\n";
|
| 606 |
|
| 607 |
return $emailContent;
|
| 608 |
}
|
| 610 |
|
| 611 |
// function with content to be added in email sent to user if "Admin Approval" is on
|
| 612 |
function wppb_adminApproval_userEmailContent() {
|
| 613 |
+
$emailContent = '<br/><br/>' . __( 'Before you can access your account, an administrator needs to approve it. You will be notified via email.', 'profile-builder' );
|
| 614 |
|
| 615 |
return $emailContent;
|
| 616 |
}
|
features/functions.php
CHANGED
|
@@ -278,7 +278,7 @@ function wppb_delete(){
|
|
| 278 |
|
| 279 |
if ( ( isset( $_POST['what'] ) ) && ( $_POST['what'] == 'avatar' ) ){
|
| 280 |
if ( !wp_verify_nonce( $_POST['_ajax_nonce'], 'user'.base64_decode( $_POST['currentUser'] ).'_nonce_avatar' ) ){
|
| 281 |
-
echo __( 'The user-validation has failed - the avatar was not deleted!', '
|
| 282 |
die();
|
| 283 |
|
| 284 |
}else{
|
|
@@ -289,7 +289,7 @@ function wppb_delete(){
|
|
| 289 |
}
|
| 290 |
}elseif ( ( isset( $_POST['what'] ) ) && ( $_POST['what'] == 'attachment' ) ){
|
| 291 |
if ( !wp_verify_nonce( $_POST['_ajax_nonce'], 'user'.base64_decode( $_POST['currentUser'] ).'_nonce_upload' ) ){
|
| 292 |
-
echo __( 'The user-validation has failed - the attachment was not deleted!', '
|
| 293 |
die();
|
| 294 |
|
| 295 |
}else{
|
|
@@ -484,7 +484,7 @@ function wppb_check_missing_http( $redirectLink ) {
|
|
| 484 |
function wppb_password_strength_checker_html(){
|
| 485 |
$wppb_generalSettings = get_option( 'wppb_general_settings' );
|
| 486 |
if( !empty( $wppb_generalSettings['minimum_password_strength'] ) ){
|
| 487 |
-
$password_strength = '<span id="pass-strength-result">'.__('Strength indicator', '
|
| 488 |
<input type="hidden" value="" name="wppb_password_strength" id="wppb_password_strength"/>';
|
| 489 |
return $password_strength;
|
| 490 |
}
|
|
@@ -509,7 +509,7 @@ function wppb_check_password_strength(){
|
|
| 509 |
$wppb_generalSettings = get_option( 'wppb_general_settings' );
|
| 510 |
if( isset( $_POST['wppb_password_strength'] ) && !empty( $wppb_generalSettings['minimum_password_strength'] ) ){
|
| 511 |
$password_strength_array = array( 'short' => 0, 'bad' => 1, 'good' => 2, 'strong' => 3 );
|
| 512 |
-
$password_strength_text = array( 'short' => __( 'Very Weak', '
|
| 513 |
if( $password_strength_array[$_POST['wppb_password_strength']] < $password_strength_array[$wppb_generalSettings['minimum_password_strength']] ){
|
| 514 |
return $password_strength_text[$wppb_generalSettings['minimum_password_strength']];
|
| 515 |
}
|
|
@@ -523,7 +523,7 @@ function wppb_check_password_strength(){
|
|
| 523 |
function wppb_password_length_text(){
|
| 524 |
$wppb_generalSettings = get_option( 'wppb_general_settings' );
|
| 525 |
if( !empty( $wppb_generalSettings['minimum_password_length'] ) ){
|
| 526 |
-
return sprintf(__('Minimum length of %d characters', '
|
| 527 |
}
|
| 528 |
return '';
|
| 529 |
}
|
|
@@ -597,14 +597,14 @@ function wppb_password_strength_check(){
|
|
| 597 |
* Create functions for repeating error messages in front-end forms
|
| 598 |
*/
|
| 599 |
function wppb_required_field_error($field_title='') {
|
| 600 |
-
$required_error = apply_filters('wppb_required_error' , __('This field is required','
|
| 601 |
|
| 602 |
return $required_error;
|
| 603 |
|
| 604 |
}
|
| 605 |
/* Function for displaying reCAPTCHA error on Login and Recover Password forms */
|
| 606 |
function wppb_recaptcha_field_error($field_title='') {
|
| 607 |
-
$recaptcha_error = apply_filters('wppb_recaptcha_error' , __('Please enter a (valid) reCAPTCHA value','
|
| 608 |
|
| 609 |
return $recaptcha_error;
|
| 610 |
|
|
@@ -617,35 +617,35 @@ function wppb_get_query_var( $varname ){
|
|
| 617 |
|
| 618 |
/*Filter the "Save Changes" button text, to make it translatable*/
|
| 619 |
function wppb_change_save_changes_button($value){
|
| 620 |
-
$value = __('Save Changes','
|
| 621 |
return $value;
|
| 622 |
}
|
| 623 |
add_filter( 'wck_save_changes_button', 'wppb_change_save_changes_button', 10, 2);
|
| 624 |
|
| 625 |
/*Filter the "Cancel" button text, to make it translatable*/
|
| 626 |
function wppb_change_cancel_button($value){
|
| 627 |
-
$value = __('Cancel','
|
| 628 |
return $value;
|
| 629 |
}
|
| 630 |
add_filter( 'wck_cancel_button', 'wppb_change_cancel_button', 10, 2);
|
| 631 |
|
| 632 |
/*Filter the "Delete" button text, to make it translatable*/
|
| 633 |
function wppb_change_delete_button($value){
|
| 634 |
-
$value = __('Delete','
|
| 635 |
return $value;
|
| 636 |
}
|
| 637 |
add_filter( 'wck_delete_button', 'wppb_change_delete_button', 10, 2);
|
| 638 |
|
| 639 |
/*Filter the "Edit" button text, to make it translatable*/
|
| 640 |
function wppb_change_edit_button($value){
|
| 641 |
-
$value = __('Edit','
|
| 642 |
return $value;
|
| 643 |
}
|
| 644 |
add_filter( 'wck_edit_button', 'wppb_change_edit_button', 10, 2);
|
| 645 |
|
| 646 |
/*Filter the User Listing, Register Forms and Edit Profile forms metabox header content, to make it translatable*/
|
| 647 |
function wppb_change_metabox_content_header(){
|
| 648 |
-
return '<thead><tr><th class="wck-number">#</th><th class="wck-content">'. __( 'Content', '
|
| 649 |
}
|
| 650 |
add_filter('wck_metabox_content_header_wppb_ul_page_settings', 'wppb_change_metabox_content_header', 1);
|
| 651 |
add_filter('wck_metabox_content_header_wppb_rf_page_settings', 'wppb_change_metabox_content_header', 1);
|
|
@@ -656,11 +656,11 @@ add_filter('wck_metabox_content_header_wppb_epf_page_settings', 'wppb_change_met
|
|
| 656 |
if ( get_option('users_can_register') == false) {
|
| 657 |
if( is_multisite() ) {
|
| 658 |
new WPPB_Add_General_Notices('wppb_anyone_can_register',
|
| 659 |
-
sprintf(__('To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sNetwork Settings%2$s, and under Registration Settings make sure to check “User accounts may be registered”. %3$sDismiss%4$s', '
|
| 660 |
'update-nag');
|
| 661 |
}else{
|
| 662 |
new WPPB_Add_General_Notices('wppb_anyone_can_register',
|
| 663 |
-
sprintf(__('To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sSettings -> General%2$s tab, and under Membership make sure to check “Anyone can register”. %3$sDismiss%4$s', '
|
| 664 |
'update-nag');
|
| 665 |
}
|
| 666 |
}
|
| 278 |
|
| 279 |
if ( ( isset( $_POST['what'] ) ) && ( $_POST['what'] == 'avatar' ) ){
|
| 280 |
if ( !wp_verify_nonce( $_POST['_ajax_nonce'], 'user'.base64_decode( $_POST['currentUser'] ).'_nonce_avatar' ) ){
|
| 281 |
+
echo __( 'The user-validation has failed - the avatar was not deleted!', 'profile-builder' );
|
| 282 |
die();
|
| 283 |
|
| 284 |
}else{
|
| 289 |
}
|
| 290 |
}elseif ( ( isset( $_POST['what'] ) ) && ( $_POST['what'] == 'attachment' ) ){
|
| 291 |
if ( !wp_verify_nonce( $_POST['_ajax_nonce'], 'user'.base64_decode( $_POST['currentUser'] ).'_nonce_upload' ) ){
|
| 292 |
+
echo __( 'The user-validation has failed - the attachment was not deleted!', 'profile-builder' );
|
| 293 |
die();
|
| 294 |
|
| 295 |
}else{
|
| 484 |
function wppb_password_strength_checker_html(){
|
| 485 |
$wppb_generalSettings = get_option( 'wppb_general_settings' );
|
| 486 |
if( !empty( $wppb_generalSettings['minimum_password_strength'] ) ){
|
| 487 |
+
$password_strength = '<span id="pass-strength-result">'.__('Strength indicator', 'profile-builder' ).'</span>
|
| 488 |
<input type="hidden" value="" name="wppb_password_strength" id="wppb_password_strength"/>';
|
| 489 |
return $password_strength;
|
| 490 |
}
|
| 509 |
$wppb_generalSettings = get_option( 'wppb_general_settings' );
|
| 510 |
if( isset( $_POST['wppb_password_strength'] ) && !empty( $wppb_generalSettings['minimum_password_strength'] ) ){
|
| 511 |
$password_strength_array = array( 'short' => 0, 'bad' => 1, 'good' => 2, 'strong' => 3 );
|
| 512 |
+
$password_strength_text = array( 'short' => __( 'Very Weak', 'profile-builder' ), 'bad' => __( 'Weak', 'profile-builder' ), 'good' => __( 'Medium', 'profile-builder' ), 'strong' => __( 'Strong', 'profile-builder' ) );
|
| 513 |
if( $password_strength_array[$_POST['wppb_password_strength']] < $password_strength_array[$wppb_generalSettings['minimum_password_strength']] ){
|
| 514 |
return $password_strength_text[$wppb_generalSettings['minimum_password_strength']];
|
| 515 |
}
|
| 523 |
function wppb_password_length_text(){
|
| 524 |
$wppb_generalSettings = get_option( 'wppb_general_settings' );
|
| 525 |
if( !empty( $wppb_generalSettings['minimum_password_length'] ) ){
|
| 526 |
+
return sprintf(__('Minimum length of %d characters', 'profile-builder'), $wppb_generalSettings['minimum_password_length']);
|
| 527 |
}
|
| 528 |
return '';
|
| 529 |
}
|
| 597 |
* Create functions for repeating error messages in front-end forms
|
| 598 |
*/
|
| 599 |
function wppb_required_field_error($field_title='') {
|
| 600 |
+
$required_error = apply_filters('wppb_required_error' , __('This field is required','profile-builder') , $field_title);
|
| 601 |
|
| 602 |
return $required_error;
|
| 603 |
|
| 604 |
}
|
| 605 |
/* Function for displaying reCAPTCHA error on Login and Recover Password forms */
|
| 606 |
function wppb_recaptcha_field_error($field_title='') {
|
| 607 |
+
$recaptcha_error = apply_filters('wppb_recaptcha_error' , __('Please enter a (valid) reCAPTCHA value','profile-builder') , $field_title);
|
| 608 |
|
| 609 |
return $recaptcha_error;
|
| 610 |
|
| 617 |
|
| 618 |
/*Filter the "Save Changes" button text, to make it translatable*/
|
| 619 |
function wppb_change_save_changes_button($value){
|
| 620 |
+
$value = __('Save Changes','profile-builder');
|
| 621 |
return $value;
|
| 622 |
}
|
| 623 |
add_filter( 'wck_save_changes_button', 'wppb_change_save_changes_button', 10, 2);
|
| 624 |
|
| 625 |
/*Filter the "Cancel" button text, to make it translatable*/
|
| 626 |
function wppb_change_cancel_button($value){
|
| 627 |
+
$value = __('Cancel','profile-builder');
|
| 628 |
return $value;
|
| 629 |
}
|
| 630 |
add_filter( 'wck_cancel_button', 'wppb_change_cancel_button', 10, 2);
|
| 631 |
|
| 632 |
/*Filter the "Delete" button text, to make it translatable*/
|
| 633 |
function wppb_change_delete_button($value){
|
| 634 |
+
$value = __('Delete','profile-builder');
|
| 635 |
return $value;
|
| 636 |
}
|
| 637 |
add_filter( 'wck_delete_button', 'wppb_change_delete_button', 10, 2);
|
| 638 |
|
| 639 |
/*Filter the "Edit" button text, to make it translatable*/
|
| 640 |
function wppb_change_edit_button($value){
|
| 641 |
+
$value = __('Edit','profile-builder');
|
| 642 |
return $value;
|
| 643 |
}
|
| 644 |
add_filter( 'wck_edit_button', 'wppb_change_edit_button', 10, 2);
|
| 645 |
|
| 646 |
/*Filter the User Listing, Register Forms and Edit Profile forms metabox header content, to make it translatable*/
|
| 647 |
function wppb_change_metabox_content_header(){
|
| 648 |
+
return '<thead><tr><th class="wck-number">#</th><th class="wck-content">'. __( 'Content', 'profile-builder' ) .'</th><th class="wck-edit">'. __( 'Edit', 'profile-builder' ) .'</th><th class="wck-delete">'. __( 'Delete', 'profile-builder' ) .'</th></tr></thead>';
|
| 649 |
}
|
| 650 |
add_filter('wck_metabox_content_header_wppb_ul_page_settings', 'wppb_change_metabox_content_header', 1);
|
| 651 |
add_filter('wck_metabox_content_header_wppb_rf_page_settings', 'wppb_change_metabox_content_header', 1);
|
| 656 |
if ( get_option('users_can_register') == false) {
|
| 657 |
if( is_multisite() ) {
|
| 658 |
new WPPB_Add_General_Notices('wppb_anyone_can_register',
|
| 659 |
+
sprintf(__('To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sNetwork Settings%2$s, and under Registration Settings make sure to check “User accounts may be registered”. %3$sDismiss%4$s', 'profile-builder'), "<a href='" . network_admin_url('settings.php') . "'>", "</a>", "<a href='" . esc_url( add_query_arg('wppb_anyone_can_register_dismiss_notification', '0') ) . "'>", "</a>"),
|
| 660 |
'update-nag');
|
| 661 |
}else{
|
| 662 |
new WPPB_Add_General_Notices('wppb_anyone_can_register',
|
| 663 |
+
sprintf(__('To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sSettings -> General%2$s tab, and under Membership make sure to check “Anyone can register”. %3$sDismiss%4$s', 'profile-builder'), "<a href='" . admin_url('options-general.php') . "'>", "</a>", "<a href='" . esc_url( add_query_arg('wppb_anyone_can_register_dismiss_notification', '0') ) . "'>", "</a>"),
|
| 664 |
'update-nag');
|
| 665 |
}
|
| 666 |
}
|
features/login-widget/login-widget.php
CHANGED
|
@@ -7,12 +7,12 @@ add_action( 'widgets_init', 'wppb_register_login_widget' );
|
|
| 7 |
class wppb_login_widget extends WP_Widget {
|
| 8 |
|
| 9 |
function __construct() {
|
| 10 |
-
$widget_ops = array( 'classname' => 'login', 'description' => __( 'This login widget lets you add a login form in the sidebar.', '
|
| 11 |
$control_ops = array( 'width' => 300, 'height' => 350, 'id_base' => 'wppb-login-widget' );
|
| 12 |
|
| 13 |
do_action( 'wppb_login_widget_settings', $widget_ops, $control_ops);
|
| 14 |
|
| 15 |
-
parent::__construct( 'wppb-login-widget', __('Profile Builder Login Widget', '
|
| 16 |
|
| 17 |
}
|
| 18 |
|
|
@@ -56,26 +56,26 @@ class wppb_login_widget extends WP_Widget {
|
|
| 56 |
|
| 57 |
function form( $instance ) {
|
| 58 |
|
| 59 |
-
$defaults = array( 'title' => __('Login', '
|
| 60 |
$instance = wp_parse_args( (array) $instance, $defaults ); ?>
|
| 61 |
|
| 62 |
<p>
|
| 63 |
-
<label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:', '
|
| 64 |
<input id="<?php echo $this->get_field_id( 'title' ); ?>" class="widefat" type="text" name="<?php echo $this->get_field_name( 'title' ); ?>" value="<?php echo $instance['title']; ?>" style="width:100%;" />
|
| 65 |
</p>
|
| 66 |
|
| 67 |
<p>
|
| 68 |
-
<label for="<?php echo $this->get_field_id( 'redirect' ); ?>"><?php _e( 'After login redirect URL (optional):', '
|
| 69 |
<input id="<?php echo $this->get_field_id( 'redirect' ); ?>" class="widefat" type="url" name="<?php echo $this->get_field_name( 'redirect' ); ?>" value="<?php echo $instance['redirect']; ?>" style="width:100%;" />
|
| 70 |
</p>
|
| 71 |
|
| 72 |
<p>
|
| 73 |
-
<label for="<?php echo $this->get_field_id( 'register' ); ?>"><?php _e( 'Register page URL (optional):', '
|
| 74 |
<input id="<?php echo $this->get_field_id( 'register' ); ?>" class="widefat" type="url" name="<?php echo $this->get_field_name( 'register' ); ?>" value="<?php echo $instance['register']; ?>" style="width:100%;" />
|
| 75 |
</p>
|
| 76 |
|
| 77 |
<p>
|
| 78 |
-
<label for="<?php echo $this->get_field_id( 'lostpass' ); ?>"><?php _e( 'Password Recovery page URL (optional):', '
|
| 79 |
<input id="<?php echo $this->get_field_id( 'lostpass' ); ?>" class="widefat" type="url" name="<?php echo $this->get_field_name( 'lostpass' ); ?>" value="<?php echo $instance['lostpass']; ?>" style="width:100%;" />
|
| 80 |
</p>
|
| 81 |
|
| 7 |
class wppb_login_widget extends WP_Widget {
|
| 8 |
|
| 9 |
function __construct() {
|
| 10 |
+
$widget_ops = array( 'classname' => 'login', 'description' => __( 'This login widget lets you add a login form in the sidebar.', 'profile-builder' ) );
|
| 11 |
$control_ops = array( 'width' => 300, 'height' => 350, 'id_base' => 'wppb-login-widget' );
|
| 12 |
|
| 13 |
do_action( 'wppb_login_widget_settings', $widget_ops, $control_ops);
|
| 14 |
|
| 15 |
+
parent::__construct( 'wppb-login-widget', __('Profile Builder Login Widget', 'profile-builder'), $widget_ops, $control_ops );
|
| 16 |
|
| 17 |
}
|
| 18 |
|
| 56 |
|
| 57 |
function form( $instance ) {
|
| 58 |
|
| 59 |
+
$defaults = array( 'title' => __('Login', 'profile-builder'), 'redirect' => '', 'register' => '', 'lostpass' => '' );
|
| 60 |
$instance = wp_parse_args( (array) $instance, $defaults ); ?>
|
| 61 |
|
| 62 |
<p>
|
| 63 |
+
<label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:', 'profile-builder' ); ?></label>
|
| 64 |
<input id="<?php echo $this->get_field_id( 'title' ); ?>" class="widefat" type="text" name="<?php echo $this->get_field_name( 'title' ); ?>" value="<?php echo $instance['title']; ?>" style="width:100%;" />
|
| 65 |
</p>
|
| 66 |
|
| 67 |
<p>
|
| 68 |
+
<label for="<?php echo $this->get_field_id( 'redirect' ); ?>"><?php _e( 'After login redirect URL (optional):', 'profile-builder' ); ?></label>
|
| 69 |
<input id="<?php echo $this->get_field_id( 'redirect' ); ?>" class="widefat" type="url" name="<?php echo $this->get_field_name( 'redirect' ); ?>" value="<?php echo $instance['redirect']; ?>" style="width:100%;" />
|
| 70 |
</p>
|
| 71 |
|
| 72 |
<p>
|
| 73 |
+
<label for="<?php echo $this->get_field_id( 'register' ); ?>"><?php _e( 'Register page URL (optional):', 'profile-builder' ); ?></label>
|
| 74 |
<input id="<?php echo $this->get_field_id( 'register' ); ?>" class="widefat" type="url" name="<?php echo $this->get_field_name( 'register' ); ?>" value="<?php echo $instance['register']; ?>" style="width:100%;" />
|
| 75 |
</p>
|
| 76 |
|
| 77 |
<p>
|
| 78 |
+
<label for="<?php echo $this->get_field_id( 'lostpass' ); ?>"><?php _e( 'Password Recovery page URL (optional):', 'profile-builder' ); ?></label>
|
| 79 |
<input id="<?php echo $this->get_field_id( 'lostpass' ); ?>" class="widefat" type="url" name="<?php echo $this->get_field_name( 'lostpass' ); ?>" value="<?php echo $instance['lostpass']; ?>" style="width:100%;" />
|
| 80 |
</p>
|
| 81 |
|
features/upgrades/upgrades-functions.php
CHANGED
|
@@ -88,7 +88,7 @@ function wppb_pro_hobbyist_free_v2_0(){
|
|
| 88 |
$backed_up_manage_fields = wppb_add_existing_default_fields( $backed_up_manage_fields, 'Default - Name (Heading)', '', 'No' );
|
| 89 |
|
| 90 |
if ( $old_default_fields['username'] == 'show' )
|
| 91 |
-
$backed_up_manage_fields = wppb_add_existing_default_fields( $backed_up_manage_fields, 'Default - Username', '', ucfirst( trim( $old_default_fields['usernameRequired'] ) ), __( 'The usernames cannot be changed.', '
|
| 92 |
|
| 93 |
if ( $old_default_fields['firstname'] == 'show' )
|
| 94 |
$backed_up_manage_fields = wppb_add_existing_default_fields( $backed_up_manage_fields, 'Default - First Name', 'first_name', ucfirst( trim( $old_default_fields['firstnameRequired'] ) ) );
|
|
@@ -131,7 +131,7 @@ function wppb_pro_hobbyist_free_v2_0(){
|
|
| 131 |
|
| 132 |
}else{
|
| 133 |
$backed_up_manage_fields = wppb_add_existing_default_fields( $backed_up_manage_fields, 'Default - Name (Heading)', '', 'No' );
|
| 134 |
-
$backed_up_manage_fields = wppb_add_existing_default_fields( $backed_up_manage_fields, 'Default - Username', '', 'Yes', __( 'The usernames cannot be changed.', '
|
| 135 |
$backed_up_manage_fields = wppb_add_existing_default_fields( $backed_up_manage_fields, 'Default - First Name', 'first_name', 'No' );
|
| 136 |
$backed_up_manage_fields = wppb_add_existing_default_fields( $backed_up_manage_fields, 'Default - Last Name', 'last_name', 'No' );
|
| 137 |
$backed_up_manage_fields = wppb_add_existing_default_fields( $backed_up_manage_fields, 'Default - Nickname', 'nickname', 'No' );
|
| 88 |
$backed_up_manage_fields = wppb_add_existing_default_fields( $backed_up_manage_fields, 'Default - Name (Heading)', '', 'No' );
|
| 89 |
|
| 90 |
if ( $old_default_fields['username'] == 'show' )
|
| 91 |
+
$backed_up_manage_fields = wppb_add_existing_default_fields( $backed_up_manage_fields, 'Default - Username', '', ucfirst( trim( $old_default_fields['usernameRequired'] ) ), __( 'The usernames cannot be changed.', 'profile-builder' ) );
|
| 92 |
|
| 93 |
if ( $old_default_fields['firstname'] == 'show' )
|
| 94 |
$backed_up_manage_fields = wppb_add_existing_default_fields( $backed_up_manage_fields, 'Default - First Name', 'first_name', ucfirst( trim( $old_default_fields['firstnameRequired'] ) ) );
|
| 131 |
|
| 132 |
}else{
|
| 133 |
$backed_up_manage_fields = wppb_add_existing_default_fields( $backed_up_manage_fields, 'Default - Name (Heading)', '', 'No' );
|
| 134 |
+
$backed_up_manage_fields = wppb_add_existing_default_fields( $backed_up_manage_fields, 'Default - Username', '', 'Yes', __( 'The usernames cannot be changed.', 'profile-builder' ) );
|
| 135 |
$backed_up_manage_fields = wppb_add_existing_default_fields( $backed_up_manage_fields, 'Default - First Name', 'first_name', 'No' );
|
| 136 |
$backed_up_manage_fields = wppb_add_existing_default_fields( $backed_up_manage_fields, 'Default - Last Name', 'last_name', 'No' );
|
| 137 |
$backed_up_manage_fields = wppb_add_existing_default_fields( $backed_up_manage_fields, 'Default - Nickname', 'nickname', 'No' );
|
front-end/class-formbuilder.php
CHANGED
|
@@ -86,7 +86,7 @@ class Profile_Builder_Form_Creator{
|
|
| 86 |
|
| 87 |
if ( !is_user_logged_in() ){
|
| 88 |
if ( !$registration )
|
| 89 |
-
echo apply_filters( 'wppb_register_pre_form_message', '<p class="alert" id="wppb_register_pre_form_message">'.__( 'Only an administrator can add new users.', '
|
| 90 |
|
| 91 |
elseif ( $registration ){
|
| 92 |
$this->wppb_form_content( apply_filters( 'wppb_register_pre_form_message', '' ) );
|
|
@@ -96,10 +96,10 @@ class Profile_Builder_Form_Creator{
|
|
| 96 |
$current_user_capability = apply_filters ( 'wppb_registration_user_capability', 'create_users' );
|
| 97 |
|
| 98 |
if ( current_user_can( $current_user_capability ) && $registration )
|
| 99 |
-
$this->wppb_form_content( apply_filters( 'wppb_register_pre_form_message', '<p class="alert" id="wppb_register_pre_form_message">'.__( 'Users can register themselves or you can manually create users here.', '
|
| 100 |
|
| 101 |
elseif ( current_user_can( $current_user_capability ) && !$registration )
|
| 102 |
-
$this->wppb_form_content( apply_filters( 'wppb_register_pre_form_message', '<p class="alert" id="wppb_register_pre_form_message">'.__( 'Users cannot currently register themselves, but you can manually create users here.', '
|
| 103 |
|
| 104 |
elseif ( !current_user_can( $current_user_capability ) ){
|
| 105 |
global $user_ID;
|
|
@@ -111,13 +111,13 @@ class Profile_Builder_Form_Creator{
|
|
| 111 |
if ( isset( $wppb_general_settings['loginWith'] ) && ( $wppb_general_settings['loginWith'] == 'email' ) )
|
| 112 |
$display_name = $userdata->data->user_email;
|
| 113 |
|
| 114 |
-
echo apply_filters( 'wppb_register_pre_form_message', '<p class="alert" id="wppb_register_pre_form_message">'.sprintf( __( "You are currently logged in as %1s. You don't need another account. %2s", '
|
| 115 |
}
|
| 116 |
}
|
| 117 |
|
| 118 |
}elseif ( $this->args['form_type'] == 'edit_profile' ){
|
| 119 |
if ( !is_user_logged_in() )
|
| 120 |
-
echo apply_filters( 'wppb_edit_profile_user_not_logged_in_message', '<p class="warning" id="wppb_edit_profile_user_not_logged_in_message">'.__( 'You must be logged in to edit your profile.', '
|
| 121 |
|
| 122 |
elseif ( is_user_logged_in() )
|
| 123 |
$this->wppb_form_content( apply_filters( 'wppb_edit_profile_logged_in_user_message', '' ) );
|
|
@@ -139,9 +139,9 @@ class Profile_Builder_Form_Creator{
|
|
| 139 |
|
| 140 |
$redirect_location = ( wppb_check_missing_http( $this->args['redirect_url'] ) ? 'http://'.$this->args['redirect_url'] : $this->args['redirect_url'] );
|
| 141 |
|
| 142 |
-
$redirect_url = apply_filters( 'wppb_redirect_url', '<a href="'.$redirect_location.'">'.__( 'here', '
|
| 143 |
|
| 144 |
-
return apply_filters ( 'wppb_redirect_message_before_returning', '<p class="redirect_message">'.sprintf( __( 'You will soon be redirected automatically. If you see this page for more than %1$d seconds, please click %2$s.%3$s', '
|
| 145 |
}
|
| 146 |
|
| 147 |
|
|
@@ -236,20 +236,20 @@ class Profile_Builder_Form_Creator{
|
|
| 236 |
|
| 237 |
switch ( $account_management_settings ){
|
| 238 |
case 'ec-no_aa-no':
|
| 239 |
-
$wppb_register_success_message = apply_filters( 'wppb_register_success_message', sprintf( __( "The account %1s has been successfully created!", '
|
| 240 |
break;
|
| 241 |
case 'ec-yes_aa-no':
|
| 242 |
-
$wppb_register_success_message = apply_filters( 'wppb_register_success_message', sprintf( __( "Before you can access your account %1s, you need to confirm your email address. Please check your inbox and click the activation link.", '
|
| 243 |
break;
|
| 244 |
case 'ec-no_aa-yes':
|
| 245 |
if( current_user_can( 'delete_users' ) ) {
|
| 246 |
-
$wppb_register_success_message = apply_filters( 'wppb_register_success_message', sprintf( __( "The account %1s has been successfully created!", '
|
| 247 |
} else {
|
| 248 |
-
$wppb_register_success_message = apply_filters( 'wppb_register_success_message', sprintf( __( "Before you can access your account %1s, an administrator has to approve it. You will be notified via email.", '
|
| 249 |
}
|
| 250 |
break;
|
| 251 |
case 'ec-yes_aa-yes':
|
| 252 |
-
$wppb_register_success_message = apply_filters( 'wppb_register_success_message', sprintf( __( "Before you can access your account %1s, you need to confirm your email address. Please check your inbox and click the activation link.", '
|
| 253 |
break;
|
| 254 |
}
|
| 255 |
$redirect = apply_filters( 'wppb_register_redirect', $this->wppb_get_redirect() );
|
|
@@ -259,7 +259,7 @@ class Profile_Builder_Form_Creator{
|
|
| 259 |
return;
|
| 260 |
} elseif ( $this->args['form_type'] == 'edit_profile' ){
|
| 261 |
$redirect = apply_filters( 'wppb_edit_profile_redirect', $this->wppb_get_redirect() );
|
| 262 |
-
echo $form_message_tpl_start . apply_filters( 'wppb_edit_profile_success_message', __( 'Your profile has been successfully updated!', '
|
| 263 |
//action hook after edit profile success
|
| 264 |
do_action('wppb_edit_profile_success', $_REQUEST, $this->args['form_name'], $user_id);
|
| 265 |
if ( apply_filters( 'wppb_no_form_after_profile_update', false ) )
|
|
@@ -269,7 +269,7 @@ class Profile_Builder_Form_Creator{
|
|
| 269 |
}
|
| 270 |
|
| 271 |
}else
|
| 272 |
-
echo $message.apply_filters( 'wppb_general_top_error_message', '<p id="wppb_general_top_error_message">'.__( 'There was an error in the submitted form', '
|
| 273 |
|
| 274 |
}else
|
| 275 |
echo $message;
|
|
@@ -291,10 +291,10 @@ class Profile_Builder_Form_Creator{
|
|
| 291 |
<p class="form-submit">
|
| 292 |
<?php
|
| 293 |
if( $this->args['form_type'] == 'register' )
|
| 294 |
-
$button_name = ( current_user_can( 'create_user' ) ? __( 'Add User', '
|
| 295 |
|
| 296 |
elseif( $this->args['form_type'] == 'edit_profile' )
|
| 297 |
-
$button_name = __( 'Update', '
|
| 298 |
?>
|
| 299 |
<input name="<?php echo $this->args['form_type']; ?>" type="submit" id="<?php echo $this->args['form_type']; ?>" class="submit button" value="<?php echo apply_filters( 'wppb_'. $this->args['form_type'] .'_button_name', $button_name ); ?>" />
|
| 300 |
<input name="action" type="hidden" id="action" value="<?php echo $this->args['form_type']; ?>" />
|
|
@@ -337,7 +337,7 @@ class Profile_Builder_Form_Creator{
|
|
| 337 |
if( $this->args['form_type'] == 'edit_profile' ){
|
| 338 |
wp_register_script( 'wppb-edit-profile-scripts', WPPB_PLUGIN_URL . 'assets/js/jquery-edit-profile.js', array( 'jquery' ), PROFILE_BUILDER_VERSION );
|
| 339 |
|
| 340 |
-
$translation_array = array( 'avatar' => __( 'The avatar was successfully deleted!', '
|
| 341 |
wp_localize_script( 'wppb-edit-profile-scripts', 'ep', $translation_array );
|
| 342 |
|
| 343 |
wp_print_scripts( 'wppb-edit-profile-scripts' );
|
|
@@ -349,7 +349,7 @@ class Profile_Builder_Form_Creator{
|
|
| 349 |
echo '';
|
| 350 |
|
| 351 |
else{
|
| 352 |
-
$checkbox = apply_filters( 'wppb_send_credentials_checkbox_logic', '<li class="wppb-form-field wppb-send-credentials-checkbox"><label for="send_credentials_via_email"><input id="send_credentials_via_email" type="checkbox" name="send_credentials_via_email" value="sending"'.( ( isset( $request_data['send_credentials_via_email'] ) && ( $request_data['send_credentials_via_email'] == 'sending' ) ) ? ' checked' : '' ).'/>'.__( 'Send these credentials via email.', '
|
| 353 |
|
| 354 |
if ( !is_multisite() ){
|
| 355 |
$wppb_general_settings = get_option( 'wppb_general_settings' );
|
|
@@ -506,7 +506,7 @@ class Profile_Builder_Form_Creator{
|
|
| 506 |
?>
|
| 507 |
<form method="GET" action="" id="select_user_to_edit_form">
|
| 508 |
<p class="wppb-form-field">
|
| 509 |
-
<label for="edit_user"><?php _e('User to edit:', '
|
| 510 |
<select id="wppb-edit-user" name="edit_user">
|
| 511 |
<?php
|
| 512 |
foreach( $users as $user ){
|
| 86 |
|
| 87 |
if ( !is_user_logged_in() ){
|
| 88 |
if ( !$registration )
|
| 89 |
+
echo apply_filters( 'wppb_register_pre_form_message', '<p class="alert" id="wppb_register_pre_form_message">'.__( 'Only an administrator can add new users.', 'profile-builder').'</p>' );
|
| 90 |
|
| 91 |
elseif ( $registration ){
|
| 92 |
$this->wppb_form_content( apply_filters( 'wppb_register_pre_form_message', '' ) );
|
| 96 |
$current_user_capability = apply_filters ( 'wppb_registration_user_capability', 'create_users' );
|
| 97 |
|
| 98 |
if ( current_user_can( $current_user_capability ) && $registration )
|
| 99 |
+
$this->wppb_form_content( apply_filters( 'wppb_register_pre_form_message', '<p class="alert" id="wppb_register_pre_form_message">'.__( 'Users can register themselves or you can manually create users here.', 'profile-builder'). '<img src="'.WPPB_PLUGIN_URL.'assets/images/pencil_delete.png" title="'.__( 'This message is only visible by administrators', 'profile-builder' ).'"/>' . '</p>' ) );
|
| 100 |
|
| 101 |
elseif ( current_user_can( $current_user_capability ) && !$registration )
|
| 102 |
+
$this->wppb_form_content( apply_filters( 'wppb_register_pre_form_message', '<p class="alert" id="wppb_register_pre_form_message">'.__( 'Users cannot currently register themselves, but you can manually create users here.', 'profile-builder'). '<img src="'.WPPB_PLUGIN_URL.'assets/images/pencil_delete.png" title="'.__( 'This message is only visible by administrators', 'profile-builder' ).'"/>' . '</p>' ) );
|
| 103 |
|
| 104 |
elseif ( !current_user_can( $current_user_capability ) ){
|
| 105 |
global $user_ID;
|
| 111 |
if ( isset( $wppb_general_settings['loginWith'] ) && ( $wppb_general_settings['loginWith'] == 'email' ) )
|
| 112 |
$display_name = $userdata->data->user_email;
|
| 113 |
|
| 114 |
+
echo apply_filters( 'wppb_register_pre_form_message', '<p class="alert" id="wppb_register_pre_form_message">'.sprintf( __( "You are currently logged in as %1s. You don't need another account. %2s", 'profile-builder' ), '<a href="'.get_author_posts_url( $user_ID ).'" title="'.$display_name.'">'.$display_name.'</a>', '<a href="'.wp_logout_url( get_permalink() ).'" title="'.__( 'Log out of this account.', 'profile-builder' ).'">'.__( 'Logout', 'profile-builder' ).' »</a>' ).'</p>', $user_ID );
|
| 115 |
}
|
| 116 |
}
|
| 117 |
|
| 118 |
}elseif ( $this->args['form_type'] == 'edit_profile' ){
|
| 119 |
if ( !is_user_logged_in() )
|
| 120 |
+
echo apply_filters( 'wppb_edit_profile_user_not_logged_in_message', '<p class="warning" id="wppb_edit_profile_user_not_logged_in_message">'.__( 'You must be logged in to edit your profile.', 'profile-builder' ) .'</p>' );
|
| 121 |
|
| 122 |
elseif ( is_user_logged_in() )
|
| 123 |
$this->wppb_form_content( apply_filters( 'wppb_edit_profile_logged_in_user_message', '' ) );
|
| 139 |
|
| 140 |
$redirect_location = ( wppb_check_missing_http( $this->args['redirect_url'] ) ? 'http://'.$this->args['redirect_url'] : $this->args['redirect_url'] );
|
| 141 |
|
| 142 |
+
$redirect_url = apply_filters( 'wppb_redirect_url', '<a href="'.$redirect_location.'">'.__( 'here', 'profile-builder' ).'</a>' );
|
| 143 |
|
| 144 |
+
return apply_filters ( 'wppb_redirect_message_before_returning', '<p class="redirect_message">'.sprintf( __( 'You will soon be redirected automatically. If you see this page for more than %1$d seconds, please click %2$s.%3$s', 'profile-builder' ), $this->args['redirect_delay'], $redirect_url, '<meta http-equiv="Refresh" content="'.$this->args['redirect_delay'].';url='.$redirect_location.'" />' ).'</p>', $this->args );
|
| 145 |
}
|
| 146 |
|
| 147 |
|
| 236 |
|
| 237 |
switch ( $account_management_settings ){
|
| 238 |
case 'ec-no_aa-no':
|
| 239 |
+
$wppb_register_success_message = apply_filters( 'wppb_register_success_message', sprintf( __( "The account %1s has been successfully created!", 'profile-builder' ), $account_name ), $account_name );
|
| 240 |
break;
|
| 241 |
case 'ec-yes_aa-no':
|
| 242 |
+
$wppb_register_success_message = apply_filters( 'wppb_register_success_message', sprintf( __( "Before you can access your account %1s, you need to confirm your email address. Please check your inbox and click the activation link.", 'profile-builder' ), $account_name ), $account_name );
|
| 243 |
break;
|
| 244 |
case 'ec-no_aa-yes':
|
| 245 |
if( current_user_can( 'delete_users' ) ) {
|
| 246 |
+
$wppb_register_success_message = apply_filters( 'wppb_register_success_message', sprintf( __( "The account %1s has been successfully created!", 'profile-builder' ), $account_name ), $account_name );
|
| 247 |
} else {
|
| 248 |
+
$wppb_register_success_message = apply_filters( 'wppb_register_success_message', sprintf( __( "Before you can access your account %1s, an administrator has to approve it. You will be notified via email.", 'profile-builder' ), $account_name ), $account_name );
|
| 249 |
}
|
| 250 |
break;
|
| 251 |
case 'ec-yes_aa-yes':
|
| 252 |
+
$wppb_register_success_message = apply_filters( 'wppb_register_success_message', sprintf( __( "Before you can access your account %1s, you need to confirm your email address. Please check your inbox and click the activation link.", 'profile-builder' ), $account_name ), $account_name );
|
| 253 |
break;
|
| 254 |
}
|
| 255 |
$redirect = apply_filters( 'wppb_register_redirect', $this->wppb_get_redirect() );
|
| 259 |
return;
|
| 260 |
} elseif ( $this->args['form_type'] == 'edit_profile' ){
|
| 261 |
$redirect = apply_filters( 'wppb_edit_profile_redirect', $this->wppb_get_redirect() );
|
| 262 |
+
echo $form_message_tpl_start . apply_filters( 'wppb_edit_profile_success_message', __( 'Your profile has been successfully updated!', 'profile-builder' ) ) . $form_message_tpl_end . $redirect;
|
| 263 |
//action hook after edit profile success
|
| 264 |
do_action('wppb_edit_profile_success', $_REQUEST, $this->args['form_name'], $user_id);
|
| 265 |
if ( apply_filters( 'wppb_no_form_after_profile_update', false ) )
|
| 269 |
}
|
| 270 |
|
| 271 |
}else
|
| 272 |
+
echo $message.apply_filters( 'wppb_general_top_error_message', '<p id="wppb_general_top_error_message">'.__( 'There was an error in the submitted form', 'profile-builder' ).'</p>' );
|
| 273 |
|
| 274 |
}else
|
| 275 |
echo $message;
|
| 291 |
<p class="form-submit">
|
| 292 |
<?php
|
| 293 |
if( $this->args['form_type'] == 'register' )
|
| 294 |
+
$button_name = ( current_user_can( 'create_user' ) ? __( 'Add User', 'profile-builder' ) : __( 'Register', 'profile-builder' ) );
|
| 295 |
|
| 296 |
elseif( $this->args['form_type'] == 'edit_profile' )
|
| 297 |
+
$button_name = __( 'Update', 'profile-builder' );
|
| 298 |
?>
|
| 299 |
<input name="<?php echo $this->args['form_type']; ?>" type="submit" id="<?php echo $this->args['form_type']; ?>" class="submit button" value="<?php echo apply_filters( 'wppb_'. $this->args['form_type'] .'_button_name', $button_name ); ?>" />
|
| 300 |
<input name="action" type="hidden" id="action" value="<?php echo $this->args['form_type']; ?>" />
|
| 337 |
if( $this->args['form_type'] == 'edit_profile' ){
|
| 338 |
wp_register_script( 'wppb-edit-profile-scripts', WPPB_PLUGIN_URL . 'assets/js/jquery-edit-profile.js', array( 'jquery' ), PROFILE_BUILDER_VERSION );
|
| 339 |
|
| 340 |
+
$translation_array = array( 'avatar' => __( 'The avatar was successfully deleted!', 'profile-builder' ), 'attachment' => __( 'The following attachment was successfully deleted:', 'profile-builder' ) );
|
| 341 |
wp_localize_script( 'wppb-edit-profile-scripts', 'ep', $translation_array );
|
| 342 |
|
| 343 |
wp_print_scripts( 'wppb-edit-profile-scripts' );
|
| 349 |
echo '';
|
| 350 |
|
| 351 |
else{
|
| 352 |
+
$checkbox = apply_filters( 'wppb_send_credentials_checkbox_logic', '<li class="wppb-form-field wppb-send-credentials-checkbox"><label for="send_credentials_via_email"><input id="send_credentials_via_email" type="checkbox" name="send_credentials_via_email" value="sending"'.( ( isset( $request_data['send_credentials_via_email'] ) && ( $request_data['send_credentials_via_email'] == 'sending' ) ) ? ' checked' : '' ).'/>'.__( 'Send these credentials via email.', 'profile-builder').'</label></li>', $request_data, $form );
|
| 353 |
|
| 354 |
if ( !is_multisite() ){
|
| 355 |
$wppb_general_settings = get_option( 'wppb_general_settings' );
|
| 506 |
?>
|
| 507 |
<form method="GET" action="" id="select_user_to_edit_form">
|
| 508 |
<p class="wppb-form-field">
|
| 509 |
+
<label for="edit_user"><?php _e('User to edit:', 'profile-builder') ?></label>
|
| 510 |
<select id="wppb-edit-user" name="edit_user">
|
| 511 |
<?php
|
| 512 |
foreach( $users as $user ){
|
front-end/default-fields/email/email.php
CHANGED
|
@@ -41,11 +41,11 @@ function wppb_check_email_value( $message, $field, $request_data, $form_location
|
|
| 41 |
return wppb_required_field_error($field["field-title"]);
|
| 42 |
|
| 43 |
if ( isset( $request_data['email'] ) && !is_email( trim( $request_data['email'] ) ) ){
|
| 44 |
-
return __( 'The email you entered is not a valid email address.', '
|
| 45 |
}
|
| 46 |
|
| 47 |
if ( empty( $request_data['email'] ) ) {
|
| 48 |
-
return __( 'You must enter a valid email address.', '
|
| 49 |
}
|
| 50 |
|
| 51 |
$wppb_generalSettings = get_option( 'wppb_general_settings' );
|
|
@@ -54,14 +54,14 @@ function wppb_check_email_value( $message, $field, $request_data, $form_location
|
|
| 54 |
|
| 55 |
if ( !empty( $user_signup ) ){
|
| 56 |
if ( $form_location == 'register' ){
|
| 57 |
-
return __( 'This email is already reserved to be used soon.', '
|
| 58 |
}
|
| 59 |
else if ( $form_location == 'edit_profile' ){
|
| 60 |
$current_user = wp_get_current_user();
|
| 61 |
|
| 62 |
if( ! current_user_can( 'edit_users' ) ) {
|
| 63 |
if ( $current_user->user_email != $request_data['email'] )
|
| 64 |
-
return __( 'This email is already reserved to be used soon.', '
|
| 65 |
}
|
| 66 |
}
|
| 67 |
}
|
|
@@ -70,7 +70,7 @@ function wppb_check_email_value( $message, $field, $request_data, $form_location
|
|
| 70 |
$users = $wpdb->get_results( $wpdb->prepare( "SELECT * FROM {$wpdb->users} WHERE user_email = %s", $request_data['email'] ) );
|
| 71 |
if ( !empty( $users ) ){
|
| 72 |
if ( $form_location == 'register' )
|
| 73 |
-
return __( 'This email is already in use.', '
|
| 74 |
|
| 75 |
if ( $form_location == 'edit_profile' ){
|
| 76 |
if( isset( $_GET['edit_user'] ) && ! empty( $_GET['edit_user'] ) )
|
|
@@ -81,7 +81,7 @@ function wppb_check_email_value( $message, $field, $request_data, $form_location
|
|
| 81 |
}
|
| 82 |
foreach ( $users as $user )
|
| 83 |
if ( $user->ID != $current_user_id )
|
| 84 |
-
return __( 'This email is already in use.', '
|
| 85 |
}
|
| 86 |
}
|
| 87 |
|
| 41 |
return wppb_required_field_error($field["field-title"]);
|
| 42 |
|
| 43 |
if ( isset( $request_data['email'] ) && !is_email( trim( $request_data['email'] ) ) ){
|
| 44 |
+
return __( 'The email you entered is not a valid email address.', 'profile-builder' );
|
| 45 |
}
|
| 46 |
|
| 47 |
if ( empty( $request_data['email'] ) ) {
|
| 48 |
+
return __( 'You must enter a valid email address.', 'profile-builder' );
|
| 49 |
}
|
| 50 |
|
| 51 |
$wppb_generalSettings = get_option( 'wppb_general_settings' );
|
| 54 |
|
| 55 |
if ( !empty( $user_signup ) ){
|
| 56 |
if ( $form_location == 'register' ){
|
| 57 |
+
return __( 'This email is already reserved to be used soon.', 'profile-builder' ) .'<br/>'. __( 'Please try a different one!', 'profile-builder' );
|
| 58 |
}
|
| 59 |
else if ( $form_location == 'edit_profile' ){
|
| 60 |
$current_user = wp_get_current_user();
|
| 61 |
|
| 62 |
if( ! current_user_can( 'edit_users' ) ) {
|
| 63 |
if ( $current_user->user_email != $request_data['email'] )
|
| 64 |
+
return __( 'This email is already reserved to be used soon.', 'profile-builder' ) .'<br/>'. __( 'Please try a different one!', 'profile-builder' );
|
| 65 |
}
|
| 66 |
}
|
| 67 |
}
|
| 70 |
$users = $wpdb->get_results( $wpdb->prepare( "SELECT * FROM {$wpdb->users} WHERE user_email = %s", $request_data['email'] ) );
|
| 71 |
if ( !empty( $users ) ){
|
| 72 |
if ( $form_location == 'register' )
|
| 73 |
+
return __( 'This email is already in use.', 'profile-builder' ) .'<br/>'. __( 'Please try a different one!', 'profile-builder' );
|
| 74 |
|
| 75 |
if ( $form_location == 'edit_profile' ){
|
| 76 |
if( isset( $_GET['edit_user'] ) && ! empty( $_GET['edit_user'] ) )
|
| 81 |
}
|
| 82 |
foreach ( $users as $user )
|
| 83 |
if ( $user->ID != $current_user_id )
|
| 84 |
+
return __( 'This email is already in use.', 'profile-builder' ) .'<br/>'. __( 'Please try a different one!', 'profile-builder' );
|
| 85 |
}
|
| 86 |
}
|
| 87 |
|
front-end/default-fields/password-repeat/password-repeat.php
CHANGED
|
@@ -34,11 +34,11 @@ function wppb_check_repeat_password_value( $message, $field, $request_data, $for
|
|
| 34 |
return wppb_required_field_error($field["field-title"]);
|
| 35 |
|
| 36 |
elseif ( isset( $request_data['passw1'] ) && isset( $request_data['passw2'] ) && ( trim( $request_data['passw1'] ) != trim( $request_data['passw2'] ) ) && ( $field['required'] == 'Yes' ) )
|
| 37 |
-
return __( "The passwords do not match", "
|
| 38 |
|
| 39 |
}elseif ( $form_location == 'edit_profile' ){
|
| 40 |
if ( isset( $request_data['passw1'] ) && isset( $request_data['passw2'] ) && ( trim( $request_data['passw1'] ) != trim( $request_data['passw2'] ) ) )
|
| 41 |
-
return __( "The passwords do not match", "
|
| 42 |
}
|
| 43 |
|
| 44 |
return $message;
|
| 34 |
return wppb_required_field_error($field["field-title"]);
|
| 35 |
|
| 36 |
elseif ( isset( $request_data['passw1'] ) && isset( $request_data['passw2'] ) && ( trim( $request_data['passw1'] ) != trim( $request_data['passw2'] ) ) && ( $field['required'] == 'Yes' ) )
|
| 37 |
+
return __( "The passwords do not match", "profile-builder" );
|
| 38 |
|
| 39 |
}elseif ( $form_location == 'edit_profile' ){
|
| 40 |
if ( isset( $request_data['passw1'] ) && isset( $request_data['passw2'] ) && ( trim( $request_data['passw1'] ) != trim( $request_data['passw2'] ) ) )
|
| 41 |
+
return __( "The passwords do not match", "profile-builder" );
|
| 42 |
}
|
| 43 |
|
| 44 |
return $message;
|
front-end/default-fields/password/password.php
CHANGED
|
@@ -43,11 +43,11 @@ function wppb_check_password_value( $message, $field, $request_data, $form_locat
|
|
| 43 |
$wppb_generalSettings = get_option( 'wppb_general_settings' );
|
| 44 |
|
| 45 |
if( wppb_check_password_length( $request_data['passw1'] ) )
|
| 46 |
-
return '<br/>'. sprintf( __( "The password must have the minimum length of %s characters", "
|
| 47 |
|
| 48 |
|
| 49 |
if( wppb_check_password_strength() ){
|
| 50 |
-
return '<br/>' . sprintf( __( "The password must have a minimum strength of %s", "
|
| 51 |
}
|
| 52 |
}
|
| 53 |
|
| 43 |
$wppb_generalSettings = get_option( 'wppb_general_settings' );
|
| 44 |
|
| 45 |
if( wppb_check_password_length( $request_data['passw1'] ) )
|
| 46 |
+
return '<br/>'. sprintf( __( "The password must have the minimum length of %s characters", "profile-builder" ), $wppb_generalSettings['minimum_password_length'] );
|
| 47 |
|
| 48 |
|
| 49 |
if( wppb_check_password_strength() ){
|
| 50 |
+
return '<br/>' . sprintf( __( "The password must have a minimum strength of %s", "profile-builder" ), wppb_check_password_strength() );
|
| 51 |
}
|
| 52 |
}
|
| 53 |
|
front-end/default-fields/username/username.php
CHANGED
|
@@ -47,22 +47,22 @@ function wppb_check_username_value( $message, $field, $request_data, $form_locat
|
|
| 47 |
if( $form_location == 'register' )
|
| 48 |
$search_by_user_login = get_users( 'search='.$request_data['username'] );
|
| 49 |
if( !empty( $search_by_user_login ) ){
|
| 50 |
-
return __( 'This username already exists.', '
|
| 51 |
}
|
| 52 |
if( ! validate_username( $request_data['username'] ) ) {
|
| 53 |
-
return __( 'This username is invalid because it uses illegal characters.', '
|
| 54 |
}
|
| 55 |
|
| 56 |
$wppb_generalSettings = get_option('wppb_general_settings');
|
| 57 |
if ( is_multisite() || ( !is_multisite() && $wppb_generalSettings['emailConfirmation'] == 'yes' ) ){
|
| 58 |
|
| 59 |
if( is_multisite() && $request_data['username'] != preg_replace( '/\s+/', '', $request_data['username'] ) ){
|
| 60 |
-
return __( 'This username is invalid because it uses illegal characters.', '
|
| 61 |
}
|
| 62 |
|
| 63 |
$userSignup = $wpdb->get_results( $wpdb->prepare( "SELECT * FROM ".$wpdb->prefix."signups WHERE user_login = %s", $request_data['username'] ) );
|
| 64 |
if ( !empty( $userSignup ) ){
|
| 65 |
-
return __( 'This username is already reserved to be used soon.', '
|
| 66 |
}
|
| 67 |
}
|
| 68 |
}
|
| 47 |
if( $form_location == 'register' )
|
| 48 |
$search_by_user_login = get_users( 'search='.$request_data['username'] );
|
| 49 |
if( !empty( $search_by_user_login ) ){
|
| 50 |
+
return __( 'This username already exists.', 'profile-builder' ) .'<br/>'. __( 'Please try a different one!', 'profile-builder' );
|
| 51 |
}
|
| 52 |
if( ! validate_username( $request_data['username'] ) ) {
|
| 53 |
+
return __( 'This username is invalid because it uses illegal characters.', 'profile-builder' ) .'<br/>'. __( 'Please enter a valid username.', 'profile-builder' );
|
| 54 |
}
|
| 55 |
|
| 56 |
$wppb_generalSettings = get_option('wppb_general_settings');
|
| 57 |
if ( is_multisite() || ( !is_multisite() && $wppb_generalSettings['emailConfirmation'] == 'yes' ) ){
|
| 58 |
|
| 59 |
if( is_multisite() && $request_data['username'] != preg_replace( '/\s+/', '', $request_data['username'] ) ){
|
| 60 |
+
return __( 'This username is invalid because it uses illegal characters.', 'profile-builder' ) .'<br/>'. __( 'Please enter a valid username.', 'profile-builder' );
|
| 61 |
}
|
| 62 |
|
| 63 |
$userSignup = $wpdb->get_results( $wpdb->prepare( "SELECT * FROM ".$wpdb->prefix."signups WHERE user_login = %s", $request_data['username'] ) );
|
| 64 |
if ( !empty( $userSignup ) ){
|
| 65 |
+
return __( 'This username is already reserved to be used soon.', 'profile-builder') .'<br/>'. __( 'Please try a different one!', 'profile-builder' );
|
| 66 |
}
|
| 67 |
}
|
| 68 |
}
|
front-end/login.php
CHANGED
|
@@ -86,28 +86,28 @@ function wppb_login_redirect( $redirect_to, $redirect_url, $user ){
|
|
| 86 |
$LostPassURL = apply_filters('wppb_pre_login_url_filter', $LostPassURL);
|
| 87 |
|
| 88 |
if ($user->get_error_code() == 'incorrect_password') {
|
| 89 |
-
$error_string = '<strong>' . __('ERROR', '
|
| 90 |
-
$error_string .= '<a href="' . $LostPassURL . '" title="' . __('Password Lost and Found.', '
|
| 91 |
|
| 92 |
// change the recover password link
|
| 93 |
$error_string = str_replace(site_url('/wp-login.php?action=lostpassword'), $LostPassURL, $error_string);
|
| 94 |
}
|
| 95 |
if ($user->get_error_code() == 'invalid_username') {
|
| 96 |
-
$error_string = '<strong>' . __('ERROR', '
|
| 97 |
-
$error_string .= '<a href="' . $LostPassURL . '" title="' . __('Password Lost and Found.', '
|
| 98 |
}
|
| 99 |
// if login with email is enabled change the word username with email
|
| 100 |
if ($wppb_generalSettings['loginWith'] == 'email')
|
| 101 |
-
$error_string = str_replace( __('username','
|
| 102 |
|
| 103 |
// if login with username and email is enabled change the word username with username or email
|
| 104 |
if ($wppb_generalSettings['loginWith'] == 'usernameemail')
|
| 105 |
-
$error_string = str_replace( __('username','
|
| 106 |
|
| 107 |
}
|
| 108 |
// if the error string is empty it means that none of the fields were completed
|
| 109 |
if (empty($error_string)) {
|
| 110 |
-
$error_string = '<strong>' . __('ERROR', '
|
| 111 |
$error_string = apply_filters('wppb_login_empty_fields_error_message', $error_string);
|
| 112 |
}
|
| 113 |
|
|
@@ -167,11 +167,11 @@ function wppb_front_end_login( $atts ){
|
|
| 167 |
|
| 168 |
// change the label argument for username is login with email is enabled
|
| 169 |
if ( isset( $wppb_generalSettings['loginWith'] ) && ( $wppb_generalSettings['loginWith'] == 'email' ) )
|
| 170 |
-
$form_args['label_username'] = __( 'Email', '
|
| 171 |
|
| 172 |
// change the label argument for username on login with username or email when Username and Email is enabled
|
| 173 |
if ( isset( $wppb_generalSettings['loginWith'] ) && ( $wppb_generalSettings['loginWith'] == 'usernameemail' ) )
|
| 174 |
-
$form_args['label_username'] = __( 'Username or Email', '
|
| 175 |
|
| 176 |
// initialize our form variable
|
| 177 |
$login_form = '';
|
|
@@ -199,13 +199,13 @@ function wppb_front_end_login( $atts ){
|
|
| 199 |
$i = 0;
|
| 200 |
if (!empty($register_url)) {
|
| 201 |
if ( wppb_check_missing_http( $register_url ) ) $register_url = "http://" . $register_url;
|
| 202 |
-
$login_form .= '<a href="' . esc_url($register_url) . '">'. apply_filters('wppb_login_register_text', __('Register','
|
| 203 |
$i++;
|
| 204 |
}
|
| 205 |
if (!empty($lostpassword_url)) {
|
| 206 |
if ($i != 0) $login_form .= ' | ';
|
| 207 |
if ( wppb_check_missing_http( $lostpassword_url ) ) $lostpassword_url = "http://" . $lostpassword_url;
|
| 208 |
-
$login_form .= '<a href="'. esc_url($lostpassword_url) .'">'. apply_filters('wppb_login_lostpass_text', __('Lost your password?','
|
| 209 |
}
|
| 210 |
$login_form .= '</p>';
|
| 211 |
}
|
|
@@ -237,8 +237,8 @@ function wppb_front_end_login( $atts ){
|
|
| 237 |
$display_name = $wppb_user->display_name;
|
| 238 |
|
| 239 |
$logged_in_message = '<p class="wppb-alert">';
|
| 240 |
-
$logout_url = '<a href="'.wp_logout_url( $redirectTo = wppb_curpageurl() ).'" class="wppb-logout-url" title="'.__( 'Log out of this account', '
|
| 241 |
-
$logged_in_message .= sprintf(__( 'You are currently logged in as %1$s. %2$s', '
|
| 242 |
$logged_in_message .= '</p><!-- .wppb-alert-->';
|
| 243 |
|
| 244 |
return apply_filters( 'wppb_login_message', $logged_in_message, $wppb_user->ID, $display_name );
|
| 86 |
$LostPassURL = apply_filters('wppb_pre_login_url_filter', $LostPassURL);
|
| 87 |
|
| 88 |
if ($user->get_error_code() == 'incorrect_password') {
|
| 89 |
+
$error_string = '<strong>' . __('ERROR', 'profile-builder') . '</strong>: ' . __('The password you entered is incorrect.', 'profile-builder') . ' ';
|
| 90 |
+
$error_string .= '<a href="' . $LostPassURL . '" title="' . __('Password Lost and Found.', 'profile-builder') . '">' . __('Lost your password', 'profile-builder') . '</a>?';
|
| 91 |
|
| 92 |
// change the recover password link
|
| 93 |
$error_string = str_replace(site_url('/wp-login.php?action=lostpassword'), $LostPassURL, $error_string);
|
| 94 |
}
|
| 95 |
if ($user->get_error_code() == 'invalid_username') {
|
| 96 |
+
$error_string = '<strong>' . __('ERROR', 'profile-builder') . '</strong>: ' . __('Invalid username.', 'profile-builder') . ' ';
|
| 97 |
+
$error_string .= '<a href="' . $LostPassURL . '" title="' . __('Password Lost and Found.', 'profile-builder') . '">' . __('Lost your password', 'profile-builder') . '</a>?';
|
| 98 |
}
|
| 99 |
// if login with email is enabled change the word username with email
|
| 100 |
if ($wppb_generalSettings['loginWith'] == 'email')
|
| 101 |
+
$error_string = str_replace( __('username','profile-builder'), __('email','profile-builder'), $error_string);
|
| 102 |
|
| 103 |
// if login with username and email is enabled change the word username with username or email
|
| 104 |
if ($wppb_generalSettings['loginWith'] == 'usernameemail')
|
| 105 |
+
$error_string = str_replace( __('username','profile-builder'), __('username or email','profile-builder'), $error_string);
|
| 106 |
|
| 107 |
}
|
| 108 |
// if the error string is empty it means that none of the fields were completed
|
| 109 |
if (empty($error_string)) {
|
| 110 |
+
$error_string = '<strong>' . __('ERROR', 'profile-builder') . '</strong>: ' . __('Both fields are empty.', 'profile-builder') . ' ';
|
| 111 |
$error_string = apply_filters('wppb_login_empty_fields_error_message', $error_string);
|
| 112 |
}
|
| 113 |
|
| 167 |
|
| 168 |
// change the label argument for username is login with email is enabled
|
| 169 |
if ( isset( $wppb_generalSettings['loginWith'] ) && ( $wppb_generalSettings['loginWith'] == 'email' ) )
|
| 170 |
+
$form_args['label_username'] = __( 'Email', 'profile-builder' );
|
| 171 |
|
| 172 |
// change the label argument for username on login with username or email when Username and Email is enabled
|
| 173 |
if ( isset( $wppb_generalSettings['loginWith'] ) && ( $wppb_generalSettings['loginWith'] == 'usernameemail' ) )
|
| 174 |
+
$form_args['label_username'] = __( 'Username or Email', 'profile-builder' );
|
| 175 |
|
| 176 |
// initialize our form variable
|
| 177 |
$login_form = '';
|
| 199 |
$i = 0;
|
| 200 |
if (!empty($register_url)) {
|
| 201 |
if ( wppb_check_missing_http( $register_url ) ) $register_url = "http://" . $register_url;
|
| 202 |
+
$login_form .= '<a href="' . esc_url($register_url) . '">'. apply_filters('wppb_login_register_text', __('Register','profile-builder')) .'</a>';
|
| 203 |
$i++;
|
| 204 |
}
|
| 205 |
if (!empty($lostpassword_url)) {
|
| 206 |
if ($i != 0) $login_form .= ' | ';
|
| 207 |
if ( wppb_check_missing_http( $lostpassword_url ) ) $lostpassword_url = "http://" . $lostpassword_url;
|
| 208 |
+
$login_form .= '<a href="'. esc_url($lostpassword_url) .'">'. apply_filters('wppb_login_lostpass_text', __('Lost your password?','profile-builder')) .'</a>';
|
| 209 |
}
|
| 210 |
$login_form .= '</p>';
|
| 211 |
}
|
| 237 |
$display_name = $wppb_user->display_name;
|
| 238 |
|
| 239 |
$logged_in_message = '<p class="wppb-alert">';
|
| 240 |
+
$logout_url = '<a href="'.wp_logout_url( $redirectTo = wppb_curpageurl() ).'" class="wppb-logout-url" title="'.__( 'Log out of this account', 'profile-builder' ).'">'. __( 'Log out', 'profile-builder').' »</a>';
|
| 241 |
+
$logged_in_message .= sprintf(__( 'You are currently logged in as %1$s. %2$s', 'profile-builder' ), $display_name, $logout_url );
|
| 242 |
$logged_in_message .= '</p><!-- .wppb-alert-->';
|
| 243 |
|
| 244 |
return apply_filters( 'wppb_login_message', $logged_in_message, $wppb_user->ID, $display_name );
|
front-end/logout.php
CHANGED
|
@@ -12,9 +12,9 @@
|
|
| 12 |
|
| 13 |
$current_user = get_userdata( get_current_user_id() );
|
| 14 |
|
| 15 |
-
extract( shortcode_atts( array( 'text' => sprintf( __('You are currently logged in as %s. ','
|
| 16 |
|
| 17 |
-
$logout_link = '<a href="' . wp_logout_url( $redirect ) . '" class="wppb-logout-url" title="' . __( 'Log out of this account', '
|
| 18 |
|
| 19 |
$meta_tags = apply_filters( 'wppb_front_end_logout_meta_tags', array( '{{meta_user_name}}', '{{meta_first_name}}', '{{meta_last_name}}', '{{meta_display_name}}' ) );
|
| 20 |
$meta_tags_values = apply_filters( 'wppb_front_end_logout_meta_tags_values', array( $current_user->user_login, $current_user->first_name, $current_user->last_name, $current_user->display_name ) );
|
| 12 |
|
| 13 |
$current_user = get_userdata( get_current_user_id() );
|
| 14 |
|
| 15 |
+
extract( shortcode_atts( array( 'text' => sprintf( __('You are currently logged in as %s. ','profile-builder') ,$current_user->user_login) , 'redirect' => wppb_curpageurl(), 'link_text' => __('Log out »','profile-builder')), $atts ) );
|
| 16 |
|
| 17 |
+
$logout_link = '<a href="' . wp_logout_url( $redirect ) . '" class="wppb-logout-url" title="' . __( 'Log out of this account', 'profile-builder' ) . '">' . $link_text . '</a>';
|
| 18 |
|
| 19 |
$meta_tags = apply_filters( 'wppb_front_end_logout_meta_tags', array( '{{meta_user_name}}', '{{meta_first_name}}', '{{meta_last_name}}', '{{meta_display_name}}' ) );
|
| 20 |
$meta_tags_values = apply_filters( 'wppb_front_end_logout_meta_tags_values', array( $current_user->user_login, $current_user->first_name, $current_user->last_name, $current_user->display_name ) );
|
front-end/recover.php
CHANGED
|
@@ -14,7 +14,7 @@ function wppb_check_for_unapproved_user( $data, $what ){
|
|
| 14 |
$user = ( ( $what == 'user_email' ) ? get_user_by( 'email', $data ) : get_user_by( 'login', $data ) );
|
| 15 |
|
| 16 |
if ( wp_get_object_terms( $user->data->ID, 'user_status' ) ){
|
| 17 |
-
$retMessage = '<strong>'. __('ERROR', '
|
| 18 |
$retMessage = apply_filters('wppb_recover_password_unapporved_user', $retMessage);
|
| 19 |
|
| 20 |
$messageNo = '6';
|
|
@@ -72,12 +72,12 @@ function wppb_create_recover_password_form( $user, $post_data ){
|
|
| 72 |
|
| 73 |
$recover_inputPassword = '
|
| 74 |
<li class="wppb-form-field passw1">
|
| 75 |
-
<label for="passw1">'. __( 'Password', '
|
| 76 |
<input class="password" name="passw1" type="password" id="passw1" value="'. $passw_one .'" autocomplete="off" title="'. wppb_password_length_text() .'"/>
|
| 77 |
</li><!-- .passw1 -->
|
| 78 |
<input type="hidden" name="userData" value="'.$user->ID.'"/>
|
| 79 |
<li class="wppb-form-field passw2">
|
| 80 |
-
<label for="passw2">'. __( 'Repeat Password', '
|
| 81 |
<input class="password" name="passw2" type="password" id="passw2" value="'.$passw_two.'" autocomplete="off" />
|
| 82 |
</li><!-- .passw2 -->';
|
| 83 |
|
|
@@ -88,7 +88,7 @@ function wppb_create_recover_password_form( $user, $post_data ){
|
|
| 88 |
?>
|
| 89 |
</ul>
|
| 90 |
<p class="form-submit">
|
| 91 |
-
<?php $button_name = __('Reset Password', '
|
| 92 |
<input name="recover_password2" type="submit" id="wppb-recover-password-button" class="submit button" value="<?php echo apply_filters('wppb_recover_password_button_name1', $button_name); ?>" />
|
| 93 |
<input name="action2" type="hidden" id="action2" value="recover_password2" />
|
| 94 |
</p><!-- .form-submit -->
|
|
@@ -108,21 +108,21 @@ function wppb_create_recover_password_form( $user, $post_data ){
|
|
| 108 |
?>
|
| 109 |
<form enctype="multipart/form-data" method="post" id="wppb-recover-password" class="wppb-user-forms" action="<?php echo esc_url( add_query_arg( 'submitted', 'yes', wppb_curpageurl() ) ); ?>">
|
| 110 |
<?php
|
| 111 |
-
$recover_notification = '<p>' . __( 'Please enter your username or email address.', '
|
| 112 |
-
$recover_notification .= '<br/>'.__( 'You will receive a link to create a new password via email.', '
|
| 113 |
echo apply_filters( 'wppb_recover_password_message1', $recover_notification );
|
| 114 |
|
| 115 |
$username_email = ( isset( $post_data['username_email'] ) ? $post_data['username_email'] : '' );
|
| 116 |
|
| 117 |
$recover_input = '<ul>
|
| 118 |
<li class="wppb-form-field wppb-username-email">
|
| 119 |
-
<label for="username_email">'.__( 'Username or E-mail', '
|
| 120 |
<input class="text-input" name="username_email" type="text" id="username_email" value="'.trim( $username_email ).'" />
|
| 121 |
</li><!-- .username_email --></ul>';
|
| 122 |
echo apply_filters( 'wppb_recover_password_generate_password_input', $recover_input, trim( $username_email ) );
|
| 123 |
?>
|
| 124 |
<p class="form-submit">
|
| 125 |
-
<?php $button_name = __('Get New Password', '
|
| 126 |
<input name="recover_password" type="submit" id="wppb-recover-password-button" class="submit button" value="<?php echo apply_filters('wppb_recover_password_button_name3', $button_name); ?>" />
|
| 127 |
<input name="action" type="hidden" id="action" value="recover_password" />
|
| 128 |
</p>
|
|
@@ -163,7 +163,7 @@ function wppb_front_end_password_recovery(){
|
|
| 163 |
}
|
| 164 |
}
|
| 165 |
else{
|
| 166 |
-
$message = __( 'The username entered wasn\'t found in the database!', '
|
| 167 |
$message = apply_filters( 'wppb_recover_password_sent_message4', $message );
|
| 168 |
$messageNo = '4';
|
| 169 |
}
|
|
@@ -178,14 +178,14 @@ function wppb_front_end_password_recovery(){
|
|
| 178 |
$messageNo = $retVal [1];
|
| 179 |
|
| 180 |
}else{
|
| 181 |
-
$message = sprintf( __( 'Check your e-mail for the confirmation link.', '
|
| 182 |
$message = apply_filters( 'wppb_recover_password_sent_message1', $message, $postedData );
|
| 183 |
$messageNo = '1';
|
| 184 |
|
| 185 |
}
|
| 186 |
|
| 187 |
}elseif ( !email_exists( $postedData ) ){
|
| 188 |
-
$message = __('The email address entered wasn\'t found in the database!', '
|
| 189 |
$message = apply_filters('wppb_recover_password_sent_message2', $message);
|
| 190 |
$messageNo = '2';
|
| 191 |
}
|
|
@@ -213,10 +213,10 @@ function wppb_front_end_password_recovery(){
|
|
| 213 |
$key = wppb_retrieve_activation_key( $requestedUserLogin );
|
| 214 |
|
| 215 |
//send primary email message
|
| 216 |
-
$recoveruserMailMessage1 = sprintf( __('Someone requested that the password be reset for the following account: <b>%1$s</b><br/>If this was a mistake, just ignore this email and nothing will happen.<br/>To reset your password, visit the following link:%2$s', '
|
| 217 |
$recoveruserMailMessage1 = apply_filters( 'wppb_recover_password_message_content_sent_to_user1', $recoveruserMailMessage1, $requestedUserID, $requestedUserLogin, $requestedUserEmail );
|
| 218 |
|
| 219 |
-
$recoveruserMailMessageTitle1 = sprintf(__('Password Reset from "%1$s"', '
|
| 220 |
$recoveruserMailMessageTitle1 = apply_filters('wppb_recover_password_message_title_sent_to_user1', $recoveruserMailMessageTitle1, $requestedUserLogin);
|
| 221 |
|
| 222 |
//we add this filter to enable html encoding
|
|
@@ -225,7 +225,7 @@ function wppb_front_end_password_recovery(){
|
|
| 225 |
if (trim($recoveruserMailMessageTitle1) != ''){
|
| 226 |
$sent = wp_mail($requestedUserEmail, $recoveruserMailMessageTitle1, $recoveruserMailMessage1);
|
| 227 |
if ($sent === false){
|
| 228 |
-
$message = '<b>'. __( 'ERROR', '
|
| 229 |
$message = apply_filters( 'wppb_recover_password_sent_message_error_sending', $message );
|
| 230 |
$messageNo = '5';
|
| 231 |
}
|
|
@@ -242,18 +242,18 @@ function wppb_front_end_password_recovery(){
|
|
| 242 |
if( !empty( $wppb_generalSettings['minimum_password_length'] ) || ( isset( $_POST['wppb_password_strength'] ) && !empty( $wppb_generalSettings['minimum_password_strength'] ) ) ){
|
| 243 |
$message2 = '';
|
| 244 |
if( wppb_check_password_length( $_POST['passw1'] ) ){
|
| 245 |
-
$message2 .= '<br/>' . sprintf( __( "The password must have the minimum length of %s characters", "
|
| 246 |
$messageNo2 = '2';
|
| 247 |
}
|
| 248 |
if( wppb_check_password_strength() ){
|
| 249 |
-
$message2 .= '<br/>'. sprintf( __( "The password must have a minimum strength of %s", "
|
| 250 |
$messageNo2 = '2';
|
| 251 |
}
|
| 252 |
}
|
| 253 |
|
| 254 |
if( $messageNo2 != 2 ){
|
| 255 |
|
| 256 |
-
$message2 = __( 'Your password has been successfully changed!', '
|
| 257 |
$messageNo2 = '1';
|
| 258 |
|
| 259 |
$userID = $_POST['userData'];
|
|
@@ -272,10 +272,10 @@ function wppb_front_end_password_recovery(){
|
|
| 272 |
$display_username_email = $user_info->user_email;
|
| 273 |
|
| 274 |
//send secondary mail to the user containing the username and the new password
|
| 275 |
-
$recoveruserMailMessage2 = sprintf( __( 'You have successfully reset your password to: %1$s', '
|
| 276 |
$recoveruserMailMessage2 = apply_filters( 'wppb_recover_password_message_content_sent_to_user2', $recoveruserMailMessage2, $display_username_email, $new_pass, $userID );
|
| 277 |
|
| 278 |
-
$recoveruserMailMessageTitle2 = sprintf( __('Password Successfully Reset for %1$s on "%2$s"', '
|
| 279 |
$recoveruserMailMessageTitle2 = apply_filters( 'wppb_recover_password_message_title_sent_to_user2', $recoveruserMailMessageTitle2, $display_username_email );
|
| 280 |
|
| 281 |
//we add this filter to enable html encoding
|
|
@@ -286,10 +286,10 @@ function wppb_front_end_password_recovery(){
|
|
| 286 |
wp_mail( $user_info->user_email, $recoveruserMailMessageTitle2, $recoveruserMailMessage2 );
|
| 287 |
|
| 288 |
//send email to admin
|
| 289 |
-
$recoveradminMailMessage = sprintf( __( '%1$s has requested a password change via the password reset feature.<br/>His/her new password is:%2$s', '
|
| 290 |
$recoveradminMailMessage = apply_filters( 'wppb_recover_password_message_content_sent_to_admin', $recoveradminMailMessage, $display_username_email, $_POST['passw1'], $userID );
|
| 291 |
|
| 292 |
-
$recoveradminMailMessageTitle = sprintf( __( 'Password Successfully Reset for %1$s on "%2$s"', '
|
| 293 |
$recoveradminMailMessageTitle = apply_filters( 'wppb_recover_password_message_title_sent_to_admin', $recoveradminMailMessageTitle, $display_username_email );
|
| 294 |
|
| 295 |
|
|
@@ -305,7 +305,7 @@ function wppb_front_end_password_recovery(){
|
|
| 305 |
}
|
| 306 |
}
|
| 307 |
else{
|
| 308 |
-
$message2 = __( 'The entered passwords don\'t match!', '
|
| 309 |
$messageNo2 = '2';
|
| 310 |
}
|
| 311 |
|
|
@@ -350,7 +350,7 @@ function wppb_front_end_password_recovery(){
|
|
| 350 |
echo apply_filters( 'wppb_recover_password_password_changed_message2', '<p class="wppb-error">'.$message2.'</p>', $message2 );
|
| 351 |
|
| 352 |
else
|
| 353 |
-
echo apply_filters( 'wppb_recover_password_invalid_key_message', '<p class="wppb-warning"><b>'.__( 'ERROR:', '
|
| 354 |
}
|
| 355 |
|
| 356 |
}else{
|
| 14 |
$user = ( ( $what == 'user_email' ) ? get_user_by( 'email', $data ) : get_user_by( 'login', $data ) );
|
| 15 |
|
| 16 |
if ( wp_get_object_terms( $user->data->ID, 'user_status' ) ){
|
| 17 |
+
$retMessage = '<strong>'. __('ERROR', 'profile-builder') . '</strong>: ' . __('Your account has to be confirmed by an administrator before you can use the "Password Reset" feature.', 'profile-builder');
|
| 18 |
$retMessage = apply_filters('wppb_recover_password_unapporved_user', $retMessage);
|
| 19 |
|
| 20 |
$messageNo = '6';
|
| 72 |
|
| 73 |
$recover_inputPassword = '
|
| 74 |
<li class="wppb-form-field passw1">
|
| 75 |
+
<label for="passw1">'. __( 'Password', 'profile-builder' ).'</label>
|
| 76 |
<input class="password" name="passw1" type="password" id="passw1" value="'. $passw_one .'" autocomplete="off" title="'. wppb_password_length_text() .'"/>
|
| 77 |
</li><!-- .passw1 -->
|
| 78 |
<input type="hidden" name="userData" value="'.$user->ID.'"/>
|
| 79 |
<li class="wppb-form-field passw2">
|
| 80 |
+
<label for="passw2">'. __( 'Repeat Password', 'profile-builder' ).'</label>
|
| 81 |
<input class="password" name="passw2" type="password" id="passw2" value="'.$passw_two.'" autocomplete="off" />
|
| 82 |
</li><!-- .passw2 -->';
|
| 83 |
|
| 88 |
?>
|
| 89 |
</ul>
|
| 90 |
<p class="form-submit">
|
| 91 |
+
<?php $button_name = __('Reset Password', 'profile-builder'); ?>
|
| 92 |
<input name="recover_password2" type="submit" id="wppb-recover-password-button" class="submit button" value="<?php echo apply_filters('wppb_recover_password_button_name1', $button_name); ?>" />
|
| 93 |
<input name="action2" type="hidden" id="action2" value="recover_password2" />
|
| 94 |
</p><!-- .form-submit -->
|
| 108 |
?>
|
| 109 |
<form enctype="multipart/form-data" method="post" id="wppb-recover-password" class="wppb-user-forms" action="<?php echo esc_url( add_query_arg( 'submitted', 'yes', wppb_curpageurl() ) ); ?>">
|
| 110 |
<?php
|
| 111 |
+
$recover_notification = '<p>' . __( 'Please enter your username or email address.', 'profile-builder' );
|
| 112 |
+
$recover_notification .= '<br/>'.__( 'You will receive a link to create a new password via email.', 'profile-builder' ).'</p>';
|
| 113 |
echo apply_filters( 'wppb_recover_password_message1', $recover_notification );
|
| 114 |
|
| 115 |
$username_email = ( isset( $post_data['username_email'] ) ? $post_data['username_email'] : '' );
|
| 116 |
|
| 117 |
$recover_input = '<ul>
|
| 118 |
<li class="wppb-form-field wppb-username-email">
|
| 119 |
+
<label for="username_email">'.__( 'Username or E-mail', 'profile-builder' ).'</label>
|
| 120 |
<input class="text-input" name="username_email" type="text" id="username_email" value="'.trim( $username_email ).'" />
|
| 121 |
</li><!-- .username_email --></ul>';
|
| 122 |
echo apply_filters( 'wppb_recover_password_generate_password_input', $recover_input, trim( $username_email ) );
|
| 123 |
?>
|
| 124 |
<p class="form-submit">
|
| 125 |
+
<?php $button_name = __('Get New Password', 'profile-builder'); ?>
|
| 126 |
<input name="recover_password" type="submit" id="wppb-recover-password-button" class="submit button" value="<?php echo apply_filters('wppb_recover_password_button_name3', $button_name); ?>" />
|
| 127 |
<input name="action" type="hidden" id="action" value="recover_password" />
|
| 128 |
</p>
|
| 163 |
}
|
| 164 |
}
|
| 165 |
else{
|
| 166 |
+
$message = __( 'The username entered wasn\'t found in the database!', 'profile-builder').'<br/>'.__('Please check that you entered the correct username.', 'profile-builder' );
|
| 167 |
$message = apply_filters( 'wppb_recover_password_sent_message4', $message );
|
| 168 |
$messageNo = '4';
|
| 169 |
}
|
| 178 |
$messageNo = $retVal [1];
|
| 179 |
|
| 180 |
}else{
|
| 181 |
+
$message = sprintf( __( 'Check your e-mail for the confirmation link.', 'profile-builder'), $postedData );
|
| 182 |
$message = apply_filters( 'wppb_recover_password_sent_message1', $message, $postedData );
|
| 183 |
$messageNo = '1';
|
| 184 |
|
| 185 |
}
|
| 186 |
|
| 187 |
}elseif ( !email_exists( $postedData ) ){
|
| 188 |
+
$message = __('The email address entered wasn\'t found in the database!', 'profile-builder').'<br/>'.__('Please check that you entered the correct email address.', 'profile-builder');
|
| 189 |
$message = apply_filters('wppb_recover_password_sent_message2', $message);
|
| 190 |
$messageNo = '2';
|
| 191 |
}
|
| 213 |
$key = wppb_retrieve_activation_key( $requestedUserLogin );
|
| 214 |
|
| 215 |
//send primary email message
|
| 216 |
+
$recoveruserMailMessage1 = sprintf( __('Someone requested that the password be reset for the following account: <b>%1$s</b><br/>If this was a mistake, just ignore this email and nothing will happen.<br/>To reset your password, visit the following link:%2$s', 'profile-builder'), $display_username_email, '<a href="'.esc_url( add_query_arg( array( 'loginName' => $requestedUserNicename, 'key' => $key ), wppb_curpageurl() ) ).'">'.esc_url( add_query_arg( array( 'loginName' => $requestedUserNicename, 'key' => $key ), wppb_curpageurl() ) ).'</a>');
|
| 217 |
$recoveruserMailMessage1 = apply_filters( 'wppb_recover_password_message_content_sent_to_user1', $recoveruserMailMessage1, $requestedUserID, $requestedUserLogin, $requestedUserEmail );
|
| 218 |
|
| 219 |
+
$recoveruserMailMessageTitle1 = sprintf(__('Password Reset from "%1$s"', 'profile-builder'), $blogname = wp_specialchars_decode(get_option('blogname'), ENT_QUOTES));
|
| 220 |
$recoveruserMailMessageTitle1 = apply_filters('wppb_recover_password_message_title_sent_to_user1', $recoveruserMailMessageTitle1, $requestedUserLogin);
|
| 221 |
|
| 222 |
//we add this filter to enable html encoding
|
| 225 |
if (trim($recoveruserMailMessageTitle1) != ''){
|
| 226 |
$sent = wp_mail($requestedUserEmail, $recoveruserMailMessageTitle1, $recoveruserMailMessage1);
|
| 227 |
if ($sent === false){
|
| 228 |
+
$message = '<b>'. __( 'ERROR', 'profile-builder' ) .': </b>' . sprintf( __( 'There was an error while trying to send the activation link to %1$s!', 'profile-builder' ), $postedData );
|
| 229 |
$message = apply_filters( 'wppb_recover_password_sent_message_error_sending', $message );
|
| 230 |
$messageNo = '5';
|
| 231 |
}
|
| 242 |
if( !empty( $wppb_generalSettings['minimum_password_length'] ) || ( isset( $_POST['wppb_password_strength'] ) && !empty( $wppb_generalSettings['minimum_password_strength'] ) ) ){
|
| 243 |
$message2 = '';
|
| 244 |
if( wppb_check_password_length( $_POST['passw1'] ) ){
|
| 245 |
+
$message2 .= '<br/>' . sprintf( __( "The password must have the minimum length of %s characters", "profile-builder" ), $wppb_generalSettings['minimum_password_length'] ) . '<br/>';
|
| 246 |
$messageNo2 = '2';
|
| 247 |
}
|
| 248 |
if( wppb_check_password_strength() ){
|
| 249 |
+
$message2 .= '<br/>'. sprintf( __( "The password must have a minimum strength of %s", "profile-builder" ), wppb_check_password_strength() );
|
| 250 |
$messageNo2 = '2';
|
| 251 |
}
|
| 252 |
}
|
| 253 |
|
| 254 |
if( $messageNo2 != 2 ){
|
| 255 |
|
| 256 |
+
$message2 = __( 'Your password has been successfully changed!', 'profile-builder' );
|
| 257 |
$messageNo2 = '1';
|
| 258 |
|
| 259 |
$userID = $_POST['userData'];
|
| 272 |
$display_username_email = $user_info->user_email;
|
| 273 |
|
| 274 |
//send secondary mail to the user containing the username and the new password
|
| 275 |
+
$recoveruserMailMessage2 = sprintf( __( 'You have successfully reset your password to: %1$s', 'profile-builder' ), $new_pass );
|
| 276 |
$recoveruserMailMessage2 = apply_filters( 'wppb_recover_password_message_content_sent_to_user2', $recoveruserMailMessage2, $display_username_email, $new_pass, $userID );
|
| 277 |
|
| 278 |
+
$recoveruserMailMessageTitle2 = sprintf( __('Password Successfully Reset for %1$s on "%2$s"', 'profile-builder' ), $display_username_email, $blogname = wp_specialchars_decode( get_option('blogname'), ENT_QUOTES ) );
|
| 279 |
$recoveruserMailMessageTitle2 = apply_filters( 'wppb_recover_password_message_title_sent_to_user2', $recoveruserMailMessageTitle2, $display_username_email );
|
| 280 |
|
| 281 |
//we add this filter to enable html encoding
|
| 286 |
wp_mail( $user_info->user_email, $recoveruserMailMessageTitle2, $recoveruserMailMessage2 );
|
| 287 |
|
| 288 |
//send email to admin
|
| 289 |
+
$recoveradminMailMessage = sprintf( __( '%1$s has requested a password change via the password reset feature.<br/>His/her new password is:%2$s', 'profile-builder' ), $display_username_email, $_POST['passw1'] );
|
| 290 |
$recoveradminMailMessage = apply_filters( 'wppb_recover_password_message_content_sent_to_admin', $recoveradminMailMessage, $display_username_email, $_POST['passw1'], $userID );
|
| 291 |
|
| 292 |
+
$recoveradminMailMessageTitle = sprintf( __( 'Password Successfully Reset for %1$s on "%2$s"', 'profile-builder' ), $display_username_email, $blogname = wp_specialchars_decode( get_option('blogname'), ENT_QUOTES ) );
|
| 293 |
$recoveradminMailMessageTitle = apply_filters( 'wppb_recover_password_message_title_sent_to_admin', $recoveradminMailMessageTitle, $display_username_email );
|
| 294 |
|
| 295 |
|
| 305 |
}
|
| 306 |
}
|
| 307 |
else{
|
| 308 |
+
$message2 = __( 'The entered passwords don\'t match!', 'profile-builder' );
|
| 309 |
$messageNo2 = '2';
|
| 310 |
}
|
| 311 |
|
| 350 |
echo apply_filters( 'wppb_recover_password_password_changed_message2', '<p class="wppb-error">'.$message2.'</p>', $message2 );
|
| 351 |
|
| 352 |
else
|
| 353 |
+
echo apply_filters( 'wppb_recover_password_invalid_key_message', '<p class="wppb-warning"><b>'.__( 'ERROR:', 'profile-builder' ).'</b>'.__( 'Invalid key!', 'profile-builder' ).'</p>' );
|
| 354 |
}
|
| 355 |
|
| 356 |
}else{
|
front-end/register.php
CHANGED
|
@@ -43,11 +43,11 @@ function wppb_activate_signup( $key ) {
|
|
| 43 |
$signup = ( is_multisite() ? $wpdb->get_row( $wpdb->prepare("SELECT * FROM $wpdb->signups WHERE activation_key = %s", $key) ) : $wpdb->get_row( $wpdb->prepare( "SELECT * FROM ".$wpdb->base_prefix."signups WHERE activation_key = %s", $key ) ) );
|
| 44 |
|
| 45 |
if ( empty( $signup ) )
|
| 46 |
-
return apply_filters( 'wppb_register_activate_user_error_message1', '<p class="error">'.__( 'Invalid activation key!', '
|
| 47 |
|
| 48 |
if ( $signup->active )
|
| 49 |
if ( empty( $signup->domain ) )
|
| 50 |
-
return apply_filters( 'wppb_register_activate_user_error_message2', '<p class="error">'.__( 'This username is now active!', '
|
| 51 |
|
| 52 |
$meta = unserialize( $signup->meta );
|
| 53 |
|
|
@@ -65,10 +65,10 @@ function wppb_activate_signup( $key ) {
|
|
| 65 |
$user_already_exists = true;
|
| 66 |
|
| 67 |
if ( ! $user_id )
|
| 68 |
-
return apply_filters( 'wppb_register_activate_user_error_message4', '<p class="error">'.__('Could not create user!', '
|
| 69 |
|
| 70 |
elseif ( isset( $user_already_exists ) && ( $user_already_exists == true ) )
|
| 71 |
-
return apply_filters( 'wppb_register_activate_user_error_message5', '<p class="error">'.__( 'This username is already activated!', '
|
| 72 |
|
| 73 |
else{
|
| 74 |
$inserted_user = ( is_multisite() ? $wpdb->update( $wpdb->signups, array( 'active' => 1, 'activated' => current_time( 'mysql', true ) ), array( 'activation_key' => $key ) ) : $wpdb->update( $wpdb->base_prefix.'signups', array( 'active' => 1, 'activated' => current_time( 'mysql', true ) ), array( 'activation_key' => $key ) ) );
|
|
@@ -112,8 +112,8 @@ function wppb_activate_signup( $key ) {
|
|
| 112 |
do_action( 'wppb_activate_user', $user_id, $password, $meta );
|
| 113 |
|
| 114 |
if ( $inserted_user ){
|
| 115 |
-
$success_message = apply_filters('wppb_success_email_confirmation', '<p class="wppb-success">'. __('Your email was successfully confirmed.', '
|
| 116 |
-
$admin_approval_message = apply_filters('wppb_email_confirmation_with_admin_approval', '<p class="wppb-success">'. __('Before you can access your account, an administrator needs to approve it. You will be notified via email.', '
|
| 117 |
|
| 118 |
$wppb_general_settings = get_option( 'wppb_general_settings', 'false' );
|
| 119 |
|
|
@@ -141,7 +141,7 @@ function wppb_activate_signup( $key ) {
|
|
| 141 |
return $success_message;
|
| 142 |
}
|
| 143 |
} else {
|
| 144 |
-
return apply_filters('wppb_register_failed_user_activation', '<p class="error">'. __('There was an error while trying to activate the user.', '
|
| 145 |
}
|
| 146 |
}
|
| 147 |
}
|
| 43 |
$signup = ( is_multisite() ? $wpdb->get_row( $wpdb->prepare("SELECT * FROM $wpdb->signups WHERE activation_key = %s", $key) ) : $wpdb->get_row( $wpdb->prepare( "SELECT * FROM ".$wpdb->base_prefix."signups WHERE activation_key = %s", $key ) ) );
|
| 44 |
|
| 45 |
if ( empty( $signup ) )
|
| 46 |
+
return apply_filters( 'wppb_register_activate_user_error_message1', '<p class="error">'.__( 'Invalid activation key!', 'profile-builder' ).'</p>');
|
| 47 |
|
| 48 |
if ( $signup->active )
|
| 49 |
if ( empty( $signup->domain ) )
|
| 50 |
+
return apply_filters( 'wppb_register_activate_user_error_message2', '<p class="error">'.__( 'This username is now active!', 'profile-builder' ).'</p>' );
|
| 51 |
|
| 52 |
$meta = unserialize( $signup->meta );
|
| 53 |
|
| 65 |
$user_already_exists = true;
|
| 66 |
|
| 67 |
if ( ! $user_id )
|
| 68 |
+
return apply_filters( 'wppb_register_activate_user_error_message4', '<p class="error">'.__('Could not create user!', 'profile-builder').'</p>' );
|
| 69 |
|
| 70 |
elseif ( isset( $user_already_exists ) && ( $user_already_exists == true ) )
|
| 71 |
+
return apply_filters( 'wppb_register_activate_user_error_message5', '<p class="error">'.__( 'This username is already activated!', 'profile-builder' ).'</p>' );
|
| 72 |
|
| 73 |
else{
|
| 74 |
$inserted_user = ( is_multisite() ? $wpdb->update( $wpdb->signups, array( 'active' => 1, 'activated' => current_time( 'mysql', true ) ), array( 'activation_key' => $key ) ) : $wpdb->update( $wpdb->base_prefix.'signups', array( 'active' => 1, 'activated' => current_time( 'mysql', true ) ), array( 'activation_key' => $key ) ) );
|
| 112 |
do_action( 'wppb_activate_user', $user_id, $password, $meta );
|
| 113 |
|
| 114 |
if ( $inserted_user ){
|
| 115 |
+
$success_message = apply_filters('wppb_success_email_confirmation', '<p class="wppb-success">'. __('Your email was successfully confirmed.', 'profile-builder') .'</p><!-- .success -->');
|
| 116 |
+
$admin_approval_message = apply_filters('wppb_email_confirmation_with_admin_approval', '<p class="wppb-success">'. __('Before you can access your account, an administrator needs to approve it. You will be notified via email.', 'profile-builder') . '</p>' );
|
| 117 |
|
| 118 |
$wppb_general_settings = get_option( 'wppb_general_settings', 'false' );
|
| 119 |
|
| 141 |
return $success_message;
|
| 142 |
}
|
| 143 |
} else {
|
| 144 |
+
return apply_filters('wppb_register_failed_user_activation', '<p class="error">'. __('There was an error while trying to activate the user.', 'profile-builder') .'</p><!-- .error -->');
|
| 145 |
}
|
| 146 |
}
|
| 147 |
}
|
index.php
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
Plugin Name: Profile Builder
|
| 4 |
Plugin URI: http://www.cozmoslabs.com/wordpress-profile-builder/
|
| 5 |
Description: Login, registration and edit profile shortcodes for the front-end. Also you can chose what fields should be displayed or add new (custom) ones both in the front-end and in the dashboard.
|
| 6 |
-
Version: 2.2.
|
| 7 |
Author: Cozmoslabs, Madalin Ungureanu, Antohe Cristian, Barina Gabriel, Mihai Iova
|
| 8 |
Author URI: http://www.cozmoslabs.com/
|
| 9 |
License: GPL2
|
|
@@ -31,7 +31,7 @@ function wppb_free_plugin_init() {
|
|
| 31 |
{
|
| 32 |
?>
|
| 33 |
<div class="error">
|
| 34 |
-
<p><?php _e( PROFILE_BUILDER . ' is also activated. You need to deactivate it before activating this version of the plugin.', '
|
| 35 |
</div>
|
| 36 |
<?php
|
| 37 |
}
|
|
@@ -73,7 +73,7 @@ function wppb_free_plugin_init() {
|
|
| 73 |
*
|
| 74 |
*
|
| 75 |
*/
|
| 76 |
-
define('PROFILE_BUILDER_VERSION', '2.2.
|
| 77 |
define('WPPB_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
| 78 |
define('WPPB_PLUGIN_URL', plugin_dir_url(__FILE__));
|
| 79 |
define('WPPB_SERVER_MAX_UPLOAD_SIZE_BYTE', apply_filters('wppb_server_max_upload_size_byte_constant', wppb_return_bytes(ini_get('upload_max_filesize'))));
|
|
@@ -81,7 +81,7 @@ function wppb_free_plugin_init() {
|
|
| 81 |
define('WPPB_SERVER_MAX_POST_SIZE_BYTE', apply_filters('wppb_server_max_post_size_byte_constant', wppb_return_bytes(ini_get('post_max_size'))));
|
| 82 |
define('WPPB_SERVER_MAX_POST_SIZE_MEGA', apply_filters('wppb_server_max_post_size_mega_constant', ini_get('post_max_size')));
|
| 83 |
define('WPPB_TRANSLATE_DIR', WPPB_PLUGIN_DIR . '/translation');
|
| 84 |
-
define('WPPB_TRANSLATE_DOMAIN', '
|
| 85 |
|
| 86 |
/* include notices class */
|
| 87 |
if (file_exists(WPPB_PLUGIN_DIR . '/assets/lib/class_notices.php'))
|
|
@@ -103,7 +103,7 @@ function wppb_free_plugin_init() {
|
|
| 103 |
*/
|
| 104 |
function wppb_init_translation()
|
| 105 |
{
|
| 106 |
-
load_plugin_textdomain('
|
| 107 |
}
|
| 108 |
|
| 109 |
add_action('init', 'wppb_init_translation', 8);
|
| 3 |
Plugin Name: Profile Builder
|
| 4 |
Plugin URI: http://www.cozmoslabs.com/wordpress-profile-builder/
|
| 5 |
Description: Login, registration and edit profile shortcodes for the front-end. Also you can chose what fields should be displayed or add new (custom) ones both in the front-end and in the dashboard.
|
| 6 |
+
Version: 2.2.4
|
| 7 |
Author: Cozmoslabs, Madalin Ungureanu, Antohe Cristian, Barina Gabriel, Mihai Iova
|
| 8 |
Author URI: http://www.cozmoslabs.com/
|
| 9 |
License: GPL2
|
| 31 |
{
|
| 32 |
?>
|
| 33 |
<div class="error">
|
| 34 |
+
<p><?php _e( PROFILE_BUILDER . ' is also activated. You need to deactivate it before activating this version of the plugin.', 'profile-builder'); ?></p>
|
| 35 |
</div>
|
| 36 |
<?php
|
| 37 |
}
|
| 73 |
*
|
| 74 |
*
|
| 75 |
*/
|
| 76 |
+
define('PROFILE_BUILDER_VERSION', '2.2.4' );
|
| 77 |
define('WPPB_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
| 78 |
define('WPPB_PLUGIN_URL', plugin_dir_url(__FILE__));
|
| 79 |
define('WPPB_SERVER_MAX_UPLOAD_SIZE_BYTE', apply_filters('wppb_server_max_upload_size_byte_constant', wppb_return_bytes(ini_get('upload_max_filesize'))));
|
| 81 |
define('WPPB_SERVER_MAX_POST_SIZE_BYTE', apply_filters('wppb_server_max_post_size_byte_constant', wppb_return_bytes(ini_get('post_max_size'))));
|
| 82 |
define('WPPB_SERVER_MAX_POST_SIZE_MEGA', apply_filters('wppb_server_max_post_size_mega_constant', ini_get('post_max_size')));
|
| 83 |
define('WPPB_TRANSLATE_DIR', WPPB_PLUGIN_DIR . '/translation');
|
| 84 |
+
define('WPPB_TRANSLATE_DOMAIN', 'profile-builder');
|
| 85 |
|
| 86 |
/* include notices class */
|
| 87 |
if (file_exists(WPPB_PLUGIN_DIR . '/assets/lib/class_notices.php'))
|
| 103 |
*/
|
| 104 |
function wppb_init_translation()
|
| 105 |
{
|
| 106 |
+
load_plugin_textdomain('profile-builder', false, basename(dirname(__FILE__)) . '/translation/');
|
| 107 |
}
|
| 108 |
|
| 109 |
add_action('init', 'wppb_init_translation', 8);
|
readme.txt
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
=== Profile Builder - front-end user registration, login and edit profile ===
|
| 2 |
Contributors: cozmoslabs, reflectionmedia, sareiodata, adispiac, madalin.ungureanu, iova.mihai, barinagabriel
|
| 3 |
Donate link: http://www.cozmoslabs.com/wordpress-profile-builder/
|
| 4 |
-
Tags: registration, user profile, user registration, custom field registration, customize profile, user fields, extra user fields, builder, profile builder, custom user profile, user profile page, edit profile, custom registration, custom registration form, custom registration page, registration page, user custom fields, user listing, front-end user listing, user login, user registration form, front-end login, login redirect, login widget, front-end register, front-end registration, front-end edit profile, front-end user registration, custom redirects, user email, avatar upload, email confirmation, user approval, customize registration email, minimum password length, minimum password strength, password strength meter, multiple registration forms, register, register form, member directory
|
| 5 |
|
| 6 |
Requires at least: 3.1
|
| 7 |
Tested up to: 4.3.1
|
| 8 |
-
Stable tag: 2.2.
|
| 9 |
License: GPLv2 or later
|
| 10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 11 |
|
|
@@ -16,7 +16,7 @@ Simple to use profile plugin allowing front-end login, user registration and edi
|
|
| 16 |
**Profile Builder is WordPress user registration done right.**
|
| 17 |
|
| 18 |
It lets you customize your website by adding a front-end menu for all your users,
|
| 19 |
-
giving them a more flexible way to modify their user profile or register
|
| 20 |
Users with administrator rights can customize basic user fields or add custom user fields to the front-end forms.
|
| 21 |
|
| 22 |
To achieve this, simply create a new page and give it an intuitive name(i.e. Edit Profile).
|
|
@@ -26,10 +26,10 @@ Publish the page and you are done!
|
|
| 26 |
= Front-end User Registration, Login, Edit Profile and Password Recovery Shortcodes =
|
| 27 |
You can use the following shortcode list:
|
| 28 |
|
| 29 |
-
* **[wppb-edit-profile]** - to grant users front-end access to their profile (requires user to be logged in).
|
| 30 |
* **[wppb-login]** - to add a front-end login form.
|
| 31 |
* **[wppb-logout]** - to add logout functionality.
|
| 32 |
-
* **[wppb-register]** -
|
| 33 |
* **[wppb-recover-password]** - to add a password recovery form.
|
| 34 |
|
| 35 |
Users with administrator rights have access to the following features:
|
|
@@ -41,7 +41,7 @@ Users with administrator rights have access to the following features:
|
|
| 41 |
* assign users a specific role at registration (using **[wppb-register role="desired_role"]** shortcode argument for the register form)
|
| 42 |
* redirect users after login, register and edit-profile using redirect_url shortcode argument ( e.g **[wppb-login redirect_url="www.example.com"]** )
|
| 43 |
* add register and lost password links below the login form (using **[wppb-login register_url="www.example.com" lostpassword_url="www.example.com"]** shortcode arguments)
|
| 44 |
-
* customizable login widget
|
| 45 |
* add a custom stylesheet/inherit values from the current theme or use the default one built into this plugin.
|
| 46 |
* chose which user roles view the admin bar in the front-end of the website (Admin Bar Settings page).
|
| 47 |
* select which profile fields users can see/modify.
|
|
@@ -115,6 +115,9 @@ This plugin adds/removes user fields in the front-end. Both default and extra pr
|
|
| 115 |
10. Profile Builder Login Widget
|
| 116 |
|
| 117 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
| 118 |
= 2.2.3 =
|
| 119 |
* Fixed website field not saving on registering with email confirmation
|
| 120 |
* Fixed a potential security vulnerability
|
| 1 |
=== Profile Builder - front-end user registration, login and edit profile ===
|
| 2 |
Contributors: cozmoslabs, reflectionmedia, sareiodata, adispiac, madalin.ungureanu, iova.mihai, barinagabriel
|
| 3 |
Donate link: http://www.cozmoslabs.com/wordpress-profile-builder/
|
| 4 |
+
Tags: registration, user profile, user registration, custom field registration, customize profile, user fields, extra user fields, builder, profile builder, custom user profile, user profile page, edit profile, custom registration, custom registration form, custom registration page, registration page, user custom fields, user listing, front-end user listing, user login, user registration form, front-end login, login redirect, login widget, front-end register, front-end registration, front-end edit profile, front-end user registration, custom redirects, user email, avatar upload, email confirmation, user approval, customize registration email, minimum password length, minimum password strength, password strength meter, multiple registration forms, register, register form, register user, register users, login form, member directory, redirect user
|
| 5 |
|
| 6 |
Requires at least: 3.1
|
| 7 |
Tested up to: 4.3.1
|
| 8 |
+
Stable tag: 2.2.4
|
| 9 |
License: GPLv2 or later
|
| 10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 11 |
|
| 16 |
**Profile Builder is WordPress user registration done right.**
|
| 17 |
|
| 18 |
It lets you customize your website by adding a front-end menu for all your users,
|
| 19 |
+
giving them a more flexible way to modify their user profile or register users (front-end user registration).
|
| 20 |
Users with administrator rights can customize basic user fields or add custom user fields to the front-end forms.
|
| 21 |
|
| 22 |
To achieve this, simply create a new page and give it an intuitive name(i.e. Edit Profile).
|
| 26 |
= Front-end User Registration, Login, Edit Profile and Password Recovery Shortcodes =
|
| 27 |
You can use the following shortcode list:
|
| 28 |
|
| 29 |
+
* **[wppb-edit-profile]** - to grant users front-end access to their user profile (requires user to be logged in).
|
| 30 |
* **[wppb-login]** - to add a front-end login form.
|
| 31 |
* **[wppb-logout]** - to add logout functionality.
|
| 32 |
+
* **[wppb-register]** - register users via a front-end register form.
|
| 33 |
* **[wppb-recover-password]** - to add a password recovery form.
|
| 34 |
|
| 35 |
Users with administrator rights have access to the following features:
|
| 41 |
* assign users a specific role at registration (using **[wppb-register role="desired_role"]** shortcode argument for the register form)
|
| 42 |
* redirect users after login, register and edit-profile using redirect_url shortcode argument ( e.g **[wppb-login redirect_url="www.example.com"]** )
|
| 43 |
* add register and lost password links below the login form (using **[wppb-login register_url="www.example.com" lostpassword_url="www.example.com"]** shortcode arguments)
|
| 44 |
+
* customizable user login widget
|
| 45 |
* add a custom stylesheet/inherit values from the current theme or use the default one built into this plugin.
|
| 46 |
* chose which user roles view the admin bar in the front-end of the website (Admin Bar Settings page).
|
| 47 |
* select which profile fields users can see/modify.
|
| 115 |
10. Profile Builder Login Widget
|
| 116 |
|
| 117 |
== Changelog ==
|
| 118 |
+
= 2.2.4 =
|
| 119 |
+
* Translation Updates
|
| 120 |
+
|
| 121 |
= 2.2.3 =
|
| 122 |
* Fixed website field not saving on registering with email confirmation
|
| 123 |
* Fixed a potential security vulnerability
|
translation/profile-builder-da_DK.mo
ADDED
|
Binary file
|
translation/{profilebuilder-da_DK.po → profile-builder-da_DK.po}
RENAMED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
# This file is distributed under the same license as the Profile Builder package.
|
| 3 |
msgid ""
|
| 4 |
msgstr ""
|
| 5 |
-
"PO-Revision-Date: 2015-
|
| 6 |
"MIME-Version: 1.0\n"
|
| 7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
| 8 |
"Content-Transfer-Encoding: 8bit\n"
|
|
@@ -10,45 +10,1174 @@ msgstr ""
|
|
| 10 |
"X-Generator: GlotPress/0.1\n"
|
| 11 |
"Project-Id-Version: Profile Builder\n"
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
#: ../admin/add-ons.php:144
|
| 14 |
msgid "Download Now"
|
| 15 |
-
msgstr ""
|
| 16 |
|
| 17 |
-
#: ../admin/admin-functions.php:
|
| 18 |
msgid "If you enjoy using <strong> %1$s </strong> please <a href=\"%2$s\" target=\"_blank\">rate us on WordPress.org</a>. More happy users means more features, less bugs and better support for everyone. "
|
| 19 |
-
msgstr ""
|
| 20 |
|
| 21 |
#: ../admin/manage-fields.php:68
|
| 22 |
msgid "Choose one of the supported field types"
|
| 23 |
-
msgstr ""
|
| 24 |
|
| 25 |
#: ../admin/manage-fields.php:70
|
| 26 |
msgid ". Extra Field Types are available in <a href=\"%s\">Hobbyist or PRO versions</a>."
|
| 27 |
-
msgstr ""
|
| 28 |
|
| 29 |
-
#: ../admin/manage-fields.php:
|
| 30 |
msgid "Site Key"
|
| 31 |
-
msgstr ""
|
| 32 |
|
| 33 |
-
#: ../admin/manage-fields.php:
|
| 34 |
msgid "The site key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 35 |
-
msgstr ""
|
| 36 |
|
| 37 |
-
#: ../admin/manage-fields.php:
|
| 38 |
msgid "Secret Key"
|
| 39 |
-
msgstr ""
|
| 40 |
|
| 41 |
-
#: ../admin/manage-fields.php:
|
| 42 |
msgid "The secret key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 43 |
-
msgstr ""
|
| 44 |
|
| 45 |
-
#: ../admin/manage-fields.php:
|
| 46 |
msgid "You must enter the site key\n"
|
| 47 |
-
msgstr ""
|
| 48 |
|
| 49 |
-
#: ../admin/manage-fields.php:
|
| 50 |
msgid "You must enter the secret key\n"
|
| 51 |
-
msgstr ""
|
| 52 |
|
| 53 |
#: ../admin/add-ons.php:10 ../admin/add-ons.php:32
|
| 54 |
msgid "Add-Ons"
|
|
@@ -130,24 +1259,26 @@ msgstr "Minimum krævet version af Profile Builder:"
|
|
| 130 |
msgid "Could not install add-on. Retry or <a href=\"%s\" target=\"_blank\">install manually</a>."
|
| 131 |
msgstr "Kunne ikke installere tilføjelse (add-on). Prøv igen eller <a href=\"%s\" target=\"_blank\">install manually</a>."
|
| 132 |
|
| 133 |
-
#: ../front-end/default-fields/email/email.php:
|
| 134 |
msgid "You must enter a valid email address."
|
| 135 |
msgstr "Du skal indtaste en gyldig e-mail adresse."
|
| 136 |
|
| 137 |
-
#: ../front-end/default-fields/username/username.php:
|
|
|
|
| 138 |
msgid "This username is invalid because it uses illegal characters."
|
| 139 |
msgstr "Dette brugernavn er ugyldigt, idet det indeholde karaterer / tegn som ikke er tilladte."
|
| 140 |
|
| 141 |
-
#: ../front-end/default-fields/username/username.php:
|
|
|
|
| 142 |
msgid "Please enter a valid username."
|
| 143 |
msgstr "Venligst indtast et gyldigt brugernavn."
|
| 144 |
|
| 145 |
-
#: ../front-end/extra-fields/user-role/user-role.php:
|
| 146 |
-
#: ../front-end/extra-fields/user-role/user-role.php:
|
| 147 |
msgid "Only administrators can see this field on edit profile forms."
|
| 148 |
msgstr "Kun administratorer kan se dette felt på rediger profilformularer."
|
| 149 |
|
| 150 |
-
#: ../front-end/extra-fields/user-role/user-role.php:
|
| 151 |
msgid "As an administrator you cannot change your role."
|
| 152 |
msgstr "Som administrator kan du ikke ændre din rolle."
|
| 153 |
|
|
@@ -228,55 +1359,55 @@ msgstr "Bruger kaldenavn"
|
|
| 228 |
msgid "None"
|
| 229 |
msgstr "Ingen"
|
| 230 |
|
| 231 |
-
#: ../admin/admin-functions.php:
|
| 232 |
msgid "<strong>ERROR</strong>: The password must have the minimum length of %s characters"
|
| 233 |
msgstr "<strong>FEJL</strong>: Adgangskoden skal bestå af mindst %s characters"
|
| 234 |
|
| 235 |
-
#: ../admin/admin-functions.php:
|
| 236 |
msgid "<strong>ERROR</strong>: The password must have a minimum strength of %s"
|
| 237 |
msgstr "<strong>FEJL</strong>: Adgangskodens styrke skal være mindst: %s"
|
| 238 |
|
| 239 |
-
#: ../admin/general-settings.php:
|
| 240 |
msgid "Username and Email"
|
| 241 |
msgstr "Brugernavn og e-mail"
|
| 242 |
|
| 243 |
-
#: ../admin/general-settings.php:
|
| 244 |
msgid "\"Username and Email\" - users can Log In with both Username and Email."
|
| 245 |
msgstr "\"Brugernavn og e-mail\" - brugere kan logge ind med såvel brugernavn som e-mail."
|
| 246 |
|
| 247 |
-
#: ../admin/general-settings.php:
|
| 248 |
msgid "\"Username\" - users can Log In only with Username."
|
| 249 |
msgstr "\"Brugernavn\" - brugere kan kun logge ind med brugernavn."
|
| 250 |
|
| 251 |
-
#: ../admin/general-settings.php:
|
| 252 |
msgid "\"Email\" - users can Log In only with Email."
|
| 253 |
msgstr "\"E-mail\" - brugere kan kun logge ind med e-mail."
|
| 254 |
|
| 255 |
-
#: ../admin/manage-fields.php:
|
| 256 |
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 (.*)"
|
| 257 |
msgstr "Specificer hvilke filformater (extensions) du ønsker at afgrænse til i uploads<br/>Eks: .ext1,.ext2,.ext3<br/>Hvis ikke specificeret er default: .jpg,.jpeg,.gif,.png (.*)"
|
| 258 |
|
| 259 |
-
#: ../admin/manage-fields.php:
|
| 260 |
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 (.*)"
|
| 261 |
msgstr "Specificer hvilke filformater (extensions) du ønsker at afgrænse til i uploads<br/>Eks: .ext1,.ext2,.ext3<br/>Hvis ikke specificeret er default alle WordPress tilladte filformater (.*)"
|
| 262 |
|
| 263 |
-
#: ../admin/manage-fields.php:
|
| 264 |
msgid "User Roles"
|
| 265 |
msgstr "Brugerroller"
|
| 266 |
|
| 267 |
-
#: ../admin/manage-fields.php:
|
| 268 |
msgid "Select which user roles to show to the user ( drag and drop to re-order )"
|
| 269 |
msgstr "Vælg hvilke brugerroller der skal vises for brugerne (\"træk\" og \"slip\" for at om-organiserer)"
|
| 270 |
|
| 271 |
-
#: ../admin/manage-fields.php:
|
| 272 |
msgid "User Roles Order"
|
| 273 |
msgstr "Brugerroller orden"
|
| 274 |
|
| 275 |
-
#: ../admin/manage-fields.php:
|
| 276 |
msgid "Save the user role order from the user roles checkboxes"
|
| 277 |
msgstr "Gem brugerrolle ordenen fra brugerrollernes tjekbokse"
|
| 278 |
|
| 279 |
-
#: ../admin/manage-fields.php:
|
| 280 |
msgid "Please select at least one user role\n"
|
| 281 |
msgstr "Vælg venligst mindst en brugerrolle\n"
|
| 282 |
|
|
@@ -304,35 +1435,35 @@ msgstr "Tilføj post"
|
|
| 304 |
msgid "show"
|
| 305 |
msgstr "vis"
|
| 306 |
|
| 307 |
-
#: ../features/functions.php:
|
| 308 |
msgid "To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sNetwork Settings%2$s, and under Registration Settings make sure to check “User accounts may be registered”. %3$sDismiss%4$s"
|
| 309 |
msgstr "For at tillade brugere at registrere sig på din hjemmeside via Profile Builder, skal du først aktivere brugerregistrering. Gå til %1$sNetwork Settings%2$s, og under registreringsopsætningen sørg for at sætte markering ved “Brugerkonti må registreres.” %3$sDismiss%4$s"
|
| 310 |
|
| 311 |
-
#: ../front-end/class-formbuilder.php:
|
| 312 |
msgid "User to edit:"
|
| 313 |
msgstr "Bruger der skal redigeres:"
|
| 314 |
|
| 315 |
-
#: ../front-end/default-fields/password/password.php:
|
| 316 |
-
#: ../front-end/recover.php:
|
| 317 |
msgid "The password must have the minimum length of %s characters"
|
| 318 |
msgstr "Adgangskoden skal have en minimumslængde på %s karakterer"
|
| 319 |
|
| 320 |
-
#: ../front-end/default-fields/password/password.php:
|
| 321 |
-
#: ../front-end/recover.php:
|
| 322 |
msgid "The password must have a minimum strength of %s"
|
| 323 |
msgstr "Adgangskoden skal minimum have en styrke på %s"
|
| 324 |
|
| 325 |
-
#: ../front-end/extra-fields/user-role/user-role.php:
|
| 326 |
msgid "You cannot register this user role"
|
| 327 |
msgstr "Du kan ikke registrere denne brugerrolle"
|
| 328 |
|
| 329 |
#: ../front-end/login.php:105
|
| 330 |
msgid "username or email"
|
| 331 |
-
msgstr "brugernavn
|
| 332 |
|
| 333 |
#: ../front-end/login.php:174
|
| 334 |
msgid "Username or Email"
|
| 335 |
-
msgstr "Brugernavn
|
| 336 |
|
| 337 |
#: ../front-end/logout.php:15
|
| 338 |
msgid "You are currently logged in as %s. "
|
|
@@ -346,19 +1477,19 @@ msgstr "Log ud »"
|
|
| 346 |
msgid "User Role"
|
| 347 |
msgstr "Brugerrolle"
|
| 348 |
|
| 349 |
-
#: ../modules/user-listing/userlisting.php:
|
| 350 |
msgid "View all extra shortcode parameters"
|
| 351 |
msgstr "Se alle ekstra \"shortcode\" parametre"
|
| 352 |
|
| 353 |
-
#: ../modules/user-listing/userlisting.php:
|
| 354 |
msgid "displays only the users that you specified the user_id for"
|
| 355 |
msgstr "vis kun de brugere som du specificerede 'user_id' for"
|
| 356 |
|
| 357 |
-
#: ../modules/user-listing/userlisting.php:
|
| 358 |
msgid "displays all users except the ones you specified the user_id for"
|
| 359 |
msgstr "vis alle brugere undtagen dem som du specificerede 'user_id' for"
|
| 360 |
|
| 361 |
-
#: ../features/functions.php:
|
| 362 |
msgid "Minimum length of %d characters"
|
| 363 |
msgstr "Minimum længde på %d karakterer"
|
| 364 |
|
|
@@ -366,10 +1497,6 @@ msgstr "Minimum længde på %d karakterer"
|
|
| 366 |
msgid "This message is only visible by administrators"
|
| 367 |
msgstr "Denne meddelelse er kun synlig for administratorer"
|
| 368 |
|
| 369 |
-
#: ../front-end/extra-fields/avatar/avatar.php:124
|
| 370 |
-
msgid "The image file set in the %s field for this user could not be found on the server. The default WordPress avatar is being used at the moment."
|
| 371 |
-
msgstr "Billedfilen i %s feltet for denne bruger. kunne ikke findes på serveren. WordPress' default avatar anvendes i øjeblikket.."
|
| 372 |
-
|
| 373 |
#: ../modules/user-listing/userlisting.php:364
|
| 374 |
msgid "User not found"
|
| 375 |
msgstr "Bruger ikke fundet"
|
|
@@ -383,11 +1510,11 @@ msgstr "Gyldige tags {{reply_to}} og{{site_name}}"
|
|
| 383 |
msgid "Choose which user roles view the admin bar in the front-end of the website."
|
| 384 |
msgstr "Vælg hvilke brugerroller der skal se kontrolpanelet på sitets 'front-end'."
|
| 385 |
|
| 386 |
-
#: ../admin/manage-fields.php:
|
| 387 |
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"
|
| 388 |
msgstr "Indsæt en komma separeret liste med værdier<br/>Det kan være hvad som helst, idet værdierne er skjulte for brugeren. Men listen må ikke indeholde specielle karakterer eller apostroffer."
|
| 389 |
|
| 390 |
-
#: ../admin/manage-fields.php:
|
| 391 |
msgid "The meta-name cannot be empty\n"
|
| 392 |
msgstr "'Meta-name' kan ikke være tom\n"
|
| 393 |
|
|
@@ -418,19 +1545,19 @@ msgstr "...Vælg"
|
|
| 418 |
msgid "1 item"
|
| 419 |
msgstr "1 emne"
|
| 420 |
|
| 421 |
-
#: ../features/functions.php:
|
| 422 |
msgid "Very Weak"
|
| 423 |
msgstr "Meget svag"
|
| 424 |
|
| 425 |
-
#: ../features/functions.php:
|
| 426 |
msgid "This field is required"
|
| 427 |
msgstr "Dette felt er obligatorisk"
|
| 428 |
|
| 429 |
-
#: ../features/functions.php:
|
| 430 |
msgid "Cancel"
|
| 431 |
msgstr "Annuller"
|
| 432 |
|
| 433 |
-
#: ../features/functions.php:
|
| 434 |
msgid "To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sSettings -> General%2$s tab, and under Membership make sure to check “Anyone can register”. %3$sDismiss%4$s"
|
| 435 |
msgstr "For at tillade bruger at registrere sig på dit site via Profile Builder, skal du først aktiverer brugerregistrering. Gå til %1$sIndstillinger -> Generel%2$s fane, og under Medlemskab sørge for at markere “Alle kan registrere sig\". %3$sAfvis%4$s"
|
| 436 |
|
|
@@ -459,11 +1586,11 @@ msgstr "er også aktiveret. Du skal deaktivere det før aktivering af plugin'et.
|
|
| 459 |
msgid "Must be a valid email address or the tag {{reply_to}} which defaults to the administrator email"
|
| 460 |
msgstr "Skal være en gyldig e-mail adresse eller {{reply_to}} som default for administrator e-mailen"
|
| 461 |
|
| 462 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 463 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 464 |
-
#: ../modules/email-customizer/email-customizer.php:
|
| 465 |
-
#: ../modules/email-customizer/email-customizer.php:
|
| 466 |
-
#: ../modules/email-customizer/email-customizer.php:
|
| 467 |
msgid "Your selected password at signup"
|
| 468 |
msgstr "Din valgte adgangskode ved oprettelse"
|
| 469 |
|
|
@@ -487,7 +1614,7 @@ msgstr "Slet alt"
|
|
| 487 |
msgid "Choose..."
|
| 488 |
msgstr "Vælg..."
|
| 489 |
|
| 490 |
-
#: ../modules/user-listing/userlisting.php:
|
| 491 |
msgid "Set the number of users to be displayed on every paginated part of the all-userlisting"
|
| 492 |
msgstr "Angiv antallet af brugere som vises på hver side af den samlede brugeroversigt"
|
| 493 |
|
|
@@ -519,8 +1646,8 @@ msgstr "Vis"
|
|
| 519 |
msgid "Hide"
|
| 520 |
msgstr "Skjul"
|
| 521 |
|
| 522 |
-
#: ../admin/admin-bar.php:86 ../admin/general-settings.php:
|
| 523 |
-
#: ../admin/register-version.php:95 ../features/functions.php:
|
| 524 |
#: ../modules/custom-redirects/custom-redirects.php:136
|
| 525 |
#: ../modules/modules.php:142
|
| 526 |
msgid "Save Changes"
|
|
@@ -535,30 +1662,30 @@ msgstr "Login er indstillet til at blive foretaget ved hjælp af e-mail. Dette f
|
|
| 535 |
msgid "General Settings"
|
| 536 |
msgstr "Generelle indstillinger"
|
| 537 |
|
| 538 |
-
#: ../admin/admin-functions.php:
|
| 539 |
msgid "Very weak"
|
| 540 |
msgstr "Meget svag"
|
| 541 |
|
| 542 |
-
#: ../admin/admin-functions.php:
|
| 543 |
-
#: ../features/functions.php:
|
| 544 |
msgid "Weak"
|
| 545 |
msgstr "Svag"
|
| 546 |
|
| 547 |
-
#: ../admin/admin-functions.php:
|
| 548 |
-
#: ../features/functions.php:
|
| 549 |
msgid "Medium"
|
| 550 |
msgstr "Middel"
|
| 551 |
|
| 552 |
-
#: ../admin/admin-functions.php:
|
| 553 |
-
#: ../features/functions.php:
|
| 554 |
msgid "Strong"
|
| 555 |
msgstr "Stærk"
|
| 556 |
|
| 557 |
-
#: ../admin/admin-functions.php:
|
| 558 |
msgid "Add Field"
|
| 559 |
msgstr "Tilføj felt"
|
| 560 |
|
| 561 |
-
#: ../admin/admin-functions.php:
|
| 562 |
#: ../modules/class-mustache-templates/class-mustache-templates.php:374
|
| 563 |
msgid "Save Settings"
|
| 564 |
msgstr "Gem indstillinger"
|
|
@@ -587,26 +1714,14 @@ msgstr "Til 'Modern User Interaction'"
|
|
| 587 |
msgid "Login"
|
| 588 |
msgstr "Log ind"
|
| 589 |
|
| 590 |
-
#: ../admin/basic-info.php:37
|
| 591 |
-
msgid "Friction-less login using <strong class=\"nowrap\">[wppb-login]</strong> shortcode or a widget."
|
| 592 |
-
msgstr "Problemfri log ind funktion - brug <strong class=\"nowrap\">[wppb-login]</strong> 'shortcode' eller en 'widget'."
|
| 593 |
-
|
| 594 |
#: ../admin/basic-info.php:40
|
| 595 |
msgid "Registration"
|
| 596 |
msgstr "Registrering"
|
| 597 |
|
| 598 |
-
#: ../admin/basic-info.php:41
|
| 599 |
-
msgid "Beautiful registration forms fully customizable using the <strong class=\"nowrap\">[wppb-register]</strong> shortcode."
|
| 600 |
-
msgstr "Flotte tilpassede registreringsformularer - brug <strong class=\"nowrap\">[wppb-register]</strong> 'shortcode'."
|
| 601 |
-
|
| 602 |
#: ../admin/basic-info.php:44
|
| 603 |
msgid "Edit Profile"
|
| 604 |
msgstr "Rediger profil"
|
| 605 |
|
| 606 |
-
#: ../admin/basic-info.php:45
|
| 607 |
-
msgid "Straight forward edit profile forms using <strong class=\"nowrap\">[wppb-edit-profile]</strong> shortcode."
|
| 608 |
-
msgstr "Problemfri profil redigering - brug <strong class=\"nowrap\">[wppb-edit-profile]</strong> 'shortcode'."
|
| 609 |
-
|
| 610 |
#: ../admin/basic-info.php:51
|
| 611 |
msgid "Extra Features"
|
| 612 |
msgstr "Ekstra funktioner"
|
|
@@ -623,10 +1738,6 @@ msgstr "Aktiver ekstra funktioner"
|
|
| 623 |
msgid "Recover Password"
|
| 624 |
msgstr "Genskab adgangskode"
|
| 625 |
|
| 626 |
-
#: ../admin/basic-info.php:58
|
| 627 |
-
msgid "Allow users to recover their password in the front-end using the [wppb-recover-password]."
|
| 628 |
-
msgstr "Tillad brugere at genskabe deres adgangskode direkte fra 'front-end' ved at bruge [wppb-recover-password]."
|
| 629 |
-
|
| 630 |
#: ../admin/basic-info.php:61
|
| 631 |
msgid "Admin Approval (*)"
|
| 632 |
msgstr "Admin godkendelse (*)"
|
|
@@ -751,10 +1862,6 @@ msgstr "Brugeroversigt"
|
|
| 751 |
msgid "Easy to edit templates for listing your website users as well as creating single user pages. Shortcode based, offering many options to customize your listings."
|
| 752 |
msgstr "Brugervenlige skabeloner gør det muligt at liste dit websites bruger ligesom du kan skabe enkelt bruger sider. Og så er det 'Shortcode' baseret, som gør det muligt for dig at tilpasse dine lister/oversigter. "
|
| 753 |
|
| 754 |
-
#: ../admin/basic-info.php:130
|
| 755 |
-
msgid "To create a page containing the users registered to this current site/blog, insert the following shortcode in a page of your chosing: <strong class=\"nowrap\">[wppb-list-users]</strong>."
|
| 756 |
-
msgstr "For at lave en side indeholdende registrerede brugere to den nuværende site/blog, skal du indsætte følgende 'shortcode' på en side efter dit valg:<strong class=\"nowrap\">[wppb-list-users]</strong>."
|
| 757 |
-
|
| 758 |
#: ../admin/basic-info.php:134
|
| 759 |
msgid "Email Customizer"
|
| 760 |
msgstr "E-mail opsætning"
|
|
@@ -805,7 +1912,7 @@ msgstr "Brug Profile Builders egen CSS fil i 'front-end':"
|
|
| 805 |
#: ../admin/general-settings.php:114
|
| 806 |
#: ../modules/multiple-forms/register-forms.php:225
|
| 807 |
#: ../modules/multiple-forms/register-forms.php:226
|
| 808 |
-
#: ../modules/user-listing/userlisting.php:
|
| 809 |
msgid "Yes"
|
| 810 |
msgstr "Ja"
|
| 811 |
|
|
@@ -855,48 +1962,49 @@ msgstr "\"Administrator godkendelse\" aktiveret:"
|
|
| 855 |
msgid "You can find a list of users at %1$sUsers > All Users > Admin Approval%2$s."
|
| 856 |
msgstr "Du kan finde en liste med brugere på %1$sUsers > All Users > Admin Approval%2$s."
|
| 857 |
|
| 858 |
-
#: ../admin/general-settings.php:
|
| 859 |
msgid "\"Admin Approval\" Feature:"
|
| 860 |
msgstr "\"Administrator godkendelse\" funktion:"
|
| 861 |
|
| 862 |
-
#: ../admin/general-settings.php:
|
| 863 |
msgid "You decide who is a user on your website. Get notified via email or approve multiple users at once from the WordPress UI. Enable Admin Approval by upgrading to %1$sHobbyist or PRO versions%2$s."
|
| 864 |
msgstr "Du bestemmer hvem der er bruger på dit website. Bliv informeret via e-mail eller godkend flere brugere samlet ('bulk') via WordPress UI. Aktiver 'Administrator godkendelse' ved at opgradere til %1$sHobbyist or PRO versions%2$s."
|
| 865 |
|
| 866 |
-
#: ../admin/general-settings.php:
|
| 867 |
msgid "Allow Users to Log in With:"
|
| 868 |
msgstr "Tillad brugere at logge ind med:"
|
| 869 |
|
| 870 |
-
#: ../admin/general-settings.php:
|
| 871 |
#: ../features/admin-approval/class-admin-approval.php:177
|
| 872 |
#: ../features/email-confirmation/class-email-confirmation.php:167
|
| 873 |
#: ../modules/email-customizer/email-customizer.php:28
|
| 874 |
#: ../modules/user-listing/userlisting.php:92
|
| 875 |
-
#: ../modules/user-listing/userlisting.php:
|
| 876 |
-
#: ../modules/user-listing/userlisting.php:
|
|
|
|
| 877 |
msgid "Username"
|
| 878 |
msgstr "Brugernavn"
|
| 879 |
|
| 880 |
-
#: ../admin/general-settings.php:
|
| 881 |
#: ../modules/email-customizer/email-customizer.php:29
|
| 882 |
-
#: ../modules/user-listing/userlisting.php:
|
| 883 |
-
#: ../modules/user-listing/userlisting.php:
|
| 884 |
msgid "Email"
|
| 885 |
msgstr "E-mail"
|
| 886 |
|
| 887 |
-
#: ../admin/general-settings.php:
|
| 888 |
msgid "Minimum Password Length:"
|
| 889 |
msgstr "Min. længde på adgangskode:"
|
| 890 |
|
| 891 |
-
#: ../admin/general-settings.php:
|
| 892 |
msgid "Enter the minimum characters the password should have. Leave empty for no minimum limit"
|
| 893 |
msgstr "Angiv minimum antallet af karakterer som adgangskoden skal bestå af. Lad feltet være tomt for ikke at have minimumsbegrænsning."
|
| 894 |
|
| 895 |
-
#: ../admin/general-settings.php:
|
| 896 |
msgid "Minimum Password Strength:"
|
| 897 |
msgstr "Minimum styrke på adgangskode:"
|
| 898 |
|
| 899 |
-
#: ../admin/general-settings.php:
|
| 900 |
msgid "Disabled"
|
| 901 |
msgstr "Deaktiver"
|
| 902 |
|
|
@@ -908,320 +2016,321 @@ msgstr "Håndter felter"
|
|
| 908 |
msgid "Manage Default and Extra Fields"
|
| 909 |
msgstr "Håndter standard ('default') og ekstra felter"
|
| 910 |
|
| 911 |
-
#: ../admin/manage-fields.php:
|
| 912 |
msgid "Field Title"
|
| 913 |
msgstr "Felt titel"
|
| 914 |
|
| 915 |
-
#: ../admin/manage-fields.php:
|
| 916 |
msgid "Title of the field"
|
| 917 |
msgstr "Feltets titel"
|
| 918 |
|
| 919 |
-
#: ../admin/manage-fields.php:
|
| 920 |
#: ../modules/multiple-forms/edit-profile-forms.php:241
|
| 921 |
#: ../modules/multiple-forms/register-forms.php:262
|
| 922 |
msgid "Field"
|
| 923 |
msgstr "Felt"
|
| 924 |
|
| 925 |
-
#: ../admin/manage-fields.php:
|
| 926 |
msgid "Meta-name"
|
| 927 |
msgstr "Meta-navn"
|
| 928 |
|
| 929 |
-
#: ../admin/manage-fields.php:
|
| 930 |
msgid "Use this in conjuction 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 uniqe)<br/>Changing this might take long in case of a very big user-count"
|
| 931 |
msgstr "Bruges i sammen med WordPress funktioner til at vise værdien på siden du vælger<br/> Udfyldes automatisk, men i visse tilfælde redigerbart (i sådanne tilfælde skal det være unikt)<br/>Ændring af dette kan take lang tid i tilfælde af et meget stort antal brugere."
|
| 932 |
|
| 933 |
-
#: ../admin/manage-fields.php:
|
| 934 |
#: ../modules/multiple-forms/edit-profile-forms.php:242
|
| 935 |
#: ../modules/multiple-forms/register-forms.php:263
|
| 936 |
msgid "ID"
|
| 937 |
msgstr "ID"
|
| 938 |
|
| 939 |
-
#: ../admin/manage-fields.php:
|
| 940 |
#: ../modules/multiple-forms/edit-profile-forms.php:242
|
| 941 |
#: ../modules/multiple-forms/register-forms.php:263
|
| 942 |
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"
|
| 943 |
msgstr "En unik autogenereret ID for dette bestemte felt<br/>Du kan bruge dette sammen med filtre for at målrette dette element, hvis nødvendigt.<br/>Kan ikke redigeres "
|
| 944 |
|
| 945 |
-
#: ../admin/manage-fields.php:
|
| 946 |
msgid "Description"
|
| 947 |
msgstr "Beskrivelse"
|
| 948 |
|
| 949 |
-
#: ../admin/manage-fields.php:
|
| 950 |
msgid "Enter a (detailed) description of the option for end users to read<br/>Optional"
|
| 951 |
msgstr "Angiv en (detaljeret) beskrivelse til slutbrugerne af muligheden<br/>Valgfri"
|
| 952 |
|
| 953 |
-
#: ../admin/manage-fields.php:
|
| 954 |
msgid "Row Count"
|
| 955 |
msgstr "Række antal"
|
| 956 |
|
| 957 |
-
#: ../admin/manage-fields.php:
|
| 958 |
msgid "Specify the number of rows for a 'Textarea' field<br/>If not specified, defaults to 5"
|
| 959 |
msgstr "Angiv antallet af rækker i feltet 'Textarea'<br/>Hvis ikke angivet er default 5 rækker"
|
| 960 |
|
| 961 |
-
#: ../admin/manage-fields.php:
|
| 962 |
msgid "Allowed Image Extensions"
|
| 963 |
msgstr "Tilladte billedformater ('extensions')"
|
| 964 |
|
| 965 |
-
#: ../admin/manage-fields.php:
|
| 966 |
msgid "Allowed Upload Extensions"
|
| 967 |
msgstr "Tilladte upload formater ('extensions')"
|
| 968 |
|
| 969 |
-
#: ../admin/manage-fields.php:
|
| 970 |
msgid "Avatar Size"
|
| 971 |
msgstr "Avatar størrelse"
|
| 972 |
|
| 973 |
-
#: ../admin/manage-fields.php:
|
| 974 |
msgid "Enter a value (between 20 and 200) for the size of the 'Avatar'<br/>If not specified, defaults to 100"
|
| 975 |
msgstr "Angiv en værdi (mellem 20 og 200) for størrelsen af 'Avatar'<br/>Hvis ikke angivet er default sat til 100"
|
| 976 |
|
| 977 |
-
#: ../admin/manage-fields.php:
|
| 978 |
msgid "Date-format"
|
| 979 |
msgstr "Datoformat"
|
| 980 |
|
| 981 |
-
#: ../admin/manage-fields.php:
|
| 982 |
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<br/>If not specified, defaults to mm/dd/yy"
|
| 983 |
msgstr "Angiv datoformatet når du bruge datovælger ('Datepicker')<br/>Gyldige formater: mm/dd/yy, mm/yy/dd, dd/yy/mm, dd/mm/yy, yy/dd/mm, yy/mm/dd<br/>Hvis ikke angivet er default sat til mm/dd/yy"
|
| 984 |
|
| 985 |
-
#: ../admin/manage-fields.php:
|
| 986 |
msgid "Terms of Agreement"
|
| 987 |
msgstr "Aftalebetingelser"
|
| 988 |
|
| 989 |
-
#: ../admin/manage-fields.php:
|
| 990 |
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>"
|
| 991 |
msgstr "Angiv en detaljeret beskrivelse til brugerne af aftalebetingelserne.<br/>Link kan indsætte ved at anvende standard HTML syntax: <a href=\"custom_url\">custom_text</a>"
|
| 992 |
|
| 993 |
-
#: ../admin/manage-fields.php:
|
| 994 |
msgid "Options"
|
| 995 |
msgstr "Valgmuligheder"
|
| 996 |
|
| 997 |
-
#: ../admin/manage-fields.php:
|
| 998 |
msgid "Labels"
|
| 999 |
msgstr "Labels"
|
| 1000 |
|
| 1001 |
-
#: ../admin/manage-fields.php:
|
| 1002 |
msgid "Enter a comma separated list of labels<br/>Visible for the user"
|
| 1003 |
msgstr "Angiv et komme separeret liste med labels<br/>Synlig for brugeren"
|
| 1004 |
|
| 1005 |
-
#: ../admin/manage-fields.php:
|
| 1006 |
msgid "Default Value"
|
| 1007 |
msgstr "Standard værdi"
|
| 1008 |
|
| 1009 |
-
#: ../admin/manage-fields.php:
|
| 1010 |
msgid "Default value of the field"
|
| 1011 |
msgstr "Feltets standardværdi"
|
| 1012 |
|
| 1013 |
-
#: ../admin/manage-fields.php:
|
|
|
|
| 1014 |
msgid "Default Option"
|
| 1015 |
msgstr "Standard indstillingsvalg"
|
| 1016 |
|
| 1017 |
-
#: ../admin/manage-fields.php:
|
| 1018 |
msgid "Specify the option which should be selected by default"
|
| 1019 |
msgstr "Angiv indstillingen som skal vælges som standard"
|
| 1020 |
|
| 1021 |
-
#: ../admin/manage-fields.php:
|
| 1022 |
msgid "Default Option(s)"
|
| 1023 |
msgstr "Standard indstillingsvalg (flere)"
|
| 1024 |
|
| 1025 |
-
#: ../admin/manage-fields.php:
|
| 1026 |
msgid "Specify the option which should be checked by default<br/>If there are multiple values, separate them with a ',' (comma)"
|
| 1027 |
msgstr "Angiv indstillingen som skal vælges som standard<br/>Hvis der er flere valgmuligheder, separer dem med ',' (et komma)"
|
| 1028 |
|
| 1029 |
-
#: ../admin/manage-fields.php:
|
| 1030 |
msgid "Default Content"
|
| 1031 |
msgstr "Standard indhold"
|
| 1032 |
|
| 1033 |
-
#: ../admin/manage-fields.php:
|
| 1034 |
msgid "Default value of the textarea"
|
| 1035 |
msgstr "Standard værdi for tekstområdet ('textarea')"
|
| 1036 |
|
| 1037 |
-
#: ../admin/manage-fields.php:
|
| 1038 |
msgid "Required"
|
| 1039 |
msgstr "Krævet"
|
| 1040 |
|
| 1041 |
-
#: ../admin/manage-fields.php:
|
| 1042 |
msgid "Whether the field is required or not"
|
| 1043 |
msgstr "Om feltet er krævet eller ikke"
|
| 1044 |
|
| 1045 |
-
#: ../admin/manage-fields.php:
|
| 1046 |
msgid "Overwrite Existing"
|
| 1047 |
msgstr "Overskriv eksisterende"
|
| 1048 |
|
| 1049 |
-
#: ../admin/manage-fields.php:
|
| 1050 |
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"
|
| 1051 |
msgstr "Ved at vælge 'Ja' tilføjes feltet til listen, men vil overskrive ethvert andet felt i databasen som har det samme meta-navn<br/>Brug dette på eget ansvar"
|
| 1052 |
|
| 1053 |
-
#: ../admin/manage-fields.php:
|
| 1054 |
msgid "Field Properties"
|
| 1055 |
msgstr "Felt indstillinger"
|
| 1056 |
|
| 1057 |
-
#: ../admin/manage-fields.php:
|
| 1058 |
msgid "Registration & Edit Profile"
|
| 1059 |
msgstr "Registrering & ændre profil"
|
| 1060 |
|
| 1061 |
-
#: ../admin/manage-fields.php:
|
| 1062 |
msgid "Name"
|
| 1063 |
msgstr "Navn"
|
| 1064 |
|
| 1065 |
-
#: ../admin/manage-fields.php:
|
| 1066 |
msgid "Usernames cannot be changed."
|
| 1067 |
msgstr "Brugernavn kan ikke ændres"
|
| 1068 |
|
| 1069 |
-
#: ../admin/manage-fields.php:
|
| 1070 |
msgid "First Name"
|
| 1071 |
msgstr "Fornavn"
|
| 1072 |
|
| 1073 |
-
#: ../admin/manage-fields.php:
|
| 1074 |
msgid "Last Name"
|
| 1075 |
msgstr "Efternavn"
|
| 1076 |
|
| 1077 |
-
#: ../admin/manage-fields.php:
|
| 1078 |
msgid "Nickname"
|
| 1079 |
msgstr "Kælenavn"
|
| 1080 |
|
| 1081 |
-
#: ../admin/manage-fields.php:
|
| 1082 |
msgid "Display name publicly as"
|
| 1083 |
msgstr "Vis navn offentligt som"
|
| 1084 |
|
| 1085 |
-
#: ../admin/manage-fields.php:
|
| 1086 |
msgid "Contact Info"
|
| 1087 |
msgstr "Kontakt info"
|
| 1088 |
|
| 1089 |
-
#: ../admin/manage-fields.php:
|
| 1090 |
#: ../features/admin-approval/class-admin-approval.php:180
|
| 1091 |
#: ../features/email-confirmation/class-email-confirmation.php:168
|
| 1092 |
#: ../modules/user-listing/userlisting.php:98
|
| 1093 |
msgid "E-mail"
|
| 1094 |
msgstr "E-mail"
|
| 1095 |
|
| 1096 |
-
#: ../admin/manage-fields.php:
|
| 1097 |
#: ../modules/email-customizer/email-customizer.php:32
|
| 1098 |
#: ../modules/user-listing/userlisting.php:101
|
| 1099 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1100 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1101 |
msgid "Website"
|
| 1102 |
msgstr "Website"
|
| 1103 |
|
| 1104 |
-
#: ../admin/manage-fields.php:
|
| 1105 |
msgid "AIM"
|
| 1106 |
msgstr "AIM"
|
| 1107 |
|
| 1108 |
-
#: ../admin/manage-fields.php:
|
| 1109 |
msgid "Yahoo IM"
|
| 1110 |
msgstr "Yahoo IM"
|
| 1111 |
|
| 1112 |
-
#: ../admin/manage-fields.php:
|
| 1113 |
msgid "Jabber / Google Talk"
|
| 1114 |
msgstr "Jabber / Google Talk"
|
| 1115 |
|
| 1116 |
-
#: ../admin/manage-fields.php:
|
| 1117 |
msgid "About Yourself"
|
| 1118 |
msgstr "Om dig selv"
|
| 1119 |
|
| 1120 |
-
#: ../admin/manage-fields.php:
|
| 1121 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1122 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1123 |
msgid "Biographical Info"
|
| 1124 |
msgstr "Biografi info"
|
| 1125 |
|
| 1126 |
-
#: ../admin/manage-fields.php:
|
| 1127 |
msgid "Share a little biographical information to fill out your profile. This may be shown publicly."
|
| 1128 |
msgstr "Del en lille biografisk information for at fylde din profil ud. Dette kan blive vist offentligt."
|
| 1129 |
|
| 1130 |
-
#: ../admin/manage-fields.php:
|
| 1131 |
#: ../modules/email-customizer/email-customizer.php:30
|
| 1132 |
msgid "Password"
|
| 1133 |
msgstr "Kodeord"
|
| 1134 |
|
| 1135 |
-
#: ../admin/manage-fields.php:
|
| 1136 |
msgid "Type your password."
|
| 1137 |
msgstr "Skriv din kodeord."
|
| 1138 |
|
| 1139 |
-
#: ../admin/manage-fields.php:
|
| 1140 |
msgid "Repeat Password"
|
| 1141 |
msgstr "Gentag dit kodeord"
|
| 1142 |
|
| 1143 |
-
#: ../admin/manage-fields.php:
|
| 1144 |
msgid "Type your password again. "
|
| 1145 |
msgstr "Skriv dit kodeord igen."
|
| 1146 |
|
| 1147 |
-
#: ../admin/manage-fields.php:
|
| 1148 |
msgid "You must select a field\n"
|
| 1149 |
msgstr "Du skal vælge et felt\n"
|
| 1150 |
|
| 1151 |
-
#: ../admin/manage-fields.php:
|
| 1152 |
msgid "Please choose a different field type as this one already exists in your form (must be unique)\n"
|
| 1153 |
msgstr "Vælg venligst en anden felttype, da denne allerede eksistere i din formular. (skal være unik)\n"
|
| 1154 |
|
| 1155 |
-
#: ../admin/manage-fields.php:
|
| 1156 |
msgid "The entered avatar size is not between 20 and 200\n"
|
| 1157 |
msgstr "Den indsatte avatar størrelse er ikke mellem 20 og 200\n"
|
| 1158 |
|
| 1159 |
-
#: ../admin/manage-fields.php:
|
| 1160 |
msgid "The entered avatar size is not numerical\n"
|
| 1161 |
msgstr "Det indtastede rækkenummer er ikke nummereret\n"
|
| 1162 |
|
| 1163 |
-
#: ../admin/manage-fields.php:
|
| 1164 |
msgid "The entered row number is not numerical\n"
|
| 1165 |
msgstr "Det indsatte række nummer er ikke nummeret\n"
|
| 1166 |
|
| 1167 |
-
#: ../admin/manage-fields.php:
|
| 1168 |
msgid "You must enter a value for the row number\n"
|
| 1169 |
msgstr "Du skal indtaste en værdi for rækkenummeret\n"
|
| 1170 |
|
| 1171 |
-
#: ../admin/manage-fields.php:
|
| 1172 |
msgid "The entered value for the Datepicker is not a valid date-format\n"
|
| 1173 |
msgstr "Den indsatte værdi for datovælgeren er ikke korret datoformat\n"
|
| 1174 |
|
| 1175 |
-
#: ../admin/manage-fields.php:
|
| 1176 |
msgid "You must enter a value for the date-format\n"
|
| 1177 |
msgstr "Du skal indskrive en værdi for datoformatet\n"
|
| 1178 |
|
| 1179 |
-
#: ../admin/manage-fields.php:
|
| 1180 |
-
#: ../admin/manage-fields.php:
|
| 1181 |
msgid "That meta-name is already in use\n"
|
| 1182 |
msgstr "Det meta-navn er allerede i brug\n"
|
| 1183 |
|
| 1184 |
-
#: ../admin/manage-fields.php:
|
| 1185 |
msgid "The following option(s) did not coincide with the ones in the options list: %s\n"
|
| 1186 |
msgstr "Følgende indstillinger stemte ikke overens med dem i indstillingslisten: %s\n"
|
| 1187 |
|
| 1188 |
-
#: ../admin/manage-fields.php:
|
| 1189 |
msgid "The following option did not coincide with the ones in the options list: %s\n"
|
| 1190 |
msgstr "Følgende indstillinger stemte ikke overens med dem i indstillingslisten: %s \n"
|
| 1191 |
|
| 1192 |
-
#: ../admin/manage-fields.php:
|
| 1193 |
msgid "That field is already added in this form\n"
|
| 1194 |
msgstr "Det felt er allerede tilføjet denne formular\n"
|
| 1195 |
|
| 1196 |
-
#: ../admin/manage-fields.php:
|
| 1197 |
msgid "<pre>Title</pre><pre>Type</pre><pre>Meta Name</pre><pre class=\"wppb-mb-head-required\">Required</pre>"
|
| 1198 |
msgstr "<pre>titel</pre><pre>Type</pre><pre>Meta navn</pre><pre class=\"wppb-mb-head-required\">nødvendigt</pre>"
|
| 1199 |
|
| 1200 |
-
#: ../admin/manage-fields.php:
|
| 1201 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 1202 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:529
|
| 1203 |
#: ../features/admin-approval/class-admin-approval.php:119
|
| 1204 |
-
#: ../features/functions.php:
|
| 1205 |
#: ../modules/multiple-forms/multiple-forms.php:416
|
| 1206 |
msgid "Edit"
|
| 1207 |
msgstr "Rediger"
|
| 1208 |
|
| 1209 |
-
#: ../admin/manage-fields.php:
|
| 1210 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 1211 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:530
|
| 1212 |
#: ../features/admin-approval/class-admin-approval.php:124
|
| 1213 |
#: ../features/admin-approval/class-admin-approval.php:235
|
| 1214 |
#: ../features/email-confirmation/class-email-confirmation.php:120
|
| 1215 |
#: ../features/email-confirmation/class-email-confirmation.php:217
|
| 1216 |
-
#: ../features/functions.php:
|
| 1217 |
msgid "Delete"
|
| 1218 |
msgstr "Slet"
|
| 1219 |
|
| 1220 |
-
#: ../admin/manage-fields.php:
|
| 1221 |
msgid "Use these shortcodes on the pages you want the forms to be displayed:"
|
| 1222 |
msgstr "Benyt disse shortcodes på siden du vil have vist formularerne:"
|
| 1223 |
|
| 1224 |
-
#: ../admin/manage-fields.php:
|
| 1225 |
msgid "If you're interested in displaying different fields in the registration and edit profile forms, please use the Multiple Registration & Edit Profile Forms Addon."
|
| 1226 |
msgstr "Hvis du er interesseret i at vise forskellige felter på registrering og min profil formularerne, brug da venligst Multi registrering & min profil formular tilføjelser. "
|
| 1227 |
|
|
@@ -1262,7 +2371,7 @@ msgid "(e.g. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
|
|
| 1262 |
msgstr "(f.eks.: RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
|
| 1263 |
|
| 1264 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 1265 |
-
#: ../features/functions.php:
|
| 1266 |
msgid "Content"
|
| 1267 |
msgstr "Indhold"
|
| 1268 |
|
|
@@ -1274,19 +2383,24 @@ msgstr "Rediger denne"
|
|
| 1274 |
msgid "Delete this item"
|
| 1275 |
msgstr "Slet denne"
|
| 1276 |
|
| 1277 |
-
#: ../assets/lib/wck-api/wordpress-creation-kit.php:
|
| 1278 |
msgid "Please enter a value for the required field "
|
| 1279 |
msgstr "Venligst indsæt en værdi for feltet"
|
| 1280 |
|
| 1281 |
-
#: ../
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1282 |
msgid "Remove"
|
| 1283 |
msgstr "Fjern"
|
| 1284 |
|
| 1285 |
-
#: ../assets/lib/wck-api/wordpress-creation-kit.php:
|
| 1286 |
msgid "Syncronize WCK"
|
| 1287 |
msgstr "Synkroniser WCK"
|
| 1288 |
|
| 1289 |
-
#: ../assets/lib/wck-api/wordpress-creation-kit.php:
|
| 1290 |
msgid "Syncronize WCK Translation"
|
| 1291 |
msgstr "Synkroniser WCK oversættelse"
|
| 1292 |
|
|
@@ -1294,7 +2408,8 @@ msgstr "Synkroniser WCK oversættelse"
|
|
| 1294 |
msgid "You can add the information for the %s after you add a entry"
|
| 1295 |
msgstr "Du kan tilføje information for %s efter du har indsat en indtastning"
|
| 1296 |
|
| 1297 |
-
#: ../assets/lib/wck-api/fields/upload.php:
|
|
|
|
| 1298 |
msgid "Upload "
|
| 1299 |
msgstr "Upload"
|
| 1300 |
|
|
@@ -1338,24 +2453,20 @@ msgstr "%1$s of %2$s"
|
|
| 1338 |
msgid "Select All"
|
| 1339 |
msgstr "Vælg alt"
|
| 1340 |
|
| 1341 |
-
#: ../features/functions.php:
|
| 1342 |
-
msgid "Profile Builder"
|
| 1343 |
-
msgstr "Profile Builder"
|
| 1344 |
-
|
| 1345 |
-
#: ../features/functions.php:273
|
| 1346 |
msgid "The user-validation has failed - the avatar was not deleted!"
|
| 1347 |
msgstr "Brugergodkendelsen er fejlet - Avatar blev ikke slettet!"
|
| 1348 |
|
| 1349 |
-
#: ../features/functions.php:
|
| 1350 |
msgid "The user-validation has failed - the attachment was not deleted!"
|
| 1351 |
msgstr "Brugervalideringen er fejlet - avatar'en blev ikke slettet!"
|
| 1352 |
|
| 1353 |
-
#: ../features/functions.php:
|
| 1354 |
msgid "Strength indicator"
|
| 1355 |
msgstr "Styrkeindikator"
|
| 1356 |
|
| 1357 |
#: ../features/admin-approval/admin-approval.php:7
|
| 1358 |
-
#: ../features/admin-approval/class-admin-approval.php:
|
| 1359 |
msgid "Admin Approval"
|
| 1360 |
msgstr "Admin godkendelse"
|
| 1361 |
|
|
@@ -1381,58 +2492,58 @@ msgid "User successfully deleted!"
|
|
| 1381 |
msgstr "Bruger slettet!"
|
| 1382 |
|
| 1383 |
#: ../features/admin-approval/admin-approval.php:74
|
| 1384 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1385 |
#: ../features/email-confirmation/email-confirmation.php:135
|
| 1386 |
msgid "You either don't have permission for that action or there was an error!"
|
| 1387 |
msgstr "Enten har du ikke tilladelse til dette eller der var en felj!"
|
| 1388 |
|
| 1389 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1390 |
msgid "Your session has expired! Please refresh the page and try again."
|
| 1391 |
msgstr "Din session er udløbet! Opdater venligst siden og prøv igen."
|
| 1392 |
|
| 1393 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1394 |
msgid "Users successfully approved!"
|
| 1395 |
msgstr "Brugere godkendt!"
|
| 1396 |
|
| 1397 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1398 |
msgid "Users successfully unapproved!"
|
| 1399 |
msgstr "Brugere ikke godkendt med succes!"
|
| 1400 |
|
| 1401 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1402 |
msgid "Users successfully deleted!"
|
| 1403 |
msgstr "Brugere slettet!"
|
| 1404 |
|
| 1405 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1406 |
msgid "Your account on %1$s has been approved!"
|
| 1407 |
msgstr "Din konto på %1$s er blevet godkendt!"
|
| 1408 |
|
| 1409 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1410 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1411 |
msgid "approved"
|
| 1412 |
msgstr "godkendt"
|
| 1413 |
|
| 1414 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1415 |
msgid "An administrator has just approved your account on %1$s (%2$s)."
|
| 1416 |
msgstr "En administrator har netop godkendt din konto på %1$s (%2$s)."
|
| 1417 |
|
| 1418 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1419 |
msgid "Your account on %1$s has been unapproved!"
|
| 1420 |
msgstr "Din konto på %1$s er blevet 'ikke-godkendt'!"
|
| 1421 |
|
| 1422 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1423 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1424 |
msgid "unapproved"
|
| 1425 |
msgstr "'ikke-godkendt'"
|
| 1426 |
|
| 1427 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1428 |
msgid "An administrator has just unapproved your account on %1$s (%2$s)."
|
| 1429 |
msgstr "En administrator har netop sat din konto til 'ikke-godkendt' på %1$s (%2$s)."
|
| 1430 |
|
| 1431 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1432 |
msgid "<strong>ERROR</strong>: Your account has to be confirmed by an administrator before you can log in."
|
| 1433 |
msgstr "<strong>ERROR</strong>: Din konto skal godkendes af en administrator før du kan logge ind."
|
| 1434 |
|
| 1435 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1436 |
msgid "Your account has to be confirmed by an administrator before you can use the \"Password Recovery\" feature."
|
| 1437 |
msgstr "Din konto skal først være godkendt af en administrator før du kan bruge 'Genskab adgangskode'"
|
| 1438 |
|
|
@@ -1459,21 +2570,23 @@ msgid "Approve"
|
|
| 1459 |
msgstr "Godkend"
|
| 1460 |
|
| 1461 |
#: ../features/admin-approval/class-admin-approval.php:178
|
| 1462 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1463 |
-
#: ../modules/user-listing/userlisting.php:
|
|
|
|
| 1464 |
msgid "Firstname"
|
| 1465 |
msgstr "Fornavn"
|
| 1466 |
|
| 1467 |
#: ../features/admin-approval/class-admin-approval.php:179
|
| 1468 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1469 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1470 |
msgid "Lastname"
|
| 1471 |
msgstr "Efternavn"
|
| 1472 |
|
| 1473 |
#: ../features/admin-approval/class-admin-approval.php:181
|
| 1474 |
#: ../modules/user-listing/userlisting.php:124
|
| 1475 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1476 |
-
#: ../modules/user-listing/userlisting.php:
|
|
|
|
| 1477 |
msgid "Role"
|
| 1478 |
msgstr "Rolle"
|
| 1479 |
|
|
@@ -1503,15 +2616,15 @@ msgstr "Ønsker du at slette de valgte brugere på én gang?"
|
|
| 1503 |
msgid "Sorry, but you don't have permission to do that!"
|
| 1504 |
msgstr "Beklager, men du har ikke rettighederne til at gøre dette!"
|
| 1505 |
|
| 1506 |
-
#: ../features/admin-approval/class-admin-approval.php:
|
| 1507 |
msgid "Approved"
|
| 1508 |
msgstr "Godkendt"
|
| 1509 |
|
| 1510 |
-
#: ../features/admin-approval/class-admin-approval.php:
|
| 1511 |
msgid "Unapproved"
|
| 1512 |
msgstr "Ikke godkendt"
|
| 1513 |
|
| 1514 |
-
#: ../features/admin-approval/class-admin-approval.php:
|
| 1515 |
#: ../features/email-confirmation/class-email-confirmation.php:469
|
| 1516 |
msgid "All Users"
|
| 1517 |
msgstr "Alle brugere"
|
|
@@ -1571,11 +2684,11 @@ msgstr "De valgte brugere kunne ikke slettes"
|
|
| 1571 |
msgid "Email notification resent to user"
|
| 1572 |
msgstr "E-mail besked er gensendt til bruger"
|
| 1573 |
|
| 1574 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1575 |
msgid "[%1$s] Activate %2$s"
|
| 1576 |
msgstr "[%1$s] Aktivér %2$s"
|
| 1577 |
|
| 1578 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1579 |
msgid ""
|
| 1580 |
"To activate your user, please click the following link:\n"
|
| 1581 |
"\n"
|
|
@@ -1589,42 +2702,42 @@ msgstr ""
|
|
| 1589 |
"\n"
|
| 1590 |
"Efter du har aktiveret den vil du modtage *endnu en e-mail* med din login."
|
| 1591 |
|
| 1592 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1593 |
#: ../front-end/register.php:68
|
| 1594 |
msgid "Could not create user!"
|
| 1595 |
msgstr "Kunne ikke oprette bruger!"
|
| 1596 |
|
| 1597 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1598 |
msgid "That username is already activated!"
|
| 1599 |
msgstr "Dette brugernavn er allerede i brug!"
|
| 1600 |
|
| 1601 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1602 |
msgid "There was an error while trying to activate the user"
|
| 1603 |
msgstr "Der skete en fejl ved forsøg på at aktivere brugeren"
|
| 1604 |
|
| 1605 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1606 |
#: ../modules/email-customizer/admin-email-customizer.php:73
|
| 1607 |
msgid "A new subscriber has (been) registered!"
|
| 1608 |
msgstr "En ny abonnent ('subscriber') er blevet registreret!"
|
| 1609 |
|
| 1610 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1611 |
msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
|
| 1612 |
msgstr "Ny abonnent ('subscriber') på %1$s.<br/><br/>Brugernavn:%2$s<br/>E-mail:%3$s<br/>"
|
| 1613 |
|
| 1614 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1615 |
msgid "The \"Admin Approval\" feature was activated at the time of registration, so please remember that you need to approve this user before he/she can log in!"
|
| 1616 |
msgstr "\"Administrator godkendelses\" funktionen blev aktiveret på registreringstidspunktet, så vær venlig at huske at du skal godkende denne bruger før han/hun kan logge ind!"
|
| 1617 |
|
| 1618 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1619 |
msgid "[%1$s] Your new account information"
|
| 1620 |
msgstr "[%1$s] Din nye konto information"
|
| 1621 |
|
| 1622 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1623 |
msgid "Welcome to %1$s!<br/><br/><br/>Your username is:%2$s and password:%3$s"
|
| 1624 |
msgstr "Velkommen til %1$s!<br/><br/><br/>Dit brugernavn er:%2$s og adgangskoden er:%3$s"
|
| 1625 |
|
| 1626 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1627 |
-
#: ../front-end/register.php:
|
| 1628 |
msgid "Before you can access your account, an administrator needs to approve it. You will be notified via email."
|
| 1629 |
msgstr "Før du kan tilgå din konto skal en administrator først godkende det. Du bliver adviseret via a-mail."
|
| 1630 |
|
|
@@ -1636,7 +2749,7 @@ msgstr "Denne login widget gør det muligt for dig at tilføje en formular i din
|
|
| 1636 |
msgid "Profile Builder Login Widget"
|
| 1637 |
msgstr "Profile Builder login widget"
|
| 1638 |
|
| 1639 |
-
#: ../front-end/class-formbuilder.php:
|
| 1640 |
msgid "Register"
|
| 1641 |
msgstr "Registrer"
|
| 1642 |
|
|
@@ -1697,53 +2810,53 @@ msgstr "her"
|
|
| 1697 |
msgid "You will soon be redirected automatically. If you see this page for more than %1$d seconds, please click %2$s.%3$s"
|
| 1698 |
msgstr "Du vil snart blive omdirigeret automatisk. Hvis du ser denne side i mere end %1$d seconds, klik venligst %2$s.%3$s"
|
| 1699 |
|
| 1700 |
-
#: ../front-end/class-formbuilder.php:
|
| 1701 |
-
#: ../front-end/class-formbuilder.php:
|
| 1702 |
msgid "The account %1s has been successfully created!"
|
| 1703 |
msgstr "Kontoen %1s er oprettet uden problemer!"
|
| 1704 |
|
| 1705 |
-
#: ../front-end/class-formbuilder.php:
|
| 1706 |
-
#: ../front-end/class-formbuilder.php:
|
| 1707 |
msgid "Before you can access your account %1s, you need to confirm your email address. Please check your inbox and click the activation link."
|
| 1708 |
msgstr "Før du kan tilgå din konto %1s, skal du bekræfte din e-mail adresse. Tjek venligst din indbakke og klik på aktiveringslinket."
|
| 1709 |
|
| 1710 |
-
#: ../front-end/class-formbuilder.php:
|
| 1711 |
msgid "Before you can access your account %1s, an administrator has to approve it. You will be notified via email."
|
| 1712 |
msgstr "Før du kan tilgå din konto %1s, skal en administrator godkende den. Du vil blive adviseret via e-mail."
|
| 1713 |
|
| 1714 |
-
#: ../front-end/class-formbuilder.php:
|
| 1715 |
msgid "Your profile has been successfully updated!"
|
| 1716 |
msgstr "Din profil er blevet opdateret uden problemer!"
|
| 1717 |
|
| 1718 |
-
#: ../front-end/class-formbuilder.php:
|
| 1719 |
msgid "There was an error in the submitted form"
|
| 1720 |
msgstr "Der var en fejl i den sendte formular. "
|
| 1721 |
|
| 1722 |
-
#: ../front-end/class-formbuilder.php:
|
| 1723 |
msgid "Add User"
|
| 1724 |
msgstr "Tilføj bruger"
|
| 1725 |
|
| 1726 |
-
#: ../admin/add-ons.php:170 ../front-end/class-formbuilder.php:
|
| 1727 |
msgid "Update"
|
| 1728 |
msgstr "Opdater"
|
| 1729 |
|
| 1730 |
-
#: ../front-end/class-formbuilder.php:
|
| 1731 |
#: ../front-end/extra-fields/extra-fields.php:35
|
| 1732 |
msgid "The avatar was successfully deleted!"
|
| 1733 |
msgstr "'Avataren' blev slettet uden problemer."
|
| 1734 |
|
| 1735 |
-
#: ../front-end/class-formbuilder.php:
|
| 1736 |
#: ../front-end/extra-fields/extra-fields.php:37
|
| 1737 |
msgid "The following attachment was successfully deleted:"
|
| 1738 |
msgstr "Følgende vedhæftning blev slettet uden problemer:"
|
| 1739 |
|
| 1740 |
-
#: ../front-end/class-formbuilder.php:
|
| 1741 |
msgid "Send these credentials via email."
|
| 1742 |
msgstr "Send disse legitimationsoplysninger via e-mail."
|
| 1743 |
|
| 1744 |
#: ../front-end/extra-fields/extra-fields.php:99 ../front-end/login.php:89
|
| 1745 |
#: ../front-end/login.php:96 ../front-end/login.php:110
|
| 1746 |
-
#: ../front-end/recover.php:17 ../front-end/recover.php:
|
| 1747 |
msgid "ERROR"
|
| 1748 |
msgstr "FEJL"
|
| 1749 |
|
|
@@ -1763,15 +2876,15 @@ msgstr "Mistet din adgangskode"
|
|
| 1763 |
msgid "Both fields are empty."
|
| 1764 |
msgstr "Begge felter er tomme."
|
| 1765 |
|
| 1766 |
-
#: ../front-end/login.php:
|
| 1767 |
msgid "You are currently logged in as %1$s. %2$s"
|
| 1768 |
msgstr "Du er i øjeblikket logget ind som %1$s. %2$s"
|
| 1769 |
|
| 1770 |
-
#: ../front-end/login.php:
|
| 1771 |
msgid "Log out of this account"
|
| 1772 |
msgstr "Log ud af denne konto"
|
| 1773 |
|
| 1774 |
-
#: ../front-end/login.php:
|
| 1775 |
msgid "Log out"
|
| 1776 |
msgstr "Log ud"
|
| 1777 |
|
|
@@ -1811,15 +2924,15 @@ msgstr "Tjek venligst at du angav det korrekte brugernavn."
|
|
| 1811 |
msgid "Check your e-mail for the confirmation link."
|
| 1812 |
msgstr "Tjek din e-mail for bekræftelseslink."
|
| 1813 |
|
| 1814 |
-
#: ../front-end/recover.php:
|
| 1815 |
msgid "Someone requested that the password be reset for the following account: <b>%1$s</b><br/>If this was a mistake, just ignore this email and nothing will happen.<br/>To reset your password, visit the following link:%2$s"
|
| 1816 |
msgstr "Nogen anmodede om at adgangskoden skulle genskabes for følgende konto: <b>%1$s</b><br/>Hvis dette var en fejltagelse, så se bare bort fra denne e-mail og intet vil ske. <br/>For at genskabe din adgangskode, følge dette link:%2$s"
|
| 1817 |
|
| 1818 |
-
#: ../front-end/recover.php:
|
| 1819 |
msgid "Password Reset from \"%1$s\""
|
| 1820 |
msgstr "Adgangskode genskab fra \"%1$s\""
|
| 1821 |
|
| 1822 |
-
#: ../front-end/recover.php:
|
| 1823 |
msgid "There was an error while trying to send the activation link to %1$s!"
|
| 1824 |
msgstr "Der opstod en fejl, da aktivireingslinket blev forsøgt sendt til %1$s!"
|
| 1825 |
|
|
@@ -1831,31 +2944,31 @@ msgstr "Den angivne e-mail adresse blev ikke fundet i databasen!"
|
|
| 1831 |
msgid "Please check that you entered the correct email address."
|
| 1832 |
msgstr "Tjek venligst at du angav den korrekte e-mail adresse."
|
| 1833 |
|
| 1834 |
-
#: ../front-end/recover.php:
|
| 1835 |
msgid "Your password has been successfully changed!"
|
| 1836 |
msgstr "Din adgangskode er ændret uden problemer!"
|
| 1837 |
|
| 1838 |
-
#: ../front-end/recover.php:
|
| 1839 |
msgid "You have successfully reset your password to: %1$s"
|
| 1840 |
msgstr "Du har med succes genskabt din adgangskode til: %1$s"
|
| 1841 |
|
| 1842 |
-
#: ../front-end/recover.php:
|
| 1843 |
msgid "Password Successfully Reset for %1$s on \"%2$s\""
|
| 1844 |
msgstr "Adgangskoden ændret uden problemer for %1$s på \"%2$s\""
|
| 1845 |
|
| 1846 |
-
#: ../front-end/recover.php:
|
| 1847 |
msgid "%1$s has requested a password change via the password reset feature.<br/>His/her new password is:%2$s"
|
| 1848 |
msgstr "%1$s har anmodet om ændring af adgangskoden via 'Genskab adgangskode'.<br/>Hans/hendes nye adgagnskode er:%2$s"
|
| 1849 |
|
| 1850 |
-
#: ../front-end/recover.php:
|
| 1851 |
msgid "The entered passwords don't match!"
|
| 1852 |
msgstr "Den angivne adgangskode matcher ikke!"
|
| 1853 |
|
| 1854 |
-
#: ../front-end/recover.php:
|
| 1855 |
msgid "ERROR:"
|
| 1856 |
msgstr "FEJL:"
|
| 1857 |
|
| 1858 |
-
#: ../front-end/recover.php:
|
| 1859 |
msgid "Invalid key!"
|
| 1860 |
msgstr "Ugyldig nøgle!"
|
| 1861 |
|
|
@@ -1871,226 +2984,81 @@ msgstr "Dette brugernavn er nu aktivt!"
|
|
| 1871 |
msgid "This username is already activated!"
|
| 1872 |
msgstr "Dette brugernavn er allerede aktiveret!"
|
| 1873 |
|
| 1874 |
-
#: ../front-end/register.php:
|
| 1875 |
msgid "Your email was successfully confirmed."
|
| 1876 |
msgstr "Din e-mail blev bekræftet uden problemer."
|
| 1877 |
|
| 1878 |
-
#: ../front-end/register.php:
|
| 1879 |
msgid "There was an error while trying to activate the user."
|
| 1880 |
msgstr "Der skete en fejl under forsøget på at aktivere brugeren."
|
| 1881 |
|
| 1882 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1883 |
msgid "The email you entered is not a valid email address."
|
| 1884 |
msgstr "E-mailen, som du angav, er ikke en gyldig e-mail adresse."
|
| 1885 |
|
| 1886 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1887 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1888 |
msgid "This email is already reserved to be used soon."
|
| 1889 |
msgstr "Denne e-mail er allerede reserveret til snart at blive anvendt."
|
| 1890 |
|
| 1891 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1892 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1893 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1894 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1895 |
-
#: ../front-end/default-fields/username/username.php:
|
| 1896 |
-
#: ../front-end/default-fields/username/username.php:
|
| 1897 |
msgid "Please try a different one!"
|
| 1898 |
msgstr "Venligst prøv en anden!"
|
| 1899 |
|
| 1900 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1901 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1902 |
msgid "This email is already in use."
|
| 1903 |
msgstr "Denne e-mail er allerede i brug."
|
| 1904 |
|
| 1905 |
-
#: ../front-end/default-fields/password-repeat/password-repeat.php:
|
| 1906 |
-
#: ../front-end/default-fields/password-repeat/password-repeat.php:
|
| 1907 |
msgid "The passwords do not match"
|
| 1908 |
msgstr "Adgangskoden matcher ikke"
|
| 1909 |
|
| 1910 |
-
#: ../front-end/default-fields/username/username.php:
|
| 1911 |
msgid "This username already exists."
|
| 1912 |
msgstr "Dette brugernavn eksisterer allerede."
|
| 1913 |
|
| 1914 |
-
#: ../front-end/default-fields/username/username.php:
|
| 1915 |
msgid "This username is already reserved to be used soon."
|
| 1916 |
msgstr "Dette brugernavn er allerede reserveret til snart at blive anvendt."
|
| 1917 |
|
| 1918 |
-
#: ../
|
| 1919 |
-
#: ../front-end/extra-fields/avatar/avatar.php:103
|
| 1920 |
-
#: ../front-end/extra-fields/upload/upload.php:29
|
| 1921 |
-
#: ../front-end/extra-fields/upload/upload.php:68
|
| 1922 |
-
msgid "max upload size"
|
| 1923 |
-
msgstr "maks. upload størrelse"
|
| 1924 |
-
|
| 1925 |
-
#: ../front-end/extra-fields/avatar/avatar.php:71
|
| 1926 |
-
msgid "Current avatar: No uploaded avatar"
|
| 1927 |
-
msgstr "Nuværende avatar: Ingen uploadet avatar"
|
| 1928 |
-
|
| 1929 |
-
#: ../front-end/extra-fields/avatar/avatar.php:76
|
| 1930 |
-
#: ../front-end/extra-fields/avatar/avatar.php:110
|
| 1931 |
msgid "Avatar"
|
| 1932 |
msgstr "Avatar"
|
| 1933 |
|
| 1934 |
-
#: ../front-end/extra-fields/avatar/avatar.php:
|
| 1935 |
-
#: ../front-end/extra-fields/
|
| 1936 |
-
#: ../front-end/extra-fields/
|
| 1937 |
-
#: ../front-end/extra-fields/
|
| 1938 |
-
|
| 1939 |
-
|
| 1940 |
-
|
| 1941 |
-
#: ../front-end/extra-fields/
|
| 1942 |
-
#: ../front-end/extra-fields/
|
| 1943 |
-
|
| 1944 |
-
|
| 1945 |
-
|
| 1946 |
-
#: ../front-end/extra-fields/avatar/avatar.php:87
|
| 1947 |
-
#: ../front-end/extra-fields/avatar/avatar.php:115
|
| 1948 |
-
msgid "Are you sure you want to delete this avatar?"
|
| 1949 |
-
msgstr "Er du sikker på at du vil slette denne avatar?"
|
| 1950 |
-
|
| 1951 |
-
#: ../front-end/extra-fields/avatar/avatar.php:88
|
| 1952 |
-
#: ../front-end/extra-fields/avatar/avatar.php:115
|
| 1953 |
-
msgid "Click to delete the current avatar"
|
| 1954 |
-
msgstr "Klik for at slette den nuværende avatar"
|
| 1955 |
-
|
| 1956 |
-
#: ../front-end/extra-fields/avatar/avatar.php:96
|
| 1957 |
-
#: ../front-end/extra-fields/checkbox/checkbox.php:44
|
| 1958 |
-
#: ../front-end/extra-fields/datepicker/datepicker.php:47
|
| 1959 |
-
#: ../front-end/extra-fields/input-hidden/input-hidden.php:32
|
| 1960 |
-
#: ../front-end/extra-fields/input/input.php:28
|
| 1961 |
-
#: ../front-end/extra-fields/radio/radio.php:42
|
| 1962 |
-
#: ../front-end/extra-fields/select-multiple/select-multiple.php:44
|
| 1963 |
-
#: ../front-end/extra-fields/select-timezone/select-timezone.php:42
|
| 1964 |
-
#: ../front-end/extra-fields/select/select.php:44
|
| 1965 |
-
#: ../front-end/extra-fields/textarea/textarea.php:28
|
| 1966 |
-
#: ../front-end/extra-fields/upload/upload.php:62
|
| 1967 |
#: ../front-end/extra-fields/wysiwyg/wysiwyg.php:33
|
| 1968 |
msgid "required"
|
| 1969 |
msgstr "krævet"
|
| 1970 |
|
| 1971 |
-
#: ../front-end/extra-fields/
|
| 1972 |
-
msgid "Current avatar"
|
| 1973 |
-
msgstr "Nuværende avatar"
|
| 1974 |
-
|
| 1975 |
-
#: ../front-end/extra-fields/avatar/avatar.php:106
|
| 1976 |
-
msgid "No uploaded avatar"
|
| 1977 |
-
msgstr "Ingen uploadet avatar"
|
| 1978 |
-
|
| 1979 |
-
#: ../front-end/extra-fields/avatar/avatar.php:212
|
| 1980 |
-
#: ../front-end/extra-fields/upload/upload.php:173
|
| 1981 |
-
msgid "The extension of the file did not match"
|
| 1982 |
-
msgstr "Filformatet matchede ikke"
|
| 1983 |
-
|
| 1984 |
-
#: ../front-end/extra-fields/avatar/avatar.php:215
|
| 1985 |
-
#: ../front-end/extra-fields/avatar/avatar.php:218
|
| 1986 |
-
#: ../front-end/extra-fields/upload/upload.php:177
|
| 1987 |
-
#: ../front-end/extra-fields/upload/upload.php:180
|
| 1988 |
-
msgid "The file uploaded exceeds the upload_max_filesize directive in php.ini"
|
| 1989 |
-
msgstr "Den uploadede fil overskrider den tilladte maksimale filstørrelse 'max_file_size' i php.ini"
|
| 1990 |
-
|
| 1991 |
-
#: ../front-end/extra-fields/avatar/avatar.php:221
|
| 1992 |
-
#: ../front-end/extra-fields/upload/upload.php:183
|
| 1993 |
-
msgid "The file uploaded exceeds the MAX_FILE_SIZE directive in php.ini"
|
| 1994 |
-
msgstr "Den uploadede fil overskrider 'MAX_FILE_SIZE' direktivet i php.ini"
|
| 1995 |
-
|
| 1996 |
-
#: ../front-end/extra-fields/avatar/avatar.php:224
|
| 1997 |
-
msgid "The file could only partially be uploaded "
|
| 1998 |
-
msgstr "Filen kunne kun delvist uploades"
|
| 1999 |
-
|
| 2000 |
-
#: ../front-end/extra-fields/avatar/avatar.php:227
|
| 2001 |
-
#: ../front-end/extra-fields/avatar/avatar.php:251
|
| 2002 |
-
#: ../front-end/extra-fields/avatar/avatar.php:254
|
| 2003 |
-
#: ../front-end/extra-fields/upload/upload.php:189
|
| 2004 |
-
#: ../front-end/extra-fields/upload/upload.php:213
|
| 2005 |
-
#: ../front-end/extra-fields/upload/upload.php:216
|
| 2006 |
-
msgid "No file was selected"
|
| 2007 |
-
msgstr "Der er ikke valgt nogen fil"
|
| 2008 |
-
|
| 2009 |
-
#: ../front-end/extra-fields/avatar/avatar.php:230
|
| 2010 |
-
#: ../front-end/extra-fields/upload/upload.php:192
|
| 2011 |
-
msgid "The temporary upload folder is missing from the system"
|
| 2012 |
-
msgstr "Den midlertidig upload mappe mangler i systemet"
|
| 2013 |
-
|
| 2014 |
-
#: ../front-end/extra-fields/avatar/avatar.php:233
|
| 2015 |
-
#: ../front-end/extra-fields/upload/upload.php:195
|
| 2016 |
-
msgid "The file failed to write to the disk"
|
| 2017 |
-
msgstr "Filen fejlede i at skrive til disken"
|
| 2018 |
-
|
| 2019 |
-
#: ../front-end/extra-fields/avatar/avatar.php:236
|
| 2020 |
-
#: ../front-end/extra-fields/upload/upload.php:198
|
| 2021 |
-
msgid "A PHP extension stopped the file upload"
|
| 2022 |
-
msgstr "En PHP 'extension' stoppede filens upload"
|
| 2023 |
-
|
| 2024 |
-
#: ../front-end/extra-fields/avatar/avatar.php:239
|
| 2025 |
-
msgid "Unknown error occurred"
|
| 2026 |
-
msgstr "Der opstod en ukendt fejl"
|
| 2027 |
-
|
| 2028 |
-
#: ../front-end/extra-fields/recaptcha/recaptcha.php:47
|
| 2029 |
msgid "To use reCAPTCHA you must get an API key from"
|
| 2030 |
msgstr "For at bruge 'reCAPTCHA' skal du først have en API nøgle fra"
|
| 2031 |
|
| 2032 |
-
#: ../front-end/extra-fields/recaptcha/recaptcha.php:
|
| 2033 |
msgid "For security reasons, you must pass the remote ip to reCAPTCHA!"
|
| 2034 |
msgstr "Af sikkerhedsmæssige grunde skal du angive 'remote' ip til 'reCAPTCHA'!"
|
| 2035 |
|
| 2036 |
-
#: ../front-end/extra-fields/recaptcha/recaptcha.php:
|
| 2037 |
msgid "To use reCAPTCHA you must get an API public key from:"
|
| 2038 |
msgstr "For at bruge 'reCAPTCHA' skal du have en offentlig API nøgle fra:"
|
| 2039 |
|
| 2040 |
-
#: ../front-end/extra-fields/recaptcha/recaptcha.php:142
|
| 2041 |
-
msgid "To use reCAPTCHA you must get an API private key from:"
|
| 2042 |
-
msgstr "For at bruge 'reCAPTCHA' skal du have en privat API nøgle fra:"
|
| 2043 |
-
|
| 2044 |
-
#: ../front-end/extra-fields/upload/upload.php:35
|
| 2045 |
-
msgid "Current file: No uploaded attachment"
|
| 2046 |
-
msgstr "Nuværende fil: Intet uploaded"
|
| 2047 |
-
|
| 2048 |
-
#: ../front-end/extra-fields/upload/upload.php:39
|
| 2049 |
-
#: ../front-end/extra-fields/upload/upload.php:48
|
| 2050 |
-
#: ../front-end/extra-fields/upload/upload.php:71
|
| 2051 |
-
#: ../front-end/extra-fields/upload/upload.php:75
|
| 2052 |
-
#: ../front-end/extra-fields/upload/upload.php:77
|
| 2053 |
-
msgid "Current file"
|
| 2054 |
-
msgstr "Nuværende fil"
|
| 2055 |
-
|
| 2056 |
-
#: ../front-end/extra-fields/upload/upload.php:42
|
| 2057 |
-
#: ../front-end/extra-fields/upload/upload.php:51
|
| 2058 |
-
#: ../front-end/extra-fields/upload/upload.php:75
|
| 2059 |
-
#: ../front-end/extra-fields/upload/upload.php:77
|
| 2060 |
-
msgid "Click to see the current attachment"
|
| 2061 |
-
msgstr "Klik for at se den nuværende vedhæftede"
|
| 2062 |
-
|
| 2063 |
-
#: ../front-end/extra-fields/upload/upload.php:44
|
| 2064 |
-
#: ../front-end/extra-fields/upload/upload.php:75
|
| 2065 |
-
msgid "The attachment can't be deleted (It was marked as required by the administrator)"
|
| 2066 |
-
msgstr "Det vedhæftede kan ikke slattes (Det var markeret som krævet af administrator)"
|
| 2067 |
-
|
| 2068 |
-
#: ../front-end/extra-fields/upload/upload.php:53
|
| 2069 |
-
#: ../front-end/extra-fields/upload/upload.php:77
|
| 2070 |
-
msgid "Are you sure you want to delete this attachment?"
|
| 2071 |
-
msgstr "Er du sikker på at du vil slette vedhæftede?"
|
| 2072 |
-
|
| 2073 |
-
#: ../front-end/extra-fields/upload/upload.php:54
|
| 2074 |
-
#: ../front-end/extra-fields/upload/upload.php:77
|
| 2075 |
-
msgid "Click to delete the current attachment"
|
| 2076 |
-
msgstr "Klik for at slette nuværende vedhæftning"
|
| 2077 |
-
|
| 2078 |
-
#: ../front-end/extra-fields/upload/upload.php:71
|
| 2079 |
-
msgid "No uploaded attachment"
|
| 2080 |
-
msgstr "Ingen uploadede vedhæftninger"
|
| 2081 |
-
|
| 2082 |
-
#: ../front-end/extra-fields/upload/upload.php:164
|
| 2083 |
-
msgid "The extension of the file is not allowed"
|
| 2084 |
-
msgstr "Filformatet på denne fil er ikke tilladt"
|
| 2085 |
-
|
| 2086 |
-
#: ../front-end/extra-fields/upload/upload.php:186
|
| 2087 |
-
msgid "The file could only partially be uploaded"
|
| 2088 |
-
msgstr "Filen kunne kun delvist uploades"
|
| 2089 |
-
|
| 2090 |
-
#: ../front-end/extra-fields/upload/upload.php:201
|
| 2091 |
-
msgid "This field wasn't updated because an unknown error occured"
|
| 2092 |
-
msgstr "Denne fil blev ikke uploaded på grund af en opstået ukendt fejl"
|
| 2093 |
-
|
| 2094 |
#: ../modules/modules.php:11 ../modules/modules.php:80
|
| 2095 |
msgid "Modules"
|
| 2096 |
msgstr "Moduler"
|
|
@@ -2453,37 +3421,37 @@ msgstr "Ingen profilredigerings formular fundet i papirkurven"
|
|
| 2453 |
|
| 2454 |
#: ../modules/multiple-forms/edit-profile-forms.php:131
|
| 2455 |
#: ../modules/multiple-forms/register-forms.php:134
|
| 2456 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2457 |
msgid "Shortcode"
|
| 2458 |
msgstr "'Shortcode'"
|
| 2459 |
|
| 2460 |
#: ../modules/multiple-forms/edit-profile-forms.php:151
|
| 2461 |
#: ../modules/multiple-forms/register-forms.php:155
|
| 2462 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2463 |
msgid "(no title)"
|
| 2464 |
msgstr "(ingen titel)"
|
| 2465 |
|
| 2466 |
#: ../modules/multiple-forms/edit-profile-forms.php:171
|
| 2467 |
#: ../modules/multiple-forms/register-forms.php:174
|
| 2468 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2469 |
msgid "The shortcode will be available after you publish this form."
|
| 2470 |
msgstr "'Shortcode' er tilgængelig efter du har publiceret denne formular."
|
| 2471 |
|
| 2472 |
#: ../modules/multiple-forms/edit-profile-forms.php:173
|
| 2473 |
#: ../modules/multiple-forms/register-forms.php:176
|
| 2474 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2475 |
msgid "Use this shortcode on the page you want the form to be displayed:"
|
| 2476 |
msgstr "Brug denne 'shortcode' på den side du ønsker formularen vist:"
|
| 2477 |
|
| 2478 |
#: ../modules/multiple-forms/edit-profile-forms.php:177
|
| 2479 |
#: ../modules/multiple-forms/register-forms.php:180
|
| 2480 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2481 |
msgid "<span style=\"color:red;\">Note:</span> changing the form title also changes the shortcode!"
|
| 2482 |
msgstr "<span style=\"color:red;\">Bemærk:</span> ændring af denne formulars titel ændrer også 'shortcode'!"
|
| 2483 |
|
| 2484 |
#: ../modules/multiple-forms/edit-profile-forms.php:183
|
| 2485 |
#: ../modules/multiple-forms/register-forms.php:186
|
| 2486 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2487 |
msgid "Form Shortcode"
|
| 2488 |
msgstr "Formular 'shortcode'"
|
| 2489 |
|
|
@@ -2595,10 +3563,10 @@ msgid "After Registration..."
|
|
| 2595 |
msgstr "Efter registrering..."
|
| 2596 |
|
| 2597 |
#: ../modules/user-listing/class-userlisting.php:470
|
| 2598 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2599 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2600 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2601 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2602 |
msgid "Search Users by All Fields"
|
| 2603 |
msgstr "Søg brugere ved at bruge 'Alle felter'"
|
| 2604 |
|
|
@@ -2635,12 +3603,12 @@ msgid "Display name as"
|
|
| 2635 |
msgstr "Vis navn som"
|
| 2636 |
|
| 2637 |
#: ../modules/user-listing/userlisting.php:125
|
| 2638 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2639 |
msgid "Registration Date"
|
| 2640 |
msgstr "Registreringsdato"
|
| 2641 |
|
| 2642 |
#: ../modules/user-listing/userlisting.php:126
|
| 2643 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2644 |
msgid "Number of Posts"
|
| 2645 |
msgstr "Antal poster"
|
| 2646 |
|
|
@@ -2689,188 +3657,182 @@ msgstr "Skabelon for flere-brugeroversigt"
|
|
| 2689 |
msgid "Single-userlisting Template"
|
| 2690 |
msgstr "Skabelon for enkelt-brugeroversigt"
|
| 2691 |
|
| 2692 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2693 |
-
msgid "You do not have permission to view this user list"
|
| 2694 |
-
msgstr "Du har ikke rettigheder til at se denne brugeroversigt"
|
| 2695 |
-
|
| 2696 |
-
#: ../modules/user-listing/userlisting.php:351
|
| 2697 |
-
msgid "You do not have the required user role to view this user list"
|
| 2698 |
-
msgstr "Du har ikke den krævede brugerrolle for at se denne brugeroversigt"
|
| 2699 |
-
|
| 2700 |
-
#: ../modules/user-listing/userlisting.php:599
|
| 2701 |
msgid "First/Lastname"
|
| 2702 |
msgstr "For-/Efternavn"
|
| 2703 |
|
| 2704 |
-
#: ../modules/user-listing/userlisting.php:
|
|
|
|
| 2705 |
msgid "Sign-up Date"
|
| 2706 |
msgstr "Tilmeldingsdato"
|
| 2707 |
|
| 2708 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2709 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2710 |
msgid "Display Name"
|
| 2711 |
msgstr "Vis navn som"
|
| 2712 |
|
| 2713 |
-
#: ../modules/user-listing/userlisting.php:
|
|
|
|
| 2714 |
msgid "Posts"
|
| 2715 |
msgstr "Poster"
|
| 2716 |
|
| 2717 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2718 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2719 |
msgid "Aim"
|
| 2720 |
msgstr "'Aim'"
|
| 2721 |
|
| 2722 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2723 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2724 |
msgid "Yim"
|
| 2725 |
msgstr "'Yim'"
|
| 2726 |
|
| 2727 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2728 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2729 |
msgid "Jabber"
|
| 2730 |
msgstr "'Jabber'"
|
| 2731 |
|
| 2732 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2733 |
msgid "Click here to see more information about this user"
|
| 2734 |
msgstr "Klik her for at se mere information om denne bruger"
|
| 2735 |
|
| 2736 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2737 |
msgid "More..."
|
| 2738 |
msgstr "Mere..."
|
| 2739 |
|
| 2740 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2741 |
msgid "Click here to see more information about this user."
|
| 2742 |
msgstr "Klik her for at se mere information om denne bruger."
|
| 2743 |
|
| 2744 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2745 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2746 |
msgid "Click here to go back"
|
| 2747 |
msgstr "Klik her for at gå tilbage"
|
| 2748 |
|
| 2749 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2750 |
msgid "Back"
|
| 2751 |
msgstr "Tilbage"
|
| 2752 |
|
| 2753 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2754 |
msgid "«« First"
|
| 2755 |
msgstr "«« Først"
|
| 2756 |
|
| 2757 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2758 |
msgid "« Prev"
|
| 2759 |
msgstr "« Forrige"
|
| 2760 |
|
| 2761 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2762 |
msgid "Next » "
|
| 2763 |
msgstr "Næste » "
|
| 2764 |
|
| 2765 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2766 |
msgid "Last »»"
|
| 2767 |
msgstr "Sidste »»"
|
| 2768 |
|
| 2769 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2770 |
msgid "You don't have any pagination settings on this userlisting!"
|
| 2771 |
msgstr "Du har ingen sideopdeling (paginering) på denne brugeroversigt!"
|
| 2772 |
|
| 2773 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2774 |
msgid "Search"
|
| 2775 |
msgstr "Søg"
|
| 2776 |
|
| 2777 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2778 |
msgid "Clear Results"
|
| 2779 |
msgstr "Ryd resultatet"
|
| 2780 |
|
| 2781 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2782 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2783 |
msgid "Extra shortcode parameters"
|
| 2784 |
msgstr "Ekstra 'shortcode' parametre"
|
| 2785 |
|
| 2786 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2787 |
msgid "displays users having a certain meta-value within a certain (extra) meta-field"
|
| 2788 |
msgstr "viser brugere med en bestemt meta-værdi inden for et bestemt (ekstra) meta-felt"
|
| 2789 |
|
| 2790 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2791 |
msgid "Example:"
|
| 2792 |
msgstr "Eksempel:"
|
| 2793 |
|
| 2794 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2795 |
msgid "Remember though, that the field-value combination must exist in the database."
|
| 2796 |
msgstr "Husk dog, at feltværdi kombinationen skal eksistere i databasen."
|
| 2797 |
|
| 2798 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2799 |
msgid "Random (very slow on large databases > 10K user)"
|
| 2800 |
msgstr "Vilkårlig (meget langsom på store databaser > 10K brugere)"
|
| 2801 |
|
| 2802 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2803 |
msgid "Roles to Display"
|
| 2804 |
msgstr "Roller der skal vises"
|
| 2805 |
|
| 2806 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2807 |
msgid "Restrict the userlisting to these selected roles only<br/>If not specified, defaults to all existing roles"
|
| 2808 |
msgstr "Begræns brugeroversigter til kun at omfatte disse udvalgte roller<br/>Hvis ikke specificeret, så bruges alle eksisterende roller"
|
| 2809 |
|
| 2810 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2811 |
msgid "Number of Users/Page"
|
| 2812 |
msgstr "Antal brugere/side"
|
| 2813 |
|
| 2814 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2815 |
msgid "Default Sorting Criteria"
|
| 2816 |
msgstr "Standard sorteringskriterie"
|
| 2817 |
|
| 2818 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2819 |
msgid "Set the default sorting criteria<br/>This can temporarily be changed for each new session"
|
| 2820 |
msgstr "Sæt standard sorteringskriteriet<br/>Denne kan ændres midlertidigt for hver ny session"
|
| 2821 |
|
| 2822 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2823 |
msgid "Default Sorting Order"
|
| 2824 |
msgstr "Standard sorteringsorden"
|
| 2825 |
|
| 2826 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2827 |
msgid "Set the default sorting order<br/>This can temporarily be changed for each new session"
|
| 2828 |
msgstr "Sæt standard sorteringsorden<br/>Denne kan ændres midlertidigt for hver ny session"
|
| 2829 |
|
| 2830 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2831 |
msgid "Avatar Size (All-userlisting)"
|
| 2832 |
msgstr "Avatar størrelse (Flere-brugeroversigt)"
|
| 2833 |
|
| 2834 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2835 |
msgid "Set the avatar size on the all-userlisting only"
|
| 2836 |
msgstr "Sæt avatar størrelsen på kun flere-brugeroversigten "
|
| 2837 |
|
| 2838 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2839 |
msgid "Avatar Size (Single-userlisting)"
|
| 2840 |
msgstr "Avatar størrelse (enkelt-brugeroversigt)"
|
| 2841 |
|
| 2842 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2843 |
msgid "Set the avatar size on the single-userlisting only"
|
| 2844 |
msgstr "Sæt avatar størrelsen på kun enkelt-brugeroversigten"
|
| 2845 |
|
| 2846 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2847 |
msgid "Visible only to logged in users?"
|
| 2848 |
msgstr "Synlig kun for brugere, der er logget ind?"
|
| 2849 |
|
| 2850 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2851 |
msgid "The userlisting will only be visible only to the logged in users"
|
| 2852 |
msgstr "Brugeroversigten vil kun være synlig for brugere, der er logget ind"
|
| 2853 |
|
| 2854 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2855 |
msgid "Visible to following Roles"
|
| 2856 |
msgstr "Synlig for følgende roller"
|
| 2857 |
|
| 2858 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2859 |
msgid "The userlisting will only be visible to the following roles"
|
| 2860 |
msgstr "Brugeroversigten vil kun være synlig for følgende roller"
|
| 2861 |
|
| 2862 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2863 |
msgid "Userlisting Settings"
|
| 2864 |
msgstr "Opsætning af brugeroversigt"
|
| 2865 |
|
| 2866 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2867 |
msgid "You need to activate the Userlisting feature from within the \"Modules\" tab!"
|
| 2868 |
msgstr "Du skal aktivere brugeroversigts funktionen inde på fanen \"Moduler\"!"
|
| 2869 |
|
| 2870 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2871 |
msgid "You can find it in the Profile Builder menu."
|
| 2872 |
msgstr "Du kan finde det i Profile Builder menuen."
|
| 2873 |
|
| 2874 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2875 |
msgid "No results found!"
|
| 2876 |
msgstr "Ingen resultater fundet!"
|
| 2 |
# This file is distributed under the same license as the Profile Builder package.
|
| 3 |
msgid ""
|
| 4 |
msgstr ""
|
| 5 |
+
"PO-Revision-Date: 2015-09-29 11:55:16+0000\n"
|
| 6 |
"MIME-Version: 1.0\n"
|
| 7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
| 8 |
"Content-Transfer-Encoding: 8bit\n"
|
| 10 |
"X-Generator: GlotPress/0.1\n"
|
| 11 |
"Project-Id-Version: Profile Builder\n"
|
| 12 |
|
| 13 |
+
#: ../admin/admin-functions.php:40
|
| 14 |
+
msgid "Display name publicly as - only appears on the Edit Profile page!"
|
| 15 |
+
msgstr ""
|
| 16 |
+
|
| 17 |
+
#: ../admin/basic-info.php:37
|
| 18 |
+
msgid "Friction-less login using %s shortcode or a widget."
|
| 19 |
+
msgstr ""
|
| 20 |
+
|
| 21 |
+
#: ../admin/basic-info.php:41
|
| 22 |
+
msgid "Beautiful registration forms fully customizable using the %s shortcode."
|
| 23 |
+
msgstr ""
|
| 24 |
+
|
| 25 |
+
#: ../admin/basic-info.php:45
|
| 26 |
+
msgid "Straight forward edit profile forms using %s shortcode."
|
| 27 |
+
msgstr ""
|
| 28 |
+
|
| 29 |
+
#: ../admin/basic-info.php:58
|
| 30 |
+
msgid "Allow users to recover their password in the front-end using the %s."
|
| 31 |
+
msgstr ""
|
| 32 |
+
|
| 33 |
+
#: ../admin/basic-info.php:130
|
| 34 |
+
msgid "To create a page containing the users registered to this current site/blog, insert the following shortcode in a page of your chosing: %s."
|
| 35 |
+
msgstr ""
|
| 36 |
+
|
| 37 |
+
#: ../admin/general-settings.php:125
|
| 38 |
+
msgid "\"Admin Approval\" on User Role:"
|
| 39 |
+
msgstr ""
|
| 40 |
+
|
| 41 |
+
#: ../admin/general-settings.php:144
|
| 42 |
+
msgid "Select on what user roles to activate Admin Approval."
|
| 43 |
+
msgstr ""
|
| 44 |
+
|
| 45 |
+
#: ../admin/manage-fields.php:109
|
| 46 |
+
msgid "Display on PB forms"
|
| 47 |
+
msgstr ""
|
| 48 |
+
|
| 49 |
+
#: ../admin/manage-fields.php:109
|
| 50 |
+
msgid "PB Login"
|
| 51 |
+
msgstr ""
|
| 52 |
+
|
| 53 |
+
#: ../admin/manage-fields.php:109
|
| 54 |
+
msgid "PB Register"
|
| 55 |
+
msgstr ""
|
| 56 |
+
|
| 57 |
+
#: ../admin/manage-fields.php:109
|
| 58 |
+
msgid "PB Recover Password"
|
| 59 |
+
msgstr ""
|
| 60 |
+
|
| 61 |
+
#: ../admin/manage-fields.php:109
|
| 62 |
+
msgid "Select on which Profile Builder forms to display reCAPTCHA"
|
| 63 |
+
msgstr ""
|
| 64 |
+
|
| 65 |
+
#: ../admin/manage-fields.php:110
|
| 66 |
+
msgid "Display on default WP forms"
|
| 67 |
+
msgstr ""
|
| 68 |
+
|
| 69 |
+
#: ../admin/manage-fields.php:110
|
| 70 |
+
msgid "Default WP Login"
|
| 71 |
+
msgstr ""
|
| 72 |
+
|
| 73 |
+
#: ../admin/manage-fields.php:110
|
| 74 |
+
msgid "Default WP Register"
|
| 75 |
+
msgstr ""
|
| 76 |
+
|
| 77 |
+
#: ../admin/manage-fields.php:110
|
| 78 |
+
msgid "Default WP Recover Password"
|
| 79 |
+
msgstr ""
|
| 80 |
+
|
| 81 |
+
#: ../admin/manage-fields.php:110
|
| 82 |
+
msgid "Select on which default WP forms to display reCAPTCHA"
|
| 83 |
+
msgstr ""
|
| 84 |
+
|
| 85 |
+
#: ../admin/manage-fields.php:116 ../admin/manage-fields.php:117
|
| 86 |
+
msgid "Default option of the field"
|
| 87 |
+
msgstr ""
|
| 88 |
+
|
| 89 |
+
#: ../admin/manage-fields.php:237
|
| 90 |
+
msgid "Afghanistan"
|
| 91 |
+
msgstr "Afghanistan"
|
| 92 |
+
|
| 93 |
+
#: ../admin/manage-fields.php:238
|
| 94 |
+
msgid "Aland Islands"
|
| 95 |
+
msgstr "Aland Islands"
|
| 96 |
+
|
| 97 |
+
#: ../admin/manage-fields.php:239
|
| 98 |
+
msgid "Albania"
|
| 99 |
+
msgstr "Albania"
|
| 100 |
+
|
| 101 |
+
#: ../admin/manage-fields.php:240
|
| 102 |
+
msgid "Algeria"
|
| 103 |
+
msgstr "Algeria"
|
| 104 |
+
|
| 105 |
+
#: ../admin/manage-fields.php:241
|
| 106 |
+
msgid "American Samoa"
|
| 107 |
+
msgstr "American Samoa"
|
| 108 |
+
|
| 109 |
+
#: ../admin/manage-fields.php:242
|
| 110 |
+
msgid "Andorra"
|
| 111 |
+
msgstr "Andorra"
|
| 112 |
+
|
| 113 |
+
#: ../admin/manage-fields.php:243
|
| 114 |
+
msgid "Angola"
|
| 115 |
+
msgstr "Angola"
|
| 116 |
+
|
| 117 |
+
#: ../admin/manage-fields.php:244
|
| 118 |
+
msgid "Anguilla"
|
| 119 |
+
msgstr "Anguilla"
|
| 120 |
+
|
| 121 |
+
#: ../admin/manage-fields.php:245
|
| 122 |
+
msgid "Antarctica"
|
| 123 |
+
msgstr "Antarctica"
|
| 124 |
+
|
| 125 |
+
#: ../admin/manage-fields.php:246
|
| 126 |
+
msgid "Antigua and Barbuda"
|
| 127 |
+
msgstr "Antigua and Barbuda"
|
| 128 |
+
|
| 129 |
+
#: ../admin/manage-fields.php:247
|
| 130 |
+
msgid "Argentina"
|
| 131 |
+
msgstr "Argentina"
|
| 132 |
+
|
| 133 |
+
#: ../admin/manage-fields.php:248
|
| 134 |
+
msgid "Armenia"
|
| 135 |
+
msgstr "Armenia"
|
| 136 |
+
|
| 137 |
+
#: ../admin/manage-fields.php:249
|
| 138 |
+
msgid "Aruba"
|
| 139 |
+
msgstr "Aruba"
|
| 140 |
+
|
| 141 |
+
#: ../admin/manage-fields.php:250
|
| 142 |
+
msgid "Australia"
|
| 143 |
+
msgstr "Australia"
|
| 144 |
+
|
| 145 |
+
#: ../admin/manage-fields.php:251
|
| 146 |
+
msgid "Austria"
|
| 147 |
+
msgstr "Austria"
|
| 148 |
+
|
| 149 |
+
#: ../admin/manage-fields.php:252
|
| 150 |
+
msgid "Azerbaijan"
|
| 151 |
+
msgstr "Azerbaijan"
|
| 152 |
+
|
| 153 |
+
#: ../admin/manage-fields.php:253
|
| 154 |
+
msgid "Bahamas"
|
| 155 |
+
msgstr "Bahamas"
|
| 156 |
+
|
| 157 |
+
#: ../admin/manage-fields.php:254
|
| 158 |
+
msgid "Bahrain"
|
| 159 |
+
msgstr "Bahrain"
|
| 160 |
+
|
| 161 |
+
#: ../admin/manage-fields.php:255
|
| 162 |
+
msgid "Bangladesh"
|
| 163 |
+
msgstr "Bangladesh"
|
| 164 |
+
|
| 165 |
+
#: ../admin/manage-fields.php:256
|
| 166 |
+
msgid "Barbados"
|
| 167 |
+
msgstr "Barbados"
|
| 168 |
+
|
| 169 |
+
#: ../admin/manage-fields.php:257
|
| 170 |
+
msgid "Belarus"
|
| 171 |
+
msgstr "Belarus"
|
| 172 |
+
|
| 173 |
+
#: ../admin/manage-fields.php:258
|
| 174 |
+
msgid "Belgium"
|
| 175 |
+
msgstr "Belgium"
|
| 176 |
+
|
| 177 |
+
#: ../admin/manage-fields.php:259
|
| 178 |
+
msgid "Belize"
|
| 179 |
+
msgstr "Belize"
|
| 180 |
+
|
| 181 |
+
#: ../admin/manage-fields.php:260
|
| 182 |
+
msgid "Benin"
|
| 183 |
+
msgstr "Benin"
|
| 184 |
+
|
| 185 |
+
#: ../admin/manage-fields.php:261
|
| 186 |
+
msgid "Bermuda"
|
| 187 |
+
msgstr "Bermuda"
|
| 188 |
+
|
| 189 |
+
#: ../admin/manage-fields.php:262
|
| 190 |
+
msgid "Bhutan"
|
| 191 |
+
msgstr "Bhutan"
|
| 192 |
+
|
| 193 |
+
#: ../admin/manage-fields.php:263
|
| 194 |
+
msgid "Bolivia"
|
| 195 |
+
msgstr "Bolivia"
|
| 196 |
+
|
| 197 |
+
#: ../admin/manage-fields.php:264
|
| 198 |
+
msgid "Bonaire, Saint Eustatius and Saba"
|
| 199 |
+
msgstr "Bonaire, Saint Eustatius and Saba"
|
| 200 |
+
|
| 201 |
+
#: ../admin/manage-fields.php:265
|
| 202 |
+
msgid "Bosnia and Herzegovina"
|
| 203 |
+
msgstr "Bosnia and Herzegovina"
|
| 204 |
+
|
| 205 |
+
#: ../admin/manage-fields.php:266
|
| 206 |
+
msgid "Botswana"
|
| 207 |
+
msgstr "Botswana"
|
| 208 |
+
|
| 209 |
+
#: ../admin/manage-fields.php:267
|
| 210 |
+
msgid "Bouvet Island"
|
| 211 |
+
msgstr "Bouvet Island"
|
| 212 |
+
|
| 213 |
+
#: ../admin/manage-fields.php:268
|
| 214 |
+
msgid "Brazil"
|
| 215 |
+
msgstr "Brazil"
|
| 216 |
+
|
| 217 |
+
#: ../admin/manage-fields.php:269
|
| 218 |
+
msgid "British Indian Ocean Territory"
|
| 219 |
+
msgstr "British Indian Ocean Territory"
|
| 220 |
+
|
| 221 |
+
#: ../admin/manage-fields.php:270
|
| 222 |
+
msgid "British Virgin Islands"
|
| 223 |
+
msgstr "British Virgin Islands"
|
| 224 |
+
|
| 225 |
+
#: ../admin/manage-fields.php:271
|
| 226 |
+
msgid "Brunei"
|
| 227 |
+
msgstr "Brunei"
|
| 228 |
+
|
| 229 |
+
#: ../admin/manage-fields.php:272
|
| 230 |
+
msgid "Bulgaria"
|
| 231 |
+
msgstr "Bulgaria"
|
| 232 |
+
|
| 233 |
+
#: ../admin/manage-fields.php:273
|
| 234 |
+
msgid "Burkina Faso"
|
| 235 |
+
msgstr "Burkina Faso"
|
| 236 |
+
|
| 237 |
+
#: ../admin/manage-fields.php:274
|
| 238 |
+
msgid "Burundi"
|
| 239 |
+
msgstr "Burundi"
|
| 240 |
+
|
| 241 |
+
#: ../admin/manage-fields.php:275
|
| 242 |
+
msgid "Cambodia"
|
| 243 |
+
msgstr "Cambodia"
|
| 244 |
+
|
| 245 |
+
#: ../admin/manage-fields.php:276
|
| 246 |
+
msgid "Cameroon"
|
| 247 |
+
msgstr "Cameroon"
|
| 248 |
+
|
| 249 |
+
#: ../admin/manage-fields.php:277
|
| 250 |
+
msgid "Canada"
|
| 251 |
+
msgstr "Canada"
|
| 252 |
+
|
| 253 |
+
#: ../admin/manage-fields.php:278
|
| 254 |
+
msgid "Cape Verde"
|
| 255 |
+
msgstr "Cape Verde"
|
| 256 |
+
|
| 257 |
+
#: ../admin/manage-fields.php:279
|
| 258 |
+
msgid "Cayman Islands"
|
| 259 |
+
msgstr "Cayman Islands"
|
| 260 |
+
|
| 261 |
+
#: ../admin/manage-fields.php:280
|
| 262 |
+
msgid "Central African Republic"
|
| 263 |
+
msgstr "Central African Republic"
|
| 264 |
+
|
| 265 |
+
#: ../admin/manage-fields.php:281
|
| 266 |
+
msgid "Chad"
|
| 267 |
+
msgstr "Chad"
|
| 268 |
+
|
| 269 |
+
#: ../admin/manage-fields.php:282
|
| 270 |
+
msgid "Chile"
|
| 271 |
+
msgstr "Chile"
|
| 272 |
+
|
| 273 |
+
#: ../admin/manage-fields.php:283
|
| 274 |
+
msgid "China"
|
| 275 |
+
msgstr "China"
|
| 276 |
+
|
| 277 |
+
#: ../admin/manage-fields.php:284
|
| 278 |
+
msgid "Christmas Island"
|
| 279 |
+
msgstr "Christmas Island"
|
| 280 |
+
|
| 281 |
+
#: ../admin/manage-fields.php:285
|
| 282 |
+
msgid "Cocos Islands"
|
| 283 |
+
msgstr "Cocos Islands"
|
| 284 |
+
|
| 285 |
+
#: ../admin/manage-fields.php:286
|
| 286 |
+
msgid "Colombia"
|
| 287 |
+
msgstr "Colombia"
|
| 288 |
+
|
| 289 |
+
#: ../admin/manage-fields.php:287
|
| 290 |
+
msgid "Comoros"
|
| 291 |
+
msgstr "Comoros"
|
| 292 |
+
|
| 293 |
+
#: ../admin/manage-fields.php:288
|
| 294 |
+
msgid "Cook Islands"
|
| 295 |
+
msgstr "Cook Islands"
|
| 296 |
+
|
| 297 |
+
#: ../admin/manage-fields.php:289
|
| 298 |
+
msgid "Costa Rica"
|
| 299 |
+
msgstr "Costa Rica"
|
| 300 |
+
|
| 301 |
+
#: ../admin/manage-fields.php:290
|
| 302 |
+
msgid "Croatia"
|
| 303 |
+
msgstr "Croatia"
|
| 304 |
+
|
| 305 |
+
#: ../admin/manage-fields.php:291
|
| 306 |
+
msgid "Cuba"
|
| 307 |
+
msgstr "Cuba"
|
| 308 |
+
|
| 309 |
+
#: ../admin/manage-fields.php:292
|
| 310 |
+
msgid "Curacao"
|
| 311 |
+
msgstr "Curacao"
|
| 312 |
+
|
| 313 |
+
#: ../admin/manage-fields.php:293
|
| 314 |
+
msgid "Cyprus"
|
| 315 |
+
msgstr "Cyprus"
|
| 316 |
+
|
| 317 |
+
#: ../admin/manage-fields.php:294
|
| 318 |
+
msgid "Czech Republic"
|
| 319 |
+
msgstr "Czech Republic"
|
| 320 |
+
|
| 321 |
+
#: ../admin/manage-fields.php:295
|
| 322 |
+
msgid "Democratic Republic of the Congo"
|
| 323 |
+
msgstr "Democratic Republic of the Congo"
|
| 324 |
+
|
| 325 |
+
#: ../admin/manage-fields.php:296
|
| 326 |
+
msgid "Denmark"
|
| 327 |
+
msgstr "Denmark"
|
| 328 |
+
|
| 329 |
+
#: ../admin/manage-fields.php:297
|
| 330 |
+
msgid "Djibouti"
|
| 331 |
+
msgstr "Djibouti"
|
| 332 |
+
|
| 333 |
+
#: ../admin/manage-fields.php:298
|
| 334 |
+
msgid "Dominica"
|
| 335 |
+
msgstr "Dominica"
|
| 336 |
+
|
| 337 |
+
#: ../admin/manage-fields.php:299
|
| 338 |
+
msgid "Dominican Republic"
|
| 339 |
+
msgstr "Dominican Republic"
|
| 340 |
+
|
| 341 |
+
#: ../admin/manage-fields.php:300
|
| 342 |
+
msgid "East Timor"
|
| 343 |
+
msgstr "East Timor"
|
| 344 |
+
|
| 345 |
+
#: ../admin/manage-fields.php:301
|
| 346 |
+
msgid "Ecuador"
|
| 347 |
+
msgstr "Ecuador"
|
| 348 |
+
|
| 349 |
+
#: ../admin/manage-fields.php:302
|
| 350 |
+
msgid "Egypt"
|
| 351 |
+
msgstr "Egypt"
|
| 352 |
+
|
| 353 |
+
#: ../admin/manage-fields.php:303
|
| 354 |
+
msgid "El Salvador"
|
| 355 |
+
msgstr "El Salvador"
|
| 356 |
+
|
| 357 |
+
#: ../admin/manage-fields.php:304
|
| 358 |
+
msgid "Equatorial Guinea"
|
| 359 |
+
msgstr "Equatorial Guinea"
|
| 360 |
+
|
| 361 |
+
#: ../admin/manage-fields.php:305
|
| 362 |
+
msgid "Eritrea"
|
| 363 |
+
msgstr "Eritrea"
|
| 364 |
+
|
| 365 |
+
#: ../admin/manage-fields.php:306
|
| 366 |
+
msgid "Estonia"
|
| 367 |
+
msgstr "Estonia"
|
| 368 |
+
|
| 369 |
+
#: ../admin/manage-fields.php:307
|
| 370 |
+
msgid "Ethiopia"
|
| 371 |
+
msgstr "Ethiopia"
|
| 372 |
+
|
| 373 |
+
#: ../admin/manage-fields.php:308
|
| 374 |
+
msgid "Falkland Islands"
|
| 375 |
+
msgstr "Falkland Islands"
|
| 376 |
+
|
| 377 |
+
#: ../admin/manage-fields.php:309
|
| 378 |
+
msgid "Faroe Islands"
|
| 379 |
+
msgstr "Faroe Islands"
|
| 380 |
+
|
| 381 |
+
#: ../admin/manage-fields.php:310
|
| 382 |
+
msgid "Fiji"
|
| 383 |
+
msgstr "Fiji"
|
| 384 |
+
|
| 385 |
+
#: ../admin/manage-fields.php:311
|
| 386 |
+
msgid "Finland"
|
| 387 |
+
msgstr "Finland"
|
| 388 |
+
|
| 389 |
+
#: ../admin/manage-fields.php:312
|
| 390 |
+
msgid "France"
|
| 391 |
+
msgstr "France"
|
| 392 |
+
|
| 393 |
+
#: ../admin/manage-fields.php:313
|
| 394 |
+
msgid "French Guiana"
|
| 395 |
+
msgstr "French Guiana"
|
| 396 |
+
|
| 397 |
+
#: ../admin/manage-fields.php:314
|
| 398 |
+
msgid "French Polynesia"
|
| 399 |
+
msgstr "French Polynesia"
|
| 400 |
+
|
| 401 |
+
#: ../admin/manage-fields.php:315
|
| 402 |
+
msgid "French Southern Territories"
|
| 403 |
+
msgstr "French Southern Territories"
|
| 404 |
+
|
| 405 |
+
#: ../admin/manage-fields.php:316
|
| 406 |
+
msgid "Gabon"
|
| 407 |
+
msgstr "Gabon"
|
| 408 |
+
|
| 409 |
+
#: ../admin/manage-fields.php:317
|
| 410 |
+
msgid "Gambia"
|
| 411 |
+
msgstr "Gambia"
|
| 412 |
+
|
| 413 |
+
#: ../admin/manage-fields.php:318
|
| 414 |
+
msgid "Georgia"
|
| 415 |
+
msgstr "Georgia"
|
| 416 |
+
|
| 417 |
+
#: ../admin/manage-fields.php:319
|
| 418 |
+
msgid "Germany"
|
| 419 |
+
msgstr "Germany"
|
| 420 |
+
|
| 421 |
+
#: ../admin/manage-fields.php:320
|
| 422 |
+
msgid "Ghana"
|
| 423 |
+
msgstr "Ghana"
|
| 424 |
+
|
| 425 |
+
#: ../admin/manage-fields.php:321
|
| 426 |
+
msgid "Gibraltar"
|
| 427 |
+
msgstr "Gibraltar"
|
| 428 |
+
|
| 429 |
+
#: ../admin/manage-fields.php:322
|
| 430 |
+
msgid "Greece"
|
| 431 |
+
msgstr "Greece"
|
| 432 |
+
|
| 433 |
+
#: ../admin/manage-fields.php:323
|
| 434 |
+
msgid "Greenland"
|
| 435 |
+
msgstr "Greenland"
|
| 436 |
+
|
| 437 |
+
#: ../admin/manage-fields.php:324
|
| 438 |
+
msgid "Grenada"
|
| 439 |
+
msgstr "Grenada"
|
| 440 |
+
|
| 441 |
+
#: ../admin/manage-fields.php:325
|
| 442 |
+
msgid "Guadeloupe"
|
| 443 |
+
msgstr "Guadeloupe"
|
| 444 |
+
|
| 445 |
+
#: ../admin/manage-fields.php:326
|
| 446 |
+
msgid "Guam"
|
| 447 |
+
msgstr "Guam"
|
| 448 |
+
|
| 449 |
+
#: ../admin/manage-fields.php:327
|
| 450 |
+
msgid "Guatemala"
|
| 451 |
+
msgstr "Guatemala"
|
| 452 |
+
|
| 453 |
+
#: ../admin/manage-fields.php:328
|
| 454 |
+
msgid "Guernsey"
|
| 455 |
+
msgstr "Guernsey"
|
| 456 |
+
|
| 457 |
+
#: ../admin/manage-fields.php:329
|
| 458 |
+
msgid "Guinea"
|
| 459 |
+
msgstr "Guinea"
|
| 460 |
+
|
| 461 |
+
#: ../admin/manage-fields.php:330
|
| 462 |
+
msgid "Guinea-Bissau"
|
| 463 |
+
msgstr "Guinea-Bissau"
|
| 464 |
+
|
| 465 |
+
#: ../admin/manage-fields.php:331
|
| 466 |
+
msgid "Guyana"
|
| 467 |
+
msgstr "Guyana"
|
| 468 |
+
|
| 469 |
+
#: ../admin/manage-fields.php:332
|
| 470 |
+
msgid "Haiti"
|
| 471 |
+
msgstr "Haiti"
|
| 472 |
+
|
| 473 |
+
#: ../admin/manage-fields.php:333
|
| 474 |
+
msgid "Heard Island and McDonald Islands"
|
| 475 |
+
msgstr "Heard Island and McDonald Islands"
|
| 476 |
+
|
| 477 |
+
#: ../admin/manage-fields.php:334
|
| 478 |
+
msgid "Honduras"
|
| 479 |
+
msgstr "Honduras"
|
| 480 |
+
|
| 481 |
+
#: ../admin/manage-fields.php:335
|
| 482 |
+
msgid "Hong Kong"
|
| 483 |
+
msgstr "Hong Kong"
|
| 484 |
+
|
| 485 |
+
#: ../admin/manage-fields.php:336
|
| 486 |
+
msgid "Hungary"
|
| 487 |
+
msgstr "Hungary"
|
| 488 |
+
|
| 489 |
+
#: ../admin/manage-fields.php:337
|
| 490 |
+
msgid "Iceland"
|
| 491 |
+
msgstr "Iceland"
|
| 492 |
+
|
| 493 |
+
#: ../admin/manage-fields.php:338
|
| 494 |
+
msgid "India"
|
| 495 |
+
msgstr "India"
|
| 496 |
+
|
| 497 |
+
#: ../admin/manage-fields.php:339
|
| 498 |
+
msgid "Indonesia"
|
| 499 |
+
msgstr "Indonesia"
|
| 500 |
+
|
| 501 |
+
#: ../admin/manage-fields.php:340
|
| 502 |
+
msgid "Iran"
|
| 503 |
+
msgstr "Iran"
|
| 504 |
+
|
| 505 |
+
#: ../admin/manage-fields.php:341
|
| 506 |
+
msgid "Iraq"
|
| 507 |
+
msgstr "Iraq"
|
| 508 |
+
|
| 509 |
+
#: ../admin/manage-fields.php:342
|
| 510 |
+
msgid "Ireland"
|
| 511 |
+
msgstr "Ireland"
|
| 512 |
+
|
| 513 |
+
#: ../admin/manage-fields.php:343
|
| 514 |
+
msgid "Isle of Man"
|
| 515 |
+
msgstr "Isle of Man"
|
| 516 |
+
|
| 517 |
+
#: ../admin/manage-fields.php:344
|
| 518 |
+
msgid "Israel"
|
| 519 |
+
msgstr "Israel"
|
| 520 |
+
|
| 521 |
+
#: ../admin/manage-fields.php:345
|
| 522 |
+
msgid "Italy"
|
| 523 |
+
msgstr "Italy"
|
| 524 |
+
|
| 525 |
+
#: ../admin/manage-fields.php:346
|
| 526 |
+
msgid "Ivory Coast"
|
| 527 |
+
msgstr "Ivory Coast"
|
| 528 |
+
|
| 529 |
+
#: ../admin/manage-fields.php:347
|
| 530 |
+
msgid "Jamaica"
|
| 531 |
+
msgstr "Jamaica"
|
| 532 |
+
|
| 533 |
+
#: ../admin/manage-fields.php:348
|
| 534 |
+
msgid "Japan"
|
| 535 |
+
msgstr "Japan"
|
| 536 |
+
|
| 537 |
+
#: ../admin/manage-fields.php:349
|
| 538 |
+
msgid "Jersey"
|
| 539 |
+
msgstr "Jersey"
|
| 540 |
+
|
| 541 |
+
#: ../admin/manage-fields.php:350
|
| 542 |
+
msgid "Jordan"
|
| 543 |
+
msgstr "Jordan"
|
| 544 |
+
|
| 545 |
+
#: ../admin/manage-fields.php:351
|
| 546 |
+
msgid "Kazakhstan"
|
| 547 |
+
msgstr "Kazakhstan"
|
| 548 |
+
|
| 549 |
+
#: ../admin/manage-fields.php:352
|
| 550 |
+
msgid "Kenya"
|
| 551 |
+
msgstr "Kenya"
|
| 552 |
+
|
| 553 |
+
#: ../admin/manage-fields.php:353
|
| 554 |
+
msgid "Kiribati"
|
| 555 |
+
msgstr "Kiribati"
|
| 556 |
+
|
| 557 |
+
#: ../admin/manage-fields.php:354
|
| 558 |
+
msgid "Kosovo"
|
| 559 |
+
msgstr "Kosovo"
|
| 560 |
+
|
| 561 |
+
#: ../admin/manage-fields.php:355
|
| 562 |
+
msgid "Kuwait"
|
| 563 |
+
msgstr "Kuwait"
|
| 564 |
+
|
| 565 |
+
#: ../admin/manage-fields.php:356
|
| 566 |
+
msgid "Kyrgyzstan"
|
| 567 |
+
msgstr "Kyrgyzstan"
|
| 568 |
+
|
| 569 |
+
#: ../admin/manage-fields.php:357
|
| 570 |
+
msgid "Laos"
|
| 571 |
+
msgstr "Laos"
|
| 572 |
+
|
| 573 |
+
#: ../admin/manage-fields.php:358
|
| 574 |
+
msgid "Latvia"
|
| 575 |
+
msgstr "Latvia"
|
| 576 |
+
|
| 577 |
+
#: ../admin/manage-fields.php:359
|
| 578 |
+
msgid "Lebanon"
|
| 579 |
+
msgstr "Lebanon"
|
| 580 |
+
|
| 581 |
+
#: ../admin/manage-fields.php:360
|
| 582 |
+
msgid "Lesotho"
|
| 583 |
+
msgstr "Lesotho"
|
| 584 |
+
|
| 585 |
+
#: ../admin/manage-fields.php:361
|
| 586 |
+
msgid "Liberia"
|
| 587 |
+
msgstr "Liberia"
|
| 588 |
+
|
| 589 |
+
#: ../admin/manage-fields.php:362
|
| 590 |
+
msgid "Libya"
|
| 591 |
+
msgstr "Libya"
|
| 592 |
+
|
| 593 |
+
#: ../admin/manage-fields.php:363
|
| 594 |
+
msgid "Liechtenstein"
|
| 595 |
+
msgstr "Liechtenstein"
|
| 596 |
+
|
| 597 |
+
#: ../admin/manage-fields.php:364
|
| 598 |
+
msgid "Lithuania"
|
| 599 |
+
msgstr "Lithuania"
|
| 600 |
+
|
| 601 |
+
#: ../admin/manage-fields.php:365
|
| 602 |
+
msgid "Luxembourg"
|
| 603 |
+
msgstr "Luxembourg"
|
| 604 |
+
|
| 605 |
+
#: ../admin/manage-fields.php:366
|
| 606 |
+
msgid "Macao"
|
| 607 |
+
msgstr "Macao"
|
| 608 |
+
|
| 609 |
+
#: ../admin/manage-fields.php:367
|
| 610 |
+
msgid "Macedonia"
|
| 611 |
+
msgstr "Macedonia"
|
| 612 |
+
|
| 613 |
+
#: ../admin/manage-fields.php:368
|
| 614 |
+
msgid "Madagascar"
|
| 615 |
+
msgstr "Madagascar"
|
| 616 |
+
|
| 617 |
+
#: ../admin/manage-fields.php:369
|
| 618 |
+
msgid "Malawi"
|
| 619 |
+
msgstr "Malawi"
|
| 620 |
+
|
| 621 |
+
#: ../admin/manage-fields.php:370
|
| 622 |
+
msgid "Malaysia"
|
| 623 |
+
msgstr "Malaysia"
|
| 624 |
+
|
| 625 |
+
#: ../admin/manage-fields.php:371
|
| 626 |
+
msgid "Maldives"
|
| 627 |
+
msgstr "Maldives"
|
| 628 |
+
|
| 629 |
+
#: ../admin/manage-fields.php:372
|
| 630 |
+
msgid "Mali"
|
| 631 |
+
msgstr "Mali"
|
| 632 |
+
|
| 633 |
+
#: ../admin/manage-fields.php:373
|
| 634 |
+
msgid "Malta"
|
| 635 |
+
msgstr "Malta"
|
| 636 |
+
|
| 637 |
+
#: ../admin/manage-fields.php:374
|
| 638 |
+
msgid "Marshall Islands"
|
| 639 |
+
msgstr "Marshall Islands"
|
| 640 |
+
|
| 641 |
+
#: ../admin/manage-fields.php:375
|
| 642 |
+
msgid "Martinique"
|
| 643 |
+
msgstr "Martinique"
|
| 644 |
+
|
| 645 |
+
#: ../admin/manage-fields.php:376
|
| 646 |
+
msgid "Mauritania"
|
| 647 |
+
msgstr "Mauritania"
|
| 648 |
+
|
| 649 |
+
#: ../admin/manage-fields.php:377
|
| 650 |
+
msgid "Mauritius"
|
| 651 |
+
msgstr "Mauritius"
|
| 652 |
+
|
| 653 |
+
#: ../admin/manage-fields.php:378
|
| 654 |
+
msgid "Mayotte"
|
| 655 |
+
msgstr "Mayotte"
|
| 656 |
+
|
| 657 |
+
#: ../admin/manage-fields.php:379
|
| 658 |
+
msgid "Mexico"
|
| 659 |
+
msgstr "Mexico"
|
| 660 |
+
|
| 661 |
+
#: ../admin/manage-fields.php:380
|
| 662 |
+
msgid "Micronesia"
|
| 663 |
+
msgstr "Micronesia"
|
| 664 |
+
|
| 665 |
+
#: ../admin/manage-fields.php:381
|
| 666 |
+
msgid "Moldova"
|
| 667 |
+
msgstr "Moldova"
|
| 668 |
+
|
| 669 |
+
#: ../admin/manage-fields.php:382
|
| 670 |
+
msgid "Monaco"
|
| 671 |
+
msgstr "Monaco"
|
| 672 |
+
|
| 673 |
+
#: ../admin/manage-fields.php:383
|
| 674 |
+
msgid "Mongolia"
|
| 675 |
+
msgstr "Mongolia"
|
| 676 |
+
|
| 677 |
+
#: ../admin/manage-fields.php:384
|
| 678 |
+
msgid "Montenegro"
|
| 679 |
+
msgstr "Montenegro"
|
| 680 |
+
|
| 681 |
+
#: ../admin/manage-fields.php:385
|
| 682 |
+
msgid "Montserrat"
|
| 683 |
+
msgstr "Montserrat"
|
| 684 |
+
|
| 685 |
+
#: ../admin/manage-fields.php:386
|
| 686 |
+
msgid "Morocco"
|
| 687 |
+
msgstr "Morocco"
|
| 688 |
+
|
| 689 |
+
#: ../admin/manage-fields.php:387
|
| 690 |
+
msgid "Mozambique"
|
| 691 |
+
msgstr "Mozambique"
|
| 692 |
+
|
| 693 |
+
#: ../admin/manage-fields.php:388
|
| 694 |
+
msgid "Myanmar"
|
| 695 |
+
msgstr "Myanmar"
|
| 696 |
+
|
| 697 |
+
#: ../admin/manage-fields.php:389
|
| 698 |
+
msgid "Namibia"
|
| 699 |
+
msgstr "Namibia"
|
| 700 |
+
|
| 701 |
+
#: ../admin/manage-fields.php:390
|
| 702 |
+
msgid "Nauru"
|
| 703 |
+
msgstr "Nauru"
|
| 704 |
+
|
| 705 |
+
#: ../admin/manage-fields.php:391
|
| 706 |
+
msgid "Nepal"
|
| 707 |
+
msgstr "Nepal"
|
| 708 |
+
|
| 709 |
+
#: ../admin/manage-fields.php:392
|
| 710 |
+
msgid "Netherlands"
|
| 711 |
+
msgstr "Netherlands"
|
| 712 |
+
|
| 713 |
+
#: ../admin/manage-fields.php:393
|
| 714 |
+
msgid "New Caledonia"
|
| 715 |
+
msgstr "New Caledonia"
|
| 716 |
+
|
| 717 |
+
#: ../admin/manage-fields.php:394
|
| 718 |
+
msgid "New Zealand"
|
| 719 |
+
msgstr "New Zealand"
|
| 720 |
+
|
| 721 |
+
#: ../admin/manage-fields.php:395
|
| 722 |
+
msgid "Nicaragua"
|
| 723 |
+
msgstr "Nicaragua"
|
| 724 |
+
|
| 725 |
+
#: ../admin/manage-fields.php:396
|
| 726 |
+
msgid "Niger"
|
| 727 |
+
msgstr "Niger"
|
| 728 |
+
|
| 729 |
+
#: ../admin/manage-fields.php:397
|
| 730 |
+
msgid "Nigeria"
|
| 731 |
+
msgstr "Nigeria"
|
| 732 |
+
|
| 733 |
+
#: ../admin/manage-fields.php:398
|
| 734 |
+
msgid "Niue"
|
| 735 |
+
msgstr "Niue"
|
| 736 |
+
|
| 737 |
+
#: ../admin/manage-fields.php:399
|
| 738 |
+
msgid "Norfolk Island"
|
| 739 |
+
msgstr "Norfolk Island"
|
| 740 |
+
|
| 741 |
+
#: ../admin/manage-fields.php:400
|
| 742 |
+
msgid "North Korea"
|
| 743 |
+
msgstr "North Korea"
|
| 744 |
+
|
| 745 |
+
#: ../admin/manage-fields.php:401
|
| 746 |
+
msgid "Northern Mariana Islands"
|
| 747 |
+
msgstr "Northern Mariana Islands"
|
| 748 |
+
|
| 749 |
+
#: ../admin/manage-fields.php:402
|
| 750 |
+
msgid "Norway"
|
| 751 |
+
msgstr "Norway"
|
| 752 |
+
|
| 753 |
+
#: ../admin/manage-fields.php:403
|
| 754 |
+
msgid "Oman"
|
| 755 |
+
msgstr "Oman"
|
| 756 |
+
|
| 757 |
+
#: ../admin/manage-fields.php:404
|
| 758 |
+
msgid "Pakistan"
|
| 759 |
+
msgstr "Pakistan"
|
| 760 |
+
|
| 761 |
+
#: ../admin/manage-fields.php:405
|
| 762 |
+
msgid "Palau"
|
| 763 |
+
msgstr "Palau"
|
| 764 |
+
|
| 765 |
+
#: ../admin/manage-fields.php:406
|
| 766 |
+
msgid "Palestinian Territory"
|
| 767 |
+
msgstr "Palestinian Territory"
|
| 768 |
+
|
| 769 |
+
#: ../admin/manage-fields.php:407
|
| 770 |
+
msgid "Panama"
|
| 771 |
+
msgstr "Panama"
|
| 772 |
+
|
| 773 |
+
#: ../admin/manage-fields.php:408
|
| 774 |
+
msgid "Papua New Guinea"
|
| 775 |
+
msgstr "Papua New Guinea"
|
| 776 |
+
|
| 777 |
+
#: ../admin/manage-fields.php:409
|
| 778 |
+
msgid "Paraguay"
|
| 779 |
+
msgstr "Paraguay"
|
| 780 |
+
|
| 781 |
+
#: ../admin/manage-fields.php:410
|
| 782 |
+
msgid "Peru"
|
| 783 |
+
msgstr "Peru"
|
| 784 |
+
|
| 785 |
+
#: ../admin/manage-fields.php:411
|
| 786 |
+
msgid "Philippines"
|
| 787 |
+
msgstr "Philippines"
|
| 788 |
+
|
| 789 |
+
#: ../admin/manage-fields.php:412
|
| 790 |
+
msgid "Pitcairn"
|
| 791 |
+
msgstr "Pitcairn"
|
| 792 |
+
|
| 793 |
+
#: ../admin/manage-fields.php:413
|
| 794 |
+
msgid "Poland"
|
| 795 |
+
msgstr "Poland"
|
| 796 |
+
|
| 797 |
+
#: ../admin/manage-fields.php:414
|
| 798 |
+
msgid "Portugal"
|
| 799 |
+
msgstr "Portugal"
|
| 800 |
+
|
| 801 |
+
#: ../admin/manage-fields.php:415
|
| 802 |
+
msgid "Puerto Rico"
|
| 803 |
+
msgstr "Puerto Rico"
|
| 804 |
+
|
| 805 |
+
#: ../admin/manage-fields.php:416
|
| 806 |
+
msgid "Qatar"
|
| 807 |
+
msgstr "Qatar"
|
| 808 |
+
|
| 809 |
+
#: ../admin/manage-fields.php:417
|
| 810 |
+
msgid "Republic of the Congo"
|
| 811 |
+
msgstr "Republic of the Congo"
|
| 812 |
+
|
| 813 |
+
#: ../admin/manage-fields.php:418
|
| 814 |
+
msgid "Reunion"
|
| 815 |
+
msgstr "Reunion"
|
| 816 |
+
|
| 817 |
+
#: ../admin/manage-fields.php:419
|
| 818 |
+
msgid "Romania"
|
| 819 |
+
msgstr "Romania"
|
| 820 |
+
|
| 821 |
+
#: ../admin/manage-fields.php:420
|
| 822 |
+
msgid "Russia"
|
| 823 |
+
msgstr "Russia"
|
| 824 |
+
|
| 825 |
+
#: ../admin/manage-fields.php:421
|
| 826 |
+
msgid "Rwanda"
|
| 827 |
+
msgstr "Rwanda"
|
| 828 |
+
|
| 829 |
+
#: ../admin/manage-fields.php:422
|
| 830 |
+
msgid "Saint Barthelemy"
|
| 831 |
+
msgstr "Saint Barthelemy"
|
| 832 |
+
|
| 833 |
+
#: ../admin/manage-fields.php:423
|
| 834 |
+
msgid "Saint Helena"
|
| 835 |
+
msgstr "Saint Helena"
|
| 836 |
+
|
| 837 |
+
#: ../admin/manage-fields.php:424
|
| 838 |
+
msgid "Saint Kitts and Nevis"
|
| 839 |
+
msgstr "Saint Kitts and Nevis"
|
| 840 |
+
|
| 841 |
+
#: ../admin/manage-fields.php:425
|
| 842 |
+
msgid "Saint Lucia"
|
| 843 |
+
msgstr "Saint Lucia"
|
| 844 |
+
|
| 845 |
+
#: ../admin/manage-fields.php:426
|
| 846 |
+
msgid "Saint Martin"
|
| 847 |
+
msgstr "Saint Martin"
|
| 848 |
+
|
| 849 |
+
#: ../admin/manage-fields.php:427
|
| 850 |
+
msgid "Saint Pierre and Miquelon"
|
| 851 |
+
msgstr "Saint Pierre and Miquelon"
|
| 852 |
+
|
| 853 |
+
#: ../admin/manage-fields.php:428
|
| 854 |
+
msgid "Saint Vincent and the Grenadines"
|
| 855 |
+
msgstr "Saint Vincent and the Grenadines"
|
| 856 |
+
|
| 857 |
+
#: ../admin/manage-fields.php:429
|
| 858 |
+
msgid "Samoa"
|
| 859 |
+
msgstr "Samoa"
|
| 860 |
+
|
| 861 |
+
#: ../admin/manage-fields.php:430
|
| 862 |
+
msgid "San Marino"
|
| 863 |
+
msgstr "San Marino"
|
| 864 |
+
|
| 865 |
+
#: ../admin/manage-fields.php:431
|
| 866 |
+
msgid "Sao Tome and Principe"
|
| 867 |
+
msgstr "Sao Tome and Principe"
|
| 868 |
+
|
| 869 |
+
#: ../admin/manage-fields.php:432
|
| 870 |
+
msgid "Saudi Arabia"
|
| 871 |
+
msgstr "Saudi Arabia"
|
| 872 |
+
|
| 873 |
+
#: ../admin/manage-fields.php:433
|
| 874 |
+
msgid "Senegal"
|
| 875 |
+
msgstr "Senegal"
|
| 876 |
+
|
| 877 |
+
#: ../admin/manage-fields.php:434
|
| 878 |
+
msgid "Serbia"
|
| 879 |
+
msgstr "Serbia"
|
| 880 |
+
|
| 881 |
+
#: ../admin/manage-fields.php:435
|
| 882 |
+
msgid "Seychelles"
|
| 883 |
+
msgstr "Seychelles"
|
| 884 |
+
|
| 885 |
+
#: ../admin/manage-fields.php:436
|
| 886 |
+
msgid "Sierra Leone"
|
| 887 |
+
msgstr "Sierra Leone"
|
| 888 |
+
|
| 889 |
+
#: ../admin/manage-fields.php:437
|
| 890 |
+
msgid "Singapore"
|
| 891 |
+
msgstr "Singapore"
|
| 892 |
+
|
| 893 |
+
#: ../admin/manage-fields.php:438
|
| 894 |
+
msgid "Sint Maarten"
|
| 895 |
+
msgstr "Sint Maarten"
|
| 896 |
+
|
| 897 |
+
#: ../admin/manage-fields.php:439
|
| 898 |
+
msgid "Slovakia"
|
| 899 |
+
msgstr "Slovakia"
|
| 900 |
+
|
| 901 |
+
#: ../admin/manage-fields.php:440
|
| 902 |
+
msgid "Slovenia"
|
| 903 |
+
msgstr "Slovenia"
|
| 904 |
+
|
| 905 |
+
#: ../admin/manage-fields.php:441
|
| 906 |
+
msgid "Solomon Islands"
|
| 907 |
+
msgstr "Solomon Islands"
|
| 908 |
+
|
| 909 |
+
#: ../admin/manage-fields.php:442
|
| 910 |
+
msgid "Somalia"
|
| 911 |
+
msgstr "Somalia"
|
| 912 |
+
|
| 913 |
+
#: ../admin/manage-fields.php:443
|
| 914 |
+
msgid "South Africa"
|
| 915 |
+
msgstr "South Africa"
|
| 916 |
+
|
| 917 |
+
#: ../admin/manage-fields.php:444
|
| 918 |
+
msgid "South Georgia and the South Sandwich Islands"
|
| 919 |
+
msgstr "South Georgia and the South Sandwich Islands"
|
| 920 |
+
|
| 921 |
+
#: ../admin/manage-fields.php:445
|
| 922 |
+
msgid "South Korea"
|
| 923 |
+
msgstr "South Korea"
|
| 924 |
+
|
| 925 |
+
#: ../admin/manage-fields.php:446
|
| 926 |
+
msgid "South Sudan"
|
| 927 |
+
msgstr "South Sudan"
|
| 928 |
+
|
| 929 |
+
#: ../admin/manage-fields.php:447
|
| 930 |
+
msgid "Spain"
|
| 931 |
+
msgstr "Spain"
|
| 932 |
+
|
| 933 |
+
#: ../admin/manage-fields.php:448
|
| 934 |
+
msgid "Sri Lanka"
|
| 935 |
+
msgstr "Sri Lanka"
|
| 936 |
+
|
| 937 |
+
#: ../admin/manage-fields.php:449
|
| 938 |
+
msgid "Sudan"
|
| 939 |
+
msgstr "Sudan"
|
| 940 |
+
|
| 941 |
+
#: ../admin/manage-fields.php:450
|
| 942 |
+
msgid "Suriname"
|
| 943 |
+
msgstr "Suriname"
|
| 944 |
+
|
| 945 |
+
#: ../admin/manage-fields.php:451
|
| 946 |
+
msgid "Svalbard and Jan Mayen"
|
| 947 |
+
msgstr "Svalbard and Jan Mayen"
|
| 948 |
+
|
| 949 |
+
#: ../admin/manage-fields.php:452
|
| 950 |
+
msgid "Swaziland"
|
| 951 |
+
msgstr "Swaziland"
|
| 952 |
+
|
| 953 |
+
#: ../admin/manage-fields.php:453
|
| 954 |
+
msgid "Sweden"
|
| 955 |
+
msgstr "Sweden"
|
| 956 |
+
|
| 957 |
+
#: ../admin/manage-fields.php:454
|
| 958 |
+
msgid "Switzerland"
|
| 959 |
+
msgstr "Switzerland"
|
| 960 |
+
|
| 961 |
+
#: ../admin/manage-fields.php:455
|
| 962 |
+
msgid "Syria"
|
| 963 |
+
msgstr "Syria"
|
| 964 |
+
|
| 965 |
+
#: ../admin/manage-fields.php:456
|
| 966 |
+
msgid "Taiwan"
|
| 967 |
+
msgstr "Taiwan"
|
| 968 |
+
|
| 969 |
+
#: ../admin/manage-fields.php:457
|
| 970 |
+
msgid "Tajikistan"
|
| 971 |
+
msgstr "Tajikistan"
|
| 972 |
+
|
| 973 |
+
#: ../admin/manage-fields.php:458
|
| 974 |
+
msgid "Tanzania"
|
| 975 |
+
msgstr "Tanzania"
|
| 976 |
+
|
| 977 |
+
#: ../admin/manage-fields.php:459
|
| 978 |
+
msgid "Thailand"
|
| 979 |
+
msgstr "Thailand"
|
| 980 |
+
|
| 981 |
+
#: ../admin/manage-fields.php:460
|
| 982 |
+
msgid "Togo"
|
| 983 |
+
msgstr "Togo"
|
| 984 |
+
|
| 985 |
+
#: ../admin/manage-fields.php:461
|
| 986 |
+
msgid "Tokelau"
|
| 987 |
+
msgstr "Tokelau"
|
| 988 |
+
|
| 989 |
+
#: ../admin/manage-fields.php:462
|
| 990 |
+
msgid "Tonga"
|
| 991 |
+
msgstr "Tonga"
|
| 992 |
+
|
| 993 |
+
#: ../admin/manage-fields.php:463
|
| 994 |
+
msgid "Trinidad and Tobago"
|
| 995 |
+
msgstr "Trinidad and Tobago"
|
| 996 |
+
|
| 997 |
+
#: ../admin/manage-fields.php:464
|
| 998 |
+
msgid "Tunisia"
|
| 999 |
+
msgstr "Tunisia"
|
| 1000 |
+
|
| 1001 |
+
#: ../admin/manage-fields.php:465
|
| 1002 |
+
msgid "Turkey"
|
| 1003 |
+
msgstr "Turkey"
|
| 1004 |
+
|
| 1005 |
+
#: ../admin/manage-fields.php:466
|
| 1006 |
+
msgid "Turkmenistan"
|
| 1007 |
+
msgstr "Turkmenistan"
|
| 1008 |
+
|
| 1009 |
+
#: ../admin/manage-fields.php:467
|
| 1010 |
+
msgid "Turks and Caicos Islands"
|
| 1011 |
+
msgstr "Turks and Caicos Islands"
|
| 1012 |
+
|
| 1013 |
+
#: ../admin/manage-fields.php:468
|
| 1014 |
+
msgid "Tuvalu"
|
| 1015 |
+
msgstr "Tuvalu"
|
| 1016 |
+
|
| 1017 |
+
#: ../admin/manage-fields.php:469
|
| 1018 |
+
msgid "U.S. Virgin Islands"
|
| 1019 |
+
msgstr "U.S. Virgin Islands"
|
| 1020 |
+
|
| 1021 |
+
#: ../admin/manage-fields.php:470
|
| 1022 |
+
msgid "Uganda"
|
| 1023 |
+
msgstr "Uganda"
|
| 1024 |
+
|
| 1025 |
+
#: ../admin/manage-fields.php:471
|
| 1026 |
+
msgid "Ukraine"
|
| 1027 |
+
msgstr "Ukraine"
|
| 1028 |
+
|
| 1029 |
+
#: ../admin/manage-fields.php:472
|
| 1030 |
+
msgid "United Arab Emirates"
|
| 1031 |
+
msgstr "United Arab Emirates"
|
| 1032 |
+
|
| 1033 |
+
#: ../admin/manage-fields.php:473
|
| 1034 |
+
msgid "United Kingdom"
|
| 1035 |
+
msgstr "United Kingdom"
|
| 1036 |
+
|
| 1037 |
+
#: ../admin/manage-fields.php:474
|
| 1038 |
+
msgid "United States"
|
| 1039 |
+
msgstr "United States"
|
| 1040 |
+
|
| 1041 |
+
#: ../admin/manage-fields.php:475
|
| 1042 |
+
msgid "United States Minor Outlying Islands"
|
| 1043 |
+
msgstr "United States Minor Outlying Islands"
|
| 1044 |
+
|
| 1045 |
+
#: ../admin/manage-fields.php:476
|
| 1046 |
+
msgid "Uruguay"
|
| 1047 |
+
msgstr "Uruguay"
|
| 1048 |
+
|
| 1049 |
+
#: ../admin/manage-fields.php:477
|
| 1050 |
+
msgid "Uzbekistan"
|
| 1051 |
+
msgstr "Uzbekistan"
|
| 1052 |
+
|
| 1053 |
+
#: ../admin/manage-fields.php:478
|
| 1054 |
+
msgid "Vanuatu"
|
| 1055 |
+
msgstr "Vanuatu"
|
| 1056 |
+
|
| 1057 |
+
#: ../admin/manage-fields.php:479
|
| 1058 |
+
msgid "Vatican"
|
| 1059 |
+
msgstr "Vatican"
|
| 1060 |
+
|
| 1061 |
+
#: ../admin/manage-fields.php:480
|
| 1062 |
+
msgid "Venezuela"
|
| 1063 |
+
msgstr "Venezuela"
|
| 1064 |
+
|
| 1065 |
+
#: ../admin/manage-fields.php:481
|
| 1066 |
+
msgid "Vietnam"
|
| 1067 |
+
msgstr "Vietnam"
|
| 1068 |
+
|
| 1069 |
+
#: ../admin/manage-fields.php:482
|
| 1070 |
+
msgid "Wallis and Futuna"
|
| 1071 |
+
msgstr "Wallis and Futuna"
|
| 1072 |
+
|
| 1073 |
+
#: ../admin/manage-fields.php:483
|
| 1074 |
+
msgid "Western Sahara"
|
| 1075 |
+
msgstr "Western Sahara"
|
| 1076 |
+
|
| 1077 |
+
#: ../admin/manage-fields.php:484
|
| 1078 |
+
msgid "Yemen"
|
| 1079 |
+
msgstr "Yemen"
|
| 1080 |
+
|
| 1081 |
+
#: ../admin/manage-fields.php:485
|
| 1082 |
+
msgid "Zambia"
|
| 1083 |
+
msgstr "Zambia"
|
| 1084 |
+
|
| 1085 |
+
#: ../admin/manage-fields.php:486
|
| 1086 |
+
msgid "Zimbabwe"
|
| 1087 |
+
msgstr "Zimbabwe"
|
| 1088 |
+
|
| 1089 |
+
#: ../admin/manage-fields.php:843
|
| 1090 |
+
msgid "With Profile Builder Pro v2 you can display different fields in the registration and edit profile forms, using the Multiple Registration & Edit Profile Forms module."
|
| 1091 |
+
msgstr ""
|
| 1092 |
+
|
| 1093 |
+
#: ../assets/misc/plugin-compatibilities.php:241
|
| 1094 |
+
msgid "Your account has to be confirmed by an administrator before you can log in."
|
| 1095 |
+
msgstr ""
|
| 1096 |
+
|
| 1097 |
+
#: ../features/admin-approval/admin-approval.php:203
|
| 1098 |
+
msgid "Your account has been successfully created!"
|
| 1099 |
+
msgstr ""
|
| 1100 |
+
|
| 1101 |
+
#: ../features/functions.php:607
|
| 1102 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:374
|
| 1103 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:379
|
| 1104 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:421
|
| 1105 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:458
|
| 1106 |
+
msgid "Please enter a (valid) reCAPTCHA value"
|
| 1107 |
+
msgstr ""
|
| 1108 |
+
|
| 1109 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:421
|
| 1110 |
+
msgid "Click the BACK button on your browser, and try again."
|
| 1111 |
+
msgstr ""
|
| 1112 |
+
|
| 1113 |
+
#: ../front-end/extra-fields/upload/upload_helper_functions.php:78
|
| 1114 |
+
#: ../front-end/extra-fields/upload/upload_helper_functions.php:87
|
| 1115 |
+
msgid "Sorry, you cannot upload this file type for this field."
|
| 1116 |
+
msgstr ""
|
| 1117 |
+
|
| 1118 |
+
#: ../front-end/extra-fields/upload/upload_helper_functions.php:94
|
| 1119 |
+
msgid "An error occurred, please try again later."
|
| 1120 |
+
msgstr ""
|
| 1121 |
+
|
| 1122 |
+
#: ../modules/user-listing/userlisting.php:253
|
| 1123 |
+
msgid "More"
|
| 1124 |
+
msgstr ""
|
| 1125 |
+
|
| 1126 |
+
#: ../modules/user-listing/userlisting.php:338
|
| 1127 |
+
msgid "You do not have permission to view this user list."
|
| 1128 |
+
msgstr ""
|
| 1129 |
+
|
| 1130 |
+
#: ../modules/user-listing/userlisting.php:351
|
| 1131 |
+
msgid "You do not have the required user role to view this user list."
|
| 1132 |
+
msgstr ""
|
| 1133 |
+
|
| 1134 |
+
#: ../modules/user-listing/userlisting.php:1287
|
| 1135 |
+
msgid "Ascending"
|
| 1136 |
+
msgstr ""
|
| 1137 |
+
|
| 1138 |
+
#: ../modules/user-listing/userlisting.php:1288
|
| 1139 |
+
msgid "Descending"
|
| 1140 |
+
msgstr ""
|
| 1141 |
+
|
| 1142 |
#: ../admin/add-ons.php:144
|
| 1143 |
msgid "Download Now"
|
| 1144 |
+
msgstr "Download nu"
|
| 1145 |
|
| 1146 |
+
#: ../admin/admin-functions.php:197
|
| 1147 |
msgid "If you enjoy using <strong> %1$s </strong> please <a href=\"%2$s\" target=\"_blank\">rate us on WordPress.org</a>. More happy users means more features, less bugs and better support for everyone. "
|
| 1148 |
+
msgstr "Hvis du kan lide at bruge <strong> %1$s </strong> please <a href=\"%2$s\" target=\"_blank\">rate os på WordPress.org</a>. Flere tilfredse brugere betyder flere features, færre fejl og bedre support til alle."
|
| 1149 |
|
| 1150 |
#: ../admin/manage-fields.php:68
|
| 1151 |
msgid "Choose one of the supported field types"
|
| 1152 |
+
msgstr "Vælg en af de supporterede felttyper"
|
| 1153 |
|
| 1154 |
#: ../admin/manage-fields.php:70
|
| 1155 |
msgid ". Extra Field Types are available in <a href=\"%s\">Hobbyist or PRO versions</a>."
|
| 1156 |
+
msgstr ".Ekstra felttyper er tilgængelig i <a href=\"%s\">Hobbyist or PRO versions</a>."
|
| 1157 |
|
| 1158 |
+
#: ../admin/manage-fields.php:107
|
| 1159 |
msgid "Site Key"
|
| 1160 |
+
msgstr "Site nøgle (Key)"
|
| 1161 |
|
| 1162 |
+
#: ../admin/manage-fields.php:107
|
| 1163 |
msgid "The site key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 1164 |
+
msgstr "Site nøgle (Key) fra Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 1165 |
|
| 1166 |
+
#: ../admin/manage-fields.php:108
|
| 1167 |
msgid "Secret Key"
|
| 1168 |
+
msgstr "Hemmelig nøgle (Key)"
|
| 1169 |
|
| 1170 |
+
#: ../admin/manage-fields.php:108
|
| 1171 |
msgid "The secret key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 1172 |
+
msgstr "Den hemmelige nøgle (Key) fra Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 1173 |
|
| 1174 |
+
#: ../admin/manage-fields.php:660
|
| 1175 |
msgid "You must enter the site key\n"
|
| 1176 |
+
msgstr "Du skal enter site nøglen (Key)\n"
|
| 1177 |
|
| 1178 |
+
#: ../admin/manage-fields.php:662
|
| 1179 |
msgid "You must enter the secret key\n"
|
| 1180 |
+
msgstr "Du skal enter den hemmelige nøgle (Key)\n"
|
| 1181 |
|
| 1182 |
#: ../admin/add-ons.php:10 ../admin/add-ons.php:32
|
| 1183 |
msgid "Add-Ons"
|
| 1259 |
msgid "Could not install add-on. Retry or <a href=\"%s\" target=\"_blank\">install manually</a>."
|
| 1260 |
msgstr "Kunne ikke installere tilføjelse (add-on). Prøv igen eller <a href=\"%s\" target=\"_blank\">install manually</a>."
|
| 1261 |
|
| 1262 |
+
#: ../front-end/default-fields/email/email.php:48
|
| 1263 |
msgid "You must enter a valid email address."
|
| 1264 |
msgstr "Du skal indtaste en gyldig e-mail adresse."
|
| 1265 |
|
| 1266 |
+
#: ../front-end/default-fields/username/username.php:53
|
| 1267 |
+
#: ../front-end/default-fields/username/username.php:60
|
| 1268 |
msgid "This username is invalid because it uses illegal characters."
|
| 1269 |
msgstr "Dette brugernavn er ugyldigt, idet det indeholde karaterer / tegn som ikke er tilladte."
|
| 1270 |
|
| 1271 |
+
#: ../front-end/default-fields/username/username.php:53
|
| 1272 |
+
#: ../front-end/default-fields/username/username.php:60
|
| 1273 |
msgid "Please enter a valid username."
|
| 1274 |
msgstr "Venligst indtast et gyldigt brugernavn."
|
| 1275 |
|
| 1276 |
+
#: ../front-end/extra-fields/user-role/user-role.php:67
|
| 1277 |
+
#: ../front-end/extra-fields/user-role/user-role.php:80
|
| 1278 |
msgid "Only administrators can see this field on edit profile forms."
|
| 1279 |
msgstr "Kun administratorer kan se dette felt på rediger profilformularer."
|
| 1280 |
|
| 1281 |
+
#: ../front-end/extra-fields/user-role/user-role.php:76
|
| 1282 |
msgid "As an administrator you cannot change your role."
|
| 1283 |
msgstr "Som administrator kan du ikke ændre din rolle."
|
| 1284 |
|
| 1359 |
msgid "None"
|
| 1360 |
msgstr "Ingen"
|
| 1361 |
|
| 1362 |
+
#: ../admin/admin-functions.php:128
|
| 1363 |
msgid "<strong>ERROR</strong>: The password must have the minimum length of %s characters"
|
| 1364 |
msgstr "<strong>FEJL</strong>: Adgangskoden skal bestå af mindst %s characters"
|
| 1365 |
|
| 1366 |
+
#: ../admin/admin-functions.php:145
|
| 1367 |
msgid "<strong>ERROR</strong>: The password must have a minimum strength of %s"
|
| 1368 |
msgstr "<strong>FEJL</strong>: Adgangskodens styrke skal være mindst: %s"
|
| 1369 |
|
| 1370 |
+
#: ../admin/general-settings.php:170
|
| 1371 |
msgid "Username and Email"
|
| 1372 |
msgstr "Brugernavn og e-mail"
|
| 1373 |
|
| 1374 |
+
#: ../admin/general-settings.php:175
|
| 1375 |
msgid "\"Username and Email\" - users can Log In with both Username and Email."
|
| 1376 |
msgstr "\"Brugernavn og e-mail\" - brugere kan logge ind med såvel brugernavn som e-mail."
|
| 1377 |
|
| 1378 |
+
#: ../admin/general-settings.php:176
|
| 1379 |
msgid "\"Username\" - users can Log In only with Username."
|
| 1380 |
msgstr "\"Brugernavn\" - brugere kan kun logge ind med brugernavn."
|
| 1381 |
|
| 1382 |
+
#: ../admin/general-settings.php:177
|
| 1383 |
msgid "\"Email\" - users can Log In only with Email."
|
| 1384 |
msgstr "\"E-mail\" - brugere kan kun logge ind med e-mail."
|
| 1385 |
|
| 1386 |
+
#: ../admin/manage-fields.php:100
|
| 1387 |
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 (.*)"
|
| 1388 |
msgstr "Specificer hvilke filformater (extensions) du ønsker at afgrænse til i uploads<br/>Eks: .ext1,.ext2,.ext3<br/>Hvis ikke specificeret er default: .jpg,.jpeg,.gif,.png (.*)"
|
| 1389 |
|
| 1390 |
+
#: ../admin/manage-fields.php:101
|
| 1391 |
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 (.*)"
|
| 1392 |
msgstr "Specificer hvilke filformater (extensions) du ønsker at afgrænse til i uploads<br/>Eks: .ext1,.ext2,.ext3<br/>Hvis ikke specificeret er default alle WordPress tilladte filformater (.*)"
|
| 1393 |
|
| 1394 |
+
#: ../admin/manage-fields.php:111
|
| 1395 |
msgid "User Roles"
|
| 1396 |
msgstr "Brugerroller"
|
| 1397 |
|
| 1398 |
+
#: ../admin/manage-fields.php:111
|
| 1399 |
msgid "Select which user roles to show to the user ( drag and drop to re-order )"
|
| 1400 |
msgstr "Vælg hvilke brugerroller der skal vises for brugerne (\"træk\" og \"slip\" for at om-organiserer)"
|
| 1401 |
|
| 1402 |
+
#: ../admin/manage-fields.php:112
|
| 1403 |
msgid "User Roles Order"
|
| 1404 |
msgstr "Brugerroller orden"
|
| 1405 |
|
| 1406 |
+
#: ../admin/manage-fields.php:112
|
| 1407 |
msgid "Save the user role order from the user roles checkboxes"
|
| 1408 |
msgstr "Gem brugerrolle ordenen fra brugerrollernes tjekbokse"
|
| 1409 |
|
| 1410 |
+
#: ../admin/manage-fields.php:752
|
| 1411 |
msgid "Please select at least one user role\n"
|
| 1412 |
msgstr "Vælg venligst mindst en brugerrolle\n"
|
| 1413 |
|
| 1435 |
msgid "show"
|
| 1436 |
msgstr "vis"
|
| 1437 |
|
| 1438 |
+
#: ../features/functions.php:659
|
| 1439 |
msgid "To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sNetwork Settings%2$s, and under Registration Settings make sure to check “User accounts may be registered”. %3$sDismiss%4$s"
|
| 1440 |
msgstr "For at tillade brugere at registrere sig på din hjemmeside via Profile Builder, skal du først aktivere brugerregistrering. Gå til %1$sNetwork Settings%2$s, og under registreringsopsætningen sørg for at sætte markering ved “Brugerkonti må registreres.” %3$sDismiss%4$s"
|
| 1441 |
|
| 1442 |
+
#: ../front-end/class-formbuilder.php:509
|
| 1443 |
msgid "User to edit:"
|
| 1444 |
msgstr "Bruger der skal redigeres:"
|
| 1445 |
|
| 1446 |
+
#: ../front-end/default-fields/password/password.php:46
|
| 1447 |
+
#: ../front-end/recover.php:245
|
| 1448 |
msgid "The password must have the minimum length of %s characters"
|
| 1449 |
msgstr "Adgangskoden skal have en minimumslængde på %s karakterer"
|
| 1450 |
|
| 1451 |
+
#: ../front-end/default-fields/password/password.php:50
|
| 1452 |
+
#: ../front-end/recover.php:249
|
| 1453 |
msgid "The password must have a minimum strength of %s"
|
| 1454 |
msgstr "Adgangskoden skal minimum have en styrke på %s"
|
| 1455 |
|
| 1456 |
+
#: ../front-end/extra-fields/user-role/user-role.php:112
|
| 1457 |
msgid "You cannot register this user role"
|
| 1458 |
msgstr "Du kan ikke registrere denne brugerrolle"
|
| 1459 |
|
| 1460 |
#: ../front-end/login.php:105
|
| 1461 |
msgid "username or email"
|
| 1462 |
+
msgstr "brugernavn eller e-mail"
|
| 1463 |
|
| 1464 |
#: ../front-end/login.php:174
|
| 1465 |
msgid "Username or Email"
|
| 1466 |
+
msgstr "Brugernavn eller e-mail"
|
| 1467 |
|
| 1468 |
#: ../front-end/logout.php:15
|
| 1469 |
msgid "You are currently logged in as %s. "
|
| 1477 |
msgid "User Role"
|
| 1478 |
msgstr "Brugerrolle"
|
| 1479 |
|
| 1480 |
+
#: ../modules/user-listing/userlisting.php:1207
|
| 1481 |
msgid "View all extra shortcode parameters"
|
| 1482 |
msgstr "Se alle ekstra \"shortcode\" parametre"
|
| 1483 |
|
| 1484 |
+
#: ../modules/user-listing/userlisting.php:1221
|
| 1485 |
msgid "displays only the users that you specified the user_id for"
|
| 1486 |
msgstr "vis kun de brugere som du specificerede 'user_id' for"
|
| 1487 |
|
| 1488 |
+
#: ../modules/user-listing/userlisting.php:1227
|
| 1489 |
msgid "displays all users except the ones you specified the user_id for"
|
| 1490 |
msgstr "vis alle brugere undtagen dem som du specificerede 'user_id' for"
|
| 1491 |
|
| 1492 |
+
#: ../features/functions.php:526
|
| 1493 |
msgid "Minimum length of %d characters"
|
| 1494 |
msgstr "Minimum længde på %d karakterer"
|
| 1495 |
|
| 1497 |
msgid "This message is only visible by administrators"
|
| 1498 |
msgstr "Denne meddelelse er kun synlig for administratorer"
|
| 1499 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1500 |
#: ../modules/user-listing/userlisting.php:364
|
| 1501 |
msgid "User not found"
|
| 1502 |
msgstr "Bruger ikke fundet"
|
| 1510 |
msgid "Choose which user roles view the admin bar in the front-end of the website."
|
| 1511 |
msgstr "Vælg hvilke brugerroller der skal se kontrolpanelet på sitets 'front-end'."
|
| 1512 |
|
| 1513 |
+
#: ../admin/manage-fields.php:105
|
| 1514 |
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"
|
| 1515 |
msgstr "Indsæt en komma separeret liste med værdier<br/>Det kan være hvad som helst, idet værdierne er skjulte for brugeren. Men listen må ikke indeholde specielle karakterer eller apostroffer."
|
| 1516 |
|
| 1517 |
+
#: ../admin/manage-fields.php:689
|
| 1518 |
msgid "The meta-name cannot be empty\n"
|
| 1519 |
msgstr "'Meta-name' kan ikke være tom\n"
|
| 1520 |
|
| 1545 |
msgid "1 item"
|
| 1546 |
msgstr "1 emne"
|
| 1547 |
|
| 1548 |
+
#: ../features/functions.php:512
|
| 1549 |
msgid "Very Weak"
|
| 1550 |
msgstr "Meget svag"
|
| 1551 |
|
| 1552 |
+
#: ../features/functions.php:600
|
| 1553 |
msgid "This field is required"
|
| 1554 |
msgstr "Dette felt er obligatorisk"
|
| 1555 |
|
| 1556 |
+
#: ../features/functions.php:627
|
| 1557 |
msgid "Cancel"
|
| 1558 |
msgstr "Annuller"
|
| 1559 |
|
| 1560 |
+
#: ../features/functions.php:663
|
| 1561 |
msgid "To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sSettings -> General%2$s tab, and under Membership make sure to check “Anyone can register”. %3$sDismiss%4$s"
|
| 1562 |
msgstr "For at tillade bruger at registrere sig på dit site via Profile Builder, skal du først aktiverer brugerregistrering. Gå til %1$sIndstillinger -> Generel%2$s fane, og under Medlemskab sørge for at markere “Alle kan registrere sig\". %3$sAfvis%4$s"
|
| 1563 |
|
| 1586 |
msgid "Must be a valid email address or the tag {{reply_to}} which defaults to the administrator email"
|
| 1587 |
msgstr "Skal være en gyldig e-mail adresse eller {{reply_to}} som default for administrator e-mailen"
|
| 1588 |
|
| 1589 |
+
#: ../features/email-confirmation/email-confirmation.php:554
|
| 1590 |
+
#: ../features/email-confirmation/email-confirmation.php:557
|
| 1591 |
+
#: ../modules/email-customizer/email-customizer.php:413
|
| 1592 |
+
#: ../modules/email-customizer/email-customizer.php:420
|
| 1593 |
+
#: ../modules/email-customizer/email-customizer.php:434
|
| 1594 |
msgid "Your selected password at signup"
|
| 1595 |
msgstr "Din valgte adgangskode ved oprettelse"
|
| 1596 |
|
| 1614 |
msgid "Choose..."
|
| 1615 |
msgstr "Vælg..."
|
| 1616 |
|
| 1617 |
+
#: ../modules/user-listing/userlisting.php:1298
|
| 1618 |
msgid "Set the number of users to be displayed on every paginated part of the all-userlisting"
|
| 1619 |
msgstr "Angiv antallet af brugere som vises på hver side af den samlede brugeroversigt"
|
| 1620 |
|
| 1646 |
msgid "Hide"
|
| 1647 |
msgstr "Skjul"
|
| 1648 |
|
| 1649 |
+
#: ../admin/admin-bar.php:86 ../admin/general-settings.php:215
|
| 1650 |
+
#: ../admin/register-version.php:95 ../features/functions.php:620
|
| 1651 |
#: ../modules/custom-redirects/custom-redirects.php:136
|
| 1652 |
#: ../modules/modules.php:142
|
| 1653 |
msgid "Save Changes"
|
| 1662 |
msgid "General Settings"
|
| 1663 |
msgstr "Generelle indstillinger"
|
| 1664 |
|
| 1665 |
+
#: ../admin/admin-functions.php:134 ../admin/general-settings.php:201
|
| 1666 |
msgid "Very weak"
|
| 1667 |
msgstr "Meget svag"
|
| 1668 |
|
| 1669 |
+
#: ../admin/admin-functions.php:134 ../admin/general-settings.php:202
|
| 1670 |
+
#: ../features/functions.php:512
|
| 1671 |
msgid "Weak"
|
| 1672 |
msgstr "Svag"
|
| 1673 |
|
| 1674 |
+
#: ../admin/admin-functions.php:134 ../admin/general-settings.php:203
|
| 1675 |
+
#: ../features/functions.php:512
|
| 1676 |
msgid "Medium"
|
| 1677 |
msgstr "Middel"
|
| 1678 |
|
| 1679 |
+
#: ../admin/admin-functions.php:134 ../admin/general-settings.php:204
|
| 1680 |
+
#: ../features/functions.php:512
|
| 1681 |
msgid "Strong"
|
| 1682 |
msgstr "Stærk"
|
| 1683 |
|
| 1684 |
+
#: ../admin/admin-functions.php:184
|
| 1685 |
msgid "Add Field"
|
| 1686 |
msgstr "Tilføj felt"
|
| 1687 |
|
| 1688 |
+
#: ../admin/admin-functions.php:186
|
| 1689 |
#: ../modules/class-mustache-templates/class-mustache-templates.php:374
|
| 1690 |
msgid "Save Settings"
|
| 1691 |
msgstr "Gem indstillinger"
|
| 1714 |
msgid "Login"
|
| 1715 |
msgstr "Log ind"
|
| 1716 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1717 |
#: ../admin/basic-info.php:40
|
| 1718 |
msgid "Registration"
|
| 1719 |
msgstr "Registrering"
|
| 1720 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1721 |
#: ../admin/basic-info.php:44
|
| 1722 |
msgid "Edit Profile"
|
| 1723 |
msgstr "Rediger profil"
|
| 1724 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1725 |
#: ../admin/basic-info.php:51
|
| 1726 |
msgid "Extra Features"
|
| 1727 |
msgstr "Ekstra funktioner"
|
| 1738 |
msgid "Recover Password"
|
| 1739 |
msgstr "Genskab adgangskode"
|
| 1740 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1741 |
#: ../admin/basic-info.php:61
|
| 1742 |
msgid "Admin Approval (*)"
|
| 1743 |
msgstr "Admin godkendelse (*)"
|
| 1862 |
msgid "Easy to edit templates for listing your website users as well as creating single user pages. Shortcode based, offering many options to customize your listings."
|
| 1863 |
msgstr "Brugervenlige skabeloner gør det muligt at liste dit websites bruger ligesom du kan skabe enkelt bruger sider. Og så er det 'Shortcode' baseret, som gør det muligt for dig at tilpasse dine lister/oversigter. "
|
| 1864 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1865 |
#: ../admin/basic-info.php:134
|
| 1866 |
msgid "Email Customizer"
|
| 1867 |
msgstr "E-mail opsætning"
|
| 1912 |
#: ../admin/general-settings.php:114
|
| 1913 |
#: ../modules/multiple-forms/register-forms.php:225
|
| 1914 |
#: ../modules/multiple-forms/register-forms.php:226
|
| 1915 |
+
#: ../modules/user-listing/userlisting.php:1303
|
| 1916 |
msgid "Yes"
|
| 1917 |
msgstr "Ja"
|
| 1918 |
|
| 1962 |
msgid "You can find a list of users at %1$sUsers > All Users > Admin Approval%2$s."
|
| 1963 |
msgstr "Du kan finde en liste med brugere på %1$sUsers > All Users > Admin Approval%2$s."
|
| 1964 |
|
| 1965 |
+
#: ../admin/general-settings.php:156
|
| 1966 |
msgid "\"Admin Approval\" Feature:"
|
| 1967 |
msgstr "\"Administrator godkendelse\" funktion:"
|
| 1968 |
|
| 1969 |
+
#: ../admin/general-settings.php:159
|
| 1970 |
msgid "You decide who is a user on your website. Get notified via email or approve multiple users at once from the WordPress UI. Enable Admin Approval by upgrading to %1$sHobbyist or PRO versions%2$s."
|
| 1971 |
msgstr "Du bestemmer hvem der er bruger på dit website. Bliv informeret via e-mail eller godkend flere brugere samlet ('bulk') via WordPress UI. Aktiver 'Administrator godkendelse' ved at opgradere til %1$sHobbyist or PRO versions%2$s."
|
| 1972 |
|
| 1973 |
+
#: ../admin/general-settings.php:166
|
| 1974 |
msgid "Allow Users to Log in With:"
|
| 1975 |
msgstr "Tillad brugere at logge ind med:"
|
| 1976 |
|
| 1977 |
+
#: ../admin/general-settings.php:171 ../admin/manage-fields.php:159
|
| 1978 |
#: ../features/admin-approval/class-admin-approval.php:177
|
| 1979 |
#: ../features/email-confirmation/class-email-confirmation.php:167
|
| 1980 |
#: ../modules/email-customizer/email-customizer.php:28
|
| 1981 |
#: ../modules/user-listing/userlisting.php:92
|
| 1982 |
+
#: ../modules/user-listing/userlisting.php:248
|
| 1983 |
+
#: ../modules/user-listing/userlisting.php:611
|
| 1984 |
+
#: ../modules/user-listing/userlisting.php:1259
|
| 1985 |
msgid "Username"
|
| 1986 |
msgstr "Brugernavn"
|
| 1987 |
|
| 1988 |
+
#: ../admin/general-settings.php:172 ../front-end/login.php:170
|
| 1989 |
#: ../modules/email-customizer/email-customizer.php:29
|
| 1990 |
+
#: ../modules/user-listing/userlisting.php:617
|
| 1991 |
+
#: ../modules/user-listing/userlisting.php:1260
|
| 1992 |
msgid "Email"
|
| 1993 |
msgstr "E-mail"
|
| 1994 |
|
| 1995 |
+
#: ../admin/general-settings.php:184
|
| 1996 |
msgid "Minimum Password Length:"
|
| 1997 |
msgstr "Min. længde på adgangskode:"
|
| 1998 |
|
| 1999 |
+
#: ../admin/general-settings.php:189
|
| 2000 |
msgid "Enter the minimum characters the password should have. Leave empty for no minimum limit"
|
| 2001 |
msgstr "Angiv minimum antallet af karakterer som adgangskoden skal bestå af. Lad feltet være tomt for ikke at have minimumsbegrænsning."
|
| 2002 |
|
| 2003 |
+
#: ../admin/general-settings.php:196
|
| 2004 |
msgid "Minimum Password Strength:"
|
| 2005 |
msgstr "Minimum styrke på adgangskode:"
|
| 2006 |
|
| 2007 |
+
#: ../admin/general-settings.php:200
|
| 2008 |
msgid "Disabled"
|
| 2009 |
msgstr "Deaktiver"
|
| 2010 |
|
| 2016 |
msgid "Manage Default and Extra Fields"
|
| 2017 |
msgstr "Håndter standard ('default') og ekstra felter"
|
| 2018 |
|
| 2019 |
+
#: ../admin/manage-fields.php:94
|
| 2020 |
msgid "Field Title"
|
| 2021 |
msgstr "Felt titel"
|
| 2022 |
|
| 2023 |
+
#: ../admin/manage-fields.php:94
|
| 2024 |
msgid "Title of the field"
|
| 2025 |
msgstr "Feltets titel"
|
| 2026 |
|
| 2027 |
+
#: ../admin/manage-fields.php:95
|
| 2028 |
#: ../modules/multiple-forms/edit-profile-forms.php:241
|
| 2029 |
#: ../modules/multiple-forms/register-forms.php:262
|
| 2030 |
msgid "Field"
|
| 2031 |
msgstr "Felt"
|
| 2032 |
|
| 2033 |
+
#: ../admin/manage-fields.php:96
|
| 2034 |
msgid "Meta-name"
|
| 2035 |
msgstr "Meta-navn"
|
| 2036 |
|
| 2037 |
+
#: ../admin/manage-fields.php:96
|
| 2038 |
msgid "Use this in conjuction 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 uniqe)<br/>Changing this might take long in case of a very big user-count"
|
| 2039 |
msgstr "Bruges i sammen med WordPress funktioner til at vise værdien på siden du vælger<br/> Udfyldes automatisk, men i visse tilfælde redigerbart (i sådanne tilfælde skal det være unikt)<br/>Ændring af dette kan take lang tid i tilfælde af et meget stort antal brugere."
|
| 2040 |
|
| 2041 |
+
#: ../admin/manage-fields.php:97
|
| 2042 |
#: ../modules/multiple-forms/edit-profile-forms.php:242
|
| 2043 |
#: ../modules/multiple-forms/register-forms.php:263
|
| 2044 |
msgid "ID"
|
| 2045 |
msgstr "ID"
|
| 2046 |
|
| 2047 |
+
#: ../admin/manage-fields.php:97
|
| 2048 |
#: ../modules/multiple-forms/edit-profile-forms.php:242
|
| 2049 |
#: ../modules/multiple-forms/register-forms.php:263
|
| 2050 |
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"
|
| 2051 |
msgstr "En unik autogenereret ID for dette bestemte felt<br/>Du kan bruge dette sammen med filtre for at målrette dette element, hvis nødvendigt.<br/>Kan ikke redigeres "
|
| 2052 |
|
| 2053 |
+
#: ../admin/manage-fields.php:98
|
| 2054 |
msgid "Description"
|
| 2055 |
msgstr "Beskrivelse"
|
| 2056 |
|
| 2057 |
+
#: ../admin/manage-fields.php:98
|
| 2058 |
msgid "Enter a (detailed) description of the option for end users to read<br/>Optional"
|
| 2059 |
msgstr "Angiv en (detaljeret) beskrivelse til slutbrugerne af muligheden<br/>Valgfri"
|
| 2060 |
|
| 2061 |
+
#: ../admin/manage-fields.php:99
|
| 2062 |
msgid "Row Count"
|
| 2063 |
msgstr "Række antal"
|
| 2064 |
|
| 2065 |
+
#: ../admin/manage-fields.php:99
|
| 2066 |
msgid "Specify the number of rows for a 'Textarea' field<br/>If not specified, defaults to 5"
|
| 2067 |
msgstr "Angiv antallet af rækker i feltet 'Textarea'<br/>Hvis ikke angivet er default 5 rækker"
|
| 2068 |
|
| 2069 |
+
#: ../admin/manage-fields.php:100
|
| 2070 |
msgid "Allowed Image Extensions"
|
| 2071 |
msgstr "Tilladte billedformater ('extensions')"
|
| 2072 |
|
| 2073 |
+
#: ../admin/manage-fields.php:101
|
| 2074 |
msgid "Allowed Upload Extensions"
|
| 2075 |
msgstr "Tilladte upload formater ('extensions')"
|
| 2076 |
|
| 2077 |
+
#: ../admin/manage-fields.php:102
|
| 2078 |
msgid "Avatar Size"
|
| 2079 |
msgstr "Avatar størrelse"
|
| 2080 |
|
| 2081 |
+
#: ../admin/manage-fields.php:102
|
| 2082 |
msgid "Enter a value (between 20 and 200) for the size of the 'Avatar'<br/>If not specified, defaults to 100"
|
| 2083 |
msgstr "Angiv en værdi (mellem 20 og 200) for størrelsen af 'Avatar'<br/>Hvis ikke angivet er default sat til 100"
|
| 2084 |
|
| 2085 |
+
#: ../admin/manage-fields.php:103
|
| 2086 |
msgid "Date-format"
|
| 2087 |
msgstr "Datoformat"
|
| 2088 |
|
| 2089 |
+
#: ../admin/manage-fields.php:103
|
| 2090 |
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<br/>If not specified, defaults to mm/dd/yy"
|
| 2091 |
msgstr "Angiv datoformatet når du bruge datovælger ('Datepicker')<br/>Gyldige formater: mm/dd/yy, mm/yy/dd, dd/yy/mm, dd/mm/yy, yy/dd/mm, yy/mm/dd<br/>Hvis ikke angivet er default sat til mm/dd/yy"
|
| 2092 |
|
| 2093 |
+
#: ../admin/manage-fields.php:104
|
| 2094 |
msgid "Terms of Agreement"
|
| 2095 |
msgstr "Aftalebetingelser"
|
| 2096 |
|
| 2097 |
+
#: ../admin/manage-fields.php:104
|
| 2098 |
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>"
|
| 2099 |
msgstr "Angiv en detaljeret beskrivelse til brugerne af aftalebetingelserne.<br/>Link kan indsætte ved at anvende standard HTML syntax: <a href=\"custom_url\">custom_text</a>"
|
| 2100 |
|
| 2101 |
+
#: ../admin/manage-fields.php:105
|
| 2102 |
msgid "Options"
|
| 2103 |
msgstr "Valgmuligheder"
|
| 2104 |
|
| 2105 |
+
#: ../admin/manage-fields.php:106
|
| 2106 |
msgid "Labels"
|
| 2107 |
msgstr "Labels"
|
| 2108 |
|
| 2109 |
+
#: ../admin/manage-fields.php:106
|
| 2110 |
msgid "Enter a comma separated list of labels<br/>Visible for the user"
|
| 2111 |
msgstr "Angiv et komme separeret liste med labels<br/>Synlig for brugeren"
|
| 2112 |
|
| 2113 |
+
#: ../admin/manage-fields.php:113
|
| 2114 |
msgid "Default Value"
|
| 2115 |
msgstr "Standard værdi"
|
| 2116 |
|
| 2117 |
+
#: ../admin/manage-fields.php:113
|
| 2118 |
msgid "Default value of the field"
|
| 2119 |
msgstr "Feltets standardværdi"
|
| 2120 |
|
| 2121 |
+
#: ../admin/manage-fields.php:114 ../admin/manage-fields.php:116
|
| 2122 |
+
#: ../admin/manage-fields.php:117
|
| 2123 |
msgid "Default Option"
|
| 2124 |
msgstr "Standard indstillingsvalg"
|
| 2125 |
|
| 2126 |
+
#: ../admin/manage-fields.php:114
|
| 2127 |
msgid "Specify the option which should be selected by default"
|
| 2128 |
msgstr "Angiv indstillingen som skal vælges som standard"
|
| 2129 |
|
| 2130 |
+
#: ../admin/manage-fields.php:115
|
| 2131 |
msgid "Default Option(s)"
|
| 2132 |
msgstr "Standard indstillingsvalg (flere)"
|
| 2133 |
|
| 2134 |
+
#: ../admin/manage-fields.php:115
|
| 2135 |
msgid "Specify the option which should be checked by default<br/>If there are multiple values, separate them with a ',' (comma)"
|
| 2136 |
msgstr "Angiv indstillingen som skal vælges som standard<br/>Hvis der er flere valgmuligheder, separer dem med ',' (et komma)"
|
| 2137 |
|
| 2138 |
+
#: ../admin/manage-fields.php:118
|
| 2139 |
msgid "Default Content"
|
| 2140 |
msgstr "Standard indhold"
|
| 2141 |
|
| 2142 |
+
#: ../admin/manage-fields.php:118
|
| 2143 |
msgid "Default value of the textarea"
|
| 2144 |
msgstr "Standard værdi for tekstområdet ('textarea')"
|
| 2145 |
|
| 2146 |
+
#: ../admin/manage-fields.php:119
|
| 2147 |
msgid "Required"
|
| 2148 |
msgstr "Krævet"
|
| 2149 |
|
| 2150 |
+
#: ../admin/manage-fields.php:119
|
| 2151 |
msgid "Whether the field is required or not"
|
| 2152 |
msgstr "Om feltet er krævet eller ikke"
|
| 2153 |
|
| 2154 |
+
#: ../admin/manage-fields.php:120
|
| 2155 |
msgid "Overwrite Existing"
|
| 2156 |
msgstr "Overskriv eksisterende"
|
| 2157 |
|
| 2158 |
+
#: ../admin/manage-fields.php:120
|
| 2159 |
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"
|
| 2160 |
msgstr "Ved at vælge 'Ja' tilføjes feltet til listen, men vil overskrive ethvert andet felt i databasen som har det samme meta-navn<br/>Brug dette på eget ansvar"
|
| 2161 |
|
| 2162 |
+
#: ../admin/manage-fields.php:126
|
| 2163 |
msgid "Field Properties"
|
| 2164 |
msgstr "Felt indstillinger"
|
| 2165 |
|
| 2166 |
+
#: ../admin/manage-fields.php:139
|
| 2167 |
msgid "Registration & Edit Profile"
|
| 2168 |
msgstr "Registrering & ændre profil"
|
| 2169 |
|
| 2170 |
+
#: ../admin/manage-fields.php:158
|
| 2171 |
msgid "Name"
|
| 2172 |
msgstr "Navn"
|
| 2173 |
|
| 2174 |
+
#: ../admin/manage-fields.php:159
|
| 2175 |
msgid "Usernames cannot be changed."
|
| 2176 |
msgstr "Brugernavn kan ikke ændres"
|
| 2177 |
|
| 2178 |
+
#: ../admin/manage-fields.php:160
|
| 2179 |
msgid "First Name"
|
| 2180 |
msgstr "Fornavn"
|
| 2181 |
|
| 2182 |
+
#: ../admin/manage-fields.php:161
|
| 2183 |
msgid "Last Name"
|
| 2184 |
msgstr "Efternavn"
|
| 2185 |
|
| 2186 |
+
#: ../admin/manage-fields.php:162 ../modules/user-listing/userlisting.php:650
|
| 2187 |
msgid "Nickname"
|
| 2188 |
msgstr "Kælenavn"
|
| 2189 |
|
| 2190 |
+
#: ../admin/manage-fields.php:163
|
| 2191 |
msgid "Display name publicly as"
|
| 2192 |
msgstr "Vis navn offentligt som"
|
| 2193 |
|
| 2194 |
+
#: ../admin/manage-fields.php:164
|
| 2195 |
msgid "Contact Info"
|
| 2196 |
msgstr "Kontakt info"
|
| 2197 |
|
| 2198 |
+
#: ../admin/manage-fields.php:165
|
| 2199 |
#: ../features/admin-approval/class-admin-approval.php:180
|
| 2200 |
#: ../features/email-confirmation/class-email-confirmation.php:168
|
| 2201 |
#: ../modules/user-listing/userlisting.php:98
|
| 2202 |
msgid "E-mail"
|
| 2203 |
msgstr "E-mail"
|
| 2204 |
|
| 2205 |
+
#: ../admin/manage-fields.php:166
|
| 2206 |
#: ../modules/email-customizer/email-customizer.php:32
|
| 2207 |
#: ../modules/user-listing/userlisting.php:101
|
| 2208 |
+
#: ../modules/user-listing/userlisting.php:632
|
| 2209 |
+
#: ../modules/user-listing/userlisting.php:1261
|
| 2210 |
msgid "Website"
|
| 2211 |
msgstr "Website"
|
| 2212 |
|
| 2213 |
+
#: ../admin/manage-fields.php:170
|
| 2214 |
msgid "AIM"
|
| 2215 |
msgstr "AIM"
|
| 2216 |
|
| 2217 |
+
#: ../admin/manage-fields.php:171
|
| 2218 |
msgid "Yahoo IM"
|
| 2219 |
msgstr "Yahoo IM"
|
| 2220 |
|
| 2221 |
+
#: ../admin/manage-fields.php:172
|
| 2222 |
msgid "Jabber / Google Talk"
|
| 2223 |
msgstr "Jabber / Google Talk"
|
| 2224 |
|
| 2225 |
+
#: ../admin/manage-fields.php:175
|
| 2226 |
msgid "About Yourself"
|
| 2227 |
msgstr "Om dig selv"
|
| 2228 |
|
| 2229 |
+
#: ../admin/manage-fields.php:176 ../modules/user-listing/userlisting.php:104
|
| 2230 |
+
#: ../modules/user-listing/userlisting.php:635
|
| 2231 |
+
#: ../modules/user-listing/userlisting.php:1262
|
| 2232 |
msgid "Biographical Info"
|
| 2233 |
msgstr "Biografi info"
|
| 2234 |
|
| 2235 |
+
#: ../admin/manage-fields.php:176
|
| 2236 |
msgid "Share a little biographical information to fill out your profile. This may be shown publicly."
|
| 2237 |
msgstr "Del en lille biografisk information for at fylde din profil ud. Dette kan blive vist offentligt."
|
| 2238 |
|
| 2239 |
+
#: ../admin/manage-fields.php:177 ../front-end/recover.php:75
|
| 2240 |
#: ../modules/email-customizer/email-customizer.php:30
|
| 2241 |
msgid "Password"
|
| 2242 |
msgstr "Kodeord"
|
| 2243 |
|
| 2244 |
+
#: ../admin/manage-fields.php:177
|
| 2245 |
msgid "Type your password."
|
| 2246 |
msgstr "Skriv din kodeord."
|
| 2247 |
|
| 2248 |
+
#: ../admin/manage-fields.php:178 ../front-end/recover.php:80
|
| 2249 |
msgid "Repeat Password"
|
| 2250 |
msgstr "Gentag dit kodeord"
|
| 2251 |
|
| 2252 |
+
#: ../admin/manage-fields.php:178
|
| 2253 |
msgid "Type your password again. "
|
| 2254 |
msgstr "Skriv dit kodeord igen."
|
| 2255 |
|
| 2256 |
+
#: ../admin/manage-fields.php:617 ../admin/manage-fields.php:761
|
| 2257 |
msgid "You must select a field\n"
|
| 2258 |
msgstr "Du skal vælge et felt\n"
|
| 2259 |
|
| 2260 |
+
#: ../admin/manage-fields.php:627
|
| 2261 |
msgid "Please choose a different field type as this one already exists in your form (must be unique)\n"
|
| 2262 |
msgstr "Vælg venligst en anden felttype, da denne allerede eksistere i din formular. (skal være unik)\n"
|
| 2263 |
|
| 2264 |
+
#: ../admin/manage-fields.php:638
|
| 2265 |
msgid "The entered avatar size is not between 20 and 200\n"
|
| 2266 |
msgstr "Den indsatte avatar størrelse er ikke mellem 20 og 200\n"
|
| 2267 |
|
| 2268 |
+
#: ../admin/manage-fields.php:641
|
| 2269 |
msgid "The entered avatar size is not numerical\n"
|
| 2270 |
msgstr "Det indtastede rækkenummer er ikke nummereret\n"
|
| 2271 |
|
| 2272 |
+
#: ../admin/manage-fields.php:649
|
| 2273 |
msgid "The entered row number is not numerical\n"
|
| 2274 |
msgstr "Det indsatte række nummer er ikke nummeret\n"
|
| 2275 |
|
| 2276 |
+
#: ../admin/manage-fields.php:652
|
| 2277 |
msgid "You must enter a value for the row number\n"
|
| 2278 |
msgstr "Du skal indtaste en værdi for rækkenummeret\n"
|
| 2279 |
|
| 2280 |
+
#: ../admin/manage-fields.php:670
|
| 2281 |
msgid "The entered value for the Datepicker is not a valid date-format\n"
|
| 2282 |
msgstr "Den indsatte værdi for datovælgeren er ikke korret datoformat\n"
|
| 2283 |
|
| 2284 |
+
#: ../admin/manage-fields.php:673
|
| 2285 |
msgid "You must enter a value for the date-format\n"
|
| 2286 |
msgstr "Du skal indskrive en værdi for datoformatet\n"
|
| 2287 |
|
| 2288 |
+
#: ../admin/manage-fields.php:701 ../admin/manage-fields.php:709
|
| 2289 |
+
#: ../admin/manage-fields.php:719
|
| 2290 |
msgid "That meta-name is already in use\n"
|
| 2291 |
msgstr "Det meta-navn er allerede i brug\n"
|
| 2292 |
|
| 2293 |
+
#: ../admin/manage-fields.php:741
|
| 2294 |
msgid "The following option(s) did not coincide with the ones in the options list: %s\n"
|
| 2295 |
msgstr "Følgende indstillinger stemte ikke overens med dem i indstillingslisten: %s\n"
|
| 2296 |
|
| 2297 |
+
#: ../admin/manage-fields.php:745
|
| 2298 |
msgid "The following option did not coincide with the ones in the options list: %s\n"
|
| 2299 |
msgstr "Følgende indstillinger stemte ikke overens med dem i indstillingslisten: %s \n"
|
| 2300 |
|
| 2301 |
+
#: ../admin/manage-fields.php:768
|
| 2302 |
msgid "That field is already added in this form\n"
|
| 2303 |
msgstr "Det felt er allerede tilføjet denne formular\n"
|
| 2304 |
|
| 2305 |
+
#: ../admin/manage-fields.php:817
|
| 2306 |
msgid "<pre>Title</pre><pre>Type</pre><pre>Meta Name</pre><pre class=\"wppb-mb-head-required\">Required</pre>"
|
| 2307 |
msgstr "<pre>titel</pre><pre>Type</pre><pre>Meta navn</pre><pre class=\"wppb-mb-head-required\">nødvendigt</pre>"
|
| 2308 |
|
| 2309 |
+
#: ../admin/manage-fields.php:817
|
| 2310 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 2311 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:529
|
| 2312 |
#: ../features/admin-approval/class-admin-approval.php:119
|
| 2313 |
+
#: ../features/functions.php:641 ../features/functions.php:648
|
| 2314 |
#: ../modules/multiple-forms/multiple-forms.php:416
|
| 2315 |
msgid "Edit"
|
| 2316 |
msgstr "Rediger"
|
| 2317 |
|
| 2318 |
+
#: ../admin/manage-fields.php:817
|
| 2319 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 2320 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:530
|
| 2321 |
#: ../features/admin-approval/class-admin-approval.php:124
|
| 2322 |
#: ../features/admin-approval/class-admin-approval.php:235
|
| 2323 |
#: ../features/email-confirmation/class-email-confirmation.php:120
|
| 2324 |
#: ../features/email-confirmation/class-email-confirmation.php:217
|
| 2325 |
+
#: ../features/functions.php:634 ../features/functions.php:648
|
| 2326 |
msgid "Delete"
|
| 2327 |
msgstr "Slet"
|
| 2328 |
|
| 2329 |
+
#: ../admin/manage-fields.php:832
|
| 2330 |
msgid "Use these shortcodes on the pages you want the forms to be displayed:"
|
| 2331 |
msgstr "Benyt disse shortcodes på siden du vil have vist formularerne:"
|
| 2332 |
|
| 2333 |
+
#: ../admin/manage-fields.php:841
|
| 2334 |
msgid "If you're interested in displaying different fields in the registration and edit profile forms, please use the Multiple Registration & Edit Profile Forms Addon."
|
| 2335 |
msgstr "Hvis du er interesseret i at vise forskellige felter på registrering og min profil formularerne, brug da venligst Multi registrering & min profil formular tilføjelser. "
|
| 2336 |
|
| 2371 |
msgstr "(f.eks.: RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
|
| 2372 |
|
| 2373 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 2374 |
+
#: ../features/functions.php:648
|
| 2375 |
msgid "Content"
|
| 2376 |
msgstr "Indhold"
|
| 2377 |
|
| 2383 |
msgid "Delete this item"
|
| 2384 |
msgstr "Slet denne"
|
| 2385 |
|
| 2386 |
+
#: ../assets/lib/wck-api/wordpress-creation-kit.php:676
|
| 2387 |
msgid "Please enter a value for the required field "
|
| 2388 |
msgstr "Venligst indsæt en værdi for feltet"
|
| 2389 |
|
| 2390 |
+
#: ../front-end/extra-fields/upload/upload.php:122
|
| 2391 |
+
msgid "Select File"
|
| 2392 |
+
msgstr ""
|
| 2393 |
+
|
| 2394 |
+
#: ../assets/lib/wck-api/fields/upload.php:43
|
| 2395 |
+
#: ../front-end/extra-fields/upload/upload.php:112
|
| 2396 |
msgid "Remove"
|
| 2397 |
msgstr "Fjern"
|
| 2398 |
|
| 2399 |
+
#: ../assets/lib/wck-api/wordpress-creation-kit.php:1155
|
| 2400 |
msgid "Syncronize WCK"
|
| 2401 |
msgstr "Synkroniser WCK"
|
| 2402 |
|
| 2403 |
+
#: ../assets/lib/wck-api/wordpress-creation-kit.php:1167
|
| 2404 |
msgid "Syncronize WCK Translation"
|
| 2405 |
msgstr "Synkroniser WCK oversættelse"
|
| 2406 |
|
| 2408 |
msgid "You can add the information for the %s after you add a entry"
|
| 2409 |
msgstr "Du kan tilføje information for %s efter du har indsat en indtastning"
|
| 2410 |
|
| 2411 |
+
#: ../assets/lib/wck-api/fields/upload.php:75
|
| 2412 |
+
#: ../front-end/extra-fields/upload/upload.php:128
|
| 2413 |
msgid "Upload "
|
| 2414 |
msgstr "Upload"
|
| 2415 |
|
| 2453 |
msgid "Select All"
|
| 2454 |
msgstr "Vælg alt"
|
| 2455 |
|
| 2456 |
+
#: ../features/functions.php:281
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2457 |
msgid "The user-validation has failed - the avatar was not deleted!"
|
| 2458 |
msgstr "Brugergodkendelsen er fejlet - Avatar blev ikke slettet!"
|
| 2459 |
|
| 2460 |
+
#: ../features/functions.php:292
|
| 2461 |
msgid "The user-validation has failed - the attachment was not deleted!"
|
| 2462 |
msgstr "Brugervalideringen er fejlet - avatar'en blev ikke slettet!"
|
| 2463 |
|
| 2464 |
+
#: ../features/functions.php:487
|
| 2465 |
msgid "Strength indicator"
|
| 2466 |
msgstr "Styrkeindikator"
|
| 2467 |
|
| 2468 |
#: ../features/admin-approval/admin-approval.php:7
|
| 2469 |
+
#: ../features/admin-approval/class-admin-approval.php:458
|
| 2470 |
msgid "Admin Approval"
|
| 2471 |
msgstr "Admin godkendelse"
|
| 2472 |
|
| 2492 |
msgstr "Bruger slettet!"
|
| 2493 |
|
| 2494 |
#: ../features/admin-approval/admin-approval.php:74
|
| 2495 |
+
#: ../features/admin-approval/admin-approval.php:118
|
| 2496 |
#: ../features/email-confirmation/email-confirmation.php:135
|
| 2497 |
msgid "You either don't have permission for that action or there was an error!"
|
| 2498 |
msgstr "Enten har du ikke tilladelse til dette eller der var en felj!"
|
| 2499 |
|
| 2500 |
+
#: ../features/admin-approval/admin-approval.php:85
|
| 2501 |
msgid "Your session has expired! Please refresh the page and try again."
|
| 2502 |
msgstr "Din session er udløbet! Opdater venligst siden og prøv igen."
|
| 2503 |
|
| 2504 |
+
#: ../features/admin-approval/admin-approval.php:97
|
| 2505 |
msgid "Users successfully approved!"
|
| 2506 |
msgstr "Brugere godkendt!"
|
| 2507 |
|
| 2508 |
+
#: ../features/admin-approval/admin-approval.php:106
|
| 2509 |
msgid "Users successfully unapproved!"
|
| 2510 |
msgstr "Brugere ikke godkendt med succes!"
|
| 2511 |
|
| 2512 |
+
#: ../features/admin-approval/admin-approval.php:114
|
| 2513 |
msgid "Users successfully deleted!"
|
| 2514 |
msgstr "Brugere slettet!"
|
| 2515 |
|
| 2516 |
+
#: ../features/admin-approval/admin-approval.php:134
|
| 2517 |
msgid "Your account on %1$s has been approved!"
|
| 2518 |
msgstr "Din konto på %1$s er blevet godkendt!"
|
| 2519 |
|
| 2520 |
+
#: ../features/admin-approval/admin-approval.php:135
|
| 2521 |
+
#: ../features/admin-approval/admin-approval.php:138
|
| 2522 |
msgid "approved"
|
| 2523 |
msgstr "godkendt"
|
| 2524 |
|
| 2525 |
+
#: ../features/admin-approval/admin-approval.php:137
|
| 2526 |
msgid "An administrator has just approved your account on %1$s (%2$s)."
|
| 2527 |
msgstr "En administrator har netop godkendt din konto på %1$s (%2$s)."
|
| 2528 |
|
| 2529 |
+
#: ../features/admin-approval/admin-approval.php:142
|
| 2530 |
msgid "Your account on %1$s has been unapproved!"
|
| 2531 |
msgstr "Din konto på %1$s er blevet 'ikke-godkendt'!"
|
| 2532 |
|
| 2533 |
+
#: ../features/admin-approval/admin-approval.php:143
|
| 2534 |
+
#: ../features/admin-approval/admin-approval.php:146
|
| 2535 |
msgid "unapproved"
|
| 2536 |
msgstr "'ikke-godkendt'"
|
| 2537 |
|
| 2538 |
+
#: ../features/admin-approval/admin-approval.php:145
|
| 2539 |
msgid "An administrator has just unapproved your account on %1$s (%2$s)."
|
| 2540 |
msgstr "En administrator har netop sat din konto til 'ikke-godkendt' på %1$s (%2$s)."
|
| 2541 |
|
| 2542 |
+
#: ../features/admin-approval/admin-approval.php:164
|
| 2543 |
msgid "<strong>ERROR</strong>: Your account has to be confirmed by an administrator before you can log in."
|
| 2544 |
msgstr "<strong>ERROR</strong>: Din konto skal godkendes af en administrator før du kan logge ind."
|
| 2545 |
|
| 2546 |
+
#: ../features/admin-approval/admin-approval.php:176
|
| 2547 |
msgid "Your account has to be confirmed by an administrator before you can use the \"Password Recovery\" feature."
|
| 2548 |
msgstr "Din konto skal først være godkendt af en administrator før du kan bruge 'Genskab adgangskode'"
|
| 2549 |
|
| 2570 |
msgstr "Godkend"
|
| 2571 |
|
| 2572 |
#: ../features/admin-approval/class-admin-approval.php:178
|
| 2573 |
+
#: ../modules/user-listing/userlisting.php:249
|
| 2574 |
+
#: ../modules/user-listing/userlisting.php:623
|
| 2575 |
+
#: ../modules/user-listing/userlisting.php:1264
|
| 2576 |
msgid "Firstname"
|
| 2577 |
msgstr "Fornavn"
|
| 2578 |
|
| 2579 |
#: ../features/admin-approval/class-admin-approval.php:179
|
| 2580 |
+
#: ../modules/user-listing/userlisting.php:626
|
| 2581 |
+
#: ../modules/user-listing/userlisting.php:1265
|
| 2582 |
msgid "Lastname"
|
| 2583 |
msgstr "Efternavn"
|
| 2584 |
|
| 2585 |
#: ../features/admin-approval/class-admin-approval.php:181
|
| 2586 |
#: ../modules/user-listing/userlisting.php:124
|
| 2587 |
+
#: ../modules/user-listing/userlisting.php:250
|
| 2588 |
+
#: ../modules/user-listing/userlisting.php:653
|
| 2589 |
+
#: ../modules/user-listing/userlisting.php:1268
|
| 2590 |
msgid "Role"
|
| 2591 |
msgstr "Rolle"
|
| 2592 |
|
| 2616 |
msgid "Sorry, but you don't have permission to do that!"
|
| 2617 |
msgstr "Beklager, men du har ikke rettighederne til at gøre dette!"
|
| 2618 |
|
| 2619 |
+
#: ../features/admin-approval/class-admin-approval.php:341
|
| 2620 |
msgid "Approved"
|
| 2621 |
msgstr "Godkendt"
|
| 2622 |
|
| 2623 |
+
#: ../features/admin-approval/class-admin-approval.php:343
|
| 2624 |
msgid "Unapproved"
|
| 2625 |
msgstr "Ikke godkendt"
|
| 2626 |
|
| 2627 |
+
#: ../features/admin-approval/class-admin-approval.php:461
|
| 2628 |
#: ../features/email-confirmation/class-email-confirmation.php:469
|
| 2629 |
msgid "All Users"
|
| 2630 |
msgstr "Alle brugere"
|
| 2684 |
msgid "Email notification resent to user"
|
| 2685 |
msgstr "E-mail besked er gensendt til bruger"
|
| 2686 |
|
| 2687 |
+
#: ../features/email-confirmation/email-confirmation.php:384
|
| 2688 |
msgid "[%1$s] Activate %2$s"
|
| 2689 |
msgstr "[%1$s] Aktivér %2$s"
|
| 2690 |
|
| 2691 |
+
#: ../features/email-confirmation/email-confirmation.php:387
|
| 2692 |
msgid ""
|
| 2693 |
"To activate your user, please click the following link:\n"
|
| 2694 |
"\n"
|
| 2702 |
"\n"
|
| 2703 |
"Efter du har aktiveret den vil du modtage *endnu en e-mail* med din login."
|
| 2704 |
|
| 2705 |
+
#: ../features/email-confirmation/email-confirmation.php:428
|
| 2706 |
#: ../front-end/register.php:68
|
| 2707 |
msgid "Could not create user!"
|
| 2708 |
msgstr "Kunne ikke oprette bruger!"
|
| 2709 |
|
| 2710 |
+
#: ../features/email-confirmation/email-confirmation.php:431
|
| 2711 |
msgid "That username is already activated!"
|
| 2712 |
msgstr "Dette brugernavn er allerede i brug!"
|
| 2713 |
|
| 2714 |
+
#: ../features/email-confirmation/email-confirmation.php:453
|
| 2715 |
msgid "There was an error while trying to activate the user"
|
| 2716 |
msgstr "Der skete en fejl ved forsøg på at aktivere brugeren"
|
| 2717 |
|
| 2718 |
+
#: ../features/email-confirmation/email-confirmation.php:501
|
| 2719 |
#: ../modules/email-customizer/admin-email-customizer.php:73
|
| 2720 |
msgid "A new subscriber has (been) registered!"
|
| 2721 |
msgstr "En ny abonnent ('subscriber') er blevet registreret!"
|
| 2722 |
|
| 2723 |
+
#: ../features/email-confirmation/email-confirmation.php:504
|
| 2724 |
msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
|
| 2725 |
msgstr "Ny abonnent ('subscriber') på %1$s.<br/><br/>Brugernavn:%2$s<br/>E-mail:%3$s<br/>"
|
| 2726 |
|
| 2727 |
+
#: ../features/email-confirmation/email-confirmation.php:605
|
| 2728 |
msgid "The \"Admin Approval\" feature was activated at the time of registration, so please remember that you need to approve this user before he/she can log in!"
|
| 2729 |
msgstr "\"Administrator godkendelses\" funktionen blev aktiveret på registreringstidspunktet, så vær venlig at huske at du skal godkende denne bruger før han/hun kan logge ind!"
|
| 2730 |
|
| 2731 |
+
#: ../features/email-confirmation/email-confirmation.php:550
|
| 2732 |
msgid "[%1$s] Your new account information"
|
| 2733 |
msgstr "[%1$s] Din nye konto information"
|
| 2734 |
|
| 2735 |
+
#: ../features/email-confirmation/email-confirmation.php:556
|
| 2736 |
msgid "Welcome to %1$s!<br/><br/><br/>Your username is:%2$s and password:%3$s"
|
| 2737 |
msgstr "Velkommen til %1$s!<br/><br/><br/>Dit brugernavn er:%2$s og adgangskoden er:%3$s"
|
| 2738 |
|
| 2739 |
+
#: ../features/email-confirmation/email-confirmation.php:613
|
| 2740 |
+
#: ../front-end/register.php:116
|
| 2741 |
msgid "Before you can access your account, an administrator needs to approve it. You will be notified via email."
|
| 2742 |
msgstr "Før du kan tilgå din konto skal en administrator først godkende det. Du bliver adviseret via a-mail."
|
| 2743 |
|
| 2749 |
msgid "Profile Builder Login Widget"
|
| 2750 |
msgstr "Profile Builder login widget"
|
| 2751 |
|
| 2752 |
+
#: ../front-end/class-formbuilder.php:294 ../front-end/login.php:202
|
| 2753 |
msgid "Register"
|
| 2754 |
msgstr "Registrer"
|
| 2755 |
|
| 2810 |
msgid "You will soon be redirected automatically. If you see this page for more than %1$d seconds, please click %2$s.%3$s"
|
| 2811 |
msgstr "Du vil snart blive omdirigeret automatisk. Hvis du ser denne side i mere end %1$d seconds, klik venligst %2$s.%3$s"
|
| 2812 |
|
| 2813 |
+
#: ../front-end/class-formbuilder.php:239
|
| 2814 |
+
#: ../front-end/class-formbuilder.php:246
|
| 2815 |
msgid "The account %1s has been successfully created!"
|
| 2816 |
msgstr "Kontoen %1s er oprettet uden problemer!"
|
| 2817 |
|
| 2818 |
+
#: ../front-end/class-formbuilder.php:242
|
| 2819 |
+
#: ../front-end/class-formbuilder.php:252
|
| 2820 |
msgid "Before you can access your account %1s, you need to confirm your email address. Please check your inbox and click the activation link."
|
| 2821 |
msgstr "Før du kan tilgå din konto %1s, skal du bekræfte din e-mail adresse. Tjek venligst din indbakke og klik på aktiveringslinket."
|
| 2822 |
|
| 2823 |
+
#: ../front-end/class-formbuilder.php:248
|
| 2824 |
msgid "Before you can access your account %1s, an administrator has to approve it. You will be notified via email."
|
| 2825 |
msgstr "Før du kan tilgå din konto %1s, skal en administrator godkende den. Du vil blive adviseret via e-mail."
|
| 2826 |
|
| 2827 |
+
#: ../front-end/class-formbuilder.php:262
|
| 2828 |
msgid "Your profile has been successfully updated!"
|
| 2829 |
msgstr "Din profil er blevet opdateret uden problemer!"
|
| 2830 |
|
| 2831 |
+
#: ../front-end/class-formbuilder.php:272
|
| 2832 |
msgid "There was an error in the submitted form"
|
| 2833 |
msgstr "Der var en fejl i den sendte formular. "
|
| 2834 |
|
| 2835 |
+
#: ../front-end/class-formbuilder.php:294
|
| 2836 |
msgid "Add User"
|
| 2837 |
msgstr "Tilføj bruger"
|
| 2838 |
|
| 2839 |
+
#: ../admin/add-ons.php:170 ../front-end/class-formbuilder.php:297
|
| 2840 |
msgid "Update"
|
| 2841 |
msgstr "Opdater"
|
| 2842 |
|
| 2843 |
+
#: ../front-end/class-formbuilder.php:340
|
| 2844 |
#: ../front-end/extra-fields/extra-fields.php:35
|
| 2845 |
msgid "The avatar was successfully deleted!"
|
| 2846 |
msgstr "'Avataren' blev slettet uden problemer."
|
| 2847 |
|
| 2848 |
+
#: ../front-end/class-formbuilder.php:340
|
| 2849 |
#: ../front-end/extra-fields/extra-fields.php:37
|
| 2850 |
msgid "The following attachment was successfully deleted:"
|
| 2851 |
msgstr "Følgende vedhæftning blev slettet uden problemer:"
|
| 2852 |
|
| 2853 |
+
#: ../front-end/class-formbuilder.php:352
|
| 2854 |
msgid "Send these credentials via email."
|
| 2855 |
msgstr "Send disse legitimationsoplysninger via e-mail."
|
| 2856 |
|
| 2857 |
#: ../front-end/extra-fields/extra-fields.php:99 ../front-end/login.php:89
|
| 2858 |
#: ../front-end/login.php:96 ../front-end/login.php:110
|
| 2859 |
+
#: ../front-end/recover.php:17 ../front-end/recover.php:228
|
| 2860 |
msgid "ERROR"
|
| 2861 |
msgstr "FEJL"
|
| 2862 |
|
| 2876 |
msgid "Both fields are empty."
|
| 2877 |
msgstr "Begge felter er tomme."
|
| 2878 |
|
| 2879 |
+
#: ../front-end/login.php:241
|
| 2880 |
msgid "You are currently logged in as %1$s. %2$s"
|
| 2881 |
msgstr "Du er i øjeblikket logget ind som %1$s. %2$s"
|
| 2882 |
|
| 2883 |
+
#: ../front-end/login.php:240 ../front-end/logout.php:17
|
| 2884 |
msgid "Log out of this account"
|
| 2885 |
msgstr "Log ud af denne konto"
|
| 2886 |
|
| 2887 |
+
#: ../front-end/login.php:240
|
| 2888 |
msgid "Log out"
|
| 2889 |
msgstr "Log ud"
|
| 2890 |
|
| 2924 |
msgid "Check your e-mail for the confirmation link."
|
| 2925 |
msgstr "Tjek din e-mail for bekræftelseslink."
|
| 2926 |
|
| 2927 |
+
#: ../front-end/recover.php:216
|
| 2928 |
msgid "Someone requested that the password be reset for the following account: <b>%1$s</b><br/>If this was a mistake, just ignore this email and nothing will happen.<br/>To reset your password, visit the following link:%2$s"
|
| 2929 |
msgstr "Nogen anmodede om at adgangskoden skulle genskabes for følgende konto: <b>%1$s</b><br/>Hvis dette var en fejltagelse, så se bare bort fra denne e-mail og intet vil ske. <br/>For at genskabe din adgangskode, følge dette link:%2$s"
|
| 2930 |
|
| 2931 |
+
#: ../front-end/recover.php:219
|
| 2932 |
msgid "Password Reset from \"%1$s\""
|
| 2933 |
msgstr "Adgangskode genskab fra \"%1$s\""
|
| 2934 |
|
| 2935 |
+
#: ../front-end/recover.php:228
|
| 2936 |
msgid "There was an error while trying to send the activation link to %1$s!"
|
| 2937 |
msgstr "Der opstod en fejl, da aktivireingslinket blev forsøgt sendt til %1$s!"
|
| 2938 |
|
| 2944 |
msgid "Please check that you entered the correct email address."
|
| 2945 |
msgstr "Tjek venligst at du angav den korrekte e-mail adresse."
|
| 2946 |
|
| 2947 |
+
#: ../front-end/recover.php:256
|
| 2948 |
msgid "Your password has been successfully changed!"
|
| 2949 |
msgstr "Din adgangskode er ændret uden problemer!"
|
| 2950 |
|
| 2951 |
+
#: ../front-end/recover.php:275
|
| 2952 |
msgid "You have successfully reset your password to: %1$s"
|
| 2953 |
msgstr "Du har med succes genskabt din adgangskode til: %1$s"
|
| 2954 |
|
| 2955 |
+
#: ../front-end/recover.php:278 ../front-end/recover.php:292
|
| 2956 |
msgid "Password Successfully Reset for %1$s on \"%2$s\""
|
| 2957 |
msgstr "Adgangskoden ændret uden problemer for %1$s på \"%2$s\""
|
| 2958 |
|
| 2959 |
+
#: ../front-end/recover.php:289
|
| 2960 |
msgid "%1$s has requested a password change via the password reset feature.<br/>His/her new password is:%2$s"
|
| 2961 |
msgstr "%1$s har anmodet om ændring af adgangskoden via 'Genskab adgangskode'.<br/>Hans/hendes nye adgagnskode er:%2$s"
|
| 2962 |
|
| 2963 |
+
#: ../front-end/recover.php:308
|
| 2964 |
msgid "The entered passwords don't match!"
|
| 2965 |
msgstr "Den angivne adgangskode matcher ikke!"
|
| 2966 |
|
| 2967 |
+
#: ../front-end/recover.php:353
|
| 2968 |
msgid "ERROR:"
|
| 2969 |
msgstr "FEJL:"
|
| 2970 |
|
| 2971 |
+
#: ../front-end/recover.php:353
|
| 2972 |
msgid "Invalid key!"
|
| 2973 |
msgstr "Ugyldig nøgle!"
|
| 2974 |
|
| 2984 |
msgid "This username is already activated!"
|
| 2985 |
msgstr "Dette brugernavn er allerede aktiveret!"
|
| 2986 |
|
| 2987 |
+
#: ../front-end/register.php:115
|
| 2988 |
msgid "Your email was successfully confirmed."
|
| 2989 |
msgstr "Din e-mail blev bekræftet uden problemer."
|
| 2990 |
|
| 2991 |
+
#: ../front-end/register.php:144
|
| 2992 |
msgid "There was an error while trying to activate the user."
|
| 2993 |
msgstr "Der skete en fejl under forsøget på at aktivere brugeren."
|
| 2994 |
|
| 2995 |
+
#: ../front-end/default-fields/email/email.php:44
|
| 2996 |
msgid "The email you entered is not a valid email address."
|
| 2997 |
msgstr "E-mailen, som du angav, er ikke en gyldig e-mail adresse."
|
| 2998 |
|
| 2999 |
+
#: ../front-end/default-fields/email/email.php:57
|
| 3000 |
+
#: ../front-end/default-fields/email/email.php:64
|
| 3001 |
msgid "This email is already reserved to be used soon."
|
| 3002 |
msgstr "Denne e-mail er allerede reserveret til snart at blive anvendt."
|
| 3003 |
|
| 3004 |
+
#: ../front-end/default-fields/email/email.php:57
|
| 3005 |
+
#: ../front-end/default-fields/email/email.php:64
|
| 3006 |
+
#: ../front-end/default-fields/email/email.php:73
|
| 3007 |
+
#: ../front-end/default-fields/email/email.php:84
|
| 3008 |
+
#: ../front-end/default-fields/username/username.php:50
|
| 3009 |
+
#: ../front-end/default-fields/username/username.php:65
|
| 3010 |
msgid "Please try a different one!"
|
| 3011 |
msgstr "Venligst prøv en anden!"
|
| 3012 |
|
| 3013 |
+
#: ../front-end/default-fields/email/email.php:73
|
| 3014 |
+
#: ../front-end/default-fields/email/email.php:84
|
| 3015 |
msgid "This email is already in use."
|
| 3016 |
msgstr "Denne e-mail er allerede i brug."
|
| 3017 |
|
| 3018 |
+
#: ../front-end/default-fields/password-repeat/password-repeat.php:37
|
| 3019 |
+
#: ../front-end/default-fields/password-repeat/password-repeat.php:41
|
| 3020 |
msgid "The passwords do not match"
|
| 3021 |
msgstr "Adgangskoden matcher ikke"
|
| 3022 |
|
| 3023 |
+
#: ../front-end/default-fields/username/username.php:50
|
| 3024 |
msgid "This username already exists."
|
| 3025 |
msgstr "Dette brugernavn eksisterer allerede."
|
| 3026 |
|
| 3027 |
+
#: ../front-end/default-fields/username/username.php:65
|
| 3028 |
msgid "This username is already reserved to be used soon."
|
| 3029 |
msgstr "Dette brugernavn er allerede reserveret til snart at blive anvendt."
|
| 3030 |
|
| 3031 |
+
#: ../modules/user-listing/userlisting.php:247
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3032 |
msgid "Avatar"
|
| 3033 |
msgstr "Avatar"
|
| 3034 |
|
| 3035 |
+
#: ../front-end/extra-fields/avatar/avatar.php:72
|
| 3036 |
+
#: ../front-end/extra-fields/checkbox/checkbox.php:45
|
| 3037 |
+
#: ../front-end/extra-fields/datepicker/datepicker.php:40
|
| 3038 |
+
#: ../front-end/extra-fields/input-hidden/input-hidden.php:34
|
| 3039 |
+
#: ../front-end/extra-fields/input/input.php:30
|
| 3040 |
+
#: ../front-end/extra-fields/radio/radio.php:44
|
| 3041 |
+
#: ../front-end/extra-fields/select-multiple/select-multiple.php:46
|
| 3042 |
+
#: ../front-end/extra-fields/select-timezone/select-timezone.php:44
|
| 3043 |
+
#: ../front-end/extra-fields/select/select.php:46
|
| 3044 |
+
#: ../front-end/extra-fields/textarea/textarea.php:30
|
| 3045 |
+
#: ../front-end/extra-fields/upload/upload.php:70
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3046 |
#: ../front-end/extra-fields/wysiwyg/wysiwyg.php:33
|
| 3047 |
msgid "required"
|
| 3048 |
msgstr "krævet"
|
| 3049 |
|
| 3050 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:48
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3051 |
msgid "To use reCAPTCHA you must get an API key from"
|
| 3052 |
msgstr "For at bruge 'reCAPTCHA' skal du først have en API nøgle fra"
|
| 3053 |
|
| 3054 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:131
|
| 3055 |
msgid "For security reasons, you must pass the remote ip to reCAPTCHA!"
|
| 3056 |
msgstr "Af sikkerhedsmæssige grunde skal du angive 'remote' ip til 'reCAPTCHA'!"
|
| 3057 |
|
| 3058 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:192
|
| 3059 |
msgid "To use reCAPTCHA you must get an API public key from:"
|
| 3060 |
msgstr "For at bruge 'reCAPTCHA' skal du have en offentlig API nøgle fra:"
|
| 3061 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3062 |
#: ../modules/modules.php:11 ../modules/modules.php:80
|
| 3063 |
msgid "Modules"
|
| 3064 |
msgstr "Moduler"
|
| 3421 |
|
| 3422 |
#: ../modules/multiple-forms/edit-profile-forms.php:131
|
| 3423 |
#: ../modules/multiple-forms/register-forms.php:134
|
| 3424 |
+
#: ../modules/user-listing/userlisting.php:1155
|
| 3425 |
msgid "Shortcode"
|
| 3426 |
msgstr "'Shortcode'"
|
| 3427 |
|
| 3428 |
#: ../modules/multiple-forms/edit-profile-forms.php:151
|
| 3429 |
#: ../modules/multiple-forms/register-forms.php:155
|
| 3430 |
+
#: ../modules/user-listing/userlisting.php:1176
|
| 3431 |
msgid "(no title)"
|
| 3432 |
msgstr "(ingen titel)"
|
| 3433 |
|
| 3434 |
#: ../modules/multiple-forms/edit-profile-forms.php:171
|
| 3435 |
#: ../modules/multiple-forms/register-forms.php:174
|
| 3436 |
+
#: ../modules/user-listing/userlisting.php:1196
|
| 3437 |
msgid "The shortcode will be available after you publish this form."
|
| 3438 |
msgstr "'Shortcode' er tilgængelig efter du har publiceret denne formular."
|
| 3439 |
|
| 3440 |
#: ../modules/multiple-forms/edit-profile-forms.php:173
|
| 3441 |
#: ../modules/multiple-forms/register-forms.php:176
|
| 3442 |
+
#: ../modules/user-listing/userlisting.php:1198
|
| 3443 |
msgid "Use this shortcode on the page you want the form to be displayed:"
|
| 3444 |
msgstr "Brug denne 'shortcode' på den side du ønsker formularen vist:"
|
| 3445 |
|
| 3446 |
#: ../modules/multiple-forms/edit-profile-forms.php:177
|
| 3447 |
#: ../modules/multiple-forms/register-forms.php:180
|
| 3448 |
+
#: ../modules/user-listing/userlisting.php:1202
|
| 3449 |
msgid "<span style=\"color:red;\">Note:</span> changing the form title also changes the shortcode!"
|
| 3450 |
msgstr "<span style=\"color:red;\">Bemærk:</span> ændring af denne formulars titel ændrer også 'shortcode'!"
|
| 3451 |
|
| 3452 |
#: ../modules/multiple-forms/edit-profile-forms.php:183
|
| 3453 |
#: ../modules/multiple-forms/register-forms.php:186
|
| 3454 |
+
#: ../modules/user-listing/userlisting.php:1235
|
| 3455 |
msgid "Form Shortcode"
|
| 3456 |
msgstr "Formular 'shortcode'"
|
| 3457 |
|
| 3563 |
msgstr "Efter registrering..."
|
| 3564 |
|
| 3565 |
#: ../modules/user-listing/class-userlisting.php:470
|
| 3566 |
+
#: ../modules/user-listing/userlisting.php:724
|
| 3567 |
+
#: ../modules/user-listing/userlisting.php:968
|
| 3568 |
+
#: ../modules/user-listing/userlisting.php:1011
|
| 3569 |
+
#: ../modules/user-listing/userlisting.php:1355
|
| 3570 |
msgid "Search Users by All Fields"
|
| 3571 |
msgstr "Søg brugere ved at bruge 'Alle felter'"
|
| 3572 |
|
| 3603 |
msgstr "Vis navn som"
|
| 3604 |
|
| 3605 |
#: ../modules/user-listing/userlisting.php:125
|
| 3606 |
+
#: ../modules/user-listing/userlisting.php:1263
|
| 3607 |
msgid "Registration Date"
|
| 3608 |
msgstr "Registreringsdato"
|
| 3609 |
|
| 3610 |
#: ../modules/user-listing/userlisting.php:126
|
| 3611 |
+
#: ../modules/user-listing/userlisting.php:1267
|
| 3612 |
msgid "Number of Posts"
|
| 3613 |
msgstr "Antal poster"
|
| 3614 |
|
| 3657 |
msgid "Single-userlisting Template"
|
| 3658 |
msgstr "Skabelon for enkelt-brugeroversigt"
|
| 3659 |
|
| 3660 |
+
#: ../modules/user-listing/userlisting.php:614
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3661 |
msgid "First/Lastname"
|
| 3662 |
msgstr "For-/Efternavn"
|
| 3663 |
|
| 3664 |
+
#: ../modules/user-listing/userlisting.php:252
|
| 3665 |
+
#: ../modules/user-listing/userlisting.php:620
|
| 3666 |
msgid "Sign-up Date"
|
| 3667 |
msgstr "Tilmeldingsdato"
|
| 3668 |
|
| 3669 |
+
#: ../modules/user-listing/userlisting.php:629
|
| 3670 |
+
#: ../modules/user-listing/userlisting.php:1266
|
| 3671 |
msgid "Display Name"
|
| 3672 |
msgstr "Vis navn som"
|
| 3673 |
|
| 3674 |
+
#: ../modules/user-listing/userlisting.php:251
|
| 3675 |
+
#: ../modules/user-listing/userlisting.php:638
|
| 3676 |
msgid "Posts"
|
| 3677 |
msgstr "Poster"
|
| 3678 |
|
| 3679 |
+
#: ../modules/user-listing/userlisting.php:641
|
| 3680 |
+
#: ../modules/user-listing/userlisting.php:1272
|
| 3681 |
msgid "Aim"
|
| 3682 |
msgstr "'Aim'"
|
| 3683 |
|
| 3684 |
+
#: ../modules/user-listing/userlisting.php:644
|
| 3685 |
+
#: ../modules/user-listing/userlisting.php:1273
|
| 3686 |
msgid "Yim"
|
| 3687 |
msgstr "'Yim'"
|
| 3688 |
|
| 3689 |
+
#: ../modules/user-listing/userlisting.php:647
|
| 3690 |
+
#: ../modules/user-listing/userlisting.php:1274
|
| 3691 |
msgid "Jabber"
|
| 3692 |
msgstr "'Jabber'"
|
| 3693 |
|
| 3694 |
+
#: ../modules/user-listing/userlisting.php:827
|
| 3695 |
msgid "Click here to see more information about this user"
|
| 3696 |
msgstr "Klik her for at se mere information om denne bruger"
|
| 3697 |
|
| 3698 |
+
#: ../modules/user-listing/userlisting.php:827
|
| 3699 |
msgid "More..."
|
| 3700 |
msgstr "Mere..."
|
| 3701 |
|
| 3702 |
+
#: ../modules/user-listing/userlisting.php:830
|
| 3703 |
msgid "Click here to see more information about this user."
|
| 3704 |
msgstr "Klik her for at se mere information om denne bruger."
|
| 3705 |
|
| 3706 |
+
#: ../modules/user-listing/userlisting.php:922
|
| 3707 |
+
#: ../modules/user-listing/userlisting.php:925
|
| 3708 |
msgid "Click here to go back"
|
| 3709 |
msgstr "Klik her for at gå tilbage"
|
| 3710 |
|
| 3711 |
+
#: ../modules/user-listing/userlisting.php:922
|
| 3712 |
msgid "Back"
|
| 3713 |
msgstr "Tilbage"
|
| 3714 |
|
| 3715 |
+
#: ../modules/user-listing/userlisting.php:955
|
| 3716 |
msgid "«« First"
|
| 3717 |
msgstr "«« Først"
|
| 3718 |
|
| 3719 |
+
#: ../modules/user-listing/userlisting.php:956
|
| 3720 |
msgid "« Prev"
|
| 3721 |
msgstr "« Forrige"
|
| 3722 |
|
| 3723 |
+
#: ../modules/user-listing/userlisting.php:957
|
| 3724 |
msgid "Next » "
|
| 3725 |
msgstr "Næste » "
|
| 3726 |
|
| 3727 |
+
#: ../modules/user-listing/userlisting.php:958
|
| 3728 |
msgid "Last »»"
|
| 3729 |
msgstr "Sidste »»"
|
| 3730 |
|
| 3731 |
+
#: ../modules/user-listing/userlisting.php:987
|
| 3732 |
msgid "You don't have any pagination settings on this userlisting!"
|
| 3733 |
msgstr "Du har ingen sideopdeling (paginering) på denne brugeroversigt!"
|
| 3734 |
|
| 3735 |
+
#: ../modules/user-listing/userlisting.php:1028
|
| 3736 |
msgid "Search"
|
| 3737 |
msgstr "Søg"
|
| 3738 |
|
| 3739 |
+
#: ../modules/user-listing/userlisting.php:1029
|
| 3740 |
msgid "Clear Results"
|
| 3741 |
msgstr "Ryd resultatet"
|
| 3742 |
|
| 3743 |
+
#: ../modules/user-listing/userlisting.php:1205
|
| 3744 |
+
#: ../modules/user-listing/userlisting.php:1209
|
| 3745 |
msgid "Extra shortcode parameters"
|
| 3746 |
msgstr "Ekstra 'shortcode' parametre"
|
| 3747 |
|
| 3748 |
+
#: ../modules/user-listing/userlisting.php:1212
|
| 3749 |
msgid "displays users having a certain meta-value within a certain (extra) meta-field"
|
| 3750 |
msgstr "viser brugere med en bestemt meta-værdi inden for et bestemt (ekstra) meta-felt"
|
| 3751 |
|
| 3752 |
+
#: ../modules/user-listing/userlisting.php:1213
|
| 3753 |
msgid "Example:"
|
| 3754 |
msgstr "Eksempel:"
|
| 3755 |
|
| 3756 |
+
#: ../modules/user-listing/userlisting.php:1215
|
| 3757 |
msgid "Remember though, that the field-value combination must exist in the database."
|
| 3758 |
msgstr "Husk dog, at feltværdi kombinationen skal eksistere i databasen."
|
| 3759 |
|
| 3760 |
+
#: ../modules/user-listing/userlisting.php:1284
|
| 3761 |
msgid "Random (very slow on large databases > 10K user)"
|
| 3762 |
msgstr "Vilkårlig (meget langsom på store databaser > 10K brugere)"
|
| 3763 |
|
| 3764 |
+
#: ../modules/user-listing/userlisting.php:1297
|
| 3765 |
msgid "Roles to Display"
|
| 3766 |
msgstr "Roller der skal vises"
|
| 3767 |
|
| 3768 |
+
#: ../modules/user-listing/userlisting.php:1297
|
| 3769 |
msgid "Restrict the userlisting to these selected roles only<br/>If not specified, defaults to all existing roles"
|
| 3770 |
msgstr "Begræns brugeroversigter til kun at omfatte disse udvalgte roller<br/>Hvis ikke specificeret, så bruges alle eksisterende roller"
|
| 3771 |
|
| 3772 |
+
#: ../modules/user-listing/userlisting.php:1298
|
| 3773 |
msgid "Number of Users/Page"
|
| 3774 |
msgstr "Antal brugere/side"
|
| 3775 |
|
| 3776 |
+
#: ../modules/user-listing/userlisting.php:1299
|
| 3777 |
msgid "Default Sorting Criteria"
|
| 3778 |
msgstr "Standard sorteringskriterie"
|
| 3779 |
|
| 3780 |
+
#: ../modules/user-listing/userlisting.php:1299
|
| 3781 |
msgid "Set the default sorting criteria<br/>This can temporarily be changed for each new session"
|
| 3782 |
msgstr "Sæt standard sorteringskriteriet<br/>Denne kan ændres midlertidigt for hver ny session"
|
| 3783 |
|
| 3784 |
+
#: ../modules/user-listing/userlisting.php:1300
|
| 3785 |
msgid "Default Sorting Order"
|
| 3786 |
msgstr "Standard sorteringsorden"
|
| 3787 |
|
| 3788 |
+
#: ../modules/user-listing/userlisting.php:1300
|
| 3789 |
msgid "Set the default sorting order<br/>This can temporarily be changed for each new session"
|
| 3790 |
msgstr "Sæt standard sorteringsorden<br/>Denne kan ændres midlertidigt for hver ny session"
|
| 3791 |
|
| 3792 |
+
#: ../modules/user-listing/userlisting.php:1301
|
| 3793 |
msgid "Avatar Size (All-userlisting)"
|
| 3794 |
msgstr "Avatar størrelse (Flere-brugeroversigt)"
|
| 3795 |
|
| 3796 |
+
#: ../modules/user-listing/userlisting.php:1301
|
| 3797 |
msgid "Set the avatar size on the all-userlisting only"
|
| 3798 |
msgstr "Sæt avatar størrelsen på kun flere-brugeroversigten "
|
| 3799 |
|
| 3800 |
+
#: ../modules/user-listing/userlisting.php:1302
|
| 3801 |
msgid "Avatar Size (Single-userlisting)"
|
| 3802 |
msgstr "Avatar størrelse (enkelt-brugeroversigt)"
|
| 3803 |
|
| 3804 |
+
#: ../modules/user-listing/userlisting.php:1302
|
| 3805 |
msgid "Set the avatar size on the single-userlisting only"
|
| 3806 |
msgstr "Sæt avatar størrelsen på kun enkelt-brugeroversigten"
|
| 3807 |
|
| 3808 |
+
#: ../modules/user-listing/userlisting.php:1303
|
| 3809 |
msgid "Visible only to logged in users?"
|
| 3810 |
msgstr "Synlig kun for brugere, der er logget ind?"
|
| 3811 |
|
| 3812 |
+
#: ../modules/user-listing/userlisting.php:1303
|
| 3813 |
msgid "The userlisting will only be visible only to the logged in users"
|
| 3814 |
msgstr "Brugeroversigten vil kun være synlig for brugere, der er logget ind"
|
| 3815 |
|
| 3816 |
+
#: ../modules/user-listing/userlisting.php:1304
|
| 3817 |
msgid "Visible to following Roles"
|
| 3818 |
msgstr "Synlig for følgende roller"
|
| 3819 |
|
| 3820 |
+
#: ../modules/user-listing/userlisting.php:1304
|
| 3821 |
msgid "The userlisting will only be visible to the following roles"
|
| 3822 |
msgstr "Brugeroversigten vil kun være synlig for følgende roller"
|
| 3823 |
|
| 3824 |
+
#: ../modules/user-listing/userlisting.php:1310
|
| 3825 |
msgid "Userlisting Settings"
|
| 3826 |
msgstr "Opsætning af brugeroversigt"
|
| 3827 |
|
| 3828 |
+
#: ../modules/user-listing/userlisting.php:1331
|
| 3829 |
msgid "You need to activate the Userlisting feature from within the \"Modules\" tab!"
|
| 3830 |
msgstr "Du skal aktivere brugeroversigts funktionen inde på fanen \"Moduler\"!"
|
| 3831 |
|
| 3832 |
+
#: ../modules/user-listing/userlisting.php:1331
|
| 3833 |
msgid "You can find it in the Profile Builder menu."
|
| 3834 |
msgstr "Du kan finde det i Profile Builder menuen."
|
| 3835 |
|
| 3836 |
+
#: ../modules/user-listing/userlisting.php:1494
|
| 3837 |
msgid "No results found!"
|
| 3838 |
msgstr "Ingen resultater fundet!"
|
translation/profile-builder-de_DE.mo
ADDED
|
Binary file
|
translation/{profilebuilder-de_DE.po → profile-builder-de_DE.po}
RENAMED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
# This file is distributed under the same license as the Profile Builder package.
|
| 3 |
msgid ""
|
| 4 |
msgstr ""
|
| 5 |
-
"PO-Revision-Date: 2015-
|
| 6 |
"MIME-Version: 1.0\n"
|
| 7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
| 8 |
"Content-Transfer-Encoding: 8bit\n"
|
|
@@ -10,146 +10,1277 @@ msgstr ""
|
|
| 10 |
"X-Generator: GlotPress/0.1\n"
|
| 11 |
"Project-Id-Version: Profile Builder\n"
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
#: ../admin/add-ons.php:144
|
| 14 |
msgid "Download Now"
|
| 15 |
-
msgstr ""
|
| 16 |
|
| 17 |
-
#: ../admin/admin-functions.php:
|
| 18 |
msgid "If you enjoy using <strong> %1$s </strong> please <a href=\"%2$s\" target=\"_blank\">rate us on WordPress.org</a>. More happy users means more features, less bugs and better support for everyone. "
|
| 19 |
-
msgstr ""
|
| 20 |
|
| 21 |
#: ../admin/manage-fields.php:68
|
| 22 |
msgid "Choose one of the supported field types"
|
| 23 |
-
msgstr ""
|
| 24 |
|
| 25 |
#: ../admin/manage-fields.php:70
|
| 26 |
msgid ". Extra Field Types are available in <a href=\"%s\">Hobbyist or PRO versions</a>."
|
| 27 |
-
msgstr ""
|
| 28 |
|
| 29 |
-
#: ../admin/manage-fields.php:
|
| 30 |
msgid "Site Key"
|
| 31 |
-
msgstr ""
|
| 32 |
|
| 33 |
-
#: ../admin/manage-fields.php:
|
| 34 |
msgid "The site key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 35 |
-
msgstr ""
|
| 36 |
|
| 37 |
-
#: ../admin/manage-fields.php:
|
| 38 |
msgid "Secret Key"
|
| 39 |
-
msgstr ""
|
| 40 |
|
| 41 |
-
#: ../admin/manage-fields.php:
|
| 42 |
msgid "The secret key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 43 |
-
msgstr ""
|
| 44 |
|
| 45 |
-
#: ../admin/manage-fields.php:
|
| 46 |
msgid "You must enter the site key\n"
|
| 47 |
-
msgstr ""
|
| 48 |
|
| 49 |
-
#: ../admin/manage-fields.php:
|
| 50 |
msgid "You must enter the secret key\n"
|
| 51 |
-
msgstr ""
|
| 52 |
|
| 53 |
#: ../admin/add-ons.php:10 ../admin/add-ons.php:32
|
| 54 |
msgid "Add-Ons"
|
| 55 |
-
msgstr ""
|
| 56 |
|
| 57 |
#: ../admin/add-ons.php:34 ../admin/add-ons.php:124
|
| 58 |
msgid "Activate"
|
| 59 |
-
msgstr ""
|
| 60 |
|
| 61 |
#: ../admin/add-ons.php:36
|
| 62 |
msgid "Downloading and installing..."
|
| 63 |
-
msgstr ""
|
| 64 |
|
| 65 |
#: ../admin/add-ons.php:37
|
| 66 |
msgid "Installation complete"
|
| 67 |
-
msgstr ""
|
| 68 |
|
| 69 |
#: ../admin/add-ons.php:39
|
| 70 |
msgid "Add-On is Active"
|
| 71 |
-
msgstr ""
|
| 72 |
|
| 73 |
#: ../admin/add-ons.php:40
|
| 74 |
msgid "Add-On has been activated"
|
| 75 |
-
msgstr ""
|
| 76 |
|
| 77 |
#: ../admin/add-ons.php:41
|
| 78 |
msgid "Retry Install"
|
| 79 |
-
msgstr ""
|
| 80 |
|
| 81 |
#: ../admin/add-ons.php:43 ../admin/add-ons.php:135
|
| 82 |
msgid "Add-On is <strong>active</strong>"
|
| 83 |
-
msgstr ""
|
| 84 |
|
| 85 |
#: ../admin/add-ons.php:44 ../admin/add-ons.php:133
|
| 86 |
msgid "Add-On is <strong>inactive</strong>"
|
| 87 |
-
msgstr ""
|
| 88 |
|
| 89 |
#: ../admin/add-ons.php:46 ../admin/add-ons.php:128
|
| 90 |
msgid "Deactivate"
|
| 91 |
-
msgstr ""
|
| 92 |
|
| 93 |
#: ../admin/add-ons.php:47
|
| 94 |
msgid "Add-On has been deactivated."
|
| 95 |
-
msgstr ""
|
| 96 |
|
| 97 |
#: ../admin/add-ons.php:59
|
| 98 |
msgid "Something went wrong, we could not connect to the server. Please try again later."
|
| 99 |
-
msgstr ""
|
| 100 |
|
| 101 |
#: ../admin/add-ons.php:144 ../admin/add-ons.php:147
|
| 102 |
msgid "Buy Now"
|
| 103 |
-
msgstr ""
|
| 104 |
|
| 105 |
#: ../admin/add-ons.php:147
|
| 106 |
msgid "Install Now"
|
| 107 |
-
msgstr ""
|
| 108 |
|
| 109 |
#: ../admin/add-ons.php:153
|
| 110 |
msgid "Compatible with your version of Profile Builder."
|
| 111 |
-
msgstr ""
|
| 112 |
|
| 113 |
#: ../admin/add-ons.php:162
|
| 114 |
msgid "Upgrade Profile Builder"
|
| 115 |
-
msgstr ""
|
| 116 |
|
| 117 |
#: ../admin/add-ons.php:163
|
| 118 |
msgid "Not compatible with Profile Builder"
|
| 119 |
-
msgstr ""
|
| 120 |
|
| 121 |
#: ../admin/add-ons.php:171
|
| 122 |
msgid "Not compatible with your version of Profile Builder."
|
| 123 |
-
msgstr ""
|
| 124 |
|
| 125 |
#: ../admin/add-ons.php:172
|
| 126 |
msgid "Minimum required Profile Builder version:"
|
| 127 |
-
msgstr ""
|
| 128 |
|
| 129 |
#: ../admin/add-ons.php:177
|
| 130 |
msgid "Could not install add-on. Retry or <a href=\"%s\" target=\"_blank\">install manually</a>."
|
| 131 |
-
msgstr ""
|
| 132 |
|
| 133 |
-
#: ../front-end/default-fields/email/email.php:
|
| 134 |
msgid "You must enter a valid email address."
|
| 135 |
-
msgstr ""
|
| 136 |
|
| 137 |
-
#: ../front-end/default-fields/username/username.php:
|
|
|
|
| 138 |
msgid "This username is invalid because it uses illegal characters."
|
| 139 |
-
msgstr ""
|
| 140 |
|
| 141 |
-
#: ../front-end/default-fields/username/username.php:
|
|
|
|
| 142 |
msgid "Please enter a valid username."
|
| 143 |
-
msgstr ""
|
| 144 |
|
| 145 |
-
#: ../front-end/extra-fields/user-role/user-role.php:
|
| 146 |
-
#: ../front-end/extra-fields/user-role/user-role.php:
|
| 147 |
msgid "Only administrators can see this field on edit profile forms."
|
| 148 |
-
msgstr ""
|
| 149 |
|
| 150 |
-
#: ../front-end/extra-fields/user-role/user-role.php:
|
| 151 |
msgid "As an administrator you cannot change your role."
|
| 152 |
-
msgstr ""
|
| 153 |
|
| 154 |
#: ../modules/email-customizer/admin-email-customizer.php:117
|
| 155 |
msgid ""
|
|
@@ -186,11 +1317,11 @@ msgstr ""
|
|
| 186 |
|
| 187 |
#: ../modules/email-customizer/user-email-customizer.php:218
|
| 188 |
msgid "[{{site_name}}] Password Reset"
|
| 189 |
-
msgstr ""
|
| 190 |
|
| 191 |
#: ../modules/email-customizer/user-email-customizer.php:229
|
| 192 |
msgid "Password Reset Email"
|
| 193 |
-
msgstr ""
|
| 194 |
|
| 195 |
#: ../modules/email-customizer/user-email-customizer.php:235
|
| 196 |
msgid ""
|
|
@@ -200,7 +1331,7 @@ msgstr ""
|
|
| 200 |
|
| 201 |
#: ../modules/email-customizer/user-email-customizer.php:245
|
| 202 |
msgid "[{{site_name}}] Password Reset Successfully"
|
| 203 |
-
msgstr ""
|
| 204 |
|
| 205 |
#: ../modules/email-customizer/user-email-customizer.php:256
|
| 206 |
msgid "Password Reset Success Email"
|
|
@@ -208,63 +1339,63 @@ msgstr ""
|
|
| 208 |
|
| 209 |
#: ../modules/user-listing/userlisting.php:134
|
| 210 |
msgid "User Nicename"
|
| 211 |
-
msgstr ""
|
| 212 |
|
| 213 |
#: ../modules/user-listing/userlisting.php:442
|
| 214 |
msgid "None"
|
| 215 |
-
msgstr ""
|
| 216 |
|
| 217 |
-
#: ../admin/admin-functions.php:
|
| 218 |
msgid "<strong>ERROR</strong>: The password must have the minimum length of %s characters"
|
| 219 |
msgstr "<strong>FEHLER</strong>: Das Passwort muss mindestens %s Zeichen lang sein"
|
| 220 |
|
| 221 |
-
#: ../admin/admin-functions.php:
|
| 222 |
msgid "<strong>ERROR</strong>: The password must have a minimum strength of %s"
|
| 223 |
msgstr "<strong>FEHLER</strong>: Das Passwort muss eine Mindeststärke von %s haben"
|
| 224 |
|
| 225 |
-
#: ../admin/general-settings.php:
|
| 226 |
msgid "Username and Email"
|
| 227 |
msgstr "Benutzername und E-Mail"
|
| 228 |
|
| 229 |
-
#: ../admin/general-settings.php:
|
| 230 |
msgid "\"Username and Email\" - users can Log In with both Username and Email."
|
| 231 |
msgstr "\"Benutzername und E-Mail\" - Benutzer können sich mit Ihrem Benutzernamen und EMail-Adresse anmelden."
|
| 232 |
|
| 233 |
-
#: ../admin/general-settings.php:
|
| 234 |
msgid "\"Username\" - users can Log In only with Username."
|
| 235 |
msgstr "\"Benutzername\" - Benutzer können sich nur mit Ihrem Benutzernamen anmelden"
|
| 236 |
|
| 237 |
-
#: ../admin/general-settings.php:
|
| 238 |
msgid "\"Email\" - users can Log In only with Email."
|
| 239 |
msgstr "\"E-Mail\" - Benutzer können sich nur mit Ihrer E-Mail-Adresse anmelden."
|
| 240 |
|
| 241 |
-
#: ../admin/manage-fields.php:
|
| 242 |
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 (.*)"
|
| 243 |
msgstr ""
|
| 244 |
"Geben Sie die Datei-Erweiterung(en) ein, die Sie für den Upload erlauben möchten<br/>\n"
|
| 245 |
"z. B.: .ext1,.ext2,.ext3<br/>Bei keiner Eingabe werden die Standard-Erweiterungen gesetzt: .jpg,.jpeg,.gif,.png (.*)"
|
| 246 |
|
| 247 |
-
#: ../admin/manage-fields.php:
|
| 248 |
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 (.*)"
|
| 249 |
msgstr "Geben Sie die Datei-Erweiterung(en) ein, die Sie für den Upload erlauben möchten<br/> z. B.: .ext1,.ext2,.ext3<br/>Bei keiner Eingabe werden alle von WordPress erlaubten Datei-Erweiterungen gesetzt: (.*)"
|
| 250 |
|
| 251 |
-
#: ../admin/manage-fields.php:
|
| 252 |
msgid "User Roles"
|
| 253 |
msgstr "Benutzerrollen"
|
| 254 |
|
| 255 |
-
#: ../admin/manage-fields.php:
|
| 256 |
msgid "Select which user roles to show to the user ( drag and drop to re-order )"
|
| 257 |
msgstr "Wählen Sie, welche Benutzerrollen dem Benutzer gezeigt werden sollen (Drag & Drop zum neu sortieren)"
|
| 258 |
|
| 259 |
-
#: ../admin/manage-fields.php:
|
| 260 |
msgid "User Roles Order"
|
| 261 |
msgstr "Benutzerrollen Sortierung"
|
| 262 |
|
| 263 |
-
#: ../admin/manage-fields.php:
|
| 264 |
msgid "Save the user role order from the user roles checkboxes"
|
| 265 |
msgstr "Speichern Sie die Benutzerrolle von den Checkboxen der Benutzerrollen"
|
| 266 |
|
| 267 |
-
#: ../admin/manage-fields.php:
|
| 268 |
msgid "Please select at least one user role\n"
|
| 269 |
msgstr "Bitte wählen Sie mindestens eine Benutzerrolle\n"
|
| 270 |
|
|
@@ -292,25 +1423,25 @@ msgstr "Eintrag hinzufügen"
|
|
| 292 |
msgid "show"
|
| 293 |
msgstr "zeigen"
|
| 294 |
|
| 295 |
-
#: ../features/functions.php:
|
| 296 |
msgid "To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sNetwork Settings%2$s, and under Registration Settings make sure to check “User accounts may be registered”. %3$sDismiss%4$s"
|
| 297 |
msgstr "Damit sich Benutzer auf Ihre Website über Profile Builder registrieren können, müssen Sie zunächst die Benutzerregistrierung ermöglichen. Gehen Sie unter %1$sEinstellungen -> Allgemein%2$s und unter Mitgliedschaft stellen Sie sicher, dass das Kontrollkästchen \"Jeder kann sich registrieren\" angekreuzt ist . %3$sVerwerfen%4$s"
|
| 298 |
|
| 299 |
-
#: ../front-end/class-formbuilder.php:
|
| 300 |
msgid "User to edit:"
|
| 301 |
msgstr "Benutzer editieren"
|
| 302 |
|
| 303 |
-
#: ../front-end/default-fields/password/password.php:
|
| 304 |
-
#: ../front-end/recover.php:
|
| 305 |
msgid "The password must have the minimum length of %s characters"
|
| 306 |
msgstr "Das Passwort muss mindestes %s Zeichen haben"
|
| 307 |
|
| 308 |
-
#: ../front-end/default-fields/password/password.php:
|
| 309 |
-
#: ../front-end/recover.php:
|
| 310 |
msgid "The password must have a minimum strength of %s"
|
| 311 |
msgstr "Das Passwort muss eine Mindeststärke von %s haben"
|
| 312 |
|
| 313 |
-
#: ../front-end/extra-fields/user-role/user-role.php:
|
| 314 |
msgid "You cannot register this user role"
|
| 315 |
msgstr "Sie können diese Benutzerrolle nicht registrieren"
|
| 316 |
|
|
@@ -334,19 +1465,19 @@ msgstr "Ausloggen »"
|
|
| 334 |
msgid "User Role"
|
| 335 |
msgstr "Benutzerrolle"
|
| 336 |
|
| 337 |
-
#: ../modules/user-listing/userlisting.php:
|
| 338 |
msgid "View all extra shortcode parameters"
|
| 339 |
msgstr "Alle zusätzlichen Shortcode-Parameter anzeigen"
|
| 340 |
|
| 341 |
-
#: ../modules/user-listing/userlisting.php:
|
| 342 |
msgid "displays only the users that you specified the user_id for"
|
| 343 |
msgstr "nur die Benutzer anzeigen, denen Sie die user_id vergeben haben"
|
| 344 |
|
| 345 |
-
#: ../modules/user-listing/userlisting.php:
|
| 346 |
msgid "displays all users except the ones you specified the user_id for"
|
| 347 |
msgstr "alle Benutzer anzeigen, außer denen Sie die user_id vergeben haben"
|
| 348 |
|
| 349 |
-
#: ../features/functions.php:
|
| 350 |
msgid "Minimum length of %d characters"
|
| 351 |
msgstr "Mindestlänge von %d Zeichen"
|
| 352 |
|
|
@@ -354,10 +1485,6 @@ msgstr "Mindestlänge von %d Zeichen"
|
|
| 354 |
msgid "This message is only visible by administrators"
|
| 355 |
msgstr "Diese Nachricht ist nur für Administratoren sichtbar"
|
| 356 |
|
| 357 |
-
#: ../front-end/extra-fields/avatar/avatar.php:124
|
| 358 |
-
msgid "The image file set in the %s field for this user could not be found on the server. The default WordPress avatar is being used at the moment."
|
| 359 |
-
msgstr "Die Image-Datei aus dem Feld %s die für diesen Benutzer gesetzt wurde, konnte auf dem Server nicht gefunden werden. Der Standard-Wordpress-Avatar wird im Moment benutzt."
|
| 360 |
-
|
| 361 |
#: ../modules/user-listing/userlisting.php:364
|
| 362 |
msgid "User not found"
|
| 363 |
msgstr "Benutzer wurde nicht gefunden"
|
|
@@ -371,11 +1498,11 @@ msgstr "Gültige Tags {{reply_to}} und {{site_name}}"
|
|
| 371 |
msgid "Choose which user roles view the admin bar in the front-end of the website."
|
| 372 |
msgstr "Wählen Sie, welche Benutzerrollen Sie in der Admin Bar im Front-End der Website sehen wollen"
|
| 373 |
|
| 374 |
-
#: ../admin/manage-fields.php:
|
| 375 |
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"
|
| 376 |
msgstr "Geben Sie eine kommagetrennte Liste von Werten ein<br/> Diese kann alles mögliche enthalten, da sie vor den Benutzern verborgen ist, sollte aber keine Sonderzeichen oder Apostrophe enthalten"
|
| 377 |
|
| 378 |
-
#: ../admin/manage-fields.php:
|
| 379 |
msgid "The meta-name cannot be empty\n"
|
| 380 |
msgstr "Der Meta-Name darf nicht leer sein\n"
|
| 381 |
|
|
@@ -408,19 +1535,19 @@ msgstr "... wähle"
|
|
| 408 |
msgid "1 item"
|
| 409 |
msgstr "1 Artikel"
|
| 410 |
|
| 411 |
-
#: ../features/functions.php:
|
| 412 |
msgid "Very Weak"
|
| 413 |
msgstr "sehr schwach"
|
| 414 |
|
| 415 |
-
#: ../features/functions.php:
|
| 416 |
msgid "This field is required"
|
| 417 |
msgstr "Dieses Feld ist erforderlich"
|
| 418 |
|
| 419 |
-
#: ../features/functions.php:
|
| 420 |
msgid "Cancel"
|
| 421 |
msgstr "Abbrechen"
|
| 422 |
|
| 423 |
-
#: ../features/functions.php:
|
| 424 |
msgid "To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sSettings -> General%2$s tab, and under Membership make sure to check “Anyone can register”. %3$sDismiss%4$s"
|
| 425 |
msgstr ""
|
| 426 |
"Damit sich Benutzer auf Ihre Website über Profile Builder registrieren können, müssen Sie zunächst die Benutzerregistrierung ermöglichen. Gehen Sie unter %1$sEinstellungen -> Allgemein%2$s und unter Mitgliedschaft stellen Sie sicher, dass das\n"
|
|
@@ -451,11 +1578,11 @@ msgstr "ist ebenfalls aktiviert. Sie müssen es vor der Aktivierung dieser Versi
|
|
| 451 |
msgid "Must be a valid email address or the tag {{reply_to}} which defaults to the administrator email"
|
| 452 |
msgstr "Es muss eine gültige E-Mail-Adresse oder der Tag {{reply_to}} sein der die Standardeinstellung für den E-Mail des Administrators ist."
|
| 453 |
|
| 454 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 455 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 456 |
-
#: ../modules/email-customizer/email-customizer.php:
|
| 457 |
-
#: ../modules/email-customizer/email-customizer.php:
|
| 458 |
-
#: ../modules/email-customizer/email-customizer.php:
|
| 459 |
msgid "Your selected password at signup"
|
| 460 |
msgstr "Das von Ihnen gewählte Anmeldepasswort"
|
| 461 |
|
|
@@ -479,7 +1606,7 @@ msgstr "alles löschen"
|
|
| 479 |
msgid "Choose..."
|
| 480 |
msgstr "Wählen Sie ..."
|
| 481 |
|
| 482 |
-
#: ../modules/user-listing/userlisting.php:
|
| 483 |
msgid "Set the number of users to be displayed on every paginated part of the all-userlisting"
|
| 484 |
msgstr "Bestimmen Sie die Anzahl der Benutzer die auf jeden paginierten Teil der gesamten Benutzer Auflistung angezeigt werden sollte"
|
| 485 |
|
|
@@ -511,8 +1638,8 @@ msgstr "Anzeigen"
|
|
| 511 |
msgid "Hide"
|
| 512 |
msgstr "Verbergen"
|
| 513 |
|
| 514 |
-
#: ../admin/admin-bar.php:86 ../admin/general-settings.php:
|
| 515 |
-
#: ../admin/register-version.php:95 ../features/functions.php:
|
| 516 |
#: ../modules/custom-redirects/custom-redirects.php:136
|
| 517 |
#: ../modules/modules.php:142
|
| 518 |
msgid "Save Changes"
|
|
@@ -527,30 +1654,30 @@ msgstr "Anmeldung soll über die E-Mail-Adresse erfolgen. Dieses Feld erscheint
|
|
| 527 |
msgid "General Settings"
|
| 528 |
msgstr "Allgemeine Einstellungen"
|
| 529 |
|
| 530 |
-
#: ../admin/admin-functions.php:
|
| 531 |
msgid "Very weak"
|
| 532 |
msgstr "Sehr schwach"
|
| 533 |
|
| 534 |
-
#: ../admin/admin-functions.php:
|
| 535 |
-
#: ../features/functions.php:
|
| 536 |
msgid "Weak"
|
| 537 |
msgstr "schwach"
|
| 538 |
|
| 539 |
-
#: ../admin/admin-functions.php:
|
| 540 |
-
#: ../features/functions.php:
|
| 541 |
msgid "Medium"
|
| 542 |
msgstr "Medium"
|
| 543 |
|
| 544 |
-
#: ../admin/admin-functions.php:
|
| 545 |
-
#: ../features/functions.php:
|
| 546 |
msgid "Strong"
|
| 547 |
msgstr "stark"
|
| 548 |
|
| 549 |
-
#: ../admin/admin-functions.php:
|
| 550 |
msgid "Add Field"
|
| 551 |
msgstr "Feld hinzufügen"
|
| 552 |
|
| 553 |
-
#: ../admin/admin-functions.php:
|
| 554 |
#: ../modules/class-mustache-templates/class-mustache-templates.php:374
|
| 555 |
msgid "Save Settings"
|
| 556 |
msgstr "Einstellungen speichern"
|
|
@@ -579,26 +1706,14 @@ msgstr "Für die moderne Benutzerinteraktion"
|
|
| 579 |
msgid "Login"
|
| 580 |
msgstr "Login"
|
| 581 |
|
| 582 |
-
#: ../admin/basic-info.php:37
|
| 583 |
-
msgid "Friction-less login using <strong class=\"nowrap\">[wppb-login]</strong> shortcode or a widget."
|
| 584 |
-
msgstr "Unkomplizierte Anmeldung mit dem Shortcode oder Widget <strong class=\"nowrap\">[wppb-login]</strong>"
|
| 585 |
-
|
| 586 |
#: ../admin/basic-info.php:40
|
| 587 |
msgid "Registration"
|
| 588 |
msgstr "Registrierung"
|
| 589 |
|
| 590 |
-
#: ../admin/basic-info.php:41
|
| 591 |
-
msgid "Beautiful registration forms fully customizable using the <strong class=\"nowrap\">[wppb-register]</strong> shortcode."
|
| 592 |
-
msgstr "Schöne Registrierungsformulare vollständig anpassbar mit dem Shortcode <strong class=\"nowrap\">[wppb-register]</strong>."
|
| 593 |
-
|
| 594 |
#: ../admin/basic-info.php:44
|
| 595 |
msgid "Edit Profile"
|
| 596 |
msgstr "Profil bearbeiten"
|
| 597 |
|
| 598 |
-
#: ../admin/basic-info.php:45
|
| 599 |
-
msgid "Straight forward edit profile forms using <strong class=\"nowrap\">[wppb-edit-profile]</strong> shortcode."
|
| 600 |
-
msgstr "Bearbeiten Sie einfach die Profil-Formulare indem Sie <strong class=\"nowrap\">[wppb-edit-profile]</strong> Shortcode verwenden."
|
| 601 |
-
|
| 602 |
#: ../admin/basic-info.php:51
|
| 603 |
msgid "Extra Features"
|
| 604 |
msgstr "Extra-Features"
|
|
@@ -615,10 +1730,6 @@ msgstr "Zusätzliche Features aktivieren"
|
|
| 615 |
msgid "Recover Password"
|
| 616 |
msgstr "Passwort wiederherstellen"
|
| 617 |
|
| 618 |
-
#: ../admin/basic-info.php:58
|
| 619 |
-
msgid "Allow users to recover their password in the front-end using the [wppb-recover-password]."
|
| 620 |
-
msgstr "Erlaubt den Benutzern ihr Kennwort im Front-End mit dem Shortcode [wppb-recover-password] wiederherzustellen."
|
| 621 |
-
|
| 622 |
#: ../admin/basic-info.php:61
|
| 623 |
msgid "Admin Approval (*)"
|
| 624 |
msgstr "Admin-Zulassung (*)"
|
|
@@ -743,10 +1854,6 @@ msgstr "Benutzer-Liste"
|
|
| 743 |
msgid "Easy to edit templates for listing your website users as well as creating single user pages. Shortcode based, offering many options to customize your listings."
|
| 744 |
msgstr "Einfache editierbare Vorlagen für die Auflistung Ihrer Website-Benutzer sowie für das Erstellen einzelner Benutzer-Seiten. Shortcode basiert , bietet viele Möglichkeiten, Ihre Auflistungen anzupassen."
|
| 745 |
|
| 746 |
-
#: ../admin/basic-info.php:130
|
| 747 |
-
msgid "To create a page containing the users registered to this current site/blog, insert the following shortcode in a page of your chosing: <strong class=\"nowrap\">[wppb-list-users]</strong>."
|
| 748 |
-
msgstr "Um eine Seite mit dem Benutzer die bereitgs auf dieser Seite/Blog registriert sind, zu erstellen, fügen Sie folgenden Shortcode in einer Seite Ihrer Auswahl ein: <strong class=\"nowrap\">[wppb-list-users]</strong>."
|
| 749 |
-
|
| 750 |
#: ../admin/basic-info.php:134
|
| 751 |
msgid "Email Customizer"
|
| 752 |
msgstr "E-Mail Anpassungen"
|
|
@@ -797,7 +1904,7 @@ msgstr "Laden Sie die CSS-Datei vom Profil-Generator in die Front-End hoch"
|
|
| 797 |
#: ../admin/general-settings.php:114
|
| 798 |
#: ../modules/multiple-forms/register-forms.php:225
|
| 799 |
#: ../modules/multiple-forms/register-forms.php:226
|
| 800 |
-
#: ../modules/user-listing/userlisting.php:
|
| 801 |
msgid "Yes"
|
| 802 |
msgstr "Ja"
|
| 803 |
|
|
@@ -847,48 +1954,49 @@ msgstr "\"Admin Genehmigung\" aktiviert:"
|
|
| 847 |
msgid "You can find a list of users at %1$sUsers > All Users > Admin Approval%2$s."
|
| 848 |
msgstr "Sie können eine Liste mit allen Benutzer unter %1$sUsers > alle Benutzer > Admin Genehmigung%2$s finden."
|
| 849 |
|
| 850 |
-
#: ../admin/general-settings.php:
|
| 851 |
msgid "\"Admin Approval\" Feature:"
|
| 852 |
msgstr "\"Admin Genehmigung\" Feature:"
|
| 853 |
|
| 854 |
-
#: ../admin/general-settings.php:
|
| 855 |
msgid "You decide who is a user on your website. Get notified via email or approve multiple users at once from the WordPress UI. Enable Admin Approval by upgrading to %1$sHobbyist or PRO versions%2$s."
|
| 856 |
msgstr "Sie entscheiden, wer ein Benutzer auf Ihrer Website ist. Sie können Benachrichtigungen per E-Mail bekommen oder können mehrere Benutzer gleichzeitig über das WordPress-UI genehmigen. Aktivieren Sie die Admin-Genehmigung mit einem Upgrade auf %1$s der Hobbyist oder PRO Versionen %2$s."
|
| 857 |
|
| 858 |
-
#: ../admin/general-settings.php:
|
| 859 |
msgid "Allow Users to Log in With:"
|
| 860 |
msgstr "Benutzerberechtigungen zum Einloggen mit:"
|
| 861 |
|
| 862 |
-
#: ../admin/general-settings.php:
|
| 863 |
#: ../features/admin-approval/class-admin-approval.php:177
|
| 864 |
#: ../features/email-confirmation/class-email-confirmation.php:167
|
| 865 |
#: ../modules/email-customizer/email-customizer.php:28
|
| 866 |
#: ../modules/user-listing/userlisting.php:92
|
| 867 |
-
#: ../modules/user-listing/userlisting.php:
|
| 868 |
-
#: ../modules/user-listing/userlisting.php:
|
|
|
|
| 869 |
msgid "Username"
|
| 870 |
msgstr "Benutzername"
|
| 871 |
|
| 872 |
-
#: ../admin/general-settings.php:
|
| 873 |
#: ../modules/email-customizer/email-customizer.php:29
|
| 874 |
-
#: ../modules/user-listing/userlisting.php:
|
| 875 |
-
#: ../modules/user-listing/userlisting.php:
|
| 876 |
msgid "Email"
|
| 877 |
msgstr "E-Mail"
|
| 878 |
|
| 879 |
-
#: ../admin/general-settings.php:
|
| 880 |
msgid "Minimum Password Length:"
|
| 881 |
msgstr "Minimale Kennwortlänge:"
|
| 882 |
|
| 883 |
-
#: ../admin/general-settings.php:
|
| 884 |
msgid "Enter the minimum characters the password should have. Leave empty for no minimum limit"
|
| 885 |
msgstr "Geben Sie die minimalen Zeichen ein, die das Kennwort haben sollten. Lassen Sie es leer für keine Untergrenze"
|
| 886 |
|
| 887 |
-
#: ../admin/general-settings.php:
|
| 888 |
msgid "Minimum Password Strength:"
|
| 889 |
msgstr "Minimale Passwortstärke:"
|
| 890 |
|
| 891 |
-
#: ../admin/general-settings.php:
|
| 892 |
msgid "Disabled"
|
| 893 |
msgstr "Deaktiviert"
|
| 894 |
|
|
@@ -900,320 +2008,321 @@ msgstr "Felder verwalten"
|
|
| 900 |
msgid "Manage Default and Extra Fields"
|
| 901 |
msgstr "Verwalten von Standard- und Extra Felder"
|
| 902 |
|
| 903 |
-
#: ../admin/manage-fields.php:
|
| 904 |
msgid "Field Title"
|
| 905 |
msgstr "Feldtitel"
|
| 906 |
|
| 907 |
-
#: ../admin/manage-fields.php:
|
| 908 |
msgid "Title of the field"
|
| 909 |
msgstr "Titel des Feldes"
|
| 910 |
|
| 911 |
-
#: ../admin/manage-fields.php:
|
| 912 |
#: ../modules/multiple-forms/edit-profile-forms.php:241
|
| 913 |
#: ../modules/multiple-forms/register-forms.php:262
|
| 914 |
msgid "Field"
|
| 915 |
msgstr "Feld"
|
| 916 |
|
| 917 |
-
#: ../admin/manage-fields.php:
|
| 918 |
msgid "Meta-name"
|
| 919 |
msgstr "Meta-name "
|
| 920 |
|
| 921 |
-
#: ../admin/manage-fields.php:
|
| 922 |
msgid "Use this in conjuction 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 uniqe)<br/>Changing this might take long in case of a very big user-count"
|
| 923 |
msgstr "Benutzen Sie das in Verbindung mit den WordPress-Funktionen um den Wert in die Seite Ihrer Wahl anzuzeigen <br/> automatisch vervollständigt, aber in einigen Fällen editierbar (in diesem Fall muss es aber einzigartig sein) <br/> Die Änderung kann bei einer Anzahl von vielen Benutzer, lange dauern"
|
| 924 |
|
| 925 |
-
#: ../admin/manage-fields.php:
|
| 926 |
#: ../modules/multiple-forms/edit-profile-forms.php:242
|
| 927 |
#: ../modules/multiple-forms/register-forms.php:263
|
| 928 |
msgid "ID"
|
| 929 |
msgstr "ID"
|
| 930 |
|
| 931 |
-
#: ../admin/manage-fields.php:
|
| 932 |
#: ../modules/multiple-forms/edit-profile-forms.php:242
|
| 933 |
#: ../modules/multiple-forms/register-forms.php:263
|
| 934 |
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"
|
| 935 |
msgstr "Ein einzigartiges, automatisch generiertes ID für dieses spezielle Feld<br/> Sie können dies in Verbindung mit Kriterien verwenden, um dieses Element bei Bedarf aufzuziehlen<br/> Nicht editierbar"
|
| 936 |
|
| 937 |
-
#: ../admin/manage-fields.php:
|
| 938 |
msgid "Description"
|
| 939 |
msgstr "Beschreibung"
|
| 940 |
|
| 941 |
-
#: ../admin/manage-fields.php:
|
| 942 |
msgid "Enter a (detailed) description of the option for end users to read<br/>Optional"
|
| 943 |
msgstr "Geben Sie eine (ausführliche) Beschreibung der Option ein die die Endbenutzer lesen können <br/> Optional"
|
| 944 |
|
| 945 |
-
#: ../admin/manage-fields.php:
|
| 946 |
msgid "Row Count"
|
| 947 |
msgstr "Zeilenanzahl"
|
| 948 |
|
| 949 |
-
#: ../admin/manage-fields.php:
|
| 950 |
msgid "Specify the number of rows for a 'Textarea' field<br/>If not specified, defaults to 5"
|
| 951 |
msgstr "Geben Sie die Anzahl der Zeilen für ein Text-Feld ein <br/> Wenn nicht angegeben, wird dieser standardmäßig auf 5 gesetzt."
|
| 952 |
|
| 953 |
-
#: ../admin/manage-fields.php:
|
| 954 |
msgid "Allowed Image Extensions"
|
| 955 |
msgstr "Erlaubte Bild-Extensions"
|
| 956 |
|
| 957 |
-
#: ../admin/manage-fields.php:
|
| 958 |
msgid "Allowed Upload Extensions"
|
| 959 |
msgstr "Zulässige Dateierweiterungen beim Hochladen"
|
| 960 |
|
| 961 |
-
#: ../admin/manage-fields.php:
|
| 962 |
msgid "Avatar Size"
|
| 963 |
msgstr "Profilbild-Größe"
|
| 964 |
|
| 965 |
-
#: ../admin/manage-fields.php:
|
| 966 |
msgid "Enter a value (between 20 and 200) for the size of the 'Avatar'<br/>If not specified, defaults to 100"
|
| 967 |
msgstr "Geben Sie einen Wert (zwischen 20 und 200) für die Größe des 'Profilbilds' ein<br/> Falls nicht angegeben, wird er standardmäßig auf 100 gesetzt"
|
| 968 |
|
| 969 |
-
#: ../admin/manage-fields.php:
|
| 970 |
msgid "Date-format"
|
| 971 |
msgstr "Datums-format"
|
| 972 |
|
| 973 |
-
#: ../admin/manage-fields.php:
|
| 974 |
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<br/>If not specified, defaults to mm/dd/yy"
|
| 975 |
msgstr "Geben Sie das Format des Datums beim Verwenden vom der Datumsauswahl ein<br/> gültige Optionen: MoMo/TT/JJ, MoMo/JJ/TT, TT/JJ/MoMo, TT/MoMo/JJ, JJ/TT/MoMo, JJ/MoMo/TT <br/> Wenn nicht angegeben, wird es standardmäßig auf MoMo/TT/JJ gesetzt. "
|
| 976 |
|
| 977 |
-
#: ../admin/manage-fields.php:
|
| 978 |
msgid "Terms of Agreement"
|
| 979 |
msgstr "Nutzungsbedingungen"
|
| 980 |
|
| 981 |
-
#: ../admin/manage-fields.php:
|
| 982 |
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>"
|
| 983 |
msgstr "Geben Sie eine detaillierte Beschreibung der Bedingungen der Vereinbarung für den Benutzer zu lesen ein. <br/>Links können mit standard-HTML-Syntax eingefügt werden: < a href =\"custom_url\">custom_text </a>"
|
| 984 |
|
| 985 |
-
#: ../admin/manage-fields.php:
|
| 986 |
msgid "Options"
|
| 987 |
msgstr "Optionen"
|
| 988 |
|
| 989 |
-
#: ../admin/manage-fields.php:
|
| 990 |
msgid "Labels"
|
| 991 |
msgstr "Beschriftung "
|
| 992 |
|
| 993 |
-
#: ../admin/manage-fields.php:
|
| 994 |
msgid "Enter a comma separated list of labels<br/>Visible for the user"
|
| 995 |
msgstr "Geben Sie eine durch Kommas getrennte Liste der Beschriftungen ein<br/>für den Benutzer sichtbar"
|
| 996 |
|
| 997 |
-
#: ../admin/manage-fields.php:
|
| 998 |
msgid "Default Value"
|
| 999 |
msgstr "Standardwert"
|
| 1000 |
|
| 1001 |
-
#: ../admin/manage-fields.php:
|
| 1002 |
msgid "Default value of the field"
|
| 1003 |
msgstr "Standardwert des Feldes"
|
| 1004 |
|
| 1005 |
-
#: ../admin/manage-fields.php:
|
|
|
|
| 1006 |
msgid "Default Option"
|
| 1007 |
msgstr "Standardoption"
|
| 1008 |
|
| 1009 |
-
#: ../admin/manage-fields.php:
|
| 1010 |
msgid "Specify the option which should be selected by default"
|
| 1011 |
msgstr "Geben Sie die Option, die standardmäßig ausgewählt werden sollte ein"
|
| 1012 |
|
| 1013 |
-
#: ../admin/manage-fields.php:
|
| 1014 |
msgid "Default Option(s)"
|
| 1015 |
msgstr "Standard Option(en)"
|
| 1016 |
|
| 1017 |
-
#: ../admin/manage-fields.php:
|
| 1018 |
msgid "Specify the option which should be checked by default<br/>If there are multiple values, separate them with a ',' (comma)"
|
| 1019 |
msgstr "Geben Sie die Option, die standardmäßig überprüft werden sollten, ein <br/> Wenn mehrere Werte vorhanden sind, trennen Sie diese mit einem \",\" (Komma)"
|
| 1020 |
|
| 1021 |
-
#: ../admin/manage-fields.php:
|
| 1022 |
msgid "Default Content"
|
| 1023 |
msgstr "Standard-Inhalt"
|
| 1024 |
|
| 1025 |
-
#: ../admin/manage-fields.php:
|
| 1026 |
msgid "Default value of the textarea"
|
| 1027 |
msgstr "Standardwert der Textfeld-Komponente"
|
| 1028 |
|
| 1029 |
-
#: ../admin/manage-fields.php:
|
| 1030 |
msgid "Required"
|
| 1031 |
msgstr "Erforderlich"
|
| 1032 |
|
| 1033 |
-
#: ../admin/manage-fields.php:
|
| 1034 |
msgid "Whether the field is required or not"
|
| 1035 |
msgstr "Ob das Feld erforderlich ist oder nicht"
|
| 1036 |
|
| 1037 |
-
#: ../admin/manage-fields.php:
|
| 1038 |
msgid "Overwrite Existing"
|
| 1039 |
msgstr "Vvorhandenes überschreiben"
|
| 1040 |
|
| 1041 |
-
#: ../admin/manage-fields.php:
|
| 1042 |
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"
|
| 1043 |
msgstr "Bei Auswahl von \"Ja\", wird das Feld in der Liste eingefügt, aber es werden alle anderen Felder aus der Datenbank, die den gleichen Meta Namen haben, überschrieben<br/> verwenden Sie dies auf eigene Gefahr"
|
| 1044 |
|
| 1045 |
-
#: ../admin/manage-fields.php:
|
| 1046 |
msgid "Field Properties"
|
| 1047 |
msgstr "Feldeigenschaften"
|
| 1048 |
|
| 1049 |
-
#: ../admin/manage-fields.php:
|
| 1050 |
msgid "Registration & Edit Profile"
|
| 1051 |
msgstr "Anmeldung & Profil Bearbeitung"
|
| 1052 |
|
| 1053 |
-
#: ../admin/manage-fields.php:
|
| 1054 |
msgid "Name"
|
| 1055 |
msgstr "Name"
|
| 1056 |
|
| 1057 |
-
#: ../admin/manage-fields.php:
|
| 1058 |
msgid "Usernames cannot be changed."
|
| 1059 |
msgstr "Benutzernamen können nicht geändert werden."
|
| 1060 |
|
| 1061 |
-
#: ../admin/manage-fields.php:
|
| 1062 |
msgid "First Name"
|
| 1063 |
msgstr "Vorname"
|
| 1064 |
|
| 1065 |
-
#: ../admin/manage-fields.php:
|
| 1066 |
msgid "Last Name"
|
| 1067 |
msgstr "Nachname"
|
| 1068 |
|
| 1069 |
-
#: ../admin/manage-fields.php:
|
| 1070 |
msgid "Nickname"
|
| 1071 |
msgstr "Spitzname"
|
| 1072 |
|
| 1073 |
-
#: ../admin/manage-fields.php:
|
| 1074 |
msgid "Display name publicly as"
|
| 1075 |
msgstr "öffentlicher Anzeigename als "
|
| 1076 |
|
| 1077 |
-
#: ../admin/manage-fields.php:
|
| 1078 |
msgid "Contact Info"
|
| 1079 |
msgstr "Kontaktinformation"
|
| 1080 |
|
| 1081 |
-
#: ../admin/manage-fields.php:
|
| 1082 |
#: ../features/admin-approval/class-admin-approval.php:180
|
| 1083 |
#: ../features/email-confirmation/class-email-confirmation.php:168
|
| 1084 |
#: ../modules/user-listing/userlisting.php:98
|
| 1085 |
msgid "E-mail"
|
| 1086 |
msgstr "E-Mail"
|
| 1087 |
|
| 1088 |
-
#: ../admin/manage-fields.php:
|
| 1089 |
#: ../modules/email-customizer/email-customizer.php:32
|
| 1090 |
#: ../modules/user-listing/userlisting.php:101
|
| 1091 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1092 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1093 |
msgid "Website"
|
| 1094 |
msgstr "Webseite"
|
| 1095 |
|
| 1096 |
-
#: ../admin/manage-fields.php:
|
| 1097 |
msgid "AIM"
|
| 1098 |
msgstr "AIM"
|
| 1099 |
|
| 1100 |
-
#: ../admin/manage-fields.php:
|
| 1101 |
msgid "Yahoo IM"
|
| 1102 |
msgstr "Yahoo IM"
|
| 1103 |
|
| 1104 |
-
#: ../admin/manage-fields.php:
|
| 1105 |
msgid "Jabber / Google Talk"
|
| 1106 |
msgstr "Jabber / Google Talk"
|
| 1107 |
|
| 1108 |
-
#: ../admin/manage-fields.php:
|
| 1109 |
msgid "About Yourself"
|
| 1110 |
msgstr "Über sich selbst"
|
| 1111 |
|
| 1112 |
-
#: ../admin/manage-fields.php:
|
| 1113 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1114 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1115 |
msgid "Biographical Info"
|
| 1116 |
msgstr "Biografische Informationen"
|
| 1117 |
|
| 1118 |
-
#: ../admin/manage-fields.php:
|
| 1119 |
msgid "Share a little biographical information to fill out your profile. This may be shown publicly."
|
| 1120 |
msgstr "Füllen Sie ein paar biographische Informationen in dem Profil aus. Diese können auch öffentlich angezeigt werden."
|
| 1121 |
|
| 1122 |
-
#: ../admin/manage-fields.php:
|
| 1123 |
#: ../modules/email-customizer/email-customizer.php:30
|
| 1124 |
msgid "Password"
|
| 1125 |
msgstr "Kennwort"
|
| 1126 |
|
| 1127 |
-
#: ../admin/manage-fields.php:
|
| 1128 |
msgid "Type your password."
|
| 1129 |
msgstr "Geben Sie Ihr Kennwort ein."
|
| 1130 |
|
| 1131 |
-
#: ../admin/manage-fields.php:
|
| 1132 |
msgid "Repeat Password"
|
| 1133 |
msgstr "Kennwort wiederholen"
|
| 1134 |
|
| 1135 |
-
#: ../admin/manage-fields.php:
|
| 1136 |
msgid "Type your password again. "
|
| 1137 |
msgstr "Geben Sie Ihr Kennwort erneut ein."
|
| 1138 |
|
| 1139 |
-
#: ../admin/manage-fields.php:
|
| 1140 |
msgid "You must select a field\n"
|
| 1141 |
msgstr "Sie müssen ein Feld auswählen.\n"
|
| 1142 |
|
| 1143 |
-
#: ../admin/manage-fields.php:
|
| 1144 |
msgid "Please choose a different field type as this one already exists in your form (must be unique)\n"
|
| 1145 |
msgstr "Bitte wählen Sie ein anderes Feld aus. dieses ist bereits im Formular vorhanden (muss einzigartig sein)\n"
|
| 1146 |
|
| 1147 |
-
#: ../admin/manage-fields.php:
|
| 1148 |
msgid "The entered avatar size is not between 20 and 200\n"
|
| 1149 |
msgstr "Die eingegebene Profilbild-Größe ist nicht zwischen 20 und 200\n"
|
| 1150 |
|
| 1151 |
-
#: ../admin/manage-fields.php:
|
| 1152 |
msgid "The entered avatar size is not numerical\n"
|
| 1153 |
msgstr "Die eingegebenen Profilbild-Größe ist nicht numerisch\n"
|
| 1154 |
|
| 1155 |
-
#: ../admin/manage-fields.php:
|
| 1156 |
msgid "The entered row number is not numerical\n"
|
| 1157 |
msgstr "Die eingegebene Nummer der Zeile ist nicht numerisch\n"
|
| 1158 |
|
| 1159 |
-
#: ../admin/manage-fields.php:
|
| 1160 |
msgid "You must enter a value for the row number\n"
|
| 1161 |
msgstr "Sie müssen einen Wert für die Nummer der Zeile eingeben.\n"
|
| 1162 |
|
| 1163 |
-
#: ../admin/manage-fields.php:
|
| 1164 |
msgid "The entered value for the Datepicker is not a valid date-format\n"
|
| 1165 |
msgstr "Der eingegebene Wert für den Datums-picker ist kein gültiges Datumsformat\n"
|
| 1166 |
|
| 1167 |
-
#: ../admin/manage-fields.php:
|
| 1168 |
msgid "You must enter a value for the date-format\n"
|
| 1169 |
msgstr "Sie müssen einen Wert für das Datumsformat eingeben.\n"
|
| 1170 |
|
| 1171 |
-
#: ../admin/manage-fields.php:
|
| 1172 |
-
#: ../admin/manage-fields.php:
|
| 1173 |
msgid "That meta-name is already in use\n"
|
| 1174 |
msgstr "Dieser Meta-Name wird bereits verwendet\n"
|
| 1175 |
|
| 1176 |
-
#: ../admin/manage-fields.php:
|
| 1177 |
msgid "The following option(s) did not coincide with the ones in the options list: %s\n"
|
| 1178 |
msgstr "Die folgende Option(en) übereinstimmen nicht mit denen aus der Optionsliste :%s\n"
|
| 1179 |
|
| 1180 |
-
#: ../admin/manage-fields.php:
|
| 1181 |
msgid "The following option did not coincide with the ones in the options list: %s\n"
|
| 1182 |
msgstr "Die folgende Option übereinstimmt nicht mit denen, aus der Optionsliste: %s\n"
|
| 1183 |
|
| 1184 |
-
#: ../admin/manage-fields.php:
|
| 1185 |
msgid "That field is already added in this form\n"
|
| 1186 |
msgstr "Dieses Feld wurde bereits in dieser Form hinzugefügt.\n"
|
| 1187 |
|
| 1188 |
-
#: ../admin/manage-fields.php:
|
| 1189 |
msgid "<pre>Title</pre><pre>Type</pre><pre>Meta Name</pre><pre class=\"wppb-mb-head-required\">Required</pre>"
|
| 1190 |
msgstr "<pre>Titel</pre><pre>Typ</pre><pre>Meta Name</pre><pre class=\"wppb-mb-head-required\"> erforderlich</pre>"
|
| 1191 |
|
| 1192 |
-
#: ../admin/manage-fields.php:
|
| 1193 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 1194 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:529
|
| 1195 |
#: ../features/admin-approval/class-admin-approval.php:119
|
| 1196 |
-
#: ../features/functions.php:
|
| 1197 |
#: ../modules/multiple-forms/multiple-forms.php:416
|
| 1198 |
msgid "Edit"
|
| 1199 |
msgstr "Bearbeiten"
|
| 1200 |
|
| 1201 |
-
#: ../admin/manage-fields.php:
|
| 1202 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 1203 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:530
|
| 1204 |
#: ../features/admin-approval/class-admin-approval.php:124
|
| 1205 |
#: ../features/admin-approval/class-admin-approval.php:235
|
| 1206 |
#: ../features/email-confirmation/class-email-confirmation.php:120
|
| 1207 |
#: ../features/email-confirmation/class-email-confirmation.php:217
|
| 1208 |
-
#: ../features/functions.php:
|
| 1209 |
msgid "Delete"
|
| 1210 |
msgstr "Löschen"
|
| 1211 |
|
| 1212 |
-
#: ../admin/manage-fields.php:
|
| 1213 |
msgid "Use these shortcodes on the pages you want the forms to be displayed:"
|
| 1214 |
msgstr "Verwenden Sie folgende Shortcodes auf den Seiten, auf denen Sie die Formulare angezeigt haben wollen"
|
| 1215 |
|
| 1216 |
-
#: ../admin/manage-fields.php:
|
| 1217 |
msgid "If you're interested in displaying different fields in the registration and edit profile forms, please use the Multiple Registration & Edit Profile Forms Addon."
|
| 1218 |
msgstr "Wenn Sie für die Anzeige verschiedener Felder bei der Registrierung und beim Bearbeiten von Profilformen interessiert sind, benutzen Sie bitte das mehrfache Anmelde & Profilbearbeitungs-Formular Addon."
|
| 1219 |
|
|
@@ -1254,7 +2363,7 @@ msgid "(e.g. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
|
|
| 1254 |
msgstr "(z.B. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985) "
|
| 1255 |
|
| 1256 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 1257 |
-
#: ../features/functions.php:
|
| 1258 |
msgid "Content"
|
| 1259 |
msgstr "Inhalt"
|
| 1260 |
|
|
@@ -1266,19 +2375,24 @@ msgstr "Dieses Element bearbeiten"
|
|
| 1266 |
msgid "Delete this item"
|
| 1267 |
msgstr "Dieses Element löschen"
|
| 1268 |
|
| 1269 |
-
#: ../assets/lib/wck-api/wordpress-creation-kit.php:
|
| 1270 |
msgid "Please enter a value for the required field "
|
| 1271 |
msgstr "Bitte geben Sie einen Wert für das erforderliche Feld ein"
|
| 1272 |
|
| 1273 |
-
#: ../
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1274 |
msgid "Remove"
|
| 1275 |
msgstr "Löschen"
|
| 1276 |
|
| 1277 |
-
#: ../assets/lib/wck-api/wordpress-creation-kit.php:
|
| 1278 |
msgid "Syncronize WCK"
|
| 1279 |
msgstr "synchronisieren vom WCK"
|
| 1280 |
|
| 1281 |
-
#: ../assets/lib/wck-api/wordpress-creation-kit.php:
|
| 1282 |
msgid "Syncronize WCK Translation"
|
| 1283 |
msgstr "Synchronisierung der WCK Übersetzung"
|
| 1284 |
|
|
@@ -1286,7 +2400,8 @@ msgstr "Synchronisierung der WCK Übersetzung"
|
|
| 1286 |
msgid "You can add the information for the %s after you add a entry"
|
| 1287 |
msgstr "Sie können die Informationen für \"%s\" hinzufügen, nachdem Sie einen Eintrag hinzufügen"
|
| 1288 |
|
| 1289 |
-
#: ../assets/lib/wck-api/fields/upload.php:
|
|
|
|
| 1290 |
msgid "Upload "
|
| 1291 |
msgstr "Hochladen"
|
| 1292 |
|
|
@@ -1330,24 +2445,20 @@ msgstr "%1$s von %2$s"
|
|
| 1330 |
msgid "Select All"
|
| 1331 |
msgstr "Wählen Sie alle"
|
| 1332 |
|
| 1333 |
-
#: ../features/functions.php:
|
| 1334 |
-
msgid "Profile Builder"
|
| 1335 |
-
msgstr "Profile Builder "
|
| 1336 |
-
|
| 1337 |
-
#: ../features/functions.php:273
|
| 1338 |
msgid "The user-validation has failed - the avatar was not deleted!"
|
| 1339 |
msgstr "Die Benutzer-Validierung hat fehlgeschlagen - das Profilbild wurde nicht gelöscht!"
|
| 1340 |
|
| 1341 |
-
#: ../features/functions.php:
|
| 1342 |
msgid "The user-validation has failed - the attachment was not deleted!"
|
| 1343 |
msgstr "Die Benutzer-Validierung hat fehlgeschlagen - die Anlage wurde nicht gelöscht!"
|
| 1344 |
|
| 1345 |
-
#: ../features/functions.php:
|
| 1346 |
msgid "Strength indicator"
|
| 1347 |
msgstr "Stärkeanzeige"
|
| 1348 |
|
| 1349 |
#: ../features/admin-approval/admin-approval.php:7
|
| 1350 |
-
#: ../features/admin-approval/class-admin-approval.php:
|
| 1351 |
msgid "Admin Approval"
|
| 1352 |
msgstr "Admin Bestätigung"
|
| 1353 |
|
|
@@ -1373,58 +2484,58 @@ msgid "User successfully deleted!"
|
|
| 1373 |
msgstr "Benutzer wurde erfolgreich gelöscht!"
|
| 1374 |
|
| 1375 |
#: ../features/admin-approval/admin-approval.php:74
|
| 1376 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1377 |
#: ../features/email-confirmation/email-confirmation.php:135
|
| 1378 |
msgid "You either don't have permission for that action or there was an error!"
|
| 1379 |
msgstr "Sie haben entweder keine Berechtigungen für diese Aktion oder es ist ein Fehler aufgetreten!"
|
| 1380 |
|
| 1381 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1382 |
msgid "Your session has expired! Please refresh the page and try again."
|
| 1383 |
msgstr "Ihre Sitzung ist abgelaufen! Bitte aktualisieren Sie die Seite und versuchen Sie es erneut."
|
| 1384 |
|
| 1385 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1386 |
msgid "Users successfully approved!"
|
| 1387 |
msgstr "Benutzer wurden erfolgreich genehmigt!"
|
| 1388 |
|
| 1389 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1390 |
msgid "Users successfully unapproved!"
|
| 1391 |
msgstr "Benutzer wurden erfolgreich verwehrt!"
|
| 1392 |
|
| 1393 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1394 |
msgid "Users successfully deleted!"
|
| 1395 |
msgstr "Benutzer wurden erfolgreich gelöscht!"
|
| 1396 |
|
| 1397 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1398 |
msgid "Your account on %1$s has been approved!"
|
| 1399 |
msgstr "Ihr Konto auf %1$s wurde genehmigt!"
|
| 1400 |
|
| 1401 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1402 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1403 |
msgid "approved"
|
| 1404 |
msgstr "genehmigt"
|
| 1405 |
|
| 1406 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1407 |
msgid "An administrator has just approved your account on %1$s (%2$s)."
|
| 1408 |
msgstr "Ein Administrator hat gerade Ihr Konto %1$s (%2$s) genehmigt."
|
| 1409 |
|
| 1410 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1411 |
msgid "Your account on %1$s has been unapproved!"
|
| 1412 |
msgstr "Ihr Konto auf %1$s wurde nicht genehmigt!"
|
| 1413 |
|
| 1414 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1415 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1416 |
msgid "unapproved"
|
| 1417 |
msgstr "abgelehnt"
|
| 1418 |
|
| 1419 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1420 |
msgid "An administrator has just unapproved your account on %1$s (%2$s)."
|
| 1421 |
msgstr "Ein Administrator hat Ihr Konto auf %1$ s (%2$ s) nicht genehmigt. "
|
| 1422 |
|
| 1423 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1424 |
msgid "<strong>ERROR</strong>: Your account has to be confirmed by an administrator before you can log in."
|
| 1425 |
msgstr "<strong>Fehler</strong>: Ihr Konto muss bevor Sie sich anmelden können, vom Administrator bestätigt werden. "
|
| 1426 |
|
| 1427 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1428 |
msgid "Your account has to be confirmed by an administrator before you can use the \"Password Recovery\" feature."
|
| 1429 |
msgstr "Ihr Konto muss von einem Administrator bestätigt werden, bevor Sie die \"Kennwort Wiederherstellungs\"-Funktion verwenden können."
|
| 1430 |
|
|
@@ -1451,21 +2562,23 @@ msgid "Approve"
|
|
| 1451 |
msgstr "Genehmigen"
|
| 1452 |
|
| 1453 |
#: ../features/admin-approval/class-admin-approval.php:178
|
| 1454 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1455 |
-
#: ../modules/user-listing/userlisting.php:
|
|
|
|
| 1456 |
msgid "Firstname"
|
| 1457 |
msgstr "Vorname"
|
| 1458 |
|
| 1459 |
#: ../features/admin-approval/class-admin-approval.php:179
|
| 1460 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1461 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1462 |
msgid "Lastname"
|
| 1463 |
msgstr "Nachname"
|
| 1464 |
|
| 1465 |
#: ../features/admin-approval/class-admin-approval.php:181
|
| 1466 |
#: ../modules/user-listing/userlisting.php:124
|
| 1467 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1468 |
-
#: ../modules/user-listing/userlisting.php:
|
|
|
|
| 1469 |
msgid "Role"
|
| 1470 |
msgstr "Rolle"
|
| 1471 |
|
|
@@ -1495,15 +2608,15 @@ msgstr "Möchten Sie alle ausgewählten Benutzer löschen?"
|
|
| 1495 |
msgid "Sorry, but you don't have permission to do that!"
|
| 1496 |
msgstr "Tut uns leid, aber Sie haben keine Berechtigung dazu!"
|
| 1497 |
|
| 1498 |
-
#: ../features/admin-approval/class-admin-approval.php:
|
| 1499 |
msgid "Approved"
|
| 1500 |
msgstr "Genehmigt"
|
| 1501 |
|
| 1502 |
-
#: ../features/admin-approval/class-admin-approval.php:
|
| 1503 |
msgid "Unapproved"
|
| 1504 |
msgstr "Verwehrt"
|
| 1505 |
|
| 1506 |
-
#: ../features/admin-approval/class-admin-approval.php:
|
| 1507 |
#: ../features/email-confirmation/class-email-confirmation.php:469
|
| 1508 |
msgid "All Users"
|
| 1509 |
msgstr "Alle Benutzer"
|
|
@@ -1563,11 +2676,11 @@ msgstr "Der ausgewählte Benutzer konnte nicht gelöscht werden"
|
|
| 1563 |
msgid "Email notification resent to user"
|
| 1564 |
msgstr "Die E-Mail-Benachrichtigung wurde dem Benutzer erneut geschickt."
|
| 1565 |
|
| 1566 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1567 |
msgid "[%1$s] Activate %2$s"
|
| 1568 |
msgstr "[%1$s] Aktivieren %2$s"
|
| 1569 |
|
| 1570 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1571 |
msgid ""
|
| 1572 |
"To activate your user, please click the following link:\n"
|
| 1573 |
"\n"
|
|
@@ -1581,42 +2694,42 @@ msgstr ""
|
|
| 1581 |
"\n"
|
| 1582 |
"nach der Aktivierung werden Sie noch * eine weitere E-Mail * mit Ihrem Login erhalten."
|
| 1583 |
|
| 1584 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1585 |
#: ../front-end/register.php:68
|
| 1586 |
msgid "Could not create user!"
|
| 1587 |
msgstr "Benutzer konnte nicht erstellt werden!"
|
| 1588 |
|
| 1589 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1590 |
msgid "That username is already activated!"
|
| 1591 |
msgstr "Dieser Benutzername ist bereits aktiviert worden!"
|
| 1592 |
|
| 1593 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1594 |
msgid "There was an error while trying to activate the user"
|
| 1595 |
msgstr "Es ist ein Fehler beim Versuch, den Benutzer zu aktivieren aufgetreten "
|
| 1596 |
|
| 1597 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1598 |
#: ../modules/email-customizer/admin-email-customizer.php:73
|
| 1599 |
msgid "A new subscriber has (been) registered!"
|
| 1600 |
msgstr "Ein neuer Benutzer ist (wurde) registriert!"
|
| 1601 |
|
| 1602 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1603 |
msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
|
| 1604 |
msgstr "Neuen Abonnenten auf %1$s. <br/> <br/>Benutzername:%2$s <br/> E-Mail: %3$s <br/>"
|
| 1605 |
|
| 1606 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1607 |
msgid "The \"Admin Approval\" feature was activated at the time of registration, so please remember that you need to approve this user before he/she can log in!"
|
| 1608 |
msgstr "Das \"Admin Approval\" Feature war zum Zeitpunkt der Registrierung aktiv, also bitte denken Sie daran, dass man diesen Benutzer genehmigen muss, bevor er sich anmelden kann!"
|
| 1609 |
|
| 1610 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1611 |
msgid "[%1$s] Your new account information"
|
| 1612 |
msgstr "[%1$s] Ihre neuen Kontodaten"
|
| 1613 |
|
| 1614 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1615 |
msgid "Welcome to %1$s!<br/><br/><br/>Your username is:%2$s and password:%3$s"
|
| 1616 |
msgstr "Willkommen bei %1$s! <br/> <br/> <br/>Ihr Benutzername ist: %2$s und das Kennwort: %3$s"
|
| 1617 |
|
| 1618 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1619 |
-
#: ../front-end/register.php:
|
| 1620 |
msgid "Before you can access your account, an administrator needs to approve it. You will be notified via email."
|
| 1621 |
msgstr "Bevor Sie in ihrem Konto zugreifen können, muss ein Administrator diesen genehmigen. Sie werden per E-Mail dafür benachrichtigt."
|
| 1622 |
|
|
@@ -1628,7 +2741,7 @@ msgstr "Mit diesem Login-Widget können Sie ein Anmeldeformular in der Seitenlei
|
|
| 1628 |
msgid "Profile Builder Login Widget"
|
| 1629 |
msgstr "Profile Builder Login Widget"
|
| 1630 |
|
| 1631 |
-
#: ../front-end/class-formbuilder.php:
|
| 1632 |
msgid "Register"
|
| 1633 |
msgstr "Anmelden"
|
| 1634 |
|
|
@@ -1689,53 +2802,53 @@ msgstr "hier"
|
|
| 1689 |
msgid "You will soon be redirected automatically. If you see this page for more than %1$d seconds, please click %2$s.%3$s"
|
| 1690 |
msgstr "Sie werden bald automatisch umgeleitet. Wenn Sie diese Seite mehr als %1$d Sekunden sehen, klicken Sie bitte hier %2$s.%3$s"
|
| 1691 |
|
| 1692 |
-
#: ../front-end/class-formbuilder.php:
|
| 1693 |
-
#: ../front-end/class-formbuilder.php:
|
| 1694 |
msgid "The account %1s has been successfully created!"
|
| 1695 |
msgstr "Das Konto %1S wurde erfolgreich erstellt!"
|
| 1696 |
|
| 1697 |
-
#: ../front-end/class-formbuilder.php:
|
| 1698 |
-
#: ../front-end/class-formbuilder.php:
|
| 1699 |
msgid "Before you can access your account %1s, you need to confirm your email address. Please check your inbox and click the activation link."
|
| 1700 |
msgstr "Bevor Sie auf Ihr Konto %1S zugreifen können, müssen Sie Ihre E-Mail-Adresse bestätigen. Bitte überprüfen Sie Ihren Posteingang und klicken Sie auf den Aktivierungslink."
|
| 1701 |
|
| 1702 |
-
#: ../front-end/class-formbuilder.php:
|
| 1703 |
msgid "Before you can access your account %1s, an administrator has to approve it. You will be notified via email."
|
| 1704 |
msgstr "Bevor Sie auf Ihr Konto %1S zugreifen können, muss ein Administrator diesen genehmigen. Sie werden darüber per E-Mail weiter benachrichtigt."
|
| 1705 |
|
| 1706 |
-
#: ../front-end/class-formbuilder.php:
|
| 1707 |
msgid "Your profile has been successfully updated!"
|
| 1708 |
msgstr "Ihr Profil wurde erfolgreich aktualisiert!"
|
| 1709 |
|
| 1710 |
-
#: ../front-end/class-formbuilder.php:
|
| 1711 |
msgid "There was an error in the submitted form"
|
| 1712 |
msgstr "Es gab einen Fehler in das gesendete Formular"
|
| 1713 |
|
| 1714 |
-
#: ../front-end/class-formbuilder.php:
|
| 1715 |
msgid "Add User"
|
| 1716 |
msgstr "Benutzer hinzufügen"
|
| 1717 |
|
| 1718 |
-
#: ../admin/add-ons.php:170 ../front-end/class-formbuilder.php:
|
| 1719 |
msgid "Update"
|
| 1720 |
msgstr "Aktualisierung"
|
| 1721 |
|
| 1722 |
-
#: ../front-end/class-formbuilder.php:
|
| 1723 |
#: ../front-end/extra-fields/extra-fields.php:35
|
| 1724 |
msgid "The avatar was successfully deleted!"
|
| 1725 |
msgstr "Das Profilbild wurde erfolgreich gelöscht!"
|
| 1726 |
|
| 1727 |
-
#: ../front-end/class-formbuilder.php:
|
| 1728 |
#: ../front-end/extra-fields/extra-fields.php:37
|
| 1729 |
msgid "The following attachment was successfully deleted:"
|
| 1730 |
msgstr "Die folgende Anlage wurde erfolgreich gelöscht:"
|
| 1731 |
|
| 1732 |
-
#: ../front-end/class-formbuilder.php:
|
| 1733 |
msgid "Send these credentials via email."
|
| 1734 |
msgstr "Senden Sie diese Anmeldeinformationen per E-Mail."
|
| 1735 |
|
| 1736 |
#: ../front-end/extra-fields/extra-fields.php:99 ../front-end/login.php:89
|
| 1737 |
#: ../front-end/login.php:96 ../front-end/login.php:110
|
| 1738 |
-
#: ../front-end/recover.php:17 ../front-end/recover.php:
|
| 1739 |
msgid "ERROR"
|
| 1740 |
msgstr "FEHLER"
|
| 1741 |
|
|
@@ -1755,15 +2868,15 @@ msgstr "Passwort vergessen"
|
|
| 1755 |
msgid "Both fields are empty."
|
| 1756 |
msgstr "Beide Felder sind leer."
|
| 1757 |
|
| 1758 |
-
#: ../front-end/login.php:
|
| 1759 |
msgid "You are currently logged in as %1$s. %2$s"
|
| 1760 |
msgstr "Sie sind derzeit als %1$s angemeldet. %2$s "
|
| 1761 |
|
| 1762 |
-
#: ../front-end/login.php:
|
| 1763 |
msgid "Log out of this account"
|
| 1764 |
msgstr "Von diesem Konto abmelden"
|
| 1765 |
|
| 1766 |
-
#: ../front-end/login.php:
|
| 1767 |
msgid "Log out"
|
| 1768 |
msgstr "Ausloggen"
|
| 1769 |
|
|
@@ -1803,15 +2916,15 @@ msgstr "Bitte überprüfen Sie, ob Sie den richtigen Benutzernamen eingegeben ha
|
|
| 1803 |
msgid "Check your e-mail for the confirmation link."
|
| 1804 |
msgstr "Überprüfen Sie Ihre E-mail für den Bestätigungs-Link."
|
| 1805 |
|
| 1806 |
-
#: ../front-end/recover.php:
|
| 1807 |
msgid "Someone requested that the password be reset for the following account: <b>%1$s</b><br/>If this was a mistake, just ignore this email and nothing will happen.<br/>To reset your password, visit the following link:%2$s"
|
| 1808 |
msgstr "Jemand hat verlangt, dass das Kennwort für dieses Konto zurückgesetzt werden soll: <b>%1$s</b> <br/> Wenn das ein Fehler war, bitte diese E-Mail einfach ignorieren und es wird nichts geschehen <br/>Um Ihr Passwort zurückzusetzen, besuchen Sie folgenden Link: %2$s"
|
| 1809 |
|
| 1810 |
-
#: ../front-end/recover.php:
|
| 1811 |
msgid "Password Reset from \"%1$s\""
|
| 1812 |
msgstr "Zurücksetzen des Kennworts \"%1$s\""
|
| 1813 |
|
| 1814 |
-
#: ../front-end/recover.php:
|
| 1815 |
msgid "There was an error while trying to send the activation link to %1$s!"
|
| 1816 |
msgstr "Es gab einen Fehler beim Versuch den Aktivierungslink zu senden%1$s!"
|
| 1817 |
|
|
@@ -1823,31 +2936,31 @@ msgstr "Die eingegebene E-Mail-Adresse wurde nicht in der Datenbank gefunden!"
|
|
| 1823 |
msgid "Please check that you entered the correct email address."
|
| 1824 |
msgstr "Bitte überprüfen Sie, ob Sie die richtige E-Mail-Adresse eingegeben haben."
|
| 1825 |
|
| 1826 |
-
#: ../front-end/recover.php:
|
| 1827 |
msgid "Your password has been successfully changed!"
|
| 1828 |
msgstr "Ihr Passwort wurde erfolgreich geändert!"
|
| 1829 |
|
| 1830 |
-
#: ../front-end/recover.php:
|
| 1831 |
msgid "You have successfully reset your password to: %1$s"
|
| 1832 |
msgstr "Sie haben Ihr Kennwort erfolgreich zurückgesetzt: %1$s"
|
| 1833 |
|
| 1834 |
-
#: ../front-end/recover.php:
|
| 1835 |
msgid "Password Successfully Reset for %1$s on \"%2$s\""
|
| 1836 |
msgstr "Kennwort erfolgreich zurückgesetzt für %1$s auf \"%2$s\""
|
| 1837 |
|
| 1838 |
-
#: ../front-end/recover.php:
|
| 1839 |
msgid "%1$s has requested a password change via the password reset feature.<br/>His/her new password is:%2$s"
|
| 1840 |
msgstr "%1$s hat eine Kennwortänderung über die Funktion \"Kennwort zurücksetzen\" angefordert. <br/>Ihr neues Passwort ist: %2$s"
|
| 1841 |
|
| 1842 |
-
#: ../front-end/recover.php:
|
| 1843 |
msgid "The entered passwords don't match!"
|
| 1844 |
msgstr "Die eingegebenen Kennworte stimmen nicht überein!"
|
| 1845 |
|
| 1846 |
-
#: ../front-end/recover.php:
|
| 1847 |
msgid "ERROR:"
|
| 1848 |
msgstr "FEHLER:"
|
| 1849 |
|
| 1850 |
-
#: ../front-end/recover.php:
|
| 1851 |
msgid "Invalid key!"
|
| 1852 |
msgstr "Ungültiger Schlüssel!"
|
| 1853 |
|
|
@@ -1863,226 +2976,81 @@ msgstr "Dieser Benutzername ist jetzt aktiv!"
|
|
| 1863 |
msgid "This username is already activated!"
|
| 1864 |
msgstr "Dieser Benutzername ist bereits aktiviert!"
|
| 1865 |
|
| 1866 |
-
#: ../front-end/register.php:
|
| 1867 |
msgid "Your email was successfully confirmed."
|
| 1868 |
msgstr "Ihre E-Mail wurde erfolgreich bestätigt."
|
| 1869 |
|
| 1870 |
-
#: ../front-end/register.php:
|
| 1871 |
msgid "There was an error while trying to activate the user."
|
| 1872 |
msgstr "Ein Fehler ist aufgetreten, während es versucht wurde den Benutzer zu aktivieren."
|
| 1873 |
|
| 1874 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1875 |
msgid "The email you entered is not a valid email address."
|
| 1876 |
msgstr "Die E-Mail die Sie eingegeben haben, ist keine gültige e-Mail-Adresse."
|
| 1877 |
|
| 1878 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1879 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1880 |
msgid "This email is already reserved to be used soon."
|
| 1881 |
msgstr "Diese E-Mail ist bereits reserviert worden, um bald verwendet zu werden."
|
| 1882 |
|
| 1883 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1884 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1885 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1886 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1887 |
-
#: ../front-end/default-fields/username/username.php:
|
| 1888 |
-
#: ../front-end/default-fields/username/username.php:
|
| 1889 |
msgid "Please try a different one!"
|
| 1890 |
msgstr "Bitte versuchen Sie es mit einem anderen!"
|
| 1891 |
|
| 1892 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1893 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1894 |
msgid "This email is already in use."
|
| 1895 |
msgstr "Diese E-Mail ist bereits im Einsatz."
|
| 1896 |
|
| 1897 |
-
#: ../front-end/default-fields/password-repeat/password-repeat.php:
|
| 1898 |
-
#: ../front-end/default-fields/password-repeat/password-repeat.php:
|
| 1899 |
msgid "The passwords do not match"
|
| 1900 |
msgstr "Die Kennwörter stimmen nicht überein."
|
| 1901 |
|
| 1902 |
-
#: ../front-end/default-fields/username/username.php:
|
| 1903 |
msgid "This username already exists."
|
| 1904 |
msgstr "Dieser Benutzername ist bereits vorhanden."
|
| 1905 |
|
| 1906 |
-
#: ../front-end/default-fields/username/username.php:
|
| 1907 |
msgid "This username is already reserved to be used soon."
|
| 1908 |
msgstr "Dieser Benutzername ist bereits reserviert, um bald verwendet zu werden."
|
| 1909 |
|
| 1910 |
-
#: ../
|
| 1911 |
-
#: ../front-end/extra-fields/avatar/avatar.php:103
|
| 1912 |
-
#: ../front-end/extra-fields/upload/upload.php:29
|
| 1913 |
-
#: ../front-end/extra-fields/upload/upload.php:68
|
| 1914 |
-
msgid "max upload size"
|
| 1915 |
-
msgstr "maximale Upload-Größe"
|
| 1916 |
-
|
| 1917 |
-
#: ../front-end/extra-fields/avatar/avatar.php:71
|
| 1918 |
-
msgid "Current avatar: No uploaded avatar"
|
| 1919 |
-
msgstr "Aktuelles Profilbild: Kein hochgeladenes Profilbild"
|
| 1920 |
-
|
| 1921 |
-
#: ../front-end/extra-fields/avatar/avatar.php:76
|
| 1922 |
-
#: ../front-end/extra-fields/avatar/avatar.php:110
|
| 1923 |
msgid "Avatar"
|
| 1924 |
msgstr "Profil-Bild"
|
| 1925 |
|
| 1926 |
-
#: ../front-end/extra-fields/avatar/avatar.php:
|
| 1927 |
-
#: ../front-end/extra-fields/
|
| 1928 |
-
#: ../front-end/extra-fields/
|
| 1929 |
-
#: ../front-end/extra-fields/
|
| 1930 |
-
|
| 1931 |
-
|
| 1932 |
-
|
| 1933 |
-
#: ../front-end/extra-fields/
|
| 1934 |
-
#: ../front-end/extra-fields/
|
| 1935 |
-
|
| 1936 |
-
|
| 1937 |
-
|
| 1938 |
-
#: ../front-end/extra-fields/avatar/avatar.php:87
|
| 1939 |
-
#: ../front-end/extra-fields/avatar/avatar.php:115
|
| 1940 |
-
msgid "Are you sure you want to delete this avatar?"
|
| 1941 |
-
msgstr "Sind Sie sicher, dass Sie dieses Profilbild löschen möchten?"
|
| 1942 |
-
|
| 1943 |
-
#: ../front-end/extra-fields/avatar/avatar.php:88
|
| 1944 |
-
#: ../front-end/extra-fields/avatar/avatar.php:115
|
| 1945 |
-
msgid "Click to delete the current avatar"
|
| 1946 |
-
msgstr "Hier klicken, um das aktuelle Profil-Bild zu löschen"
|
| 1947 |
-
|
| 1948 |
-
#: ../front-end/extra-fields/avatar/avatar.php:96
|
| 1949 |
-
#: ../front-end/extra-fields/checkbox/checkbox.php:44
|
| 1950 |
-
#: ../front-end/extra-fields/datepicker/datepicker.php:47
|
| 1951 |
-
#: ../front-end/extra-fields/input-hidden/input-hidden.php:32
|
| 1952 |
-
#: ../front-end/extra-fields/input/input.php:28
|
| 1953 |
-
#: ../front-end/extra-fields/radio/radio.php:42
|
| 1954 |
-
#: ../front-end/extra-fields/select-multiple/select-multiple.php:44
|
| 1955 |
-
#: ../front-end/extra-fields/select-timezone/select-timezone.php:42
|
| 1956 |
-
#: ../front-end/extra-fields/select/select.php:44
|
| 1957 |
-
#: ../front-end/extra-fields/textarea/textarea.php:28
|
| 1958 |
-
#: ../front-end/extra-fields/upload/upload.php:62
|
| 1959 |
#: ../front-end/extra-fields/wysiwyg/wysiwyg.php:33
|
| 1960 |
msgid "required"
|
| 1961 |
msgstr "Erforderlich"
|
| 1962 |
|
| 1963 |
-
#: ../front-end/extra-fields/
|
| 1964 |
-
msgid "Current avatar"
|
| 1965 |
-
msgstr "Aktuelles Profilbild "
|
| 1966 |
-
|
| 1967 |
-
#: ../front-end/extra-fields/avatar/avatar.php:106
|
| 1968 |
-
msgid "No uploaded avatar"
|
| 1969 |
-
msgstr "Kein Profilbild wurde hochgeladen"
|
| 1970 |
-
|
| 1971 |
-
#: ../front-end/extra-fields/avatar/avatar.php:212
|
| 1972 |
-
#: ../front-end/extra-fields/upload/upload.php:173
|
| 1973 |
-
msgid "The extension of the file did not match"
|
| 1974 |
-
msgstr "Die Erweiterung der Datei stimmt nicht überein."
|
| 1975 |
-
|
| 1976 |
-
#: ../front-end/extra-fields/avatar/avatar.php:215
|
| 1977 |
-
#: ../front-end/extra-fields/avatar/avatar.php:218
|
| 1978 |
-
#: ../front-end/extra-fields/upload/upload.php:177
|
| 1979 |
-
#: ../front-end/extra-fields/upload/upload.php:180
|
| 1980 |
-
msgid "The file uploaded exceeds the upload_max_filesize directive in php.ini"
|
| 1981 |
-
msgstr "Die hochgeladene Datei überschreitet die Upload_max_filesize Richtlinie aus der php.ini"
|
| 1982 |
-
|
| 1983 |
-
#: ../front-end/extra-fields/avatar/avatar.php:221
|
| 1984 |
-
#: ../front-end/extra-fields/upload/upload.php:183
|
| 1985 |
-
msgid "The file uploaded exceeds the MAX_FILE_SIZE directive in php.ini"
|
| 1986 |
-
msgstr "Die hochgeladene Datei überschreitet die MAX_FILE_SIZE-Richtlinie aus der php.ini"
|
| 1987 |
-
|
| 1988 |
-
#: ../front-end/extra-fields/avatar/avatar.php:224
|
| 1989 |
-
msgid "The file could only partially be uploaded "
|
| 1990 |
-
msgstr "Die Datei konnte nur teilweise hochgeladen werden"
|
| 1991 |
-
|
| 1992 |
-
#: ../front-end/extra-fields/avatar/avatar.php:227
|
| 1993 |
-
#: ../front-end/extra-fields/avatar/avatar.php:251
|
| 1994 |
-
#: ../front-end/extra-fields/avatar/avatar.php:254
|
| 1995 |
-
#: ../front-end/extra-fields/upload/upload.php:189
|
| 1996 |
-
#: ../front-end/extra-fields/upload/upload.php:213
|
| 1997 |
-
#: ../front-end/extra-fields/upload/upload.php:216
|
| 1998 |
-
msgid "No file was selected"
|
| 1999 |
-
msgstr "Keine Datei wurde ausgewählt"
|
| 2000 |
-
|
| 2001 |
-
#: ../front-end/extra-fields/avatar/avatar.php:230
|
| 2002 |
-
#: ../front-end/extra-fields/upload/upload.php:192
|
| 2003 |
-
msgid "The temporary upload folder is missing from the system"
|
| 2004 |
-
msgstr "Der temporäre Ordner für das Hochladen fehlt vom System"
|
| 2005 |
-
|
| 2006 |
-
#: ../front-end/extra-fields/avatar/avatar.php:233
|
| 2007 |
-
#: ../front-end/extra-fields/upload/upload.php:195
|
| 2008 |
-
msgid "The file failed to write to the disk"
|
| 2009 |
-
msgstr "Die Datei konnte nicht auf die Festplatte schreiben"
|
| 2010 |
-
|
| 2011 |
-
#: ../front-end/extra-fields/avatar/avatar.php:236
|
| 2012 |
-
#: ../front-end/extra-fields/upload/upload.php:198
|
| 2013 |
-
msgid "A PHP extension stopped the file upload"
|
| 2014 |
-
msgstr "Eine PHP-Erweiterung beendete das Hochladen der Datei"
|
| 2015 |
-
|
| 2016 |
-
#: ../front-end/extra-fields/avatar/avatar.php:239
|
| 2017 |
-
msgid "Unknown error occurred"
|
| 2018 |
-
msgstr "Unbekannter Fehler"
|
| 2019 |
-
|
| 2020 |
-
#: ../front-end/extra-fields/recaptcha/recaptcha.php:47
|
| 2021 |
msgid "To use reCAPTCHA you must get an API key from"
|
| 2022 |
msgstr "Um ReCAPTCHA zu verwenden müssen Sie einen API-Schlüssel von hier nehmen:"
|
| 2023 |
|
| 2024 |
-
#: ../front-end/extra-fields/recaptcha/recaptcha.php:
|
| 2025 |
msgid "For security reasons, you must pass the remote ip to reCAPTCHA!"
|
| 2026 |
msgstr "Aus Sicherheitsgründen müssen Sie den remote-Ip eingeben um ReCAPTCHA zu benutzen!"
|
| 2027 |
|
| 2028 |
-
#: ../front-end/extra-fields/recaptcha/recaptcha.php:
|
| 2029 |
msgid "To use reCAPTCHA you must get an API public key from:"
|
| 2030 |
msgstr "Um ReCAPTCHA zu verwenden muss man eine öffentliche API-Key von hier hohlen:"
|
| 2031 |
|
| 2032 |
-
#: ../front-end/extra-fields/recaptcha/recaptcha.php:142
|
| 2033 |
-
msgid "To use reCAPTCHA you must get an API private key from:"
|
| 2034 |
-
msgstr "Um ReCAPTCHA zu verwenden, muss man einen privaten API-Schlüssel von hier verwenden:"
|
| 2035 |
-
|
| 2036 |
-
#: ../front-end/extra-fields/upload/upload.php:35
|
| 2037 |
-
msgid "Current file: No uploaded attachment"
|
| 2038 |
-
msgstr "Aktuelle Datei: kein hochgeladener Anhang"
|
| 2039 |
-
|
| 2040 |
-
#: ../front-end/extra-fields/upload/upload.php:39
|
| 2041 |
-
#: ../front-end/extra-fields/upload/upload.php:48
|
| 2042 |
-
#: ../front-end/extra-fields/upload/upload.php:71
|
| 2043 |
-
#: ../front-end/extra-fields/upload/upload.php:75
|
| 2044 |
-
#: ../front-end/extra-fields/upload/upload.php:77
|
| 2045 |
-
msgid "Current file"
|
| 2046 |
-
msgstr "Aktuelle Datei"
|
| 2047 |
-
|
| 2048 |
-
#: ../front-end/extra-fields/upload/upload.php:42
|
| 2049 |
-
#: ../front-end/extra-fields/upload/upload.php:51
|
| 2050 |
-
#: ../front-end/extra-fields/upload/upload.php:75
|
| 2051 |
-
#: ../front-end/extra-fields/upload/upload.php:77
|
| 2052 |
-
msgid "Click to see the current attachment"
|
| 2053 |
-
msgstr "Klicken Sie hier um die aktuelle Anlage zu sehen"
|
| 2054 |
-
|
| 2055 |
-
#: ../front-end/extra-fields/upload/upload.php:44
|
| 2056 |
-
#: ../front-end/extra-fields/upload/upload.php:75
|
| 2057 |
-
msgid "The attachment can't be deleted (It was marked as required by the administrator)"
|
| 2058 |
-
msgstr "Die Anlage kann nicht gelöscht werden (es wurde vom Administrator als erforderlich gesetzt)"
|
| 2059 |
-
|
| 2060 |
-
#: ../front-end/extra-fields/upload/upload.php:53
|
| 2061 |
-
#: ../front-end/extra-fields/upload/upload.php:77
|
| 2062 |
-
msgid "Are you sure you want to delete this attachment?"
|
| 2063 |
-
msgstr "Sind Sie sicher, dass Sie diese Anlage löschen möchten?"
|
| 2064 |
-
|
| 2065 |
-
#: ../front-end/extra-fields/upload/upload.php:54
|
| 2066 |
-
#: ../front-end/extra-fields/upload/upload.php:77
|
| 2067 |
-
msgid "Click to delete the current attachment"
|
| 2068 |
-
msgstr "Hier klicken, um die aktuelle Anlage zu löschen"
|
| 2069 |
-
|
| 2070 |
-
#: ../front-end/extra-fields/upload/upload.php:71
|
| 2071 |
-
msgid "No uploaded attachment"
|
| 2072 |
-
msgstr "Kein Anhang wurde hochgeladen"
|
| 2073 |
-
|
| 2074 |
-
#: ../front-end/extra-fields/upload/upload.php:164
|
| 2075 |
-
msgid "The extension of the file is not allowed"
|
| 2076 |
-
msgstr "Diese Extension der Datei ist nicht erlaubt"
|
| 2077 |
-
|
| 2078 |
-
#: ../front-end/extra-fields/upload/upload.php:186
|
| 2079 |
-
msgid "The file could only partially be uploaded"
|
| 2080 |
-
msgstr "Die Datei konnte nur teilweise hochgeladen werden"
|
| 2081 |
-
|
| 2082 |
-
#: ../front-end/extra-fields/upload/upload.php:201
|
| 2083 |
-
msgid "This field wasn't updated because an unknown error occured"
|
| 2084 |
-
msgstr "Dieses Feld wurde nicht aktualisiert, da ein unbekannter Fehler aufgetreten ist. "
|
| 2085 |
-
|
| 2086 |
#: ../modules/modules.php:11 ../modules/modules.php:80
|
| 2087 |
msgid "Modules"
|
| 2088 |
msgstr "Module"
|
|
@@ -2443,37 +3411,37 @@ msgstr "Keine Profil-bearbeitungs Formulare wurden im Papierkorb gefunden"
|
|
| 2443 |
|
| 2444 |
#: ../modules/multiple-forms/edit-profile-forms.php:131
|
| 2445 |
#: ../modules/multiple-forms/register-forms.php:134
|
| 2446 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2447 |
msgid "Shortcode"
|
| 2448 |
msgstr "Shortcode"
|
| 2449 |
|
| 2450 |
#: ../modules/multiple-forms/edit-profile-forms.php:151
|
| 2451 |
#: ../modules/multiple-forms/register-forms.php:155
|
| 2452 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2453 |
msgid "(no title)"
|
| 2454 |
msgstr "(kein Titel)"
|
| 2455 |
|
| 2456 |
#: ../modules/multiple-forms/edit-profile-forms.php:171
|
| 2457 |
#: ../modules/multiple-forms/register-forms.php:174
|
| 2458 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2459 |
msgid "The shortcode will be available after you publish this form."
|
| 2460 |
msgstr "Der Shortcode wird verfügbar sein, nachdem Sie dieses Formular veröffentlichen."
|
| 2461 |
|
| 2462 |
#: ../modules/multiple-forms/edit-profile-forms.php:173
|
| 2463 |
#: ../modules/multiple-forms/register-forms.php:176
|
| 2464 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2465 |
msgid "Use this shortcode on the page you want the form to be displayed:"
|
| 2466 |
msgstr "Verwenden Sie diesen Shortcode auf der Seite wo das Formular angezeigt werden sollte"
|
| 2467 |
|
| 2468 |
#: ../modules/multiple-forms/edit-profile-forms.php:177
|
| 2469 |
#: ../modules/multiple-forms/register-forms.php:180
|
| 2470 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2471 |
msgid "<span style=\"color:red;\">Note:</span> changing the form title also changes the shortcode!"
|
| 2472 |
msgstr "<span style=\"color:red;\"> Hinweis:</span> die Änderung vom Formulartitel ändert auch den Shortcode!"
|
| 2473 |
|
| 2474 |
#: ../modules/multiple-forms/edit-profile-forms.php:183
|
| 2475 |
#: ../modules/multiple-forms/register-forms.php:186
|
| 2476 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2477 |
msgid "Form Shortcode"
|
| 2478 |
msgstr "Shortcode Formular "
|
| 2479 |
|
|
@@ -2585,10 +3553,10 @@ msgid "After Registration..."
|
|
| 2585 |
msgstr "Nach der Anmeldung..."
|
| 2586 |
|
| 2587 |
#: ../modules/user-listing/class-userlisting.php:470
|
| 2588 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2589 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2590 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2591 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2592 |
msgid "Search Users by All Fields"
|
| 2593 |
msgstr "Suche Benutzer nach allen Feldern"
|
| 2594 |
|
|
@@ -2625,12 +3593,12 @@ msgid "Display name as"
|
|
| 2625 |
msgstr "Anzeigename als"
|
| 2626 |
|
| 2627 |
#: ../modules/user-listing/userlisting.php:125
|
| 2628 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2629 |
msgid "Registration Date"
|
| 2630 |
msgstr "Datum der Anmeldung"
|
| 2631 |
|
| 2632 |
#: ../modules/user-listing/userlisting.php:126
|
| 2633 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2634 |
msgid "Number of Posts"
|
| 2635 |
msgstr "Anzahl der Beiträge"
|
| 2636 |
|
|
@@ -2679,188 +3647,182 @@ msgstr "Alle-Benutzeranzeige Vorlage "
|
|
| 2679 |
msgid "Single-userlisting Template"
|
| 2680 |
msgstr "Einzel-Benutzeranzeige Vorlage"
|
| 2681 |
|
| 2682 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2683 |
-
msgid "You do not have permission to view this user list"
|
| 2684 |
-
msgstr "Sie haben keine Berechtigung diese Benutzerliste anzuzeigen"
|
| 2685 |
-
|
| 2686 |
-
#: ../modules/user-listing/userlisting.php:351
|
| 2687 |
-
msgid "You do not have the required user role to view this user list"
|
| 2688 |
-
msgstr "Sie haben nicht die erforderliche User-Rolle um diese Benutzerliste anzuzeigen"
|
| 2689 |
-
|
| 2690 |
-
#: ../modules/user-listing/userlisting.php:599
|
| 2691 |
msgid "First/Lastname"
|
| 2692 |
msgstr "Vor/Nachname"
|
| 2693 |
|
| 2694 |
-
#: ../modules/user-listing/userlisting.php:
|
|
|
|
| 2695 |
msgid "Sign-up Date"
|
| 2696 |
msgstr "Anmeldungsdatum"
|
| 2697 |
|
| 2698 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2699 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2700 |
msgid "Display Name"
|
| 2701 |
msgstr "Anzeigenamen"
|
| 2702 |
|
| 2703 |
-
#: ../modules/user-listing/userlisting.php:
|
|
|
|
| 2704 |
msgid "Posts"
|
| 2705 |
msgstr "Beiträge"
|
| 2706 |
|
| 2707 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2708 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2709 |
msgid "Aim"
|
| 2710 |
msgstr "Ziel"
|
| 2711 |
|
| 2712 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2713 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2714 |
msgid "Yim"
|
| 2715 |
msgstr "Yim"
|
| 2716 |
|
| 2717 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2718 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2719 |
msgid "Jabber"
|
| 2720 |
msgstr "Jabber"
|
| 2721 |
|
| 2722 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2723 |
msgid "Click here to see more information about this user"
|
| 2724 |
msgstr "Klicken Sie hier für weitere Informationen über diesen Benutzer"
|
| 2725 |
|
| 2726 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2727 |
msgid "More..."
|
| 2728 |
msgstr "Mehr..."
|
| 2729 |
|
| 2730 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2731 |
msgid "Click here to see more information about this user."
|
| 2732 |
msgstr "Klicken Sie hier für weitere Informationen über diesen Benutzer "
|
| 2733 |
|
| 2734 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2735 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2736 |
msgid "Click here to go back"
|
| 2737 |
msgstr "Klicken Sie hier, um zurück zu gehen"
|
| 2738 |
|
| 2739 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2740 |
msgid "Back"
|
| 2741 |
msgstr "Zurück"
|
| 2742 |
|
| 2743 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2744 |
msgid "«« First"
|
| 2745 |
msgstr "«« Erster"
|
| 2746 |
|
| 2747 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2748 |
msgid "« Prev"
|
| 2749 |
msgstr "« Zurück"
|
| 2750 |
|
| 2751 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2752 |
msgid "Next » "
|
| 2753 |
msgstr "Nächste Seite » "
|
| 2754 |
|
| 2755 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2756 |
msgid "Last »»"
|
| 2757 |
msgstr "Letzter »»"
|
| 2758 |
|
| 2759 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2760 |
msgid "You don't have any pagination settings on this userlisting!"
|
| 2761 |
msgstr "Sie haben noch keine Paginierungs-Einstellungen auf dieser Benutzerliste!"
|
| 2762 |
|
| 2763 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2764 |
msgid "Search"
|
| 2765 |
msgstr "Suchen"
|
| 2766 |
|
| 2767 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2768 |
msgid "Clear Results"
|
| 2769 |
msgstr "Ergebnisse löschen"
|
| 2770 |
|
| 2771 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2772 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2773 |
msgid "Extra shortcode parameters"
|
| 2774 |
msgstr "Zusätzliche Shortcode-Parameters"
|
| 2775 |
|
| 2776 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2777 |
msgid "displays users having a certain meta-value within a certain (extra) meta-field"
|
| 2778 |
msgstr "Anzeige von Benutzer die einen bestimmten Meta-Wert innerhalb eines bestimmten (extra) Meta-Feld haben"
|
| 2779 |
|
| 2780 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2781 |
msgid "Example:"
|
| 2782 |
msgstr "Beispiel:"
|
| 2783 |
|
| 2784 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2785 |
msgid "Remember though, that the field-value combination must exist in the database."
|
| 2786 |
msgstr "Denken Sie daran, dass die Feld-Wert Kombination in der Datenbank vorhanden sein muss."
|
| 2787 |
|
| 2788 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2789 |
msgid "Random (very slow on large databases > 10K user)"
|
| 2790 |
msgstr "Random (sehr langsam auf große Datenbanken > 10K Benutzer)"
|
| 2791 |
|
| 2792 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2793 |
msgid "Roles to Display"
|
| 2794 |
msgstr "Rollen anzeigen"
|
| 2795 |
|
| 2796 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2797 |
msgid "Restrict the userlisting to these selected roles only<br/>If not specified, defaults to all existing roles"
|
| 2798 |
msgstr "Beschränken Sie die Benutzerlisten nur für diese ausgewählten Rollen <br/> Wenn nicht angegeben, wird standardmäßig auf allen vorhandenen Rollen die Beschränkung gesetzt"
|
| 2799 |
|
| 2800 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2801 |
msgid "Number of Users/Page"
|
| 2802 |
msgstr "Anzahl Benutzer/Seite"
|
| 2803 |
|
| 2804 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2805 |
msgid "Default Sorting Criteria"
|
| 2806 |
msgstr "Standardmäßige Sortierkriterien"
|
| 2807 |
|
| 2808 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2809 |
msgid "Set the default sorting criteria<br/>This can temporarily be changed for each new session"
|
| 2810 |
msgstr "Festlegen der standard Sortierungskriterien <br/> Dieses kann temporär für jede neue Sitzung geändert werden"
|
| 2811 |
|
| 2812 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2813 |
msgid "Default Sorting Order"
|
| 2814 |
msgstr "Standard-Sortierreihenfolge"
|
| 2815 |
|
| 2816 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2817 |
msgid "Set the default sorting order<br/>This can temporarily be changed for each new session"
|
| 2818 |
msgstr "Festlegen der standard Sortierungskriterien <br/> Dieses kann temporär für jede neue Sitzung geändert werden"
|
| 2819 |
|
| 2820 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2821 |
msgid "Avatar Size (All-userlisting)"
|
| 2822 |
msgstr "Profilbild-Größe (alle Benutzereinträge)"
|
| 2823 |
|
| 2824 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2825 |
msgid "Set the avatar size on the all-userlisting only"
|
| 2826 |
msgstr "Legen Sie die Profilbildgröße für alle Benutzer-Listen fest."
|
| 2827 |
|
| 2828 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2829 |
msgid "Avatar Size (Single-userlisting)"
|
| 2830 |
msgstr "Profilbild-Größe (Einzel-Benutzeranzeige)"
|
| 2831 |
|
| 2832 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2833 |
msgid "Set the avatar size on the single-userlisting only"
|
| 2834 |
msgstr "Setzen Sie die Profilbild-Größe (nur für die Einzel-Benutzeranzeige)"
|
| 2835 |
|
| 2836 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2837 |
msgid "Visible only to logged in users?"
|
| 2838 |
msgstr "Nur für angemeldete Benutzer sichtbar?"
|
| 2839 |
|
| 2840 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2841 |
msgid "The userlisting will only be visible only to the logged in users"
|
| 2842 |
msgstr "Die Benutzeranzeigen werden nur für die angemeldeten Benutzer sichtbar sein"
|
| 2843 |
|
| 2844 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2845 |
msgid "Visible to following Roles"
|
| 2846 |
msgstr "Für folgende Rollen sichtbar"
|
| 2847 |
|
| 2848 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2849 |
msgid "The userlisting will only be visible to the following roles"
|
| 2850 |
msgstr " Die Benutzeranzeige wird nur für folgende Rollen sichtbar sein."
|
| 2851 |
|
| 2852 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2853 |
msgid "Userlisting Settings"
|
| 2854 |
msgstr "Benutzereinträge Einstellungen"
|
| 2855 |
|
| 2856 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2857 |
msgid "You need to activate the Userlisting feature from within the \"Modules\" tab!"
|
| 2858 |
msgstr "Sie müssen die Benutzeranzeige-Funktion innerhalb des Tabs \"Module\" aktivieren!"
|
| 2859 |
|
| 2860 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2861 |
msgid "You can find it in the Profile Builder menu."
|
| 2862 |
msgstr "Sie finden es im Menü vom Profile Builder"
|
| 2863 |
|
| 2864 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2865 |
msgid "No results found!"
|
| 2866 |
msgstr "Keine Ergebnisse wurden gefunden!"
|
| 2 |
# This file is distributed under the same license as the Profile Builder package.
|
| 3 |
msgid ""
|
| 4 |
msgstr ""
|
| 5 |
+
"PO-Revision-Date: 2015-09-29 11:50:16+0000\n"
|
| 6 |
"MIME-Version: 1.0\n"
|
| 7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
| 8 |
"Content-Transfer-Encoding: 8bit\n"
|
| 10 |
"X-Generator: GlotPress/0.1\n"
|
| 11 |
"Project-Id-Version: Profile Builder\n"
|
| 12 |
|
| 13 |
+
#: ../admin/admin-functions.php:40
|
| 14 |
+
msgid "Display name publicly as - only appears on the Edit Profile page!"
|
| 15 |
+
msgstr ""
|
| 16 |
+
|
| 17 |
+
#: ../admin/basic-info.php:37
|
| 18 |
+
msgid "Friction-less login using %s shortcode or a widget."
|
| 19 |
+
msgstr ""
|
| 20 |
+
|
| 21 |
+
#: ../admin/basic-info.php:41
|
| 22 |
+
msgid "Beautiful registration forms fully customizable using the %s shortcode."
|
| 23 |
+
msgstr ""
|
| 24 |
+
|
| 25 |
+
#: ../admin/basic-info.php:45
|
| 26 |
+
msgid "Straight forward edit profile forms using %s shortcode."
|
| 27 |
+
msgstr ""
|
| 28 |
+
|
| 29 |
+
#: ../admin/basic-info.php:58
|
| 30 |
+
msgid "Allow users to recover their password in the front-end using the %s."
|
| 31 |
+
msgstr ""
|
| 32 |
+
|
| 33 |
+
#: ../admin/basic-info.php:130
|
| 34 |
+
msgid "To create a page containing the users registered to this current site/blog, insert the following shortcode in a page of your chosing: %s."
|
| 35 |
+
msgstr ""
|
| 36 |
+
|
| 37 |
+
#: ../admin/general-settings.php:125
|
| 38 |
+
msgid "\"Admin Approval\" on User Role:"
|
| 39 |
+
msgstr ""
|
| 40 |
+
|
| 41 |
+
#: ../admin/general-settings.php:144
|
| 42 |
+
msgid "Select on what user roles to activate Admin Approval."
|
| 43 |
+
msgstr ""
|
| 44 |
+
|
| 45 |
+
#: ../admin/manage-fields.php:109
|
| 46 |
+
msgid "Display on PB forms"
|
| 47 |
+
msgstr ""
|
| 48 |
+
|
| 49 |
+
#: ../admin/manage-fields.php:109
|
| 50 |
+
msgid "PB Login"
|
| 51 |
+
msgstr ""
|
| 52 |
+
|
| 53 |
+
#: ../admin/manage-fields.php:109
|
| 54 |
+
msgid "PB Register"
|
| 55 |
+
msgstr ""
|
| 56 |
+
|
| 57 |
+
#: ../admin/manage-fields.php:109
|
| 58 |
+
msgid "PB Recover Password"
|
| 59 |
+
msgstr ""
|
| 60 |
+
|
| 61 |
+
#: ../admin/manage-fields.php:109
|
| 62 |
+
msgid "Select on which Profile Builder forms to display reCAPTCHA"
|
| 63 |
+
msgstr ""
|
| 64 |
+
|
| 65 |
+
#: ../admin/manage-fields.php:110
|
| 66 |
+
msgid "Display on default WP forms"
|
| 67 |
+
msgstr ""
|
| 68 |
+
|
| 69 |
+
#: ../admin/manage-fields.php:110
|
| 70 |
+
msgid "Default WP Login"
|
| 71 |
+
msgstr ""
|
| 72 |
+
|
| 73 |
+
#: ../admin/manage-fields.php:110
|
| 74 |
+
msgid "Default WP Register"
|
| 75 |
+
msgstr ""
|
| 76 |
+
|
| 77 |
+
#: ../admin/manage-fields.php:110
|
| 78 |
+
msgid "Default WP Recover Password"
|
| 79 |
+
msgstr ""
|
| 80 |
+
|
| 81 |
+
#: ../admin/manage-fields.php:110
|
| 82 |
+
msgid "Select on which default WP forms to display reCAPTCHA"
|
| 83 |
+
msgstr ""
|
| 84 |
+
|
| 85 |
+
#: ../admin/manage-fields.php:116 ../admin/manage-fields.php:117
|
| 86 |
+
msgid "Default option of the field"
|
| 87 |
+
msgstr ""
|
| 88 |
+
|
| 89 |
+
#: ../admin/manage-fields.php:237
|
| 90 |
+
msgid "Afghanistan"
|
| 91 |
+
msgstr "Afghanistan"
|
| 92 |
+
|
| 93 |
+
#: ../admin/manage-fields.php:238
|
| 94 |
+
msgid "Aland Islands"
|
| 95 |
+
msgstr "Aland Islands"
|
| 96 |
+
|
| 97 |
+
#: ../admin/manage-fields.php:239
|
| 98 |
+
msgid "Albania"
|
| 99 |
+
msgstr "Albania"
|
| 100 |
+
|
| 101 |
+
#: ../admin/manage-fields.php:240
|
| 102 |
+
msgid "Algeria"
|
| 103 |
+
msgstr "Algeria"
|
| 104 |
+
|
| 105 |
+
#: ../admin/manage-fields.php:241
|
| 106 |
+
msgid "American Samoa"
|
| 107 |
+
msgstr "American Samoa"
|
| 108 |
+
|
| 109 |
+
#: ../admin/manage-fields.php:242
|
| 110 |
+
msgid "Andorra"
|
| 111 |
+
msgstr "Andorra"
|
| 112 |
+
|
| 113 |
+
#: ../admin/manage-fields.php:243
|
| 114 |
+
msgid "Angola"
|
| 115 |
+
msgstr "Angola"
|
| 116 |
+
|
| 117 |
+
#: ../admin/manage-fields.php:244
|
| 118 |
+
msgid "Anguilla"
|
| 119 |
+
msgstr "Anguilla"
|
| 120 |
+
|
| 121 |
+
#: ../admin/manage-fields.php:245
|
| 122 |
+
msgid "Antarctica"
|
| 123 |
+
msgstr "Antarctica"
|
| 124 |
+
|
| 125 |
+
#: ../admin/manage-fields.php:246
|
| 126 |
+
msgid "Antigua and Barbuda"
|
| 127 |
+
msgstr "Antigua and Barbuda"
|
| 128 |
+
|
| 129 |
+
#: ../admin/manage-fields.php:247
|
| 130 |
+
msgid "Argentina"
|
| 131 |
+
msgstr "Argentina"
|
| 132 |
+
|
| 133 |
+
#: ../admin/manage-fields.php:248
|
| 134 |
+
msgid "Armenia"
|
| 135 |
+
msgstr "Armenia"
|
| 136 |
+
|
| 137 |
+
#: ../admin/manage-fields.php:249
|
| 138 |
+
msgid "Aruba"
|
| 139 |
+
msgstr "Aruba"
|
| 140 |
+
|
| 141 |
+
#: ../admin/manage-fields.php:250
|
| 142 |
+
msgid "Australia"
|
| 143 |
+
msgstr "Australia"
|
| 144 |
+
|
| 145 |
+
#: ../admin/manage-fields.php:251
|
| 146 |
+
msgid "Austria"
|
| 147 |
+
msgstr "Austria"
|
| 148 |
+
|
| 149 |
+
#: ../admin/manage-fields.php:252
|
| 150 |
+
msgid "Azerbaijan"
|
| 151 |
+
msgstr "Azerbaijan"
|
| 152 |
+
|
| 153 |
+
#: ../admin/manage-fields.php:253
|
| 154 |
+
msgid "Bahamas"
|
| 155 |
+
msgstr "Bahamas"
|
| 156 |
+
|
| 157 |
+
#: ../admin/manage-fields.php:254
|
| 158 |
+
msgid "Bahrain"
|
| 159 |
+
msgstr "Bahrain"
|
| 160 |
+
|
| 161 |
+
#: ../admin/manage-fields.php:255
|
| 162 |
+
msgid "Bangladesh"
|
| 163 |
+
msgstr "Bangladesh"
|
| 164 |
+
|
| 165 |
+
#: ../admin/manage-fields.php:256
|
| 166 |
+
msgid "Barbados"
|
| 167 |
+
msgstr "Barbados"
|
| 168 |
+
|
| 169 |
+
#: ../admin/manage-fields.php:257
|
| 170 |
+
msgid "Belarus"
|
| 171 |
+
msgstr "Belarus"
|
| 172 |
+
|
| 173 |
+
#: ../admin/manage-fields.php:258
|
| 174 |
+
msgid "Belgium"
|
| 175 |
+
msgstr "Belgium"
|
| 176 |
+
|
| 177 |
+
#: ../admin/manage-fields.php:259
|
| 178 |
+
msgid "Belize"
|
| 179 |
+
msgstr "Belize"
|
| 180 |
+
|
| 181 |
+
#: ../admin/manage-fields.php:260
|
| 182 |
+
msgid "Benin"
|
| 183 |
+
msgstr "Benin"
|
| 184 |
+
|
| 185 |
+
#: ../admin/manage-fields.php:261
|
| 186 |
+
msgid "Bermuda"
|
| 187 |
+
msgstr "Bermuda"
|
| 188 |
+
|
| 189 |
+
#: ../admin/manage-fields.php:262
|
| 190 |
+
msgid "Bhutan"
|
| 191 |
+
msgstr "Bhutan"
|
| 192 |
+
|
| 193 |
+
#: ../admin/manage-fields.php:263
|
| 194 |
+
msgid "Bolivia"
|
| 195 |
+
msgstr "Bolivia"
|
| 196 |
+
|
| 197 |
+
#: ../admin/manage-fields.php:264
|
| 198 |
+
msgid "Bonaire, Saint Eustatius and Saba"
|
| 199 |
+
msgstr "Bonaire, Saint Eustatius and Saba"
|
| 200 |
+
|
| 201 |
+
#: ../admin/manage-fields.php:265
|
| 202 |
+
msgid "Bosnia and Herzegovina"
|
| 203 |
+
msgstr "Bosnia and Herzegovina"
|
| 204 |
+
|
| 205 |
+
#: ../admin/manage-fields.php:266
|
| 206 |
+
msgid "Botswana"
|
| 207 |
+
msgstr "Botswana"
|
| 208 |
+
|
| 209 |
+
#: ../admin/manage-fields.php:267
|
| 210 |
+
msgid "Bouvet Island"
|
| 211 |
+
msgstr "Bouvet Island"
|
| 212 |
+
|
| 213 |
+
#: ../admin/manage-fields.php:268
|
| 214 |
+
msgid "Brazil"
|
| 215 |
+
msgstr "Brazil"
|
| 216 |
+
|
| 217 |
+
#: ../admin/manage-fields.php:269
|
| 218 |
+
msgid "British Indian Ocean Territory"
|
| 219 |
+
msgstr "British Indian Ocean Territory"
|
| 220 |
+
|
| 221 |
+
#: ../admin/manage-fields.php:270
|
| 222 |
+
msgid "British Virgin Islands"
|
| 223 |
+
msgstr "British Virgin Islands"
|
| 224 |
+
|
| 225 |
+
#: ../admin/manage-fields.php:271
|
| 226 |
+
msgid "Brunei"
|
| 227 |
+
msgstr "Brunei"
|
| 228 |
+
|
| 229 |
+
#: ../admin/manage-fields.php:272
|
| 230 |
+
msgid "Bulgaria"
|
| 231 |
+
msgstr "Bulgaria"
|
| 232 |
+
|
| 233 |
+
#: ../admin/manage-fields.php:273
|
| 234 |
+
msgid "Burkina Faso"
|
| 235 |
+
msgstr "Burkina Faso"
|
| 236 |
+
|
| 237 |
+
#: ../admin/manage-fields.php:274
|
| 238 |
+
msgid "Burundi"
|
| 239 |
+
msgstr "Burundi"
|
| 240 |
+
|
| 241 |
+
#: ../admin/manage-fields.php:275
|
| 242 |
+
msgid "Cambodia"
|
| 243 |
+
msgstr "Cambodia"
|
| 244 |
+
|
| 245 |
+
#: ../admin/manage-fields.php:276
|
| 246 |
+
msgid "Cameroon"
|
| 247 |
+
msgstr "Cameroon"
|
| 248 |
+
|
| 249 |
+
#: ../admin/manage-fields.php:277
|
| 250 |
+
msgid "Canada"
|
| 251 |
+
msgstr "Canada"
|
| 252 |
+
|
| 253 |
+
#: ../admin/manage-fields.php:278
|
| 254 |
+
msgid "Cape Verde"
|
| 255 |
+
msgstr "Cape Verde"
|
| 256 |
+
|
| 257 |
+
#: ../admin/manage-fields.php:279
|
| 258 |
+
msgid "Cayman Islands"
|
| 259 |
+
msgstr "Cayman Islands"
|
| 260 |
+
|
| 261 |
+
#: ../admin/manage-fields.php:280
|
| 262 |
+
msgid "Central African Republic"
|
| 263 |
+
msgstr "Central African Republic"
|
| 264 |
+
|
| 265 |
+
#: ../admin/manage-fields.php:281
|
| 266 |
+
msgid "Chad"
|
| 267 |
+
msgstr "Chad"
|
| 268 |
+
|
| 269 |
+
#: ../admin/manage-fields.php:282
|
| 270 |
+
msgid "Chile"
|
| 271 |
+
msgstr "Chile"
|
| 272 |
+
|
| 273 |
+
#: ../admin/manage-fields.php:283
|
| 274 |
+
msgid "China"
|
| 275 |
+
msgstr "China"
|
| 276 |
+
|
| 277 |
+
#: ../admin/manage-fields.php:284
|
| 278 |
+
msgid "Christmas Island"
|
| 279 |
+
msgstr "Christmas Island"
|
| 280 |
+
|
| 281 |
+
#: ../admin/manage-fields.php:285
|
| 282 |
+
msgid "Cocos Islands"
|
| 283 |
+
msgstr "Cocos Islands"
|
| 284 |
+
|
| 285 |
+
#: ../admin/manage-fields.php:286
|
| 286 |
+
msgid "Colombia"
|
| 287 |
+
msgstr "Colombia"
|
| 288 |
+
|
| 289 |
+
#: ../admin/manage-fields.php:287
|
| 290 |
+
msgid "Comoros"
|
| 291 |
+
msgstr "Comoros"
|
| 292 |
+
|
| 293 |
+
#: ../admin/manage-fields.php:288
|
| 294 |
+
msgid "Cook Islands"
|
| 295 |
+
msgstr "Cook Islands"
|
| 296 |
+
|
| 297 |
+
#: ../admin/manage-fields.php:289
|
| 298 |
+
msgid "Costa Rica"
|
| 299 |
+
msgstr "Costa Rica"
|
| 300 |
+
|
| 301 |
+
#: ../admin/manage-fields.php:290
|
| 302 |
+
msgid "Croatia"
|
| 303 |
+
msgstr "Croatia"
|
| 304 |
+
|
| 305 |
+
#: ../admin/manage-fields.php:291
|
| 306 |
+
msgid "Cuba"
|
| 307 |
+
msgstr "Cuba"
|
| 308 |
+
|
| 309 |
+
#: ../admin/manage-fields.php:292
|
| 310 |
+
msgid "Curacao"
|
| 311 |
+
msgstr "Curacao"
|
| 312 |
+
|
| 313 |
+
#: ../admin/manage-fields.php:293
|
| 314 |
+
msgid "Cyprus"
|
| 315 |
+
msgstr "Cyprus"
|
| 316 |
+
|
| 317 |
+
#: ../admin/manage-fields.php:294
|
| 318 |
+
msgid "Czech Republic"
|
| 319 |
+
msgstr "Czech Republic"
|
| 320 |
+
|
| 321 |
+
#: ../admin/manage-fields.php:295
|
| 322 |
+
msgid "Democratic Republic of the Congo"
|
| 323 |
+
msgstr "Democratic Republic of the Congo"
|
| 324 |
+
|
| 325 |
+
#: ../admin/manage-fields.php:296
|
| 326 |
+
msgid "Denmark"
|
| 327 |
+
msgstr "Denmark"
|
| 328 |
+
|
| 329 |
+
#: ../admin/manage-fields.php:297
|
| 330 |
+
msgid "Djibouti"
|
| 331 |
+
msgstr "Djibouti"
|
| 332 |
+
|
| 333 |
+
#: ../admin/manage-fields.php:298
|
| 334 |
+
msgid "Dominica"
|
| 335 |
+
msgstr "Dominica"
|
| 336 |
+
|
| 337 |
+
#: ../admin/manage-fields.php:299
|
| 338 |
+
msgid "Dominican Republic"
|
| 339 |
+
msgstr "Dominican Republic"
|
| 340 |
+
|
| 341 |
+
#: ../admin/manage-fields.php:300
|
| 342 |
+
msgid "East Timor"
|
| 343 |
+
msgstr "East Timor"
|
| 344 |
+
|
| 345 |
+
#: ../admin/manage-fields.php:301
|
| 346 |
+
msgid "Ecuador"
|
| 347 |
+
msgstr "Ecuador"
|
| 348 |
+
|
| 349 |
+
#: ../admin/manage-fields.php:302
|
| 350 |
+
msgid "Egypt"
|
| 351 |
+
msgstr "Egypt"
|
| 352 |
+
|
| 353 |
+
#: ../admin/manage-fields.php:303
|
| 354 |
+
msgid "El Salvador"
|
| 355 |
+
msgstr "El Salvador"
|
| 356 |
+
|
| 357 |
+
#: ../admin/manage-fields.php:304
|
| 358 |
+
msgid "Equatorial Guinea"
|
| 359 |
+
msgstr "Equatorial Guinea"
|
| 360 |
+
|
| 361 |
+
#: ../admin/manage-fields.php:305
|
| 362 |
+
msgid "Eritrea"
|
| 363 |
+
msgstr "Eritrea"
|
| 364 |
+
|
| 365 |
+
#: ../admin/manage-fields.php:306
|
| 366 |
+
msgid "Estonia"
|
| 367 |
+
msgstr "Estonia"
|
| 368 |
+
|
| 369 |
+
#: ../admin/manage-fields.php:307
|
| 370 |
+
msgid "Ethiopia"
|
| 371 |
+
msgstr "Ethiopia"
|
| 372 |
+
|
| 373 |
+
#: ../admin/manage-fields.php:308
|
| 374 |
+
msgid "Falkland Islands"
|
| 375 |
+
msgstr "Falkland Islands"
|
| 376 |
+
|
| 377 |
+
#: ../admin/manage-fields.php:309
|
| 378 |
+
msgid "Faroe Islands"
|
| 379 |
+
msgstr "Faroe Islands"
|
| 380 |
+
|
| 381 |
+
#: ../admin/manage-fields.php:310
|
| 382 |
+
msgid "Fiji"
|
| 383 |
+
msgstr "Fiji"
|
| 384 |
+
|
| 385 |
+
#: ../admin/manage-fields.php:311
|
| 386 |
+
msgid "Finland"
|
| 387 |
+
msgstr "Finland"
|
| 388 |
+
|
| 389 |
+
#: ../admin/manage-fields.php:312
|
| 390 |
+
msgid "France"
|
| 391 |
+
msgstr "France"
|
| 392 |
+
|
| 393 |
+
#: ../admin/manage-fields.php:313
|
| 394 |
+
msgid "French Guiana"
|
| 395 |
+
msgstr "French Guiana"
|
| 396 |
+
|
| 397 |
+
#: ../admin/manage-fields.php:314
|
| 398 |
+
msgid "French Polynesia"
|
| 399 |
+
msgstr "French Polynesia"
|
| 400 |
+
|
| 401 |
+
#: ../admin/manage-fields.php:315
|
| 402 |
+
msgid "French Southern Territories"
|
| 403 |
+
msgstr "French Southern Territories"
|
| 404 |
+
|
| 405 |
+
#: ../admin/manage-fields.php:316
|
| 406 |
+
msgid "Gabon"
|
| 407 |
+
msgstr "Gabon"
|
| 408 |
+
|
| 409 |
+
#: ../admin/manage-fields.php:317
|
| 410 |
+
msgid "Gambia"
|
| 411 |
+
msgstr "Gambia"
|
| 412 |
+
|
| 413 |
+
#: ../admin/manage-fields.php:318
|
| 414 |
+
msgid "Georgia"
|
| 415 |
+
msgstr "Georgia"
|
| 416 |
+
|
| 417 |
+
#: ../admin/manage-fields.php:319
|
| 418 |
+
msgid "Germany"
|
| 419 |
+
msgstr "Germany"
|
| 420 |
+
|
| 421 |
+
#: ../admin/manage-fields.php:320
|
| 422 |
+
msgid "Ghana"
|
| 423 |
+
msgstr "Ghana"
|
| 424 |
+
|
| 425 |
+
#: ../admin/manage-fields.php:321
|
| 426 |
+
msgid "Gibraltar"
|
| 427 |
+
msgstr "Gibraltar"
|
| 428 |
+
|
| 429 |
+
#: ../admin/manage-fields.php:322
|
| 430 |
+
msgid "Greece"
|
| 431 |
+
msgstr "Greece"
|
| 432 |
+
|
| 433 |
+
#: ../admin/manage-fields.php:323
|
| 434 |
+
msgid "Greenland"
|
| 435 |
+
msgstr "Greenland"
|
| 436 |
+
|
| 437 |
+
#: ../admin/manage-fields.php:324
|
| 438 |
+
msgid "Grenada"
|
| 439 |
+
msgstr "Grenada"
|
| 440 |
+
|
| 441 |
+
#: ../admin/manage-fields.php:325
|
| 442 |
+
msgid "Guadeloupe"
|
| 443 |
+
msgstr "Guadeloupe"
|
| 444 |
+
|
| 445 |
+
#: ../admin/manage-fields.php:326
|
| 446 |
+
msgid "Guam"
|
| 447 |
+
msgstr "Guam"
|
| 448 |
+
|
| 449 |
+
#: ../admin/manage-fields.php:327
|
| 450 |
+
msgid "Guatemala"
|
| 451 |
+
msgstr "Guatemala"
|
| 452 |
+
|
| 453 |
+
#: ../admin/manage-fields.php:328
|
| 454 |
+
msgid "Guernsey"
|
| 455 |
+
msgstr "Guernsey"
|
| 456 |
+
|
| 457 |
+
#: ../admin/manage-fields.php:329
|
| 458 |
+
msgid "Guinea"
|
| 459 |
+
msgstr "Guinea"
|
| 460 |
+
|
| 461 |
+
#: ../admin/manage-fields.php:330
|
| 462 |
+
msgid "Guinea-Bissau"
|
| 463 |
+
msgstr "Guinea-Bissau"
|
| 464 |
+
|
| 465 |
+
#: ../admin/manage-fields.php:331
|
| 466 |
+
msgid "Guyana"
|
| 467 |
+
msgstr "Guyana"
|
| 468 |
+
|
| 469 |
+
#: ../admin/manage-fields.php:332
|
| 470 |
+
msgid "Haiti"
|
| 471 |
+
msgstr "Haiti"
|
| 472 |
+
|
| 473 |
+
#: ../admin/manage-fields.php:333
|
| 474 |
+
msgid "Heard Island and McDonald Islands"
|
| 475 |
+
msgstr "Heard Island and McDonald Islands"
|
| 476 |
+
|
| 477 |
+
#: ../admin/manage-fields.php:334
|
| 478 |
+
msgid "Honduras"
|
| 479 |
+
msgstr "Honduras"
|
| 480 |
+
|
| 481 |
+
#: ../admin/manage-fields.php:335
|
| 482 |
+
msgid "Hong Kong"
|
| 483 |
+
msgstr "Hong Kong"
|
| 484 |
+
|
| 485 |
+
#: ../admin/manage-fields.php:336
|
| 486 |
+
msgid "Hungary"
|
| 487 |
+
msgstr "Hungary"
|
| 488 |
+
|
| 489 |
+
#: ../admin/manage-fields.php:337
|
| 490 |
+
msgid "Iceland"
|
| 491 |
+
msgstr "Iceland"
|
| 492 |
+
|
| 493 |
+
#: ../admin/manage-fields.php:338
|
| 494 |
+
msgid "India"
|
| 495 |
+
msgstr "India"
|
| 496 |
+
|
| 497 |
+
#: ../admin/manage-fields.php:339
|
| 498 |
+
msgid "Indonesia"
|
| 499 |
+
msgstr "Indonesia"
|
| 500 |
+
|
| 501 |
+
#: ../admin/manage-fields.php:340
|
| 502 |
+
msgid "Iran"
|
| 503 |
+
msgstr "Iran"
|
| 504 |
+
|
| 505 |
+
#: ../admin/manage-fields.php:341
|
| 506 |
+
msgid "Iraq"
|
| 507 |
+
msgstr "Iraq"
|
| 508 |
+
|
| 509 |
+
#: ../admin/manage-fields.php:342
|
| 510 |
+
msgid "Ireland"
|
| 511 |
+
msgstr "Ireland"
|
| 512 |
+
|
| 513 |
+
#: ../admin/manage-fields.php:343
|
| 514 |
+
msgid "Isle of Man"
|
| 515 |
+
msgstr "Isle of Man"
|
| 516 |
+
|
| 517 |
+
#: ../admin/manage-fields.php:344
|
| 518 |
+
msgid "Israel"
|
| 519 |
+
msgstr "Israel"
|
| 520 |
+
|
| 521 |
+
#: ../admin/manage-fields.php:345
|
| 522 |
+
msgid "Italy"
|
| 523 |
+
msgstr "Italy"
|
| 524 |
+
|
| 525 |
+
#: ../admin/manage-fields.php:346
|
| 526 |
+
msgid "Ivory Coast"
|
| 527 |
+
msgstr "Ivory Coast"
|
| 528 |
+
|
| 529 |
+
#: ../admin/manage-fields.php:347
|
| 530 |
+
msgid "Jamaica"
|
| 531 |
+
msgstr "Jamaica"
|
| 532 |
+
|
| 533 |
+
#: ../admin/manage-fields.php:348
|
| 534 |
+
msgid "Japan"
|
| 535 |
+
msgstr "Japan"
|
| 536 |
+
|
| 537 |
+
#: ../admin/manage-fields.php:349
|
| 538 |
+
msgid "Jersey"
|
| 539 |
+
msgstr "Jersey"
|
| 540 |
+
|
| 541 |
+
#: ../admin/manage-fields.php:350
|
| 542 |
+
msgid "Jordan"
|
| 543 |
+
msgstr "Jordan"
|
| 544 |
+
|
| 545 |
+
#: ../admin/manage-fields.php:351
|
| 546 |
+
msgid "Kazakhstan"
|
| 547 |
+
msgstr "Kazakhstan"
|
| 548 |
+
|
| 549 |
+
#: ../admin/manage-fields.php:352
|
| 550 |
+
msgid "Kenya"
|
| 551 |
+
msgstr "Kenya"
|
| 552 |
+
|
| 553 |
+
#: ../admin/manage-fields.php:353
|
| 554 |
+
msgid "Kiribati"
|
| 555 |
+
msgstr "Kiribati"
|
| 556 |
+
|
| 557 |
+
#: ../admin/manage-fields.php:354
|
| 558 |
+
msgid "Kosovo"
|
| 559 |
+
msgstr "Kosovo"
|
| 560 |
+
|
| 561 |
+
#: ../admin/manage-fields.php:355
|
| 562 |
+
msgid "Kuwait"
|
| 563 |
+
msgstr "Kuwait"
|
| 564 |
+
|
| 565 |
+
#: ../admin/manage-fields.php:356
|
| 566 |
+
msgid "Kyrgyzstan"
|
| 567 |
+
msgstr "Kyrgyzstan"
|
| 568 |
+
|
| 569 |
+
#: ../admin/manage-fields.php:357
|
| 570 |
+
msgid "Laos"
|
| 571 |
+
msgstr "Laos"
|
| 572 |
+
|
| 573 |
+
#: ../admin/manage-fields.php:358
|
| 574 |
+
msgid "Latvia"
|
| 575 |
+
msgstr "Latvia"
|
| 576 |
+
|
| 577 |
+
#: ../admin/manage-fields.php:359
|
| 578 |
+
msgid "Lebanon"
|
| 579 |
+
msgstr "Lebanon"
|
| 580 |
+
|
| 581 |
+
#: ../admin/manage-fields.php:360
|
| 582 |
+
msgid "Lesotho"
|
| 583 |
+
msgstr "Lesotho"
|
| 584 |
+
|
| 585 |
+
#: ../admin/manage-fields.php:361
|
| 586 |
+
msgid "Liberia"
|
| 587 |
+
msgstr "Liberia"
|
| 588 |
+
|
| 589 |
+
#: ../admin/manage-fields.php:362
|
| 590 |
+
msgid "Libya"
|
| 591 |
+
msgstr "Libya"
|
| 592 |
+
|
| 593 |
+
#: ../admin/manage-fields.php:363
|
| 594 |
+
msgid "Liechtenstein"
|
| 595 |
+
msgstr "Liechtenstein"
|
| 596 |
+
|
| 597 |
+
#: ../admin/manage-fields.php:364
|
| 598 |
+
msgid "Lithuania"
|
| 599 |
+
msgstr "Lithuania"
|
| 600 |
+
|
| 601 |
+
#: ../admin/manage-fields.php:365
|
| 602 |
+
msgid "Luxembourg"
|
| 603 |
+
msgstr "Luxembourg"
|
| 604 |
+
|
| 605 |
+
#: ../admin/manage-fields.php:366
|
| 606 |
+
msgid "Macao"
|
| 607 |
+
msgstr "Macao"
|
| 608 |
+
|
| 609 |
+
#: ../admin/manage-fields.php:367
|
| 610 |
+
msgid "Macedonia"
|
| 611 |
+
msgstr "Macedonia"
|
| 612 |
+
|
| 613 |
+
#: ../admin/manage-fields.php:368
|
| 614 |
+
msgid "Madagascar"
|
| 615 |
+
msgstr "Madagascar"
|
| 616 |
+
|
| 617 |
+
#: ../admin/manage-fields.php:369
|
| 618 |
+
msgid "Malawi"
|
| 619 |
+
msgstr "Malawi"
|
| 620 |
+
|
| 621 |
+
#: ../admin/manage-fields.php:370
|
| 622 |
+
msgid "Malaysia"
|
| 623 |
+
msgstr "Malaysia"
|
| 624 |
+
|
| 625 |
+
#: ../admin/manage-fields.php:371
|
| 626 |
+
msgid "Maldives"
|
| 627 |
+
msgstr "Maldives"
|
| 628 |
+
|
| 629 |
+
#: ../admin/manage-fields.php:372
|
| 630 |
+
msgid "Mali"
|
| 631 |
+
msgstr "Mali"
|
| 632 |
+
|
| 633 |
+
#: ../admin/manage-fields.php:373
|
| 634 |
+
msgid "Malta"
|
| 635 |
+
msgstr "Malta"
|
| 636 |
+
|
| 637 |
+
#: ../admin/manage-fields.php:374
|
| 638 |
+
msgid "Marshall Islands"
|
| 639 |
+
msgstr "Marshall Islands"
|
| 640 |
+
|
| 641 |
+
#: ../admin/manage-fields.php:375
|
| 642 |
+
msgid "Martinique"
|
| 643 |
+
msgstr "Martinique"
|
| 644 |
+
|
| 645 |
+
#: ../admin/manage-fields.php:376
|
| 646 |
+
msgid "Mauritania"
|
| 647 |
+
msgstr "Mauritania"
|
| 648 |
+
|
| 649 |
+
#: ../admin/manage-fields.php:377
|
| 650 |
+
msgid "Mauritius"
|
| 651 |
+
msgstr "Mauritius"
|
| 652 |
+
|
| 653 |
+
#: ../admin/manage-fields.php:378
|
| 654 |
+
msgid "Mayotte"
|
| 655 |
+
msgstr "Mayotte"
|
| 656 |
+
|
| 657 |
+
#: ../admin/manage-fields.php:379
|
| 658 |
+
msgid "Mexico"
|
| 659 |
+
msgstr "Mexico"
|
| 660 |
+
|
| 661 |
+
#: ../admin/manage-fields.php:380
|
| 662 |
+
msgid "Micronesia"
|
| 663 |
+
msgstr "Micronesia"
|
| 664 |
+
|
| 665 |
+
#: ../admin/manage-fields.php:381
|
| 666 |
+
msgid "Moldova"
|
| 667 |
+
msgstr "Moldova"
|
| 668 |
+
|
| 669 |
+
#: ../admin/manage-fields.php:382
|
| 670 |
+
msgid "Monaco"
|
| 671 |
+
msgstr "Monaco"
|
| 672 |
+
|
| 673 |
+
#: ../admin/manage-fields.php:383
|
| 674 |
+
msgid "Mongolia"
|
| 675 |
+
msgstr "Mongolia"
|
| 676 |
+
|
| 677 |
+
#: ../admin/manage-fields.php:384
|
| 678 |
+
msgid "Montenegro"
|
| 679 |
+
msgstr "Montenegro"
|
| 680 |
+
|
| 681 |
+
#: ../admin/manage-fields.php:385
|
| 682 |
+
msgid "Montserrat"
|
| 683 |
+
msgstr "Montserrat"
|
| 684 |
+
|
| 685 |
+
#: ../admin/manage-fields.php:386
|
| 686 |
+
msgid "Morocco"
|
| 687 |
+
msgstr "Morocco"
|
| 688 |
+
|
| 689 |
+
#: ../admin/manage-fields.php:387
|
| 690 |
+
msgid "Mozambique"
|
| 691 |
+
msgstr "Mozambique"
|
| 692 |
+
|
| 693 |
+
#: ../admin/manage-fields.php:388
|
| 694 |
+
msgid "Myanmar"
|
| 695 |
+
msgstr "Myanmar"
|
| 696 |
+
|
| 697 |
+
#: ../admin/manage-fields.php:389
|
| 698 |
+
msgid "Namibia"
|
| 699 |
+
msgstr "Namibia"
|
| 700 |
+
|
| 701 |
+
#: ../admin/manage-fields.php:390
|
| 702 |
+
msgid "Nauru"
|
| 703 |
+
msgstr "Nauru"
|
| 704 |
+
|
| 705 |
+
#: ../admin/manage-fields.php:391
|
| 706 |
+
msgid "Nepal"
|
| 707 |
+
msgstr "Nepal"
|
| 708 |
+
|
| 709 |
+
#: ../admin/manage-fields.php:392
|
| 710 |
+
msgid "Netherlands"
|
| 711 |
+
msgstr "Netherlands"
|
| 712 |
+
|
| 713 |
+
#: ../admin/manage-fields.php:393
|
| 714 |
+
msgid "New Caledonia"
|
| 715 |
+
msgstr "New Caledonia"
|
| 716 |
+
|
| 717 |
+
#: ../admin/manage-fields.php:394
|
| 718 |
+
msgid "New Zealand"
|
| 719 |
+
msgstr "New Zealand"
|
| 720 |
+
|
| 721 |
+
#: ../admin/manage-fields.php:395
|
| 722 |
+
msgid "Nicaragua"
|
| 723 |
+
msgstr "Nicaragua"
|
| 724 |
+
|
| 725 |
+
#: ../admin/manage-fields.php:396
|
| 726 |
+
msgid "Niger"
|
| 727 |
+
msgstr "Niger"
|
| 728 |
+
|
| 729 |
+
#: ../admin/manage-fields.php:397
|
| 730 |
+
msgid "Nigeria"
|
| 731 |
+
msgstr "Nigeria"
|
| 732 |
+
|
| 733 |
+
#: ../admin/manage-fields.php:398
|
| 734 |
+
msgid "Niue"
|
| 735 |
+
msgstr "Niue"
|
| 736 |
+
|
| 737 |
+
#: ../admin/manage-fields.php:399
|
| 738 |
+
msgid "Norfolk Island"
|
| 739 |
+
msgstr "Norfolk Island"
|
| 740 |
+
|
| 741 |
+
#: ../admin/manage-fields.php:400
|
| 742 |
+
msgid "North Korea"
|
| 743 |
+
msgstr "North Korea"
|
| 744 |
+
|
| 745 |
+
#: ../admin/manage-fields.php:401
|
| 746 |
+
msgid "Northern Mariana Islands"
|
| 747 |
+
msgstr "Northern Mariana Islands"
|
| 748 |
+
|
| 749 |
+
#: ../admin/manage-fields.php:402
|
| 750 |
+
msgid "Norway"
|
| 751 |
+
msgstr "Norway"
|
| 752 |
+
|
| 753 |
+
#: ../admin/manage-fields.php:403
|
| 754 |
+
msgid "Oman"
|
| 755 |
+
msgstr "Oman"
|
| 756 |
+
|
| 757 |
+
#: ../admin/manage-fields.php:404
|
| 758 |
+
msgid "Pakistan"
|
| 759 |
+
msgstr "Pakistan"
|
| 760 |
+
|
| 761 |
+
#: ../admin/manage-fields.php:405
|
| 762 |
+
msgid "Palau"
|
| 763 |
+
msgstr "Palau"
|
| 764 |
+
|
| 765 |
+
#: ../admin/manage-fields.php:406
|
| 766 |
+
msgid "Palestinian Territory"
|
| 767 |
+
msgstr "Palestinian Territory"
|
| 768 |
+
|
| 769 |
+
#: ../admin/manage-fields.php:407
|
| 770 |
+
msgid "Panama"
|
| 771 |
+
msgstr "Panama"
|
| 772 |
+
|
| 773 |
+
#: ../admin/manage-fields.php:408
|
| 774 |
+
msgid "Papua New Guinea"
|
| 775 |
+
msgstr "Papua New Guinea"
|
| 776 |
+
|
| 777 |
+
#: ../admin/manage-fields.php:409
|
| 778 |
+
msgid "Paraguay"
|
| 779 |
+
msgstr "Paraguay"
|
| 780 |
+
|
| 781 |
+
#: ../admin/manage-fields.php:410
|
| 782 |
+
msgid "Peru"
|
| 783 |
+
msgstr "Peru"
|
| 784 |
+
|
| 785 |
+
#: ../admin/manage-fields.php:411
|
| 786 |
+
msgid "Philippines"
|
| 787 |
+
msgstr "Philippines"
|
| 788 |
+
|
| 789 |
+
#: ../admin/manage-fields.php:412
|
| 790 |
+
msgid "Pitcairn"
|
| 791 |
+
msgstr "Pitcairn"
|
| 792 |
+
|
| 793 |
+
#: ../admin/manage-fields.php:413
|
| 794 |
+
msgid "Poland"
|
| 795 |
+
msgstr "Poland"
|
| 796 |
+
|
| 797 |
+
#: ../admin/manage-fields.php:414
|
| 798 |
+
msgid "Portugal"
|
| 799 |
+
msgstr "Portugal"
|
| 800 |
+
|
| 801 |
+
#: ../admin/manage-fields.php:415
|
| 802 |
+
msgid "Puerto Rico"
|
| 803 |
+
msgstr "Puerto Rico"
|
| 804 |
+
|
| 805 |
+
#: ../admin/manage-fields.php:416
|
| 806 |
+
msgid "Qatar"
|
| 807 |
+
msgstr "Qatar"
|
| 808 |
+
|
| 809 |
+
#: ../admin/manage-fields.php:417
|
| 810 |
+
msgid "Republic of the Congo"
|
| 811 |
+
msgstr "Republic of the Congo"
|
| 812 |
+
|
| 813 |
+
#: ../admin/manage-fields.php:418
|
| 814 |
+
msgid "Reunion"
|
| 815 |
+
msgstr "Reunion"
|
| 816 |
+
|
| 817 |
+
#: ../admin/manage-fields.php:419
|
| 818 |
+
msgid "Romania"
|
| 819 |
+
msgstr "Romania"
|
| 820 |
+
|
| 821 |
+
#: ../admin/manage-fields.php:420
|
| 822 |
+
msgid "Russia"
|
| 823 |
+
msgstr "Russia"
|
| 824 |
+
|
| 825 |
+
#: ../admin/manage-fields.php:421
|
| 826 |
+
msgid "Rwanda"
|
| 827 |
+
msgstr "Rwanda"
|
| 828 |
+
|
| 829 |
+
#: ../admin/manage-fields.php:422
|
| 830 |
+
msgid "Saint Barthelemy"
|
| 831 |
+
msgstr "Saint Barthelemy"
|
| 832 |
+
|
| 833 |
+
#: ../admin/manage-fields.php:423
|
| 834 |
+
msgid "Saint Helena"
|
| 835 |
+
msgstr "Saint Helena"
|
| 836 |
+
|
| 837 |
+
#: ../admin/manage-fields.php:424
|
| 838 |
+
msgid "Saint Kitts and Nevis"
|
| 839 |
+
msgstr "Saint Kitts and Nevis"
|
| 840 |
+
|
| 841 |
+
#: ../admin/manage-fields.php:425
|
| 842 |
+
msgid "Saint Lucia"
|
| 843 |
+
msgstr "Saint Lucia"
|
| 844 |
+
|
| 845 |
+
#: ../admin/manage-fields.php:426
|
| 846 |
+
msgid "Saint Martin"
|
| 847 |
+
msgstr "Saint Martin"
|
| 848 |
+
|
| 849 |
+
#: ../admin/manage-fields.php:427
|
| 850 |
+
msgid "Saint Pierre and Miquelon"
|
| 851 |
+
msgstr "Saint Pierre and Miquelon"
|
| 852 |
+
|
| 853 |
+
#: ../admin/manage-fields.php:428
|
| 854 |
+
msgid "Saint Vincent and the Grenadines"
|
| 855 |
+
msgstr "Saint Vincent and the Grenadines"
|
| 856 |
+
|
| 857 |
+
#: ../admin/manage-fields.php:429
|
| 858 |
+
msgid "Samoa"
|
| 859 |
+
msgstr "Samoa"
|
| 860 |
+
|
| 861 |
+
#: ../admin/manage-fields.php:430
|
| 862 |
+
msgid "San Marino"
|
| 863 |
+
msgstr "San Marino"
|
| 864 |
+
|
| 865 |
+
#: ../admin/manage-fields.php:431
|
| 866 |
+
msgid "Sao Tome and Principe"
|
| 867 |
+
msgstr "Sao Tome and Principe"
|
| 868 |
+
|
| 869 |
+
#: ../admin/manage-fields.php:432
|
| 870 |
+
msgid "Saudi Arabia"
|
| 871 |
+
msgstr "Saudi Arabia"
|
| 872 |
+
|
| 873 |
+
#: ../admin/manage-fields.php:433
|
| 874 |
+
msgid "Senegal"
|
| 875 |
+
msgstr "Senegal"
|
| 876 |
+
|
| 877 |
+
#: ../admin/manage-fields.php:434
|
| 878 |
+
msgid "Serbia"
|
| 879 |
+
msgstr "Serbia"
|
| 880 |
+
|
| 881 |
+
#: ../admin/manage-fields.php:435
|
| 882 |
+
msgid "Seychelles"
|
| 883 |
+
msgstr "Seychelles"
|
| 884 |
+
|
| 885 |
+
#: ../admin/manage-fields.php:436
|
| 886 |
+
msgid "Sierra Leone"
|
| 887 |
+
msgstr "Sierra Leone"
|
| 888 |
+
|
| 889 |
+
#: ../admin/manage-fields.php:437
|
| 890 |
+
msgid "Singapore"
|
| 891 |
+
msgstr "Singapore"
|
| 892 |
+
|
| 893 |
+
#: ../admin/manage-fields.php:438
|
| 894 |
+
msgid "Sint Maarten"
|
| 895 |
+
msgstr "Sint Maarten"
|
| 896 |
+
|
| 897 |
+
#: ../admin/manage-fields.php:439
|
| 898 |
+
msgid "Slovakia"
|
| 899 |
+
msgstr "Slovakia"
|
| 900 |
+
|
| 901 |
+
#: ../admin/manage-fields.php:440
|
| 902 |
+
msgid "Slovenia"
|
| 903 |
+
msgstr "Slovenia"
|
| 904 |
+
|
| 905 |
+
#: ../admin/manage-fields.php:441
|
| 906 |
+
msgid "Solomon Islands"
|
| 907 |
+
msgstr "Solomon Islands"
|
| 908 |
+
|
| 909 |
+
#: ../admin/manage-fields.php:442
|
| 910 |
+
msgid "Somalia"
|
| 911 |
+
msgstr "Somalia"
|
| 912 |
+
|
| 913 |
+
#: ../admin/manage-fields.php:443
|
| 914 |
+
msgid "South Africa"
|
| 915 |
+
msgstr "South Africa"
|
| 916 |
+
|
| 917 |
+
#: ../admin/manage-fields.php:444
|
| 918 |
+
msgid "South Georgia and the South Sandwich Islands"
|
| 919 |
+
msgstr "South Georgia and the South Sandwich Islands"
|
| 920 |
+
|
| 921 |
+
#: ../admin/manage-fields.php:445
|
| 922 |
+
msgid "South Korea"
|
| 923 |
+
msgstr "South Korea"
|
| 924 |
+
|
| 925 |
+
#: ../admin/manage-fields.php:446
|
| 926 |
+
msgid "South Sudan"
|
| 927 |
+
msgstr "South Sudan"
|
| 928 |
+
|
| 929 |
+
#: ../admin/manage-fields.php:447
|
| 930 |
+
msgid "Spain"
|
| 931 |
+
msgstr "Spain"
|
| 932 |
+
|
| 933 |
+
#: ../admin/manage-fields.php:448
|
| 934 |
+
msgid "Sri Lanka"
|
| 935 |
+
msgstr "Sri Lanka"
|
| 936 |
+
|
| 937 |
+
#: ../admin/manage-fields.php:449
|
| 938 |
+
msgid "Sudan"
|
| 939 |
+
msgstr "Sudan"
|
| 940 |
+
|
| 941 |
+
#: ../admin/manage-fields.php:450
|
| 942 |
+
msgid "Suriname"
|
| 943 |
+
msgstr "Suriname"
|
| 944 |
+
|
| 945 |
+
#: ../admin/manage-fields.php:451
|
| 946 |
+
msgid "Svalbard and Jan Mayen"
|
| 947 |
+
msgstr "Svalbard and Jan Mayen"
|
| 948 |
+
|
| 949 |
+
#: ../admin/manage-fields.php:452
|
| 950 |
+
msgid "Swaziland"
|
| 951 |
+
msgstr "Swaziland"
|
| 952 |
+
|
| 953 |
+
#: ../admin/manage-fields.php:453
|
| 954 |
+
msgid "Sweden"
|
| 955 |
+
msgstr "Sweden"
|
| 956 |
+
|
| 957 |
+
#: ../admin/manage-fields.php:454
|
| 958 |
+
msgid "Switzerland"
|
| 959 |
+
msgstr "Switzerland"
|
| 960 |
+
|
| 961 |
+
#: ../admin/manage-fields.php:455
|
| 962 |
+
msgid "Syria"
|
| 963 |
+
msgstr "Syria"
|
| 964 |
+
|
| 965 |
+
#: ../admin/manage-fields.php:456
|
| 966 |
+
msgid "Taiwan"
|
| 967 |
+
msgstr "Taiwan"
|
| 968 |
+
|
| 969 |
+
#: ../admin/manage-fields.php:457
|
| 970 |
+
msgid "Tajikistan"
|
| 971 |
+
msgstr "Tajikistan"
|
| 972 |
+
|
| 973 |
+
#: ../admin/manage-fields.php:458
|
| 974 |
+
msgid "Tanzania"
|
| 975 |
+
msgstr "Tanzania"
|
| 976 |
+
|
| 977 |
+
#: ../admin/manage-fields.php:459
|
| 978 |
+
msgid "Thailand"
|
| 979 |
+
msgstr "Thailand"
|
| 980 |
+
|
| 981 |
+
#: ../admin/manage-fields.php:460
|
| 982 |
+
msgid "Togo"
|
| 983 |
+
msgstr "Togo"
|
| 984 |
+
|
| 985 |
+
#: ../admin/manage-fields.php:461
|
| 986 |
+
msgid "Tokelau"
|
| 987 |
+
msgstr "Tokelau"
|
| 988 |
+
|
| 989 |
+
#: ../admin/manage-fields.php:462
|
| 990 |
+
msgid "Tonga"
|
| 991 |
+
msgstr "Tonga"
|
| 992 |
+
|
| 993 |
+
#: ../admin/manage-fields.php:463
|
| 994 |
+
msgid "Trinidad and Tobago"
|
| 995 |
+
msgstr "Trinidad and Tobago"
|
| 996 |
+
|
| 997 |
+
#: ../admin/manage-fields.php:464
|
| 998 |
+
msgid "Tunisia"
|
| 999 |
+
msgstr "Tunisia"
|
| 1000 |
+
|
| 1001 |
+
#: ../admin/manage-fields.php:465
|
| 1002 |
+
msgid "Turkey"
|
| 1003 |
+
msgstr "Turkey"
|
| 1004 |
+
|
| 1005 |
+
#: ../admin/manage-fields.php:466
|
| 1006 |
+
msgid "Turkmenistan"
|
| 1007 |
+
msgstr "Turkmenistan"
|
| 1008 |
+
|
| 1009 |
+
#: ../admin/manage-fields.php:467
|
| 1010 |
+
msgid "Turks and Caicos Islands"
|
| 1011 |
+
msgstr "Turks and Caicos Islands"
|
| 1012 |
+
|
| 1013 |
+
#: ../admin/manage-fields.php:468
|
| 1014 |
+
msgid "Tuvalu"
|
| 1015 |
+
msgstr "Tuvalu"
|
| 1016 |
+
|
| 1017 |
+
#: ../admin/manage-fields.php:469
|
| 1018 |
+
msgid "U.S. Virgin Islands"
|
| 1019 |
+
msgstr "U.S. Virgin Islands"
|
| 1020 |
+
|
| 1021 |
+
#: ../admin/manage-fields.php:470
|
| 1022 |
+
msgid "Uganda"
|
| 1023 |
+
msgstr "Uganda"
|
| 1024 |
+
|
| 1025 |
+
#: ../admin/manage-fields.php:471
|
| 1026 |
+
msgid "Ukraine"
|
| 1027 |
+
msgstr "Ukraine"
|
| 1028 |
+
|
| 1029 |
+
#: ../admin/manage-fields.php:472
|
| 1030 |
+
msgid "United Arab Emirates"
|
| 1031 |
+
msgstr "United Arab Emirates"
|
| 1032 |
+
|
| 1033 |
+
#: ../admin/manage-fields.php:473
|
| 1034 |
+
msgid "United Kingdom"
|
| 1035 |
+
msgstr "United Kingdom"
|
| 1036 |
+
|
| 1037 |
+
#: ../admin/manage-fields.php:474
|
| 1038 |
+
msgid "United States"
|
| 1039 |
+
msgstr "United States"
|
| 1040 |
+
|
| 1041 |
+
#: ../admin/manage-fields.php:475
|
| 1042 |
+
msgid "United States Minor Outlying Islands"
|
| 1043 |
+
msgstr "United States Minor Outlying Islands"
|
| 1044 |
+
|
| 1045 |
+
#: ../admin/manage-fields.php:476
|
| 1046 |
+
msgid "Uruguay"
|
| 1047 |
+
msgstr "Uruguay"
|
| 1048 |
+
|
| 1049 |
+
#: ../admin/manage-fields.php:477
|
| 1050 |
+
msgid "Uzbekistan"
|
| 1051 |
+
msgstr "Uzbekistan"
|
| 1052 |
+
|
| 1053 |
+
#: ../admin/manage-fields.php:478
|
| 1054 |
+
msgid "Vanuatu"
|
| 1055 |
+
msgstr "Vanuatu"
|
| 1056 |
+
|
| 1057 |
+
#: ../admin/manage-fields.php:479
|
| 1058 |
+
msgid "Vatican"
|
| 1059 |
+
msgstr "Vatican"
|
| 1060 |
+
|
| 1061 |
+
#: ../admin/manage-fields.php:480
|
| 1062 |
+
msgid "Venezuela"
|
| 1063 |
+
msgstr "Venezuela"
|
| 1064 |
+
|
| 1065 |
+
#: ../admin/manage-fields.php:481
|
| 1066 |
+
msgid "Vietnam"
|
| 1067 |
+
msgstr "Vietnam"
|
| 1068 |
+
|
| 1069 |
+
#: ../admin/manage-fields.php:482
|
| 1070 |
+
msgid "Wallis and Futuna"
|
| 1071 |
+
msgstr "Wallis and Futuna"
|
| 1072 |
+
|
| 1073 |
+
#: ../admin/manage-fields.php:483
|
| 1074 |
+
msgid "Western Sahara"
|
| 1075 |
+
msgstr "Western Sahara"
|
| 1076 |
+
|
| 1077 |
+
#: ../admin/manage-fields.php:484
|
| 1078 |
+
msgid "Yemen"
|
| 1079 |
+
msgstr "Yemen"
|
| 1080 |
+
|
| 1081 |
+
#: ../admin/manage-fields.php:485
|
| 1082 |
+
msgid "Zambia"
|
| 1083 |
+
msgstr "Zambia"
|
| 1084 |
+
|
| 1085 |
+
#: ../admin/manage-fields.php:486
|
| 1086 |
+
msgid "Zimbabwe"
|
| 1087 |
+
msgstr "Zimbabwe"
|
| 1088 |
+
|
| 1089 |
+
#: ../admin/manage-fields.php:843
|
| 1090 |
+
msgid "With Profile Builder Pro v2 you can display different fields in the registration and edit profile forms, using the Multiple Registration & Edit Profile Forms module."
|
| 1091 |
+
msgstr ""
|
| 1092 |
+
|
| 1093 |
+
#: ../assets/misc/plugin-compatibilities.php:241
|
| 1094 |
+
msgid "Your account has to be confirmed by an administrator before you can log in."
|
| 1095 |
+
msgstr ""
|
| 1096 |
+
|
| 1097 |
+
#: ../features/admin-approval/admin-approval.php:203
|
| 1098 |
+
msgid "Your account has been successfully created!"
|
| 1099 |
+
msgstr ""
|
| 1100 |
+
|
| 1101 |
+
#: ../features/functions.php:607
|
| 1102 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:374
|
| 1103 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:379
|
| 1104 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:421
|
| 1105 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:458
|
| 1106 |
+
msgid "Please enter a (valid) reCAPTCHA value"
|
| 1107 |
+
msgstr ""
|
| 1108 |
+
|
| 1109 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:421
|
| 1110 |
+
msgid "Click the BACK button on your browser, and try again."
|
| 1111 |
+
msgstr ""
|
| 1112 |
+
|
| 1113 |
+
#: ../front-end/extra-fields/upload/upload_helper_functions.php:78
|
| 1114 |
+
#: ../front-end/extra-fields/upload/upload_helper_functions.php:87
|
| 1115 |
+
msgid "Sorry, you cannot upload this file type for this field."
|
| 1116 |
+
msgstr ""
|
| 1117 |
+
|
| 1118 |
+
#: ../front-end/extra-fields/upload/upload_helper_functions.php:94
|
| 1119 |
+
msgid "An error occurred, please try again later."
|
| 1120 |
+
msgstr ""
|
| 1121 |
+
|
| 1122 |
+
#: ../modules/user-listing/userlisting.php:253
|
| 1123 |
+
msgid "More"
|
| 1124 |
+
msgstr ""
|
| 1125 |
+
|
| 1126 |
+
#: ../modules/user-listing/userlisting.php:338
|
| 1127 |
+
msgid "You do not have permission to view this user list."
|
| 1128 |
+
msgstr ""
|
| 1129 |
+
|
| 1130 |
+
#: ../modules/user-listing/userlisting.php:351
|
| 1131 |
+
msgid "You do not have the required user role to view this user list."
|
| 1132 |
+
msgstr ""
|
| 1133 |
+
|
| 1134 |
+
#: ../modules/user-listing/userlisting.php:1287
|
| 1135 |
+
msgid "Ascending"
|
| 1136 |
+
msgstr ""
|
| 1137 |
+
|
| 1138 |
+
#: ../modules/user-listing/userlisting.php:1288
|
| 1139 |
+
msgid "Descending"
|
| 1140 |
+
msgstr ""
|
| 1141 |
+
|
| 1142 |
#: ../admin/add-ons.php:144
|
| 1143 |
msgid "Download Now"
|
| 1144 |
+
msgstr "Jetzt downloaden"
|
| 1145 |
|
| 1146 |
+
#: ../admin/admin-functions.php:197
|
| 1147 |
msgid "If you enjoy using <strong> %1$s </strong> please <a href=\"%2$s\" target=\"_blank\">rate us on WordPress.org</a>. More happy users means more features, less bugs and better support for everyone. "
|
| 1148 |
+
msgstr "Gefällt dir <strong> %1$s </strong> dann <a href=\"%2$s\" target=\"_blank\">bewerte uns bitte auf WordPress.org</a>. Mehr glückliche Benutzer, bedeuten mehr Features, weniger Fehler und besseren Support für jeden."
|
| 1149 |
|
| 1150 |
#: ../admin/manage-fields.php:68
|
| 1151 |
msgid "Choose one of the supported field types"
|
| 1152 |
+
msgstr "Wähle eins von den unterstützen Dateitypen."
|
| 1153 |
|
| 1154 |
#: ../admin/manage-fields.php:70
|
| 1155 |
msgid ". Extra Field Types are available in <a href=\"%s\">Hobbyist or PRO versions</a>."
|
| 1156 |
+
msgstr "Extra Feldtypen stehen in der <a href=\"%s\">Hobbyist oder PRO Version</a> zur Verfügung."
|
| 1157 |
|
| 1158 |
+
#: ../admin/manage-fields.php:107
|
| 1159 |
msgid "Site Key"
|
| 1160 |
+
msgstr "Seitenschlüssel"
|
| 1161 |
|
| 1162 |
+
#: ../admin/manage-fields.php:107
|
| 1163 |
msgid "The site key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 1164 |
+
msgstr "Der Seitenschlüssel von Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 1165 |
|
| 1166 |
+
#: ../admin/manage-fields.php:108
|
| 1167 |
msgid "Secret Key"
|
| 1168 |
+
msgstr "Geheimer Schlüssel"
|
| 1169 |
|
| 1170 |
+
#: ../admin/manage-fields.php:108
|
| 1171 |
msgid "The secret key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 1172 |
+
msgstr "Der geheime Schlüssel von Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 1173 |
|
| 1174 |
+
#: ../admin/manage-fields.php:660
|
| 1175 |
msgid "You must enter the site key\n"
|
| 1176 |
+
msgstr "Du musst den Seiten Schlüssel eingeben\n"
|
| 1177 |
|
| 1178 |
+
#: ../admin/manage-fields.php:662
|
| 1179 |
msgid "You must enter the secret key\n"
|
| 1180 |
+
msgstr "Du musst den geheimen Schlüssel eingeben\n"
|
| 1181 |
|
| 1182 |
#: ../admin/add-ons.php:10 ../admin/add-ons.php:32
|
| 1183 |
msgid "Add-Ons"
|
| 1184 |
+
msgstr "Add-Ons"
|
| 1185 |
|
| 1186 |
#: ../admin/add-ons.php:34 ../admin/add-ons.php:124
|
| 1187 |
msgid "Activate"
|
| 1188 |
+
msgstr "Aktivieren"
|
| 1189 |
|
| 1190 |
#: ../admin/add-ons.php:36
|
| 1191 |
msgid "Downloading and installing..."
|
| 1192 |
+
msgstr "Downloaden und installieren..."
|
| 1193 |
|
| 1194 |
#: ../admin/add-ons.php:37
|
| 1195 |
msgid "Installation complete"
|
| 1196 |
+
msgstr "Installation abgeschlossen"
|
| 1197 |
|
| 1198 |
#: ../admin/add-ons.php:39
|
| 1199 |
msgid "Add-On is Active"
|
| 1200 |
+
msgstr "Add-On ist aktiv"
|
| 1201 |
|
| 1202 |
#: ../admin/add-ons.php:40
|
| 1203 |
msgid "Add-On has been activated"
|
| 1204 |
+
msgstr "Add-On wurde aktiviert"
|
| 1205 |
|
| 1206 |
#: ../admin/add-ons.php:41
|
| 1207 |
msgid "Retry Install"
|
| 1208 |
+
msgstr "Installation erneut versuchen"
|
| 1209 |
|
| 1210 |
#: ../admin/add-ons.php:43 ../admin/add-ons.php:135
|
| 1211 |
msgid "Add-On is <strong>active</strong>"
|
| 1212 |
+
msgstr "Add-On ist <strong>aktiv</strong>"
|
| 1213 |
|
| 1214 |
#: ../admin/add-ons.php:44 ../admin/add-ons.php:133
|
| 1215 |
msgid "Add-On is <strong>inactive</strong>"
|
| 1216 |
+
msgstr "Add-On ist <strong>inaktiv</strong>"
|
| 1217 |
|
| 1218 |
#: ../admin/add-ons.php:46 ../admin/add-ons.php:128
|
| 1219 |
msgid "Deactivate"
|
| 1220 |
+
msgstr "Deaktivieren"
|
| 1221 |
|
| 1222 |
#: ../admin/add-ons.php:47
|
| 1223 |
msgid "Add-On has been deactivated."
|
| 1224 |
+
msgstr "Add-On wurde deaktiviert."
|
| 1225 |
|
| 1226 |
#: ../admin/add-ons.php:59
|
| 1227 |
msgid "Something went wrong, we could not connect to the server. Please try again later."
|
| 1228 |
+
msgstr "Etwas ist falsch gelaufen, wir konnten uns nicht mit dem Server verbinden. Bitte versuche es später erneut."
|
| 1229 |
|
| 1230 |
#: ../admin/add-ons.php:144 ../admin/add-ons.php:147
|
| 1231 |
msgid "Buy Now"
|
| 1232 |
+
msgstr "Jetzt kaufen"
|
| 1233 |
|
| 1234 |
#: ../admin/add-ons.php:147
|
| 1235 |
msgid "Install Now"
|
| 1236 |
+
msgstr "Jetzt installieren"
|
| 1237 |
|
| 1238 |
#: ../admin/add-ons.php:153
|
| 1239 |
msgid "Compatible with your version of Profile Builder."
|
| 1240 |
+
msgstr "Kompatibel mit deiner Version von Profile Builder."
|
| 1241 |
|
| 1242 |
#: ../admin/add-ons.php:162
|
| 1243 |
msgid "Upgrade Profile Builder"
|
| 1244 |
+
msgstr "Profile Builder upgraden"
|
| 1245 |
|
| 1246 |
#: ../admin/add-ons.php:163
|
| 1247 |
msgid "Not compatible with Profile Builder"
|
| 1248 |
+
msgstr "Nicht kompatibel mit Profile Builder"
|
| 1249 |
|
| 1250 |
#: ../admin/add-ons.php:171
|
| 1251 |
msgid "Not compatible with your version of Profile Builder."
|
| 1252 |
+
msgstr "Nicht kompatibel mit deiner Version von Profile Builder."
|
| 1253 |
|
| 1254 |
#: ../admin/add-ons.php:172
|
| 1255 |
msgid "Minimum required Profile Builder version:"
|
| 1256 |
+
msgstr "Minimal benötigte Version von Profile Builder:"
|
| 1257 |
|
| 1258 |
#: ../admin/add-ons.php:177
|
| 1259 |
msgid "Could not install add-on. Retry or <a href=\"%s\" target=\"_blank\">install manually</a>."
|
| 1260 |
+
msgstr "Add-On konnten nicht installiert werden. Erneut versuchen oder <a href=\"%s\" target=\"_blank\">manuell installieren</a>."
|
| 1261 |
|
| 1262 |
+
#: ../front-end/default-fields/email/email.php:48
|
| 1263 |
msgid "You must enter a valid email address."
|
| 1264 |
+
msgstr "Du musst eine gültige E-Mail Adresse angeben."
|
| 1265 |
|
| 1266 |
+
#: ../front-end/default-fields/username/username.php:53
|
| 1267 |
+
#: ../front-end/default-fields/username/username.php:60
|
| 1268 |
msgid "This username is invalid because it uses illegal characters."
|
| 1269 |
+
msgstr "Der Benutzername ist ungültig, da dieser ungültige Zeichen enthält."
|
| 1270 |
|
| 1271 |
+
#: ../front-end/default-fields/username/username.php:53
|
| 1272 |
+
#: ../front-end/default-fields/username/username.php:60
|
| 1273 |
msgid "Please enter a valid username."
|
| 1274 |
+
msgstr "Bitte gebe einen gültigen Benutzernamen ein."
|
| 1275 |
|
| 1276 |
+
#: ../front-end/extra-fields/user-role/user-role.php:67
|
| 1277 |
+
#: ../front-end/extra-fields/user-role/user-role.php:80
|
| 1278 |
msgid "Only administrators can see this field on edit profile forms."
|
| 1279 |
+
msgstr "Nur Administratoren können dieses Feld beim editieren von Profilformularen sehen."
|
| 1280 |
|
| 1281 |
+
#: ../front-end/extra-fields/user-role/user-role.php:76
|
| 1282 |
msgid "As an administrator you cannot change your role."
|
| 1283 |
+
msgstr "Als Administrator kannst du deine Berechtigungen nicht ändern."
|
| 1284 |
|
| 1285 |
#: ../modules/email-customizer/admin-email-customizer.php:117
|
| 1286 |
msgid ""
|
| 1317 |
|
| 1318 |
#: ../modules/email-customizer/user-email-customizer.php:218
|
| 1319 |
msgid "[{{site_name}}] Password Reset"
|
| 1320 |
+
msgstr "[{{site_name}}] Passwortzurücksetzung"
|
| 1321 |
|
| 1322 |
#: ../modules/email-customizer/user-email-customizer.php:229
|
| 1323 |
msgid "Password Reset Email"
|
| 1324 |
+
msgstr "E-Mail für die Passwortzurücksetzung"
|
| 1325 |
|
| 1326 |
#: ../modules/email-customizer/user-email-customizer.php:235
|
| 1327 |
msgid ""
|
| 1331 |
|
| 1332 |
#: ../modules/email-customizer/user-email-customizer.php:245
|
| 1333 |
msgid "[{{site_name}}] Password Reset Successfully"
|
| 1334 |
+
msgstr "[{{site_name}}] Passwortzurücksetzung erfolgreich"
|
| 1335 |
|
| 1336 |
#: ../modules/email-customizer/user-email-customizer.php:256
|
| 1337 |
msgid "Password Reset Success Email"
|
| 1339 |
|
| 1340 |
#: ../modules/user-listing/userlisting.php:134
|
| 1341 |
msgid "User Nicename"
|
| 1342 |
+
msgstr "Benutzername"
|
| 1343 |
|
| 1344 |
#: ../modules/user-listing/userlisting.php:442
|
| 1345 |
msgid "None"
|
| 1346 |
+
msgstr "Nichts"
|
| 1347 |
|
| 1348 |
+
#: ../admin/admin-functions.php:128
|
| 1349 |
msgid "<strong>ERROR</strong>: The password must have the minimum length of %s characters"
|
| 1350 |
msgstr "<strong>FEHLER</strong>: Das Passwort muss mindestens %s Zeichen lang sein"
|
| 1351 |
|
| 1352 |
+
#: ../admin/admin-functions.php:145
|
| 1353 |
msgid "<strong>ERROR</strong>: The password must have a minimum strength of %s"
|
| 1354 |
msgstr "<strong>FEHLER</strong>: Das Passwort muss eine Mindeststärke von %s haben"
|
| 1355 |
|
| 1356 |
+
#: ../admin/general-settings.php:170
|
| 1357 |
msgid "Username and Email"
|
| 1358 |
msgstr "Benutzername und E-Mail"
|
| 1359 |
|
| 1360 |
+
#: ../admin/general-settings.php:175
|
| 1361 |
msgid "\"Username and Email\" - users can Log In with both Username and Email."
|
| 1362 |
msgstr "\"Benutzername und E-Mail\" - Benutzer können sich mit Ihrem Benutzernamen und EMail-Adresse anmelden."
|
| 1363 |
|
| 1364 |
+
#: ../admin/general-settings.php:176
|
| 1365 |
msgid "\"Username\" - users can Log In only with Username."
|
| 1366 |
msgstr "\"Benutzername\" - Benutzer können sich nur mit Ihrem Benutzernamen anmelden"
|
| 1367 |
|
| 1368 |
+
#: ../admin/general-settings.php:177
|
| 1369 |
msgid "\"Email\" - users can Log In only with Email."
|
| 1370 |
msgstr "\"E-Mail\" - Benutzer können sich nur mit Ihrer E-Mail-Adresse anmelden."
|
| 1371 |
|
| 1372 |
+
#: ../admin/manage-fields.php:100
|
| 1373 |
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 (.*)"
|
| 1374 |
msgstr ""
|
| 1375 |
"Geben Sie die Datei-Erweiterung(en) ein, die Sie für den Upload erlauben möchten<br/>\n"
|
| 1376 |
"z. B.: .ext1,.ext2,.ext3<br/>Bei keiner Eingabe werden die Standard-Erweiterungen gesetzt: .jpg,.jpeg,.gif,.png (.*)"
|
| 1377 |
|
| 1378 |
+
#: ../admin/manage-fields.php:101
|
| 1379 |
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 (.*)"
|
| 1380 |
msgstr "Geben Sie die Datei-Erweiterung(en) ein, die Sie für den Upload erlauben möchten<br/> z. B.: .ext1,.ext2,.ext3<br/>Bei keiner Eingabe werden alle von WordPress erlaubten Datei-Erweiterungen gesetzt: (.*)"
|
| 1381 |
|
| 1382 |
+
#: ../admin/manage-fields.php:111
|
| 1383 |
msgid "User Roles"
|
| 1384 |
msgstr "Benutzerrollen"
|
| 1385 |
|
| 1386 |
+
#: ../admin/manage-fields.php:111
|
| 1387 |
msgid "Select which user roles to show to the user ( drag and drop to re-order )"
|
| 1388 |
msgstr "Wählen Sie, welche Benutzerrollen dem Benutzer gezeigt werden sollen (Drag & Drop zum neu sortieren)"
|
| 1389 |
|
| 1390 |
+
#: ../admin/manage-fields.php:112
|
| 1391 |
msgid "User Roles Order"
|
| 1392 |
msgstr "Benutzerrollen Sortierung"
|
| 1393 |
|
| 1394 |
+
#: ../admin/manage-fields.php:112
|
| 1395 |
msgid "Save the user role order from the user roles checkboxes"
|
| 1396 |
msgstr "Speichern Sie die Benutzerrolle von den Checkboxen der Benutzerrollen"
|
| 1397 |
|
| 1398 |
+
#: ../admin/manage-fields.php:752
|
| 1399 |
msgid "Please select at least one user role\n"
|
| 1400 |
msgstr "Bitte wählen Sie mindestens eine Benutzerrolle\n"
|
| 1401 |
|
| 1423 |
msgid "show"
|
| 1424 |
msgstr "zeigen"
|
| 1425 |
|
| 1426 |
+
#: ../features/functions.php:659
|
| 1427 |
msgid "To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sNetwork Settings%2$s, and under Registration Settings make sure to check “User accounts may be registered”. %3$sDismiss%4$s"
|
| 1428 |
msgstr "Damit sich Benutzer auf Ihre Website über Profile Builder registrieren können, müssen Sie zunächst die Benutzerregistrierung ermöglichen. Gehen Sie unter %1$sEinstellungen -> Allgemein%2$s und unter Mitgliedschaft stellen Sie sicher, dass das Kontrollkästchen \"Jeder kann sich registrieren\" angekreuzt ist . %3$sVerwerfen%4$s"
|
| 1429 |
|
| 1430 |
+
#: ../front-end/class-formbuilder.php:509
|
| 1431 |
msgid "User to edit:"
|
| 1432 |
msgstr "Benutzer editieren"
|
| 1433 |
|
| 1434 |
+
#: ../front-end/default-fields/password/password.php:46
|
| 1435 |
+
#: ../front-end/recover.php:245
|
| 1436 |
msgid "The password must have the minimum length of %s characters"
|
| 1437 |
msgstr "Das Passwort muss mindestes %s Zeichen haben"
|
| 1438 |
|
| 1439 |
+
#: ../front-end/default-fields/password/password.php:50
|
| 1440 |
+
#: ../front-end/recover.php:249
|
| 1441 |
msgid "The password must have a minimum strength of %s"
|
| 1442 |
msgstr "Das Passwort muss eine Mindeststärke von %s haben"
|
| 1443 |
|
| 1444 |
+
#: ../front-end/extra-fields/user-role/user-role.php:112
|
| 1445 |
msgid "You cannot register this user role"
|
| 1446 |
msgstr "Sie können diese Benutzerrolle nicht registrieren"
|
| 1447 |
|
| 1465 |
msgid "User Role"
|
| 1466 |
msgstr "Benutzerrolle"
|
| 1467 |
|
| 1468 |
+
#: ../modules/user-listing/userlisting.php:1207
|
| 1469 |
msgid "View all extra shortcode parameters"
|
| 1470 |
msgstr "Alle zusätzlichen Shortcode-Parameter anzeigen"
|
| 1471 |
|
| 1472 |
+
#: ../modules/user-listing/userlisting.php:1221
|
| 1473 |
msgid "displays only the users that you specified the user_id for"
|
| 1474 |
msgstr "nur die Benutzer anzeigen, denen Sie die user_id vergeben haben"
|
| 1475 |
|
| 1476 |
+
#: ../modules/user-listing/userlisting.php:1227
|
| 1477 |
msgid "displays all users except the ones you specified the user_id for"
|
| 1478 |
msgstr "alle Benutzer anzeigen, außer denen Sie die user_id vergeben haben"
|
| 1479 |
|
| 1480 |
+
#: ../features/functions.php:526
|
| 1481 |
msgid "Minimum length of %d characters"
|
| 1482 |
msgstr "Mindestlänge von %d Zeichen"
|
| 1483 |
|
| 1485 |
msgid "This message is only visible by administrators"
|
| 1486 |
msgstr "Diese Nachricht ist nur für Administratoren sichtbar"
|
| 1487 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1488 |
#: ../modules/user-listing/userlisting.php:364
|
| 1489 |
msgid "User not found"
|
| 1490 |
msgstr "Benutzer wurde nicht gefunden"
|
| 1498 |
msgid "Choose which user roles view the admin bar in the front-end of the website."
|
| 1499 |
msgstr "Wählen Sie, welche Benutzerrollen Sie in der Admin Bar im Front-End der Website sehen wollen"
|
| 1500 |
|
| 1501 |
+
#: ../admin/manage-fields.php:105
|
| 1502 |
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"
|
| 1503 |
msgstr "Geben Sie eine kommagetrennte Liste von Werten ein<br/> Diese kann alles mögliche enthalten, da sie vor den Benutzern verborgen ist, sollte aber keine Sonderzeichen oder Apostrophe enthalten"
|
| 1504 |
|
| 1505 |
+
#: ../admin/manage-fields.php:689
|
| 1506 |
msgid "The meta-name cannot be empty\n"
|
| 1507 |
msgstr "Der Meta-Name darf nicht leer sein\n"
|
| 1508 |
|
| 1535 |
msgid "1 item"
|
| 1536 |
msgstr "1 Artikel"
|
| 1537 |
|
| 1538 |
+
#: ../features/functions.php:512
|
| 1539 |
msgid "Very Weak"
|
| 1540 |
msgstr "sehr schwach"
|
| 1541 |
|
| 1542 |
+
#: ../features/functions.php:600
|
| 1543 |
msgid "This field is required"
|
| 1544 |
msgstr "Dieses Feld ist erforderlich"
|
| 1545 |
|
| 1546 |
+
#: ../features/functions.php:627
|
| 1547 |
msgid "Cancel"
|
| 1548 |
msgstr "Abbrechen"
|
| 1549 |
|
| 1550 |
+
#: ../features/functions.php:663
|
| 1551 |
msgid "To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sSettings -> General%2$s tab, and under Membership make sure to check “Anyone can register”. %3$sDismiss%4$s"
|
| 1552 |
msgstr ""
|
| 1553 |
"Damit sich Benutzer auf Ihre Website über Profile Builder registrieren können, müssen Sie zunächst die Benutzerregistrierung ermöglichen. Gehen Sie unter %1$sEinstellungen -> Allgemein%2$s und unter Mitgliedschaft stellen Sie sicher, dass das\n"
|
| 1578 |
msgid "Must be a valid email address or the tag {{reply_to}} which defaults to the administrator email"
|
| 1579 |
msgstr "Es muss eine gültige E-Mail-Adresse oder der Tag {{reply_to}} sein der die Standardeinstellung für den E-Mail des Administrators ist."
|
| 1580 |
|
| 1581 |
+
#: ../features/email-confirmation/email-confirmation.php:554
|
| 1582 |
+
#: ../features/email-confirmation/email-confirmation.php:557
|
| 1583 |
+
#: ../modules/email-customizer/email-customizer.php:413
|
| 1584 |
+
#: ../modules/email-customizer/email-customizer.php:420
|
| 1585 |
+
#: ../modules/email-customizer/email-customizer.php:434
|
| 1586 |
msgid "Your selected password at signup"
|
| 1587 |
msgstr "Das von Ihnen gewählte Anmeldepasswort"
|
| 1588 |
|
| 1606 |
msgid "Choose..."
|
| 1607 |
msgstr "Wählen Sie ..."
|
| 1608 |
|
| 1609 |
+
#: ../modules/user-listing/userlisting.php:1298
|
| 1610 |
msgid "Set the number of users to be displayed on every paginated part of the all-userlisting"
|
| 1611 |
msgstr "Bestimmen Sie die Anzahl der Benutzer die auf jeden paginierten Teil der gesamten Benutzer Auflistung angezeigt werden sollte"
|
| 1612 |
|
| 1638 |
msgid "Hide"
|
| 1639 |
msgstr "Verbergen"
|
| 1640 |
|
| 1641 |
+
#: ../admin/admin-bar.php:86 ../admin/general-settings.php:215
|
| 1642 |
+
#: ../admin/register-version.php:95 ../features/functions.php:620
|
| 1643 |
#: ../modules/custom-redirects/custom-redirects.php:136
|
| 1644 |
#: ../modules/modules.php:142
|
| 1645 |
msgid "Save Changes"
|
| 1654 |
msgid "General Settings"
|
| 1655 |
msgstr "Allgemeine Einstellungen"
|
| 1656 |
|
| 1657 |
+
#: ../admin/admin-functions.php:134 ../admin/general-settings.php:201
|
| 1658 |
msgid "Very weak"
|
| 1659 |
msgstr "Sehr schwach"
|
| 1660 |
|
| 1661 |
+
#: ../admin/admin-functions.php:134 ../admin/general-settings.php:202
|
| 1662 |
+
#: ../features/functions.php:512
|
| 1663 |
msgid "Weak"
|
| 1664 |
msgstr "schwach"
|
| 1665 |
|
| 1666 |
+
#: ../admin/admin-functions.php:134 ../admin/general-settings.php:203
|
| 1667 |
+
#: ../features/functions.php:512
|
| 1668 |
msgid "Medium"
|
| 1669 |
msgstr "Medium"
|
| 1670 |
|
| 1671 |
+
#: ../admin/admin-functions.php:134 ../admin/general-settings.php:204
|
| 1672 |
+
#: ../features/functions.php:512
|
| 1673 |
msgid "Strong"
|
| 1674 |
msgstr "stark"
|
| 1675 |
|
| 1676 |
+
#: ../admin/admin-functions.php:184
|
| 1677 |
msgid "Add Field"
|
| 1678 |
msgstr "Feld hinzufügen"
|
| 1679 |
|
| 1680 |
+
#: ../admin/admin-functions.php:186
|
| 1681 |
#: ../modules/class-mustache-templates/class-mustache-templates.php:374
|
| 1682 |
msgid "Save Settings"
|
| 1683 |
msgstr "Einstellungen speichern"
|
| 1706 |
msgid "Login"
|
| 1707 |
msgstr "Login"
|
| 1708 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1709 |
#: ../admin/basic-info.php:40
|
| 1710 |
msgid "Registration"
|
| 1711 |
msgstr "Registrierung"
|
| 1712 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1713 |
#: ../admin/basic-info.php:44
|
| 1714 |
msgid "Edit Profile"
|
| 1715 |
msgstr "Profil bearbeiten"
|
| 1716 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1717 |
#: ../admin/basic-info.php:51
|
| 1718 |
msgid "Extra Features"
|
| 1719 |
msgstr "Extra-Features"
|
| 1730 |
msgid "Recover Password"
|
| 1731 |
msgstr "Passwort wiederherstellen"
|
| 1732 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1733 |
#: ../admin/basic-info.php:61
|
| 1734 |
msgid "Admin Approval (*)"
|
| 1735 |
msgstr "Admin-Zulassung (*)"
|
| 1854 |
msgid "Easy to edit templates for listing your website users as well as creating single user pages. Shortcode based, offering many options to customize your listings."
|
| 1855 |
msgstr "Einfache editierbare Vorlagen für die Auflistung Ihrer Website-Benutzer sowie für das Erstellen einzelner Benutzer-Seiten. Shortcode basiert , bietet viele Möglichkeiten, Ihre Auflistungen anzupassen."
|
| 1856 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1857 |
#: ../admin/basic-info.php:134
|
| 1858 |
msgid "Email Customizer"
|
| 1859 |
msgstr "E-Mail Anpassungen"
|
| 1904 |
#: ../admin/general-settings.php:114
|
| 1905 |
#: ../modules/multiple-forms/register-forms.php:225
|
| 1906 |
#: ../modules/multiple-forms/register-forms.php:226
|
| 1907 |
+
#: ../modules/user-listing/userlisting.php:1303
|
| 1908 |
msgid "Yes"
|
| 1909 |
msgstr "Ja"
|
| 1910 |
|
| 1954 |
msgid "You can find a list of users at %1$sUsers > All Users > Admin Approval%2$s."
|
| 1955 |
msgstr "Sie können eine Liste mit allen Benutzer unter %1$sUsers > alle Benutzer > Admin Genehmigung%2$s finden."
|
| 1956 |
|
| 1957 |
+
#: ../admin/general-settings.php:156
|
| 1958 |
msgid "\"Admin Approval\" Feature:"
|
| 1959 |
msgstr "\"Admin Genehmigung\" Feature:"
|
| 1960 |
|
| 1961 |
+
#: ../admin/general-settings.php:159
|
| 1962 |
msgid "You decide who is a user on your website. Get notified via email or approve multiple users at once from the WordPress UI. Enable Admin Approval by upgrading to %1$sHobbyist or PRO versions%2$s."
|
| 1963 |
msgstr "Sie entscheiden, wer ein Benutzer auf Ihrer Website ist. Sie können Benachrichtigungen per E-Mail bekommen oder können mehrere Benutzer gleichzeitig über das WordPress-UI genehmigen. Aktivieren Sie die Admin-Genehmigung mit einem Upgrade auf %1$s der Hobbyist oder PRO Versionen %2$s."
|
| 1964 |
|
| 1965 |
+
#: ../admin/general-settings.php:166
|
| 1966 |
msgid "Allow Users to Log in With:"
|
| 1967 |
msgstr "Benutzerberechtigungen zum Einloggen mit:"
|
| 1968 |
|
| 1969 |
+
#: ../admin/general-settings.php:171 ../admin/manage-fields.php:159
|
| 1970 |
#: ../features/admin-approval/class-admin-approval.php:177
|
| 1971 |
#: ../features/email-confirmation/class-email-confirmation.php:167
|
| 1972 |
#: ../modules/email-customizer/email-customizer.php:28
|
| 1973 |
#: ../modules/user-listing/userlisting.php:92
|
| 1974 |
+
#: ../modules/user-listing/userlisting.php:248
|
| 1975 |
+
#: ../modules/user-listing/userlisting.php:611
|
| 1976 |
+
#: ../modules/user-listing/userlisting.php:1259
|
| 1977 |
msgid "Username"
|
| 1978 |
msgstr "Benutzername"
|
| 1979 |
|
| 1980 |
+
#: ../admin/general-settings.php:172 ../front-end/login.php:170
|
| 1981 |
#: ../modules/email-customizer/email-customizer.php:29
|
| 1982 |
+
#: ../modules/user-listing/userlisting.php:617
|
| 1983 |
+
#: ../modules/user-listing/userlisting.php:1260
|
| 1984 |
msgid "Email"
|
| 1985 |
msgstr "E-Mail"
|
| 1986 |
|
| 1987 |
+
#: ../admin/general-settings.php:184
|
| 1988 |
msgid "Minimum Password Length:"
|
| 1989 |
msgstr "Minimale Kennwortlänge:"
|
| 1990 |
|
| 1991 |
+
#: ../admin/general-settings.php:189
|
| 1992 |
msgid "Enter the minimum characters the password should have. Leave empty for no minimum limit"
|
| 1993 |
msgstr "Geben Sie die minimalen Zeichen ein, die das Kennwort haben sollten. Lassen Sie es leer für keine Untergrenze"
|
| 1994 |
|
| 1995 |
+
#: ../admin/general-settings.php:196
|
| 1996 |
msgid "Minimum Password Strength:"
|
| 1997 |
msgstr "Minimale Passwortstärke:"
|
| 1998 |
|
| 1999 |
+
#: ../admin/general-settings.php:200
|
| 2000 |
msgid "Disabled"
|
| 2001 |
msgstr "Deaktiviert"
|
| 2002 |
|
| 2008 |
msgid "Manage Default and Extra Fields"
|
| 2009 |
msgstr "Verwalten von Standard- und Extra Felder"
|
| 2010 |
|
| 2011 |
+
#: ../admin/manage-fields.php:94
|
| 2012 |
msgid "Field Title"
|
| 2013 |
msgstr "Feldtitel"
|
| 2014 |
|
| 2015 |
+
#: ../admin/manage-fields.php:94
|
| 2016 |
msgid "Title of the field"
|
| 2017 |
msgstr "Titel des Feldes"
|
| 2018 |
|
| 2019 |
+
#: ../admin/manage-fields.php:95
|
| 2020 |
#: ../modules/multiple-forms/edit-profile-forms.php:241
|
| 2021 |
#: ../modules/multiple-forms/register-forms.php:262
|
| 2022 |
msgid "Field"
|
| 2023 |
msgstr "Feld"
|
| 2024 |
|
| 2025 |
+
#: ../admin/manage-fields.php:96
|
| 2026 |
msgid "Meta-name"
|
| 2027 |
msgstr "Meta-name "
|
| 2028 |
|
| 2029 |
+
#: ../admin/manage-fields.php:96
|
| 2030 |
msgid "Use this in conjuction 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 uniqe)<br/>Changing this might take long in case of a very big user-count"
|
| 2031 |
msgstr "Benutzen Sie das in Verbindung mit den WordPress-Funktionen um den Wert in die Seite Ihrer Wahl anzuzeigen <br/> automatisch vervollständigt, aber in einigen Fällen editierbar (in diesem Fall muss es aber einzigartig sein) <br/> Die Änderung kann bei einer Anzahl von vielen Benutzer, lange dauern"
|
| 2032 |
|
| 2033 |
+
#: ../admin/manage-fields.php:97
|
| 2034 |
#: ../modules/multiple-forms/edit-profile-forms.php:242
|
| 2035 |
#: ../modules/multiple-forms/register-forms.php:263
|
| 2036 |
msgid "ID"
|
| 2037 |
msgstr "ID"
|
| 2038 |
|
| 2039 |
+
#: ../admin/manage-fields.php:97
|
| 2040 |
#: ../modules/multiple-forms/edit-profile-forms.php:242
|
| 2041 |
#: ../modules/multiple-forms/register-forms.php:263
|
| 2042 |
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"
|
| 2043 |
msgstr "Ein einzigartiges, automatisch generiertes ID für dieses spezielle Feld<br/> Sie können dies in Verbindung mit Kriterien verwenden, um dieses Element bei Bedarf aufzuziehlen<br/> Nicht editierbar"
|
| 2044 |
|
| 2045 |
+
#: ../admin/manage-fields.php:98
|
| 2046 |
msgid "Description"
|
| 2047 |
msgstr "Beschreibung"
|
| 2048 |
|
| 2049 |
+
#: ../admin/manage-fields.php:98
|
| 2050 |
msgid "Enter a (detailed) description of the option for end users to read<br/>Optional"
|
| 2051 |
msgstr "Geben Sie eine (ausführliche) Beschreibung der Option ein die die Endbenutzer lesen können <br/> Optional"
|
| 2052 |
|
| 2053 |
+
#: ../admin/manage-fields.php:99
|
| 2054 |
msgid "Row Count"
|
| 2055 |
msgstr "Zeilenanzahl"
|
| 2056 |
|
| 2057 |
+
#: ../admin/manage-fields.php:99
|
| 2058 |
msgid "Specify the number of rows for a 'Textarea' field<br/>If not specified, defaults to 5"
|
| 2059 |
msgstr "Geben Sie die Anzahl der Zeilen für ein Text-Feld ein <br/> Wenn nicht angegeben, wird dieser standardmäßig auf 5 gesetzt."
|
| 2060 |
|
| 2061 |
+
#: ../admin/manage-fields.php:100
|
| 2062 |
msgid "Allowed Image Extensions"
|
| 2063 |
msgstr "Erlaubte Bild-Extensions"
|
| 2064 |
|
| 2065 |
+
#: ../admin/manage-fields.php:101
|
| 2066 |
msgid "Allowed Upload Extensions"
|
| 2067 |
msgstr "Zulässige Dateierweiterungen beim Hochladen"
|
| 2068 |
|
| 2069 |
+
#: ../admin/manage-fields.php:102
|
| 2070 |
msgid "Avatar Size"
|
| 2071 |
msgstr "Profilbild-Größe"
|
| 2072 |
|
| 2073 |
+
#: ../admin/manage-fields.php:102
|
| 2074 |
msgid "Enter a value (between 20 and 200) for the size of the 'Avatar'<br/>If not specified, defaults to 100"
|
| 2075 |
msgstr "Geben Sie einen Wert (zwischen 20 und 200) für die Größe des 'Profilbilds' ein<br/> Falls nicht angegeben, wird er standardmäßig auf 100 gesetzt"
|
| 2076 |
|
| 2077 |
+
#: ../admin/manage-fields.php:103
|
| 2078 |
msgid "Date-format"
|
| 2079 |
msgstr "Datums-format"
|
| 2080 |
|
| 2081 |
+
#: ../admin/manage-fields.php:103
|
| 2082 |
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<br/>If not specified, defaults to mm/dd/yy"
|
| 2083 |
msgstr "Geben Sie das Format des Datums beim Verwenden vom der Datumsauswahl ein<br/> gültige Optionen: MoMo/TT/JJ, MoMo/JJ/TT, TT/JJ/MoMo, TT/MoMo/JJ, JJ/TT/MoMo, JJ/MoMo/TT <br/> Wenn nicht angegeben, wird es standardmäßig auf MoMo/TT/JJ gesetzt. "
|
| 2084 |
|
| 2085 |
+
#: ../admin/manage-fields.php:104
|
| 2086 |
msgid "Terms of Agreement"
|
| 2087 |
msgstr "Nutzungsbedingungen"
|
| 2088 |
|
| 2089 |
+
#: ../admin/manage-fields.php:104
|
| 2090 |
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>"
|
| 2091 |
msgstr "Geben Sie eine detaillierte Beschreibung der Bedingungen der Vereinbarung für den Benutzer zu lesen ein. <br/>Links können mit standard-HTML-Syntax eingefügt werden: < a href =\"custom_url\">custom_text </a>"
|
| 2092 |
|
| 2093 |
+
#: ../admin/manage-fields.php:105
|
| 2094 |
msgid "Options"
|
| 2095 |
msgstr "Optionen"
|
| 2096 |
|
| 2097 |
+
#: ../admin/manage-fields.php:106
|
| 2098 |
msgid "Labels"
|
| 2099 |
msgstr "Beschriftung "
|
| 2100 |
|
| 2101 |
+
#: ../admin/manage-fields.php:106
|
| 2102 |
msgid "Enter a comma separated list of labels<br/>Visible for the user"
|
| 2103 |
msgstr "Geben Sie eine durch Kommas getrennte Liste der Beschriftungen ein<br/>für den Benutzer sichtbar"
|
| 2104 |
|
| 2105 |
+
#: ../admin/manage-fields.php:113
|
| 2106 |
msgid "Default Value"
|
| 2107 |
msgstr "Standardwert"
|
| 2108 |
|
| 2109 |
+
#: ../admin/manage-fields.php:113
|
| 2110 |
msgid "Default value of the field"
|
| 2111 |
msgstr "Standardwert des Feldes"
|
| 2112 |
|
| 2113 |
+
#: ../admin/manage-fields.php:114 ../admin/manage-fields.php:116
|
| 2114 |
+
#: ../admin/manage-fields.php:117
|
| 2115 |
msgid "Default Option"
|
| 2116 |
msgstr "Standardoption"
|
| 2117 |
|
| 2118 |
+
#: ../admin/manage-fields.php:114
|
| 2119 |
msgid "Specify the option which should be selected by default"
|
| 2120 |
msgstr "Geben Sie die Option, die standardmäßig ausgewählt werden sollte ein"
|
| 2121 |
|
| 2122 |
+
#: ../admin/manage-fields.php:115
|
| 2123 |
msgid "Default Option(s)"
|
| 2124 |
msgstr "Standard Option(en)"
|
| 2125 |
|
| 2126 |
+
#: ../admin/manage-fields.php:115
|
| 2127 |
msgid "Specify the option which should be checked by default<br/>If there are multiple values, separate them with a ',' (comma)"
|
| 2128 |
msgstr "Geben Sie die Option, die standardmäßig überprüft werden sollten, ein <br/> Wenn mehrere Werte vorhanden sind, trennen Sie diese mit einem \",\" (Komma)"
|
| 2129 |
|
| 2130 |
+
#: ../admin/manage-fields.php:118
|
| 2131 |
msgid "Default Content"
|
| 2132 |
msgstr "Standard-Inhalt"
|
| 2133 |
|
| 2134 |
+
#: ../admin/manage-fields.php:118
|
| 2135 |
msgid "Default value of the textarea"
|
| 2136 |
msgstr "Standardwert der Textfeld-Komponente"
|
| 2137 |
|
| 2138 |
+
#: ../admin/manage-fields.php:119
|
| 2139 |
msgid "Required"
|
| 2140 |
msgstr "Erforderlich"
|
| 2141 |
|
| 2142 |
+
#: ../admin/manage-fields.php:119
|
| 2143 |
msgid "Whether the field is required or not"
|
| 2144 |
msgstr "Ob das Feld erforderlich ist oder nicht"
|
| 2145 |
|
| 2146 |
+
#: ../admin/manage-fields.php:120
|
| 2147 |
msgid "Overwrite Existing"
|
| 2148 |
msgstr "Vvorhandenes überschreiben"
|
| 2149 |
|
| 2150 |
+
#: ../admin/manage-fields.php:120
|
| 2151 |
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"
|
| 2152 |
msgstr "Bei Auswahl von \"Ja\", wird das Feld in der Liste eingefügt, aber es werden alle anderen Felder aus der Datenbank, die den gleichen Meta Namen haben, überschrieben<br/> verwenden Sie dies auf eigene Gefahr"
|
| 2153 |
|
| 2154 |
+
#: ../admin/manage-fields.php:126
|
| 2155 |
msgid "Field Properties"
|
| 2156 |
msgstr "Feldeigenschaften"
|
| 2157 |
|
| 2158 |
+
#: ../admin/manage-fields.php:139
|
| 2159 |
msgid "Registration & Edit Profile"
|
| 2160 |
msgstr "Anmeldung & Profil Bearbeitung"
|
| 2161 |
|
| 2162 |
+
#: ../admin/manage-fields.php:158
|
| 2163 |
msgid "Name"
|
| 2164 |
msgstr "Name"
|
| 2165 |
|
| 2166 |
+
#: ../admin/manage-fields.php:159
|
| 2167 |
msgid "Usernames cannot be changed."
|
| 2168 |
msgstr "Benutzernamen können nicht geändert werden."
|
| 2169 |
|
| 2170 |
+
#: ../admin/manage-fields.php:160
|
| 2171 |
msgid "First Name"
|
| 2172 |
msgstr "Vorname"
|
| 2173 |
|
| 2174 |
+
#: ../admin/manage-fields.php:161
|
| 2175 |
msgid "Last Name"
|
| 2176 |
msgstr "Nachname"
|
| 2177 |
|
| 2178 |
+
#: ../admin/manage-fields.php:162 ../modules/user-listing/userlisting.php:650
|
| 2179 |
msgid "Nickname"
|
| 2180 |
msgstr "Spitzname"
|
| 2181 |
|
| 2182 |
+
#: ../admin/manage-fields.php:163
|
| 2183 |
msgid "Display name publicly as"
|
| 2184 |
msgstr "öffentlicher Anzeigename als "
|
| 2185 |
|
| 2186 |
+
#: ../admin/manage-fields.php:164
|
| 2187 |
msgid "Contact Info"
|
| 2188 |
msgstr "Kontaktinformation"
|
| 2189 |
|
| 2190 |
+
#: ../admin/manage-fields.php:165
|
| 2191 |
#: ../features/admin-approval/class-admin-approval.php:180
|
| 2192 |
#: ../features/email-confirmation/class-email-confirmation.php:168
|
| 2193 |
#: ../modules/user-listing/userlisting.php:98
|
| 2194 |
msgid "E-mail"
|
| 2195 |
msgstr "E-Mail"
|
| 2196 |
|
| 2197 |
+
#: ../admin/manage-fields.php:166
|
| 2198 |
#: ../modules/email-customizer/email-customizer.php:32
|
| 2199 |
#: ../modules/user-listing/userlisting.php:101
|
| 2200 |
+
#: ../modules/user-listing/userlisting.php:632
|
| 2201 |
+
#: ../modules/user-listing/userlisting.php:1261
|
| 2202 |
msgid "Website"
|
| 2203 |
msgstr "Webseite"
|
| 2204 |
|
| 2205 |
+
#: ../admin/manage-fields.php:170
|
| 2206 |
msgid "AIM"
|
| 2207 |
msgstr "AIM"
|
| 2208 |
|
| 2209 |
+
#: ../admin/manage-fields.php:171
|
| 2210 |
msgid "Yahoo IM"
|
| 2211 |
msgstr "Yahoo IM"
|
| 2212 |
|
| 2213 |
+
#: ../admin/manage-fields.php:172
|
| 2214 |
msgid "Jabber / Google Talk"
|
| 2215 |
msgstr "Jabber / Google Talk"
|
| 2216 |
|
| 2217 |
+
#: ../admin/manage-fields.php:175
|
| 2218 |
msgid "About Yourself"
|
| 2219 |
msgstr "Über sich selbst"
|
| 2220 |
|
| 2221 |
+
#: ../admin/manage-fields.php:176 ../modules/user-listing/userlisting.php:104
|
| 2222 |
+
#: ../modules/user-listing/userlisting.php:635
|
| 2223 |
+
#: ../modules/user-listing/userlisting.php:1262
|
| 2224 |
msgid "Biographical Info"
|
| 2225 |
msgstr "Biografische Informationen"
|
| 2226 |
|
| 2227 |
+
#: ../admin/manage-fields.php:176
|
| 2228 |
msgid "Share a little biographical information to fill out your profile. This may be shown publicly."
|
| 2229 |
msgstr "Füllen Sie ein paar biographische Informationen in dem Profil aus. Diese können auch öffentlich angezeigt werden."
|
| 2230 |
|
| 2231 |
+
#: ../admin/manage-fields.php:177 ../front-end/recover.php:75
|
| 2232 |
#: ../modules/email-customizer/email-customizer.php:30
|
| 2233 |
msgid "Password"
|
| 2234 |
msgstr "Kennwort"
|
| 2235 |
|
| 2236 |
+
#: ../admin/manage-fields.php:177
|
| 2237 |
msgid "Type your password."
|
| 2238 |
msgstr "Geben Sie Ihr Kennwort ein."
|
| 2239 |
|
| 2240 |
+
#: ../admin/manage-fields.php:178 ../front-end/recover.php:80
|
| 2241 |
msgid "Repeat Password"
|
| 2242 |
msgstr "Kennwort wiederholen"
|
| 2243 |
|
| 2244 |
+
#: ../admin/manage-fields.php:178
|
| 2245 |
msgid "Type your password again. "
|
| 2246 |
msgstr "Geben Sie Ihr Kennwort erneut ein."
|
| 2247 |
|
| 2248 |
+
#: ../admin/manage-fields.php:617 ../admin/manage-fields.php:761
|
| 2249 |
msgid "You must select a field\n"
|
| 2250 |
msgstr "Sie müssen ein Feld auswählen.\n"
|
| 2251 |
|
| 2252 |
+
#: ../admin/manage-fields.php:627
|
| 2253 |
msgid "Please choose a different field type as this one already exists in your form (must be unique)\n"
|
| 2254 |
msgstr "Bitte wählen Sie ein anderes Feld aus. dieses ist bereits im Formular vorhanden (muss einzigartig sein)\n"
|
| 2255 |
|
| 2256 |
+
#: ../admin/manage-fields.php:638
|
| 2257 |
msgid "The entered avatar size is not between 20 and 200\n"
|
| 2258 |
msgstr "Die eingegebene Profilbild-Größe ist nicht zwischen 20 und 200\n"
|
| 2259 |
|
| 2260 |
+
#: ../admin/manage-fields.php:641
|
| 2261 |
msgid "The entered avatar size is not numerical\n"
|
| 2262 |
msgstr "Die eingegebenen Profilbild-Größe ist nicht numerisch\n"
|
| 2263 |
|
| 2264 |
+
#: ../admin/manage-fields.php:649
|
| 2265 |
msgid "The entered row number is not numerical\n"
|
| 2266 |
msgstr "Die eingegebene Nummer der Zeile ist nicht numerisch\n"
|
| 2267 |
|
| 2268 |
+
#: ../admin/manage-fields.php:652
|
| 2269 |
msgid "You must enter a value for the row number\n"
|
| 2270 |
msgstr "Sie müssen einen Wert für die Nummer der Zeile eingeben.\n"
|
| 2271 |
|
| 2272 |
+
#: ../admin/manage-fields.php:670
|
| 2273 |
msgid "The entered value for the Datepicker is not a valid date-format\n"
|
| 2274 |
msgstr "Der eingegebene Wert für den Datums-picker ist kein gültiges Datumsformat\n"
|
| 2275 |
|
| 2276 |
+
#: ../admin/manage-fields.php:673
|
| 2277 |
msgid "You must enter a value for the date-format\n"
|
| 2278 |
msgstr "Sie müssen einen Wert für das Datumsformat eingeben.\n"
|
| 2279 |
|
| 2280 |
+
#: ../admin/manage-fields.php:701 ../admin/manage-fields.php:709
|
| 2281 |
+
#: ../admin/manage-fields.php:719
|
| 2282 |
msgid "That meta-name is already in use\n"
|
| 2283 |
msgstr "Dieser Meta-Name wird bereits verwendet\n"
|
| 2284 |
|
| 2285 |
+
#: ../admin/manage-fields.php:741
|
| 2286 |
msgid "The following option(s) did not coincide with the ones in the options list: %s\n"
|
| 2287 |
msgstr "Die folgende Option(en) übereinstimmen nicht mit denen aus der Optionsliste :%s\n"
|
| 2288 |
|
| 2289 |
+
#: ../admin/manage-fields.php:745
|
| 2290 |
msgid "The following option did not coincide with the ones in the options list: %s\n"
|
| 2291 |
msgstr "Die folgende Option übereinstimmt nicht mit denen, aus der Optionsliste: %s\n"
|
| 2292 |
|
| 2293 |
+
#: ../admin/manage-fields.php:768
|
| 2294 |
msgid "That field is already added in this form\n"
|
| 2295 |
msgstr "Dieses Feld wurde bereits in dieser Form hinzugefügt.\n"
|
| 2296 |
|
| 2297 |
+
#: ../admin/manage-fields.php:817
|
| 2298 |
msgid "<pre>Title</pre><pre>Type</pre><pre>Meta Name</pre><pre class=\"wppb-mb-head-required\">Required</pre>"
|
| 2299 |
msgstr "<pre>Titel</pre><pre>Typ</pre><pre>Meta Name</pre><pre class=\"wppb-mb-head-required\"> erforderlich</pre>"
|
| 2300 |
|
| 2301 |
+
#: ../admin/manage-fields.php:817
|
| 2302 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 2303 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:529
|
| 2304 |
#: ../features/admin-approval/class-admin-approval.php:119
|
| 2305 |
+
#: ../features/functions.php:641 ../features/functions.php:648
|
| 2306 |
#: ../modules/multiple-forms/multiple-forms.php:416
|
| 2307 |
msgid "Edit"
|
| 2308 |
msgstr "Bearbeiten"
|
| 2309 |
|
| 2310 |
+
#: ../admin/manage-fields.php:817
|
| 2311 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 2312 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:530
|
| 2313 |
#: ../features/admin-approval/class-admin-approval.php:124
|
| 2314 |
#: ../features/admin-approval/class-admin-approval.php:235
|
| 2315 |
#: ../features/email-confirmation/class-email-confirmation.php:120
|
| 2316 |
#: ../features/email-confirmation/class-email-confirmation.php:217
|
| 2317 |
+
#: ../features/functions.php:634 ../features/functions.php:648
|
| 2318 |
msgid "Delete"
|
| 2319 |
msgstr "Löschen"
|
| 2320 |
|
| 2321 |
+
#: ../admin/manage-fields.php:832
|
| 2322 |
msgid "Use these shortcodes on the pages you want the forms to be displayed:"
|
| 2323 |
msgstr "Verwenden Sie folgende Shortcodes auf den Seiten, auf denen Sie die Formulare angezeigt haben wollen"
|
| 2324 |
|
| 2325 |
+
#: ../admin/manage-fields.php:841
|
| 2326 |
msgid "If you're interested in displaying different fields in the registration and edit profile forms, please use the Multiple Registration & Edit Profile Forms Addon."
|
| 2327 |
msgstr "Wenn Sie für die Anzeige verschiedener Felder bei der Registrierung und beim Bearbeiten von Profilformen interessiert sind, benutzen Sie bitte das mehrfache Anmelde & Profilbearbeitungs-Formular Addon."
|
| 2328 |
|
| 2363 |
msgstr "(z.B. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985) "
|
| 2364 |
|
| 2365 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 2366 |
+
#: ../features/functions.php:648
|
| 2367 |
msgid "Content"
|
| 2368 |
msgstr "Inhalt"
|
| 2369 |
|
| 2375 |
msgid "Delete this item"
|
| 2376 |
msgstr "Dieses Element löschen"
|
| 2377 |
|
| 2378 |
+
#: ../assets/lib/wck-api/wordpress-creation-kit.php:676
|
| 2379 |
msgid "Please enter a value for the required field "
|
| 2380 |
msgstr "Bitte geben Sie einen Wert für das erforderliche Feld ein"
|
| 2381 |
|
| 2382 |
+
#: ../front-end/extra-fields/upload/upload.php:122
|
| 2383 |
+
msgid "Select File"
|
| 2384 |
+
msgstr "Wählen Sie eine Datei"
|
| 2385 |
+
|
| 2386 |
+
#: ../assets/lib/wck-api/fields/upload.php:43
|
| 2387 |
+
#: ../front-end/extra-fields/upload/upload.php:112
|
| 2388 |
msgid "Remove"
|
| 2389 |
msgstr "Löschen"
|
| 2390 |
|
| 2391 |
+
#: ../assets/lib/wck-api/wordpress-creation-kit.php:1155
|
| 2392 |
msgid "Syncronize WCK"
|
| 2393 |
msgstr "synchronisieren vom WCK"
|
| 2394 |
|
| 2395 |
+
#: ../assets/lib/wck-api/wordpress-creation-kit.php:1167
|
| 2396 |
msgid "Syncronize WCK Translation"
|
| 2397 |
msgstr "Synchronisierung der WCK Übersetzung"
|
| 2398 |
|
| 2400 |
msgid "You can add the information for the %s after you add a entry"
|
| 2401 |
msgstr "Sie können die Informationen für \"%s\" hinzufügen, nachdem Sie einen Eintrag hinzufügen"
|
| 2402 |
|
| 2403 |
+
#: ../assets/lib/wck-api/fields/upload.php:75
|
| 2404 |
+
#: ../front-end/extra-fields/upload/upload.php:128
|
| 2405 |
msgid "Upload "
|
| 2406 |
msgstr "Hochladen"
|
| 2407 |
|
| 2445 |
msgid "Select All"
|
| 2446 |
msgstr "Wählen Sie alle"
|
| 2447 |
|
| 2448 |
+
#: ../features/functions.php:281
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2449 |
msgid "The user-validation has failed - the avatar was not deleted!"
|
| 2450 |
msgstr "Die Benutzer-Validierung hat fehlgeschlagen - das Profilbild wurde nicht gelöscht!"
|
| 2451 |
|
| 2452 |
+
#: ../features/functions.php:292
|
| 2453 |
msgid "The user-validation has failed - the attachment was not deleted!"
|
| 2454 |
msgstr "Die Benutzer-Validierung hat fehlgeschlagen - die Anlage wurde nicht gelöscht!"
|
| 2455 |
|
| 2456 |
+
#: ../features/functions.php:487
|
| 2457 |
msgid "Strength indicator"
|
| 2458 |
msgstr "Stärkeanzeige"
|
| 2459 |
|
| 2460 |
#: ../features/admin-approval/admin-approval.php:7
|
| 2461 |
+
#: ../features/admin-approval/class-admin-approval.php:458
|
| 2462 |
msgid "Admin Approval"
|
| 2463 |
msgstr "Admin Bestätigung"
|
| 2464 |
|
| 2484 |
msgstr "Benutzer wurde erfolgreich gelöscht!"
|
| 2485 |
|
| 2486 |
#: ../features/admin-approval/admin-approval.php:74
|
| 2487 |
+
#: ../features/admin-approval/admin-approval.php:118
|
| 2488 |
#: ../features/email-confirmation/email-confirmation.php:135
|
| 2489 |
msgid "You either don't have permission for that action or there was an error!"
|
| 2490 |
msgstr "Sie haben entweder keine Berechtigungen für diese Aktion oder es ist ein Fehler aufgetreten!"
|
| 2491 |
|
| 2492 |
+
#: ../features/admin-approval/admin-approval.php:85
|
| 2493 |
msgid "Your session has expired! Please refresh the page and try again."
|
| 2494 |
msgstr "Ihre Sitzung ist abgelaufen! Bitte aktualisieren Sie die Seite und versuchen Sie es erneut."
|
| 2495 |
|
| 2496 |
+
#: ../features/admin-approval/admin-approval.php:97
|
| 2497 |
msgid "Users successfully approved!"
|
| 2498 |
msgstr "Benutzer wurden erfolgreich genehmigt!"
|
| 2499 |
|
| 2500 |
+
#: ../features/admin-approval/admin-approval.php:106
|
| 2501 |
msgid "Users successfully unapproved!"
|
| 2502 |
msgstr "Benutzer wurden erfolgreich verwehrt!"
|
| 2503 |
|
| 2504 |
+
#: ../features/admin-approval/admin-approval.php:114
|
| 2505 |
msgid "Users successfully deleted!"
|
| 2506 |
msgstr "Benutzer wurden erfolgreich gelöscht!"
|
| 2507 |
|
| 2508 |
+
#: ../features/admin-approval/admin-approval.php:134
|
| 2509 |
msgid "Your account on %1$s has been approved!"
|
| 2510 |
msgstr "Ihr Konto auf %1$s wurde genehmigt!"
|
| 2511 |
|
| 2512 |
+
#: ../features/admin-approval/admin-approval.php:135
|
| 2513 |
+
#: ../features/admin-approval/admin-approval.php:138
|
| 2514 |
msgid "approved"
|
| 2515 |
msgstr "genehmigt"
|
| 2516 |
|
| 2517 |
+
#: ../features/admin-approval/admin-approval.php:137
|
| 2518 |
msgid "An administrator has just approved your account on %1$s (%2$s)."
|
| 2519 |
msgstr "Ein Administrator hat gerade Ihr Konto %1$s (%2$s) genehmigt."
|
| 2520 |
|
| 2521 |
+
#: ../features/admin-approval/admin-approval.php:142
|
| 2522 |
msgid "Your account on %1$s has been unapproved!"
|
| 2523 |
msgstr "Ihr Konto auf %1$s wurde nicht genehmigt!"
|
| 2524 |
|
| 2525 |
+
#: ../features/admin-approval/admin-approval.php:143
|
| 2526 |
+
#: ../features/admin-approval/admin-approval.php:146
|
| 2527 |
msgid "unapproved"
|
| 2528 |
msgstr "abgelehnt"
|
| 2529 |
|
| 2530 |
+
#: ../features/admin-approval/admin-approval.php:145
|
| 2531 |
msgid "An administrator has just unapproved your account on %1$s (%2$s)."
|
| 2532 |
msgstr "Ein Administrator hat Ihr Konto auf %1$ s (%2$ s) nicht genehmigt. "
|
| 2533 |
|
| 2534 |
+
#: ../features/admin-approval/admin-approval.php:164
|
| 2535 |
msgid "<strong>ERROR</strong>: Your account has to be confirmed by an administrator before you can log in."
|
| 2536 |
msgstr "<strong>Fehler</strong>: Ihr Konto muss bevor Sie sich anmelden können, vom Administrator bestätigt werden. "
|
| 2537 |
|
| 2538 |
+
#: ../features/admin-approval/admin-approval.php:176
|
| 2539 |
msgid "Your account has to be confirmed by an administrator before you can use the \"Password Recovery\" feature."
|
| 2540 |
msgstr "Ihr Konto muss von einem Administrator bestätigt werden, bevor Sie die \"Kennwort Wiederherstellungs\"-Funktion verwenden können."
|
| 2541 |
|
| 2562 |
msgstr "Genehmigen"
|
| 2563 |
|
| 2564 |
#: ../features/admin-approval/class-admin-approval.php:178
|
| 2565 |
+
#: ../modules/user-listing/userlisting.php:249
|
| 2566 |
+
#: ../modules/user-listing/userlisting.php:623
|
| 2567 |
+
#: ../modules/user-listing/userlisting.php:1264
|
| 2568 |
msgid "Firstname"
|
| 2569 |
msgstr "Vorname"
|
| 2570 |
|
| 2571 |
#: ../features/admin-approval/class-admin-approval.php:179
|
| 2572 |
+
#: ../modules/user-listing/userlisting.php:626
|
| 2573 |
+
#: ../modules/user-listing/userlisting.php:1265
|
| 2574 |
msgid "Lastname"
|
| 2575 |
msgstr "Nachname"
|
| 2576 |
|
| 2577 |
#: ../features/admin-approval/class-admin-approval.php:181
|
| 2578 |
#: ../modules/user-listing/userlisting.php:124
|
| 2579 |
+
#: ../modules/user-listing/userlisting.php:250
|
| 2580 |
+
#: ../modules/user-listing/userlisting.php:653
|
| 2581 |
+
#: ../modules/user-listing/userlisting.php:1268
|
| 2582 |
msgid "Role"
|
| 2583 |
msgstr "Rolle"
|
| 2584 |
|
| 2608 |
msgid "Sorry, but you don't have permission to do that!"
|
| 2609 |
msgstr "Tut uns leid, aber Sie haben keine Berechtigung dazu!"
|
| 2610 |
|
| 2611 |
+
#: ../features/admin-approval/class-admin-approval.php:341
|
| 2612 |
msgid "Approved"
|
| 2613 |
msgstr "Genehmigt"
|
| 2614 |
|
| 2615 |
+
#: ../features/admin-approval/class-admin-approval.php:343
|
| 2616 |
msgid "Unapproved"
|
| 2617 |
msgstr "Verwehrt"
|
| 2618 |
|
| 2619 |
+
#: ../features/admin-approval/class-admin-approval.php:461
|
| 2620 |
#: ../features/email-confirmation/class-email-confirmation.php:469
|
| 2621 |
msgid "All Users"
|
| 2622 |
msgstr "Alle Benutzer"
|
| 2676 |
msgid "Email notification resent to user"
|
| 2677 |
msgstr "Die E-Mail-Benachrichtigung wurde dem Benutzer erneut geschickt."
|
| 2678 |
|
| 2679 |
+
#: ../features/email-confirmation/email-confirmation.php:384
|
| 2680 |
msgid "[%1$s] Activate %2$s"
|
| 2681 |
msgstr "[%1$s] Aktivieren %2$s"
|
| 2682 |
|
| 2683 |
+
#: ../features/email-confirmation/email-confirmation.php:387
|
| 2684 |
msgid ""
|
| 2685 |
"To activate your user, please click the following link:\n"
|
| 2686 |
"\n"
|
| 2694 |
"\n"
|
| 2695 |
"nach der Aktivierung werden Sie noch * eine weitere E-Mail * mit Ihrem Login erhalten."
|
| 2696 |
|
| 2697 |
+
#: ../features/email-confirmation/email-confirmation.php:428
|
| 2698 |
#: ../front-end/register.php:68
|
| 2699 |
msgid "Could not create user!"
|
| 2700 |
msgstr "Benutzer konnte nicht erstellt werden!"
|
| 2701 |
|
| 2702 |
+
#: ../features/email-confirmation/email-confirmation.php:431
|
| 2703 |
msgid "That username is already activated!"
|
| 2704 |
msgstr "Dieser Benutzername ist bereits aktiviert worden!"
|
| 2705 |
|
| 2706 |
+
#: ../features/email-confirmation/email-confirmation.php:453
|
| 2707 |
msgid "There was an error while trying to activate the user"
|
| 2708 |
msgstr "Es ist ein Fehler beim Versuch, den Benutzer zu aktivieren aufgetreten "
|
| 2709 |
|
| 2710 |
+
#: ../features/email-confirmation/email-confirmation.php:501
|
| 2711 |
#: ../modules/email-customizer/admin-email-customizer.php:73
|
| 2712 |
msgid "A new subscriber has (been) registered!"
|
| 2713 |
msgstr "Ein neuer Benutzer ist (wurde) registriert!"
|
| 2714 |
|
| 2715 |
+
#: ../features/email-confirmation/email-confirmation.php:504
|
| 2716 |
msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
|
| 2717 |
msgstr "Neuen Abonnenten auf %1$s. <br/> <br/>Benutzername:%2$s <br/> E-Mail: %3$s <br/>"
|
| 2718 |
|
| 2719 |
+
#: ../features/email-confirmation/email-confirmation.php:605
|
| 2720 |
msgid "The \"Admin Approval\" feature was activated at the time of registration, so please remember that you need to approve this user before he/she can log in!"
|
| 2721 |
msgstr "Das \"Admin Approval\" Feature war zum Zeitpunkt der Registrierung aktiv, also bitte denken Sie daran, dass man diesen Benutzer genehmigen muss, bevor er sich anmelden kann!"
|
| 2722 |
|
| 2723 |
+
#: ../features/email-confirmation/email-confirmation.php:550
|
| 2724 |
msgid "[%1$s] Your new account information"
|
| 2725 |
msgstr "[%1$s] Ihre neuen Kontodaten"
|
| 2726 |
|
| 2727 |
+
#: ../features/email-confirmation/email-confirmation.php:556
|
| 2728 |
msgid "Welcome to %1$s!<br/><br/><br/>Your username is:%2$s and password:%3$s"
|
| 2729 |
msgstr "Willkommen bei %1$s! <br/> <br/> <br/>Ihr Benutzername ist: %2$s und das Kennwort: %3$s"
|
| 2730 |
|
| 2731 |
+
#: ../features/email-confirmation/email-confirmation.php:613
|
| 2732 |
+
#: ../front-end/register.php:116
|
| 2733 |
msgid "Before you can access your account, an administrator needs to approve it. You will be notified via email."
|
| 2734 |
msgstr "Bevor Sie in ihrem Konto zugreifen können, muss ein Administrator diesen genehmigen. Sie werden per E-Mail dafür benachrichtigt."
|
| 2735 |
|
| 2741 |
msgid "Profile Builder Login Widget"
|
| 2742 |
msgstr "Profile Builder Login Widget"
|
| 2743 |
|
| 2744 |
+
#: ../front-end/class-formbuilder.php:294 ../front-end/login.php:202
|
| 2745 |
msgid "Register"
|
| 2746 |
msgstr "Anmelden"
|
| 2747 |
|
| 2802 |
msgid "You will soon be redirected automatically. If you see this page for more than %1$d seconds, please click %2$s.%3$s"
|
| 2803 |
msgstr "Sie werden bald automatisch umgeleitet. Wenn Sie diese Seite mehr als %1$d Sekunden sehen, klicken Sie bitte hier %2$s.%3$s"
|
| 2804 |
|
| 2805 |
+
#: ../front-end/class-formbuilder.php:239
|
| 2806 |
+
#: ../front-end/class-formbuilder.php:246
|
| 2807 |
msgid "The account %1s has been successfully created!"
|
| 2808 |
msgstr "Das Konto %1S wurde erfolgreich erstellt!"
|
| 2809 |
|
| 2810 |
+
#: ../front-end/class-formbuilder.php:242
|
| 2811 |
+
#: ../front-end/class-formbuilder.php:252
|
| 2812 |
msgid "Before you can access your account %1s, you need to confirm your email address. Please check your inbox and click the activation link."
|
| 2813 |
msgstr "Bevor Sie auf Ihr Konto %1S zugreifen können, müssen Sie Ihre E-Mail-Adresse bestätigen. Bitte überprüfen Sie Ihren Posteingang und klicken Sie auf den Aktivierungslink."
|
| 2814 |
|
| 2815 |
+
#: ../front-end/class-formbuilder.php:248
|
| 2816 |
msgid "Before you can access your account %1s, an administrator has to approve it. You will be notified via email."
|
| 2817 |
msgstr "Bevor Sie auf Ihr Konto %1S zugreifen können, muss ein Administrator diesen genehmigen. Sie werden darüber per E-Mail weiter benachrichtigt."
|
| 2818 |
|
| 2819 |
+
#: ../front-end/class-formbuilder.php:262
|
| 2820 |
msgid "Your profile has been successfully updated!"
|
| 2821 |
msgstr "Ihr Profil wurde erfolgreich aktualisiert!"
|
| 2822 |
|
| 2823 |
+
#: ../front-end/class-formbuilder.php:272
|
| 2824 |
msgid "There was an error in the submitted form"
|
| 2825 |
msgstr "Es gab einen Fehler in das gesendete Formular"
|
| 2826 |
|
| 2827 |
+
#: ../front-end/class-formbuilder.php:294
|
| 2828 |
msgid "Add User"
|
| 2829 |
msgstr "Benutzer hinzufügen"
|
| 2830 |
|
| 2831 |
+
#: ../admin/add-ons.php:170 ../front-end/class-formbuilder.php:297
|
| 2832 |
msgid "Update"
|
| 2833 |
msgstr "Aktualisierung"
|
| 2834 |
|
| 2835 |
+
#: ../front-end/class-formbuilder.php:340
|
| 2836 |
#: ../front-end/extra-fields/extra-fields.php:35
|
| 2837 |
msgid "The avatar was successfully deleted!"
|
| 2838 |
msgstr "Das Profilbild wurde erfolgreich gelöscht!"
|
| 2839 |
|
| 2840 |
+
#: ../front-end/class-formbuilder.php:340
|
| 2841 |
#: ../front-end/extra-fields/extra-fields.php:37
|
| 2842 |
msgid "The following attachment was successfully deleted:"
|
| 2843 |
msgstr "Die folgende Anlage wurde erfolgreich gelöscht:"
|
| 2844 |
|
| 2845 |
+
#: ../front-end/class-formbuilder.php:352
|
| 2846 |
msgid "Send these credentials via email."
|
| 2847 |
msgstr "Senden Sie diese Anmeldeinformationen per E-Mail."
|
| 2848 |
|
| 2849 |
#: ../front-end/extra-fields/extra-fields.php:99 ../front-end/login.php:89
|
| 2850 |
#: ../front-end/login.php:96 ../front-end/login.php:110
|
| 2851 |
+
#: ../front-end/recover.php:17 ../front-end/recover.php:228
|
| 2852 |
msgid "ERROR"
|
| 2853 |
msgstr "FEHLER"
|
| 2854 |
|
| 2868 |
msgid "Both fields are empty."
|
| 2869 |
msgstr "Beide Felder sind leer."
|
| 2870 |
|
| 2871 |
+
#: ../front-end/login.php:241
|
| 2872 |
msgid "You are currently logged in as %1$s. %2$s"
|
| 2873 |
msgstr "Sie sind derzeit als %1$s angemeldet. %2$s "
|
| 2874 |
|
| 2875 |
+
#: ../front-end/login.php:240 ../front-end/logout.php:17
|
| 2876 |
msgid "Log out of this account"
|
| 2877 |
msgstr "Von diesem Konto abmelden"
|
| 2878 |
|
| 2879 |
+
#: ../front-end/login.php:240
|
| 2880 |
msgid "Log out"
|
| 2881 |
msgstr "Ausloggen"
|
| 2882 |
|
| 2916 |
msgid "Check your e-mail for the confirmation link."
|
| 2917 |
msgstr "Überprüfen Sie Ihre E-mail für den Bestätigungs-Link."
|
| 2918 |
|
| 2919 |
+
#: ../front-end/recover.php:216
|
| 2920 |
msgid "Someone requested that the password be reset for the following account: <b>%1$s</b><br/>If this was a mistake, just ignore this email and nothing will happen.<br/>To reset your password, visit the following link:%2$s"
|
| 2921 |
msgstr "Jemand hat verlangt, dass das Kennwort für dieses Konto zurückgesetzt werden soll: <b>%1$s</b> <br/> Wenn das ein Fehler war, bitte diese E-Mail einfach ignorieren und es wird nichts geschehen <br/>Um Ihr Passwort zurückzusetzen, besuchen Sie folgenden Link: %2$s"
|
| 2922 |
|
| 2923 |
+
#: ../front-end/recover.php:219
|
| 2924 |
msgid "Password Reset from \"%1$s\""
|
| 2925 |
msgstr "Zurücksetzen des Kennworts \"%1$s\""
|
| 2926 |
|
| 2927 |
+
#: ../front-end/recover.php:228
|
| 2928 |
msgid "There was an error while trying to send the activation link to %1$s!"
|
| 2929 |
msgstr "Es gab einen Fehler beim Versuch den Aktivierungslink zu senden%1$s!"
|
| 2930 |
|
| 2936 |
msgid "Please check that you entered the correct email address."
|
| 2937 |
msgstr "Bitte überprüfen Sie, ob Sie die richtige E-Mail-Adresse eingegeben haben."
|
| 2938 |
|
| 2939 |
+
#: ../front-end/recover.php:256
|
| 2940 |
msgid "Your password has been successfully changed!"
|
| 2941 |
msgstr "Ihr Passwort wurde erfolgreich geändert!"
|
| 2942 |
|
| 2943 |
+
#: ../front-end/recover.php:275
|
| 2944 |
msgid "You have successfully reset your password to: %1$s"
|
| 2945 |
msgstr "Sie haben Ihr Kennwort erfolgreich zurückgesetzt: %1$s"
|
| 2946 |
|
| 2947 |
+
#: ../front-end/recover.php:278 ../front-end/recover.php:292
|
| 2948 |
msgid "Password Successfully Reset for %1$s on \"%2$s\""
|
| 2949 |
msgstr "Kennwort erfolgreich zurückgesetzt für %1$s auf \"%2$s\""
|
| 2950 |
|
| 2951 |
+
#: ../front-end/recover.php:289
|
| 2952 |
msgid "%1$s has requested a password change via the password reset feature.<br/>His/her new password is:%2$s"
|
| 2953 |
msgstr "%1$s hat eine Kennwortänderung über die Funktion \"Kennwort zurücksetzen\" angefordert. <br/>Ihr neues Passwort ist: %2$s"
|
| 2954 |
|
| 2955 |
+
#: ../front-end/recover.php:308
|
| 2956 |
msgid "The entered passwords don't match!"
|
| 2957 |
msgstr "Die eingegebenen Kennworte stimmen nicht überein!"
|
| 2958 |
|
| 2959 |
+
#: ../front-end/recover.php:353
|
| 2960 |
msgid "ERROR:"
|
| 2961 |
msgstr "FEHLER:"
|
| 2962 |
|
| 2963 |
+
#: ../front-end/recover.php:353
|
| 2964 |
msgid "Invalid key!"
|
| 2965 |
msgstr "Ungültiger Schlüssel!"
|
| 2966 |
|
| 2976 |
msgid "This username is already activated!"
|
| 2977 |
msgstr "Dieser Benutzername ist bereits aktiviert!"
|
| 2978 |
|
| 2979 |
+
#: ../front-end/register.php:115
|
| 2980 |
msgid "Your email was successfully confirmed."
|
| 2981 |
msgstr "Ihre E-Mail wurde erfolgreich bestätigt."
|
| 2982 |
|
| 2983 |
+
#: ../front-end/register.php:144
|
| 2984 |
msgid "There was an error while trying to activate the user."
|
| 2985 |
msgstr "Ein Fehler ist aufgetreten, während es versucht wurde den Benutzer zu aktivieren."
|
| 2986 |
|
| 2987 |
+
#: ../front-end/default-fields/email/email.php:44
|
| 2988 |
msgid "The email you entered is not a valid email address."
|
| 2989 |
msgstr "Die E-Mail die Sie eingegeben haben, ist keine gültige e-Mail-Adresse."
|
| 2990 |
|
| 2991 |
+
#: ../front-end/default-fields/email/email.php:57
|
| 2992 |
+
#: ../front-end/default-fields/email/email.php:64
|
| 2993 |
msgid "This email is already reserved to be used soon."
|
| 2994 |
msgstr "Diese E-Mail ist bereits reserviert worden, um bald verwendet zu werden."
|
| 2995 |
|
| 2996 |
+
#: ../front-end/default-fields/email/email.php:57
|
| 2997 |
+
#: ../front-end/default-fields/email/email.php:64
|
| 2998 |
+
#: ../front-end/default-fields/email/email.php:73
|
| 2999 |
+
#: ../front-end/default-fields/email/email.php:84
|
| 3000 |
+
#: ../front-end/default-fields/username/username.php:50
|
| 3001 |
+
#: ../front-end/default-fields/username/username.php:65
|
| 3002 |
msgid "Please try a different one!"
|
| 3003 |
msgstr "Bitte versuchen Sie es mit einem anderen!"
|
| 3004 |
|
| 3005 |
+
#: ../front-end/default-fields/email/email.php:73
|
| 3006 |
+
#: ../front-end/default-fields/email/email.php:84
|
| 3007 |
msgid "This email is already in use."
|
| 3008 |
msgstr "Diese E-Mail ist bereits im Einsatz."
|
| 3009 |
|
| 3010 |
+
#: ../front-end/default-fields/password-repeat/password-repeat.php:37
|
| 3011 |
+
#: ../front-end/default-fields/password-repeat/password-repeat.php:41
|
| 3012 |
msgid "The passwords do not match"
|
| 3013 |
msgstr "Die Kennwörter stimmen nicht überein."
|
| 3014 |
|
| 3015 |
+
#: ../front-end/default-fields/username/username.php:50
|
| 3016 |
msgid "This username already exists."
|
| 3017 |
msgstr "Dieser Benutzername ist bereits vorhanden."
|
| 3018 |
|
| 3019 |
+
#: ../front-end/default-fields/username/username.php:65
|
| 3020 |
msgid "This username is already reserved to be used soon."
|
| 3021 |
msgstr "Dieser Benutzername ist bereits reserviert, um bald verwendet zu werden."
|
| 3022 |
|
| 3023 |
+
#: ../modules/user-listing/userlisting.php:247
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3024 |
msgid "Avatar"
|
| 3025 |
msgstr "Profil-Bild"
|
| 3026 |
|
| 3027 |
+
#: ../front-end/extra-fields/avatar/avatar.php:72
|
| 3028 |
+
#: ../front-end/extra-fields/checkbox/checkbox.php:45
|
| 3029 |
+
#: ../front-end/extra-fields/datepicker/datepicker.php:40
|
| 3030 |
+
#: ../front-end/extra-fields/input-hidden/input-hidden.php:34
|
| 3031 |
+
#: ../front-end/extra-fields/input/input.php:30
|
| 3032 |
+
#: ../front-end/extra-fields/radio/radio.php:44
|
| 3033 |
+
#: ../front-end/extra-fields/select-multiple/select-multiple.php:46
|
| 3034 |
+
#: ../front-end/extra-fields/select-timezone/select-timezone.php:44
|
| 3035 |
+
#: ../front-end/extra-fields/select/select.php:46
|
| 3036 |
+
#: ../front-end/extra-fields/textarea/textarea.php:30
|
| 3037 |
+
#: ../front-end/extra-fields/upload/upload.php:70
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3038 |
#: ../front-end/extra-fields/wysiwyg/wysiwyg.php:33
|
| 3039 |
msgid "required"
|
| 3040 |
msgstr "Erforderlich"
|
| 3041 |
|
| 3042 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:48
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3043 |
msgid "To use reCAPTCHA you must get an API key from"
|
| 3044 |
msgstr "Um ReCAPTCHA zu verwenden müssen Sie einen API-Schlüssel von hier nehmen:"
|
| 3045 |
|
| 3046 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:131
|
| 3047 |
msgid "For security reasons, you must pass the remote ip to reCAPTCHA!"
|
| 3048 |
msgstr "Aus Sicherheitsgründen müssen Sie den remote-Ip eingeben um ReCAPTCHA zu benutzen!"
|
| 3049 |
|
| 3050 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:192
|
| 3051 |
msgid "To use reCAPTCHA you must get an API public key from:"
|
| 3052 |
msgstr "Um ReCAPTCHA zu verwenden muss man eine öffentliche API-Key von hier hohlen:"
|
| 3053 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3054 |
#: ../modules/modules.php:11 ../modules/modules.php:80
|
| 3055 |
msgid "Modules"
|
| 3056 |
msgstr "Module"
|
| 3411 |
|
| 3412 |
#: ../modules/multiple-forms/edit-profile-forms.php:131
|
| 3413 |
#: ../modules/multiple-forms/register-forms.php:134
|
| 3414 |
+
#: ../modules/user-listing/userlisting.php:1155
|
| 3415 |
msgid "Shortcode"
|
| 3416 |
msgstr "Shortcode"
|
| 3417 |
|
| 3418 |
#: ../modules/multiple-forms/edit-profile-forms.php:151
|
| 3419 |
#: ../modules/multiple-forms/register-forms.php:155
|
| 3420 |
+
#: ../modules/user-listing/userlisting.php:1176
|
| 3421 |
msgid "(no title)"
|
| 3422 |
msgstr "(kein Titel)"
|
| 3423 |
|
| 3424 |
#: ../modules/multiple-forms/edit-profile-forms.php:171
|
| 3425 |
#: ../modules/multiple-forms/register-forms.php:174
|
| 3426 |
+
#: ../modules/user-listing/userlisting.php:1196
|
| 3427 |
msgid "The shortcode will be available after you publish this form."
|
| 3428 |
msgstr "Der Shortcode wird verfügbar sein, nachdem Sie dieses Formular veröffentlichen."
|
| 3429 |
|
| 3430 |
#: ../modules/multiple-forms/edit-profile-forms.php:173
|
| 3431 |
#: ../modules/multiple-forms/register-forms.php:176
|
| 3432 |
+
#: ../modules/user-listing/userlisting.php:1198
|
| 3433 |
msgid "Use this shortcode on the page you want the form to be displayed:"
|
| 3434 |
msgstr "Verwenden Sie diesen Shortcode auf der Seite wo das Formular angezeigt werden sollte"
|
| 3435 |
|
| 3436 |
#: ../modules/multiple-forms/edit-profile-forms.php:177
|
| 3437 |
#: ../modules/multiple-forms/register-forms.php:180
|
| 3438 |
+
#: ../modules/user-listing/userlisting.php:1202
|
| 3439 |
msgid "<span style=\"color:red;\">Note:</span> changing the form title also changes the shortcode!"
|
| 3440 |
msgstr "<span style=\"color:red;\"> Hinweis:</span> die Änderung vom Formulartitel ändert auch den Shortcode!"
|
| 3441 |
|
| 3442 |
#: ../modules/multiple-forms/edit-profile-forms.php:183
|
| 3443 |
#: ../modules/multiple-forms/register-forms.php:186
|
| 3444 |
+
#: ../modules/user-listing/userlisting.php:1235
|
| 3445 |
msgid "Form Shortcode"
|
| 3446 |
msgstr "Shortcode Formular "
|
| 3447 |
|
| 3553 |
msgstr "Nach der Anmeldung..."
|
| 3554 |
|
| 3555 |
#: ../modules/user-listing/class-userlisting.php:470
|
| 3556 |
+
#: ../modules/user-listing/userlisting.php:724
|
| 3557 |
+
#: ../modules/user-listing/userlisting.php:968
|
| 3558 |
+
#: ../modules/user-listing/userlisting.php:1011
|
| 3559 |
+
#: ../modules/user-listing/userlisting.php:1355
|
| 3560 |
msgid "Search Users by All Fields"
|
| 3561 |
msgstr "Suche Benutzer nach allen Feldern"
|
| 3562 |
|
| 3593 |
msgstr "Anzeigename als"
|
| 3594 |
|
| 3595 |
#: ../modules/user-listing/userlisting.php:125
|
| 3596 |
+
#: ../modules/user-listing/userlisting.php:1263
|
| 3597 |
msgid "Registration Date"
|
| 3598 |
msgstr "Datum der Anmeldung"
|
| 3599 |
|
| 3600 |
#: ../modules/user-listing/userlisting.php:126
|
| 3601 |
+
#: ../modules/user-listing/userlisting.php:1267
|
| 3602 |
msgid "Number of Posts"
|
| 3603 |
msgstr "Anzahl der Beiträge"
|
| 3604 |
|
| 3647 |
msgid "Single-userlisting Template"
|
| 3648 |
msgstr "Einzel-Benutzeranzeige Vorlage"
|
| 3649 |
|
| 3650 |
+
#: ../modules/user-listing/userlisting.php:614
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3651 |
msgid "First/Lastname"
|
| 3652 |
msgstr "Vor/Nachname"
|
| 3653 |
|
| 3654 |
+
#: ../modules/user-listing/userlisting.php:252
|
| 3655 |
+
#: ../modules/user-listing/userlisting.php:620
|
| 3656 |
msgid "Sign-up Date"
|
| 3657 |
msgstr "Anmeldungsdatum"
|
| 3658 |
|
| 3659 |
+
#: ../modules/user-listing/userlisting.php:629
|
| 3660 |
+
#: ../modules/user-listing/userlisting.php:1266
|
| 3661 |
msgid "Display Name"
|
| 3662 |
msgstr "Anzeigenamen"
|
| 3663 |
|
| 3664 |
+
#: ../modules/user-listing/userlisting.php:251
|
| 3665 |
+
#: ../modules/user-listing/userlisting.php:638
|
| 3666 |
msgid "Posts"
|
| 3667 |
msgstr "Beiträge"
|
| 3668 |
|
| 3669 |
+
#: ../modules/user-listing/userlisting.php:641
|
| 3670 |
+
#: ../modules/user-listing/userlisting.php:1272
|
| 3671 |
msgid "Aim"
|
| 3672 |
msgstr "Ziel"
|
| 3673 |
|
| 3674 |
+
#: ../modules/user-listing/userlisting.php:644
|
| 3675 |
+
#: ../modules/user-listing/userlisting.php:1273
|
| 3676 |
msgid "Yim"
|
| 3677 |
msgstr "Yim"
|
| 3678 |
|
| 3679 |
+
#: ../modules/user-listing/userlisting.php:647
|
| 3680 |
+
#: ../modules/user-listing/userlisting.php:1274
|
| 3681 |
msgid "Jabber"
|
| 3682 |
msgstr "Jabber"
|
| 3683 |
|
| 3684 |
+
#: ../modules/user-listing/userlisting.php:827
|
| 3685 |
msgid "Click here to see more information about this user"
|
| 3686 |
msgstr "Klicken Sie hier für weitere Informationen über diesen Benutzer"
|
| 3687 |
|
| 3688 |
+
#: ../modules/user-listing/userlisting.php:827
|
| 3689 |
msgid "More..."
|
| 3690 |
msgstr "Mehr..."
|
| 3691 |
|
| 3692 |
+
#: ../modules/user-listing/userlisting.php:830
|
| 3693 |
msgid "Click here to see more information about this user."
|
| 3694 |
msgstr "Klicken Sie hier für weitere Informationen über diesen Benutzer "
|
| 3695 |
|
| 3696 |
+
#: ../modules/user-listing/userlisting.php:922
|
| 3697 |
+
#: ../modules/user-listing/userlisting.php:925
|
| 3698 |
msgid "Click here to go back"
|
| 3699 |
msgstr "Klicken Sie hier, um zurück zu gehen"
|
| 3700 |
|
| 3701 |
+
#: ../modules/user-listing/userlisting.php:922
|
| 3702 |
msgid "Back"
|
| 3703 |
msgstr "Zurück"
|
| 3704 |
|
| 3705 |
+
#: ../modules/user-listing/userlisting.php:955
|
| 3706 |
msgid "«« First"
|
| 3707 |
msgstr "«« Erster"
|
| 3708 |
|
| 3709 |
+
#: ../modules/user-listing/userlisting.php:956
|
| 3710 |
msgid "« Prev"
|
| 3711 |
msgstr "« Zurück"
|
| 3712 |
|
| 3713 |
+
#: ../modules/user-listing/userlisting.php:957
|
| 3714 |
msgid "Next » "
|
| 3715 |
msgstr "Nächste Seite » "
|
| 3716 |
|
| 3717 |
+
#: ../modules/user-listing/userlisting.php:958
|
| 3718 |
msgid "Last »»"
|
| 3719 |
msgstr "Letzter »»"
|
| 3720 |
|
| 3721 |
+
#: ../modules/user-listing/userlisting.php:987
|
| 3722 |
msgid "You don't have any pagination settings on this userlisting!"
|
| 3723 |
msgstr "Sie haben noch keine Paginierungs-Einstellungen auf dieser Benutzerliste!"
|
| 3724 |
|
| 3725 |
+
#: ../modules/user-listing/userlisting.php:1028
|
| 3726 |
msgid "Search"
|
| 3727 |
msgstr "Suchen"
|
| 3728 |
|
| 3729 |
+
#: ../modules/user-listing/userlisting.php:1029
|
| 3730 |
msgid "Clear Results"
|
| 3731 |
msgstr "Ergebnisse löschen"
|
| 3732 |
|
| 3733 |
+
#: ../modules/user-listing/userlisting.php:1205
|
| 3734 |
+
#: ../modules/user-listing/userlisting.php:1209
|
| 3735 |
msgid "Extra shortcode parameters"
|
| 3736 |
msgstr "Zusätzliche Shortcode-Parameters"
|
| 3737 |
|
| 3738 |
+
#: ../modules/user-listing/userlisting.php:1212
|
| 3739 |
msgid "displays users having a certain meta-value within a certain (extra) meta-field"
|
| 3740 |
msgstr "Anzeige von Benutzer die einen bestimmten Meta-Wert innerhalb eines bestimmten (extra) Meta-Feld haben"
|
| 3741 |
|
| 3742 |
+
#: ../modules/user-listing/userlisting.php:1213
|
| 3743 |
msgid "Example:"
|
| 3744 |
msgstr "Beispiel:"
|
| 3745 |
|
| 3746 |
+
#: ../modules/user-listing/userlisting.php:1215
|
| 3747 |
msgid "Remember though, that the field-value combination must exist in the database."
|
| 3748 |
msgstr "Denken Sie daran, dass die Feld-Wert Kombination in der Datenbank vorhanden sein muss."
|
| 3749 |
|
| 3750 |
+
#: ../modules/user-listing/userlisting.php:1284
|
| 3751 |
msgid "Random (very slow on large databases > 10K user)"
|
| 3752 |
msgstr "Random (sehr langsam auf große Datenbanken > 10K Benutzer)"
|
| 3753 |
|
| 3754 |
+
#: ../modules/user-listing/userlisting.php:1297
|
| 3755 |
msgid "Roles to Display"
|
| 3756 |
msgstr "Rollen anzeigen"
|
| 3757 |
|
| 3758 |
+
#: ../modules/user-listing/userlisting.php:1297
|
| 3759 |
msgid "Restrict the userlisting to these selected roles only<br/>If not specified, defaults to all existing roles"
|
| 3760 |
msgstr "Beschränken Sie die Benutzerlisten nur für diese ausgewählten Rollen <br/> Wenn nicht angegeben, wird standardmäßig auf allen vorhandenen Rollen die Beschränkung gesetzt"
|
| 3761 |
|
| 3762 |
+
#: ../modules/user-listing/userlisting.php:1298
|
| 3763 |
msgid "Number of Users/Page"
|
| 3764 |
msgstr "Anzahl Benutzer/Seite"
|
| 3765 |
|
| 3766 |
+
#: ../modules/user-listing/userlisting.php:1299
|
| 3767 |
msgid "Default Sorting Criteria"
|
| 3768 |
msgstr "Standardmäßige Sortierkriterien"
|
| 3769 |
|
| 3770 |
+
#: ../modules/user-listing/userlisting.php:1299
|
| 3771 |
msgid "Set the default sorting criteria<br/>This can temporarily be changed for each new session"
|
| 3772 |
msgstr "Festlegen der standard Sortierungskriterien <br/> Dieses kann temporär für jede neue Sitzung geändert werden"
|
| 3773 |
|
| 3774 |
+
#: ../modules/user-listing/userlisting.php:1300
|
| 3775 |
msgid "Default Sorting Order"
|
| 3776 |
msgstr "Standard-Sortierreihenfolge"
|
| 3777 |
|
| 3778 |
+
#: ../modules/user-listing/userlisting.php:1300
|
| 3779 |
msgid "Set the default sorting order<br/>This can temporarily be changed for each new session"
|
| 3780 |
msgstr "Festlegen der standard Sortierungskriterien <br/> Dieses kann temporär für jede neue Sitzung geändert werden"
|
| 3781 |
|
| 3782 |
+
#: ../modules/user-listing/userlisting.php:1301
|
| 3783 |
msgid "Avatar Size (All-userlisting)"
|
| 3784 |
msgstr "Profilbild-Größe (alle Benutzereinträge)"
|
| 3785 |
|
| 3786 |
+
#: ../modules/user-listing/userlisting.php:1301
|
| 3787 |
msgid "Set the avatar size on the all-userlisting only"
|
| 3788 |
msgstr "Legen Sie die Profilbildgröße für alle Benutzer-Listen fest."
|
| 3789 |
|
| 3790 |
+
#: ../modules/user-listing/userlisting.php:1302
|
| 3791 |
msgid "Avatar Size (Single-userlisting)"
|
| 3792 |
msgstr "Profilbild-Größe (Einzel-Benutzeranzeige)"
|
| 3793 |
|
| 3794 |
+
#: ../modules/user-listing/userlisting.php:1302
|
| 3795 |
msgid "Set the avatar size on the single-userlisting only"
|
| 3796 |
msgstr "Setzen Sie die Profilbild-Größe (nur für die Einzel-Benutzeranzeige)"
|
| 3797 |
|
| 3798 |
+
#: ../modules/user-listing/userlisting.php:1303
|
| 3799 |
msgid "Visible only to logged in users?"
|
| 3800 |
msgstr "Nur für angemeldete Benutzer sichtbar?"
|
| 3801 |
|
| 3802 |
+
#: ../modules/user-listing/userlisting.php:1303
|
| 3803 |
msgid "The userlisting will only be visible only to the logged in users"
|
| 3804 |
msgstr "Die Benutzeranzeigen werden nur für die angemeldeten Benutzer sichtbar sein"
|
| 3805 |
|
| 3806 |
+
#: ../modules/user-listing/userlisting.php:1304
|
| 3807 |
msgid "Visible to following Roles"
|
| 3808 |
msgstr "Für folgende Rollen sichtbar"
|
| 3809 |
|
| 3810 |
+
#: ../modules/user-listing/userlisting.php:1304
|
| 3811 |
msgid "The userlisting will only be visible to the following roles"
|
| 3812 |
msgstr " Die Benutzeranzeige wird nur für folgende Rollen sichtbar sein."
|
| 3813 |
|
| 3814 |
+
#: ../modules/user-listing/userlisting.php:1310
|
| 3815 |
msgid "Userlisting Settings"
|
| 3816 |
msgstr "Benutzereinträge Einstellungen"
|
| 3817 |
|
| 3818 |
+
#: ../modules/user-listing/userlisting.php:1331
|
| 3819 |
msgid "You need to activate the Userlisting feature from within the \"Modules\" tab!"
|
| 3820 |
msgstr "Sie müssen die Benutzeranzeige-Funktion innerhalb des Tabs \"Module\" aktivieren!"
|
| 3821 |
|
| 3822 |
+
#: ../modules/user-listing/userlisting.php:1331
|
| 3823 |
msgid "You can find it in the Profile Builder menu."
|
| 3824 |
msgstr "Sie finden es im Menü vom Profile Builder"
|
| 3825 |
|
| 3826 |
+
#: ../modules/user-listing/userlisting.php:1494
|
| 3827 |
msgid "No results found!"
|
| 3828 |
msgstr "Keine Ergebnisse wurden gefunden!"
|
translation/profile-builder-es_ES.mo
ADDED
|
Binary file
|
translation/{profilebuilder-es_ES.po → profile-builder-es_ES.po}
RENAMED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
# This file is distributed under the same license as the Profile Builder package.
|
| 3 |
msgid ""
|
| 4 |
msgstr ""
|
| 5 |
-
"PO-Revision-Date: 2015-
|
| 6 |
"MIME-Version: 1.0\n"
|
| 7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
| 8 |
"Content-Transfer-Encoding: 8bit\n"
|
|
@@ -10,11 +10,1140 @@ msgstr ""
|
|
| 10 |
"X-Generator: GlotPress/0.1\n"
|
| 11 |
"Project-Id-Version: Profile Builder\n"
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
#: ../admin/add-ons.php:144
|
| 14 |
msgid "Download Now"
|
| 15 |
msgstr "Descargar"
|
| 16 |
|
| 17 |
-
#: ../admin/admin-functions.php:
|
| 18 |
msgid "If you enjoy using <strong> %1$s </strong> please <a href=\"%2$s\" target=\"_blank\">rate us on WordPress.org</a>. More happy users means more features, less bugs and better support for everyone. "
|
| 19 |
msgstr ""
|
| 20 |
|
|
@@ -26,27 +1155,27 @@ msgstr "Escoja uno de los campos disponibles"
|
|
| 26 |
msgid ". Extra Field Types are available in <a href=\"%s\">Hobbyist or PRO versions</a>."
|
| 27 |
msgstr ""
|
| 28 |
|
| 29 |
-
#: ../admin/manage-fields.php:
|
| 30 |
msgid "Site Key"
|
| 31 |
msgstr "Sitio clave"
|
| 32 |
|
| 33 |
-
#: ../admin/manage-fields.php:
|
| 34 |
msgid "The site key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 35 |
msgstr ""
|
| 36 |
|
| 37 |
-
#: ../admin/manage-fields.php:
|
| 38 |
msgid "Secret Key"
|
| 39 |
msgstr "Clave secreta"
|
| 40 |
|
| 41 |
-
#: ../admin/manage-fields.php:
|
| 42 |
msgid "The secret key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 43 |
msgstr ""
|
| 44 |
|
| 45 |
-
#: ../admin/manage-fields.php:
|
| 46 |
msgid "You must enter the site key\n"
|
| 47 |
-
msgstr ""
|
| 48 |
|
| 49 |
-
#: ../admin/manage-fields.php:
|
| 50 |
msgid "You must enter the secret key\n"
|
| 51 |
msgstr ""
|
| 52 |
|
|
@@ -130,24 +1259,26 @@ msgstr ""
|
|
| 130 |
msgid "Could not install add-on. Retry or <a href=\"%s\" target=\"_blank\">install manually</a>."
|
| 131 |
msgstr ""
|
| 132 |
|
| 133 |
-
#: ../front-end/default-fields/email/email.php:
|
| 134 |
msgid "You must enter a valid email address."
|
| 135 |
msgstr "Debe ingresar una dirección válida de email"
|
| 136 |
|
| 137 |
-
#: ../front-end/default-fields/username/username.php:
|
|
|
|
| 138 |
msgid "This username is invalid because it uses illegal characters."
|
| 139 |
msgstr ""
|
| 140 |
|
| 141 |
-
#: ../front-end/default-fields/username/username.php:
|
|
|
|
| 142 |
msgid "Please enter a valid username."
|
| 143 |
msgstr "Por favor ingrese un nombre de usuario válido"
|
| 144 |
|
| 145 |
-
#: ../front-end/extra-fields/user-role/user-role.php:
|
| 146 |
-
#: ../front-end/extra-fields/user-role/user-role.php:
|
| 147 |
msgid "Only administrators can see this field on edit profile forms."
|
| 148 |
msgstr ""
|
| 149 |
|
| 150 |
-
#: ../front-end/extra-fields/user-role/user-role.php:
|
| 151 |
msgid "As an administrator you cannot change your role."
|
| 152 |
msgstr ""
|
| 153 |
|
|
@@ -214,55 +1345,55 @@ msgstr ""
|
|
| 214 |
msgid "None"
|
| 215 |
msgstr ""
|
| 216 |
|
| 217 |
-
#: ../admin/admin-functions.php:
|
| 218 |
msgid "<strong>ERROR</strong>: The password must have the minimum length of %s characters"
|
| 219 |
msgstr "<strong>ERROR</strong>: La contraseña tiene que tener un tamaño mínimo de %s caracteres"
|
| 220 |
|
| 221 |
-
#: ../admin/admin-functions.php:
|
| 222 |
msgid "<strong>ERROR</strong>: The password must have a minimum strength of %s"
|
| 223 |
msgstr "<strong>ERROR</strong>: La contraseña tiene que tener una fortaleza mínima de %s"
|
| 224 |
|
| 225 |
-
#: ../admin/general-settings.php:
|
| 226 |
msgid "Username and Email"
|
| 227 |
msgstr "Usuario o Email"
|
| 228 |
|
| 229 |
-
#: ../admin/general-settings.php:
|
| 230 |
msgid "\"Username and Email\" - users can Log In with both Username and Email."
|
| 231 |
msgstr "\"Nombre de Usuario y Email\" - los usuarios pueden Autenticarse tanto con el Nombre de Usuario como con el Email."
|
| 232 |
|
| 233 |
-
#: ../admin/general-settings.php:
|
| 234 |
msgid "\"Username\" - users can Log In only with Username."
|
| 235 |
msgstr "\"Nombre de Usuario\" - los usuarios pueden Autenticarse con el Nombre de Usuario."
|
| 236 |
|
| 237 |
-
#: ../admin/general-settings.php:
|
| 238 |
msgid "\"Email\" - users can Log In only with Email."
|
| 239 |
msgstr "\"Email\" - los usuarios pueden Autenticarse con el Email."
|
| 240 |
|
| 241 |
-
#: ../admin/manage-fields.php:
|
| 242 |
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 (.*)"
|
| 243 |
msgstr "Especificar la(s) extensión(es) que desea limitar para subir<br/>Ejemplo:.ext1,.ext2,.ext3<br/>Si no se especifica, deja por defecto:.jpg,.jpeg,.gif,.png (.*)"
|
| 244 |
|
| 245 |
-
#: ../admin/manage-fields.php:
|
| 246 |
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 (.*)"
|
| 247 |
msgstr "Especificar la(s) extensión(es) que desea limitar para subir<br/>Ejemplo:.ext1,.ext2,.ext3<br/>Si no se especifica, deja por defecto todas las extensiones de archivos permitidas por WordPress (.*)"
|
| 248 |
|
| 249 |
-
#: ../admin/manage-fields.php:
|
| 250 |
msgid "User Roles"
|
| 251 |
msgstr "Roles de Usuario"
|
| 252 |
|
| 253 |
-
#: ../admin/manage-fields.php:
|
| 254 |
msgid "Select which user roles to show to the user ( drag and drop to re-order )"
|
| 255 |
msgstr "Seleccionar cuáles roles de usuario mostrar al usuario (arrastre y suelte para reorganizar)"
|
| 256 |
|
| 257 |
-
#: ../admin/manage-fields.php:
|
| 258 |
msgid "User Roles Order"
|
| 259 |
msgstr "Orden de Roles de Usuario"
|
| 260 |
|
| 261 |
-
#: ../admin/manage-fields.php:
|
| 262 |
msgid "Save the user role order from the user roles checkboxes"
|
| 263 |
msgstr "Salvar el orden de roles de usuario de las casillas de roles de usuario"
|
| 264 |
|
| 265 |
-
#: ../admin/manage-fields.php:
|
| 266 |
msgid "Please select at least one user role\n"
|
| 267 |
msgstr "Por favor seleccione al menos un rol de usuario\n"
|
| 268 |
|
|
@@ -290,25 +1421,25 @@ msgstr "Adicionar Entrada"
|
|
| 290 |
msgid "show"
|
| 291 |
msgstr "mostrar"
|
| 292 |
|
| 293 |
-
#: ../features/functions.php:
|
| 294 |
msgid "To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sNetwork Settings%2$s, and under Registration Settings make sure to check “User accounts may be registered”. %3$sDismiss%4$s"
|
| 295 |
msgstr "Para permitir a los usuarios registrarse en su sitio web via Profile Builder, usted tiene primero que habilitar el registro de usuario. Vaya a %1$sAjustes de Red%2$s, y en Ajustes de Registros esté seguro de seleccionar “Las cuentas de usuario pueden ser registradas”. %3$sDescartar%4$s"
|
| 296 |
|
| 297 |
-
#: ../front-end/class-formbuilder.php:
|
| 298 |
msgid "User to edit:"
|
| 299 |
msgstr "Usuarios a editar:"
|
| 300 |
|
| 301 |
-
#: ../front-end/default-fields/password/password.php:
|
| 302 |
-
#: ../front-end/recover.php:
|
| 303 |
msgid "The password must have the minimum length of %s characters"
|
| 304 |
msgstr "La contraseña tiene que tener un tamaño mínimo de %s caracteres"
|
| 305 |
|
| 306 |
-
#: ../front-end/default-fields/password/password.php:
|
| 307 |
-
#: ../front-end/recover.php:
|
| 308 |
msgid "The password must have a minimum strength of %s"
|
| 309 |
msgstr "La contraseña tiene que tener una fortaleza mínima de %s"
|
| 310 |
|
| 311 |
-
#: ../front-end/extra-fields/user-role/user-role.php:
|
| 312 |
msgid "You cannot register this user role"
|
| 313 |
msgstr "Usted no puede registrar este rol de usuario"
|
| 314 |
|
|
@@ -332,19 +1463,19 @@ msgstr "Salir »"
|
|
| 332 |
msgid "User Role"
|
| 333 |
msgstr "Role del Usuario"
|
| 334 |
|
| 335 |
-
#: ../modules/user-listing/userlisting.php:
|
| 336 |
msgid "View all extra shortcode parameters"
|
| 337 |
msgstr "Ver todos los parámetros de código corto adicionales"
|
| 338 |
|
| 339 |
-
#: ../modules/user-listing/userlisting.php:
|
| 340 |
msgid "displays only the users that you specified the user_id for"
|
| 341 |
msgstr "muestra solamente los usuarios para los que usted ha especificado el user_id"
|
| 342 |
|
| 343 |
-
#: ../modules/user-listing/userlisting.php:
|
| 344 |
msgid "displays all users except the ones you specified the user_id for"
|
| 345 |
msgstr "muestra todos los usuarios excepto aquellos para los que usted ha especificado el user_id"
|
| 346 |
|
| 347 |
-
#: ../features/functions.php:
|
| 348 |
msgid "Minimum length of %d characters"
|
| 349 |
msgstr "Mínimo de %d caracteres. "
|
| 350 |
|
|
@@ -352,10 +1483,6 @@ msgstr "Mínimo de %d caracteres. "
|
|
| 352 |
msgid "This message is only visible by administrators"
|
| 353 |
msgstr "Este mensaje está visible solamente por administradores"
|
| 354 |
|
| 355 |
-
#: ../front-end/extra-fields/avatar/avatar.php:124
|
| 356 |
-
msgid "The image file set in the %s field for this user could not be found on the server. The default WordPress avatar is being used at the moment."
|
| 357 |
-
msgstr "El archivo de imagen establecido en el campo %s para este usuario no pudo ser encontrado en el servidor. El avatar por defecto de WordPress se está usando por el momento."
|
| 358 |
-
|
| 359 |
#: ../modules/user-listing/userlisting.php:364
|
| 360 |
msgid "User not found"
|
| 361 |
msgstr "Usuario no encontrado"
|
|
@@ -369,11 +1496,11 @@ msgstr "Etiquetas válidas {{reply_to}} y {{site_name}}"
|
|
| 369 |
msgid "Choose which user roles view the admin bar in the front-end of the website."
|
| 370 |
msgstr "Escoger qué roles de usuario ve el admin bar en la vista pública del sitio web."
|
| 371 |
|
| 372 |
-
#: ../admin/manage-fields.php:
|
| 373 |
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"
|
| 374 |
msgstr "Entrar una lista de valores separada por coma<br/>Esto puede ser cualquier cosa, como está oculto al usuario, pero no debería contener caracteres especiales o apóstrofes"
|
| 375 |
|
| 376 |
-
#: ../admin/manage-fields.php:
|
| 377 |
msgid "The meta-name cannot be empty\n"
|
| 378 |
msgstr "El meta-nombre no puede ser vacío\n"
|
| 379 |
|
|
@@ -404,19 +1531,19 @@ msgstr "...Escoger"
|
|
| 404 |
msgid "1 item"
|
| 405 |
msgstr "1 elemento"
|
| 406 |
|
| 407 |
-
#: ../features/functions.php:
|
| 408 |
msgid "Very Weak"
|
| 409 |
msgstr "Muy Débil"
|
| 410 |
|
| 411 |
-
#: ../features/functions.php:
|
| 412 |
msgid "This field is required"
|
| 413 |
msgstr "Campo requerido"
|
| 414 |
|
| 415 |
-
#: ../features/functions.php:
|
| 416 |
msgid "Cancel"
|
| 417 |
msgstr "Cancelar"
|
| 418 |
|
| 419 |
-
#: ../features/functions.php:
|
| 420 |
msgid "To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sSettings -> General%2$s tab, and under Membership make sure to check “Anyone can register”. %3$sDismiss%4$s"
|
| 421 |
msgstr "Para permitir a los usuarios registrarse para su sitio web via Profile Builder, usted tiene primero que habilitar el registro de usuario. Vaya a la pestaña %1$sAjustes -> General%2$s, y en Membresía esté seguro de seleccionar “Cualquiera puede registrarse”. %3$sDescartar%4$s"
|
| 422 |
|
|
@@ -445,11 +1572,11 @@ msgstr "está también activado. Necesita desactivarlo antes de activar está ve
|
|
| 445 |
msgid "Must be a valid email address or the tag {{reply_to}} which defaults to the administrator email"
|
| 446 |
msgstr "Tiene que ser una dirección de email válida o la etiqueta {{reply_to}} que tiene por defecto el email del administrador"
|
| 447 |
|
| 448 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 449 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 450 |
-
#: ../modules/email-customizer/email-customizer.php:
|
| 451 |
-
#: ../modules/email-customizer/email-customizer.php:
|
| 452 |
-
#: ../modules/email-customizer/email-customizer.php:
|
| 453 |
msgid "Your selected password at signup"
|
| 454 |
msgstr "Su contraseña seleccionada al inscribirse"
|
| 455 |
|
|
@@ -473,7 +1600,7 @@ msgstr "Borrar todo"
|
|
| 473 |
msgid "Choose..."
|
| 474 |
msgstr "Escoger..."
|
| 475 |
|
| 476 |
-
#: ../modules/user-listing/userlisting.php:
|
| 477 |
msgid "Set the number of users to be displayed on every paginated part of the all-userlisting"
|
| 478 |
msgstr "Establecer el número de usuarios a mostrarse en cada parte paginada del all-userlisting"
|
| 479 |
|
|
@@ -505,8 +1632,8 @@ msgstr "Mostrar"
|
|
| 505 |
msgid "Hide"
|
| 506 |
msgstr "Ocultar"
|
| 507 |
|
| 508 |
-
#: ../admin/admin-bar.php:86 ../admin/general-settings.php:
|
| 509 |
-
#: ../admin/register-version.php:95 ../features/functions.php:
|
| 510 |
#: ../modules/custom-redirects/custom-redirects.php:136
|
| 511 |
#: ../modules/modules.php:142
|
| 512 |
msgid "Save Changes"
|
|
@@ -521,30 +1648,30 @@ msgstr "La Autenticación está establecida para realizarse usando el E-mail. ¡
|
|
| 521 |
msgid "General Settings"
|
| 522 |
msgstr "Ajustes Generales"
|
| 523 |
|
| 524 |
-
#: ../admin/admin-functions.php:
|
| 525 |
msgid "Very weak"
|
| 526 |
msgstr "Muy débil"
|
| 527 |
|
| 528 |
-
#: ../admin/admin-functions.php:
|
| 529 |
-
#: ../features/functions.php:
|
| 530 |
msgid "Weak"
|
| 531 |
msgstr "Débil"
|
| 532 |
|
| 533 |
-
#: ../admin/admin-functions.php:
|
| 534 |
-
#: ../features/functions.php:
|
| 535 |
msgid "Medium"
|
| 536 |
msgstr "Media"
|
| 537 |
|
| 538 |
-
#: ../admin/admin-functions.php:
|
| 539 |
-
#: ../features/functions.php:
|
| 540 |
msgid "Strong"
|
| 541 |
msgstr "Fuerte"
|
| 542 |
|
| 543 |
-
#: ../admin/admin-functions.php:
|
| 544 |
msgid "Add Field"
|
| 545 |
msgstr "Adicionar Campo"
|
| 546 |
|
| 547 |
-
#: ../admin/admin-functions.php:
|
| 548 |
#: ../modules/class-mustache-templates/class-mustache-templates.php:374
|
| 549 |
msgid "Save Settings"
|
| 550 |
msgstr "Salvar Ajustes"
|
|
@@ -573,26 +1700,14 @@ msgstr "Para la Interacción del Usuario Moderno"
|
|
| 573 |
msgid "Login"
|
| 574 |
msgstr "Autenticación"
|
| 575 |
|
| 576 |
-
#: ../admin/basic-info.php:37
|
| 577 |
-
msgid "Friction-less login using <strong class=\"nowrap\">[wppb-login]</strong> shortcode or a widget."
|
| 578 |
-
msgstr "Autenticación de Friction-less usando el código <strong class=\"nowrap\">[wppb-login]</strong> o un widget."
|
| 579 |
-
|
| 580 |
#: ../admin/basic-info.php:40
|
| 581 |
msgid "Registration"
|
| 582 |
msgstr "Registro"
|
| 583 |
|
| 584 |
-
#: ../admin/basic-info.php:41
|
| 585 |
-
msgid "Beautiful registration forms fully customizable using the <strong class=\"nowrap\">[wppb-register]</strong> shortcode."
|
| 586 |
-
msgstr "Formas de registro hermoso totalmente personalizables usando el código corto <strong class=\"nowrap\">[wppb-register]</strong> "
|
| 587 |
-
|
| 588 |
#: ../admin/basic-info.php:44
|
| 589 |
msgid "Edit Profile"
|
| 590 |
msgstr "Editar Perfil"
|
| 591 |
|
| 592 |
-
#: ../admin/basic-info.php:45
|
| 593 |
-
msgid "Straight forward edit profile forms using <strong class=\"nowrap\">[wppb-edit-profile]</strong> shortcode."
|
| 594 |
-
msgstr "Formas de edición directa del perfil usando el código corto <strong class=\"nowrap\">[wppb-edit-profile]</strong> "
|
| 595 |
-
|
| 596 |
#: ../admin/basic-info.php:51
|
| 597 |
msgid "Extra Features"
|
| 598 |
msgstr "Características extras."
|
|
@@ -609,10 +1724,6 @@ msgstr "Habilitar características extras"
|
|
| 609 |
msgid "Recover Password"
|
| 610 |
msgstr "Recuperar contraseña"
|
| 611 |
|
| 612 |
-
#: ../admin/basic-info.php:58
|
| 613 |
-
msgid "Allow users to recover their password in the front-end using the [wppb-recover-password]."
|
| 614 |
-
msgstr "Permite a los usuarios recuperar su contraseña en la vista pública usando el [wppb-recover-password]."
|
| 615 |
-
|
| 616 |
#: ../admin/basic-info.php:61
|
| 617 |
msgid "Admin Approval (*)"
|
| 618 |
msgstr "Aprobación del Admin (*)"
|
|
@@ -737,10 +1848,6 @@ msgstr "Listado de Usuario"
|
|
| 737 |
msgid "Easy to edit templates for listing your website users as well as creating single user pages. Shortcode based, offering many options to customize your listings."
|
| 738 |
msgstr "Plantillas fácil de editar para listar sus usuarios del sitio web así como crear páginas de un usuario simple. Basado en código corto, ofrece muchas opciones para personalizar sus listados."
|
| 739 |
|
| 740 |
-
#: ../admin/basic-info.php:130
|
| 741 |
-
msgid "To create a page containing the users registered to this current site/blog, insert the following shortcode in a page of your chosing: <strong class=\"nowrap\">[wppb-list-users]</strong>."
|
| 742 |
-
msgstr "Para crear una página conteniendo a los usuarios registrados en el blog /sitio actual, inserte el siguiente código corto en una página de su selección:<strong class=\"nowrap\">[wppb-list-users]</strong>."
|
| 743 |
-
|
| 744 |
#: ../admin/basic-info.php:134
|
| 745 |
msgid "Email Customizer"
|
| 746 |
msgstr "Personalizador de Email"
|
|
@@ -791,7 +1898,7 @@ msgstr "El propio CSS de Load Profile Builder en la vista pública:"
|
|
| 791 |
#: ../admin/general-settings.php:114
|
| 792 |
#: ../modules/multiple-forms/register-forms.php:225
|
| 793 |
#: ../modules/multiple-forms/register-forms.php:226
|
| 794 |
-
#: ../modules/user-listing/userlisting.php:
|
| 795 |
msgid "Yes"
|
| 796 |
msgstr "Si"
|
| 797 |
|
|
@@ -841,48 +1948,49 @@ msgstr "\"Aprobación del Admin\" Activada:"
|
|
| 841 |
msgid "You can find a list of users at %1$sUsers > All Users > Admin Approval%2$s."
|
| 842 |
msgstr "Usted puede encontrar una lista de usuario en %1$sUsers > All Users > Admin Approval%2$s."
|
| 843 |
|
| 844 |
-
#: ../admin/general-settings.php:
|
| 845 |
msgid "\"Admin Approval\" Feature:"
|
| 846 |
msgstr "Característica \"Aprobación del Admin\":"
|
| 847 |
|
| 848 |
-
#: ../admin/general-settings.php:
|
| 849 |
msgid "You decide who is a user on your website. Get notified via email or approve multiple users at once from the WordPress UI. Enable Admin Approval by upgrading to %1$sHobbyist or PRO versions%2$s."
|
| 850 |
msgstr "Usted decide quien es un usuario en su sitio web. Obtenga notificaciones a través de email o apruebe múltiples usuarios a la vez desde la Interfaz de Usuario de WordPRess. Habilite Aprobación del Amin actualizando a las %1$sversiones Hobbyist o Pro%2$s."
|
| 851 |
|
| 852 |
-
#: ../admin/general-settings.php:
|
| 853 |
msgid "Allow Users to Log in With:"
|
| 854 |
msgstr "Permitir a los Usuaios Autenticarse Con:"
|
| 855 |
|
| 856 |
-
#: ../admin/general-settings.php:
|
| 857 |
#: ../features/admin-approval/class-admin-approval.php:177
|
| 858 |
#: ../features/email-confirmation/class-email-confirmation.php:167
|
| 859 |
#: ../modules/email-customizer/email-customizer.php:28
|
| 860 |
#: ../modules/user-listing/userlisting.php:92
|
| 861 |
-
#: ../modules/user-listing/userlisting.php:
|
| 862 |
-
#: ../modules/user-listing/userlisting.php:
|
|
|
|
| 863 |
msgid "Username"
|
| 864 |
msgstr "Nombre de Usuario"
|
| 865 |
|
| 866 |
-
#: ../admin/general-settings.php:
|
| 867 |
#: ../modules/email-customizer/email-customizer.php:29
|
| 868 |
-
#: ../modules/user-listing/userlisting.php:
|
| 869 |
-
#: ../modules/user-listing/userlisting.php:
|
| 870 |
msgid "Email"
|
| 871 |
msgstr "Email"
|
| 872 |
|
| 873 |
-
#: ../admin/general-settings.php:
|
| 874 |
msgid "Minimum Password Length:"
|
| 875 |
msgstr "Tamaño Mínimo de Contraseña:"
|
| 876 |
|
| 877 |
-
#: ../admin/general-settings.php:
|
| 878 |
msgid "Enter the minimum characters the password should have. Leave empty for no minimum limit"
|
| 879 |
msgstr "Entre los caracteres mínimos que la contraseña debe tener. Deje en blanco para no límite mínimo."
|
| 880 |
|
| 881 |
-
#: ../admin/general-settings.php:
|
| 882 |
msgid "Minimum Password Strength:"
|
| 883 |
msgstr "Fortaleza Mínima de Contraseña:"
|
| 884 |
|
| 885 |
-
#: ../admin/general-settings.php:
|
| 886 |
msgid "Disabled"
|
| 887 |
msgstr "Deshabilitado"
|
| 888 |
|
|
@@ -894,320 +2002,321 @@ msgstr "Gestionar Campos"
|
|
| 894 |
msgid "Manage Default and Extra Fields"
|
| 895 |
msgstr "Gestionar Campos Por Defecto y Adicionales"
|
| 896 |
|
| 897 |
-
#: ../admin/manage-fields.php:
|
| 898 |
msgid "Field Title"
|
| 899 |
msgstr "Título del Campo"
|
| 900 |
|
| 901 |
-
#: ../admin/manage-fields.php:
|
| 902 |
msgid "Title of the field"
|
| 903 |
msgstr "Título del Campo"
|
| 904 |
|
| 905 |
-
#: ../admin/manage-fields.php:
|
| 906 |
#: ../modules/multiple-forms/edit-profile-forms.php:241
|
| 907 |
#: ../modules/multiple-forms/register-forms.php:262
|
| 908 |
msgid "Field"
|
| 909 |
msgstr "Campo"
|
| 910 |
|
| 911 |
-
#: ../admin/manage-fields.php:
|
| 912 |
msgid "Meta-name"
|
| 913 |
msgstr "Meta-nombre"
|
| 914 |
|
| 915 |
-
#: ../admin/manage-fields.php:
|
| 916 |
msgid "Use this in conjuction 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 uniqe)<br/>Changing this might take long in case of a very big user-count"
|
| 917 |
msgstr "Utilice esto en conjunción con las funciones de WordPress para mostrar el valor de la página de su selección<br/> Auto-completado pero en algunos casos editable (en cuyo caso tiene que ser único)<br/> Cambiar esto puede tomar mucho tiempo en caso de una cantidad de usuarios muy grande"
|
| 918 |
|
| 919 |
-
#: ../admin/manage-fields.php:
|
| 920 |
#: ../modules/multiple-forms/edit-profile-forms.php:242
|
| 921 |
#: ../modules/multiple-forms/register-forms.php:263
|
| 922 |
msgid "ID"
|
| 923 |
msgstr "ID"
|
| 924 |
|
| 925 |
-
#: ../admin/manage-fields.php:
|
| 926 |
#: ../modules/multiple-forms/edit-profile-forms.php:242
|
| 927 |
#: ../modules/multiple-forms/register-forms.php:263
|
| 928 |
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"
|
| 929 |
msgstr "Un ID único y auto-generado para este campo particular<br/> Usted puede usar esto en conjunción con filtros para apuntar a este elemento si se necesita<br/>No puede ser editado"
|
| 930 |
|
| 931 |
-
#: ../admin/manage-fields.php:
|
| 932 |
msgid "Description"
|
| 933 |
msgstr "Descripción"
|
| 934 |
|
| 935 |
-
#: ../admin/manage-fields.php:
|
| 936 |
msgid "Enter a (detailed) description of the option for end users to read<br/>Optional"
|
| 937 |
msgstr "Entre una descripción (detallada) de la opción para que los usuarios finales lean<br/>Opcional"
|
| 938 |
|
| 939 |
-
#: ../admin/manage-fields.php:
|
| 940 |
msgid "Row Count"
|
| 941 |
msgstr "Cantidad de Filas"
|
| 942 |
|
| 943 |
-
#: ../admin/manage-fields.php:
|
| 944 |
msgid "Specify the number of rows for a 'Textarea' field<br/>If not specified, defaults to 5"
|
| 945 |
msgstr "Especificar el número de filas para un campo 'Textarea'<br/>"
|
| 946 |
|
| 947 |
-
#: ../admin/manage-fields.php:
|
| 948 |
msgid "Allowed Image Extensions"
|
| 949 |
msgstr "Extensiones de Imagen Permitidas"
|
| 950 |
|
| 951 |
-
#: ../admin/manage-fields.php:
|
| 952 |
msgid "Allowed Upload Extensions"
|
| 953 |
msgstr "Extensiones de Subida Permitidas"
|
| 954 |
|
| 955 |
-
#: ../admin/manage-fields.php:
|
| 956 |
msgid "Avatar Size"
|
| 957 |
msgstr "Tamaño del Avatar"
|
| 958 |
|
| 959 |
-
#: ../admin/manage-fields.php:
|
| 960 |
msgid "Enter a value (between 20 and 200) for the size of the 'Avatar'<br/>If not specified, defaults to 100"
|
| 961 |
msgstr "Entrar un valor (entre 20 y 200) para el tamaño del 'Avatar'<br/>Si no se especifica, deja por defecto 100"
|
| 962 |
|
| 963 |
-
#: ../admin/manage-fields.php:
|
| 964 |
msgid "Date-format"
|
| 965 |
msgstr "Formato de fecha"
|
| 966 |
|
| 967 |
-
#: ../admin/manage-fields.php:
|
| 968 |
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<br/>If not specified, defaults to mm/dd/yy"
|
| 969 |
msgstr "Especificar el formato de la fecha cuando se usa el Datepicker<br/>Opciones válidas:mm/dd/yy, mm/yy/dd, dd/yy/mm, dd/mm/yy, yy/dd/mm, yy/mm/dd<br/>Si no se especifica, deja por defecto mm/dd/yy"
|
| 970 |
|
| 971 |
-
#: ../admin/manage-fields.php:
|
| 972 |
msgid "Terms of Agreement"
|
| 973 |
msgstr "Términos del Acuerdo"
|
| 974 |
|
| 975 |
-
#: ../admin/manage-fields.php:
|
| 976 |
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>"
|
| 977 |
msgstr "Entrar una descripción detallada de los términos del acuerdo para que el usuario lea.<br/> Los enlaces pueden ser insertados usando sintaxis HTML estándar:<a href=\"custom_url\">custom_text</a>"
|
| 978 |
|
| 979 |
-
#: ../admin/manage-fields.php:
|
| 980 |
msgid "Options"
|
| 981 |
msgstr "Opciones"
|
| 982 |
|
| 983 |
-
#: ../admin/manage-fields.php:
|
| 984 |
msgid "Labels"
|
| 985 |
msgstr "Etiquetas"
|
| 986 |
|
| 987 |
-
#: ../admin/manage-fields.php:
|
| 988 |
msgid "Enter a comma separated list of labels<br/>Visible for the user"
|
| 989 |
msgstr "Entrar una lista separada por coma de etiquetas<br/>Visible para los usuarios"
|
| 990 |
|
| 991 |
-
#: ../admin/manage-fields.php:
|
| 992 |
msgid "Default Value"
|
| 993 |
msgstr "Valor Por Defecto"
|
| 994 |
|
| 995 |
-
#: ../admin/manage-fields.php:
|
| 996 |
msgid "Default value of the field"
|
| 997 |
msgstr "Valor por defecto del campo"
|
| 998 |
|
| 999 |
-
#: ../admin/manage-fields.php:
|
|
|
|
| 1000 |
msgid "Default Option"
|
| 1001 |
msgstr "Opción Por Defecto"
|
| 1002 |
|
| 1003 |
-
#: ../admin/manage-fields.php:
|
| 1004 |
msgid "Specify the option which should be selected by default"
|
| 1005 |
msgstr "Especificar la opción que debería ser seleccionada por defecto"
|
| 1006 |
|
| 1007 |
-
#: ../admin/manage-fields.php:
|
| 1008 |
msgid "Default Option(s)"
|
| 1009 |
msgstr "Opción(es) Por Defecto"
|
| 1010 |
|
| 1011 |
-
#: ../admin/manage-fields.php:
|
| 1012 |
msgid "Specify the option which should be checked by default<br/>If there are multiple values, separate them with a ',' (comma)"
|
| 1013 |
msgstr "Especificar la opción que debería ser seleccionada por defecto<br/>Si hay valores múltiples, separarlos con una ',' (coma)"
|
| 1014 |
|
| 1015 |
-
#: ../admin/manage-fields.php:
|
| 1016 |
msgid "Default Content"
|
| 1017 |
msgstr "Contenido Por Defecto"
|
| 1018 |
|
| 1019 |
-
#: ../admin/manage-fields.php:
|
| 1020 |
msgid "Default value of the textarea"
|
| 1021 |
msgstr "Valor por defecto del textarea"
|
| 1022 |
|
| 1023 |
-
#: ../admin/manage-fields.php:
|
| 1024 |
msgid "Required"
|
| 1025 |
msgstr "Requerido"
|
| 1026 |
|
| 1027 |
-
#: ../admin/manage-fields.php:
|
| 1028 |
msgid "Whether the field is required or not"
|
| 1029 |
msgstr "Si el campo es requerido o no"
|
| 1030 |
|
| 1031 |
-
#: ../admin/manage-fields.php:
|
| 1032 |
msgid "Overwrite Existing"
|
| 1033 |
msgstr "Sobrescribir Existente"
|
| 1034 |
|
| 1035 |
-
#: ../admin/manage-fields.php:
|
| 1036 |
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"
|
| 1037 |
msgstr "Seleccionar 'Sí' adicionará el campo a la lista, pero sobrescribirá cualquier otro campo en la base de datos que tiene el mismo meta-nombre<br/>Usar esto bajo su propio riesgo "
|
| 1038 |
|
| 1039 |
-
#: ../admin/manage-fields.php:
|
| 1040 |
msgid "Field Properties"
|
| 1041 |
msgstr "Propiedades del campo"
|
| 1042 |
|
| 1043 |
-
#: ../admin/manage-fields.php:
|
| 1044 |
msgid "Registration & Edit Profile"
|
| 1045 |
msgstr "Registro y Edición del Perfil"
|
| 1046 |
|
| 1047 |
-
#: ../admin/manage-fields.php:
|
| 1048 |
msgid "Name"
|
| 1049 |
msgstr "Nombre"
|
| 1050 |
|
| 1051 |
-
#: ../admin/manage-fields.php:
|
| 1052 |
msgid "Usernames cannot be changed."
|
| 1053 |
msgstr "Los nombres de usuario no pueden ser cambiados."
|
| 1054 |
|
| 1055 |
-
#: ../admin/manage-fields.php:
|
| 1056 |
msgid "First Name"
|
| 1057 |
msgstr "Primer Nombre"
|
| 1058 |
|
| 1059 |
-
#: ../admin/manage-fields.php:
|
| 1060 |
msgid "Last Name"
|
| 1061 |
msgstr "Apellidos"
|
| 1062 |
|
| 1063 |
-
#: ../admin/manage-fields.php:
|
| 1064 |
msgid "Nickname"
|
| 1065 |
msgstr "Apodo"
|
| 1066 |
|
| 1067 |
-
#: ../admin/manage-fields.php:
|
| 1068 |
msgid "Display name publicly as"
|
| 1069 |
msgstr "Mostrar el nombre públicamente como"
|
| 1070 |
|
| 1071 |
-
#: ../admin/manage-fields.php:
|
| 1072 |
msgid "Contact Info"
|
| 1073 |
msgstr "Información de Contacto"
|
| 1074 |
|
| 1075 |
-
#: ../admin/manage-fields.php:
|
| 1076 |
#: ../features/admin-approval/class-admin-approval.php:180
|
| 1077 |
#: ../features/email-confirmation/class-email-confirmation.php:168
|
| 1078 |
#: ../modules/user-listing/userlisting.php:98
|
| 1079 |
msgid "E-mail"
|
| 1080 |
msgstr "E-mail"
|
| 1081 |
|
| 1082 |
-
#: ../admin/manage-fields.php:
|
| 1083 |
#: ../modules/email-customizer/email-customizer.php:32
|
| 1084 |
#: ../modules/user-listing/userlisting.php:101
|
| 1085 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1086 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1087 |
msgid "Website"
|
| 1088 |
msgstr "Sitio Web"
|
| 1089 |
|
| 1090 |
-
#: ../admin/manage-fields.php:
|
| 1091 |
msgid "AIM"
|
| 1092 |
msgstr "AIM"
|
| 1093 |
|
| 1094 |
-
#: ../admin/manage-fields.php:
|
| 1095 |
msgid "Yahoo IM"
|
| 1096 |
msgstr "Yahoo IM"
|
| 1097 |
|
| 1098 |
-
#: ../admin/manage-fields.php:
|
| 1099 |
msgid "Jabber / Google Talk"
|
| 1100 |
msgstr "Jabber / Google Talk"
|
| 1101 |
|
| 1102 |
-
#: ../admin/manage-fields.php:
|
| 1103 |
msgid "About Yourself"
|
| 1104 |
msgstr "Acerca de Usted"
|
| 1105 |
|
| 1106 |
-
#: ../admin/manage-fields.php:
|
| 1107 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1108 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1109 |
msgid "Biographical Info"
|
| 1110 |
msgstr "Información Biográfica"
|
| 1111 |
|
| 1112 |
-
#: ../admin/manage-fields.php:
|
| 1113 |
msgid "Share a little biographical information to fill out your profile. This may be shown publicly."
|
| 1114 |
msgstr "Compartir una pequeña información biográfica para llenar su perfil. Esto puede mostrarse públicamente. "
|
| 1115 |
|
| 1116 |
-
#: ../admin/manage-fields.php:
|
| 1117 |
#: ../modules/email-customizer/email-customizer.php:30
|
| 1118 |
msgid "Password"
|
| 1119 |
msgstr "Contraseña"
|
| 1120 |
|
| 1121 |
-
#: ../admin/manage-fields.php:
|
| 1122 |
msgid "Type your password."
|
| 1123 |
msgstr "Escriba su contraseña."
|
| 1124 |
|
| 1125 |
-
#: ../admin/manage-fields.php:
|
| 1126 |
msgid "Repeat Password"
|
| 1127 |
msgstr "Repetir contraseña"
|
| 1128 |
|
| 1129 |
-
#: ../admin/manage-fields.php:
|
| 1130 |
msgid "Type your password again. "
|
| 1131 |
msgstr "Escriba su contraseña nuevamente."
|
| 1132 |
|
| 1133 |
-
#: ../admin/manage-fields.php:
|
| 1134 |
msgid "You must select a field\n"
|
| 1135 |
msgstr "Tiene que seleccionar un campo\n"
|
| 1136 |
|
| 1137 |
-
#: ../admin/manage-fields.php:
|
| 1138 |
msgid "Please choose a different field type as this one already exists in your form (must be unique)\n"
|
| 1139 |
msgstr "Por favor escoja un tipo de campo diferente dado que este solo existe en su forma (debe ser único)\n"
|
| 1140 |
|
| 1141 |
-
#: ../admin/manage-fields.php:
|
| 1142 |
msgid "The entered avatar size is not between 20 and 200\n"
|
| 1143 |
msgstr "El tamaño del avatar entrado no está entre 20 y 200\n"
|
| 1144 |
|
| 1145 |
-
#: ../admin/manage-fields.php:
|
| 1146 |
msgid "The entered avatar size is not numerical\n"
|
| 1147 |
msgstr "El tamaño del avatar entrado no es numérico\n"
|
| 1148 |
|
| 1149 |
-
#: ../admin/manage-fields.php:
|
| 1150 |
msgid "The entered row number is not numerical\n"
|
| 1151 |
msgstr "El número de la fila entrado no es numérico\n"
|
| 1152 |
|
| 1153 |
-
#: ../admin/manage-fields.php:
|
| 1154 |
msgid "You must enter a value for the row number\n"
|
| 1155 |
msgstr "Usted tiene que entrar un valor para el número de la fila\n"
|
| 1156 |
|
| 1157 |
-
#: ../admin/manage-fields.php:
|
| 1158 |
msgid "The entered value for the Datepicker is not a valid date-format\n"
|
| 1159 |
msgstr "El valor entrado para el Datepicker no es un formato de fecha válido\n"
|
| 1160 |
|
| 1161 |
-
#: ../admin/manage-fields.php:
|
| 1162 |
msgid "You must enter a value for the date-format\n"
|
| 1163 |
msgstr "Usted tiene que entrar un valor para el formato de fecha\n"
|
| 1164 |
|
| 1165 |
-
#: ../admin/manage-fields.php:
|
| 1166 |
-
#: ../admin/manage-fields.php:
|
| 1167 |
msgid "That meta-name is already in use\n"
|
| 1168 |
msgstr "Ese meta nombre ya está en uso\n"
|
| 1169 |
|
| 1170 |
-
#: ../admin/manage-fields.php:
|
| 1171 |
msgid "The following option(s) did not coincide with the ones in the options list: %s\n"
|
| 1172 |
msgstr "La(s) siguiente(s) opción(es) no coincide(n) con aquellas en la lista de opciones:%s\n"
|
| 1173 |
|
| 1174 |
-
#: ../admin/manage-fields.php:
|
| 1175 |
msgid "The following option did not coincide with the ones in the options list: %s\n"
|
| 1176 |
msgstr "La siguiente opción no coincidió con aquellas de la lista de opciones: %s\n"
|
| 1177 |
|
| 1178 |
-
#: ../admin/manage-fields.php:
|
| 1179 |
msgid "That field is already added in this form\n"
|
| 1180 |
msgstr "Ese campo ya está añadido en esta forma\n"
|
| 1181 |
|
| 1182 |
-
#: ../admin/manage-fields.php:
|
| 1183 |
msgid "<pre>Title</pre><pre>Type</pre><pre>Meta Name</pre><pre class=\"wppb-mb-head-required\">Required</pre>"
|
| 1184 |
msgstr "<pre>Título</pre><pre>Tipo</pre><pre>Meta Nombre</pre><pre class=\"wppb-mb-head-required\">Requerido</pre>"
|
| 1185 |
|
| 1186 |
-
#: ../admin/manage-fields.php:
|
| 1187 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 1188 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:529
|
| 1189 |
#: ../features/admin-approval/class-admin-approval.php:119
|
| 1190 |
-
#: ../features/functions.php:
|
| 1191 |
#: ../modules/multiple-forms/multiple-forms.php:416
|
| 1192 |
msgid "Edit"
|
| 1193 |
msgstr "Editar"
|
| 1194 |
|
| 1195 |
-
#: ../admin/manage-fields.php:
|
| 1196 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 1197 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:530
|
| 1198 |
#: ../features/admin-approval/class-admin-approval.php:124
|
| 1199 |
#: ../features/admin-approval/class-admin-approval.php:235
|
| 1200 |
#: ../features/email-confirmation/class-email-confirmation.php:120
|
| 1201 |
#: ../features/email-confirmation/class-email-confirmation.php:217
|
| 1202 |
-
#: ../features/functions.php:
|
| 1203 |
msgid "Delete"
|
| 1204 |
msgstr "Editar"
|
| 1205 |
|
| 1206 |
-
#: ../admin/manage-fields.php:
|
| 1207 |
msgid "Use these shortcodes on the pages you want the forms to be displayed:"
|
| 1208 |
msgstr "Usar estos códigos cortos en las páginas en las que quiere que las formas se muestren:"
|
| 1209 |
|
| 1210 |
-
#: ../admin/manage-fields.php:
|
| 1211 |
msgid "If you're interested in displaying different fields in the registration and edit profile forms, please use the Multiple Registration & Edit Profile Forms Addon."
|
| 1212 |
msgstr "Si está interesado en mostrar diferentes campos en las formas de edición del perfil y el registro, por favor use El Addon Multiple Registration & Edit Profile Forms."
|
| 1213 |
|
|
@@ -1248,7 +2357,7 @@ msgid "(e.g. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
|
|
| 1248 |
msgstr "(e.g. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
|
| 1249 |
|
| 1250 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 1251 |
-
#: ../features/functions.php:
|
| 1252 |
msgid "Content"
|
| 1253 |
msgstr "Contenido"
|
| 1254 |
|
|
@@ -1260,19 +2369,24 @@ msgstr "Editar este elemento"
|
|
| 1260 |
msgid "Delete this item"
|
| 1261 |
msgstr "Borrar este elemento"
|
| 1262 |
|
| 1263 |
-
#: ../assets/lib/wck-api/wordpress-creation-kit.php:
|
| 1264 |
msgid "Please enter a value for the required field "
|
| 1265 |
msgstr "Por favor entre un valor para el campo requerido"
|
| 1266 |
|
| 1267 |
-
#: ../
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1268 |
msgid "Remove"
|
| 1269 |
msgstr "Eliminar"
|
| 1270 |
|
| 1271 |
-
#: ../assets/lib/wck-api/wordpress-creation-kit.php:
|
| 1272 |
msgid "Syncronize WCK"
|
| 1273 |
msgstr "Sincronizar WCK"
|
| 1274 |
|
| 1275 |
-
#: ../assets/lib/wck-api/wordpress-creation-kit.php:
|
| 1276 |
msgid "Syncronize WCK Translation"
|
| 1277 |
msgstr "Sincronizar WCK Translation"
|
| 1278 |
|
|
@@ -1280,7 +2394,8 @@ msgstr "Sincronizar WCK Translation"
|
|
| 1280 |
msgid "You can add the information for the %s after you add a entry"
|
| 1281 |
msgstr "Usted puede adicionar la información para el %s luego de que adicione una entrada"
|
| 1282 |
|
| 1283 |
-
#: ../assets/lib/wck-api/fields/upload.php:
|
|
|
|
| 1284 |
msgid "Upload "
|
| 1285 |
msgstr "Subir"
|
| 1286 |
|
|
@@ -1324,24 +2439,20 @@ msgstr "%1$s de %2$s"
|
|
| 1324 |
msgid "Select All"
|
| 1325 |
msgstr "Seleccionar Todo"
|
| 1326 |
|
| 1327 |
-
#: ../features/functions.php:
|
| 1328 |
-
msgid "Profile Builder"
|
| 1329 |
-
msgstr "Profile Builder"
|
| 1330 |
-
|
| 1331 |
-
#: ../features/functions.php:273
|
| 1332 |
msgid "The user-validation has failed - the avatar was not deleted!"
|
| 1333 |
msgstr "La validación del usuario ha fallado - ¡el avatar no fue eliminado!"
|
| 1334 |
|
| 1335 |
-
#: ../features/functions.php:
|
| 1336 |
msgid "The user-validation has failed - the attachment was not deleted!"
|
| 1337 |
msgstr "La validación del usuario ha fallado - ¡el adjunto no fue eliminado!"
|
| 1338 |
|
| 1339 |
-
#: ../features/functions.php:
|
| 1340 |
msgid "Strength indicator"
|
| 1341 |
msgstr "Indicador de Fortaleza"
|
| 1342 |
|
| 1343 |
#: ../features/admin-approval/admin-approval.php:7
|
| 1344 |
-
#: ../features/admin-approval/class-admin-approval.php:
|
| 1345 |
msgid "Admin Approval"
|
| 1346 |
msgstr "Aprobación del Admin"
|
| 1347 |
|
|
@@ -1367,58 +2478,58 @@ msgid "User successfully deleted!"
|
|
| 1367 |
msgstr "¡Usuario eliminado satisfactoriamente!"
|
| 1368 |
|
| 1369 |
#: ../features/admin-approval/admin-approval.php:74
|
| 1370 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1371 |
#: ../features/email-confirmation/email-confirmation.php:135
|
| 1372 |
msgid "You either don't have permission for that action or there was an error!"
|
| 1373 |
msgstr "¡Usted o no tiene permiso para esa acción o hubo un error"
|
| 1374 |
|
| 1375 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1376 |
msgid "Your session has expired! Please refresh the page and try again."
|
| 1377 |
msgstr "¡Su sesión ha expirado! Por favor refresque la página e intente nuevamente."
|
| 1378 |
|
| 1379 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1380 |
msgid "Users successfully approved!"
|
| 1381 |
msgstr "¡Usuario aprobado satisfactoriamente!"
|
| 1382 |
|
| 1383 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1384 |
msgid "Users successfully unapproved!"
|
| 1385 |
msgstr "¡Usuario desaprobado satisfactoriamente!"
|
| 1386 |
|
| 1387 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1388 |
msgid "Users successfully deleted!"
|
| 1389 |
msgstr "¡Usuario eliminado satisfactoriamente!"
|
| 1390 |
|
| 1391 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1392 |
msgid "Your account on %1$s has been approved!"
|
| 1393 |
msgstr "¡Su cuenta el %1$s ha sido aprobada!"
|
| 1394 |
|
| 1395 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1396 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1397 |
msgid "approved"
|
| 1398 |
msgstr "aprobada"
|
| 1399 |
|
| 1400 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1401 |
msgid "An administrator has just approved your account on %1$s (%2$s)."
|
| 1402 |
msgstr "Un administrador ha aprobado su cuenta el %1$s (%2$s)."
|
| 1403 |
|
| 1404 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1405 |
msgid "Your account on %1$s has been unapproved!"
|
| 1406 |
msgstr "¡Su cuenta ha sido desaprobada el %1$s!"
|
| 1407 |
|
| 1408 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1409 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1410 |
msgid "unapproved"
|
| 1411 |
msgstr "desaprobado"
|
| 1412 |
|
| 1413 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1414 |
msgid "An administrator has just unapproved your account on %1$s (%2$s)."
|
| 1415 |
msgstr "Un administrador ha desaprobado su cuenta el %1$s (%2$s)."
|
| 1416 |
|
| 1417 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1418 |
msgid "<strong>ERROR</strong>: Your account has to be confirmed by an administrator before you can log in."
|
| 1419 |
msgstr "<strong>ERROR</strong>: Su cuenta tiene que ser confirmada por un administrador antes de que pueda autenticarse."
|
| 1420 |
|
| 1421 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1422 |
msgid "Your account has to be confirmed by an administrator before you can use the \"Password Recovery\" feature."
|
| 1423 |
msgstr "Su cuenta tiene que ser confirmada por un administrador antes de que pueda usar la característica \"Recuperar Contraseña\""
|
| 1424 |
|
|
@@ -1445,21 +2556,23 @@ msgid "Approve"
|
|
| 1445 |
msgstr "Aprobar"
|
| 1446 |
|
| 1447 |
#: ../features/admin-approval/class-admin-approval.php:178
|
| 1448 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1449 |
-
#: ../modules/user-listing/userlisting.php:
|
|
|
|
| 1450 |
msgid "Firstname"
|
| 1451 |
msgstr "Primer Nombre"
|
| 1452 |
|
| 1453 |
#: ../features/admin-approval/class-admin-approval.php:179
|
| 1454 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1455 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1456 |
msgid "Lastname"
|
| 1457 |
msgstr "Apellidos"
|
| 1458 |
|
| 1459 |
#: ../features/admin-approval/class-admin-approval.php:181
|
| 1460 |
#: ../modules/user-listing/userlisting.php:124
|
| 1461 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1462 |
-
#: ../modules/user-listing/userlisting.php:
|
|
|
|
| 1463 |
msgid "Role"
|
| 1464 |
msgstr "Rol"
|
| 1465 |
|
|
@@ -1489,15 +2602,15 @@ msgstr "¿Desea eliminar en bloque los usuarios seleccionados?"
|
|
| 1489 |
msgid "Sorry, but you don't have permission to do that!"
|
| 1490 |
msgstr "Disculpe, ¡pero no tiene permisos para hacer eso!"
|
| 1491 |
|
| 1492 |
-
#: ../features/admin-approval/class-admin-approval.php:
|
| 1493 |
msgid "Approved"
|
| 1494 |
msgstr "Aprobado"
|
| 1495 |
|
| 1496 |
-
#: ../features/admin-approval/class-admin-approval.php:
|
| 1497 |
msgid "Unapproved"
|
| 1498 |
msgstr "Desaprobado"
|
| 1499 |
|
| 1500 |
-
#: ../features/admin-approval/class-admin-approval.php:
|
| 1501 |
#: ../features/email-confirmation/class-email-confirmation.php:469
|
| 1502 |
msgid "All Users"
|
| 1503 |
msgstr "Todos los Usuarios"
|
|
@@ -1557,11 +2670,11 @@ msgstr "El usuario seleccionado no pudo ser eliminado"
|
|
| 1557 |
msgid "Email notification resent to user"
|
| 1558 |
msgstr "Notificación de Email reenviada al usuario"
|
| 1559 |
|
| 1560 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1561 |
msgid "[%1$s] Activate %2$s"
|
| 1562 |
msgstr "[%1$s] Activar %2$s"
|
| 1563 |
|
| 1564 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1565 |
msgid ""
|
| 1566 |
"To activate your user, please click the following link:\n"
|
| 1567 |
"\n"
|
|
@@ -1575,42 +2688,42 @@ msgstr ""
|
|
| 1575 |
"\n"
|
| 1576 |
"Luego de activarlo recibirá *otro email* con su nombre de usuario."
|
| 1577 |
|
| 1578 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1579 |
#: ../front-end/register.php:68
|
| 1580 |
msgid "Could not create user!"
|
| 1581 |
msgstr "¡No se pudo crear el usuario!"
|
| 1582 |
|
| 1583 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1584 |
msgid "That username is already activated!"
|
| 1585 |
msgstr "¡Ese nombre de usuario ya está activado!"
|
| 1586 |
|
| 1587 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1588 |
msgid "There was an error while trying to activate the user"
|
| 1589 |
msgstr "Hubo un error intentando activar el usuario"
|
| 1590 |
|
| 1591 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1592 |
#: ../modules/email-customizer/admin-email-customizer.php:73
|
| 1593 |
msgid "A new subscriber has (been) registered!"
|
| 1594 |
msgstr "¡Un nuevo suscriptor ha sido registrado!"
|
| 1595 |
|
| 1596 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1597 |
msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
|
| 1598 |
msgstr "Nuevo suscriptor el %1$s.<br/><br/>Nombre de Usuario:%2$s<br/>E-mail:%3$s<br/>"
|
| 1599 |
|
| 1600 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1601 |
msgid "The \"Admin Approval\" feature was activated at the time of registration, so please remember that you need to approve this user before he/she can log in!"
|
| 1602 |
msgstr "La característica \"Aprobación del Admin\" fue activada en el tiempo de registro, ¡por favor recuerde que necesita aprobar a este usuario antes de que él/ella pueda autenticarse!"
|
| 1603 |
|
| 1604 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1605 |
msgid "[%1$s] Your new account information"
|
| 1606 |
msgstr "[%1$s] La información de su nueva cuenta"
|
| 1607 |
|
| 1608 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1609 |
msgid "Welcome to %1$s!<br/><br/><br/>Your username is:%2$s and password:%3$s"
|
| 1610 |
msgstr "¡Bienvenido a %1$s!<br/><br/><br/>Su nombre de usuario es:%2$s y contraseña:%3$s"
|
| 1611 |
|
| 1612 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1613 |
-
#: ../front-end/register.php:
|
| 1614 |
msgid "Before you can access your account, an administrator needs to approve it. You will be notified via email."
|
| 1615 |
msgstr "Antes de que pueda acceder su cuenta, un administrador necesita aprobarla. Usted será notificado via email."
|
| 1616 |
|
|
@@ -1622,7 +2735,7 @@ msgstr "El widget de autenticación le permite añadir una forma de autenticaci
|
|
| 1622 |
msgid "Profile Builder Login Widget"
|
| 1623 |
msgstr "Widget de Autenticación de Profile Builder"
|
| 1624 |
|
| 1625 |
-
#: ../front-end/class-formbuilder.php:
|
| 1626 |
msgid "Register"
|
| 1627 |
msgstr "Registrar"
|
| 1628 |
|
|
@@ -1683,53 +2796,53 @@ msgstr "aquí"
|
|
| 1683 |
msgid "You will soon be redirected automatically. If you see this page for more than %1$d seconds, please click %2$s.%3$s"
|
| 1684 |
msgstr "Usted pronto será redirigido automáticamente. Si ve esta página por más de %1$d segundos, por favor haga clic en %2$s.%3$s"
|
| 1685 |
|
| 1686 |
-
#: ../front-end/class-formbuilder.php:
|
| 1687 |
-
#: ../front-end/class-formbuilder.php:
|
| 1688 |
msgid "The account %1s has been successfully created!"
|
| 1689 |
msgstr "¡La cuenta %1s ha sido creada satisfactoriamente!"
|
| 1690 |
|
| 1691 |
-
#: ../front-end/class-formbuilder.php:
|
| 1692 |
-
#: ../front-end/class-formbuilder.php:
|
| 1693 |
msgid "Before you can access your account %1s, you need to confirm your email address. Please check your inbox and click the activation link."
|
| 1694 |
msgstr "Antes de que pueda acceder a su cuenta %1s, necesita confirmar su dirección de email. Por favor chequee su bandeja de entrada y haga clic en el enlace de activación."
|
| 1695 |
|
| 1696 |
-
#: ../front-end/class-formbuilder.php:
|
| 1697 |
msgid "Before you can access your account %1s, an administrator has to approve it. You will be notified via email."
|
| 1698 |
msgstr "Antes de que pueda acceder a su cuenta %1s, un administrador tiene que aprobarla. Usted será notificado via email."
|
| 1699 |
|
| 1700 |
-
#: ../front-end/class-formbuilder.php:
|
| 1701 |
msgid "Your profile has been successfully updated!"
|
| 1702 |
msgstr "¡Su perfil ha sido actualizado satisfactoriamente!"
|
| 1703 |
|
| 1704 |
-
#: ../front-end/class-formbuilder.php:
|
| 1705 |
msgid "There was an error in the submitted form"
|
| 1706 |
msgstr "Hubo un error en la forma enviada"
|
| 1707 |
|
| 1708 |
-
#: ../front-end/class-formbuilder.php:
|
| 1709 |
msgid "Add User"
|
| 1710 |
msgstr "Adicionar Usuario"
|
| 1711 |
|
| 1712 |
-
#: ../admin/add-ons.php:170 ../front-end/class-formbuilder.php:
|
| 1713 |
msgid "Update"
|
| 1714 |
msgstr "Actualizar"
|
| 1715 |
|
| 1716 |
-
#: ../front-end/class-formbuilder.php:
|
| 1717 |
#: ../front-end/extra-fields/extra-fields.php:35
|
| 1718 |
msgid "The avatar was successfully deleted!"
|
| 1719 |
msgstr "¡El avatar ha sido eliminado satisfactoriamente!"
|
| 1720 |
|
| 1721 |
-
#: ../front-end/class-formbuilder.php:
|
| 1722 |
#: ../front-end/extra-fields/extra-fields.php:37
|
| 1723 |
msgid "The following attachment was successfully deleted:"
|
| 1724 |
msgstr "El siguiente adjunto fue borrado satisfactoriamente:"
|
| 1725 |
|
| 1726 |
-
#: ../front-end/class-formbuilder.php:
|
| 1727 |
msgid "Send these credentials via email."
|
| 1728 |
msgstr "Enviar estas credenciales via email."
|
| 1729 |
|
| 1730 |
#: ../front-end/extra-fields/extra-fields.php:99 ../front-end/login.php:89
|
| 1731 |
#: ../front-end/login.php:96 ../front-end/login.php:110
|
| 1732 |
-
#: ../front-end/recover.php:17 ../front-end/recover.php:
|
| 1733 |
msgid "ERROR"
|
| 1734 |
msgstr "ERROR"
|
| 1735 |
|
|
@@ -1749,15 +2862,15 @@ msgstr "Perdió su contraseña"
|
|
| 1749 |
msgid "Both fields are empty."
|
| 1750 |
msgstr "Ambos campos están vacíos."
|
| 1751 |
|
| 1752 |
-
#: ../front-end/login.php:
|
| 1753 |
msgid "You are currently logged in as %1$s. %2$s"
|
| 1754 |
msgstr "Usted está autenticado actualmente como %1$s. %2$s"
|
| 1755 |
|
| 1756 |
-
#: ../front-end/login.php:
|
| 1757 |
msgid "Log out of this account"
|
| 1758 |
msgstr "Salir de esta cuenta"
|
| 1759 |
|
| 1760 |
-
#: ../front-end/login.php:
|
| 1761 |
msgid "Log out"
|
| 1762 |
msgstr "Salir"
|
| 1763 |
|
|
@@ -1797,15 +2910,15 @@ msgstr "Por favor chequee que entró el nombre de usuario correcto."
|
|
| 1797 |
msgid "Check your e-mail for the confirmation link."
|
| 1798 |
msgstr "Chequee su e-mail para el enlace de confirmación."
|
| 1799 |
|
| 1800 |
-
#: ../front-end/recover.php:
|
| 1801 |
msgid "Someone requested that the password be reset for the following account: <b>%1$s</b><br/>If this was a mistake, just ignore this email and nothing will happen.<br/>To reset your password, visit the following link:%2$s"
|
| 1802 |
msgstr "Alguien pidió que la contraseña sea reseteada para la siguiente cuenta:<b>%1$s</b><br/>Si esto fue un error, solamente ignore este email y nada ocurrirá.<br/>Para resetear su contraseña, visite el siguiente enlace:%2$s"
|
| 1803 |
|
| 1804 |
-
#: ../front-end/recover.php:
|
| 1805 |
msgid "Password Reset from \"%1$s\""
|
| 1806 |
msgstr "Reseteo de Contraseña desde \"%1$s\""
|
| 1807 |
|
| 1808 |
-
#: ../front-end/recover.php:
|
| 1809 |
msgid "There was an error while trying to send the activation link to %1$s!"
|
| 1810 |
msgstr "¡Hubo un error mientras se intentaba enviar el enlace de activación a %1$s!"
|
| 1811 |
|
|
@@ -1817,31 +2930,31 @@ msgstr "¡La dirección de email entrada no se encontró en la base de datos!"
|
|
| 1817 |
msgid "Please check that you entered the correct email address."
|
| 1818 |
msgstr "Por favor chequee que entró la dirección de email correcta."
|
| 1819 |
|
| 1820 |
-
#: ../front-end/recover.php:
|
| 1821 |
msgid "Your password has been successfully changed!"
|
| 1822 |
msgstr "¡Su contraseña ha sido cambiada satisfactoriamente!"
|
| 1823 |
|
| 1824 |
-
#: ../front-end/recover.php:
|
| 1825 |
msgid "You have successfully reset your password to: %1$s"
|
| 1826 |
msgstr "Usted ha reseteado satisfactoriamente su contraseña a: %1$s"
|
| 1827 |
|
| 1828 |
-
#: ../front-end/recover.php:
|
| 1829 |
msgid "Password Successfully Reset for %1$s on \"%2$s\""
|
| 1830 |
msgstr "Contraseña Reseteada Satisfactoriamente para %1$s el \"%2$s\""
|
| 1831 |
|
| 1832 |
-
#: ../front-end/recover.php:
|
| 1833 |
msgid "%1$s has requested a password change via the password reset feature.<br/>His/her new password is:%2$s"
|
| 1834 |
msgstr "%1$s ha pedido un cambio de contraseña via la característica de reseteo de contraseña.<br/>Su nueva contraseña es:%2$s"
|
| 1835 |
|
| 1836 |
-
#: ../front-end/recover.php:
|
| 1837 |
msgid "The entered passwords don't match!"
|
| 1838 |
msgstr "¡Las contraseñas entradas no coinciden!"
|
| 1839 |
|
| 1840 |
-
#: ../front-end/recover.php:
|
| 1841 |
msgid "ERROR:"
|
| 1842 |
msgstr "ERROR:"
|
| 1843 |
|
| 1844 |
-
#: ../front-end/recover.php:
|
| 1845 |
msgid "Invalid key!"
|
| 1846 |
msgstr "¡Llave inválida!"
|
| 1847 |
|
|
@@ -1857,226 +2970,81 @@ msgstr "¡Este nombre de usuario está ahora activo!"
|
|
| 1857 |
msgid "This username is already activated!"
|
| 1858 |
msgstr "¡Este nombre de usuario está ya activado!"
|
| 1859 |
|
| 1860 |
-
#: ../front-end/register.php:
|
| 1861 |
msgid "Your email was successfully confirmed."
|
| 1862 |
msgstr "Su email fue confirmado satisfactoriamente."
|
| 1863 |
|
| 1864 |
-
#: ../front-end/register.php:
|
| 1865 |
msgid "There was an error while trying to activate the user."
|
| 1866 |
msgstr "Hubo un error mientras se trataba de activar el usuario."
|
| 1867 |
|
| 1868 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1869 |
msgid "The email you entered is not a valid email address."
|
| 1870 |
msgstr "El email que ha entrado no es una dirección de email válida."
|
| 1871 |
|
| 1872 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1873 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1874 |
msgid "This email is already reserved to be used soon."
|
| 1875 |
msgstr "Este email ya está reservado para ser usado pronto."
|
| 1876 |
|
| 1877 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1878 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1879 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1880 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1881 |
-
#: ../front-end/default-fields/username/username.php:
|
| 1882 |
-
#: ../front-end/default-fields/username/username.php:
|
| 1883 |
msgid "Please try a different one!"
|
| 1884 |
msgstr "¡Por favor trate con uno diferente!"
|
| 1885 |
|
| 1886 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1887 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1888 |
msgid "This email is already in use."
|
| 1889 |
msgstr "Este email ya está en uso."
|
| 1890 |
|
| 1891 |
-
#: ../front-end/default-fields/password-repeat/password-repeat.php:
|
| 1892 |
-
#: ../front-end/default-fields/password-repeat/password-repeat.php:
|
| 1893 |
msgid "The passwords do not match"
|
| 1894 |
msgstr "Las contraseñas no coinciden"
|
| 1895 |
|
| 1896 |
-
#: ../front-end/default-fields/username/username.php:
|
| 1897 |
msgid "This username already exists."
|
| 1898 |
msgstr "El nombre de usuario ya existe."
|
| 1899 |
|
| 1900 |
-
#: ../front-end/default-fields/username/username.php:
|
| 1901 |
msgid "This username is already reserved to be used soon."
|
| 1902 |
msgstr "El nombre de usuario ya está reservado para ser usado pronto."
|
| 1903 |
|
| 1904 |
-
#: ../
|
| 1905 |
-
#: ../front-end/extra-fields/avatar/avatar.php:103
|
| 1906 |
-
#: ../front-end/extra-fields/upload/upload.php:29
|
| 1907 |
-
#: ../front-end/extra-fields/upload/upload.php:68
|
| 1908 |
-
msgid "max upload size"
|
| 1909 |
-
msgstr "tamaño de subida máx"
|
| 1910 |
-
|
| 1911 |
-
#: ../front-end/extra-fields/avatar/avatar.php:71
|
| 1912 |
-
msgid "Current avatar: No uploaded avatar"
|
| 1913 |
-
msgstr "Avatar actual: no se ha subido avatar"
|
| 1914 |
-
|
| 1915 |
-
#: ../front-end/extra-fields/avatar/avatar.php:76
|
| 1916 |
-
#: ../front-end/extra-fields/avatar/avatar.php:110
|
| 1917 |
msgid "Avatar"
|
| 1918 |
msgstr "Avatar"
|
| 1919 |
|
| 1920 |
-
#: ../front-end/extra-fields/avatar/avatar.php:
|
| 1921 |
-
#: ../front-end/extra-fields/
|
| 1922 |
-
#: ../front-end/extra-fields/
|
| 1923 |
-
#: ../front-end/extra-fields/
|
| 1924 |
-
|
| 1925 |
-
|
| 1926 |
-
|
| 1927 |
-
#: ../front-end/extra-fields/
|
| 1928 |
-
#: ../front-end/extra-fields/
|
| 1929 |
-
|
| 1930 |
-
|
| 1931 |
-
|
| 1932 |
-
#: ../front-end/extra-fields/avatar/avatar.php:87
|
| 1933 |
-
#: ../front-end/extra-fields/avatar/avatar.php:115
|
| 1934 |
-
msgid "Are you sure you want to delete this avatar?"
|
| 1935 |
-
msgstr "¿Está seguro que quiere eliminar este avatar?"
|
| 1936 |
-
|
| 1937 |
-
#: ../front-end/extra-fields/avatar/avatar.php:88
|
| 1938 |
-
#: ../front-end/extra-fields/avatar/avatar.php:115
|
| 1939 |
-
msgid "Click to delete the current avatar"
|
| 1940 |
-
msgstr "Haga clic para eliminar el avatar actual"
|
| 1941 |
-
|
| 1942 |
-
#: ../front-end/extra-fields/avatar/avatar.php:96
|
| 1943 |
-
#: ../front-end/extra-fields/checkbox/checkbox.php:44
|
| 1944 |
-
#: ../front-end/extra-fields/datepicker/datepicker.php:47
|
| 1945 |
-
#: ../front-end/extra-fields/input-hidden/input-hidden.php:32
|
| 1946 |
-
#: ../front-end/extra-fields/input/input.php:28
|
| 1947 |
-
#: ../front-end/extra-fields/radio/radio.php:42
|
| 1948 |
-
#: ../front-end/extra-fields/select-multiple/select-multiple.php:44
|
| 1949 |
-
#: ../front-end/extra-fields/select-timezone/select-timezone.php:42
|
| 1950 |
-
#: ../front-end/extra-fields/select/select.php:44
|
| 1951 |
-
#: ../front-end/extra-fields/textarea/textarea.php:28
|
| 1952 |
-
#: ../front-end/extra-fields/upload/upload.php:62
|
| 1953 |
#: ../front-end/extra-fields/wysiwyg/wysiwyg.php:33
|
| 1954 |
msgid "required"
|
| 1955 |
msgstr "requerido"
|
| 1956 |
|
| 1957 |
-
#: ../front-end/extra-fields/
|
| 1958 |
-
msgid "Current avatar"
|
| 1959 |
-
msgstr "Avatar actual"
|
| 1960 |
-
|
| 1961 |
-
#: ../front-end/extra-fields/avatar/avatar.php:106
|
| 1962 |
-
msgid "No uploaded avatar"
|
| 1963 |
-
msgstr "No se ha subido avatar"
|
| 1964 |
-
|
| 1965 |
-
#: ../front-end/extra-fields/avatar/avatar.php:212
|
| 1966 |
-
#: ../front-end/extra-fields/upload/upload.php:173
|
| 1967 |
-
msgid "The extension of the file did not match"
|
| 1968 |
-
msgstr "La extensión del archivo no coincide"
|
| 1969 |
-
|
| 1970 |
-
#: ../front-end/extra-fields/avatar/avatar.php:215
|
| 1971 |
-
#: ../front-end/extra-fields/avatar/avatar.php:218
|
| 1972 |
-
#: ../front-end/extra-fields/upload/upload.php:177
|
| 1973 |
-
#: ../front-end/extra-fields/upload/upload.php:180
|
| 1974 |
-
msgid "The file uploaded exceeds the upload_max_filesize directive in php.ini"
|
| 1975 |
-
msgstr "El archivo subido excede la directiva upload_max_filesize en php.ini"
|
| 1976 |
-
|
| 1977 |
-
#: ../front-end/extra-fields/avatar/avatar.php:221
|
| 1978 |
-
#: ../front-end/extra-fields/upload/upload.php:183
|
| 1979 |
-
msgid "The file uploaded exceeds the MAX_FILE_SIZE directive in php.ini"
|
| 1980 |
-
msgstr "El archivo subido excede la directiva MAX_FILE_SIZE en php.ini"
|
| 1981 |
-
|
| 1982 |
-
#: ../front-end/extra-fields/avatar/avatar.php:224
|
| 1983 |
-
msgid "The file could only partially be uploaded "
|
| 1984 |
-
msgstr "El archivo solamente pudo ser subido parcialmente"
|
| 1985 |
-
|
| 1986 |
-
#: ../front-end/extra-fields/avatar/avatar.php:227
|
| 1987 |
-
#: ../front-end/extra-fields/avatar/avatar.php:251
|
| 1988 |
-
#: ../front-end/extra-fields/avatar/avatar.php:254
|
| 1989 |
-
#: ../front-end/extra-fields/upload/upload.php:189
|
| 1990 |
-
#: ../front-end/extra-fields/upload/upload.php:213
|
| 1991 |
-
#: ../front-end/extra-fields/upload/upload.php:216
|
| 1992 |
-
msgid "No file was selected"
|
| 1993 |
-
msgstr "No se seleccionó archivo"
|
| 1994 |
-
|
| 1995 |
-
#: ../front-end/extra-fields/avatar/avatar.php:230
|
| 1996 |
-
#: ../front-end/extra-fields/upload/upload.php:192
|
| 1997 |
-
msgid "The temporary upload folder is missing from the system"
|
| 1998 |
-
msgstr "La carpeta de subida temporal está ausente del sistema"
|
| 1999 |
-
|
| 2000 |
-
#: ../front-end/extra-fields/avatar/avatar.php:233
|
| 2001 |
-
#: ../front-end/extra-fields/upload/upload.php:195
|
| 2002 |
-
msgid "The file failed to write to the disk"
|
| 2003 |
-
msgstr "Falló la escritura del archivo en el disco"
|
| 2004 |
-
|
| 2005 |
-
#: ../front-end/extra-fields/avatar/avatar.php:236
|
| 2006 |
-
#: ../front-end/extra-fields/upload/upload.php:198
|
| 2007 |
-
msgid "A PHP extension stopped the file upload"
|
| 2008 |
-
msgstr "Una extensión PHP detuvo la subida del archivo"
|
| 2009 |
-
|
| 2010 |
-
#: ../front-end/extra-fields/avatar/avatar.php:239
|
| 2011 |
-
msgid "Unknown error occurred"
|
| 2012 |
-
msgstr "Ocurrió un error desconocido"
|
| 2013 |
-
|
| 2014 |
-
#: ../front-end/extra-fields/recaptcha/recaptcha.php:47
|
| 2015 |
msgid "To use reCAPTCHA you must get an API key from"
|
| 2016 |
msgstr "Para utilizar reCAPTCHA usted tiene que obtener la llave de API desde"
|
| 2017 |
|
| 2018 |
-
#: ../front-end/extra-fields/recaptcha/recaptcha.php:
|
| 2019 |
msgid "For security reasons, you must pass the remote ip to reCAPTCHA!"
|
| 2020 |
msgstr "¡Por razones de seguridad, usted tiene que para el ip remoto a reCAPTCHA!"
|
| 2021 |
|
| 2022 |
-
#: ../front-end/extra-fields/recaptcha/recaptcha.php:
|
| 2023 |
msgid "To use reCAPTCHA you must get an API public key from:"
|
| 2024 |
msgstr "Para utilizar reCAPTCHA usted tiene que obtener una llave pública API desde:"
|
| 2025 |
|
| 2026 |
-
#: ../front-end/extra-fields/recaptcha/recaptcha.php:142
|
| 2027 |
-
msgid "To use reCAPTCHA you must get an API private key from:"
|
| 2028 |
-
msgstr "Para utilizar reCAPTCHA usted tiene que obtener una llave privada API desde:"
|
| 2029 |
-
|
| 2030 |
-
#: ../front-end/extra-fields/upload/upload.php:35
|
| 2031 |
-
msgid "Current file: No uploaded attachment"
|
| 2032 |
-
msgstr "Archivo actual: No hay adjunto subido"
|
| 2033 |
-
|
| 2034 |
-
#: ../front-end/extra-fields/upload/upload.php:39
|
| 2035 |
-
#: ../front-end/extra-fields/upload/upload.php:48
|
| 2036 |
-
#: ../front-end/extra-fields/upload/upload.php:71
|
| 2037 |
-
#: ../front-end/extra-fields/upload/upload.php:75
|
| 2038 |
-
#: ../front-end/extra-fields/upload/upload.php:77
|
| 2039 |
-
msgid "Current file"
|
| 2040 |
-
msgstr "Archivo actual"
|
| 2041 |
-
|
| 2042 |
-
#: ../front-end/extra-fields/upload/upload.php:42
|
| 2043 |
-
#: ../front-end/extra-fields/upload/upload.php:51
|
| 2044 |
-
#: ../front-end/extra-fields/upload/upload.php:75
|
| 2045 |
-
#: ../front-end/extra-fields/upload/upload.php:77
|
| 2046 |
-
msgid "Click to see the current attachment"
|
| 2047 |
-
msgstr "Haga clic para ver el adjunto actual"
|
| 2048 |
-
|
| 2049 |
-
#: ../front-end/extra-fields/upload/upload.php:44
|
| 2050 |
-
#: ../front-end/extra-fields/upload/upload.php:75
|
| 2051 |
-
msgid "The attachment can't be deleted (It was marked as required by the administrator)"
|
| 2052 |
-
msgstr "El adjunto no puede ser eliminado (fue marcado como requerido por el administrador)"
|
| 2053 |
-
|
| 2054 |
-
#: ../front-end/extra-fields/upload/upload.php:53
|
| 2055 |
-
#: ../front-end/extra-fields/upload/upload.php:77
|
| 2056 |
-
msgid "Are you sure you want to delete this attachment?"
|
| 2057 |
-
msgstr "¿Está seguro que quiere borrar este adjunto?"
|
| 2058 |
-
|
| 2059 |
-
#: ../front-end/extra-fields/upload/upload.php:54
|
| 2060 |
-
#: ../front-end/extra-fields/upload/upload.php:77
|
| 2061 |
-
msgid "Click to delete the current attachment"
|
| 2062 |
-
msgstr "Haga clic para borrar el adjunto actual"
|
| 2063 |
-
|
| 2064 |
-
#: ../front-end/extra-fields/upload/upload.php:71
|
| 2065 |
-
msgid "No uploaded attachment"
|
| 2066 |
-
msgstr "No hay adjunto subido"
|
| 2067 |
-
|
| 2068 |
-
#: ../front-end/extra-fields/upload/upload.php:164
|
| 2069 |
-
msgid "The extension of the file is not allowed"
|
| 2070 |
-
msgstr "La extensión del archivo no está permitida"
|
| 2071 |
-
|
| 2072 |
-
#: ../front-end/extra-fields/upload/upload.php:186
|
| 2073 |
-
msgid "The file could only partially be uploaded"
|
| 2074 |
-
msgstr "El archivo solamente pudo ser subido parcialmente"
|
| 2075 |
-
|
| 2076 |
-
#: ../front-end/extra-fields/upload/upload.php:201
|
| 2077 |
-
msgid "This field wasn't updated because an unknown error occured"
|
| 2078 |
-
msgstr "Este campo no se actualizó debido a que ocurrió un error desconocido"
|
| 2079 |
-
|
| 2080 |
#: ../modules/modules.php:11 ../modules/modules.php:80
|
| 2081 |
msgid "Modules"
|
| 2082 |
msgstr "Módulos"
|
|
@@ -2438,37 +3406,37 @@ msgstr "No se encontró Forma de Editar Perfil en la papelera"
|
|
| 2438 |
|
| 2439 |
#: ../modules/multiple-forms/edit-profile-forms.php:131
|
| 2440 |
#: ../modules/multiple-forms/register-forms.php:134
|
| 2441 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2442 |
msgid "Shortcode"
|
| 2443 |
msgstr "Código corto"
|
| 2444 |
|
| 2445 |
#: ../modules/multiple-forms/edit-profile-forms.php:151
|
| 2446 |
#: ../modules/multiple-forms/register-forms.php:155
|
| 2447 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2448 |
msgid "(no title)"
|
| 2449 |
msgstr "(sin título)"
|
| 2450 |
|
| 2451 |
#: ../modules/multiple-forms/edit-profile-forms.php:171
|
| 2452 |
#: ../modules/multiple-forms/register-forms.php:174
|
| 2453 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2454 |
msgid "The shortcode will be available after you publish this form."
|
| 2455 |
msgstr "El código corto estará disponible luego de que publique esta forma."
|
| 2456 |
|
| 2457 |
#: ../modules/multiple-forms/edit-profile-forms.php:173
|
| 2458 |
#: ../modules/multiple-forms/register-forms.php:176
|
| 2459 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2460 |
msgid "Use this shortcode on the page you want the form to be displayed:"
|
| 2461 |
msgstr "Utilice este código corto en la página en la que desea que la forma se muestre:"
|
| 2462 |
|
| 2463 |
#: ../modules/multiple-forms/edit-profile-forms.php:177
|
| 2464 |
#: ../modules/multiple-forms/register-forms.php:180
|
| 2465 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2466 |
msgid "<span style=\"color:red;\">Note:</span> changing the form title also changes the shortcode!"
|
| 2467 |
msgstr "<span style=\"color:red;\">Nota:</span> ¡cambiar el título de la forma también cambia el código corto!"
|
| 2468 |
|
| 2469 |
#: ../modules/multiple-forms/edit-profile-forms.php:183
|
| 2470 |
#: ../modules/multiple-forms/register-forms.php:186
|
| 2471 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2472 |
msgid "Form Shortcode"
|
| 2473 |
msgstr "Código Corto de la Forma"
|
| 2474 |
|
|
@@ -2580,10 +3548,10 @@ msgid "After Registration..."
|
|
| 2580 |
msgstr "Luego del Registro..."
|
| 2581 |
|
| 2582 |
#: ../modules/user-listing/class-userlisting.php:470
|
| 2583 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2584 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2585 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2586 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2587 |
msgid "Search Users by All Fields"
|
| 2588 |
msgstr "Buscar Usuarios por Todos los Campos"
|
| 2589 |
|
|
@@ -2620,12 +3588,12 @@ msgid "Display name as"
|
|
| 2620 |
msgstr "Mostrar nombre como"
|
| 2621 |
|
| 2622 |
#: ../modules/user-listing/userlisting.php:125
|
| 2623 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2624 |
msgid "Registration Date"
|
| 2625 |
msgstr "Fecha de Registro"
|
| 2626 |
|
| 2627 |
#: ../modules/user-listing/userlisting.php:126
|
| 2628 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2629 |
msgid "Number of Posts"
|
| 2630 |
msgstr "Número de Posts"
|
| 2631 |
|
|
@@ -2674,188 +3642,182 @@ msgstr "Plantilla All-userlisting"
|
|
| 2674 |
msgid "Single-userlisting Template"
|
| 2675 |
msgstr "Plantilla Single-userlisting"
|
| 2676 |
|
| 2677 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2678 |
-
msgid "You do not have permission to view this user list"
|
| 2679 |
-
msgstr "Usted no tiene permisos para ver esta lista de usuario"
|
| 2680 |
-
|
| 2681 |
-
#: ../modules/user-listing/userlisting.php:351
|
| 2682 |
-
msgid "You do not have the required user role to view this user list"
|
| 2683 |
-
msgstr "Usted no tiene el rol de usuario requerido para ver esta lista de usuario"
|
| 2684 |
-
|
| 2685 |
-
#: ../modules/user-listing/userlisting.php:599
|
| 2686 |
msgid "First/Lastname"
|
| 2687 |
msgstr "Nombre/Apellidos"
|
| 2688 |
|
| 2689 |
-
#: ../modules/user-listing/userlisting.php:
|
|
|
|
| 2690 |
msgid "Sign-up Date"
|
| 2691 |
msgstr "Fecha de Registro"
|
| 2692 |
|
| 2693 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2694 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2695 |
msgid "Display Name"
|
| 2696 |
msgstr "Nombre a Mostrar"
|
| 2697 |
|
| 2698 |
-
#: ../modules/user-listing/userlisting.php:
|
|
|
|
| 2699 |
msgid "Posts"
|
| 2700 |
msgstr "Posts"
|
| 2701 |
|
| 2702 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2703 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2704 |
msgid "Aim"
|
| 2705 |
msgstr "Aim"
|
| 2706 |
|
| 2707 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2708 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2709 |
msgid "Yim"
|
| 2710 |
msgstr "Yim"
|
| 2711 |
|
| 2712 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2713 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2714 |
msgid "Jabber"
|
| 2715 |
msgstr "Jabber"
|
| 2716 |
|
| 2717 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2718 |
msgid "Click here to see more information about this user"
|
| 2719 |
msgstr "Haga clic aquí para ver más información acerca de este usuario"
|
| 2720 |
|
| 2721 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2722 |
msgid "More..."
|
| 2723 |
msgstr "Más..."
|
| 2724 |
|
| 2725 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2726 |
msgid "Click here to see more information about this user."
|
| 2727 |
msgstr "Haga clic aquí para ver más información acerca de este usuario."
|
| 2728 |
|
| 2729 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2730 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2731 |
msgid "Click here to go back"
|
| 2732 |
msgstr "Haga clic aquí para volver"
|
| 2733 |
|
| 2734 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2735 |
msgid "Back"
|
| 2736 |
msgstr "Atrás"
|
| 2737 |
|
| 2738 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2739 |
msgid "«« First"
|
| 2740 |
msgstr "«« Primero"
|
| 2741 |
|
| 2742 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2743 |
msgid "« Prev"
|
| 2744 |
msgstr "« Ant"
|
| 2745 |
|
| 2746 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2747 |
msgid "Next » "
|
| 2748 |
msgstr "Sigu »"
|
| 2749 |
|
| 2750 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2751 |
msgid "Last »»"
|
| 2752 |
msgstr "Último »»"
|
| 2753 |
|
| 2754 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2755 |
msgid "You don't have any pagination settings on this userlisting!"
|
| 2756 |
msgstr "¡Usted no tiene ningún ajuste de paginación en esta lista de usuario!"
|
| 2757 |
|
| 2758 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2759 |
msgid "Search"
|
| 2760 |
msgstr "Buscar"
|
| 2761 |
|
| 2762 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2763 |
msgid "Clear Results"
|
| 2764 |
msgstr "Limpiar Resultados"
|
| 2765 |
|
| 2766 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2767 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2768 |
msgid "Extra shortcode parameters"
|
| 2769 |
msgstr "Parámetros de código corto adicionales"
|
| 2770 |
|
| 2771 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2772 |
msgid "displays users having a certain meta-value within a certain (extra) meta-field"
|
| 2773 |
msgstr "muestra usuarios que tienen cierto meta valor en un cierto meta campo (adicional)"
|
| 2774 |
|
| 2775 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2776 |
msgid "Example:"
|
| 2777 |
msgstr "Ejemplo:"
|
| 2778 |
|
| 2779 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2780 |
msgid "Remember though, that the field-value combination must exist in the database."
|
| 2781 |
msgstr "Recuerde sin embargo, que la combinación campo-valor tiene que existir en la base de datos."
|
| 2782 |
|
| 2783 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2784 |
msgid "Random (very slow on large databases > 10K user)"
|
| 2785 |
msgstr "Aleatorio (muy lento en bases de datos grandes > 10k usuarios)"
|
| 2786 |
|
| 2787 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2788 |
msgid "Roles to Display"
|
| 2789 |
msgstr "Roles a Mostrar"
|
| 2790 |
|
| 2791 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2792 |
msgid "Restrict the userlisting to these selected roles only<br/>If not specified, defaults to all existing roles"
|
| 2793 |
msgstr "Restringir la lista de usuario solamente a los roles seleccionados<br/>Si no se especifica, se amplía a todos los roles existentes"
|
| 2794 |
|
| 2795 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2796 |
msgid "Number of Users/Page"
|
| 2797 |
msgstr "Número de Usuarios/Página"
|
| 2798 |
|
| 2799 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2800 |
msgid "Default Sorting Criteria"
|
| 2801 |
msgstr "Criterio de Ordenamiento Por Defecto"
|
| 2802 |
|
| 2803 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2804 |
msgid "Set the default sorting criteria<br/>This can temporarily be changed for each new session"
|
| 2805 |
msgstr "Establecer el criterio de ordenamiento por defecto<br/>Esto puede temporalmente ser cambiado para cada nueva sesión"
|
| 2806 |
|
| 2807 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2808 |
msgid "Default Sorting Order"
|
| 2809 |
msgstr "Orden de Ordenamiento Por Defecto"
|
| 2810 |
|
| 2811 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2812 |
msgid "Set the default sorting order<br/>This can temporarily be changed for each new session"
|
| 2813 |
msgstr "Establecer el orden de ordenamiento por defecto<br/>Esto puede temporalmente ser cambiado para cada nueva sesión"
|
| 2814 |
|
| 2815 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2816 |
msgid "Avatar Size (All-userlisting)"
|
| 2817 |
msgstr "Tamaño del Avatar (All-userlisting) "
|
| 2818 |
|
| 2819 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2820 |
msgid "Set the avatar size on the all-userlisting only"
|
| 2821 |
msgstr "Establecer el tamaño del avatar solamente en el all-userlisting"
|
| 2822 |
|
| 2823 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2824 |
msgid "Avatar Size (Single-userlisting)"
|
| 2825 |
msgstr "Tamaño del Avatar (Single-userlisting) "
|
| 2826 |
|
| 2827 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2828 |
msgid "Set the avatar size on the single-userlisting only"
|
| 2829 |
msgstr "Establecer el tamaño del avatar solamente en el single-userlisting"
|
| 2830 |
|
| 2831 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2832 |
msgid "Visible only to logged in users?"
|
| 2833 |
msgstr "¿Visible solamente a los usuario autenticados?"
|
| 2834 |
|
| 2835 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2836 |
msgid "The userlisting will only be visible only to the logged in users"
|
| 2837 |
msgstr "La lista de usuario solamente será visible a los usuarios autenticados"
|
| 2838 |
|
| 2839 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2840 |
msgid "Visible to following Roles"
|
| 2841 |
msgstr "Visible a los Roles siguientes"
|
| 2842 |
|
| 2843 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2844 |
msgid "The userlisting will only be visible to the following roles"
|
| 2845 |
msgstr "La lista de usuario solamente será visible a los roles siguientes"
|
| 2846 |
|
| 2847 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2848 |
msgid "Userlisting Settings"
|
| 2849 |
msgstr "Ajustes de Userlisting "
|
| 2850 |
|
| 2851 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2852 |
msgid "You need to activate the Userlisting feature from within the \"Modules\" tab!"
|
| 2853 |
msgstr "¡Usted necesita activar la característica de Userlisting en la pestaña \"Módulos\"!"
|
| 2854 |
|
| 2855 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2856 |
msgid "You can find it in the Profile Builder menu."
|
| 2857 |
msgstr "Usted puede encontrarla en el menú de Profile Builder"
|
| 2858 |
|
| 2859 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2860 |
msgid "No results found!"
|
| 2861 |
msgstr "¡No se encontraron resultados!"
|
| 2 |
# This file is distributed under the same license as the Profile Builder package.
|
| 3 |
msgid ""
|
| 4 |
msgstr ""
|
| 5 |
+
"PO-Revision-Date: 2015-09-29 11:53:40+0000\n"
|
| 6 |
"MIME-Version: 1.0\n"
|
| 7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
| 8 |
"Content-Transfer-Encoding: 8bit\n"
|
| 10 |
"X-Generator: GlotPress/0.1\n"
|
| 11 |
"Project-Id-Version: Profile Builder\n"
|
| 12 |
|
| 13 |
+
#: ../admin/admin-functions.php:40
|
| 14 |
+
msgid "Display name publicly as - only appears on the Edit Profile page!"
|
| 15 |
+
msgstr ""
|
| 16 |
+
|
| 17 |
+
#: ../admin/basic-info.php:37
|
| 18 |
+
msgid "Friction-less login using %s shortcode or a widget."
|
| 19 |
+
msgstr ""
|
| 20 |
+
|
| 21 |
+
#: ../admin/basic-info.php:41
|
| 22 |
+
msgid "Beautiful registration forms fully customizable using the %s shortcode."
|
| 23 |
+
msgstr ""
|
| 24 |
+
|
| 25 |
+
#: ../admin/basic-info.php:45
|
| 26 |
+
msgid "Straight forward edit profile forms using %s shortcode."
|
| 27 |
+
msgstr ""
|
| 28 |
+
|
| 29 |
+
#: ../admin/basic-info.php:58
|
| 30 |
+
msgid "Allow users to recover their password in the front-end using the %s."
|
| 31 |
+
msgstr ""
|
| 32 |
+
|
| 33 |
+
#: ../admin/basic-info.php:130
|
| 34 |
+
msgid "To create a page containing the users registered to this current site/blog, insert the following shortcode in a page of your chosing: %s."
|
| 35 |
+
msgstr ""
|
| 36 |
+
|
| 37 |
+
#: ../admin/general-settings.php:125
|
| 38 |
+
msgid "\"Admin Approval\" on User Role:"
|
| 39 |
+
msgstr ""
|
| 40 |
+
|
| 41 |
+
#: ../admin/general-settings.php:144
|
| 42 |
+
msgid "Select on what user roles to activate Admin Approval."
|
| 43 |
+
msgstr ""
|
| 44 |
+
|
| 45 |
+
#: ../admin/manage-fields.php:109
|
| 46 |
+
msgid "Display on PB forms"
|
| 47 |
+
msgstr ""
|
| 48 |
+
|
| 49 |
+
#: ../admin/manage-fields.php:109
|
| 50 |
+
msgid "PB Login"
|
| 51 |
+
msgstr ""
|
| 52 |
+
|
| 53 |
+
#: ../admin/manage-fields.php:109
|
| 54 |
+
msgid "PB Register"
|
| 55 |
+
msgstr ""
|
| 56 |
+
|
| 57 |
+
#: ../admin/manage-fields.php:109
|
| 58 |
+
msgid "PB Recover Password"
|
| 59 |
+
msgstr ""
|
| 60 |
+
|
| 61 |
+
#: ../admin/manage-fields.php:109
|
| 62 |
+
msgid "Select on which Profile Builder forms to display reCAPTCHA"
|
| 63 |
+
msgstr ""
|
| 64 |
+
|
| 65 |
+
#: ../admin/manage-fields.php:110
|
| 66 |
+
msgid "Display on default WP forms"
|
| 67 |
+
msgstr ""
|
| 68 |
+
|
| 69 |
+
#: ../admin/manage-fields.php:110
|
| 70 |
+
msgid "Default WP Login"
|
| 71 |
+
msgstr ""
|
| 72 |
+
|
| 73 |
+
#: ../admin/manage-fields.php:110
|
| 74 |
+
msgid "Default WP Register"
|
| 75 |
+
msgstr ""
|
| 76 |
+
|
| 77 |
+
#: ../admin/manage-fields.php:110
|
| 78 |
+
msgid "Default WP Recover Password"
|
| 79 |
+
msgstr ""
|
| 80 |
+
|
| 81 |
+
#: ../admin/manage-fields.php:110
|
| 82 |
+
msgid "Select on which default WP forms to display reCAPTCHA"
|
| 83 |
+
msgstr ""
|
| 84 |
+
|
| 85 |
+
#: ../admin/manage-fields.php:116 ../admin/manage-fields.php:117
|
| 86 |
+
msgid "Default option of the field"
|
| 87 |
+
msgstr ""
|
| 88 |
+
|
| 89 |
+
#: ../admin/manage-fields.php:237
|
| 90 |
+
msgid "Afghanistan"
|
| 91 |
+
msgstr "Afghanistan"
|
| 92 |
+
|
| 93 |
+
#: ../admin/manage-fields.php:238
|
| 94 |
+
msgid "Aland Islands"
|
| 95 |
+
msgstr "Aland Islands"
|
| 96 |
+
|
| 97 |
+
#: ../admin/manage-fields.php:239
|
| 98 |
+
msgid "Albania"
|
| 99 |
+
msgstr "Albania"
|
| 100 |
+
|
| 101 |
+
#: ../admin/manage-fields.php:240
|
| 102 |
+
msgid "Algeria"
|
| 103 |
+
msgstr "Algeria"
|
| 104 |
+
|
| 105 |
+
#: ../admin/manage-fields.php:241
|
| 106 |
+
msgid "American Samoa"
|
| 107 |
+
msgstr "American Samoa"
|
| 108 |
+
|
| 109 |
+
#: ../admin/manage-fields.php:242
|
| 110 |
+
msgid "Andorra"
|
| 111 |
+
msgstr "Andorra"
|
| 112 |
+
|
| 113 |
+
#: ../admin/manage-fields.php:243
|
| 114 |
+
msgid "Angola"
|
| 115 |
+
msgstr "Angola"
|
| 116 |
+
|
| 117 |
+
#: ../admin/manage-fields.php:244
|
| 118 |
+
msgid "Anguilla"
|
| 119 |
+
msgstr "Anguilla"
|
| 120 |
+
|
| 121 |
+
#: ../admin/manage-fields.php:245
|
| 122 |
+
msgid "Antarctica"
|
| 123 |
+
msgstr "Antarctica"
|
| 124 |
+
|
| 125 |
+
#: ../admin/manage-fields.php:246
|
| 126 |
+
msgid "Antigua and Barbuda"
|
| 127 |
+
msgstr "Antigua and Barbuda"
|
| 128 |
+
|
| 129 |
+
#: ../admin/manage-fields.php:247
|
| 130 |
+
msgid "Argentina"
|
| 131 |
+
msgstr "Argentina"
|
| 132 |
+
|
| 133 |
+
#: ../admin/manage-fields.php:248
|
| 134 |
+
msgid "Armenia"
|
| 135 |
+
msgstr "Armenia"
|
| 136 |
+
|
| 137 |
+
#: ../admin/manage-fields.php:249
|
| 138 |
+
msgid "Aruba"
|
| 139 |
+
msgstr "Aruba"
|
| 140 |
+
|
| 141 |
+
#: ../admin/manage-fields.php:250
|
| 142 |
+
msgid "Australia"
|
| 143 |
+
msgstr "Australia"
|
| 144 |
+
|
| 145 |
+
#: ../admin/manage-fields.php:251
|
| 146 |
+
msgid "Austria"
|
| 147 |
+
msgstr "Austria"
|
| 148 |
+
|
| 149 |
+
#: ../admin/manage-fields.php:252
|
| 150 |
+
msgid "Azerbaijan"
|
| 151 |
+
msgstr "Azerbaijan"
|
| 152 |
+
|
| 153 |
+
#: ../admin/manage-fields.php:253
|
| 154 |
+
msgid "Bahamas"
|
| 155 |
+
msgstr "Bahamas"
|
| 156 |
+
|
| 157 |
+
#: ../admin/manage-fields.php:254
|
| 158 |
+
msgid "Bahrain"
|
| 159 |
+
msgstr "Bahrain"
|
| 160 |
+
|
| 161 |
+
#: ../admin/manage-fields.php:255
|
| 162 |
+
msgid "Bangladesh"
|
| 163 |
+
msgstr "Bangladesh"
|
| 164 |
+
|
| 165 |
+
#: ../admin/manage-fields.php:256
|
| 166 |
+
msgid "Barbados"
|
| 167 |
+
msgstr "Barbados"
|
| 168 |
+
|
| 169 |
+
#: ../admin/manage-fields.php:257
|
| 170 |
+
msgid "Belarus"
|
| 171 |
+
msgstr "Belarus"
|
| 172 |
+
|
| 173 |
+
#: ../admin/manage-fields.php:258
|
| 174 |
+
msgid "Belgium"
|
| 175 |
+
msgstr "Belgium"
|
| 176 |
+
|
| 177 |
+
#: ../admin/manage-fields.php:259
|
| 178 |
+
msgid "Belize"
|
| 179 |
+
msgstr "Belize"
|
| 180 |
+
|
| 181 |
+
#: ../admin/manage-fields.php:260
|
| 182 |
+
msgid "Benin"
|
| 183 |
+
msgstr "Benin"
|
| 184 |
+
|
| 185 |
+
#: ../admin/manage-fields.php:261
|
| 186 |
+
msgid "Bermuda"
|
| 187 |
+
msgstr "Bermuda"
|
| 188 |
+
|
| 189 |
+
#: ../admin/manage-fields.php:262
|
| 190 |
+
msgid "Bhutan"
|
| 191 |
+
msgstr "Bhutan"
|
| 192 |
+
|
| 193 |
+
#: ../admin/manage-fields.php:263
|
| 194 |
+
msgid "Bolivia"
|
| 195 |
+
msgstr "Bolivia"
|
| 196 |
+
|
| 197 |
+
#: ../admin/manage-fields.php:264
|
| 198 |
+
msgid "Bonaire, Saint Eustatius and Saba"
|
| 199 |
+
msgstr "Bonaire, Saint Eustatius and Saba"
|
| 200 |
+
|
| 201 |
+
#: ../admin/manage-fields.php:265
|
| 202 |
+
msgid "Bosnia and Herzegovina"
|
| 203 |
+
msgstr "Bosnia and Herzegovina"
|
| 204 |
+
|
| 205 |
+
#: ../admin/manage-fields.php:266
|
| 206 |
+
msgid "Botswana"
|
| 207 |
+
msgstr "Botswana"
|
| 208 |
+
|
| 209 |
+
#: ../admin/manage-fields.php:267
|
| 210 |
+
msgid "Bouvet Island"
|
| 211 |
+
msgstr "Bouvet Island"
|
| 212 |
+
|
| 213 |
+
#: ../admin/manage-fields.php:268
|
| 214 |
+
msgid "Brazil"
|
| 215 |
+
msgstr "Brazil"
|
| 216 |
+
|
| 217 |
+
#: ../admin/manage-fields.php:269
|
| 218 |
+
msgid "British Indian Ocean Territory"
|
| 219 |
+
msgstr "British Indian Ocean Territory"
|
| 220 |
+
|
| 221 |
+
#: ../admin/manage-fields.php:270
|
| 222 |
+
msgid "British Virgin Islands"
|
| 223 |
+
msgstr "British Virgin Islands"
|
| 224 |
+
|
| 225 |
+
#: ../admin/manage-fields.php:271
|
| 226 |
+
msgid "Brunei"
|
| 227 |
+
msgstr "Brunei"
|
| 228 |
+
|
| 229 |
+
#: ../admin/manage-fields.php:272
|
| 230 |
+
msgid "Bulgaria"
|
| 231 |
+
msgstr "Bulgaria"
|
| 232 |
+
|
| 233 |
+
#: ../admin/manage-fields.php:273
|
| 234 |
+
msgid "Burkina Faso"
|
| 235 |
+
msgstr "Burkina Faso"
|
| 236 |
+
|
| 237 |
+
#: ../admin/manage-fields.php:274
|
| 238 |
+
msgid "Burundi"
|
| 239 |
+
msgstr "Burundi"
|
| 240 |
+
|
| 241 |
+
#: ../admin/manage-fields.php:275
|
| 242 |
+
msgid "Cambodia"
|
| 243 |
+
msgstr "Cambodia"
|
| 244 |
+
|
| 245 |
+
#: ../admin/manage-fields.php:276
|
| 246 |
+
msgid "Cameroon"
|
| 247 |
+
msgstr "Cameroon"
|
| 248 |
+
|
| 249 |
+
#: ../admin/manage-fields.php:277
|
| 250 |
+
msgid "Canada"
|
| 251 |
+
msgstr "Canada"
|
| 252 |
+
|
| 253 |
+
#: ../admin/manage-fields.php:278
|
| 254 |
+
msgid "Cape Verde"
|
| 255 |
+
msgstr "Cape Verde"
|
| 256 |
+
|
| 257 |
+
#: ../admin/manage-fields.php:279
|
| 258 |
+
msgid "Cayman Islands"
|
| 259 |
+
msgstr "Cayman Islands"
|
| 260 |
+
|
| 261 |
+
#: ../admin/manage-fields.php:280
|
| 262 |
+
msgid "Central African Republic"
|
| 263 |
+
msgstr "Central African Republic"
|
| 264 |
+
|
| 265 |
+
#: ../admin/manage-fields.php:281
|
| 266 |
+
msgid "Chad"
|
| 267 |
+
msgstr "Chad"
|
| 268 |
+
|
| 269 |
+
#: ../admin/manage-fields.php:282
|
| 270 |
+
msgid "Chile"
|
| 271 |
+
msgstr "Chile"
|
| 272 |
+
|
| 273 |
+
#: ../admin/manage-fields.php:283
|
| 274 |
+
msgid "China"
|
| 275 |
+
msgstr "China"
|
| 276 |
+
|
| 277 |
+
#: ../admin/manage-fields.php:284
|
| 278 |
+
msgid "Christmas Island"
|
| 279 |
+
msgstr "Christmas Island"
|
| 280 |
+
|
| 281 |
+
#: ../admin/manage-fields.php:285
|
| 282 |
+
msgid "Cocos Islands"
|
| 283 |
+
msgstr "Cocos Islands"
|
| 284 |
+
|
| 285 |
+
#: ../admin/manage-fields.php:286
|
| 286 |
+
msgid "Colombia"
|
| 287 |
+
msgstr "Colombia"
|
| 288 |
+
|
| 289 |
+
#: ../admin/manage-fields.php:287
|
| 290 |
+
msgid "Comoros"
|
| 291 |
+
msgstr "Comoros"
|
| 292 |
+
|
| 293 |
+
#: ../admin/manage-fields.php:288
|
| 294 |
+
msgid "Cook Islands"
|
| 295 |
+
msgstr "Cook Islands"
|
| 296 |
+
|
| 297 |
+
#: ../admin/manage-fields.php:289
|
| 298 |
+
msgid "Costa Rica"
|
| 299 |
+
msgstr "Costa Rica"
|
| 300 |
+
|
| 301 |
+
#: ../admin/manage-fields.php:290
|
| 302 |
+
msgid "Croatia"
|
| 303 |
+
msgstr "Croatia"
|
| 304 |
+
|
| 305 |
+
#: ../admin/manage-fields.php:291
|
| 306 |
+
msgid "Cuba"
|
| 307 |
+
msgstr "Cuba"
|
| 308 |
+
|
| 309 |
+
#: ../admin/manage-fields.php:292
|
| 310 |
+
msgid "Curacao"
|
| 311 |
+
msgstr "Curacao"
|
| 312 |
+
|
| 313 |
+
#: ../admin/manage-fields.php:293
|
| 314 |
+
msgid "Cyprus"
|
| 315 |
+
msgstr "Cyprus"
|
| 316 |
+
|
| 317 |
+
#: ../admin/manage-fields.php:294
|
| 318 |
+
msgid "Czech Republic"
|
| 319 |
+
msgstr "Czech Republic"
|
| 320 |
+
|
| 321 |
+
#: ../admin/manage-fields.php:295
|
| 322 |
+
msgid "Democratic Republic of the Congo"
|
| 323 |
+
msgstr "Democratic Republic of the Congo"
|
| 324 |
+
|
| 325 |
+
#: ../admin/manage-fields.php:296
|
| 326 |
+
msgid "Denmark"
|
| 327 |
+
msgstr "Denmark"
|
| 328 |
+
|
| 329 |
+
#: ../admin/manage-fields.php:297
|
| 330 |
+
msgid "Djibouti"
|
| 331 |
+
msgstr "Djibouti"
|
| 332 |
+
|
| 333 |
+
#: ../admin/manage-fields.php:298
|
| 334 |
+
msgid "Dominica"
|
| 335 |
+
msgstr "Dominica"
|
| 336 |
+
|
| 337 |
+
#: ../admin/manage-fields.php:299
|
| 338 |
+
msgid "Dominican Republic"
|
| 339 |
+
msgstr "Dominican Republic"
|
| 340 |
+
|
| 341 |
+
#: ../admin/manage-fields.php:300
|
| 342 |
+
msgid "East Timor"
|
| 343 |
+
msgstr "East Timor"
|
| 344 |
+
|
| 345 |
+
#: ../admin/manage-fields.php:301
|
| 346 |
+
msgid "Ecuador"
|
| 347 |
+
msgstr "Ecuador"
|
| 348 |
+
|
| 349 |
+
#: ../admin/manage-fields.php:302
|
| 350 |
+
msgid "Egypt"
|
| 351 |
+
msgstr "Egypt"
|
| 352 |
+
|
| 353 |
+
#: ../admin/manage-fields.php:303
|
| 354 |
+
msgid "El Salvador"
|
| 355 |
+
msgstr "El Salvador"
|
| 356 |
+
|
| 357 |
+
#: ../admin/manage-fields.php:304
|
| 358 |
+
msgid "Equatorial Guinea"
|
| 359 |
+
msgstr "Equatorial Guinea"
|
| 360 |
+
|
| 361 |
+
#: ../admin/manage-fields.php:305
|
| 362 |
+
msgid "Eritrea"
|
| 363 |
+
msgstr "Eritrea"
|
| 364 |
+
|
| 365 |
+
#: ../admin/manage-fields.php:306
|
| 366 |
+
msgid "Estonia"
|
| 367 |
+
msgstr "Estonia"
|
| 368 |
+
|
| 369 |
+
#: ../admin/manage-fields.php:307
|
| 370 |
+
msgid "Ethiopia"
|
| 371 |
+
msgstr "Ethiopia"
|
| 372 |
+
|
| 373 |
+
#: ../admin/manage-fields.php:308
|
| 374 |
+
msgid "Falkland Islands"
|
| 375 |
+
msgstr "Falkland Islands"
|
| 376 |
+
|
| 377 |
+
#: ../admin/manage-fields.php:309
|
| 378 |
+
msgid "Faroe Islands"
|
| 379 |
+
msgstr "Faroe Islands"
|
| 380 |
+
|
| 381 |
+
#: ../admin/manage-fields.php:310
|
| 382 |
+
msgid "Fiji"
|
| 383 |
+
msgstr "Fiji"
|
| 384 |
+
|
| 385 |
+
#: ../admin/manage-fields.php:311
|
| 386 |
+
msgid "Finland"
|
| 387 |
+
msgstr "Finland"
|
| 388 |
+
|
| 389 |
+
#: ../admin/manage-fields.php:312
|
| 390 |
+
msgid "France"
|
| 391 |
+
msgstr "France"
|
| 392 |
+
|
| 393 |
+
#: ../admin/manage-fields.php:313
|
| 394 |
+
msgid "French Guiana"
|
| 395 |
+
msgstr "French Guiana"
|
| 396 |
+
|
| 397 |
+
#: ../admin/manage-fields.php:314
|
| 398 |
+
msgid "French Polynesia"
|
| 399 |
+
msgstr "French Polynesia"
|
| 400 |
+
|
| 401 |
+
#: ../admin/manage-fields.php:315
|
| 402 |
+
msgid "French Southern Territories"
|
| 403 |
+
msgstr "French Southern Territories"
|
| 404 |
+
|
| 405 |
+
#: ../admin/manage-fields.php:316
|
| 406 |
+
msgid "Gabon"
|
| 407 |
+
msgstr "Gabon"
|
| 408 |
+
|
| 409 |
+
#: ../admin/manage-fields.php:317
|
| 410 |
+
msgid "Gambia"
|
| 411 |
+
msgstr "Gambia"
|
| 412 |
+
|
| 413 |
+
#: ../admin/manage-fields.php:318
|
| 414 |
+
msgid "Georgia"
|
| 415 |
+
msgstr "Georgia"
|
| 416 |
+
|
| 417 |
+
#: ../admin/manage-fields.php:319
|
| 418 |
+
msgid "Germany"
|
| 419 |
+
msgstr "Germany"
|
| 420 |
+
|
| 421 |
+
#: ../admin/manage-fields.php:320
|
| 422 |
+
msgid "Ghana"
|
| 423 |
+
msgstr "Ghana"
|
| 424 |
+
|
| 425 |
+
#: ../admin/manage-fields.php:321
|
| 426 |
+
msgid "Gibraltar"
|
| 427 |
+
msgstr "Gibraltar"
|
| 428 |
+
|
| 429 |
+
#: ../admin/manage-fields.php:322
|
| 430 |
+
msgid "Greece"
|
| 431 |
+
msgstr "Greece"
|
| 432 |
+
|
| 433 |
+
#: ../admin/manage-fields.php:323
|
| 434 |
+
msgid "Greenland"
|
| 435 |
+
msgstr "Greenland"
|
| 436 |
+
|
| 437 |
+
#: ../admin/manage-fields.php:324
|
| 438 |
+
msgid "Grenada"
|
| 439 |
+
msgstr "Grenada"
|
| 440 |
+
|
| 441 |
+
#: ../admin/manage-fields.php:325
|
| 442 |
+
msgid "Guadeloupe"
|
| 443 |
+
msgstr "Guadeloupe"
|
| 444 |
+
|
| 445 |
+
#: ../admin/manage-fields.php:326
|
| 446 |
+
msgid "Guam"
|
| 447 |
+
msgstr "Guam"
|
| 448 |
+
|
| 449 |
+
#: ../admin/manage-fields.php:327
|
| 450 |
+
msgid "Guatemala"
|
| 451 |
+
msgstr "Guatemala"
|
| 452 |
+
|
| 453 |
+
#: ../admin/manage-fields.php:328
|
| 454 |
+
msgid "Guernsey"
|
| 455 |
+
msgstr "Guernsey"
|
| 456 |
+
|
| 457 |
+
#: ../admin/manage-fields.php:329
|
| 458 |
+
msgid "Guinea"
|
| 459 |
+
msgstr "Guinea"
|
| 460 |
+
|
| 461 |
+
#: ../admin/manage-fields.php:330
|
| 462 |
+
msgid "Guinea-Bissau"
|
| 463 |
+
msgstr "Guinea-Bissau"
|
| 464 |
+
|
| 465 |
+
#: ../admin/manage-fields.php:331
|
| 466 |
+
msgid "Guyana"
|
| 467 |
+
msgstr "Guyana"
|
| 468 |
+
|
| 469 |
+
#: ../admin/manage-fields.php:332
|
| 470 |
+
msgid "Haiti"
|
| 471 |
+
msgstr "Haiti"
|
| 472 |
+
|
| 473 |
+
#: ../admin/manage-fields.php:333
|
| 474 |
+
msgid "Heard Island and McDonald Islands"
|
| 475 |
+
msgstr "Heard Island and McDonald Islands"
|
| 476 |
+
|
| 477 |
+
#: ../admin/manage-fields.php:334
|
| 478 |
+
msgid "Honduras"
|
| 479 |
+
msgstr "Honduras"
|
| 480 |
+
|
| 481 |
+
#: ../admin/manage-fields.php:335
|
| 482 |
+
msgid "Hong Kong"
|
| 483 |
+
msgstr "Hong Kong"
|
| 484 |
+
|
| 485 |
+
#: ../admin/manage-fields.php:336
|
| 486 |
+
msgid "Hungary"
|
| 487 |
+
msgstr "Hungary"
|
| 488 |
+
|
| 489 |
+
#: ../admin/manage-fields.php:337
|
| 490 |
+
msgid "Iceland"
|
| 491 |
+
msgstr "Iceland"
|
| 492 |
+
|
| 493 |
+
#: ../admin/manage-fields.php:338
|
| 494 |
+
msgid "India"
|
| 495 |
+
msgstr "India"
|
| 496 |
+
|
| 497 |
+
#: ../admin/manage-fields.php:339
|
| 498 |
+
msgid "Indonesia"
|
| 499 |
+
msgstr "Indonesia"
|
| 500 |
+
|
| 501 |
+
#: ../admin/manage-fields.php:340
|
| 502 |
+
msgid "Iran"
|
| 503 |
+
msgstr "Iran"
|
| 504 |
+
|
| 505 |
+
#: ../admin/manage-fields.php:341
|
| 506 |
+
msgid "Iraq"
|
| 507 |
+
msgstr "Iraq"
|
| 508 |
+
|
| 509 |
+
#: ../admin/manage-fields.php:342
|
| 510 |
+
msgid "Ireland"
|
| 511 |
+
msgstr "Ireland"
|
| 512 |
+
|
| 513 |
+
#: ../admin/manage-fields.php:343
|
| 514 |
+
msgid "Isle of Man"
|
| 515 |
+
msgstr "Isle of Man"
|
| 516 |
+
|
| 517 |
+
#: ../admin/manage-fields.php:344
|
| 518 |
+
msgid "Israel"
|
| 519 |
+
msgstr "Israel"
|
| 520 |
+
|
| 521 |
+
#: ../admin/manage-fields.php:345
|
| 522 |
+
msgid "Italy"
|
| 523 |
+
msgstr "Italy"
|
| 524 |
+
|
| 525 |
+
#: ../admin/manage-fields.php:346
|
| 526 |
+
msgid "Ivory Coast"
|
| 527 |
+
msgstr "Ivory Coast"
|
| 528 |
+
|
| 529 |
+
#: ../admin/manage-fields.php:347
|
| 530 |
+
msgid "Jamaica"
|
| 531 |
+
msgstr "Jamaica"
|
| 532 |
+
|
| 533 |
+
#: ../admin/manage-fields.php:348
|
| 534 |
+
msgid "Japan"
|
| 535 |
+
msgstr "Japan"
|
| 536 |
+
|
| 537 |
+
#: ../admin/manage-fields.php:349
|
| 538 |
+
msgid "Jersey"
|
| 539 |
+
msgstr "Jersey"
|
| 540 |
+
|
| 541 |
+
#: ../admin/manage-fields.php:350
|
| 542 |
+
msgid "Jordan"
|
| 543 |
+
msgstr "Jordan"
|
| 544 |
+
|
| 545 |
+
#: ../admin/manage-fields.php:351
|
| 546 |
+
msgid "Kazakhstan"
|
| 547 |
+
msgstr "Kazakhstan"
|
| 548 |
+
|
| 549 |
+
#: ../admin/manage-fields.php:352
|
| 550 |
+
msgid "Kenya"
|
| 551 |
+
msgstr "Kenya"
|
| 552 |
+
|
| 553 |
+
#: ../admin/manage-fields.php:353
|
| 554 |
+
msgid "Kiribati"
|
| 555 |
+
msgstr "Kiribati"
|
| 556 |
+
|
| 557 |
+
#: ../admin/manage-fields.php:354
|
| 558 |
+
msgid "Kosovo"
|
| 559 |
+
msgstr "Kosovo"
|
| 560 |
+
|
| 561 |
+
#: ../admin/manage-fields.php:355
|
| 562 |
+
msgid "Kuwait"
|
| 563 |
+
msgstr "Kuwait"
|
| 564 |
+
|
| 565 |
+
#: ../admin/manage-fields.php:356
|
| 566 |
+
msgid "Kyrgyzstan"
|
| 567 |
+
msgstr "Kyrgyzstan"
|
| 568 |
+
|
| 569 |
+
#: ../admin/manage-fields.php:357
|
| 570 |
+
msgid "Laos"
|
| 571 |
+
msgstr "Laos"
|
| 572 |
+
|
| 573 |
+
#: ../admin/manage-fields.php:358
|
| 574 |
+
msgid "Latvia"
|
| 575 |
+
msgstr "Latvia"
|
| 576 |
+
|
| 577 |
+
#: ../admin/manage-fields.php:359
|
| 578 |
+
msgid "Lebanon"
|
| 579 |
+
msgstr "Lebanon"
|
| 580 |
+
|
| 581 |
+
#: ../admin/manage-fields.php:360
|
| 582 |
+
msgid "Lesotho"
|
| 583 |
+
msgstr "Lesotho"
|
| 584 |
+
|
| 585 |
+
#: ../admin/manage-fields.php:361
|
| 586 |
+
msgid "Liberia"
|
| 587 |
+
msgstr "Liberia"
|
| 588 |
+
|
| 589 |
+
#: ../admin/manage-fields.php:362
|
| 590 |
+
msgid "Libya"
|
| 591 |
+
msgstr "Libya"
|
| 592 |
+
|
| 593 |
+
#: ../admin/manage-fields.php:363
|
| 594 |
+
msgid "Liechtenstein"
|
| 595 |
+
msgstr "Liechtenstein"
|
| 596 |
+
|
| 597 |
+
#: ../admin/manage-fields.php:364
|
| 598 |
+
msgid "Lithuania"
|
| 599 |
+
msgstr "Lithuania"
|
| 600 |
+
|
| 601 |
+
#: ../admin/manage-fields.php:365
|
| 602 |
+
msgid "Luxembourg"
|
| 603 |
+
msgstr "Luxembourg"
|
| 604 |
+
|
| 605 |
+
#: ../admin/manage-fields.php:366
|
| 606 |
+
msgid "Macao"
|
| 607 |
+
msgstr "Macao"
|
| 608 |
+
|
| 609 |
+
#: ../admin/manage-fields.php:367
|
| 610 |
+
msgid "Macedonia"
|
| 611 |
+
msgstr "Macedonia"
|
| 612 |
+
|
| 613 |
+
#: ../admin/manage-fields.php:368
|
| 614 |
+
msgid "Madagascar"
|
| 615 |
+
msgstr "Madagascar"
|
| 616 |
+
|
| 617 |
+
#: ../admin/manage-fields.php:369
|
| 618 |
+
msgid "Malawi"
|
| 619 |
+
msgstr "Malawi"
|
| 620 |
+
|
| 621 |
+
#: ../admin/manage-fields.php:370
|
| 622 |
+
msgid "Malaysia"
|
| 623 |
+
msgstr "Malaysia"
|
| 624 |
+
|
| 625 |
+
#: ../admin/manage-fields.php:371
|
| 626 |
+
msgid "Maldives"
|
| 627 |
+
msgstr "Maldives"
|
| 628 |
+
|
| 629 |
+
#: ../admin/manage-fields.php:372
|
| 630 |
+
msgid "Mali"
|
| 631 |
+
msgstr "Mali"
|
| 632 |
+
|
| 633 |
+
#: ../admin/manage-fields.php:373
|
| 634 |
+
msgid "Malta"
|
| 635 |
+
msgstr "Malta"
|
| 636 |
+
|
| 637 |
+
#: ../admin/manage-fields.php:374
|
| 638 |
+
msgid "Marshall Islands"
|
| 639 |
+
msgstr "Marshall Islands"
|
| 640 |
+
|
| 641 |
+
#: ../admin/manage-fields.php:375
|
| 642 |
+
msgid "Martinique"
|
| 643 |
+
msgstr "Martinique"
|
| 644 |
+
|
| 645 |
+
#: ../admin/manage-fields.php:376
|
| 646 |
+
msgid "Mauritania"
|
| 647 |
+
msgstr "Mauritania"
|
| 648 |
+
|
| 649 |
+
#: ../admin/manage-fields.php:377
|
| 650 |
+
msgid "Mauritius"
|
| 651 |
+
msgstr "Mauritius"
|
| 652 |
+
|
| 653 |
+
#: ../admin/manage-fields.php:378
|
| 654 |
+
msgid "Mayotte"
|
| 655 |
+
msgstr "Mayotte"
|
| 656 |
+
|
| 657 |
+
#: ../admin/manage-fields.php:379
|
| 658 |
+
msgid "Mexico"
|
| 659 |
+
msgstr "Mexico"
|
| 660 |
+
|
| 661 |
+
#: ../admin/manage-fields.php:380
|
| 662 |
+
msgid "Micronesia"
|
| 663 |
+
msgstr "Micronesia"
|
| 664 |
+
|
| 665 |
+
#: ../admin/manage-fields.php:381
|
| 666 |
+
msgid "Moldova"
|
| 667 |
+
msgstr "Moldova"
|
| 668 |
+
|
| 669 |
+
#: ../admin/manage-fields.php:382
|
| 670 |
+
msgid "Monaco"
|
| 671 |
+
msgstr "Monaco"
|
| 672 |
+
|
| 673 |
+
#: ../admin/manage-fields.php:383
|
| 674 |
+
msgid "Mongolia"
|
| 675 |
+
msgstr "Mongolia"
|
| 676 |
+
|
| 677 |
+
#: ../admin/manage-fields.php:384
|
| 678 |
+
msgid "Montenegro"
|
| 679 |
+
msgstr "Montenegro"
|
| 680 |
+
|
| 681 |
+
#: ../admin/manage-fields.php:385
|
| 682 |
+
msgid "Montserrat"
|
| 683 |
+
msgstr "Montserrat"
|
| 684 |
+
|
| 685 |
+
#: ../admin/manage-fields.php:386
|
| 686 |
+
msgid "Morocco"
|
| 687 |
+
msgstr "Morocco"
|
| 688 |
+
|
| 689 |
+
#: ../admin/manage-fields.php:387
|
| 690 |
+
msgid "Mozambique"
|
| 691 |
+
msgstr "Mozambique"
|
| 692 |
+
|
| 693 |
+
#: ../admin/manage-fields.php:388
|
| 694 |
+
msgid "Myanmar"
|
| 695 |
+
msgstr "Myanmar"
|
| 696 |
+
|
| 697 |
+
#: ../admin/manage-fields.php:389
|
| 698 |
+
msgid "Namibia"
|
| 699 |
+
msgstr "Namibia"
|
| 700 |
+
|
| 701 |
+
#: ../admin/manage-fields.php:390
|
| 702 |
+
msgid "Nauru"
|
| 703 |
+
msgstr "Nauru"
|
| 704 |
+
|
| 705 |
+
#: ../admin/manage-fields.php:391
|
| 706 |
+
msgid "Nepal"
|
| 707 |
+
msgstr "Nepal"
|
| 708 |
+
|
| 709 |
+
#: ../admin/manage-fields.php:392
|
| 710 |
+
msgid "Netherlands"
|
| 711 |
+
msgstr "Netherlands"
|
| 712 |
+
|
| 713 |
+
#: ../admin/manage-fields.php:393
|
| 714 |
+
msgid "New Caledonia"
|
| 715 |
+
msgstr "New Caledonia"
|
| 716 |
+
|
| 717 |
+
#: ../admin/manage-fields.php:394
|
| 718 |
+
msgid "New Zealand"
|
| 719 |
+
msgstr "New Zealand"
|
| 720 |
+
|
| 721 |
+
#: ../admin/manage-fields.php:395
|
| 722 |
+
msgid "Nicaragua"
|
| 723 |
+
msgstr "Nicaragua"
|
| 724 |
+
|
| 725 |
+
#: ../admin/manage-fields.php:396
|
| 726 |
+
msgid "Niger"
|
| 727 |
+
msgstr "Niger"
|
| 728 |
+
|
| 729 |
+
#: ../admin/manage-fields.php:397
|
| 730 |
+
msgid "Nigeria"
|
| 731 |
+
msgstr "Nigeria"
|
| 732 |
+
|
| 733 |
+
#: ../admin/manage-fields.php:398
|
| 734 |
+
msgid "Niue"
|
| 735 |
+
msgstr "Niue"
|
| 736 |
+
|
| 737 |
+
#: ../admin/manage-fields.php:399
|
| 738 |
+
msgid "Norfolk Island"
|
| 739 |
+
msgstr "Norfolk Island"
|
| 740 |
+
|
| 741 |
+
#: ../admin/manage-fields.php:400
|
| 742 |
+
msgid "North Korea"
|
| 743 |
+
msgstr "North Korea"
|
| 744 |
+
|
| 745 |
+
#: ../admin/manage-fields.php:401
|
| 746 |
+
msgid "Northern Mariana Islands"
|
| 747 |
+
msgstr "Northern Mariana Islands"
|
| 748 |
+
|
| 749 |
+
#: ../admin/manage-fields.php:402
|
| 750 |
+
msgid "Norway"
|
| 751 |
+
msgstr "Norway"
|
| 752 |
+
|
| 753 |
+
#: ../admin/manage-fields.php:403
|
| 754 |
+
msgid "Oman"
|
| 755 |
+
msgstr "Oman"
|
| 756 |
+
|
| 757 |
+
#: ../admin/manage-fields.php:404
|
| 758 |
+
msgid "Pakistan"
|
| 759 |
+
msgstr "Pakistan"
|
| 760 |
+
|
| 761 |
+
#: ../admin/manage-fields.php:405
|
| 762 |
+
msgid "Palau"
|
| 763 |
+
msgstr "Palau"
|
| 764 |
+
|
| 765 |
+
#: ../admin/manage-fields.php:406
|
| 766 |
+
msgid "Palestinian Territory"
|
| 767 |
+
msgstr "Palestinian Territory"
|
| 768 |
+
|
| 769 |
+
#: ../admin/manage-fields.php:407
|
| 770 |
+
msgid "Panama"
|
| 771 |
+
msgstr "Panama"
|
| 772 |
+
|
| 773 |
+
#: ../admin/manage-fields.php:408
|
| 774 |
+
msgid "Papua New Guinea"
|
| 775 |
+
msgstr "Papua New Guinea"
|
| 776 |
+
|
| 777 |
+
#: ../admin/manage-fields.php:409
|
| 778 |
+
msgid "Paraguay"
|
| 779 |
+
msgstr "Paraguay"
|
| 780 |
+
|
| 781 |
+
#: ../admin/manage-fields.php:410
|
| 782 |
+
msgid "Peru"
|
| 783 |
+
msgstr "Peru"
|
| 784 |
+
|
| 785 |
+
#: ../admin/manage-fields.php:411
|
| 786 |
+
msgid "Philippines"
|
| 787 |
+
msgstr "Philippines"
|
| 788 |
+
|
| 789 |
+
#: ../admin/manage-fields.php:412
|
| 790 |
+
msgid "Pitcairn"
|
| 791 |
+
msgstr "Pitcairn"
|
| 792 |
+
|
| 793 |
+
#: ../admin/manage-fields.php:413
|
| 794 |
+
msgid "Poland"
|
| 795 |
+
msgstr "Poland"
|
| 796 |
+
|
| 797 |
+
#: ../admin/manage-fields.php:414
|
| 798 |
+
msgid "Portugal"
|
| 799 |
+
msgstr "Portugal"
|
| 800 |
+
|
| 801 |
+
#: ../admin/manage-fields.php:415
|
| 802 |
+
msgid "Puerto Rico"
|
| 803 |
+
msgstr "Puerto Rico"
|
| 804 |
+
|
| 805 |
+
#: ../admin/manage-fields.php:416
|
| 806 |
+
msgid "Qatar"
|
| 807 |
+
msgstr "Qatar"
|
| 808 |
+
|
| 809 |
+
#: ../admin/manage-fields.php:417
|
| 810 |
+
msgid "Republic of the Congo"
|
| 811 |
+
msgstr "Republic of the Congo"
|
| 812 |
+
|
| 813 |
+
#: ../admin/manage-fields.php:418
|
| 814 |
+
msgid "Reunion"
|
| 815 |
+
msgstr "Reunion"
|
| 816 |
+
|
| 817 |
+
#: ../admin/manage-fields.php:419
|
| 818 |
+
msgid "Romania"
|
| 819 |
+
msgstr "Romania"
|
| 820 |
+
|
| 821 |
+
#: ../admin/manage-fields.php:420
|
| 822 |
+
msgid "Russia"
|
| 823 |
+
msgstr "Russia"
|
| 824 |
+
|
| 825 |
+
#: ../admin/manage-fields.php:421
|
| 826 |
+
msgid "Rwanda"
|
| 827 |
+
msgstr "Rwanda"
|
| 828 |
+
|
| 829 |
+
#: ../admin/manage-fields.php:422
|
| 830 |
+
msgid "Saint Barthelemy"
|
| 831 |
+
msgstr "Saint Barthelemy"
|
| 832 |
+
|
| 833 |
+
#: ../admin/manage-fields.php:423
|
| 834 |
+
msgid "Saint Helena"
|
| 835 |
+
msgstr "Saint Helena"
|
| 836 |
+
|
| 837 |
+
#: ../admin/manage-fields.php:424
|
| 838 |
+
msgid "Saint Kitts and Nevis"
|
| 839 |
+
msgstr "Saint Kitts and Nevis"
|
| 840 |
+
|
| 841 |
+
#: ../admin/manage-fields.php:425
|
| 842 |
+
msgid "Saint Lucia"
|
| 843 |
+
msgstr "Saint Lucia"
|
| 844 |
+
|
| 845 |
+
#: ../admin/manage-fields.php:426
|
| 846 |
+
msgid "Saint Martin"
|
| 847 |
+
msgstr "Saint Martin"
|
| 848 |
+
|
| 849 |
+
#: ../admin/manage-fields.php:427
|
| 850 |
+
msgid "Saint Pierre and Miquelon"
|
| 851 |
+
msgstr "Saint Pierre and Miquelon"
|
| 852 |
+
|
| 853 |
+
#: ../admin/manage-fields.php:428
|
| 854 |
+
msgid "Saint Vincent and the Grenadines"
|
| 855 |
+
msgstr "Saint Vincent and the Grenadines"
|
| 856 |
+
|
| 857 |
+
#: ../admin/manage-fields.php:429
|
| 858 |
+
msgid "Samoa"
|
| 859 |
+
msgstr "Samoa"
|
| 860 |
+
|
| 861 |
+
#: ../admin/manage-fields.php:430
|
| 862 |
+
msgid "San Marino"
|
| 863 |
+
msgstr "San Marino"
|
| 864 |
+
|
| 865 |
+
#: ../admin/manage-fields.php:431
|
| 866 |
+
msgid "Sao Tome and Principe"
|
| 867 |
+
msgstr "Sao Tome and Principe"
|
| 868 |
+
|
| 869 |
+
#: ../admin/manage-fields.php:432
|
| 870 |
+
msgid "Saudi Arabia"
|
| 871 |
+
msgstr "Saudi Arabia"
|
| 872 |
+
|
| 873 |
+
#: ../admin/manage-fields.php:433
|
| 874 |
+
msgid "Senegal"
|
| 875 |
+
msgstr "Senegal"
|
| 876 |
+
|
| 877 |
+
#: ../admin/manage-fields.php:434
|
| 878 |
+
msgid "Serbia"
|
| 879 |
+
msgstr "Serbia"
|
| 880 |
+
|
| 881 |
+
#: ../admin/manage-fields.php:435
|
| 882 |
+
msgid "Seychelles"
|
| 883 |
+
msgstr "Seychelles"
|
| 884 |
+
|
| 885 |
+
#: ../admin/manage-fields.php:436
|
| 886 |
+
msgid "Sierra Leone"
|
| 887 |
+
msgstr "Sierra Leone"
|
| 888 |
+
|
| 889 |
+
#: ../admin/manage-fields.php:437
|
| 890 |
+
msgid "Singapore"
|
| 891 |
+
msgstr "Singapore"
|
| 892 |
+
|
| 893 |
+
#: ../admin/manage-fields.php:438
|
| 894 |
+
msgid "Sint Maarten"
|
| 895 |
+
msgstr "Sint Maarten"
|
| 896 |
+
|
| 897 |
+
#: ../admin/manage-fields.php:439
|
| 898 |
+
msgid "Slovakia"
|
| 899 |
+
msgstr "Slovakia"
|
| 900 |
+
|
| 901 |
+
#: ../admin/manage-fields.php:440
|
| 902 |
+
msgid "Slovenia"
|
| 903 |
+
msgstr "Slovenia"
|
| 904 |
+
|
| 905 |
+
#: ../admin/manage-fields.php:441
|
| 906 |
+
msgid "Solomon Islands"
|
| 907 |
+
msgstr "Solomon Islands"
|
| 908 |
+
|
| 909 |
+
#: ../admin/manage-fields.php:442
|
| 910 |
+
msgid "Somalia"
|
| 911 |
+
msgstr "Somalia"
|
| 912 |
+
|
| 913 |
+
#: ../admin/manage-fields.php:443
|
| 914 |
+
msgid "South Africa"
|
| 915 |
+
msgstr "South Africa"
|
| 916 |
+
|
| 917 |
+
#: ../admin/manage-fields.php:444
|
| 918 |
+
msgid "South Georgia and the South Sandwich Islands"
|
| 919 |
+
msgstr "South Georgia and the South Sandwich Islands"
|
| 920 |
+
|
| 921 |
+
#: ../admin/manage-fields.php:445
|
| 922 |
+
msgid "South Korea"
|
| 923 |
+
msgstr "South Korea"
|
| 924 |
+
|
| 925 |
+
#: ../admin/manage-fields.php:446
|
| 926 |
+
msgid "South Sudan"
|
| 927 |
+
msgstr "South Sudan"
|
| 928 |
+
|
| 929 |
+
#: ../admin/manage-fields.php:447
|
| 930 |
+
msgid "Spain"
|
| 931 |
+
msgstr "Spain"
|
| 932 |
+
|
| 933 |
+
#: ../admin/manage-fields.php:448
|
| 934 |
+
msgid "Sri Lanka"
|
| 935 |
+
msgstr "Sri Lanka"
|
| 936 |
+
|
| 937 |
+
#: ../admin/manage-fields.php:449
|
| 938 |
+
msgid "Sudan"
|
| 939 |
+
msgstr "Sudan"
|
| 940 |
+
|
| 941 |
+
#: ../admin/manage-fields.php:450
|
| 942 |
+
msgid "Suriname"
|
| 943 |
+
msgstr "Suriname"
|
| 944 |
+
|
| 945 |
+
#: ../admin/manage-fields.php:451
|
| 946 |
+
msgid "Svalbard and Jan Mayen"
|
| 947 |
+
msgstr "Svalbard and Jan Mayen"
|
| 948 |
+
|
| 949 |
+
#: ../admin/manage-fields.php:452
|
| 950 |
+
msgid "Swaziland"
|
| 951 |
+
msgstr "Swaziland"
|
| 952 |
+
|
| 953 |
+
#: ../admin/manage-fields.php:453
|
| 954 |
+
msgid "Sweden"
|
| 955 |
+
msgstr "Sweden"
|
| 956 |
+
|
| 957 |
+
#: ../admin/manage-fields.php:454
|
| 958 |
+
msgid "Switzerland"
|
| 959 |
+
msgstr "Switzerland"
|
| 960 |
+
|
| 961 |
+
#: ../admin/manage-fields.php:455
|
| 962 |
+
msgid "Syria"
|
| 963 |
+
msgstr "Syria"
|
| 964 |
+
|
| 965 |
+
#: ../admin/manage-fields.php:456
|
| 966 |
+
msgid "Taiwan"
|
| 967 |
+
msgstr "Taiwan"
|
| 968 |
+
|
| 969 |
+
#: ../admin/manage-fields.php:457
|
| 970 |
+
msgid "Tajikistan"
|
| 971 |
+
msgstr "Tajikistan"
|
| 972 |
+
|
| 973 |
+
#: ../admin/manage-fields.php:458
|
| 974 |
+
msgid "Tanzania"
|
| 975 |
+
msgstr "Tanzania"
|
| 976 |
+
|
| 977 |
+
#: ../admin/manage-fields.php:459
|
| 978 |
+
msgid "Thailand"
|
| 979 |
+
msgstr "Thailand"
|
| 980 |
+
|
| 981 |
+
#: ../admin/manage-fields.php:460
|
| 982 |
+
msgid "Togo"
|
| 983 |
+
msgstr "Togo"
|
| 984 |
+
|
| 985 |
+
#: ../admin/manage-fields.php:461
|
| 986 |
+
msgid "Tokelau"
|
| 987 |
+
msgstr "Tokelau"
|
| 988 |
+
|
| 989 |
+
#: ../admin/manage-fields.php:462
|
| 990 |
+
msgid "Tonga"
|
| 991 |
+
msgstr "Tonga"
|
| 992 |
+
|
| 993 |
+
#: ../admin/manage-fields.php:463
|
| 994 |
+
msgid "Trinidad and Tobago"
|
| 995 |
+
msgstr "Trinidad and Tobago"
|
| 996 |
+
|
| 997 |
+
#: ../admin/manage-fields.php:464
|
| 998 |
+
msgid "Tunisia"
|
| 999 |
+
msgstr "Tunisia"
|
| 1000 |
+
|
| 1001 |
+
#: ../admin/manage-fields.php:465
|
| 1002 |
+
msgid "Turkey"
|
| 1003 |
+
msgstr "Turkey"
|
| 1004 |
+
|
| 1005 |
+
#: ../admin/manage-fields.php:466
|
| 1006 |
+
msgid "Turkmenistan"
|
| 1007 |
+
msgstr "Turkmenistan"
|
| 1008 |
+
|
| 1009 |
+
#: ../admin/manage-fields.php:467
|
| 1010 |
+
msgid "Turks and Caicos Islands"
|
| 1011 |
+
msgstr "Turks and Caicos Islands"
|
| 1012 |
+
|
| 1013 |
+
#: ../admin/manage-fields.php:468
|
| 1014 |
+
msgid "Tuvalu"
|
| 1015 |
+
msgstr "Tuvalu"
|
| 1016 |
+
|
| 1017 |
+
#: ../admin/manage-fields.php:469
|
| 1018 |
+
msgid "U.S. Virgin Islands"
|
| 1019 |
+
msgstr "U.S. Virgin Islands"
|
| 1020 |
+
|
| 1021 |
+
#: ../admin/manage-fields.php:470
|
| 1022 |
+
msgid "Uganda"
|
| 1023 |
+
msgstr "Uganda"
|
| 1024 |
+
|
| 1025 |
+
#: ../admin/manage-fields.php:471
|
| 1026 |
+
msgid "Ukraine"
|
| 1027 |
+
msgstr "Ukraine"
|
| 1028 |
+
|
| 1029 |
+
#: ../admin/manage-fields.php:472
|
| 1030 |
+
msgid "United Arab Emirates"
|
| 1031 |
+
msgstr "United Arab Emirates"
|
| 1032 |
+
|
| 1033 |
+
#: ../admin/manage-fields.php:473
|
| 1034 |
+
msgid "United Kingdom"
|
| 1035 |
+
msgstr "United Kingdom"
|
| 1036 |
+
|
| 1037 |
+
#: ../admin/manage-fields.php:474
|
| 1038 |
+
msgid "United States"
|
| 1039 |
+
msgstr "United States"
|
| 1040 |
+
|
| 1041 |
+
#: ../admin/manage-fields.php:475
|
| 1042 |
+
msgid "United States Minor Outlying Islands"
|
| 1043 |
+
msgstr "United States Minor Outlying Islands"
|
| 1044 |
+
|
| 1045 |
+
#: ../admin/manage-fields.php:476
|
| 1046 |
+
msgid "Uruguay"
|
| 1047 |
+
msgstr "Uruguay"
|
| 1048 |
+
|
| 1049 |
+
#: ../admin/manage-fields.php:477
|
| 1050 |
+
msgid "Uzbekistan"
|
| 1051 |
+
msgstr "Uzbekistan"
|
| 1052 |
+
|
| 1053 |
+
#: ../admin/manage-fields.php:478
|
| 1054 |
+
msgid "Vanuatu"
|
| 1055 |
+
msgstr "Vanuatu"
|
| 1056 |
+
|
| 1057 |
+
#: ../admin/manage-fields.php:479
|
| 1058 |
+
msgid "Vatican"
|
| 1059 |
+
msgstr "Vatican"
|
| 1060 |
+
|
| 1061 |
+
#: ../admin/manage-fields.php:480
|
| 1062 |
+
msgid "Venezuela"
|
| 1063 |
+
msgstr "Venezuela"
|
| 1064 |
+
|
| 1065 |
+
#: ../admin/manage-fields.php:481
|
| 1066 |
+
msgid "Vietnam"
|
| 1067 |
+
msgstr "Vietnam"
|
| 1068 |
+
|
| 1069 |
+
#: ../admin/manage-fields.php:482
|
| 1070 |
+
msgid "Wallis and Futuna"
|
| 1071 |
+
msgstr "Wallis and Futuna"
|
| 1072 |
+
|
| 1073 |
+
#: ../admin/manage-fields.php:483
|
| 1074 |
+
msgid "Western Sahara"
|
| 1075 |
+
msgstr "Western Sahara"
|
| 1076 |
+
|
| 1077 |
+
#: ../admin/manage-fields.php:484
|
| 1078 |
+
msgid "Yemen"
|
| 1079 |
+
msgstr "Yemen"
|
| 1080 |
+
|
| 1081 |
+
#: ../admin/manage-fields.php:485
|
| 1082 |
+
msgid "Zambia"
|
| 1083 |
+
msgstr "Zambia"
|
| 1084 |
+
|
| 1085 |
+
#: ../admin/manage-fields.php:486
|
| 1086 |
+
msgid "Zimbabwe"
|
| 1087 |
+
msgstr "Zimbabwe"
|
| 1088 |
+
|
| 1089 |
+
#: ../admin/manage-fields.php:843
|
| 1090 |
+
msgid "With Profile Builder Pro v2 you can display different fields in the registration and edit profile forms, using the Multiple Registration & Edit Profile Forms module."
|
| 1091 |
+
msgstr ""
|
| 1092 |
+
|
| 1093 |
+
#: ../assets/misc/plugin-compatibilities.php:241
|
| 1094 |
+
msgid "Your account has to be confirmed by an administrator before you can log in."
|
| 1095 |
+
msgstr ""
|
| 1096 |
+
|
| 1097 |
+
#: ../features/admin-approval/admin-approval.php:203
|
| 1098 |
+
msgid "Your account has been successfully created!"
|
| 1099 |
+
msgstr ""
|
| 1100 |
+
|
| 1101 |
+
#: ../features/functions.php:607
|
| 1102 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:374
|
| 1103 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:379
|
| 1104 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:421
|
| 1105 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:458
|
| 1106 |
+
msgid "Please enter a (valid) reCAPTCHA value"
|
| 1107 |
+
msgstr ""
|
| 1108 |
+
|
| 1109 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:421
|
| 1110 |
+
msgid "Click the BACK button on your browser, and try again."
|
| 1111 |
+
msgstr ""
|
| 1112 |
+
|
| 1113 |
+
#: ../front-end/extra-fields/upload/upload_helper_functions.php:78
|
| 1114 |
+
#: ../front-end/extra-fields/upload/upload_helper_functions.php:87
|
| 1115 |
+
msgid "Sorry, you cannot upload this file type for this field."
|
| 1116 |
+
msgstr ""
|
| 1117 |
+
|
| 1118 |
+
#: ../front-end/extra-fields/upload/upload_helper_functions.php:94
|
| 1119 |
+
msgid "An error occurred, please try again later."
|
| 1120 |
+
msgstr ""
|
| 1121 |
+
|
| 1122 |
+
#: ../modules/user-listing/userlisting.php:253
|
| 1123 |
+
msgid "More"
|
| 1124 |
+
msgstr ""
|
| 1125 |
+
|
| 1126 |
+
#: ../modules/user-listing/userlisting.php:338
|
| 1127 |
+
msgid "You do not have permission to view this user list."
|
| 1128 |
+
msgstr ""
|
| 1129 |
+
|
| 1130 |
+
#: ../modules/user-listing/userlisting.php:351
|
| 1131 |
+
msgid "You do not have the required user role to view this user list."
|
| 1132 |
+
msgstr ""
|
| 1133 |
+
|
| 1134 |
+
#: ../modules/user-listing/userlisting.php:1287
|
| 1135 |
+
msgid "Ascending"
|
| 1136 |
+
msgstr ""
|
| 1137 |
+
|
| 1138 |
+
#: ../modules/user-listing/userlisting.php:1288
|
| 1139 |
+
msgid "Descending"
|
| 1140 |
+
msgstr ""
|
| 1141 |
+
|
| 1142 |
#: ../admin/add-ons.php:144
|
| 1143 |
msgid "Download Now"
|
| 1144 |
msgstr "Descargar"
|
| 1145 |
|
| 1146 |
+
#: ../admin/admin-functions.php:197
|
| 1147 |
msgid "If you enjoy using <strong> %1$s </strong> please <a href=\"%2$s\" target=\"_blank\">rate us on WordPress.org</a>. More happy users means more features, less bugs and better support for everyone. "
|
| 1148 |
msgstr ""
|
| 1149 |
|
| 1155 |
msgid ". Extra Field Types are available in <a href=\"%s\">Hobbyist or PRO versions</a>."
|
| 1156 |
msgstr ""
|
| 1157 |
|
| 1158 |
+
#: ../admin/manage-fields.php:107
|
| 1159 |
msgid "Site Key"
|
| 1160 |
msgstr "Sitio clave"
|
| 1161 |
|
| 1162 |
+
#: ../admin/manage-fields.php:107
|
| 1163 |
msgid "The site key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 1164 |
msgstr ""
|
| 1165 |
|
| 1166 |
+
#: ../admin/manage-fields.php:108
|
| 1167 |
msgid "Secret Key"
|
| 1168 |
msgstr "Clave secreta"
|
| 1169 |
|
| 1170 |
+
#: ../admin/manage-fields.php:108
|
| 1171 |
msgid "The secret key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 1172 |
msgstr ""
|
| 1173 |
|
| 1174 |
+
#: ../admin/manage-fields.php:660
|
| 1175 |
msgid "You must enter the site key\n"
|
| 1176 |
+
msgstr "Debes ingresar la clave del sitio\n"
|
| 1177 |
|
| 1178 |
+
#: ../admin/manage-fields.php:662
|
| 1179 |
msgid "You must enter the secret key\n"
|
| 1180 |
msgstr ""
|
| 1181 |
|
| 1259 |
msgid "Could not install add-on. Retry or <a href=\"%s\" target=\"_blank\">install manually</a>."
|
| 1260 |
msgstr ""
|
| 1261 |
|
| 1262 |
+
#: ../front-end/default-fields/email/email.php:48
|
| 1263 |
msgid "You must enter a valid email address."
|
| 1264 |
msgstr "Debe ingresar una dirección válida de email"
|
| 1265 |
|
| 1266 |
+
#: ../front-end/default-fields/username/username.php:53
|
| 1267 |
+
#: ../front-end/default-fields/username/username.php:60
|
| 1268 |
msgid "This username is invalid because it uses illegal characters."
|
| 1269 |
msgstr ""
|
| 1270 |
|
| 1271 |
+
#: ../front-end/default-fields/username/username.php:53
|
| 1272 |
+
#: ../front-end/default-fields/username/username.php:60
|
| 1273 |
msgid "Please enter a valid username."
|
| 1274 |
msgstr "Por favor ingrese un nombre de usuario válido"
|
| 1275 |
|
| 1276 |
+
#: ../front-end/extra-fields/user-role/user-role.php:67
|
| 1277 |
+
#: ../front-end/extra-fields/user-role/user-role.php:80
|
| 1278 |
msgid "Only administrators can see this field on edit profile forms."
|
| 1279 |
msgstr ""
|
| 1280 |
|
| 1281 |
+
#: ../front-end/extra-fields/user-role/user-role.php:76
|
| 1282 |
msgid "As an administrator you cannot change your role."
|
| 1283 |
msgstr ""
|
| 1284 |
|
| 1345 |
msgid "None"
|
| 1346 |
msgstr ""
|
| 1347 |
|
| 1348 |
+
#: ../admin/admin-functions.php:128
|
| 1349 |
msgid "<strong>ERROR</strong>: The password must have the minimum length of %s characters"
|
| 1350 |
msgstr "<strong>ERROR</strong>: La contraseña tiene que tener un tamaño mínimo de %s caracteres"
|
| 1351 |
|
| 1352 |
+
#: ../admin/admin-functions.php:145
|
| 1353 |
msgid "<strong>ERROR</strong>: The password must have a minimum strength of %s"
|
| 1354 |
msgstr "<strong>ERROR</strong>: La contraseña tiene que tener una fortaleza mínima de %s"
|
| 1355 |
|
| 1356 |
+
#: ../admin/general-settings.php:170
|
| 1357 |
msgid "Username and Email"
|
| 1358 |
msgstr "Usuario o Email"
|
| 1359 |
|
| 1360 |
+
#: ../admin/general-settings.php:175
|
| 1361 |
msgid "\"Username and Email\" - users can Log In with both Username and Email."
|
| 1362 |
msgstr "\"Nombre de Usuario y Email\" - los usuarios pueden Autenticarse tanto con el Nombre de Usuario como con el Email."
|
| 1363 |
|
| 1364 |
+
#: ../admin/general-settings.php:176
|
| 1365 |
msgid "\"Username\" - users can Log In only with Username."
|
| 1366 |
msgstr "\"Nombre de Usuario\" - los usuarios pueden Autenticarse con el Nombre de Usuario."
|
| 1367 |
|
| 1368 |
+
#: ../admin/general-settings.php:177
|
| 1369 |
msgid "\"Email\" - users can Log In only with Email."
|
| 1370 |
msgstr "\"Email\" - los usuarios pueden Autenticarse con el Email."
|
| 1371 |
|
| 1372 |
+
#: ../admin/manage-fields.php:100
|
| 1373 |
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 (.*)"
|
| 1374 |
msgstr "Especificar la(s) extensión(es) que desea limitar para subir<br/>Ejemplo:.ext1,.ext2,.ext3<br/>Si no se especifica, deja por defecto:.jpg,.jpeg,.gif,.png (.*)"
|
| 1375 |
|
| 1376 |
+
#: ../admin/manage-fields.php:101
|
| 1377 |
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 (.*)"
|
| 1378 |
msgstr "Especificar la(s) extensión(es) que desea limitar para subir<br/>Ejemplo:.ext1,.ext2,.ext3<br/>Si no se especifica, deja por defecto todas las extensiones de archivos permitidas por WordPress (.*)"
|
| 1379 |
|
| 1380 |
+
#: ../admin/manage-fields.php:111
|
| 1381 |
msgid "User Roles"
|
| 1382 |
msgstr "Roles de Usuario"
|
| 1383 |
|
| 1384 |
+
#: ../admin/manage-fields.php:111
|
| 1385 |
msgid "Select which user roles to show to the user ( drag and drop to re-order )"
|
| 1386 |
msgstr "Seleccionar cuáles roles de usuario mostrar al usuario (arrastre y suelte para reorganizar)"
|
| 1387 |
|
| 1388 |
+
#: ../admin/manage-fields.php:112
|
| 1389 |
msgid "User Roles Order"
|
| 1390 |
msgstr "Orden de Roles de Usuario"
|
| 1391 |
|
| 1392 |
+
#: ../admin/manage-fields.php:112
|
| 1393 |
msgid "Save the user role order from the user roles checkboxes"
|
| 1394 |
msgstr "Salvar el orden de roles de usuario de las casillas de roles de usuario"
|
| 1395 |
|
| 1396 |
+
#: ../admin/manage-fields.php:752
|
| 1397 |
msgid "Please select at least one user role\n"
|
| 1398 |
msgstr "Por favor seleccione al menos un rol de usuario\n"
|
| 1399 |
|
| 1421 |
msgid "show"
|
| 1422 |
msgstr "mostrar"
|
| 1423 |
|
| 1424 |
+
#: ../features/functions.php:659
|
| 1425 |
msgid "To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sNetwork Settings%2$s, and under Registration Settings make sure to check “User accounts may be registered”. %3$sDismiss%4$s"
|
| 1426 |
msgstr "Para permitir a los usuarios registrarse en su sitio web via Profile Builder, usted tiene primero que habilitar el registro de usuario. Vaya a %1$sAjustes de Red%2$s, y en Ajustes de Registros esté seguro de seleccionar “Las cuentas de usuario pueden ser registradas”. %3$sDescartar%4$s"
|
| 1427 |
|
| 1428 |
+
#: ../front-end/class-formbuilder.php:509
|
| 1429 |
msgid "User to edit:"
|
| 1430 |
msgstr "Usuarios a editar:"
|
| 1431 |
|
| 1432 |
+
#: ../front-end/default-fields/password/password.php:46
|
| 1433 |
+
#: ../front-end/recover.php:245
|
| 1434 |
msgid "The password must have the minimum length of %s characters"
|
| 1435 |
msgstr "La contraseña tiene que tener un tamaño mínimo de %s caracteres"
|
| 1436 |
|
| 1437 |
+
#: ../front-end/default-fields/password/password.php:50
|
| 1438 |
+
#: ../front-end/recover.php:249
|
| 1439 |
msgid "The password must have a minimum strength of %s"
|
| 1440 |
msgstr "La contraseña tiene que tener una fortaleza mínima de %s"
|
| 1441 |
|
| 1442 |
+
#: ../front-end/extra-fields/user-role/user-role.php:112
|
| 1443 |
msgid "You cannot register this user role"
|
| 1444 |
msgstr "Usted no puede registrar este rol de usuario"
|
| 1445 |
|
| 1463 |
msgid "User Role"
|
| 1464 |
msgstr "Role del Usuario"
|
| 1465 |
|
| 1466 |
+
#: ../modules/user-listing/userlisting.php:1207
|
| 1467 |
msgid "View all extra shortcode parameters"
|
| 1468 |
msgstr "Ver todos los parámetros de código corto adicionales"
|
| 1469 |
|
| 1470 |
+
#: ../modules/user-listing/userlisting.php:1221
|
| 1471 |
msgid "displays only the users that you specified the user_id for"
|
| 1472 |
msgstr "muestra solamente los usuarios para los que usted ha especificado el user_id"
|
| 1473 |
|
| 1474 |
+
#: ../modules/user-listing/userlisting.php:1227
|
| 1475 |
msgid "displays all users except the ones you specified the user_id for"
|
| 1476 |
msgstr "muestra todos los usuarios excepto aquellos para los que usted ha especificado el user_id"
|
| 1477 |
|
| 1478 |
+
#: ../features/functions.php:526
|
| 1479 |
msgid "Minimum length of %d characters"
|
| 1480 |
msgstr "Mínimo de %d caracteres. "
|
| 1481 |
|
| 1483 |
msgid "This message is only visible by administrators"
|
| 1484 |
msgstr "Este mensaje está visible solamente por administradores"
|
| 1485 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1486 |
#: ../modules/user-listing/userlisting.php:364
|
| 1487 |
msgid "User not found"
|
| 1488 |
msgstr "Usuario no encontrado"
|
| 1496 |
msgid "Choose which user roles view the admin bar in the front-end of the website."
|
| 1497 |
msgstr "Escoger qué roles de usuario ve el admin bar en la vista pública del sitio web."
|
| 1498 |
|
| 1499 |
+
#: ../admin/manage-fields.php:105
|
| 1500 |
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"
|
| 1501 |
msgstr "Entrar una lista de valores separada por coma<br/>Esto puede ser cualquier cosa, como está oculto al usuario, pero no debería contener caracteres especiales o apóstrofes"
|
| 1502 |
|
| 1503 |
+
#: ../admin/manage-fields.php:689
|
| 1504 |
msgid "The meta-name cannot be empty\n"
|
| 1505 |
msgstr "El meta-nombre no puede ser vacío\n"
|
| 1506 |
|
| 1531 |
msgid "1 item"
|
| 1532 |
msgstr "1 elemento"
|
| 1533 |
|
| 1534 |
+
#: ../features/functions.php:512
|
| 1535 |
msgid "Very Weak"
|
| 1536 |
msgstr "Muy Débil"
|
| 1537 |
|
| 1538 |
+
#: ../features/functions.php:600
|
| 1539 |
msgid "This field is required"
|
| 1540 |
msgstr "Campo requerido"
|
| 1541 |
|
| 1542 |
+
#: ../features/functions.php:627
|
| 1543 |
msgid "Cancel"
|
| 1544 |
msgstr "Cancelar"
|
| 1545 |
|
| 1546 |
+
#: ../features/functions.php:663
|
| 1547 |
msgid "To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sSettings -> General%2$s tab, and under Membership make sure to check “Anyone can register”. %3$sDismiss%4$s"
|
| 1548 |
msgstr "Para permitir a los usuarios registrarse para su sitio web via Profile Builder, usted tiene primero que habilitar el registro de usuario. Vaya a la pestaña %1$sAjustes -> General%2$s, y en Membresía esté seguro de seleccionar “Cualquiera puede registrarse”. %3$sDescartar%4$s"
|
| 1549 |
|
| 1572 |
msgid "Must be a valid email address or the tag {{reply_to}} which defaults to the administrator email"
|
| 1573 |
msgstr "Tiene que ser una dirección de email válida o la etiqueta {{reply_to}} que tiene por defecto el email del administrador"
|
| 1574 |
|
| 1575 |
+
#: ../features/email-confirmation/email-confirmation.php:554
|
| 1576 |
+
#: ../features/email-confirmation/email-confirmation.php:557
|
| 1577 |
+
#: ../modules/email-customizer/email-customizer.php:413
|
| 1578 |
+
#: ../modules/email-customizer/email-customizer.php:420
|
| 1579 |
+
#: ../modules/email-customizer/email-customizer.php:434
|
| 1580 |
msgid "Your selected password at signup"
|
| 1581 |
msgstr "Su contraseña seleccionada al inscribirse"
|
| 1582 |
|
| 1600 |
msgid "Choose..."
|
| 1601 |
msgstr "Escoger..."
|
| 1602 |
|
| 1603 |
+
#: ../modules/user-listing/userlisting.php:1298
|
| 1604 |
msgid "Set the number of users to be displayed on every paginated part of the all-userlisting"
|
| 1605 |
msgstr "Establecer el número de usuarios a mostrarse en cada parte paginada del all-userlisting"
|
| 1606 |
|
| 1632 |
msgid "Hide"
|
| 1633 |
msgstr "Ocultar"
|
| 1634 |
|
| 1635 |
+
#: ../admin/admin-bar.php:86 ../admin/general-settings.php:215
|
| 1636 |
+
#: ../admin/register-version.php:95 ../features/functions.php:620
|
| 1637 |
#: ../modules/custom-redirects/custom-redirects.php:136
|
| 1638 |
#: ../modules/modules.php:142
|
| 1639 |
msgid "Save Changes"
|
| 1648 |
msgid "General Settings"
|
| 1649 |
msgstr "Ajustes Generales"
|
| 1650 |
|
| 1651 |
+
#: ../admin/admin-functions.php:134 ../admin/general-settings.php:201
|
| 1652 |
msgid "Very weak"
|
| 1653 |
msgstr "Muy débil"
|
| 1654 |
|
| 1655 |
+
#: ../admin/admin-functions.php:134 ../admin/general-settings.php:202
|
| 1656 |
+
#: ../features/functions.php:512
|
| 1657 |
msgid "Weak"
|
| 1658 |
msgstr "Débil"
|
| 1659 |
|
| 1660 |
+
#: ../admin/admin-functions.php:134 ../admin/general-settings.php:203
|
| 1661 |
+
#: ../features/functions.php:512
|
| 1662 |
msgid "Medium"
|
| 1663 |
msgstr "Media"
|
| 1664 |
|
| 1665 |
+
#: ../admin/admin-functions.php:134 ../admin/general-settings.php:204
|
| 1666 |
+
#: ../features/functions.php:512
|
| 1667 |
msgid "Strong"
|
| 1668 |
msgstr "Fuerte"
|
| 1669 |
|
| 1670 |
+
#: ../admin/admin-functions.php:184
|
| 1671 |
msgid "Add Field"
|
| 1672 |
msgstr "Adicionar Campo"
|
| 1673 |
|
| 1674 |
+
#: ../admin/admin-functions.php:186
|
| 1675 |
#: ../modules/class-mustache-templates/class-mustache-templates.php:374
|
| 1676 |
msgid "Save Settings"
|
| 1677 |
msgstr "Salvar Ajustes"
|
| 1700 |
msgid "Login"
|
| 1701 |
msgstr "Autenticación"
|
| 1702 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1703 |
#: ../admin/basic-info.php:40
|
| 1704 |
msgid "Registration"
|
| 1705 |
msgstr "Registro"
|
| 1706 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1707 |
#: ../admin/basic-info.php:44
|
| 1708 |
msgid "Edit Profile"
|
| 1709 |
msgstr "Editar Perfil"
|
| 1710 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1711 |
#: ../admin/basic-info.php:51
|
| 1712 |
msgid "Extra Features"
|
| 1713 |
msgstr "Características extras."
|
| 1724 |
msgid "Recover Password"
|
| 1725 |
msgstr "Recuperar contraseña"
|
| 1726 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1727 |
#: ../admin/basic-info.php:61
|
| 1728 |
msgid "Admin Approval (*)"
|
| 1729 |
msgstr "Aprobación del Admin (*)"
|
| 1848 |
msgid "Easy to edit templates for listing your website users as well as creating single user pages. Shortcode based, offering many options to customize your listings."
|
| 1849 |
msgstr "Plantillas fácil de editar para listar sus usuarios del sitio web así como crear páginas de un usuario simple. Basado en código corto, ofrece muchas opciones para personalizar sus listados."
|
| 1850 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1851 |
#: ../admin/basic-info.php:134
|
| 1852 |
msgid "Email Customizer"
|
| 1853 |
msgstr "Personalizador de Email"
|
| 1898 |
#: ../admin/general-settings.php:114
|
| 1899 |
#: ../modules/multiple-forms/register-forms.php:225
|
| 1900 |
#: ../modules/multiple-forms/register-forms.php:226
|
| 1901 |
+
#: ../modules/user-listing/userlisting.php:1303
|
| 1902 |
msgid "Yes"
|
| 1903 |
msgstr "Si"
|
| 1904 |
|
| 1948 |
msgid "You can find a list of users at %1$sUsers > All Users > Admin Approval%2$s."
|
| 1949 |
msgstr "Usted puede encontrar una lista de usuario en %1$sUsers > All Users > Admin Approval%2$s."
|
| 1950 |
|
| 1951 |
+
#: ../admin/general-settings.php:156
|
| 1952 |
msgid "\"Admin Approval\" Feature:"
|
| 1953 |
msgstr "Característica \"Aprobación del Admin\":"
|
| 1954 |
|
| 1955 |
+
#: ../admin/general-settings.php:159
|
| 1956 |
msgid "You decide who is a user on your website. Get notified via email or approve multiple users at once from the WordPress UI. Enable Admin Approval by upgrading to %1$sHobbyist or PRO versions%2$s."
|
| 1957 |
msgstr "Usted decide quien es un usuario en su sitio web. Obtenga notificaciones a través de email o apruebe múltiples usuarios a la vez desde la Interfaz de Usuario de WordPRess. Habilite Aprobación del Amin actualizando a las %1$sversiones Hobbyist o Pro%2$s."
|
| 1958 |
|
| 1959 |
+
#: ../admin/general-settings.php:166
|
| 1960 |
msgid "Allow Users to Log in With:"
|
| 1961 |
msgstr "Permitir a los Usuaios Autenticarse Con:"
|
| 1962 |
|
| 1963 |
+
#: ../admin/general-settings.php:171 ../admin/manage-fields.php:159
|
| 1964 |
#: ../features/admin-approval/class-admin-approval.php:177
|
| 1965 |
#: ../features/email-confirmation/class-email-confirmation.php:167
|
| 1966 |
#: ../modules/email-customizer/email-customizer.php:28
|
| 1967 |
#: ../modules/user-listing/userlisting.php:92
|
| 1968 |
+
#: ../modules/user-listing/userlisting.php:248
|
| 1969 |
+
#: ../modules/user-listing/userlisting.php:611
|
| 1970 |
+
#: ../modules/user-listing/userlisting.php:1259
|
| 1971 |
msgid "Username"
|
| 1972 |
msgstr "Nombre de Usuario"
|
| 1973 |
|
| 1974 |
+
#: ../admin/general-settings.php:172 ../front-end/login.php:170
|
| 1975 |
#: ../modules/email-customizer/email-customizer.php:29
|
| 1976 |
+
#: ../modules/user-listing/userlisting.php:617
|
| 1977 |
+
#: ../modules/user-listing/userlisting.php:1260
|
| 1978 |
msgid "Email"
|
| 1979 |
msgstr "Email"
|
| 1980 |
|
| 1981 |
+
#: ../admin/general-settings.php:184
|
| 1982 |
msgid "Minimum Password Length:"
|
| 1983 |
msgstr "Tamaño Mínimo de Contraseña:"
|
| 1984 |
|
| 1985 |
+
#: ../admin/general-settings.php:189
|
| 1986 |
msgid "Enter the minimum characters the password should have. Leave empty for no minimum limit"
|
| 1987 |
msgstr "Entre los caracteres mínimos que la contraseña debe tener. Deje en blanco para no límite mínimo."
|
| 1988 |
|
| 1989 |
+
#: ../admin/general-settings.php:196
|
| 1990 |
msgid "Minimum Password Strength:"
|
| 1991 |
msgstr "Fortaleza Mínima de Contraseña:"
|
| 1992 |
|
| 1993 |
+
#: ../admin/general-settings.php:200
|
| 1994 |
msgid "Disabled"
|
| 1995 |
msgstr "Deshabilitado"
|
| 1996 |
|
| 2002 |
msgid "Manage Default and Extra Fields"
|
| 2003 |
msgstr "Gestionar Campos Por Defecto y Adicionales"
|
| 2004 |
|
| 2005 |
+
#: ../admin/manage-fields.php:94
|
| 2006 |
msgid "Field Title"
|
| 2007 |
msgstr "Título del Campo"
|
| 2008 |
|
| 2009 |
+
#: ../admin/manage-fields.php:94
|
| 2010 |
msgid "Title of the field"
|
| 2011 |
msgstr "Título del Campo"
|
| 2012 |
|
| 2013 |
+
#: ../admin/manage-fields.php:95
|
| 2014 |
#: ../modules/multiple-forms/edit-profile-forms.php:241
|
| 2015 |
#: ../modules/multiple-forms/register-forms.php:262
|
| 2016 |
msgid "Field"
|
| 2017 |
msgstr "Campo"
|
| 2018 |
|
| 2019 |
+
#: ../admin/manage-fields.php:96
|
| 2020 |
msgid "Meta-name"
|
| 2021 |
msgstr "Meta-nombre"
|
| 2022 |
|
| 2023 |
+
#: ../admin/manage-fields.php:96
|
| 2024 |
msgid "Use this in conjuction 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 uniqe)<br/>Changing this might take long in case of a very big user-count"
|
| 2025 |
msgstr "Utilice esto en conjunción con las funciones de WordPress para mostrar el valor de la página de su selección<br/> Auto-completado pero en algunos casos editable (en cuyo caso tiene que ser único)<br/> Cambiar esto puede tomar mucho tiempo en caso de una cantidad de usuarios muy grande"
|
| 2026 |
|
| 2027 |
+
#: ../admin/manage-fields.php:97
|
| 2028 |
#: ../modules/multiple-forms/edit-profile-forms.php:242
|
| 2029 |
#: ../modules/multiple-forms/register-forms.php:263
|
| 2030 |
msgid "ID"
|
| 2031 |
msgstr "ID"
|
| 2032 |
|
| 2033 |
+
#: ../admin/manage-fields.php:97
|
| 2034 |
#: ../modules/multiple-forms/edit-profile-forms.php:242
|
| 2035 |
#: ../modules/multiple-forms/register-forms.php:263
|
| 2036 |
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"
|
| 2037 |
msgstr "Un ID único y auto-generado para este campo particular<br/> Usted puede usar esto en conjunción con filtros para apuntar a este elemento si se necesita<br/>No puede ser editado"
|
| 2038 |
|
| 2039 |
+
#: ../admin/manage-fields.php:98
|
| 2040 |
msgid "Description"
|
| 2041 |
msgstr "Descripción"
|
| 2042 |
|
| 2043 |
+
#: ../admin/manage-fields.php:98
|
| 2044 |
msgid "Enter a (detailed) description of the option for end users to read<br/>Optional"
|
| 2045 |
msgstr "Entre una descripción (detallada) de la opción para que los usuarios finales lean<br/>Opcional"
|
| 2046 |
|
| 2047 |
+
#: ../admin/manage-fields.php:99
|
| 2048 |
msgid "Row Count"
|
| 2049 |
msgstr "Cantidad de Filas"
|
| 2050 |
|
| 2051 |
+
#: ../admin/manage-fields.php:99
|
| 2052 |
msgid "Specify the number of rows for a 'Textarea' field<br/>If not specified, defaults to 5"
|
| 2053 |
msgstr "Especificar el número de filas para un campo 'Textarea'<br/>"
|
| 2054 |
|
| 2055 |
+
#: ../admin/manage-fields.php:100
|
| 2056 |
msgid "Allowed Image Extensions"
|
| 2057 |
msgstr "Extensiones de Imagen Permitidas"
|
| 2058 |
|
| 2059 |
+
#: ../admin/manage-fields.php:101
|
| 2060 |
msgid "Allowed Upload Extensions"
|
| 2061 |
msgstr "Extensiones de Subida Permitidas"
|
| 2062 |
|
| 2063 |
+
#: ../admin/manage-fields.php:102
|
| 2064 |
msgid "Avatar Size"
|
| 2065 |
msgstr "Tamaño del Avatar"
|
| 2066 |
|
| 2067 |
+
#: ../admin/manage-fields.php:102
|
| 2068 |
msgid "Enter a value (between 20 and 200) for the size of the 'Avatar'<br/>If not specified, defaults to 100"
|
| 2069 |
msgstr "Entrar un valor (entre 20 y 200) para el tamaño del 'Avatar'<br/>Si no se especifica, deja por defecto 100"
|
| 2070 |
|
| 2071 |
+
#: ../admin/manage-fields.php:103
|
| 2072 |
msgid "Date-format"
|
| 2073 |
msgstr "Formato de fecha"
|
| 2074 |
|
| 2075 |
+
#: ../admin/manage-fields.php:103
|
| 2076 |
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<br/>If not specified, defaults to mm/dd/yy"
|
| 2077 |
msgstr "Especificar el formato de la fecha cuando se usa el Datepicker<br/>Opciones válidas:mm/dd/yy, mm/yy/dd, dd/yy/mm, dd/mm/yy, yy/dd/mm, yy/mm/dd<br/>Si no se especifica, deja por defecto mm/dd/yy"
|
| 2078 |
|
| 2079 |
+
#: ../admin/manage-fields.php:104
|
| 2080 |
msgid "Terms of Agreement"
|
| 2081 |
msgstr "Términos del Acuerdo"
|
| 2082 |
|
| 2083 |
+
#: ../admin/manage-fields.php:104
|
| 2084 |
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>"
|
| 2085 |
msgstr "Entrar una descripción detallada de los términos del acuerdo para que el usuario lea.<br/> Los enlaces pueden ser insertados usando sintaxis HTML estándar:<a href=\"custom_url\">custom_text</a>"
|
| 2086 |
|
| 2087 |
+
#: ../admin/manage-fields.php:105
|
| 2088 |
msgid "Options"
|
| 2089 |
msgstr "Opciones"
|
| 2090 |
|
| 2091 |
+
#: ../admin/manage-fields.php:106
|
| 2092 |
msgid "Labels"
|
| 2093 |
msgstr "Etiquetas"
|
| 2094 |
|
| 2095 |
+
#: ../admin/manage-fields.php:106
|
| 2096 |
msgid "Enter a comma separated list of labels<br/>Visible for the user"
|
| 2097 |
msgstr "Entrar una lista separada por coma de etiquetas<br/>Visible para los usuarios"
|
| 2098 |
|
| 2099 |
+
#: ../admin/manage-fields.php:113
|
| 2100 |
msgid "Default Value"
|
| 2101 |
msgstr "Valor Por Defecto"
|
| 2102 |
|
| 2103 |
+
#: ../admin/manage-fields.php:113
|
| 2104 |
msgid "Default value of the field"
|
| 2105 |
msgstr "Valor por defecto del campo"
|
| 2106 |
|
| 2107 |
+
#: ../admin/manage-fields.php:114 ../admin/manage-fields.php:116
|
| 2108 |
+
#: ../admin/manage-fields.php:117
|
| 2109 |
msgid "Default Option"
|
| 2110 |
msgstr "Opción Por Defecto"
|
| 2111 |
|
| 2112 |
+
#: ../admin/manage-fields.php:114
|
| 2113 |
msgid "Specify the option which should be selected by default"
|
| 2114 |
msgstr "Especificar la opción que debería ser seleccionada por defecto"
|
| 2115 |
|
| 2116 |
+
#: ../admin/manage-fields.php:115
|
| 2117 |
msgid "Default Option(s)"
|
| 2118 |
msgstr "Opción(es) Por Defecto"
|
| 2119 |
|
| 2120 |
+
#: ../admin/manage-fields.php:115
|
| 2121 |
msgid "Specify the option which should be checked by default<br/>If there are multiple values, separate them with a ',' (comma)"
|
| 2122 |
msgstr "Especificar la opción que debería ser seleccionada por defecto<br/>Si hay valores múltiples, separarlos con una ',' (coma)"
|
| 2123 |
|
| 2124 |
+
#: ../admin/manage-fields.php:118
|
| 2125 |
msgid "Default Content"
|
| 2126 |
msgstr "Contenido Por Defecto"
|
| 2127 |
|
| 2128 |
+
#: ../admin/manage-fields.php:118
|
| 2129 |
msgid "Default value of the textarea"
|
| 2130 |
msgstr "Valor por defecto del textarea"
|
| 2131 |
|
| 2132 |
+
#: ../admin/manage-fields.php:119
|
| 2133 |
msgid "Required"
|
| 2134 |
msgstr "Requerido"
|
| 2135 |
|
| 2136 |
+
#: ../admin/manage-fields.php:119
|
| 2137 |
msgid "Whether the field is required or not"
|
| 2138 |
msgstr "Si el campo es requerido o no"
|
| 2139 |
|
| 2140 |
+
#: ../admin/manage-fields.php:120
|
| 2141 |
msgid "Overwrite Existing"
|
| 2142 |
msgstr "Sobrescribir Existente"
|
| 2143 |
|
| 2144 |
+
#: ../admin/manage-fields.php:120
|
| 2145 |
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"
|
| 2146 |
msgstr "Seleccionar 'Sí' adicionará el campo a la lista, pero sobrescribirá cualquier otro campo en la base de datos que tiene el mismo meta-nombre<br/>Usar esto bajo su propio riesgo "
|
| 2147 |
|
| 2148 |
+
#: ../admin/manage-fields.php:126
|
| 2149 |
msgid "Field Properties"
|
| 2150 |
msgstr "Propiedades del campo"
|
| 2151 |
|
| 2152 |
+
#: ../admin/manage-fields.php:139
|
| 2153 |
msgid "Registration & Edit Profile"
|
| 2154 |
msgstr "Registro y Edición del Perfil"
|
| 2155 |
|
| 2156 |
+
#: ../admin/manage-fields.php:158
|
| 2157 |
msgid "Name"
|
| 2158 |
msgstr "Nombre"
|
| 2159 |
|
| 2160 |
+
#: ../admin/manage-fields.php:159
|
| 2161 |
msgid "Usernames cannot be changed."
|
| 2162 |
msgstr "Los nombres de usuario no pueden ser cambiados."
|
| 2163 |
|
| 2164 |
+
#: ../admin/manage-fields.php:160
|
| 2165 |
msgid "First Name"
|
| 2166 |
msgstr "Primer Nombre"
|
| 2167 |
|
| 2168 |
+
#: ../admin/manage-fields.php:161
|
| 2169 |
msgid "Last Name"
|
| 2170 |
msgstr "Apellidos"
|
| 2171 |
|
| 2172 |
+
#: ../admin/manage-fields.php:162 ../modules/user-listing/userlisting.php:650
|
| 2173 |
msgid "Nickname"
|
| 2174 |
msgstr "Apodo"
|
| 2175 |
|
| 2176 |
+
#: ../admin/manage-fields.php:163
|
| 2177 |
msgid "Display name publicly as"
|
| 2178 |
msgstr "Mostrar el nombre públicamente como"
|
| 2179 |
|
| 2180 |
+
#: ../admin/manage-fields.php:164
|
| 2181 |
msgid "Contact Info"
|
| 2182 |
msgstr "Información de Contacto"
|
| 2183 |
|
| 2184 |
+
#: ../admin/manage-fields.php:165
|
| 2185 |
#: ../features/admin-approval/class-admin-approval.php:180
|
| 2186 |
#: ../features/email-confirmation/class-email-confirmation.php:168
|
| 2187 |
#: ../modules/user-listing/userlisting.php:98
|
| 2188 |
msgid "E-mail"
|
| 2189 |
msgstr "E-mail"
|
| 2190 |
|
| 2191 |
+
#: ../admin/manage-fields.php:166
|
| 2192 |
#: ../modules/email-customizer/email-customizer.php:32
|
| 2193 |
#: ../modules/user-listing/userlisting.php:101
|
| 2194 |
+
#: ../modules/user-listing/userlisting.php:632
|
| 2195 |
+
#: ../modules/user-listing/userlisting.php:1261
|
| 2196 |
msgid "Website"
|
| 2197 |
msgstr "Sitio Web"
|
| 2198 |
|
| 2199 |
+
#: ../admin/manage-fields.php:170
|
| 2200 |
msgid "AIM"
|
| 2201 |
msgstr "AIM"
|
| 2202 |
|
| 2203 |
+
#: ../admin/manage-fields.php:171
|
| 2204 |
msgid "Yahoo IM"
|
| 2205 |
msgstr "Yahoo IM"
|
| 2206 |
|
| 2207 |
+
#: ../admin/manage-fields.php:172
|
| 2208 |
msgid "Jabber / Google Talk"
|
| 2209 |
msgstr "Jabber / Google Talk"
|
| 2210 |
|
| 2211 |
+
#: ../admin/manage-fields.php:175
|
| 2212 |
msgid "About Yourself"
|
| 2213 |
msgstr "Acerca de Usted"
|
| 2214 |
|
| 2215 |
+
#: ../admin/manage-fields.php:176 ../modules/user-listing/userlisting.php:104
|
| 2216 |
+
#: ../modules/user-listing/userlisting.php:635
|
| 2217 |
+
#: ../modules/user-listing/userlisting.php:1262
|
| 2218 |
msgid "Biographical Info"
|
| 2219 |
msgstr "Información Biográfica"
|
| 2220 |
|
| 2221 |
+
#: ../admin/manage-fields.php:176
|
| 2222 |
msgid "Share a little biographical information to fill out your profile. This may be shown publicly."
|
| 2223 |
msgstr "Compartir una pequeña información biográfica para llenar su perfil. Esto puede mostrarse públicamente. "
|
| 2224 |
|
| 2225 |
+
#: ../admin/manage-fields.php:177 ../front-end/recover.php:75
|
| 2226 |
#: ../modules/email-customizer/email-customizer.php:30
|
| 2227 |
msgid "Password"
|
| 2228 |
msgstr "Contraseña"
|
| 2229 |
|
| 2230 |
+
#: ../admin/manage-fields.php:177
|
| 2231 |
msgid "Type your password."
|
| 2232 |
msgstr "Escriba su contraseña."
|
| 2233 |
|
| 2234 |
+
#: ../admin/manage-fields.php:178 ../front-end/recover.php:80
|
| 2235 |
msgid "Repeat Password"
|
| 2236 |
msgstr "Repetir contraseña"
|
| 2237 |
|
| 2238 |
+
#: ../admin/manage-fields.php:178
|
| 2239 |
msgid "Type your password again. "
|
| 2240 |
msgstr "Escriba su contraseña nuevamente."
|
| 2241 |
|
| 2242 |
+
#: ../admin/manage-fields.php:617 ../admin/manage-fields.php:761
|
| 2243 |
msgid "You must select a field\n"
|
| 2244 |
msgstr "Tiene que seleccionar un campo\n"
|
| 2245 |
|
| 2246 |
+
#: ../admin/manage-fields.php:627
|
| 2247 |
msgid "Please choose a different field type as this one already exists in your form (must be unique)\n"
|
| 2248 |
msgstr "Por favor escoja un tipo de campo diferente dado que este solo existe en su forma (debe ser único)\n"
|
| 2249 |
|
| 2250 |
+
#: ../admin/manage-fields.php:638
|
| 2251 |
msgid "The entered avatar size is not between 20 and 200\n"
|
| 2252 |
msgstr "El tamaño del avatar entrado no está entre 20 y 200\n"
|
| 2253 |
|
| 2254 |
+
#: ../admin/manage-fields.php:641
|
| 2255 |
msgid "The entered avatar size is not numerical\n"
|
| 2256 |
msgstr "El tamaño del avatar entrado no es numérico\n"
|
| 2257 |
|
| 2258 |
+
#: ../admin/manage-fields.php:649
|
| 2259 |
msgid "The entered row number is not numerical\n"
|
| 2260 |
msgstr "El número de la fila entrado no es numérico\n"
|
| 2261 |
|
| 2262 |
+
#: ../admin/manage-fields.php:652
|
| 2263 |
msgid "You must enter a value for the row number\n"
|
| 2264 |
msgstr "Usted tiene que entrar un valor para el número de la fila\n"
|
| 2265 |
|
| 2266 |
+
#: ../admin/manage-fields.php:670
|
| 2267 |
msgid "The entered value for the Datepicker is not a valid date-format\n"
|
| 2268 |
msgstr "El valor entrado para el Datepicker no es un formato de fecha válido\n"
|
| 2269 |
|
| 2270 |
+
#: ../admin/manage-fields.php:673
|
| 2271 |
msgid "You must enter a value for the date-format\n"
|
| 2272 |
msgstr "Usted tiene que entrar un valor para el formato de fecha\n"
|
| 2273 |
|
| 2274 |
+
#: ../admin/manage-fields.php:701 ../admin/manage-fields.php:709
|
| 2275 |
+
#: ../admin/manage-fields.php:719
|
| 2276 |
msgid "That meta-name is already in use\n"
|
| 2277 |
msgstr "Ese meta nombre ya está en uso\n"
|
| 2278 |
|
| 2279 |
+
#: ../admin/manage-fields.php:741
|
| 2280 |
msgid "The following option(s) did not coincide with the ones in the options list: %s\n"
|
| 2281 |
msgstr "La(s) siguiente(s) opción(es) no coincide(n) con aquellas en la lista de opciones:%s\n"
|
| 2282 |
|
| 2283 |
+
#: ../admin/manage-fields.php:745
|
| 2284 |
msgid "The following option did not coincide with the ones in the options list: %s\n"
|
| 2285 |
msgstr "La siguiente opción no coincidió con aquellas de la lista de opciones: %s\n"
|
| 2286 |
|
| 2287 |
+
#: ../admin/manage-fields.php:768
|
| 2288 |
msgid "That field is already added in this form\n"
|
| 2289 |
msgstr "Ese campo ya está añadido en esta forma\n"
|
| 2290 |
|
| 2291 |
+
#: ../admin/manage-fields.php:817
|
| 2292 |
msgid "<pre>Title</pre><pre>Type</pre><pre>Meta Name</pre><pre class=\"wppb-mb-head-required\">Required</pre>"
|
| 2293 |
msgstr "<pre>Título</pre><pre>Tipo</pre><pre>Meta Nombre</pre><pre class=\"wppb-mb-head-required\">Requerido</pre>"
|
| 2294 |
|
| 2295 |
+
#: ../admin/manage-fields.php:817
|
| 2296 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 2297 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:529
|
| 2298 |
#: ../features/admin-approval/class-admin-approval.php:119
|
| 2299 |
+
#: ../features/functions.php:641 ../features/functions.php:648
|
| 2300 |
#: ../modules/multiple-forms/multiple-forms.php:416
|
| 2301 |
msgid "Edit"
|
| 2302 |
msgstr "Editar"
|
| 2303 |
|
| 2304 |
+
#: ../admin/manage-fields.php:817
|
| 2305 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 2306 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:530
|
| 2307 |
#: ../features/admin-approval/class-admin-approval.php:124
|
| 2308 |
#: ../features/admin-approval/class-admin-approval.php:235
|
| 2309 |
#: ../features/email-confirmation/class-email-confirmation.php:120
|
| 2310 |
#: ../features/email-confirmation/class-email-confirmation.php:217
|
| 2311 |
+
#: ../features/functions.php:634 ../features/functions.php:648
|
| 2312 |
msgid "Delete"
|
| 2313 |
msgstr "Editar"
|
| 2314 |
|
| 2315 |
+
#: ../admin/manage-fields.php:832
|
| 2316 |
msgid "Use these shortcodes on the pages you want the forms to be displayed:"
|
| 2317 |
msgstr "Usar estos códigos cortos en las páginas en las que quiere que las formas se muestren:"
|
| 2318 |
|
| 2319 |
+
#: ../admin/manage-fields.php:841
|
| 2320 |
msgid "If you're interested in displaying different fields in the registration and edit profile forms, please use the Multiple Registration & Edit Profile Forms Addon."
|
| 2321 |
msgstr "Si está interesado en mostrar diferentes campos en las formas de edición del perfil y el registro, por favor use El Addon Multiple Registration & Edit Profile Forms."
|
| 2322 |
|
| 2357 |
msgstr "(e.g. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
|
| 2358 |
|
| 2359 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 2360 |
+
#: ../features/functions.php:648
|
| 2361 |
msgid "Content"
|
| 2362 |
msgstr "Contenido"
|
| 2363 |
|
| 2369 |
msgid "Delete this item"
|
| 2370 |
msgstr "Borrar este elemento"
|
| 2371 |
|
| 2372 |
+
#: ../assets/lib/wck-api/wordpress-creation-kit.php:676
|
| 2373 |
msgid "Please enter a value for the required field "
|
| 2374 |
msgstr "Por favor entre un valor para el campo requerido"
|
| 2375 |
|
| 2376 |
+
#: ../front-end/extra-fields/upload/upload.php:122
|
| 2377 |
+
msgid "Select File"
|
| 2378 |
+
msgstr "Seleccionar archivo"
|
| 2379 |
+
|
| 2380 |
+
#: ../assets/lib/wck-api/fields/upload.php:43
|
| 2381 |
+
#: ../front-end/extra-fields/upload/upload.php:112
|
| 2382 |
msgid "Remove"
|
| 2383 |
msgstr "Eliminar"
|
| 2384 |
|
| 2385 |
+
#: ../assets/lib/wck-api/wordpress-creation-kit.php:1155
|
| 2386 |
msgid "Syncronize WCK"
|
| 2387 |
msgstr "Sincronizar WCK"
|
| 2388 |
|
| 2389 |
+
#: ../assets/lib/wck-api/wordpress-creation-kit.php:1167
|
| 2390 |
msgid "Syncronize WCK Translation"
|
| 2391 |
msgstr "Sincronizar WCK Translation"
|
| 2392 |
|
| 2394 |
msgid "You can add the information for the %s after you add a entry"
|
| 2395 |
msgstr "Usted puede adicionar la información para el %s luego de que adicione una entrada"
|
| 2396 |
|
| 2397 |
+
#: ../assets/lib/wck-api/fields/upload.php:75
|
| 2398 |
+
#: ../front-end/extra-fields/upload/upload.php:128
|
| 2399 |
msgid "Upload "
|
| 2400 |
msgstr "Subir"
|
| 2401 |
|
| 2439 |
msgid "Select All"
|
| 2440 |
msgstr "Seleccionar Todo"
|
| 2441 |
|
| 2442 |
+
#: ../features/functions.php:281
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2443 |
msgid "The user-validation has failed - the avatar was not deleted!"
|
| 2444 |
msgstr "La validación del usuario ha fallado - ¡el avatar no fue eliminado!"
|
| 2445 |
|
| 2446 |
+
#: ../features/functions.php:292
|
| 2447 |
msgid "The user-validation has failed - the attachment was not deleted!"
|
| 2448 |
msgstr "La validación del usuario ha fallado - ¡el adjunto no fue eliminado!"
|
| 2449 |
|
| 2450 |
+
#: ../features/functions.php:487
|
| 2451 |
msgid "Strength indicator"
|
| 2452 |
msgstr "Indicador de Fortaleza"
|
| 2453 |
|
| 2454 |
#: ../features/admin-approval/admin-approval.php:7
|
| 2455 |
+
#: ../features/admin-approval/class-admin-approval.php:458
|
| 2456 |
msgid "Admin Approval"
|
| 2457 |
msgstr "Aprobación del Admin"
|
| 2458 |
|
| 2478 |
msgstr "¡Usuario eliminado satisfactoriamente!"
|
| 2479 |
|
| 2480 |
#: ../features/admin-approval/admin-approval.php:74
|
| 2481 |
+
#: ../features/admin-approval/admin-approval.php:118
|
| 2482 |
#: ../features/email-confirmation/email-confirmation.php:135
|
| 2483 |
msgid "You either don't have permission for that action or there was an error!"
|
| 2484 |
msgstr "¡Usted o no tiene permiso para esa acción o hubo un error"
|
| 2485 |
|
| 2486 |
+
#: ../features/admin-approval/admin-approval.php:85
|
| 2487 |
msgid "Your session has expired! Please refresh the page and try again."
|
| 2488 |
msgstr "¡Su sesión ha expirado! Por favor refresque la página e intente nuevamente."
|
| 2489 |
|
| 2490 |
+
#: ../features/admin-approval/admin-approval.php:97
|
| 2491 |
msgid "Users successfully approved!"
|
| 2492 |
msgstr "¡Usuario aprobado satisfactoriamente!"
|
| 2493 |
|
| 2494 |
+
#: ../features/admin-approval/admin-approval.php:106
|
| 2495 |
msgid "Users successfully unapproved!"
|
| 2496 |
msgstr "¡Usuario desaprobado satisfactoriamente!"
|
| 2497 |
|
| 2498 |
+
#: ../features/admin-approval/admin-approval.php:114
|
| 2499 |
msgid "Users successfully deleted!"
|
| 2500 |
msgstr "¡Usuario eliminado satisfactoriamente!"
|
| 2501 |
|
| 2502 |
+
#: ../features/admin-approval/admin-approval.php:134
|
| 2503 |
msgid "Your account on %1$s has been approved!"
|
| 2504 |
msgstr "¡Su cuenta el %1$s ha sido aprobada!"
|
| 2505 |
|
| 2506 |
+
#: ../features/admin-approval/admin-approval.php:135
|
| 2507 |
+
#: ../features/admin-approval/admin-approval.php:138
|
| 2508 |
msgid "approved"
|
| 2509 |
msgstr "aprobada"
|
| 2510 |
|
| 2511 |
+
#: ../features/admin-approval/admin-approval.php:137
|
| 2512 |
msgid "An administrator has just approved your account on %1$s (%2$s)."
|
| 2513 |
msgstr "Un administrador ha aprobado su cuenta el %1$s (%2$s)."
|
| 2514 |
|
| 2515 |
+
#: ../features/admin-approval/admin-approval.php:142
|
| 2516 |
msgid "Your account on %1$s has been unapproved!"
|
| 2517 |
msgstr "¡Su cuenta ha sido desaprobada el %1$s!"
|
| 2518 |
|
| 2519 |
+
#: ../features/admin-approval/admin-approval.php:143
|
| 2520 |
+
#: ../features/admin-approval/admin-approval.php:146
|
| 2521 |
msgid "unapproved"
|
| 2522 |
msgstr "desaprobado"
|
| 2523 |
|
| 2524 |
+
#: ../features/admin-approval/admin-approval.php:145
|
| 2525 |
msgid "An administrator has just unapproved your account on %1$s (%2$s)."
|
| 2526 |
msgstr "Un administrador ha desaprobado su cuenta el %1$s (%2$s)."
|
| 2527 |
|
| 2528 |
+
#: ../features/admin-approval/admin-approval.php:164
|
| 2529 |
msgid "<strong>ERROR</strong>: Your account has to be confirmed by an administrator before you can log in."
|
| 2530 |
msgstr "<strong>ERROR</strong>: Su cuenta tiene que ser confirmada por un administrador antes de que pueda autenticarse."
|
| 2531 |
|
| 2532 |
+
#: ../features/admin-approval/admin-approval.php:176
|
| 2533 |
msgid "Your account has to be confirmed by an administrator before you can use the \"Password Recovery\" feature."
|
| 2534 |
msgstr "Su cuenta tiene que ser confirmada por un administrador antes de que pueda usar la característica \"Recuperar Contraseña\""
|
| 2535 |
|
| 2556 |
msgstr "Aprobar"
|
| 2557 |
|
| 2558 |
#: ../features/admin-approval/class-admin-approval.php:178
|
| 2559 |
+
#: ../modules/user-listing/userlisting.php:249
|
| 2560 |
+
#: ../modules/user-listing/userlisting.php:623
|
| 2561 |
+
#: ../modules/user-listing/userlisting.php:1264
|
| 2562 |
msgid "Firstname"
|
| 2563 |
msgstr "Primer Nombre"
|
| 2564 |
|
| 2565 |
#: ../features/admin-approval/class-admin-approval.php:179
|
| 2566 |
+
#: ../modules/user-listing/userlisting.php:626
|
| 2567 |
+
#: ../modules/user-listing/userlisting.php:1265
|
| 2568 |
msgid "Lastname"
|
| 2569 |
msgstr "Apellidos"
|
| 2570 |
|
| 2571 |
#: ../features/admin-approval/class-admin-approval.php:181
|
| 2572 |
#: ../modules/user-listing/userlisting.php:124
|
| 2573 |
+
#: ../modules/user-listing/userlisting.php:250
|
| 2574 |
+
#: ../modules/user-listing/userlisting.php:653
|
| 2575 |
+
#: ../modules/user-listing/userlisting.php:1268
|
| 2576 |
msgid "Role"
|
| 2577 |
msgstr "Rol"
|
| 2578 |
|
| 2602 |
msgid "Sorry, but you don't have permission to do that!"
|
| 2603 |
msgstr "Disculpe, ¡pero no tiene permisos para hacer eso!"
|
| 2604 |
|
| 2605 |
+
#: ../features/admin-approval/class-admin-approval.php:341
|
| 2606 |
msgid "Approved"
|
| 2607 |
msgstr "Aprobado"
|
| 2608 |
|
| 2609 |
+
#: ../features/admin-approval/class-admin-approval.php:343
|
| 2610 |
msgid "Unapproved"
|
| 2611 |
msgstr "Desaprobado"
|
| 2612 |
|
| 2613 |
+
#: ../features/admin-approval/class-admin-approval.php:461
|
| 2614 |
#: ../features/email-confirmation/class-email-confirmation.php:469
|
| 2615 |
msgid "All Users"
|
| 2616 |
msgstr "Todos los Usuarios"
|
| 2670 |
msgid "Email notification resent to user"
|
| 2671 |
msgstr "Notificación de Email reenviada al usuario"
|
| 2672 |
|
| 2673 |
+
#: ../features/email-confirmation/email-confirmation.php:384
|
| 2674 |
msgid "[%1$s] Activate %2$s"
|
| 2675 |
msgstr "[%1$s] Activar %2$s"
|
| 2676 |
|
| 2677 |
+
#: ../features/email-confirmation/email-confirmation.php:387
|
| 2678 |
msgid ""
|
| 2679 |
"To activate your user, please click the following link:\n"
|
| 2680 |
"\n"
|
| 2688 |
"\n"
|
| 2689 |
"Luego de activarlo recibirá *otro email* con su nombre de usuario."
|
| 2690 |
|
| 2691 |
+
#: ../features/email-confirmation/email-confirmation.php:428
|
| 2692 |
#: ../front-end/register.php:68
|
| 2693 |
msgid "Could not create user!"
|
| 2694 |
msgstr "¡No se pudo crear el usuario!"
|
| 2695 |
|
| 2696 |
+
#: ../features/email-confirmation/email-confirmation.php:431
|
| 2697 |
msgid "That username is already activated!"
|
| 2698 |
msgstr "¡Ese nombre de usuario ya está activado!"
|
| 2699 |
|
| 2700 |
+
#: ../features/email-confirmation/email-confirmation.php:453
|
| 2701 |
msgid "There was an error while trying to activate the user"
|
| 2702 |
msgstr "Hubo un error intentando activar el usuario"
|
| 2703 |
|
| 2704 |
+
#: ../features/email-confirmation/email-confirmation.php:501
|
| 2705 |
#: ../modules/email-customizer/admin-email-customizer.php:73
|
| 2706 |
msgid "A new subscriber has (been) registered!"
|
| 2707 |
msgstr "¡Un nuevo suscriptor ha sido registrado!"
|
| 2708 |
|
| 2709 |
+
#: ../features/email-confirmation/email-confirmation.php:504
|
| 2710 |
msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
|
| 2711 |
msgstr "Nuevo suscriptor el %1$s.<br/><br/>Nombre de Usuario:%2$s<br/>E-mail:%3$s<br/>"
|
| 2712 |
|
| 2713 |
+
#: ../features/email-confirmation/email-confirmation.php:605
|
| 2714 |
msgid "The \"Admin Approval\" feature was activated at the time of registration, so please remember that you need to approve this user before he/she can log in!"
|
| 2715 |
msgstr "La característica \"Aprobación del Admin\" fue activada en el tiempo de registro, ¡por favor recuerde que necesita aprobar a este usuario antes de que él/ella pueda autenticarse!"
|
| 2716 |
|
| 2717 |
+
#: ../features/email-confirmation/email-confirmation.php:550
|
| 2718 |
msgid "[%1$s] Your new account information"
|
| 2719 |
msgstr "[%1$s] La información de su nueva cuenta"
|
| 2720 |
|
| 2721 |
+
#: ../features/email-confirmation/email-confirmation.php:556
|
| 2722 |
msgid "Welcome to %1$s!<br/><br/><br/>Your username is:%2$s and password:%3$s"
|
| 2723 |
msgstr "¡Bienvenido a %1$s!<br/><br/><br/>Su nombre de usuario es:%2$s y contraseña:%3$s"
|
| 2724 |
|
| 2725 |
+
#: ../features/email-confirmation/email-confirmation.php:613
|
| 2726 |
+
#: ../front-end/register.php:116
|
| 2727 |
msgid "Before you can access your account, an administrator needs to approve it. You will be notified via email."
|
| 2728 |
msgstr "Antes de que pueda acceder su cuenta, un administrador necesita aprobarla. Usted será notificado via email."
|
| 2729 |
|
| 2735 |
msgid "Profile Builder Login Widget"
|
| 2736 |
msgstr "Widget de Autenticación de Profile Builder"
|
| 2737 |
|
| 2738 |
+
#: ../front-end/class-formbuilder.php:294 ../front-end/login.php:202
|
| 2739 |
msgid "Register"
|
| 2740 |
msgstr "Registrar"
|
| 2741 |
|
| 2796 |
msgid "You will soon be redirected automatically. If you see this page for more than %1$d seconds, please click %2$s.%3$s"
|
| 2797 |
msgstr "Usted pronto será redirigido automáticamente. Si ve esta página por más de %1$d segundos, por favor haga clic en %2$s.%3$s"
|
| 2798 |
|
| 2799 |
+
#: ../front-end/class-formbuilder.php:239
|
| 2800 |
+
#: ../front-end/class-formbuilder.php:246
|
| 2801 |
msgid "The account %1s has been successfully created!"
|
| 2802 |
msgstr "¡La cuenta %1s ha sido creada satisfactoriamente!"
|
| 2803 |
|
| 2804 |
+
#: ../front-end/class-formbuilder.php:242
|
| 2805 |
+
#: ../front-end/class-formbuilder.php:252
|
| 2806 |
msgid "Before you can access your account %1s, you need to confirm your email address. Please check your inbox and click the activation link."
|
| 2807 |
msgstr "Antes de que pueda acceder a su cuenta %1s, necesita confirmar su dirección de email. Por favor chequee su bandeja de entrada y haga clic en el enlace de activación."
|
| 2808 |
|
| 2809 |
+
#: ../front-end/class-formbuilder.php:248
|
| 2810 |
msgid "Before you can access your account %1s, an administrator has to approve it. You will be notified via email."
|
| 2811 |
msgstr "Antes de que pueda acceder a su cuenta %1s, un administrador tiene que aprobarla. Usted será notificado via email."
|
| 2812 |
|
| 2813 |
+
#: ../front-end/class-formbuilder.php:262
|
| 2814 |
msgid "Your profile has been successfully updated!"
|
| 2815 |
msgstr "¡Su perfil ha sido actualizado satisfactoriamente!"
|
| 2816 |
|
| 2817 |
+
#: ../front-end/class-formbuilder.php:272
|
| 2818 |
msgid "There was an error in the submitted form"
|
| 2819 |
msgstr "Hubo un error en la forma enviada"
|
| 2820 |
|
| 2821 |
+
#: ../front-end/class-formbuilder.php:294
|
| 2822 |
msgid "Add User"
|
| 2823 |
msgstr "Adicionar Usuario"
|
| 2824 |
|
| 2825 |
+
#: ../admin/add-ons.php:170 ../front-end/class-formbuilder.php:297
|
| 2826 |
msgid "Update"
|
| 2827 |
msgstr "Actualizar"
|
| 2828 |
|
| 2829 |
+
#: ../front-end/class-formbuilder.php:340
|
| 2830 |
#: ../front-end/extra-fields/extra-fields.php:35
|
| 2831 |
msgid "The avatar was successfully deleted!"
|
| 2832 |
msgstr "¡El avatar ha sido eliminado satisfactoriamente!"
|
| 2833 |
|
| 2834 |
+
#: ../front-end/class-formbuilder.php:340
|
| 2835 |
#: ../front-end/extra-fields/extra-fields.php:37
|
| 2836 |
msgid "The following attachment was successfully deleted:"
|
| 2837 |
msgstr "El siguiente adjunto fue borrado satisfactoriamente:"
|
| 2838 |
|
| 2839 |
+
#: ../front-end/class-formbuilder.php:352
|
| 2840 |
msgid "Send these credentials via email."
|
| 2841 |
msgstr "Enviar estas credenciales via email."
|
| 2842 |
|
| 2843 |
#: ../front-end/extra-fields/extra-fields.php:99 ../front-end/login.php:89
|
| 2844 |
#: ../front-end/login.php:96 ../front-end/login.php:110
|
| 2845 |
+
#: ../front-end/recover.php:17 ../front-end/recover.php:228
|
| 2846 |
msgid "ERROR"
|
| 2847 |
msgstr "ERROR"
|
| 2848 |
|
| 2862 |
msgid "Both fields are empty."
|
| 2863 |
msgstr "Ambos campos están vacíos."
|
| 2864 |
|
| 2865 |
+
#: ../front-end/login.php:241
|
| 2866 |
msgid "You are currently logged in as %1$s. %2$s"
|
| 2867 |
msgstr "Usted está autenticado actualmente como %1$s. %2$s"
|
| 2868 |
|
| 2869 |
+
#: ../front-end/login.php:240 ../front-end/logout.php:17
|
| 2870 |
msgid "Log out of this account"
|
| 2871 |
msgstr "Salir de esta cuenta"
|
| 2872 |
|
| 2873 |
+
#: ../front-end/login.php:240
|
| 2874 |
msgid "Log out"
|
| 2875 |
msgstr "Salir"
|
| 2876 |
|
| 2910 |
msgid "Check your e-mail for the confirmation link."
|
| 2911 |
msgstr "Chequee su e-mail para el enlace de confirmación."
|
| 2912 |
|
| 2913 |
+
#: ../front-end/recover.php:216
|
| 2914 |
msgid "Someone requested that the password be reset for the following account: <b>%1$s</b><br/>If this was a mistake, just ignore this email and nothing will happen.<br/>To reset your password, visit the following link:%2$s"
|
| 2915 |
msgstr "Alguien pidió que la contraseña sea reseteada para la siguiente cuenta:<b>%1$s</b><br/>Si esto fue un error, solamente ignore este email y nada ocurrirá.<br/>Para resetear su contraseña, visite el siguiente enlace:%2$s"
|
| 2916 |
|
| 2917 |
+
#: ../front-end/recover.php:219
|
| 2918 |
msgid "Password Reset from \"%1$s\""
|
| 2919 |
msgstr "Reseteo de Contraseña desde \"%1$s\""
|
| 2920 |
|
| 2921 |
+
#: ../front-end/recover.php:228
|
| 2922 |
msgid "There was an error while trying to send the activation link to %1$s!"
|
| 2923 |
msgstr "¡Hubo un error mientras se intentaba enviar el enlace de activación a %1$s!"
|
| 2924 |
|
| 2930 |
msgid "Please check that you entered the correct email address."
|
| 2931 |
msgstr "Por favor chequee que entró la dirección de email correcta."
|
| 2932 |
|
| 2933 |
+
#: ../front-end/recover.php:256
|
| 2934 |
msgid "Your password has been successfully changed!"
|
| 2935 |
msgstr "¡Su contraseña ha sido cambiada satisfactoriamente!"
|
| 2936 |
|
| 2937 |
+
#: ../front-end/recover.php:275
|
| 2938 |
msgid "You have successfully reset your password to: %1$s"
|
| 2939 |
msgstr "Usted ha reseteado satisfactoriamente su contraseña a: %1$s"
|
| 2940 |
|
| 2941 |
+
#: ../front-end/recover.php:278 ../front-end/recover.php:292
|
| 2942 |
msgid "Password Successfully Reset for %1$s on \"%2$s\""
|
| 2943 |
msgstr "Contraseña Reseteada Satisfactoriamente para %1$s el \"%2$s\""
|
| 2944 |
|
| 2945 |
+
#: ../front-end/recover.php:289
|
| 2946 |
msgid "%1$s has requested a password change via the password reset feature.<br/>His/her new password is:%2$s"
|
| 2947 |
msgstr "%1$s ha pedido un cambio de contraseña via la característica de reseteo de contraseña.<br/>Su nueva contraseña es:%2$s"
|
| 2948 |
|
| 2949 |
+
#: ../front-end/recover.php:308
|
| 2950 |
msgid "The entered passwords don't match!"
|
| 2951 |
msgstr "¡Las contraseñas entradas no coinciden!"
|
| 2952 |
|
| 2953 |
+
#: ../front-end/recover.php:353
|
| 2954 |
msgid "ERROR:"
|
| 2955 |
msgstr "ERROR:"
|
| 2956 |
|
| 2957 |
+
#: ../front-end/recover.php:353
|
| 2958 |
msgid "Invalid key!"
|
| 2959 |
msgstr "¡Llave inválida!"
|
| 2960 |
|
| 2970 |
msgid "This username is already activated!"
|
| 2971 |
msgstr "¡Este nombre de usuario está ya activado!"
|
| 2972 |
|
| 2973 |
+
#: ../front-end/register.php:115
|
| 2974 |
msgid "Your email was successfully confirmed."
|
| 2975 |
msgstr "Su email fue confirmado satisfactoriamente."
|
| 2976 |
|
| 2977 |
+
#: ../front-end/register.php:144
|
| 2978 |
msgid "There was an error while trying to activate the user."
|
| 2979 |
msgstr "Hubo un error mientras se trataba de activar el usuario."
|
| 2980 |
|
| 2981 |
+
#: ../front-end/default-fields/email/email.php:44
|
| 2982 |
msgid "The email you entered is not a valid email address."
|
| 2983 |
msgstr "El email que ha entrado no es una dirección de email válida."
|
| 2984 |
|
| 2985 |
+
#: ../front-end/default-fields/email/email.php:57
|
| 2986 |
+
#: ../front-end/default-fields/email/email.php:64
|
| 2987 |
msgid "This email is already reserved to be used soon."
|
| 2988 |
msgstr "Este email ya está reservado para ser usado pronto."
|
| 2989 |
|
| 2990 |
+
#: ../front-end/default-fields/email/email.php:57
|
| 2991 |
+
#: ../front-end/default-fields/email/email.php:64
|
| 2992 |
+
#: ../front-end/default-fields/email/email.php:73
|
| 2993 |
+
#: ../front-end/default-fields/email/email.php:84
|
| 2994 |
+
#: ../front-end/default-fields/username/username.php:50
|
| 2995 |
+
#: ../front-end/default-fields/username/username.php:65
|
| 2996 |
msgid "Please try a different one!"
|
| 2997 |
msgstr "¡Por favor trate con uno diferente!"
|
| 2998 |
|
| 2999 |
+
#: ../front-end/default-fields/email/email.php:73
|
| 3000 |
+
#: ../front-end/default-fields/email/email.php:84
|
| 3001 |
msgid "This email is already in use."
|
| 3002 |
msgstr "Este email ya está en uso."
|
| 3003 |
|
| 3004 |
+
#: ../front-end/default-fields/password-repeat/password-repeat.php:37
|
| 3005 |
+
#: ../front-end/default-fields/password-repeat/password-repeat.php:41
|
| 3006 |
msgid "The passwords do not match"
|
| 3007 |
msgstr "Las contraseñas no coinciden"
|
| 3008 |
|
| 3009 |
+
#: ../front-end/default-fields/username/username.php:50
|
| 3010 |
msgid "This username already exists."
|
| 3011 |
msgstr "El nombre de usuario ya existe."
|
| 3012 |
|
| 3013 |
+
#: ../front-end/default-fields/username/username.php:65
|
| 3014 |
msgid "This username is already reserved to be used soon."
|
| 3015 |
msgstr "El nombre de usuario ya está reservado para ser usado pronto."
|
| 3016 |
|
| 3017 |
+
#: ../modules/user-listing/userlisting.php:247
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3018 |
msgid "Avatar"
|
| 3019 |
msgstr "Avatar"
|
| 3020 |
|
| 3021 |
+
#: ../front-end/extra-fields/avatar/avatar.php:72
|
| 3022 |
+
#: ../front-end/extra-fields/checkbox/checkbox.php:45
|
| 3023 |
+
#: ../front-end/extra-fields/datepicker/datepicker.php:40
|
| 3024 |
+
#: ../front-end/extra-fields/input-hidden/input-hidden.php:34
|
| 3025 |
+
#: ../front-end/extra-fields/input/input.php:30
|
| 3026 |
+
#: ../front-end/extra-fields/radio/radio.php:44
|
| 3027 |
+
#: ../front-end/extra-fields/select-multiple/select-multiple.php:46
|
| 3028 |
+
#: ../front-end/extra-fields/select-timezone/select-timezone.php:44
|
| 3029 |
+
#: ../front-end/extra-fields/select/select.php:46
|
| 3030 |
+
#: ../front-end/extra-fields/textarea/textarea.php:30
|
| 3031 |
+
#: ../front-end/extra-fields/upload/upload.php:70
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3032 |
#: ../front-end/extra-fields/wysiwyg/wysiwyg.php:33
|
| 3033 |
msgid "required"
|
| 3034 |
msgstr "requerido"
|
| 3035 |
|
| 3036 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:48
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3037 |
msgid "To use reCAPTCHA you must get an API key from"
|
| 3038 |
msgstr "Para utilizar reCAPTCHA usted tiene que obtener la llave de API desde"
|
| 3039 |
|
| 3040 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:131
|
| 3041 |
msgid "For security reasons, you must pass the remote ip to reCAPTCHA!"
|
| 3042 |
msgstr "¡Por razones de seguridad, usted tiene que para el ip remoto a reCAPTCHA!"
|
| 3043 |
|
| 3044 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:192
|
| 3045 |
msgid "To use reCAPTCHA you must get an API public key from:"
|
| 3046 |
msgstr "Para utilizar reCAPTCHA usted tiene que obtener una llave pública API desde:"
|
| 3047 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3048 |
#: ../modules/modules.php:11 ../modules/modules.php:80
|
| 3049 |
msgid "Modules"
|
| 3050 |
msgstr "Módulos"
|
| 3406 |
|
| 3407 |
#: ../modules/multiple-forms/edit-profile-forms.php:131
|
| 3408 |
#: ../modules/multiple-forms/register-forms.php:134
|
| 3409 |
+
#: ../modules/user-listing/userlisting.php:1155
|
| 3410 |
msgid "Shortcode"
|
| 3411 |
msgstr "Código corto"
|
| 3412 |
|
| 3413 |
#: ../modules/multiple-forms/edit-profile-forms.php:151
|
| 3414 |
#: ../modules/multiple-forms/register-forms.php:155
|
| 3415 |
+
#: ../modules/user-listing/userlisting.php:1176
|
| 3416 |
msgid "(no title)"
|
| 3417 |
msgstr "(sin título)"
|
| 3418 |
|
| 3419 |
#: ../modules/multiple-forms/edit-profile-forms.php:171
|
| 3420 |
#: ../modules/multiple-forms/register-forms.php:174
|
| 3421 |
+
#: ../modules/user-listing/userlisting.php:1196
|
| 3422 |
msgid "The shortcode will be available after you publish this form."
|
| 3423 |
msgstr "El código corto estará disponible luego de que publique esta forma."
|
| 3424 |
|
| 3425 |
#: ../modules/multiple-forms/edit-profile-forms.php:173
|
| 3426 |
#: ../modules/multiple-forms/register-forms.php:176
|
| 3427 |
+
#: ../modules/user-listing/userlisting.php:1198
|
| 3428 |
msgid "Use this shortcode on the page you want the form to be displayed:"
|
| 3429 |
msgstr "Utilice este código corto en la página en la que desea que la forma se muestre:"
|
| 3430 |
|
| 3431 |
#: ../modules/multiple-forms/edit-profile-forms.php:177
|
| 3432 |
#: ../modules/multiple-forms/register-forms.php:180
|
| 3433 |
+
#: ../modules/user-listing/userlisting.php:1202
|
| 3434 |
msgid "<span style=\"color:red;\">Note:</span> changing the form title also changes the shortcode!"
|
| 3435 |
msgstr "<span style=\"color:red;\">Nota:</span> ¡cambiar el título de la forma también cambia el código corto!"
|
| 3436 |
|
| 3437 |
#: ../modules/multiple-forms/edit-profile-forms.php:183
|
| 3438 |
#: ../modules/multiple-forms/register-forms.php:186
|
| 3439 |
+
#: ../modules/user-listing/userlisting.php:1235
|
| 3440 |
msgid "Form Shortcode"
|
| 3441 |
msgstr "Código Corto de la Forma"
|
| 3442 |
|
| 3548 |
msgstr "Luego del Registro..."
|
| 3549 |
|
| 3550 |
#: ../modules/user-listing/class-userlisting.php:470
|
| 3551 |
+
#: ../modules/user-listing/userlisting.php:724
|
| 3552 |
+
#: ../modules/user-listing/userlisting.php:968
|
| 3553 |
+
#: ../modules/user-listing/userlisting.php:1011
|
| 3554 |
+
#: ../modules/user-listing/userlisting.php:1355
|
| 3555 |
msgid "Search Users by All Fields"
|
| 3556 |
msgstr "Buscar Usuarios por Todos los Campos"
|
| 3557 |
|
| 3588 |
msgstr "Mostrar nombre como"
|
| 3589 |
|
| 3590 |
#: ../modules/user-listing/userlisting.php:125
|
| 3591 |
+
#: ../modules/user-listing/userlisting.php:1263
|
| 3592 |
msgid "Registration Date"
|
| 3593 |
msgstr "Fecha de Registro"
|
| 3594 |
|
| 3595 |
#: ../modules/user-listing/userlisting.php:126
|
| 3596 |
+
#: ../modules/user-listing/userlisting.php:1267
|
| 3597 |
msgid "Number of Posts"
|
| 3598 |
msgstr "Número de Posts"
|
| 3599 |
|
| 3642 |
msgid "Single-userlisting Template"
|
| 3643 |
msgstr "Plantilla Single-userlisting"
|
| 3644 |
|
| 3645 |
+
#: ../modules/user-listing/userlisting.php:614
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3646 |
msgid "First/Lastname"
|
| 3647 |
msgstr "Nombre/Apellidos"
|
| 3648 |
|
| 3649 |
+
#: ../modules/user-listing/userlisting.php:252
|
| 3650 |
+
#: ../modules/user-listing/userlisting.php:620
|
| 3651 |
msgid "Sign-up Date"
|
| 3652 |
msgstr "Fecha de Registro"
|
| 3653 |
|
| 3654 |
+
#: ../modules/user-listing/userlisting.php:629
|
| 3655 |
+
#: ../modules/user-listing/userlisting.php:1266
|
| 3656 |
msgid "Display Name"
|
| 3657 |
msgstr "Nombre a Mostrar"
|
| 3658 |
|
| 3659 |
+
#: ../modules/user-listing/userlisting.php:251
|
| 3660 |
+
#: ../modules/user-listing/userlisting.php:638
|
| 3661 |
msgid "Posts"
|
| 3662 |
msgstr "Posts"
|
| 3663 |
|
| 3664 |
+
#: ../modules/user-listing/userlisting.php:641
|
| 3665 |
+
#: ../modules/user-listing/userlisting.php:1272
|
| 3666 |
msgid "Aim"
|
| 3667 |
msgstr "Aim"
|
| 3668 |
|
| 3669 |
+
#: ../modules/user-listing/userlisting.php:644
|
| 3670 |
+
#: ../modules/user-listing/userlisting.php:1273
|
| 3671 |
msgid "Yim"
|
| 3672 |
msgstr "Yim"
|
| 3673 |
|
| 3674 |
+
#: ../modules/user-listing/userlisting.php:647
|
| 3675 |
+
#: ../modules/user-listing/userlisting.php:1274
|
| 3676 |
msgid "Jabber"
|
| 3677 |
msgstr "Jabber"
|
| 3678 |
|
| 3679 |
+
#: ../modules/user-listing/userlisting.php:827
|
| 3680 |
msgid "Click here to see more information about this user"
|
| 3681 |
msgstr "Haga clic aquí para ver más información acerca de este usuario"
|
| 3682 |
|
| 3683 |
+
#: ../modules/user-listing/userlisting.php:827
|
| 3684 |
msgid "More..."
|
| 3685 |
msgstr "Más..."
|
| 3686 |
|
| 3687 |
+
#: ../modules/user-listing/userlisting.php:830
|
| 3688 |
msgid "Click here to see more information about this user."
|
| 3689 |
msgstr "Haga clic aquí para ver más información acerca de este usuario."
|
| 3690 |
|
| 3691 |
+
#: ../modules/user-listing/userlisting.php:922
|
| 3692 |
+
#: ../modules/user-listing/userlisting.php:925
|
| 3693 |
msgid "Click here to go back"
|
| 3694 |
msgstr "Haga clic aquí para volver"
|
| 3695 |
|
| 3696 |
+
#: ../modules/user-listing/userlisting.php:922
|
| 3697 |
msgid "Back"
|
| 3698 |
msgstr "Atrás"
|
| 3699 |
|
| 3700 |
+
#: ../modules/user-listing/userlisting.php:955
|
| 3701 |
msgid "«« First"
|
| 3702 |
msgstr "«« Primero"
|
| 3703 |
|
| 3704 |
+
#: ../modules/user-listing/userlisting.php:956
|
| 3705 |
msgid "« Prev"
|
| 3706 |
msgstr "« Ant"
|
| 3707 |
|
| 3708 |
+
#: ../modules/user-listing/userlisting.php:957
|
| 3709 |
msgid "Next » "
|
| 3710 |
msgstr "Sigu »"
|
| 3711 |
|
| 3712 |
+
#: ../modules/user-listing/userlisting.php:958
|
| 3713 |
msgid "Last »»"
|
| 3714 |
msgstr "Último »»"
|
| 3715 |
|
| 3716 |
+
#: ../modules/user-listing/userlisting.php:987
|
| 3717 |
msgid "You don't have any pagination settings on this userlisting!"
|
| 3718 |
msgstr "¡Usted no tiene ningún ajuste de paginación en esta lista de usuario!"
|
| 3719 |
|
| 3720 |
+
#: ../modules/user-listing/userlisting.php:1028
|
| 3721 |
msgid "Search"
|
| 3722 |
msgstr "Buscar"
|
| 3723 |
|
| 3724 |
+
#: ../modules/user-listing/userlisting.php:1029
|
| 3725 |
msgid "Clear Results"
|
| 3726 |
msgstr "Limpiar Resultados"
|
| 3727 |
|
| 3728 |
+
#: ../modules/user-listing/userlisting.php:1205
|
| 3729 |
+
#: ../modules/user-listing/userlisting.php:1209
|
| 3730 |
msgid "Extra shortcode parameters"
|
| 3731 |
msgstr "Parámetros de código corto adicionales"
|
| 3732 |
|
| 3733 |
+
#: ../modules/user-listing/userlisting.php:1212
|
| 3734 |
msgid "displays users having a certain meta-value within a certain (extra) meta-field"
|
| 3735 |
msgstr "muestra usuarios que tienen cierto meta valor en un cierto meta campo (adicional)"
|
| 3736 |
|
| 3737 |
+
#: ../modules/user-listing/userlisting.php:1213
|
| 3738 |
msgid "Example:"
|
| 3739 |
msgstr "Ejemplo:"
|
| 3740 |
|
| 3741 |
+
#: ../modules/user-listing/userlisting.php:1215
|
| 3742 |
msgid "Remember though, that the field-value combination must exist in the database."
|
| 3743 |
msgstr "Recuerde sin embargo, que la combinación campo-valor tiene que existir en la base de datos."
|
| 3744 |
|
| 3745 |
+
#: ../modules/user-listing/userlisting.php:1284
|
| 3746 |
msgid "Random (very slow on large databases > 10K user)"
|
| 3747 |
msgstr "Aleatorio (muy lento en bases de datos grandes > 10k usuarios)"
|
| 3748 |
|
| 3749 |
+
#: ../modules/user-listing/userlisting.php:1297
|
| 3750 |
msgid "Roles to Display"
|
| 3751 |
msgstr "Roles a Mostrar"
|
| 3752 |
|
| 3753 |
+
#: ../modules/user-listing/userlisting.php:1297
|
| 3754 |
msgid "Restrict the userlisting to these selected roles only<br/>If not specified, defaults to all existing roles"
|
| 3755 |
msgstr "Restringir la lista de usuario solamente a los roles seleccionados<br/>Si no se especifica, se amplía a todos los roles existentes"
|
| 3756 |
|
| 3757 |
+
#: ../modules/user-listing/userlisting.php:1298
|
| 3758 |
msgid "Number of Users/Page"
|
| 3759 |
msgstr "Número de Usuarios/Página"
|
| 3760 |
|
| 3761 |
+
#: ../modules/user-listing/userlisting.php:1299
|
| 3762 |
msgid "Default Sorting Criteria"
|
| 3763 |
msgstr "Criterio de Ordenamiento Por Defecto"
|
| 3764 |
|
| 3765 |
+
#: ../modules/user-listing/userlisting.php:1299
|
| 3766 |
msgid "Set the default sorting criteria<br/>This can temporarily be changed for each new session"
|
| 3767 |
msgstr "Establecer el criterio de ordenamiento por defecto<br/>Esto puede temporalmente ser cambiado para cada nueva sesión"
|
| 3768 |
|
| 3769 |
+
#: ../modules/user-listing/userlisting.php:1300
|
| 3770 |
msgid "Default Sorting Order"
|
| 3771 |
msgstr "Orden de Ordenamiento Por Defecto"
|
| 3772 |
|
| 3773 |
+
#: ../modules/user-listing/userlisting.php:1300
|
| 3774 |
msgid "Set the default sorting order<br/>This can temporarily be changed for each new session"
|
| 3775 |
msgstr "Establecer el orden de ordenamiento por defecto<br/>Esto puede temporalmente ser cambiado para cada nueva sesión"
|
| 3776 |
|
| 3777 |
+
#: ../modules/user-listing/userlisting.php:1301
|
| 3778 |
msgid "Avatar Size (All-userlisting)"
|
| 3779 |
msgstr "Tamaño del Avatar (All-userlisting) "
|
| 3780 |
|
| 3781 |
+
#: ../modules/user-listing/userlisting.php:1301
|
| 3782 |
msgid "Set the avatar size on the all-userlisting only"
|
| 3783 |
msgstr "Establecer el tamaño del avatar solamente en el all-userlisting"
|
| 3784 |
|
| 3785 |
+
#: ../modules/user-listing/userlisting.php:1302
|
| 3786 |
msgid "Avatar Size (Single-userlisting)"
|
| 3787 |
msgstr "Tamaño del Avatar (Single-userlisting) "
|
| 3788 |
|
| 3789 |
+
#: ../modules/user-listing/userlisting.php:1302
|
| 3790 |
msgid "Set the avatar size on the single-userlisting only"
|
| 3791 |
msgstr "Establecer el tamaño del avatar solamente en el single-userlisting"
|
| 3792 |
|
| 3793 |
+
#: ../modules/user-listing/userlisting.php:1303
|
| 3794 |
msgid "Visible only to logged in users?"
|
| 3795 |
msgstr "¿Visible solamente a los usuario autenticados?"
|
| 3796 |
|
| 3797 |
+
#: ../modules/user-listing/userlisting.php:1303
|
| 3798 |
msgid "The userlisting will only be visible only to the logged in users"
|
| 3799 |
msgstr "La lista de usuario solamente será visible a los usuarios autenticados"
|
| 3800 |
|
| 3801 |
+
#: ../modules/user-listing/userlisting.php:1304
|
| 3802 |
msgid "Visible to following Roles"
|
| 3803 |
msgstr "Visible a los Roles siguientes"
|
| 3804 |
|
| 3805 |
+
#: ../modules/user-listing/userlisting.php:1304
|
| 3806 |
msgid "The userlisting will only be visible to the following roles"
|
| 3807 |
msgstr "La lista de usuario solamente será visible a los roles siguientes"
|
| 3808 |
|
| 3809 |
+
#: ../modules/user-listing/userlisting.php:1310
|
| 3810 |
msgid "Userlisting Settings"
|
| 3811 |
msgstr "Ajustes de Userlisting "
|
| 3812 |
|
| 3813 |
+
#: ../modules/user-listing/userlisting.php:1331
|
| 3814 |
msgid "You need to activate the Userlisting feature from within the \"Modules\" tab!"
|
| 3815 |
msgstr "¡Usted necesita activar la característica de Userlisting en la pestaña \"Módulos\"!"
|
| 3816 |
|
| 3817 |
+
#: ../modules/user-listing/userlisting.php:1331
|
| 3818 |
msgid "You can find it in the Profile Builder menu."
|
| 3819 |
msgstr "Usted puede encontrarla en el menú de Profile Builder"
|
| 3820 |
|
| 3821 |
+
#: ../modules/user-listing/userlisting.php:1494
|
| 3822 |
msgid "No results found!"
|
| 3823 |
msgstr "¡No se encontraron resultados!"
|
translation/{profilebuilder-fr_FR.mo → profile-builder-fr_FR.mo}
RENAMED
|
File without changes
|
translation/{profilebuilder-fr_FR.po → profile-builder-fr_FR.po}
RENAMED
|
File without changes
|
translation/profile-builder-it_IT.mo
ADDED
|
Binary file
|
translation/{profilebuilder-it_IT.po → profile-builder-it_IT.po}
RENAMED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
# This file is distributed under the same license as the Profile Builder package.
|
| 3 |
msgid ""
|
| 4 |
msgstr ""
|
| 5 |
-
"PO-Revision-Date: 2015-
|
| 6 |
"MIME-Version: 1.0\n"
|
| 7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
| 8 |
"Content-Transfer-Encoding: 8bit\n"
|
|
@@ -10,11 +10,1140 @@ msgstr ""
|
|
| 10 |
"X-Generator: GlotPress/0.1\n"
|
| 11 |
"Project-Id-Version: Profile Builder\n"
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
#: ../admin/add-ons.php:144
|
| 14 |
msgid "Download Now"
|
| 15 |
msgstr "Scarica ora"
|
| 16 |
|
| 17 |
-
#: ../admin/admin-functions.php:
|
| 18 |
msgid "If you enjoy using <strong> %1$s </strong> please <a href=\"%2$s\" target=\"_blank\">rate us on WordPress.org</a>. More happy users means more features, less bugs and better support for everyone. "
|
| 19 |
msgstr "Se ti fa piacere usare <strong> %1$s </strong> per favore <a href=\"%2$s\" target=\"_blank\"> vota per noi su WordPress.org</a>. Più utenti soddisfatti significa ancora nuove funzioni, meno bug ed un miglior supporto pre ognuno."
|
| 20 |
|
|
@@ -26,27 +1155,27 @@ msgstr "Scegli uno dei dei tipi di campo supportati"
|
|
| 26 |
msgid ". Extra Field Types are available in <a href=\"%s\">Hobbyist or PRO versions</a>."
|
| 27 |
msgstr ". Ulteriori campi sono disponibili su <a href=\"%s\">Hobbyist o nella versione PRO</a>."
|
| 28 |
|
| 29 |
-
#: ../admin/manage-fields.php:
|
| 30 |
msgid "Site Key"
|
| 31 |
msgstr "Chiave del sito"
|
| 32 |
|
| 33 |
-
#: ../admin/manage-fields.php:
|
| 34 |
msgid "The site key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 35 |
msgstr "Chiave del sito da Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 36 |
|
| 37 |
-
#: ../admin/manage-fields.php:
|
| 38 |
msgid "Secret Key"
|
| 39 |
msgstr "Chiave segreta"
|
| 40 |
|
| 41 |
-
#: ../admin/manage-fields.php:
|
| 42 |
msgid "The secret key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 43 |
msgstr "La chiave segreta da Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 44 |
|
| 45 |
-
#: ../admin/manage-fields.php:
|
| 46 |
msgid "You must enter the site key\n"
|
| 47 |
msgstr "Deve inserire la chiave del sito\n"
|
| 48 |
|
| 49 |
-
#: ../admin/manage-fields.php:
|
| 50 |
msgid "You must enter the secret key\n"
|
| 51 |
msgstr "Deve inserire la chiave segreta\n"
|
| 52 |
|
|
@@ -130,24 +1259,26 @@ msgstr "Minima versione di Profile Builder richiesta:"
|
|
| 130 |
msgid "Could not install add-on. Retry or <a href=\"%s\" target=\"_blank\">install manually</a>."
|
| 131 |
msgstr "Non posso installare la funzione aggiuntiva. Riprovare o <a href=\"%s\" target=\"_blank\">installare manualmente</a>."
|
| 132 |
|
| 133 |
-
#: ../front-end/default-fields/email/email.php:
|
| 134 |
msgid "You must enter a valid email address."
|
| 135 |
msgstr "Deve essere inserito un indirizzo email valido."
|
| 136 |
|
| 137 |
-
#: ../front-end/default-fields/username/username.php:
|
|
|
|
| 138 |
msgid "This username is invalid because it uses illegal characters."
|
| 139 |
msgstr "Questo username non è valido perchè utilizza caratteri non permessi."
|
| 140 |
|
| 141 |
-
#: ../front-end/default-fields/username/username.php:
|
|
|
|
| 142 |
msgid "Please enter a valid username."
|
| 143 |
msgstr "Per favore inserire un username valido."
|
| 144 |
|
| 145 |
-
#: ../front-end/extra-fields/user-role/user-role.php:
|
| 146 |
-
#: ../front-end/extra-fields/user-role/user-role.php:
|
| 147 |
msgid "Only administrators can see this field on edit profile forms."
|
| 148 |
msgstr "Solo l'amministratore può visualizzare questo campo nelle form di gestione dei profili."
|
| 149 |
|
| 150 |
-
#: ../front-end/extra-fields/user-role/user-role.php:
|
| 151 |
msgid "As an administrator you cannot change your role."
|
| 152 |
msgstr "Come amministratore non puoi cambiare il tuo ruolo."
|
| 153 |
|
|
@@ -225,55 +1356,55 @@ msgstr "Utente Nicename"
|
|
| 225 |
msgid "None"
|
| 226 |
msgstr "Nessuno"
|
| 227 |
|
| 228 |
-
#: ../admin/admin-functions.php:
|
| 229 |
msgid "<strong>ERROR</strong>: The password must have the minimum length of %s characters"
|
| 230 |
msgstr "<strong>ERROR</strong>: La password deve avere la lunghezza minima di %s caratteri"
|
| 231 |
|
| 232 |
-
#: ../admin/admin-functions.php:
|
| 233 |
msgid "<strong>ERROR</strong>: The password must have a minimum strength of %s"
|
| 234 |
msgstr "<strong>ERROR</strong>: La password deve avere la lunghezza minima di %s"
|
| 235 |
|
| 236 |
-
#: ../admin/general-settings.php:
|
| 237 |
msgid "Username and Email"
|
| 238 |
msgstr "Nome utente ed indirizzo Email"
|
| 239 |
|
| 240 |
-
#: ../admin/general-settings.php:
|
| 241 |
msgid "\"Username and Email\" - users can Log In with both Username and Email."
|
| 242 |
msgstr "\"Nome utente ed Email\" - gli utenti possono fare il login sia con nome il utente che con l'email"
|
| 243 |
|
| 244 |
-
#: ../admin/general-settings.php:
|
| 245 |
msgid "\"Username\" - users can Log In only with Username."
|
| 246 |
msgstr "\"Nome utente\" - l'utente può fare il login solo con il suo nome utente"
|
| 247 |
|
| 248 |
-
#: ../admin/general-settings.php:
|
| 249 |
msgid "\"Email\" - users can Log In only with Email."
|
| 250 |
msgstr "\"Email\" - utente può fare il log in solo con email"
|
| 251 |
|
| 252 |
-
#: ../admin/manage-fields.php:
|
| 253 |
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 (.*)"
|
| 254 |
msgstr "Specificare le estensioni che si vogliono limitare in fase di carico dei file <br/>Ad esempio: .ext1,.ext2,.ext3<br/>Se non specificate, i valori di default sono: .jpg,.jpeg,.gif,.png (.*)"
|
| 255 |
|
| 256 |
-
#: ../admin/manage-fields.php:
|
| 257 |
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 (.*)"
|
| 258 |
msgstr "Specificare le esternsioni dei file che si vogliono limitare in fase di carico dei file. <br/>Ad esempio: .ext1,.ext2,.ext3<br/>Se non sepecificati, per default sono tutte le estensioni permesse da Wordpress (.*)"
|
| 259 |
|
| 260 |
-
#: ../admin/manage-fields.php:
|
| 261 |
msgid "User Roles"
|
| 262 |
msgstr "Regole dell'utente"
|
| 263 |
|
| 264 |
-
#: ../admin/manage-fields.php:
|
| 265 |
msgid "Select which user roles to show to the user ( drag and drop to re-order )"
|
| 266 |
msgstr "Selezionare quali regole utente devono essere mostrate all'utente (drag-and-drop per riordinare)"
|
| 267 |
|
| 268 |
-
#: ../admin/manage-fields.php:
|
| 269 |
msgid "User Roles Order"
|
| 270 |
msgstr "Ordine delle regole utente"
|
| 271 |
|
| 272 |
-
#: ../admin/manage-fields.php:
|
| 273 |
msgid "Save the user role order from the user roles checkboxes"
|
| 274 |
msgstr "Salva la regola utente dalle checkboxes delle regole dell'utente"
|
| 275 |
|
| 276 |
-
#: ../admin/manage-fields.php:
|
| 277 |
msgid "Please select at least one user role\n"
|
| 278 |
msgstr "Per favore selezionare almeno una regola utente\n"
|
| 279 |
|
|
@@ -301,25 +1432,25 @@ msgstr "Aggiungi voce"
|
|
| 301 |
msgid "show"
|
| 302 |
msgstr "mostra"
|
| 303 |
|
| 304 |
-
#: ../features/functions.php:
|
| 305 |
msgid "To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sNetwork Settings%2$s, and under Registration Settings make sure to check “User accounts may be registered”. %3$sDismiss%4$s"
|
| 306 |
msgstr "Per permettere agli utenti di registrarsi tramite Profile Builder, devi prima abilitare la registrazione degli utenti. Vai a %1$sNetwork Settings%2$s, e sotto Registration Settings devi abilitare \"Lo user account può essere registrato\". %3$sAbbandona%4$s"
|
| 307 |
|
| 308 |
-
#: ../front-end/class-formbuilder.php:
|
| 309 |
msgid "User to edit:"
|
| 310 |
msgstr "Utente da modificare:"
|
| 311 |
|
| 312 |
-
#: ../front-end/default-fields/password/password.php:
|
| 313 |
-
#: ../front-end/recover.php:
|
| 314 |
msgid "The password must have the minimum length of %s characters"
|
| 315 |
msgstr "La password deve avere la lunghezza minima di %s caratteri"
|
| 316 |
|
| 317 |
-
#: ../front-end/default-fields/password/password.php:
|
| 318 |
-
#: ../front-end/recover.php:
|
| 319 |
msgid "The password must have a minimum strength of %s"
|
| 320 |
msgstr "La password deve avere come minimo una robustezza uguale a %s"
|
| 321 |
|
| 322 |
-
#: ../front-end/extra-fields/user-role/user-role.php:
|
| 323 |
msgid "You cannot register this user role"
|
| 324 |
msgstr "Non puoi registrare questa regola utente"
|
| 325 |
|
|
@@ -343,19 +1474,19 @@ msgstr "Log out »"
|
|
| 343 |
msgid "User Role"
|
| 344 |
msgstr "Regola utente"
|
| 345 |
|
| 346 |
-
#: ../modules/user-listing/userlisting.php:
|
| 347 |
msgid "View all extra shortcode parameters"
|
| 348 |
msgstr "Visualizza tutti i parametri delle scorciatoie"
|
| 349 |
|
| 350 |
-
#: ../modules/user-listing/userlisting.php:
|
| 351 |
msgid "displays only the users that you specified the user_id for"
|
| 352 |
msgstr "Visualizza solo gli utenti che specificati per lo user_id"
|
| 353 |
|
| 354 |
-
#: ../modules/user-listing/userlisting.php:
|
| 355 |
msgid "displays all users except the ones you specified the user_id for"
|
| 356 |
msgstr "Visualizza tutti gli utenti ad eccezione di quelli specificati nello user_id"
|
| 357 |
|
| 358 |
-
#: ../features/functions.php:
|
| 359 |
msgid "Minimum length of %d characters"
|
| 360 |
msgstr "Lunghezza minima dei caratteri %d "
|
| 361 |
|
|
@@ -363,10 +1494,6 @@ msgstr "Lunghezza minima dei caratteri %d "
|
|
| 363 |
msgid "This message is only visible by administrators"
|
| 364 |
msgstr "Questo messaggio è visibile solo dagli amministratori "
|
| 365 |
|
| 366 |
-
#: ../front-end/extra-fields/avatar/avatar.php:124
|
| 367 |
-
msgid "The image file set in the %s field for this user could not be found on the server. The default WordPress avatar is being used at the moment."
|
| 368 |
-
msgstr "L'immagine memorizzata nel campo %s per questo utente non è presente nel server. Al momento, sarà utilizzato l'avatar standard di WordPress. "
|
| 369 |
-
|
| 370 |
#: ../modules/user-listing/userlisting.php:364
|
| 371 |
msgid "User not found"
|
| 372 |
msgstr "Utente non trovato "
|
|
@@ -380,11 +1507,11 @@ msgstr "I tag validi sono {{reply_to}} e {{site_name}} "
|
|
| 380 |
msgid "Choose which user roles view the admin bar in the front-end of the website."
|
| 381 |
msgstr "Scegli quali ruoli utente visualizzano la barra admin sul front-end del sito web. "
|
| 382 |
|
| 383 |
-
#: ../admin/manage-fields.php:
|
| 384 |
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"
|
| 385 |
msgstr "inserisci una lista di valori separata da virgole <br/>Può contenere qualsiasi cosa, in quanto è nascosta agli utenti, ma non può contenere caratteri speciali o apostrofo"
|
| 386 |
|
| 387 |
-
#: ../admin/manage-fields.php:
|
| 388 |
msgid "The meta-name cannot be empty\n"
|
| 389 |
msgstr "Il meta-name non può essere vuoto\\n\n"
|
| 390 |
|
|
@@ -415,19 +1542,19 @@ msgstr "...Scegli "
|
|
| 415 |
msgid "1 item"
|
| 416 |
msgstr "1 voce "
|
| 417 |
|
| 418 |
-
#: ../features/functions.php:
|
| 419 |
msgid "Very Weak"
|
| 420 |
msgstr "Molto debole "
|
| 421 |
|
| 422 |
-
#: ../features/functions.php:
|
| 423 |
msgid "This field is required"
|
| 424 |
msgstr "Questo campo è obbligatorio "
|
| 425 |
|
| 426 |
-
#: ../features/functions.php:
|
| 427 |
msgid "Cancel"
|
| 428 |
msgstr "Annulla "
|
| 429 |
|
| 430 |
-
#: ../features/functions.php:
|
| 431 |
msgid "To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sSettings -> General%2$s tab, and under Membership make sure to check “Anyone can register”. %3$sDismiss%4$s"
|
| 432 |
msgstr "Per permettere agli utenti di registrarsi nel tuo sito via Profile Builder, devi prima abilitare la registrazione degli utenti. Vai al menu %1$sImpostazioni -> Impostazioni generali%2$s e per l'Appartenenza seleziona \"Possono essere creati nuovi conto utente\". %3$sDismiss%4$s"
|
| 433 |
|
|
@@ -456,11 +1583,11 @@ msgstr "è anche attivata. Devi deattivarla prima di attivare questa versione de
|
|
| 456 |
msgid "Must be a valid email address or the tag {{reply_to}} which defaults to the administrator email"
|
| 457 |
msgstr "Deve essere un indirizzo di mail valido o il tag {{reply_to}} che reindirizza alla mail dell'amministratore "
|
| 458 |
|
| 459 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 460 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 461 |
-
#: ../modules/email-customizer/email-customizer.php:
|
| 462 |
-
#: ../modules/email-customizer/email-customizer.php:
|
| 463 |
-
#: ../modules/email-customizer/email-customizer.php:
|
| 464 |
msgid "Your selected password at signup"
|
| 465 |
msgstr "La tua password scelta alla registrazione "
|
| 466 |
|
|
@@ -484,7 +1611,7 @@ msgstr "Cancella tutto "
|
|
| 484 |
msgid "Choose..."
|
| 485 |
msgstr "Sceglie... "
|
| 486 |
|
| 487 |
-
#: ../modules/user-listing/userlisting.php:
|
| 488 |
msgid "Set the number of users to be displayed on every paginated part of the all-userlisting"
|
| 489 |
msgstr "Imposta il numero di utenti da visualizzare su ogni pagina della lista di tutti gli utenti "
|
| 490 |
|
|
@@ -516,8 +1643,8 @@ msgstr "Mostra "
|
|
| 516 |
msgid "Hide"
|
| 517 |
msgstr "Nascondi "
|
| 518 |
|
| 519 |
-
#: ../admin/admin-bar.php:86 ../admin/general-settings.php:
|
| 520 |
-
#: ../admin/register-version.php:95 ../features/functions.php:
|
| 521 |
#: ../modules/custom-redirects/custom-redirects.php:136
|
| 522 |
#: ../modules/modules.php:142
|
| 523 |
msgid "Save Changes"
|
|
@@ -532,30 +1659,30 @@ msgstr "Il login sarà fatto attraverso E-mail. Questo campo NON apparirà nel f
|
|
| 532 |
msgid "General Settings"
|
| 533 |
msgstr "Impostazioni generali "
|
| 534 |
|
| 535 |
-
#: ../admin/admin-functions.php:
|
| 536 |
msgid "Very weak"
|
| 537 |
msgstr "Molto debole "
|
| 538 |
|
| 539 |
-
#: ../admin/admin-functions.php:
|
| 540 |
-
#: ../features/functions.php:
|
| 541 |
msgid "Weak"
|
| 542 |
msgstr "Debole "
|
| 543 |
|
| 544 |
-
#: ../admin/admin-functions.php:
|
| 545 |
-
#: ../features/functions.php:
|
| 546 |
msgid "Medium"
|
| 547 |
msgstr "Media "
|
| 548 |
|
| 549 |
-
#: ../admin/admin-functions.php:
|
| 550 |
-
#: ../features/functions.php:
|
| 551 |
msgid "Strong"
|
| 552 |
msgstr "Forte "
|
| 553 |
|
| 554 |
-
#: ../admin/admin-functions.php:
|
| 555 |
msgid "Add Field"
|
| 556 |
msgstr "Aggiungi Campo "
|
| 557 |
|
| 558 |
-
#: ../admin/admin-functions.php:
|
| 559 |
#: ../modules/class-mustache-templates/class-mustache-templates.php:374
|
| 560 |
msgid "Save Settings"
|
| 561 |
msgstr "Salva le impostazioni "
|
|
@@ -584,26 +1711,14 @@ msgstr "Per interazione moderna con gli utenti "
|
|
| 584 |
msgid "Login"
|
| 585 |
msgstr "Login "
|
| 586 |
|
| 587 |
-
#: ../admin/basic-info.php:37
|
| 588 |
-
msgid "Friction-less login using <strong class=\"nowrap\">[wppb-login]</strong> shortcode or a widget."
|
| 589 |
-
msgstr "Friction-less login utilizzando un shortcode (literalmente, codice breve) <strong class=\"nowrap\">[wppb-login]</strong> oppure un widget."
|
| 590 |
-
|
| 591 |
#: ../admin/basic-info.php:40
|
| 592 |
msgid "Registration"
|
| 593 |
msgstr "Registrazione "
|
| 594 |
|
| 595 |
-
#: ../admin/basic-info.php:41
|
| 596 |
-
msgid "Beautiful registration forms fully customizable using the <strong class=\"nowrap\">[wppb-register]</strong> shortcode."
|
| 597 |
-
msgstr "Belli moduli di registrazione completamente personalizzabili utilizzando il shortcode <strong class=\"nowrap\">[wppb-register]</strong>."
|
| 598 |
-
|
| 599 |
#: ../admin/basic-info.php:44
|
| 600 |
msgid "Edit Profile"
|
| 601 |
msgstr "Modifica profilo "
|
| 602 |
|
| 603 |
-
#: ../admin/basic-info.php:45
|
| 604 |
-
msgid "Straight forward edit profile forms using <strong class=\"nowrap\">[wppb-edit-profile]</strong> shortcode."
|
| 605 |
-
msgstr "Modulo semplice per la modifica del profilo utilizzando il shortcode <strong class=\"nowrap\">[wppb-edit-profile]</strong>."
|
| 606 |
-
|
| 607 |
#: ../admin/basic-info.php:51
|
| 608 |
msgid "Extra Features"
|
| 609 |
msgstr "Caratteristiche aggiuntive "
|
|
@@ -620,10 +1735,6 @@ msgstr "Abilita le caratteristiche aggiuntive "
|
|
| 620 |
msgid "Recover Password"
|
| 621 |
msgstr "Recupera Password "
|
| 622 |
|
| 623 |
-
#: ../admin/basic-info.php:58
|
| 624 |
-
msgid "Allow users to recover their password in the front-end using the [wppb-recover-password]."
|
| 625 |
-
msgstr "Permetti agli utenti di recuperare la loro password dal front-end utilizzando la [wppb-recover-password]. "
|
| 626 |
-
|
| 627 |
#: ../admin/basic-info.php:61
|
| 628 |
msgid "Admin Approval (*)"
|
| 629 |
msgstr "Autorizzazione di Admin (*)"
|
|
@@ -748,10 +1859,6 @@ msgstr "Lista degli utenti "
|
|
| 748 |
msgid "Easy to edit templates for listing your website users as well as creating single user pages. Shortcode based, offering many options to customize your listings."
|
| 749 |
msgstr "Modelli facili da modificare per elencare gli utenti del tuo sito web, così come creare pagine per singoli utenti. Basato su shortcode, offre molte opzioni per personalizzare le tue liste. "
|
| 750 |
|
| 751 |
-
#: ../admin/basic-info.php:130
|
| 752 |
-
msgid "To create a page containing the users registered to this current site/blog, insert the following shortcode in a page of your chosing: <strong class=\"nowrap\">[wppb-list-users]</strong>."
|
| 753 |
-
msgstr "Per creare una pagina che contiene gli utenti registrati a questo sito/blog, inserisci il seguente codice in una pagina a tua scelta: <strong class=\"nowrap\">[wppb-list-users]</strong>. "
|
| 754 |
-
|
| 755 |
#: ../admin/basic-info.php:134
|
| 756 |
msgid "Email Customizer"
|
| 757 |
msgstr "Configuratore Email "
|
|
@@ -802,7 +1909,7 @@ msgstr "Carica il proprio file CSS del Profile Builder nel front-end: "
|
|
| 802 |
#: ../admin/general-settings.php:114
|
| 803 |
#: ../modules/multiple-forms/register-forms.php:225
|
| 804 |
#: ../modules/multiple-forms/register-forms.php:226
|
| 805 |
-
#: ../modules/user-listing/userlisting.php:
|
| 806 |
msgid "Yes"
|
| 807 |
msgstr "Si"
|
| 808 |
|
|
@@ -852,48 +1959,49 @@ msgstr "\\\"Approvazione dell'Admin\\\" attivata: "
|
|
| 852 |
msgid "You can find a list of users at %1$sUsers > All Users > Admin Approval%2$s."
|
| 853 |
msgstr "Puoi trovare una lista degli utenti al %1$sUtenti > Tutti gli Utenti > Approvazione dell'Admin%2$s."
|
| 854 |
|
| 855 |
-
#: ../admin/general-settings.php:
|
| 856 |
msgid "\"Admin Approval\" Feature:"
|
| 857 |
msgstr "Caratteristiche dell' \\\"Approvazione dell'Admin\\\": "
|
| 858 |
|
| 859 |
-
#: ../admin/general-settings.php:
|
| 860 |
msgid "You decide who is a user on your website. Get notified via email or approve multiple users at once from the WordPress UI. Enable Admin Approval by upgrading to %1$sHobbyist or PRO versions%2$s."
|
| 861 |
msgstr "Sei tu a decidere chi è un utente sul tuo sito web. Ricevi una notifica via e-mail o approva più utenti contemporaneamente dall'interfaccia utente WordPress. Abilita Approvazione dell'Admin con l'upgrade ai versioni %1$sHobbyist o PRO%2$s. "
|
| 862 |
|
| 863 |
-
#: ../admin/general-settings.php:
|
| 864 |
msgid "Allow Users to Log in With:"
|
| 865 |
msgstr "Permetti agli utenti di fare il login con: "
|
| 866 |
|
| 867 |
-
#: ../admin/general-settings.php:
|
| 868 |
#: ../features/admin-approval/class-admin-approval.php:177
|
| 869 |
#: ../features/email-confirmation/class-email-confirmation.php:167
|
| 870 |
#: ../modules/email-customizer/email-customizer.php:28
|
| 871 |
#: ../modules/user-listing/userlisting.php:92
|
| 872 |
-
#: ../modules/user-listing/userlisting.php:
|
| 873 |
-
#: ../modules/user-listing/userlisting.php:
|
|
|
|
| 874 |
msgid "Username"
|
| 875 |
msgstr "Nome utente "
|
| 876 |
|
| 877 |
-
#: ../admin/general-settings.php:
|
| 878 |
#: ../modules/email-customizer/email-customizer.php:29
|
| 879 |
-
#: ../modules/user-listing/userlisting.php:
|
| 880 |
-
#: ../modules/user-listing/userlisting.php:
|
| 881 |
msgid "Email"
|
| 882 |
msgstr "Email "
|
| 883 |
|
| 884 |
-
#: ../admin/general-settings.php:
|
| 885 |
msgid "Minimum Password Length:"
|
| 886 |
msgstr "Lunghezza Minima Password: "
|
| 887 |
|
| 888 |
-
#: ../admin/general-settings.php:
|
| 889 |
msgid "Enter the minimum characters the password should have. Leave empty for no minimum limit"
|
| 890 |
msgstr "Inserisci il numero minimo di caratteri che la password deve avere. Lascia vuoto per non avere un limite minimo"
|
| 891 |
|
| 892 |
-
#: ../admin/general-settings.php:
|
| 893 |
msgid "Minimum Password Strength:"
|
| 894 |
msgstr "Intensità Minima Password: "
|
| 895 |
|
| 896 |
-
#: ../admin/general-settings.php:
|
| 897 |
msgid "Disabled"
|
| 898 |
msgstr "Disabilitato "
|
| 899 |
|
|
@@ -905,320 +2013,321 @@ msgstr "Gestire i campi "
|
|
| 905 |
msgid "Manage Default and Extra Fields"
|
| 906 |
msgstr "Gestire i campi di default ed i campi extra "
|
| 907 |
|
| 908 |
-
#: ../admin/manage-fields.php:
|
| 909 |
msgid "Field Title"
|
| 910 |
msgstr "Titolo campo "
|
| 911 |
|
| 912 |
-
#: ../admin/manage-fields.php:
|
| 913 |
msgid "Title of the field"
|
| 914 |
msgstr "Titolo del campo "
|
| 915 |
|
| 916 |
-
#: ../admin/manage-fields.php:
|
| 917 |
#: ../modules/multiple-forms/edit-profile-forms.php:241
|
| 918 |
#: ../modules/multiple-forms/register-forms.php:262
|
| 919 |
msgid "Field"
|
| 920 |
msgstr "Campo "
|
| 921 |
|
| 922 |
-
#: ../admin/manage-fields.php:
|
| 923 |
msgid "Meta-name"
|
| 924 |
msgstr "Meta-name "
|
| 925 |
|
| 926 |
-
#: ../admin/manage-fields.php:
|
| 927 |
msgid "Use this in conjuction 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 uniqe)<br/>Changing this might take long in case of a very big user-count"
|
| 928 |
msgstr "Usa questo in congiunzione con le funzioni WordPress per visualizzare il valore sulla pagina scelta<br/>Auto-compilazione, però in qualche caso editabile (in questo caso deve essere unico)<br/>Il suo cambiamento può necessitare molto tempo nel caso di un conteggio molto grande degli utenti"
|
| 929 |
|
| 930 |
-
#: ../admin/manage-fields.php:
|
| 931 |
#: ../modules/multiple-forms/edit-profile-forms.php:242
|
| 932 |
#: ../modules/multiple-forms/register-forms.php:263
|
| 933 |
msgid "ID"
|
| 934 |
msgstr "ID "
|
| 935 |
|
| 936 |
-
#: ../admin/manage-fields.php:
|
| 937 |
#: ../modules/multiple-forms/edit-profile-forms.php:242
|
| 938 |
#: ../modules/multiple-forms/register-forms.php:263
|
| 939 |
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"
|
| 940 |
msgstr "Un'ID unica, auto-generata per questo campo particolare<br/>La puoi usare in congiunzione con i filtri per indirizzarsi a questo elemento, se necessario<br/>Non può essere modificata "
|
| 941 |
|
| 942 |
-
#: ../admin/manage-fields.php:
|
| 943 |
msgid "Description"
|
| 944 |
msgstr "Descrizione "
|
| 945 |
|
| 946 |
-
#: ../admin/manage-fields.php:
|
| 947 |
msgid "Enter a (detailed) description of the option for end users to read<br/>Optional"
|
| 948 |
msgstr "Inserire una descrizione (dettagliata) dell'opzione da leggere per l'utente finale<br/>Opzionale "
|
| 949 |
|
| 950 |
-
#: ../admin/manage-fields.php:
|
| 951 |
msgid "Row Count"
|
| 952 |
msgstr "Conteggio righe "
|
| 953 |
|
| 954 |
-
#: ../admin/manage-fields.php:
|
| 955 |
msgid "Specify the number of rows for a 'Textarea' field<br/>If not specified, defaults to 5"
|
| 956 |
msgstr "Specifica il numero di righe per il campo 'Area testo'<br/>Se non specificato, sarà assunto per default pari a 5"
|
| 957 |
|
| 958 |
-
#: ../admin/manage-fields.php:
|
| 959 |
msgid "Allowed Image Extensions"
|
| 960 |
msgstr "Estensioni file immagini ammesse "
|
| 961 |
|
| 962 |
-
#: ../admin/manage-fields.php:
|
| 963 |
msgid "Allowed Upload Extensions"
|
| 964 |
msgstr "Estensioni ammesse per upload "
|
| 965 |
|
| 966 |
-
#: ../admin/manage-fields.php:
|
| 967 |
msgid "Avatar Size"
|
| 968 |
msgstr "Dimensione Avatar "
|
| 969 |
|
| 970 |
-
#: ../admin/manage-fields.php:
|
| 971 |
msgid "Enter a value (between 20 and 200) for the size of the 'Avatar'<br/>If not specified, defaults to 100"
|
| 972 |
msgstr "Inserire un valore (tra 20 e 200) per la dimensione dell'Avatar'<br/>Se non specificato, sarà impostato per default a 100"
|
| 973 |
|
| 974 |
-
#: ../admin/manage-fields.php:
|
| 975 |
msgid "Date-format"
|
| 976 |
msgstr "Formato data "
|
| 977 |
|
| 978 |
-
#: ../admin/manage-fields.php:
|
| 979 |
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<br/>If not specified, defaults to mm/dd/yy"
|
| 980 |
msgstr "Specifica il formato della data quando si utilizza il Datepicker<br/>Opzioni valide: mm/gg/aa, mm/aa/gg, gg/aa/mm, gg/mm/aa, aa/gg/mm, aa/mm/gg<br/>Se non specificato sarà impostato per default a mm/gg/aa"
|
| 981 |
|
| 982 |
-
#: ../admin/manage-fields.php:
|
| 983 |
msgid "Terms of Agreement"
|
| 984 |
msgstr "Termini dell'accordo "
|
| 985 |
|
| 986 |
-
#: ../admin/manage-fields.php:
|
| 987 |
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>"
|
| 988 |
msgstr "Inserire una descrizione dettagliata dei termini dell'accordo per essere letta dall'utente.<br/>Possono essere inseriti dei link utilizzando la sintassi HTML standard: <a href=\\\"custom_url\\\">custom_text</a> "
|
| 989 |
|
| 990 |
-
#: ../admin/manage-fields.php:
|
| 991 |
msgid "Options"
|
| 992 |
msgstr "Opzioni "
|
| 993 |
|
| 994 |
-
#: ../admin/manage-fields.php:
|
| 995 |
msgid "Labels"
|
| 996 |
msgstr "Etichette "
|
| 997 |
|
| 998 |
-
#: ../admin/manage-fields.php:
|
| 999 |
msgid "Enter a comma separated list of labels<br/>Visible for the user"
|
| 1000 |
msgstr "Inserire una virgola di separazione nella lista delle etichette<br/>Visibile all'utente "
|
| 1001 |
|
| 1002 |
-
#: ../admin/manage-fields.php:
|
| 1003 |
msgid "Default Value"
|
| 1004 |
msgstr "Valore di default "
|
| 1005 |
|
| 1006 |
-
#: ../admin/manage-fields.php:
|
| 1007 |
msgid "Default value of the field"
|
| 1008 |
msgstr "Valore di default per il campo "
|
| 1009 |
|
| 1010 |
-
#: ../admin/manage-fields.php:
|
|
|
|
| 1011 |
msgid "Default Option"
|
| 1012 |
msgstr "Opzione di default "
|
| 1013 |
|
| 1014 |
-
#: ../admin/manage-fields.php:
|
| 1015 |
msgid "Specify the option which should be selected by default"
|
| 1016 |
msgstr "Specificare l'opzione che sarà selezionata per default"
|
| 1017 |
|
| 1018 |
-
#: ../admin/manage-fields.php:
|
| 1019 |
msgid "Default Option(s)"
|
| 1020 |
msgstr "Opzione/i di default "
|
| 1021 |
|
| 1022 |
-
#: ../admin/manage-fields.php:
|
| 1023 |
msgid "Specify the option which should be checked by default<br/>If there are multiple values, separate them with a ',' (comma)"
|
| 1024 |
msgstr "Specificare l'opzione che sarà selezionata per default<br/>Se ci sono valori multipli, separarli con una \",\" (virgola)"
|
| 1025 |
|
| 1026 |
-
#: ../admin/manage-fields.php:
|
| 1027 |
msgid "Default Content"
|
| 1028 |
msgstr "Contenuto di default "
|
| 1029 |
|
| 1030 |
-
#: ../admin/manage-fields.php:
|
| 1031 |
msgid "Default value of the textarea"
|
| 1032 |
msgstr "Valore di default per l'area testo "
|
| 1033 |
|
| 1034 |
-
#: ../admin/manage-fields.php:
|
| 1035 |
msgid "Required"
|
| 1036 |
msgstr "Obbligatorio "
|
| 1037 |
|
| 1038 |
-
#: ../admin/manage-fields.php:
|
| 1039 |
msgid "Whether the field is required or not"
|
| 1040 |
msgstr "Indicare se il campo è obbligatorio oppure no"
|
| 1041 |
|
| 1042 |
-
#: ../admin/manage-fields.php:
|
| 1043 |
msgid "Overwrite Existing"
|
| 1044 |
msgstr "Sovrascrivi l'esistente "
|
| 1045 |
|
| 1046 |
-
#: ../admin/manage-fields.php:
|
| 1047 |
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"
|
| 1048 |
msgstr "Selezionando \"Si\" sarà aggiunto il campo alla lista, ma sarà sovrascritto ogni altro campo nel database che ha lo stesso meta-name<br/>L'utilizzo di questo è a proprio rischio"
|
| 1049 |
|
| 1050 |
-
#: ../admin/manage-fields.php:
|
| 1051 |
msgid "Field Properties"
|
| 1052 |
msgstr "Proprietà del campo "
|
| 1053 |
|
| 1054 |
-
#: ../admin/manage-fields.php:
|
| 1055 |
msgid "Registration & Edit Profile"
|
| 1056 |
msgstr "Registrazione & Modifica del profilo "
|
| 1057 |
|
| 1058 |
-
#: ../admin/manage-fields.php:
|
| 1059 |
msgid "Name"
|
| 1060 |
msgstr "Nome "
|
| 1061 |
|
| 1062 |
-
#: ../admin/manage-fields.php:
|
| 1063 |
msgid "Usernames cannot be changed."
|
| 1064 |
msgstr "Il Nome Utente non può essere cambiato. "
|
| 1065 |
|
| 1066 |
-
#: ../admin/manage-fields.php:
|
| 1067 |
msgid "First Name"
|
| 1068 |
msgstr "Nome "
|
| 1069 |
|
| 1070 |
-
#: ../admin/manage-fields.php:
|
| 1071 |
msgid "Last Name"
|
| 1072 |
msgstr "Cognome "
|
| 1073 |
|
| 1074 |
-
#: ../admin/manage-fields.php:
|
| 1075 |
msgid "Nickname"
|
| 1076 |
msgstr "Nickname"
|
| 1077 |
|
| 1078 |
-
#: ../admin/manage-fields.php:
|
| 1079 |
msgid "Display name publicly as"
|
| 1080 |
msgstr "Nome pubblico visualizzato "
|
| 1081 |
|
| 1082 |
-
#: ../admin/manage-fields.php:
|
| 1083 |
msgid "Contact Info"
|
| 1084 |
msgstr "Recapito "
|
| 1085 |
|
| 1086 |
-
#: ../admin/manage-fields.php:
|
| 1087 |
#: ../features/admin-approval/class-admin-approval.php:180
|
| 1088 |
#: ../features/email-confirmation/class-email-confirmation.php:168
|
| 1089 |
#: ../modules/user-listing/userlisting.php:98
|
| 1090 |
msgid "E-mail"
|
| 1091 |
msgstr "E-mail "
|
| 1092 |
|
| 1093 |
-
#: ../admin/manage-fields.php:
|
| 1094 |
#: ../modules/email-customizer/email-customizer.php:32
|
| 1095 |
#: ../modules/user-listing/userlisting.php:101
|
| 1096 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1097 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1098 |
msgid "Website"
|
| 1099 |
msgstr "Sito web "
|
| 1100 |
|
| 1101 |
-
#: ../admin/manage-fields.php:
|
| 1102 |
msgid "AIM"
|
| 1103 |
msgstr "AIM "
|
| 1104 |
|
| 1105 |
-
#: ../admin/manage-fields.php:
|
| 1106 |
msgid "Yahoo IM"
|
| 1107 |
msgstr "Yahoo IM "
|
| 1108 |
|
| 1109 |
-
#: ../admin/manage-fields.php:
|
| 1110 |
msgid "Jabber / Google Talk"
|
| 1111 |
msgstr "Jabber / Google Talk "
|
| 1112 |
|
| 1113 |
-
#: ../admin/manage-fields.php:
|
| 1114 |
msgid "About Yourself"
|
| 1115 |
msgstr "Descrizione person"
|
| 1116 |
|
| 1117 |
-
#: ../admin/manage-fields.php:
|
| 1118 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1119 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1120 |
msgid "Biographical Info"
|
| 1121 |
msgstr "Informazioni biografiche "
|
| 1122 |
|
| 1123 |
-
#: ../admin/manage-fields.php:
|
| 1124 |
msgid "Share a little biographical information to fill out your profile. This may be shown publicly."
|
| 1125 |
msgstr "Condividi qualche informazione biografica per riempire il tuo profilo. Questo può essere reso pubblico. "
|
| 1126 |
|
| 1127 |
-
#: ../admin/manage-fields.php:
|
| 1128 |
#: ../modules/email-customizer/email-customizer.php:30
|
| 1129 |
msgid "Password"
|
| 1130 |
msgstr "Password "
|
| 1131 |
|
| 1132 |
-
#: ../admin/manage-fields.php:
|
| 1133 |
msgid "Type your password."
|
| 1134 |
msgstr "Inserisci la tua password. "
|
| 1135 |
|
| 1136 |
-
#: ../admin/manage-fields.php:
|
| 1137 |
msgid "Repeat Password"
|
| 1138 |
msgstr "Ripeti la Password "
|
| 1139 |
|
| 1140 |
-
#: ../admin/manage-fields.php:
|
| 1141 |
msgid "Type your password again. "
|
| 1142 |
msgstr "Inserisci di nuovo la tua password. "
|
| 1143 |
|
| 1144 |
-
#: ../admin/manage-fields.php:
|
| 1145 |
msgid "You must select a field\n"
|
| 1146 |
msgstr "Devi selezionare un campo\\n\n"
|
| 1147 |
|
| 1148 |
-
#: ../admin/manage-fields.php:
|
| 1149 |
msgid "Please choose a different field type as this one already exists in your form (must be unique)\n"
|
| 1150 |
msgstr "Per favore scegli un tipo differente per il campo perchè quello esiste già nel tuo modulo (deve essere unico)\n"
|
| 1151 |
|
| 1152 |
-
#: ../admin/manage-fields.php:
|
| 1153 |
msgid "The entered avatar size is not between 20 and 200\n"
|
| 1154 |
msgstr "La dimensione dell'avatar inserito non è compresa tra 20 e 200\\n\n"
|
| 1155 |
|
| 1156 |
-
#: ../admin/manage-fields.php:
|
| 1157 |
msgid "The entered avatar size is not numerical\n"
|
| 1158 |
msgstr "La dimensione dell'avatar inserito non è numerica\n"
|
| 1159 |
|
| 1160 |
-
#: ../admin/manage-fields.php:
|
| 1161 |
msgid "The entered row number is not numerical\n"
|
| 1162 |
msgstr "Il numero di riga inserito non è numerico\\n\n"
|
| 1163 |
|
| 1164 |
-
#: ../admin/manage-fields.php:
|
| 1165 |
msgid "You must enter a value for the row number\n"
|
| 1166 |
msgstr "È necessario inserire un numero di riga\\n\n"
|
| 1167 |
|
| 1168 |
-
#: ../admin/manage-fields.php:
|
| 1169 |
msgid "The entered value for the Datepicker is not a valid date-format\n"
|
| 1170 |
msgstr "Il valore inserito del Datepicker non è un formato di data valido\n"
|
| 1171 |
|
| 1172 |
-
#: ../admin/manage-fields.php:
|
| 1173 |
msgid "You must enter a value for the date-format\n"
|
| 1174 |
msgstr "Devi inserire un valore per il formato della data\\n\n"
|
| 1175 |
|
| 1176 |
-
#: ../admin/manage-fields.php:
|
| 1177 |
-
#: ../admin/manage-fields.php:
|
| 1178 |
msgid "That meta-name is already in use\n"
|
| 1179 |
msgstr "Quel meta-name è già in uso\\n\n"
|
| 1180 |
|
| 1181 |
-
#: ../admin/manage-fields.php:
|
| 1182 |
msgid "The following option(s) did not coincide with the ones in the options list: %s\n"
|
| 1183 |
msgstr "Le seguenti opzioni non corrispondono a quelle nella lista delle opzioni: %s\\n\n"
|
| 1184 |
|
| 1185 |
-
#: ../admin/manage-fields.php:
|
| 1186 |
msgid "The following option did not coincide with the ones in the options list: %s\n"
|
| 1187 |
msgstr "La seguente opzione non corrisponde a quelle nella lista delle opzioni: %s\\n\n"
|
| 1188 |
|
| 1189 |
-
#: ../admin/manage-fields.php:
|
| 1190 |
msgid "That field is already added in this form\n"
|
| 1191 |
msgstr "Quel campo è già stato aggiunto in questo modulo\\n\n"
|
| 1192 |
|
| 1193 |
-
#: ../admin/manage-fields.php:
|
| 1194 |
msgid "<pre>Title</pre><pre>Type</pre><pre>Meta Name</pre><pre class=\"wppb-mb-head-required\">Required</pre>"
|
| 1195 |
msgstr "<pre>Title</pre><pre>Type</pre><pre>Meta Name</pre><pre class=\"wppb-mb-head-required\">Required</pre>"
|
| 1196 |
|
| 1197 |
-
#: ../admin/manage-fields.php:
|
| 1198 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 1199 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:529
|
| 1200 |
#: ../features/admin-approval/class-admin-approval.php:119
|
| 1201 |
-
#: ../features/functions.php:
|
| 1202 |
#: ../modules/multiple-forms/multiple-forms.php:416
|
| 1203 |
msgid "Edit"
|
| 1204 |
msgstr "Modifica "
|
| 1205 |
|
| 1206 |
-
#: ../admin/manage-fields.php:
|
| 1207 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 1208 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:530
|
| 1209 |
#: ../features/admin-approval/class-admin-approval.php:124
|
| 1210 |
#: ../features/admin-approval/class-admin-approval.php:235
|
| 1211 |
#: ../features/email-confirmation/class-email-confirmation.php:120
|
| 1212 |
#: ../features/email-confirmation/class-email-confirmation.php:217
|
| 1213 |
-
#: ../features/functions.php:
|
| 1214 |
msgid "Delete"
|
| 1215 |
msgstr "Cancella "
|
| 1216 |
|
| 1217 |
-
#: ../admin/manage-fields.php:
|
| 1218 |
msgid "Use these shortcodes on the pages you want the forms to be displayed:"
|
| 1219 |
msgstr "Usa questi shortcodes sui pagini dove vuoi visualizzare i moduli:"
|
| 1220 |
|
| 1221 |
-
#: ../admin/manage-fields.php:
|
| 1222 |
msgid "If you're interested in displaying different fields in the registration and edit profile forms, please use the Multiple Registration & Edit Profile Forms Addon."
|
| 1223 |
msgstr "Se sei interessato a mostrare differenti campi nelle form di registrazione e di edtiazione del profilo, per favore utilizza il modulo in aggiunta Multiple Registration & Edit Profile Forms"
|
| 1224 |
|
|
@@ -1259,7 +2368,7 @@ msgid "(e.g. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
|
|
| 1259 |
msgstr "(e.g. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
|
| 1260 |
|
| 1261 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 1262 |
-
#: ../features/functions.php:
|
| 1263 |
msgid "Content"
|
| 1264 |
msgstr "Contenuto "
|
| 1265 |
|
|
@@ -1271,19 +2380,24 @@ msgstr "Modificare questa voce"
|
|
| 1271 |
msgid "Delete this item"
|
| 1272 |
msgstr "Eliminare questa voce "
|
| 1273 |
|
| 1274 |
-
#: ../assets/lib/wck-api/wordpress-creation-kit.php:
|
| 1275 |
msgid "Please enter a value for the required field "
|
| 1276 |
msgstr "Per favore inserire un valore per il campo richiesto"
|
| 1277 |
|
| 1278 |
-
#: ../
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1279 |
msgid "Remove"
|
| 1280 |
msgstr "Rimuovere "
|
| 1281 |
|
| 1282 |
-
#: ../assets/lib/wck-api/wordpress-creation-kit.php:
|
| 1283 |
msgid "Syncronize WCK"
|
| 1284 |
msgstr "Sincronizza WCK "
|
| 1285 |
|
| 1286 |
-
#: ../assets/lib/wck-api/wordpress-creation-kit.php:
|
| 1287 |
msgid "Syncronize WCK Translation"
|
| 1288 |
msgstr "Sincronizza la traduzione del WCK "
|
| 1289 |
|
|
@@ -1291,7 +2405,8 @@ msgstr "Sincronizza la traduzione del WCK "
|
|
| 1291 |
msgid "You can add the information for the %s after you add a entry"
|
| 1292 |
msgstr "Si può aggiungere l'informazione per il %s dopo aver aggiunto una voce"
|
| 1293 |
|
| 1294 |
-
#: ../assets/lib/wck-api/fields/upload.php:
|
|
|
|
| 1295 |
msgid "Upload "
|
| 1296 |
msgstr "Caricare "
|
| 1297 |
|
|
@@ -1335,24 +2450,20 @@ msgstr "%1$s di %2$s "
|
|
| 1335 |
msgid "Select All"
|
| 1336 |
msgstr "Seleziona tutto "
|
| 1337 |
|
| 1338 |
-
#: ../features/functions.php:
|
| 1339 |
-
msgid "Profile Builder"
|
| 1340 |
-
msgstr "Profile Builder "
|
| 1341 |
-
|
| 1342 |
-
#: ../features/functions.php:273
|
| 1343 |
msgid "The user-validation has failed - the avatar was not deleted!"
|
| 1344 |
msgstr "La validazione dell'utente è fallita - l'avatar non è stato eliminato!"
|
| 1345 |
|
| 1346 |
-
#: ../features/functions.php:
|
| 1347 |
msgid "The user-validation has failed - the attachment was not deleted!"
|
| 1348 |
msgstr "La validazione dell'utente è fallita - l'allegato non è stato eliminato! "
|
| 1349 |
|
| 1350 |
-
#: ../features/functions.php:
|
| 1351 |
msgid "Strength indicator"
|
| 1352 |
msgstr "Indicatore intensità "
|
| 1353 |
|
| 1354 |
#: ../features/admin-approval/admin-approval.php:7
|
| 1355 |
-
#: ../features/admin-approval/class-admin-approval.php:
|
| 1356 |
msgid "Admin Approval"
|
| 1357 |
msgstr "Approvazione dell' Admin "
|
| 1358 |
|
|
@@ -1378,58 +2489,58 @@ msgid "User successfully deleted!"
|
|
| 1378 |
msgstr "Utente eliminato con successo! "
|
| 1379 |
|
| 1380 |
#: ../features/admin-approval/admin-approval.php:74
|
| 1381 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1382 |
#: ../features/email-confirmation/email-confirmation.php:135
|
| 1383 |
msgid "You either don't have permission for that action or there was an error!"
|
| 1384 |
msgstr "Non hai ancora il permesso per quell'azione o c'è stato un errore! "
|
| 1385 |
|
| 1386 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1387 |
msgid "Your session has expired! Please refresh the page and try again."
|
| 1388 |
msgstr "La sessione è scaduta! Per favore ricarica la pagina e prova nuovamente"
|
| 1389 |
|
| 1390 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1391 |
msgid "Users successfully approved!"
|
| 1392 |
msgstr "Utenti approvati con successo! "
|
| 1393 |
|
| 1394 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1395 |
msgid "Users successfully unapproved!"
|
| 1396 |
msgstr "Utenti non approvati con successo! "
|
| 1397 |
|
| 1398 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1399 |
msgid "Users successfully deleted!"
|
| 1400 |
msgstr "Utenti eliminati con successo! "
|
| 1401 |
|
| 1402 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1403 |
msgid "Your account on %1$s has been approved!"
|
| 1404 |
msgstr "La tua registrazione su %1$s è stata approvata! "
|
| 1405 |
|
| 1406 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1407 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1408 |
msgid "approved"
|
| 1409 |
msgstr "approvato "
|
| 1410 |
|
| 1411 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1412 |
msgid "An administrator has just approved your account on %1$s (%2$s)."
|
| 1413 |
msgstr "Un amministratore ha appena approvato la tua registrazione su %1$s (%2$s). "
|
| 1414 |
|
| 1415 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1416 |
msgid "Your account on %1$s has been unapproved!"
|
| 1417 |
msgstr "La tua registrazione su %1$s non è stata approvata! "
|
| 1418 |
|
| 1419 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1420 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1421 |
msgid "unapproved"
|
| 1422 |
msgstr "non approvato "
|
| 1423 |
|
| 1424 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1425 |
msgid "An administrator has just unapproved your account on %1$s (%2$s)."
|
| 1426 |
msgstr "Un amministratore ha appena approvato la tua registrazione su %1$s (%2$s). "
|
| 1427 |
|
| 1428 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1429 |
msgid "<strong>ERROR</strong>: Your account has to be confirmed by an administrator before you can log in."
|
| 1430 |
msgstr "<strong>ERRORE</strong>: La tua registrazione deve essere confermata da un amministratore prima di fare il login. "
|
| 1431 |
|
| 1432 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1433 |
msgid "Your account has to be confirmed by an administrator before you can use the \"Password Recovery\" feature."
|
| 1434 |
msgstr "Il tuo conto deve essere confermato da un amministratore prima di utilizzare la caratteristica \\\"Recupera Password\\\" . "
|
| 1435 |
|
|
@@ -1456,21 +2567,23 @@ msgid "Approve"
|
|
| 1456 |
msgstr "Approvare "
|
| 1457 |
|
| 1458 |
#: ../features/admin-approval/class-admin-approval.php:178
|
| 1459 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1460 |
-
#: ../modules/user-listing/userlisting.php:
|
|
|
|
| 1461 |
msgid "Firstname"
|
| 1462 |
msgstr "Nome "
|
| 1463 |
|
| 1464 |
#: ../features/admin-approval/class-admin-approval.php:179
|
| 1465 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1466 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1467 |
msgid "Lastname"
|
| 1468 |
msgstr "Cognome "
|
| 1469 |
|
| 1470 |
#: ../features/admin-approval/class-admin-approval.php:181
|
| 1471 |
#: ../modules/user-listing/userlisting.php:124
|
| 1472 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1473 |
-
#: ../modules/user-listing/userlisting.php:
|
|
|
|
| 1474 |
msgid "Role"
|
| 1475 |
msgstr "Ruolo "
|
| 1476 |
|
|
@@ -1500,15 +2613,15 @@ msgstr "Vuoi eliminare in blocco gli utenti selezionati? "
|
|
| 1500 |
msgid "Sorry, but you don't have permission to do that!"
|
| 1501 |
msgstr "Ci dispiace, ma non sei autorizzato a fare questo! "
|
| 1502 |
|
| 1503 |
-
#: ../features/admin-approval/class-admin-approval.php:
|
| 1504 |
msgid "Approved"
|
| 1505 |
msgstr "Approvato "
|
| 1506 |
|
| 1507 |
-
#: ../features/admin-approval/class-admin-approval.php:
|
| 1508 |
msgid "Unapproved"
|
| 1509 |
msgstr "Non approvato "
|
| 1510 |
|
| 1511 |
-
#: ../features/admin-approval/class-admin-approval.php:
|
| 1512 |
#: ../features/email-confirmation/class-email-confirmation.php:469
|
| 1513 |
msgid "All Users"
|
| 1514 |
msgstr "Tutti gli Utenti "
|
|
@@ -1568,11 +2681,11 @@ msgstr "L'utente selezionato non è stato eliminato "
|
|
| 1568 |
msgid "Email notification resent to user"
|
| 1569 |
msgstr "Notificazione Email inviata di nuovo all'utente "
|
| 1570 |
|
| 1571 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1572 |
msgid "[%1$s] Activate %2$s"
|
| 1573 |
msgstr "[%1$s] Attivare %2$s "
|
| 1574 |
|
| 1575 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1576 |
msgid ""
|
| 1577 |
"To activate your user, please click the following link:\n"
|
| 1578 |
"\n"
|
|
@@ -1586,42 +2699,42 @@ msgstr ""
|
|
| 1586 |
"\n"
|
| 1587 |
"Dopo la sua attivazione, riceverei *un altro email* con il tuo login."
|
| 1588 |
|
| 1589 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1590 |
#: ../front-end/register.php:68
|
| 1591 |
msgid "Could not create user!"
|
| 1592 |
msgstr "Non è stato possibile creare l'utente! "
|
| 1593 |
|
| 1594 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1595 |
msgid "That username is already activated!"
|
| 1596 |
msgstr "Questo nome utente è già attivato! "
|
| 1597 |
|
| 1598 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1599 |
msgid "There was an error while trying to activate the user"
|
| 1600 |
msgstr "C'è stato un errore mentre tentavi di attivare l'utente "
|
| 1601 |
|
| 1602 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1603 |
#: ../modules/email-customizer/admin-email-customizer.php:73
|
| 1604 |
msgid "A new subscriber has (been) registered!"
|
| 1605 |
msgstr "Un nuovo abbonato (si) è registrato! "
|
| 1606 |
|
| 1607 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1608 |
msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
|
| 1609 |
msgstr "Nuovo abbonato su %1$s.<br/><br/>Nome utente:%2$s<br/>E-mail:%3$s<br/> "
|
| 1610 |
|
| 1611 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1612 |
msgid "The \"Admin Approval\" feature was activated at the time of registration, so please remember that you need to approve this user before he/she can log in!"
|
| 1613 |
msgstr "La caratteristica \"Admin Approval\" è stata attivata al momento della registrazione, quindi ricorda che devi approvare l'utente prima che lui/lei possa fare il log in."
|
| 1614 |
|
| 1615 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1616 |
msgid "[%1$s] Your new account information"
|
| 1617 |
msgstr "[%1$s] Le informazioni della tua nuova registrazione "
|
| 1618 |
|
| 1619 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1620 |
msgid "Welcome to %1$s!<br/><br/><br/>Your username is:%2$s and password:%3$s"
|
| 1621 |
msgstr "Benvenuto su %1$s!<br/><br/><br/>Il tuo nome utente è:%2$s e la password:%3$s "
|
| 1622 |
|
| 1623 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1624 |
-
#: ../front-end/register.php:
|
| 1625 |
msgid "Before you can access your account, an administrator needs to approve it. You will be notified via email."
|
| 1626 |
msgstr "Prima di poter accedere al tuo profilo, un amministratore deve approvarlo. Sarai notificato via email. "
|
| 1627 |
|
|
@@ -1633,7 +2746,7 @@ msgstr "Questo login widget ti lascia aggiungere un modulo login nella barra lat
|
|
| 1633 |
msgid "Profile Builder Login Widget"
|
| 1634 |
msgstr "Profile Builder Login Widget "
|
| 1635 |
|
| 1636 |
-
#: ../front-end/class-formbuilder.php:
|
| 1637 |
msgid "Register"
|
| 1638 |
msgstr "Registrati "
|
| 1639 |
|
|
@@ -1694,53 +2807,53 @@ msgstr "qui "
|
|
| 1694 |
msgid "You will soon be redirected automatically. If you see this page for more than %1$d seconds, please click %2$s.%3$s"
|
| 1695 |
msgstr "Sarai reindirizzato in modo automatico in poco tempo. Se vedi questa pagina per più di %1$d secondi, clicca %2$s.%3$s "
|
| 1696 |
|
| 1697 |
-
#: ../front-end/class-formbuilder.php:
|
| 1698 |
-
#: ../front-end/class-formbuilder.php:
|
| 1699 |
msgid "The account %1s has been successfully created!"
|
| 1700 |
msgstr "Il profilo %1s è stato creato con successo! "
|
| 1701 |
|
| 1702 |
-
#: ../front-end/class-formbuilder.php:
|
| 1703 |
-
#: ../front-end/class-formbuilder.php:
|
| 1704 |
msgid "Before you can access your account %1s, you need to confirm your email address. Please check your inbox and click the activation link."
|
| 1705 |
msgstr "Prima di poter accedere al tuo profilo %1s, devi confermare il tuo indirizzo email. Verifica il tuo inbox e clicca sul link di attivazione. "
|
| 1706 |
|
| 1707 |
-
#: ../front-end/class-formbuilder.php:
|
| 1708 |
msgid "Before you can access your account %1s, an administrator has to approve it. You will be notified via email."
|
| 1709 |
msgstr "Prima di poter accedere il tuo conto %1s, un amministratore deve approvarlo. Sarai notificato via email. "
|
| 1710 |
|
| 1711 |
-
#: ../front-end/class-formbuilder.php:
|
| 1712 |
msgid "Your profile has been successfully updated!"
|
| 1713 |
msgstr "Il tuo profilo è stato aggiornato con successo! "
|
| 1714 |
|
| 1715 |
-
#: ../front-end/class-formbuilder.php:
|
| 1716 |
msgid "There was an error in the submitted form"
|
| 1717 |
msgstr "C'è stato un errore nel modulo inviato "
|
| 1718 |
|
| 1719 |
-
#: ../front-end/class-formbuilder.php:
|
| 1720 |
msgid "Add User"
|
| 1721 |
msgstr "Aggiungi Utente "
|
| 1722 |
|
| 1723 |
-
#: ../admin/add-ons.php:170 ../front-end/class-formbuilder.php:
|
| 1724 |
msgid "Update"
|
| 1725 |
msgstr "Aggiorna"
|
| 1726 |
|
| 1727 |
-
#: ../front-end/class-formbuilder.php:
|
| 1728 |
#: ../front-end/extra-fields/extra-fields.php:35
|
| 1729 |
msgid "The avatar was successfully deleted!"
|
| 1730 |
msgstr "L'avatar è stato eliminato con successo! "
|
| 1731 |
|
| 1732 |
-
#: ../front-end/class-formbuilder.php:
|
| 1733 |
#: ../front-end/extra-fields/extra-fields.php:37
|
| 1734 |
msgid "The following attachment was successfully deleted:"
|
| 1735 |
msgstr "Il seguente allegato è stato eliminato con successo: "
|
| 1736 |
|
| 1737 |
-
#: ../front-end/class-formbuilder.php:
|
| 1738 |
msgid "Send these credentials via email."
|
| 1739 |
msgstr "Invia queste credenziali via email. "
|
| 1740 |
|
| 1741 |
#: ../front-end/extra-fields/extra-fields.php:99 ../front-end/login.php:89
|
| 1742 |
#: ../front-end/login.php:96 ../front-end/login.php:110
|
| 1743 |
-
#: ../front-end/recover.php:17 ../front-end/recover.php:
|
| 1744 |
msgid "ERROR"
|
| 1745 |
msgstr "ERRORE "
|
| 1746 |
|
|
@@ -1760,15 +2873,15 @@ msgstr "Hai perso la tua password "
|
|
| 1760 |
msgid "Both fields are empty."
|
| 1761 |
msgstr "Entrambi i campi sono vuoti. "
|
| 1762 |
|
| 1763 |
-
#: ../front-end/login.php:
|
| 1764 |
msgid "You are currently logged in as %1$s. %2$s"
|
| 1765 |
msgstr "Sei attualmente collegato come %1$s. %2$s "
|
| 1766 |
|
| 1767 |
-
#: ../front-end/login.php:
|
| 1768 |
msgid "Log out of this account"
|
| 1769 |
msgstr "Fare il Log out da questo profilo"
|
| 1770 |
|
| 1771 |
-
#: ../front-end/login.php:
|
| 1772 |
msgid "Log out"
|
| 1773 |
msgstr "Log out "
|
| 1774 |
|
|
@@ -1808,15 +2921,15 @@ msgstr "Assicurati di aver inserito il corretto Nome Utente. "
|
|
| 1808 |
msgid "Check your e-mail for the confirmation link."
|
| 1809 |
msgstr "Verifica la tua e-mail per il link di conferma. "
|
| 1810 |
|
| 1811 |
-
#: ../front-end/recover.php:
|
| 1812 |
msgid "Someone requested that the password be reset for the following account: <b>%1$s</b><br/>If this was a mistake, just ignore this email and nothing will happen.<br/>To reset your password, visit the following link:%2$s"
|
| 1813 |
msgstr "Qualcuno ha richiesto di reimpostare la password del seguente profilo: <b>%1$s</b><br/>In caso di errore, semplicemente ignora questa email e non succederà niente.<br/>Per reimpostare la tua password, visita il seguente link:%2$s "
|
| 1814 |
|
| 1815 |
-
#: ../front-end/recover.php:
|
| 1816 |
msgid "Password Reset from \"%1$s\""
|
| 1817 |
msgstr "Reimpostare password da \\\"%1$s\\\" "
|
| 1818 |
|
| 1819 |
-
#: ../front-end/recover.php:
|
| 1820 |
msgid "There was an error while trying to send the activation link to %1$s!"
|
| 1821 |
msgstr "C'è stato un errore mentre tentavi di inviare il link di attivazione al %1$s! "
|
| 1822 |
|
|
@@ -1828,31 +2941,31 @@ msgstr "L'indirizzo email inserito non è presente nel database! "
|
|
| 1828 |
msgid "Please check that you entered the correct email address."
|
| 1829 |
msgstr "Assicurati di aver inserito il corretto indirizzo email. "
|
| 1830 |
|
| 1831 |
-
#: ../front-end/recover.php:
|
| 1832 |
msgid "Your password has been successfully changed!"
|
| 1833 |
msgstr "La tua password è stata modificata con successo! "
|
| 1834 |
|
| 1835 |
-
#: ../front-end/recover.php:
|
| 1836 |
msgid "You have successfully reset your password to: %1$s"
|
| 1837 |
msgstr "Hai reimpostato la tua password con successo a: %1$s "
|
| 1838 |
|
| 1839 |
-
#: ../front-end/recover.php:
|
| 1840 |
msgid "Password Successfully Reset for %1$s on \"%2$s\""
|
| 1841 |
msgstr "Password reimpostata con successo per %1$s su \\\"%2$s\\\" "
|
| 1842 |
|
| 1843 |
-
#: ../front-end/recover.php:
|
| 1844 |
msgid "%1$s has requested a password change via the password reset feature.<br/>His/her new password is:%2$s"
|
| 1845 |
msgstr "%1$s ha richiesto una modifica della password via la caratteristica di reimpostazione password.<br/>Sua nuova password è:%2$s "
|
| 1846 |
|
| 1847 |
-
#: ../front-end/recover.php:
|
| 1848 |
msgid "The entered passwords don't match!"
|
| 1849 |
msgstr "Le password inserite non coincidono! "
|
| 1850 |
|
| 1851 |
-
#: ../front-end/recover.php:
|
| 1852 |
msgid "ERROR:"
|
| 1853 |
msgstr "ERRORE: "
|
| 1854 |
|
| 1855 |
-
#: ../front-end/recover.php:
|
| 1856 |
msgid "Invalid key!"
|
| 1857 |
msgstr "Chiave non valida! "
|
| 1858 |
|
|
@@ -1868,226 +2981,81 @@ msgstr "Questo nome utente è attivo! "
|
|
| 1868 |
msgid "This username is already activated!"
|
| 1869 |
msgstr "Questo nome utente è già attivato! "
|
| 1870 |
|
| 1871 |
-
#: ../front-end/register.php:
|
| 1872 |
msgid "Your email was successfully confirmed."
|
| 1873 |
msgstr "La tua email è stata confermata con successo. "
|
| 1874 |
|
| 1875 |
-
#: ../front-end/register.php:
|
| 1876 |
msgid "There was an error while trying to activate the user."
|
| 1877 |
msgstr "C'è stato un errore mentre tentavi di attivare l'utente. "
|
| 1878 |
|
| 1879 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1880 |
msgid "The email you entered is not a valid email address."
|
| 1881 |
msgstr "La email inserita non è una email valida. "
|
| 1882 |
|
| 1883 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1884 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1885 |
msgid "This email is already reserved to be used soon."
|
| 1886 |
msgstr "Questa email è già riservata ad essere utilizzata fra poco tempo. "
|
| 1887 |
|
| 1888 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1889 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1890 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1891 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1892 |
-
#: ../front-end/default-fields/username/username.php:
|
| 1893 |
-
#: ../front-end/default-fields/username/username.php:
|
| 1894 |
msgid "Please try a different one!"
|
| 1895 |
msgstr "Prego di provare una email diversa! "
|
| 1896 |
|
| 1897 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1898 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1899 |
msgid "This email is already in use."
|
| 1900 |
msgstr "Questa email è già in uso. "
|
| 1901 |
|
| 1902 |
-
#: ../front-end/default-fields/password-repeat/password-repeat.php:
|
| 1903 |
-
#: ../front-end/default-fields/password-repeat/password-repeat.php:
|
| 1904 |
msgid "The passwords do not match"
|
| 1905 |
msgstr "Le password non corrispondono "
|
| 1906 |
|
| 1907 |
-
#: ../front-end/default-fields/username/username.php:
|
| 1908 |
msgid "This username already exists."
|
| 1909 |
msgstr "Questo Nome Utente già esiste. "
|
| 1910 |
|
| 1911 |
-
#: ../front-end/default-fields/username/username.php:
|
| 1912 |
msgid "This username is already reserved to be used soon."
|
| 1913 |
msgstr "Questo nome utente è già riservato ad essere utilizzato fra poco tempo. "
|
| 1914 |
|
| 1915 |
-
#: ../
|
| 1916 |
-
#: ../front-end/extra-fields/avatar/avatar.php:103
|
| 1917 |
-
#: ../front-end/extra-fields/upload/upload.php:29
|
| 1918 |
-
#: ../front-end/extra-fields/upload/upload.php:68
|
| 1919 |
-
msgid "max upload size"
|
| 1920 |
-
msgstr "dimensione massima upload "
|
| 1921 |
-
|
| 1922 |
-
#: ../front-end/extra-fields/avatar/avatar.php:71
|
| 1923 |
-
msgid "Current avatar: No uploaded avatar"
|
| 1924 |
-
msgstr "Avatar corrente: nessun avatar caricato"
|
| 1925 |
-
|
| 1926 |
-
#: ../front-end/extra-fields/avatar/avatar.php:76
|
| 1927 |
-
#: ../front-end/extra-fields/avatar/avatar.php:110
|
| 1928 |
msgid "Avatar"
|
| 1929 |
msgstr "Avatar"
|
| 1930 |
|
| 1931 |
-
#: ../front-end/extra-fields/avatar/avatar.php:
|
| 1932 |
-
#: ../front-end/extra-fields/
|
| 1933 |
-
#: ../front-end/extra-fields/
|
| 1934 |
-
#: ../front-end/extra-fields/
|
| 1935 |
-
|
| 1936 |
-
|
| 1937 |
-
|
| 1938 |
-
#: ../front-end/extra-fields/
|
| 1939 |
-
#: ../front-end/extra-fields/
|
| 1940 |
-
|
| 1941 |
-
|
| 1942 |
-
|
| 1943 |
-
#: ../front-end/extra-fields/avatar/avatar.php:87
|
| 1944 |
-
#: ../front-end/extra-fields/avatar/avatar.php:115
|
| 1945 |
-
msgid "Are you sure you want to delete this avatar?"
|
| 1946 |
-
msgstr "Sei sicuro di voler cancellare questo avatar?"
|
| 1947 |
-
|
| 1948 |
-
#: ../front-end/extra-fields/avatar/avatar.php:88
|
| 1949 |
-
#: ../front-end/extra-fields/avatar/avatar.php:115
|
| 1950 |
-
msgid "Click to delete the current avatar"
|
| 1951 |
-
msgstr "Clicca per eliminare l'avatar corrente "
|
| 1952 |
-
|
| 1953 |
-
#: ../front-end/extra-fields/avatar/avatar.php:96
|
| 1954 |
-
#: ../front-end/extra-fields/checkbox/checkbox.php:44
|
| 1955 |
-
#: ../front-end/extra-fields/datepicker/datepicker.php:47
|
| 1956 |
-
#: ../front-end/extra-fields/input-hidden/input-hidden.php:32
|
| 1957 |
-
#: ../front-end/extra-fields/input/input.php:28
|
| 1958 |
-
#: ../front-end/extra-fields/radio/radio.php:42
|
| 1959 |
-
#: ../front-end/extra-fields/select-multiple/select-multiple.php:44
|
| 1960 |
-
#: ../front-end/extra-fields/select-timezone/select-timezone.php:42
|
| 1961 |
-
#: ../front-end/extra-fields/select/select.php:44
|
| 1962 |
-
#: ../front-end/extra-fields/textarea/textarea.php:28
|
| 1963 |
-
#: ../front-end/extra-fields/upload/upload.php:62
|
| 1964 |
#: ../front-end/extra-fields/wysiwyg/wysiwyg.php:33
|
| 1965 |
msgid "required"
|
| 1966 |
msgstr "obbligatorio "
|
| 1967 |
|
| 1968 |
-
#: ../front-end/extra-fields/
|
| 1969 |
-
msgid "Current avatar"
|
| 1970 |
-
msgstr "Avatar corrente "
|
| 1971 |
-
|
| 1972 |
-
#: ../front-end/extra-fields/avatar/avatar.php:106
|
| 1973 |
-
msgid "No uploaded avatar"
|
| 1974 |
-
msgstr "Nessun avatar caricato "
|
| 1975 |
-
|
| 1976 |
-
#: ../front-end/extra-fields/avatar/avatar.php:212
|
| 1977 |
-
#: ../front-end/extra-fields/upload/upload.php:173
|
| 1978 |
-
msgid "The extension of the file did not match"
|
| 1979 |
-
msgstr "L'estensione del file non corrisponde "
|
| 1980 |
-
|
| 1981 |
-
#: ../front-end/extra-fields/avatar/avatar.php:215
|
| 1982 |
-
#: ../front-end/extra-fields/avatar/avatar.php:218
|
| 1983 |
-
#: ../front-end/extra-fields/upload/upload.php:177
|
| 1984 |
-
#: ../front-end/extra-fields/upload/upload.php:180
|
| 1985 |
-
msgid "The file uploaded exceeds the upload_max_filesize directive in php.ini"
|
| 1986 |
-
msgstr "Il file caricato eccede la direttiva upload_max_filesize nel php.ini "
|
| 1987 |
-
|
| 1988 |
-
#: ../front-end/extra-fields/avatar/avatar.php:221
|
| 1989 |
-
#: ../front-end/extra-fields/upload/upload.php:183
|
| 1990 |
-
msgid "The file uploaded exceeds the MAX_FILE_SIZE directive in php.ini"
|
| 1991 |
-
msgstr "Il file caricato eccede la direttiva MAX_FILE_SIZE nel php.ini "
|
| 1992 |
-
|
| 1993 |
-
#: ../front-end/extra-fields/avatar/avatar.php:224
|
| 1994 |
-
msgid "The file could only partially be uploaded "
|
| 1995 |
-
msgstr "Il file è stato caricato soltanto parzialmente "
|
| 1996 |
-
|
| 1997 |
-
#: ../front-end/extra-fields/avatar/avatar.php:227
|
| 1998 |
-
#: ../front-end/extra-fields/avatar/avatar.php:251
|
| 1999 |
-
#: ../front-end/extra-fields/avatar/avatar.php:254
|
| 2000 |
-
#: ../front-end/extra-fields/upload/upload.php:189
|
| 2001 |
-
#: ../front-end/extra-fields/upload/upload.php:213
|
| 2002 |
-
#: ../front-end/extra-fields/upload/upload.php:216
|
| 2003 |
-
msgid "No file was selected"
|
| 2004 |
-
msgstr "Nessun file selezionato "
|
| 2005 |
-
|
| 2006 |
-
#: ../front-end/extra-fields/avatar/avatar.php:230
|
| 2007 |
-
#: ../front-end/extra-fields/upload/upload.php:192
|
| 2008 |
-
msgid "The temporary upload folder is missing from the system"
|
| 2009 |
-
msgstr "Il folder temporaneo di upload manca dal sistema "
|
| 2010 |
-
|
| 2011 |
-
#: ../front-end/extra-fields/avatar/avatar.php:233
|
| 2012 |
-
#: ../front-end/extra-fields/upload/upload.php:195
|
| 2013 |
-
msgid "The file failed to write to the disk"
|
| 2014 |
-
msgstr "Iscrizione fallita del file sul disco "
|
| 2015 |
-
|
| 2016 |
-
#: ../front-end/extra-fields/avatar/avatar.php:236
|
| 2017 |
-
#: ../front-end/extra-fields/upload/upload.php:198
|
| 2018 |
-
msgid "A PHP extension stopped the file upload"
|
| 2019 |
-
msgstr "Un'estensione PHP ha cancellato il caricamento del file "
|
| 2020 |
-
|
| 2021 |
-
#: ../front-end/extra-fields/avatar/avatar.php:239
|
| 2022 |
-
msgid "Unknown error occurred"
|
| 2023 |
-
msgstr "È successo un errore sconosciuto "
|
| 2024 |
-
|
| 2025 |
-
#: ../front-end/extra-fields/recaptcha/recaptcha.php:47
|
| 2026 |
msgid "To use reCAPTCHA you must get an API key from"
|
| 2027 |
msgstr "Per usare reCAPTCHA devi ottenere una chiave API da "
|
| 2028 |
|
| 2029 |
-
#: ../front-end/extra-fields/recaptcha/recaptcha.php:
|
| 2030 |
msgid "For security reasons, you must pass the remote ip to reCAPTCHA!"
|
| 2031 |
msgstr "Per ragioni di sicurezza, devi cambiare l'ip a distanza su reCAPTCHA! "
|
| 2032 |
|
| 2033 |
-
#: ../front-end/extra-fields/recaptcha/recaptcha.php:
|
| 2034 |
msgid "To use reCAPTCHA you must get an API public key from:"
|
| 2035 |
msgstr "Per usare reCAPTCHA devi ottenere una chiave API pubblica da: "
|
| 2036 |
|
| 2037 |
-
#: ../front-end/extra-fields/recaptcha/recaptcha.php:142
|
| 2038 |
-
msgid "To use reCAPTCHA you must get an API private key from:"
|
| 2039 |
-
msgstr "Per usare reCAPTCHA devi ottenere una chiave API pprivata da: "
|
| 2040 |
-
|
| 2041 |
-
#: ../front-end/extra-fields/upload/upload.php:35
|
| 2042 |
-
msgid "Current file: No uploaded attachment"
|
| 2043 |
-
msgstr "File corrente: nessun allegato caricato"
|
| 2044 |
-
|
| 2045 |
-
#: ../front-end/extra-fields/upload/upload.php:39
|
| 2046 |
-
#: ../front-end/extra-fields/upload/upload.php:48
|
| 2047 |
-
#: ../front-end/extra-fields/upload/upload.php:71
|
| 2048 |
-
#: ../front-end/extra-fields/upload/upload.php:75
|
| 2049 |
-
#: ../front-end/extra-fields/upload/upload.php:77
|
| 2050 |
-
msgid "Current file"
|
| 2051 |
-
msgstr "File corrente"
|
| 2052 |
-
|
| 2053 |
-
#: ../front-end/extra-fields/upload/upload.php:42
|
| 2054 |
-
#: ../front-end/extra-fields/upload/upload.php:51
|
| 2055 |
-
#: ../front-end/extra-fields/upload/upload.php:75
|
| 2056 |
-
#: ../front-end/extra-fields/upload/upload.php:77
|
| 2057 |
-
msgid "Click to see the current attachment"
|
| 2058 |
-
msgstr "Clicca per vedere l'allegato corrente"
|
| 2059 |
-
|
| 2060 |
-
#: ../front-end/extra-fields/upload/upload.php:44
|
| 2061 |
-
#: ../front-end/extra-fields/upload/upload.php:75
|
| 2062 |
-
msgid "The attachment can't be deleted (It was marked as required by the administrator)"
|
| 2063 |
-
msgstr "L'allegato non può essere cancellato (è stato contrassegnato come obbligatorio dall'amministratore)"
|
| 2064 |
-
|
| 2065 |
-
#: ../front-end/extra-fields/upload/upload.php:53
|
| 2066 |
-
#: ../front-end/extra-fields/upload/upload.php:77
|
| 2067 |
-
msgid "Are you sure you want to delete this attachment?"
|
| 2068 |
-
msgstr "Sei sicuro di voler cancellare questo allegato?"
|
| 2069 |
-
|
| 2070 |
-
#: ../front-end/extra-fields/upload/upload.php:54
|
| 2071 |
-
#: ../front-end/extra-fields/upload/upload.php:77
|
| 2072 |
-
msgid "Click to delete the current attachment"
|
| 2073 |
-
msgstr "Clicca per eliminare l'allegato corrente"
|
| 2074 |
-
|
| 2075 |
-
#: ../front-end/extra-fields/upload/upload.php:71
|
| 2076 |
-
msgid "No uploaded attachment"
|
| 2077 |
-
msgstr "Allegato non caricato"
|
| 2078 |
-
|
| 2079 |
-
#: ../front-end/extra-fields/upload/upload.php:164
|
| 2080 |
-
msgid "The extension of the file is not allowed"
|
| 2081 |
-
msgstr "L'estensione del file non è consentita"
|
| 2082 |
-
|
| 2083 |
-
#: ../front-end/extra-fields/upload/upload.php:186
|
| 2084 |
-
msgid "The file could only partially be uploaded"
|
| 2085 |
-
msgstr "Il file è stato caricato solo parzialmente"
|
| 2086 |
-
|
| 2087 |
-
#: ../front-end/extra-fields/upload/upload.php:201
|
| 2088 |
-
msgid "This field wasn't updated because an unknown error occured"
|
| 2089 |
-
msgstr "Il campo non è stato aggiornato a causa di un errore sconosciuto"
|
| 2090 |
-
|
| 2091 |
#: ../modules/modules.php:11 ../modules/modules.php:80
|
| 2092 |
msgid "Modules"
|
| 2093 |
msgstr "Moduli "
|
|
@@ -2447,37 +3415,37 @@ msgstr "Nessun Modulo di modifica profilo trovato tra i rifiuti "
|
|
| 2447 |
|
| 2448 |
#: ../modules/multiple-forms/edit-profile-forms.php:131
|
| 2449 |
#: ../modules/multiple-forms/register-forms.php:134
|
| 2450 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2451 |
msgid "Shortcode"
|
| 2452 |
msgstr "Shortcode "
|
| 2453 |
|
| 2454 |
#: ../modules/multiple-forms/edit-profile-forms.php:151
|
| 2455 |
#: ../modules/multiple-forms/register-forms.php:155
|
| 2456 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2457 |
msgid "(no title)"
|
| 2458 |
msgstr "(nessun titolo) "
|
| 2459 |
|
| 2460 |
#: ../modules/multiple-forms/edit-profile-forms.php:171
|
| 2461 |
#: ../modules/multiple-forms/register-forms.php:174
|
| 2462 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2463 |
msgid "The shortcode will be available after you publish this form."
|
| 2464 |
msgstr "Il shortcode sarà disponibile dopo la pubblicazione di questo modulo. "
|
| 2465 |
|
| 2466 |
#: ../modules/multiple-forms/edit-profile-forms.php:173
|
| 2467 |
#: ../modules/multiple-forms/register-forms.php:176
|
| 2468 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2469 |
msgid "Use this shortcode on the page you want the form to be displayed:"
|
| 2470 |
msgstr "Usa questo shortcode sulla pagina dove vuoi visualizzare il modulo: "
|
| 2471 |
|
| 2472 |
#: ../modules/multiple-forms/edit-profile-forms.php:177
|
| 2473 |
#: ../modules/multiple-forms/register-forms.php:180
|
| 2474 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2475 |
msgid "<span style=\"color:red;\">Note:</span> changing the form title also changes the shortcode!"
|
| 2476 |
msgstr "<span style=\"color:red;\">Nota:</span> il cambiamento del titolo del modulo cambia anche il shortcode! "
|
| 2477 |
|
| 2478 |
#: ../modules/multiple-forms/edit-profile-forms.php:183
|
| 2479 |
#: ../modules/multiple-forms/register-forms.php:186
|
| 2480 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2481 |
msgid "Form Shortcode"
|
| 2482 |
msgstr "Shortcode del Modulo "
|
| 2483 |
|
|
@@ -2589,10 +3557,10 @@ msgid "After Registration..."
|
|
| 2589 |
msgstr "Dopo registrazione..."
|
| 2590 |
|
| 2591 |
#: ../modules/user-listing/class-userlisting.php:470
|
| 2592 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2593 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2594 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2595 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2596 |
msgid "Search Users by All Fields"
|
| 2597 |
msgstr "Cerca utenti su tutti i campi"
|
| 2598 |
|
|
@@ -2629,12 +3597,12 @@ msgid "Display name as"
|
|
| 2629 |
msgstr "Nome visualizzato "
|
| 2630 |
|
| 2631 |
#: ../modules/user-listing/userlisting.php:125
|
| 2632 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2633 |
msgid "Registration Date"
|
| 2634 |
msgstr "Data di registrazione "
|
| 2635 |
|
| 2636 |
#: ../modules/user-listing/userlisting.php:126
|
| 2637 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2638 |
msgid "Number of Posts"
|
| 2639 |
msgstr "Numero dei post "
|
| 2640 |
|
|
@@ -2683,188 +3651,182 @@ msgstr "Modello lista per tutti gli utenti (All-userlisting) "
|
|
| 2683 |
msgid "Single-userlisting Template"
|
| 2684 |
msgstr "Modello lista per un utente (Single-userlisting) "
|
| 2685 |
|
| 2686 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2687 |
-
msgid "You do not have permission to view this user list"
|
| 2688 |
-
msgstr "Non sei autorizzato a visualizzare questa lista degli utenti "
|
| 2689 |
-
|
| 2690 |
-
#: ../modules/user-listing/userlisting.php:351
|
| 2691 |
-
msgid "You do not have the required user role to view this user list"
|
| 2692 |
-
msgstr "Non sei autorizzato ad avere il ruolo di utente richiesto per visualizzare questa lista degli utenti "
|
| 2693 |
-
|
| 2694 |
-
#: ../modules/user-listing/userlisting.php:599
|
| 2695 |
msgid "First/Lastname"
|
| 2696 |
msgstr "Nome/Cognome "
|
| 2697 |
|
| 2698 |
-
#: ../modules/user-listing/userlisting.php:
|
|
|
|
| 2699 |
msgid "Sign-up Date"
|
| 2700 |
msgstr "Data registrazione "
|
| 2701 |
|
| 2702 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2703 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2704 |
msgid "Display Name"
|
| 2705 |
msgstr "Nome visualizzato "
|
| 2706 |
|
| 2707 |
-
#: ../modules/user-listing/userlisting.php:
|
|
|
|
| 2708 |
msgid "Posts"
|
| 2709 |
msgstr "Post "
|
| 2710 |
|
| 2711 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2712 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2713 |
msgid "Aim"
|
| 2714 |
msgstr "AIM "
|
| 2715 |
|
| 2716 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2717 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2718 |
msgid "Yim"
|
| 2719 |
msgstr "Yim "
|
| 2720 |
|
| 2721 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2722 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2723 |
msgid "Jabber"
|
| 2724 |
msgstr "Jabber "
|
| 2725 |
|
| 2726 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2727 |
msgid "Click here to see more information about this user"
|
| 2728 |
msgstr "Clicca qui per vedere più informazioni su questo utente "
|
| 2729 |
|
| 2730 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2731 |
msgid "More..."
|
| 2732 |
msgstr "Più... "
|
| 2733 |
|
| 2734 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2735 |
msgid "Click here to see more information about this user."
|
| 2736 |
msgstr "Clicca qui per vedere più informazioni su questo utente. "
|
| 2737 |
|
| 2738 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2739 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2740 |
msgid "Click here to go back"
|
| 2741 |
msgstr "Clicca qui per ritornare "
|
| 2742 |
|
| 2743 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2744 |
msgid "Back"
|
| 2745 |
msgstr "Ritorna "
|
| 2746 |
|
| 2747 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2748 |
msgid "«« First"
|
| 2749 |
msgstr "«« Primo "
|
| 2750 |
|
| 2751 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2752 |
msgid "« Prev"
|
| 2753 |
msgstr "« Anteriore "
|
| 2754 |
|
| 2755 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2756 |
msgid "Next » "
|
| 2757 |
msgstr "Seguente » "
|
| 2758 |
|
| 2759 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2760 |
msgid "Last »»"
|
| 2761 |
msgstr "Ultimo »» "
|
| 2762 |
|
| 2763 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2764 |
msgid "You don't have any pagination settings on this userlisting!"
|
| 2765 |
msgstr "Non hai delle impostazioni di paginazione per questa lista degli utenti! "
|
| 2766 |
|
| 2767 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2768 |
msgid "Search"
|
| 2769 |
msgstr "Cerca "
|
| 2770 |
|
| 2771 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2772 |
msgid "Clear Results"
|
| 2773 |
msgstr "Elimina Risultati "
|
| 2774 |
|
| 2775 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2776 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2777 |
msgid "Extra shortcode parameters"
|
| 2778 |
msgstr "Parametri shortcode extra "
|
| 2779 |
|
| 2780 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2781 |
msgid "displays users having a certain meta-value within a certain (extra) meta-field"
|
| 2782 |
msgstr "visualizza gli utenti che hanno una certa valore-meta entro un certa campo-meta (extra) "
|
| 2783 |
|
| 2784 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2785 |
msgid "Example:"
|
| 2786 |
msgstr "Esempio: "
|
| 2787 |
|
| 2788 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2789 |
msgid "Remember though, that the field-value combination must exist in the database."
|
| 2790 |
msgstr "Ricorda che la combinazione valore-campo deve esistere nel database. "
|
| 2791 |
|
| 2792 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2793 |
msgid "Random (very slow on large databases > 10K user)"
|
| 2794 |
msgstr "Casuale (molto lento su database grandi > 10K utente) "
|
| 2795 |
|
| 2796 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2797 |
msgid "Roles to Display"
|
| 2798 |
msgstr "Ruoli da visualizzare "
|
| 2799 |
|
| 2800 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2801 |
msgid "Restrict the userlisting to these selected roles only<br/>If not specified, defaults to all existing roles"
|
| 2802 |
msgstr "Limita la lista utenti soltanto a questi ruoli<br/>Se non specificato, saranno ammesse per default tutti i ruoli esistenti "
|
| 2803 |
|
| 2804 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2805 |
msgid "Number of Users/Page"
|
| 2806 |
msgstr "Numero di Utenti/Pagina "
|
| 2807 |
|
| 2808 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2809 |
msgid "Default Sorting Criteria"
|
| 2810 |
msgstr "Criteri di classificazione default "
|
| 2811 |
|
| 2812 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2813 |
msgid "Set the default sorting criteria<br/>This can temporarily be changed for each new session"
|
| 2814 |
msgstr "Imposta i criteri di classificazione default<br/>Questo può essere cambiato temporaneamente per ogni nuova sessione "
|
| 2815 |
|
| 2816 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2817 |
msgid "Default Sorting Order"
|
| 2818 |
msgstr "Ordine classificazione default "
|
| 2819 |
|
| 2820 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2821 |
msgid "Set the default sorting order<br/>This can temporarily be changed for each new session"
|
| 2822 |
msgstr "Imposta l'ordine di classificazione default<br/>Questo può essere cambiato temporaneamente per ogni nuova sessione "
|
| 2823 |
|
| 2824 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2825 |
msgid "Avatar Size (All-userlisting)"
|
| 2826 |
msgstr "Dimensione Avatar (All-userlisting) "
|
| 2827 |
|
| 2828 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2829 |
msgid "Set the avatar size on the all-userlisting only"
|
| 2830 |
msgstr "Imposta la dimensione dell'avatar soltanto su all-userlisting "
|
| 2831 |
|
| 2832 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2833 |
msgid "Avatar Size (Single-userlisting)"
|
| 2834 |
msgstr "Dimensione Avatar (Single-userlisting) "
|
| 2835 |
|
| 2836 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2837 |
msgid "Set the avatar size on the single-userlisting only"
|
| 2838 |
msgstr "Imposta la dimensione dell'avatar soltanto su single-userlisting "
|
| 2839 |
|
| 2840 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2841 |
msgid "Visible only to logged in users?"
|
| 2842 |
msgstr "Visibile soltanto ai utenti connessi? "
|
| 2843 |
|
| 2844 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2845 |
msgid "The userlisting will only be visible only to the logged in users"
|
| 2846 |
msgstr "La lista utenti sarà visibile soltanto agli utenti connessi "
|
| 2847 |
|
| 2848 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2849 |
msgid "Visible to following Roles"
|
| 2850 |
msgstr "Visibile ai seguenti Ruoli "
|
| 2851 |
|
| 2852 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2853 |
msgid "The userlisting will only be visible to the following roles"
|
| 2854 |
msgstr "La lista utenti sarà visibile soltanto ai seguenti ruoli "
|
| 2855 |
|
| 2856 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2857 |
msgid "Userlisting Settings"
|
| 2858 |
msgstr "Impostazioni della lista utenti "
|
| 2859 |
|
| 2860 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2861 |
msgid "You need to activate the Userlisting feature from within the \"Modules\" tab!"
|
| 2862 |
msgstr "Devi attivare la caratteristica Userlisting (lista utenti) dal tab \\\"Moduli\\\"! "
|
| 2863 |
|
| 2864 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2865 |
msgid "You can find it in the Profile Builder menu."
|
| 2866 |
msgstr "La puoi trovare nel Profile Builder menu. "
|
| 2867 |
|
| 2868 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2869 |
msgid "No results found!"
|
| 2870 |
msgstr "Nessun risultato trovato! "
|
| 2 |
# This file is distributed under the same license as the Profile Builder package.
|
| 3 |
msgid ""
|
| 4 |
msgstr ""
|
| 5 |
+
"PO-Revision-Date: 2015-09-29 11:53:56+0000\n"
|
| 6 |
"MIME-Version: 1.0\n"
|
| 7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
| 8 |
"Content-Transfer-Encoding: 8bit\n"
|
| 10 |
"X-Generator: GlotPress/0.1\n"
|
| 11 |
"Project-Id-Version: Profile Builder\n"
|
| 12 |
|
| 13 |
+
#: ../admin/admin-functions.php:40
|
| 14 |
+
msgid "Display name publicly as - only appears on the Edit Profile page!"
|
| 15 |
+
msgstr ""
|
| 16 |
+
|
| 17 |
+
#: ../admin/basic-info.php:37
|
| 18 |
+
msgid "Friction-less login using %s shortcode or a widget."
|
| 19 |
+
msgstr ""
|
| 20 |
+
|
| 21 |
+
#: ../admin/basic-info.php:41
|
| 22 |
+
msgid "Beautiful registration forms fully customizable using the %s shortcode."
|
| 23 |
+
msgstr ""
|
| 24 |
+
|
| 25 |
+
#: ../admin/basic-info.php:45
|
| 26 |
+
msgid "Straight forward edit profile forms using %s shortcode."
|
| 27 |
+
msgstr ""
|
| 28 |
+
|
| 29 |
+
#: ../admin/basic-info.php:58
|
| 30 |
+
msgid "Allow users to recover their password in the front-end using the %s."
|
| 31 |
+
msgstr ""
|
| 32 |
+
|
| 33 |
+
#: ../admin/basic-info.php:130
|
| 34 |
+
msgid "To create a page containing the users registered to this current site/blog, insert the following shortcode in a page of your chosing: %s."
|
| 35 |
+
msgstr ""
|
| 36 |
+
|
| 37 |
+
#: ../admin/general-settings.php:125
|
| 38 |
+
msgid "\"Admin Approval\" on User Role:"
|
| 39 |
+
msgstr ""
|
| 40 |
+
|
| 41 |
+
#: ../admin/general-settings.php:144
|
| 42 |
+
msgid "Select on what user roles to activate Admin Approval."
|
| 43 |
+
msgstr ""
|
| 44 |
+
|
| 45 |
+
#: ../admin/manage-fields.php:109
|
| 46 |
+
msgid "Display on PB forms"
|
| 47 |
+
msgstr ""
|
| 48 |
+
|
| 49 |
+
#: ../admin/manage-fields.php:109
|
| 50 |
+
msgid "PB Login"
|
| 51 |
+
msgstr ""
|
| 52 |
+
|
| 53 |
+
#: ../admin/manage-fields.php:109
|
| 54 |
+
msgid "PB Register"
|
| 55 |
+
msgstr ""
|
| 56 |
+
|
| 57 |
+
#: ../admin/manage-fields.php:109
|
| 58 |
+
msgid "PB Recover Password"
|
| 59 |
+
msgstr ""
|
| 60 |
+
|
| 61 |
+
#: ../admin/manage-fields.php:109
|
| 62 |
+
msgid "Select on which Profile Builder forms to display reCAPTCHA"
|
| 63 |
+
msgstr ""
|
| 64 |
+
|
| 65 |
+
#: ../admin/manage-fields.php:110
|
| 66 |
+
msgid "Display on default WP forms"
|
| 67 |
+
msgstr ""
|
| 68 |
+
|
| 69 |
+
#: ../admin/manage-fields.php:110
|
| 70 |
+
msgid "Default WP Login"
|
| 71 |
+
msgstr ""
|
| 72 |
+
|
| 73 |
+
#: ../admin/manage-fields.php:110
|
| 74 |
+
msgid "Default WP Register"
|
| 75 |
+
msgstr ""
|
| 76 |
+
|
| 77 |
+
#: ../admin/manage-fields.php:110
|
| 78 |
+
msgid "Default WP Recover Password"
|
| 79 |
+
msgstr ""
|
| 80 |
+
|
| 81 |
+
#: ../admin/manage-fields.php:110
|
| 82 |
+
msgid "Select on which default WP forms to display reCAPTCHA"
|
| 83 |
+
msgstr ""
|
| 84 |
+
|
| 85 |
+
#: ../admin/manage-fields.php:116 ../admin/manage-fields.php:117
|
| 86 |
+
msgid "Default option of the field"
|
| 87 |
+
msgstr ""
|
| 88 |
+
|
| 89 |
+
#: ../admin/manage-fields.php:237
|
| 90 |
+
msgid "Afghanistan"
|
| 91 |
+
msgstr "Afghanistan"
|
| 92 |
+
|
| 93 |
+
#: ../admin/manage-fields.php:238
|
| 94 |
+
msgid "Aland Islands"
|
| 95 |
+
msgstr "Aland Islands"
|
| 96 |
+
|
| 97 |
+
#: ../admin/manage-fields.php:239
|
| 98 |
+
msgid "Albania"
|
| 99 |
+
msgstr "Albania"
|
| 100 |
+
|
| 101 |
+
#: ../admin/manage-fields.php:240
|
| 102 |
+
msgid "Algeria"
|
| 103 |
+
msgstr "Algeria"
|
| 104 |
+
|
| 105 |
+
#: ../admin/manage-fields.php:241
|
| 106 |
+
msgid "American Samoa"
|
| 107 |
+
msgstr "American Samoa"
|
| 108 |
+
|
| 109 |
+
#: ../admin/manage-fields.php:242
|
| 110 |
+
msgid "Andorra"
|
| 111 |
+
msgstr "Andorra"
|
| 112 |
+
|
| 113 |
+
#: ../admin/manage-fields.php:243
|
| 114 |
+
msgid "Angola"
|
| 115 |
+
msgstr "Angola"
|
| 116 |
+
|
| 117 |
+
#: ../admin/manage-fields.php:244
|
| 118 |
+
msgid "Anguilla"
|
| 119 |
+
msgstr "Anguilla"
|
| 120 |
+
|
| 121 |
+
#: ../admin/manage-fields.php:245
|
| 122 |
+
msgid "Antarctica"
|
| 123 |
+
msgstr "Antarctica"
|
| 124 |
+
|
| 125 |
+
#: ../admin/manage-fields.php:246
|
| 126 |
+
msgid "Antigua and Barbuda"
|
| 127 |
+
msgstr "Antigua and Barbuda"
|
| 128 |
+
|
| 129 |
+
#: ../admin/manage-fields.php:247
|
| 130 |
+
msgid "Argentina"
|
| 131 |
+
msgstr "Argentina"
|
| 132 |
+
|
| 133 |
+
#: ../admin/manage-fields.php:248
|
| 134 |
+
msgid "Armenia"
|
| 135 |
+
msgstr "Armenia"
|
| 136 |
+
|
| 137 |
+
#: ../admin/manage-fields.php:249
|
| 138 |
+
msgid "Aruba"
|
| 139 |
+
msgstr "Aruba"
|
| 140 |
+
|
| 141 |
+
#: ../admin/manage-fields.php:250
|
| 142 |
+
msgid "Australia"
|
| 143 |
+
msgstr "Australia"
|
| 144 |
+
|
| 145 |
+
#: ../admin/manage-fields.php:251
|
| 146 |
+
msgid "Austria"
|
| 147 |
+
msgstr "Austria"
|
| 148 |
+
|
| 149 |
+
#: ../admin/manage-fields.php:252
|
| 150 |
+
msgid "Azerbaijan"
|
| 151 |
+
msgstr "Azerbaijan"
|
| 152 |
+
|
| 153 |
+
#: ../admin/manage-fields.php:253
|
| 154 |
+
msgid "Bahamas"
|
| 155 |
+
msgstr "Bahamas"
|
| 156 |
+
|
| 157 |
+
#: ../admin/manage-fields.php:254
|
| 158 |
+
msgid "Bahrain"
|
| 159 |
+
msgstr "Bahrain"
|
| 160 |
+
|
| 161 |
+
#: ../admin/manage-fields.php:255
|
| 162 |
+
msgid "Bangladesh"
|
| 163 |
+
msgstr "Bangladesh"
|
| 164 |
+
|
| 165 |
+
#: ../admin/manage-fields.php:256
|
| 166 |
+
msgid "Barbados"
|
| 167 |
+
msgstr "Barbados"
|
| 168 |
+
|
| 169 |
+
#: ../admin/manage-fields.php:257
|
| 170 |
+
msgid "Belarus"
|
| 171 |
+
msgstr "Belarus"
|
| 172 |
+
|
| 173 |
+
#: ../admin/manage-fields.php:258
|
| 174 |
+
msgid "Belgium"
|
| 175 |
+
msgstr "Belgium"
|
| 176 |
+
|
| 177 |
+
#: ../admin/manage-fields.php:259
|
| 178 |
+
msgid "Belize"
|
| 179 |
+
msgstr "Belize"
|
| 180 |
+
|
| 181 |
+
#: ../admin/manage-fields.php:260
|
| 182 |
+
msgid "Benin"
|
| 183 |
+
msgstr "Benin"
|
| 184 |
+
|
| 185 |
+
#: ../admin/manage-fields.php:261
|
| 186 |
+
msgid "Bermuda"
|
| 187 |
+
msgstr "Bermuda"
|
| 188 |
+
|
| 189 |
+
#: ../admin/manage-fields.php:262
|
| 190 |
+
msgid "Bhutan"
|
| 191 |
+
msgstr "Bhutan"
|
| 192 |
+
|
| 193 |
+
#: ../admin/manage-fields.php:263
|
| 194 |
+
msgid "Bolivia"
|
| 195 |
+
msgstr "Bolivia"
|
| 196 |
+
|
| 197 |
+
#: ../admin/manage-fields.php:264
|
| 198 |
+
msgid "Bonaire, Saint Eustatius and Saba"
|
| 199 |
+
msgstr "Bonaire, Saint Eustatius and Saba"
|
| 200 |
+
|
| 201 |
+
#: ../admin/manage-fields.php:265
|
| 202 |
+
msgid "Bosnia and Herzegovina"
|
| 203 |
+
msgstr "Bosnia and Herzegovina"
|
| 204 |
+
|
| 205 |
+
#: ../admin/manage-fields.php:266
|
| 206 |
+
msgid "Botswana"
|
| 207 |
+
msgstr "Botswana"
|
| 208 |
+
|
| 209 |
+
#: ../admin/manage-fields.php:267
|
| 210 |
+
msgid "Bouvet Island"
|
| 211 |
+
msgstr "Bouvet Island"
|
| 212 |
+
|
| 213 |
+
#: ../admin/manage-fields.php:268
|
| 214 |
+
msgid "Brazil"
|
| 215 |
+
msgstr "Brazil"
|
| 216 |
+
|
| 217 |
+
#: ../admin/manage-fields.php:269
|
| 218 |
+
msgid "British Indian Ocean Territory"
|
| 219 |
+
msgstr "British Indian Ocean Territory"
|
| 220 |
+
|
| 221 |
+
#: ../admin/manage-fields.php:270
|
| 222 |
+
msgid "British Virgin Islands"
|
| 223 |
+
msgstr "British Virgin Islands"
|
| 224 |
+
|
| 225 |
+
#: ../admin/manage-fields.php:271
|
| 226 |
+
msgid "Brunei"
|
| 227 |
+
msgstr "Brunei"
|
| 228 |
+
|
| 229 |
+
#: ../admin/manage-fields.php:272
|
| 230 |
+
msgid "Bulgaria"
|
| 231 |
+
msgstr "Bulgaria"
|
| 232 |
+
|
| 233 |
+
#: ../admin/manage-fields.php:273
|
| 234 |
+
msgid "Burkina Faso"
|
| 235 |
+
msgstr "Burkina Faso"
|
| 236 |
+
|
| 237 |
+
#: ../admin/manage-fields.php:274
|
| 238 |
+
msgid "Burundi"
|
| 239 |
+
msgstr "Burundi"
|
| 240 |
+
|
| 241 |
+
#: ../admin/manage-fields.php:275
|
| 242 |
+
msgid "Cambodia"
|
| 243 |
+
msgstr "Cambodia"
|
| 244 |
+
|
| 245 |
+
#: ../admin/manage-fields.php:276
|
| 246 |
+
msgid "Cameroon"
|
| 247 |
+
msgstr "Cameroon"
|
| 248 |
+
|
| 249 |
+
#: ../admin/manage-fields.php:277
|
| 250 |
+
msgid "Canada"
|
| 251 |
+
msgstr "Canada"
|
| 252 |
+
|
| 253 |
+
#: ../admin/manage-fields.php:278
|
| 254 |
+
msgid "Cape Verde"
|
| 255 |
+
msgstr "Cape Verde"
|
| 256 |
+
|
| 257 |
+
#: ../admin/manage-fields.php:279
|
| 258 |
+
msgid "Cayman Islands"
|
| 259 |
+
msgstr "Cayman Islands"
|
| 260 |
+
|
| 261 |
+
#: ../admin/manage-fields.php:280
|
| 262 |
+
msgid "Central African Republic"
|
| 263 |
+
msgstr "Central African Republic"
|
| 264 |
+
|
| 265 |
+
#: ../admin/manage-fields.php:281
|
| 266 |
+
msgid "Chad"
|
| 267 |
+
msgstr "Chad"
|
| 268 |
+
|
| 269 |
+
#: ../admin/manage-fields.php:282
|
| 270 |
+
msgid "Chile"
|
| 271 |
+
msgstr "Chile"
|
| 272 |
+
|
| 273 |
+
#: ../admin/manage-fields.php:283
|
| 274 |
+
msgid "China"
|
| 275 |
+
msgstr "China"
|
| 276 |
+
|
| 277 |
+
#: ../admin/manage-fields.php:284
|
| 278 |
+
msgid "Christmas Island"
|
| 279 |
+
msgstr "Christmas Island"
|
| 280 |
+
|
| 281 |
+
#: ../admin/manage-fields.php:285
|
| 282 |
+
msgid "Cocos Islands"
|
| 283 |
+
msgstr "Cocos Islands"
|
| 284 |
+
|
| 285 |
+
#: ../admin/manage-fields.php:286
|
| 286 |
+
msgid "Colombia"
|
| 287 |
+
msgstr "Colombia"
|
| 288 |
+
|
| 289 |
+
#: ../admin/manage-fields.php:287
|
| 290 |
+
msgid "Comoros"
|
| 291 |
+
msgstr "Comoros"
|
| 292 |
+
|
| 293 |
+
#: ../admin/manage-fields.php:288
|
| 294 |
+
msgid "Cook Islands"
|
| 295 |
+
msgstr "Cook Islands"
|
| 296 |
+
|
| 297 |
+
#: ../admin/manage-fields.php:289
|
| 298 |
+
msgid "Costa Rica"
|
| 299 |
+
msgstr "Costa Rica"
|
| 300 |
+
|
| 301 |
+
#: ../admin/manage-fields.php:290
|
| 302 |
+
msgid "Croatia"
|
| 303 |
+
msgstr "Croatia"
|
| 304 |
+
|
| 305 |
+
#: ../admin/manage-fields.php:291
|
| 306 |
+
msgid "Cuba"
|
| 307 |
+
msgstr "Cuba"
|
| 308 |
+
|
| 309 |
+
#: ../admin/manage-fields.php:292
|
| 310 |
+
msgid "Curacao"
|
| 311 |
+
msgstr "Curacao"
|
| 312 |
+
|
| 313 |
+
#: ../admin/manage-fields.php:293
|
| 314 |
+
msgid "Cyprus"
|
| 315 |
+
msgstr "Cyprus"
|
| 316 |
+
|
| 317 |
+
#: ../admin/manage-fields.php:294
|
| 318 |
+
msgid "Czech Republic"
|
| 319 |
+
msgstr "Czech Republic"
|
| 320 |
+
|
| 321 |
+
#: ../admin/manage-fields.php:295
|
| 322 |
+
msgid "Democratic Republic of the Congo"
|
| 323 |
+
msgstr "Democratic Republic of the Congo"
|
| 324 |
+
|
| 325 |
+
#: ../admin/manage-fields.php:296
|
| 326 |
+
msgid "Denmark"
|
| 327 |
+
msgstr "Denmark"
|
| 328 |
+
|
| 329 |
+
#: ../admin/manage-fields.php:297
|
| 330 |
+
msgid "Djibouti"
|
| 331 |
+
msgstr "Djibouti"
|
| 332 |
+
|
| 333 |
+
#: ../admin/manage-fields.php:298
|
| 334 |
+
msgid "Dominica"
|
| 335 |
+
msgstr "Dominica"
|
| 336 |
+
|
| 337 |
+
#: ../admin/manage-fields.php:299
|
| 338 |
+
msgid "Dominican Republic"
|
| 339 |
+
msgstr "Dominican Republic"
|
| 340 |
+
|
| 341 |
+
#: ../admin/manage-fields.php:300
|
| 342 |
+
msgid "East Timor"
|
| 343 |
+
msgstr "East Timor"
|
| 344 |
+
|
| 345 |
+
#: ../admin/manage-fields.php:301
|
| 346 |
+
msgid "Ecuador"
|
| 347 |
+
msgstr "Ecuador"
|
| 348 |
+
|
| 349 |
+
#: ../admin/manage-fields.php:302
|
| 350 |
+
msgid "Egypt"
|
| 351 |
+
msgstr "Egypt"
|
| 352 |
+
|
| 353 |
+
#: ../admin/manage-fields.php:303
|
| 354 |
+
msgid "El Salvador"
|
| 355 |
+
msgstr "El Salvador"
|
| 356 |
+
|
| 357 |
+
#: ../admin/manage-fields.php:304
|
| 358 |
+
msgid "Equatorial Guinea"
|
| 359 |
+
msgstr "Equatorial Guinea"
|
| 360 |
+
|
| 361 |
+
#: ../admin/manage-fields.php:305
|
| 362 |
+
msgid "Eritrea"
|
| 363 |
+
msgstr "Eritrea"
|
| 364 |
+
|
| 365 |
+
#: ../admin/manage-fields.php:306
|
| 366 |
+
msgid "Estonia"
|
| 367 |
+
msgstr "Estonia"
|
| 368 |
+
|
| 369 |
+
#: ../admin/manage-fields.php:307
|
| 370 |
+
msgid "Ethiopia"
|
| 371 |
+
msgstr "Ethiopia"
|
| 372 |
+
|
| 373 |
+
#: ../admin/manage-fields.php:308
|
| 374 |
+
msgid "Falkland Islands"
|
| 375 |
+
msgstr "Falkland Islands"
|
| 376 |
+
|
| 377 |
+
#: ../admin/manage-fields.php:309
|
| 378 |
+
msgid "Faroe Islands"
|
| 379 |
+
msgstr "Faroe Islands"
|
| 380 |
+
|
| 381 |
+
#: ../admin/manage-fields.php:310
|
| 382 |
+
msgid "Fiji"
|
| 383 |
+
msgstr "Fiji"
|
| 384 |
+
|
| 385 |
+
#: ../admin/manage-fields.php:311
|
| 386 |
+
msgid "Finland"
|
| 387 |
+
msgstr "Finland"
|
| 388 |
+
|
| 389 |
+
#: ../admin/manage-fields.php:312
|
| 390 |
+
msgid "France"
|
| 391 |
+
msgstr "France"
|
| 392 |
+
|
| 393 |
+
#: ../admin/manage-fields.php:313
|
| 394 |
+
msgid "French Guiana"
|
| 395 |
+
msgstr "French Guiana"
|
| 396 |
+
|
| 397 |
+
#: ../admin/manage-fields.php:314
|
| 398 |
+
msgid "French Polynesia"
|
| 399 |
+
msgstr "French Polynesia"
|
| 400 |
+
|
| 401 |
+
#: ../admin/manage-fields.php:315
|
| 402 |
+
msgid "French Southern Territories"
|
| 403 |
+
msgstr "French Southern Territories"
|
| 404 |
+
|
| 405 |
+
#: ../admin/manage-fields.php:316
|
| 406 |
+
msgid "Gabon"
|
| 407 |
+
msgstr "Gabon"
|
| 408 |
+
|
| 409 |
+
#: ../admin/manage-fields.php:317
|
| 410 |
+
msgid "Gambia"
|
| 411 |
+
msgstr "Gambia"
|
| 412 |
+
|
| 413 |
+
#: ../admin/manage-fields.php:318
|
| 414 |
+
msgid "Georgia"
|
| 415 |
+
msgstr "Georgia"
|
| 416 |
+
|
| 417 |
+
#: ../admin/manage-fields.php:319
|
| 418 |
+
msgid "Germany"
|
| 419 |
+
msgstr "Germany"
|
| 420 |
+
|
| 421 |
+
#: ../admin/manage-fields.php:320
|
| 422 |
+
msgid "Ghana"
|
| 423 |
+
msgstr "Ghana"
|
| 424 |
+
|
| 425 |
+
#: ../admin/manage-fields.php:321
|
| 426 |
+
msgid "Gibraltar"
|
| 427 |
+
msgstr "Gibraltar"
|
| 428 |
+
|
| 429 |
+
#: ../admin/manage-fields.php:322
|
| 430 |
+
msgid "Greece"
|
| 431 |
+
msgstr "Greece"
|
| 432 |
+
|
| 433 |
+
#: ../admin/manage-fields.php:323
|
| 434 |
+
msgid "Greenland"
|
| 435 |
+
msgstr "Greenland"
|
| 436 |
+
|
| 437 |
+
#: ../admin/manage-fields.php:324
|
| 438 |
+
msgid "Grenada"
|
| 439 |
+
msgstr "Grenada"
|
| 440 |
+
|
| 441 |
+
#: ../admin/manage-fields.php:325
|
| 442 |
+
msgid "Guadeloupe"
|
| 443 |
+
msgstr "Guadeloupe"
|
| 444 |
+
|
| 445 |
+
#: ../admin/manage-fields.php:326
|
| 446 |
+
msgid "Guam"
|
| 447 |
+
msgstr "Guam"
|
| 448 |
+
|
| 449 |
+
#: ../admin/manage-fields.php:327
|
| 450 |
+
msgid "Guatemala"
|
| 451 |
+
msgstr "Guatemala"
|
| 452 |
+
|
| 453 |
+
#: ../admin/manage-fields.php:328
|
| 454 |
+
msgid "Guernsey"
|
| 455 |
+
msgstr "Guernsey"
|
| 456 |
+
|
| 457 |
+
#: ../admin/manage-fields.php:329
|
| 458 |
+
msgid "Guinea"
|
| 459 |
+
msgstr "Guinea"
|
| 460 |
+
|
| 461 |
+
#: ../admin/manage-fields.php:330
|
| 462 |
+
msgid "Guinea-Bissau"
|
| 463 |
+
msgstr "Guinea-Bissau"
|
| 464 |
+
|
| 465 |
+
#: ../admin/manage-fields.php:331
|
| 466 |
+
msgid "Guyana"
|
| 467 |
+
msgstr "Guyana"
|
| 468 |
+
|
| 469 |
+
#: ../admin/manage-fields.php:332
|
| 470 |
+
msgid "Haiti"
|
| 471 |
+
msgstr "Haiti"
|
| 472 |
+
|
| 473 |
+
#: ../admin/manage-fields.php:333
|
| 474 |
+
msgid "Heard Island and McDonald Islands"
|
| 475 |
+
msgstr "Heard Island and McDonald Islands"
|
| 476 |
+
|
| 477 |
+
#: ../admin/manage-fields.php:334
|
| 478 |
+
msgid "Honduras"
|
| 479 |
+
msgstr "Honduras"
|
| 480 |
+
|
| 481 |
+
#: ../admin/manage-fields.php:335
|
| 482 |
+
msgid "Hong Kong"
|
| 483 |
+
msgstr "Hong Kong"
|
| 484 |
+
|
| 485 |
+
#: ../admin/manage-fields.php:336
|
| 486 |
+
msgid "Hungary"
|
| 487 |
+
msgstr "Hungary"
|
| 488 |
+
|
| 489 |
+
#: ../admin/manage-fields.php:337
|
| 490 |
+
msgid "Iceland"
|
| 491 |
+
msgstr "Iceland"
|
| 492 |
+
|
| 493 |
+
#: ../admin/manage-fields.php:338
|
| 494 |
+
msgid "India"
|
| 495 |
+
msgstr "India"
|
| 496 |
+
|
| 497 |
+
#: ../admin/manage-fields.php:339
|
| 498 |
+
msgid "Indonesia"
|
| 499 |
+
msgstr "Indonesia"
|
| 500 |
+
|
| 501 |
+
#: ../admin/manage-fields.php:340
|
| 502 |
+
msgid "Iran"
|
| 503 |
+
msgstr "Iran"
|
| 504 |
+
|
| 505 |
+
#: ../admin/manage-fields.php:341
|
| 506 |
+
msgid "Iraq"
|
| 507 |
+
msgstr "Iraq"
|
| 508 |
+
|
| 509 |
+
#: ../admin/manage-fields.php:342
|
| 510 |
+
msgid "Ireland"
|
| 511 |
+
msgstr "Ireland"
|
| 512 |
+
|
| 513 |
+
#: ../admin/manage-fields.php:343
|
| 514 |
+
msgid "Isle of Man"
|
| 515 |
+
msgstr "Isle of Man"
|
| 516 |
+
|
| 517 |
+
#: ../admin/manage-fields.php:344
|
| 518 |
+
msgid "Israel"
|
| 519 |
+
msgstr "Israel"
|
| 520 |
+
|
| 521 |
+
#: ../admin/manage-fields.php:345
|
| 522 |
+
msgid "Italy"
|
| 523 |
+
msgstr "Italy"
|
| 524 |
+
|
| 525 |
+
#: ../admin/manage-fields.php:346
|
| 526 |
+
msgid "Ivory Coast"
|
| 527 |
+
msgstr "Ivory Coast"
|
| 528 |
+
|
| 529 |
+
#: ../admin/manage-fields.php:347
|
| 530 |
+
msgid "Jamaica"
|
| 531 |
+
msgstr "Jamaica"
|
| 532 |
+
|
| 533 |
+
#: ../admin/manage-fields.php:348
|
| 534 |
+
msgid "Japan"
|
| 535 |
+
msgstr "Japan"
|
| 536 |
+
|
| 537 |
+
#: ../admin/manage-fields.php:349
|
| 538 |
+
msgid "Jersey"
|
| 539 |
+
msgstr "Jersey"
|
| 540 |
+
|
| 541 |
+
#: ../admin/manage-fields.php:350
|
| 542 |
+
msgid "Jordan"
|
| 543 |
+
msgstr "Jordan"
|
| 544 |
+
|
| 545 |
+
#: ../admin/manage-fields.php:351
|
| 546 |
+
msgid "Kazakhstan"
|
| 547 |
+
msgstr "Kazakhstan"
|
| 548 |
+
|
| 549 |
+
#: ../admin/manage-fields.php:352
|
| 550 |
+
msgid "Kenya"
|
| 551 |
+
msgstr "Kenya"
|
| 552 |
+
|
| 553 |
+
#: ../admin/manage-fields.php:353
|
| 554 |
+
msgid "Kiribati"
|
| 555 |
+
msgstr "Kiribati"
|
| 556 |
+
|
| 557 |
+
#: ../admin/manage-fields.php:354
|
| 558 |
+
msgid "Kosovo"
|
| 559 |
+
msgstr "Kosovo"
|
| 560 |
+
|
| 561 |
+
#: ../admin/manage-fields.php:355
|
| 562 |
+
msgid "Kuwait"
|
| 563 |
+
msgstr "Kuwait"
|
| 564 |
+
|
| 565 |
+
#: ../admin/manage-fields.php:356
|
| 566 |
+
msgid "Kyrgyzstan"
|
| 567 |
+
msgstr "Kyrgyzstan"
|
| 568 |
+
|
| 569 |
+
#: ../admin/manage-fields.php:357
|
| 570 |
+
msgid "Laos"
|
| 571 |
+
msgstr "Laos"
|
| 572 |
+
|
| 573 |
+
#: ../admin/manage-fields.php:358
|
| 574 |
+
msgid "Latvia"
|
| 575 |
+
msgstr "Latvia"
|
| 576 |
+
|
| 577 |
+
#: ../admin/manage-fields.php:359
|
| 578 |
+
msgid "Lebanon"
|
| 579 |
+
msgstr "Lebanon"
|
| 580 |
+
|
| 581 |
+
#: ../admin/manage-fields.php:360
|
| 582 |
+
msgid "Lesotho"
|
| 583 |
+
msgstr "Lesotho"
|
| 584 |
+
|
| 585 |
+
#: ../admin/manage-fields.php:361
|
| 586 |
+
msgid "Liberia"
|
| 587 |
+
msgstr "Liberia"
|
| 588 |
+
|
| 589 |
+
#: ../admin/manage-fields.php:362
|
| 590 |
+
msgid "Libya"
|
| 591 |
+
msgstr "Libya"
|
| 592 |
+
|
| 593 |
+
#: ../admin/manage-fields.php:363
|
| 594 |
+
msgid "Liechtenstein"
|
| 595 |
+
msgstr "Liechtenstein"
|
| 596 |
+
|
| 597 |
+
#: ../admin/manage-fields.php:364
|
| 598 |
+
msgid "Lithuania"
|
| 599 |
+
msgstr "Lithuania"
|
| 600 |
+
|
| 601 |
+
#: ../admin/manage-fields.php:365
|
| 602 |
+
msgid "Luxembourg"
|
| 603 |
+
msgstr "Luxembourg"
|
| 604 |
+
|
| 605 |
+
#: ../admin/manage-fields.php:366
|
| 606 |
+
msgid "Macao"
|
| 607 |
+
msgstr "Macao"
|
| 608 |
+
|
| 609 |
+
#: ../admin/manage-fields.php:367
|
| 610 |
+
msgid "Macedonia"
|
| 611 |
+
msgstr "Macedonia"
|
| 612 |
+
|
| 613 |
+
#: ../admin/manage-fields.php:368
|
| 614 |
+
msgid "Madagascar"
|
| 615 |
+
msgstr "Madagascar"
|
| 616 |
+
|
| 617 |
+
#: ../admin/manage-fields.php:369
|
| 618 |
+
msgid "Malawi"
|
| 619 |
+
msgstr "Malawi"
|
| 620 |
+
|
| 621 |
+
#: ../admin/manage-fields.php:370
|
| 622 |
+
msgid "Malaysia"
|
| 623 |
+
msgstr "Malaysia"
|
| 624 |
+
|
| 625 |
+
#: ../admin/manage-fields.php:371
|
| 626 |
+
msgid "Maldives"
|
| 627 |
+
msgstr "Maldives"
|
| 628 |
+
|
| 629 |
+
#: ../admin/manage-fields.php:372
|
| 630 |
+
msgid "Mali"
|
| 631 |
+
msgstr "Mali"
|
| 632 |
+
|
| 633 |
+
#: ../admin/manage-fields.php:373
|
| 634 |
+
msgid "Malta"
|
| 635 |
+
msgstr "Malta"
|
| 636 |
+
|
| 637 |
+
#: ../admin/manage-fields.php:374
|
| 638 |
+
msgid "Marshall Islands"
|
| 639 |
+
msgstr "Marshall Islands"
|
| 640 |
+
|
| 641 |
+
#: ../admin/manage-fields.php:375
|
| 642 |
+
msgid "Martinique"
|
| 643 |
+
msgstr "Martinique"
|
| 644 |
+
|
| 645 |
+
#: ../admin/manage-fields.php:376
|
| 646 |
+
msgid "Mauritania"
|
| 647 |
+
msgstr "Mauritania"
|
| 648 |
+
|
| 649 |
+
#: ../admin/manage-fields.php:377
|
| 650 |
+
msgid "Mauritius"
|
| 651 |
+
msgstr "Mauritius"
|
| 652 |
+
|
| 653 |
+
#: ../admin/manage-fields.php:378
|
| 654 |
+
msgid "Mayotte"
|
| 655 |
+
msgstr "Mayotte"
|
| 656 |
+
|
| 657 |
+
#: ../admin/manage-fields.php:379
|
| 658 |
+
msgid "Mexico"
|
| 659 |
+
msgstr "Mexico"
|
| 660 |
+
|
| 661 |
+
#: ../admin/manage-fields.php:380
|
| 662 |
+
msgid "Micronesia"
|
| 663 |
+
msgstr "Micronesia"
|
| 664 |
+
|
| 665 |
+
#: ../admin/manage-fields.php:381
|
| 666 |
+
msgid "Moldova"
|
| 667 |
+
msgstr "Moldova"
|
| 668 |
+
|
| 669 |
+
#: ../admin/manage-fields.php:382
|
| 670 |
+
msgid "Monaco"
|
| 671 |
+
msgstr "Monaco"
|
| 672 |
+
|
| 673 |
+
#: ../admin/manage-fields.php:383
|
| 674 |
+
msgid "Mongolia"
|
| 675 |
+
msgstr "Mongolia"
|
| 676 |
+
|
| 677 |
+
#: ../admin/manage-fields.php:384
|
| 678 |
+
msgid "Montenegro"
|
| 679 |
+
msgstr "Montenegro"
|
| 680 |
+
|
| 681 |
+
#: ../admin/manage-fields.php:385
|
| 682 |
+
msgid "Montserrat"
|
| 683 |
+
msgstr "Montserrat"
|
| 684 |
+
|
| 685 |
+
#: ../admin/manage-fields.php:386
|
| 686 |
+
msgid "Morocco"
|
| 687 |
+
msgstr "Morocco"
|
| 688 |
+
|
| 689 |
+
#: ../admin/manage-fields.php:387
|
| 690 |
+
msgid "Mozambique"
|
| 691 |
+
msgstr "Mozambique"
|
| 692 |
+
|
| 693 |
+
#: ../admin/manage-fields.php:388
|
| 694 |
+
msgid "Myanmar"
|
| 695 |
+
msgstr "Myanmar"
|
| 696 |
+
|
| 697 |
+
#: ../admin/manage-fields.php:389
|
| 698 |
+
msgid "Namibia"
|
| 699 |
+
msgstr "Namibia"
|
| 700 |
+
|
| 701 |
+
#: ../admin/manage-fields.php:390
|
| 702 |
+
msgid "Nauru"
|
| 703 |
+
msgstr "Nauru"
|
| 704 |
+
|
| 705 |
+
#: ../admin/manage-fields.php:391
|
| 706 |
+
msgid "Nepal"
|
| 707 |
+
msgstr "Nepal"
|
| 708 |
+
|
| 709 |
+
#: ../admin/manage-fields.php:392
|
| 710 |
+
msgid "Netherlands"
|
| 711 |
+
msgstr "Netherlands"
|
| 712 |
+
|
| 713 |
+
#: ../admin/manage-fields.php:393
|
| 714 |
+
msgid "New Caledonia"
|
| 715 |
+
msgstr "New Caledonia"
|
| 716 |
+
|
| 717 |
+
#: ../admin/manage-fields.php:394
|
| 718 |
+
msgid "New Zealand"
|
| 719 |
+
msgstr "New Zealand"
|
| 720 |
+
|
| 721 |
+
#: ../admin/manage-fields.php:395
|
| 722 |
+
msgid "Nicaragua"
|
| 723 |
+
msgstr "Nicaragua"
|
| 724 |
+
|
| 725 |
+
#: ../admin/manage-fields.php:396
|
| 726 |
+
msgid "Niger"
|
| 727 |
+
msgstr "Niger"
|
| 728 |
+
|
| 729 |
+
#: ../admin/manage-fields.php:397
|
| 730 |
+
msgid "Nigeria"
|
| 731 |
+
msgstr "Nigeria"
|
| 732 |
+
|
| 733 |
+
#: ../admin/manage-fields.php:398
|
| 734 |
+
msgid "Niue"
|
| 735 |
+
msgstr "Niue"
|
| 736 |
+
|
| 737 |
+
#: ../admin/manage-fields.php:399
|
| 738 |
+
msgid "Norfolk Island"
|
| 739 |
+
msgstr "Norfolk Island"
|
| 740 |
+
|
| 741 |
+
#: ../admin/manage-fields.php:400
|
| 742 |
+
msgid "North Korea"
|
| 743 |
+
msgstr "North Korea"
|
| 744 |
+
|
| 745 |
+
#: ../admin/manage-fields.php:401
|
| 746 |
+
msgid "Northern Mariana Islands"
|
| 747 |
+
msgstr "Northern Mariana Islands"
|
| 748 |
+
|
| 749 |
+
#: ../admin/manage-fields.php:402
|
| 750 |
+
msgid "Norway"
|
| 751 |
+
msgstr "Norway"
|
| 752 |
+
|
| 753 |
+
#: ../admin/manage-fields.php:403
|
| 754 |
+
msgid "Oman"
|
| 755 |
+
msgstr "Oman"
|
| 756 |
+
|
| 757 |
+
#: ../admin/manage-fields.php:404
|
| 758 |
+
msgid "Pakistan"
|
| 759 |
+
msgstr "Pakistan"
|
| 760 |
+
|
| 761 |
+
#: ../admin/manage-fields.php:405
|
| 762 |
+
msgid "Palau"
|
| 763 |
+
msgstr "Palau"
|
| 764 |
+
|
| 765 |
+
#: ../admin/manage-fields.php:406
|
| 766 |
+
msgid "Palestinian Territory"
|
| 767 |
+
msgstr "Palestinian Territory"
|
| 768 |
+
|
| 769 |
+
#: ../admin/manage-fields.php:407
|
| 770 |
+
msgid "Panama"
|
| 771 |
+
msgstr "Panama"
|
| 772 |
+
|
| 773 |
+
#: ../admin/manage-fields.php:408
|
| 774 |
+
msgid "Papua New Guinea"
|
| 775 |
+
msgstr "Papua New Guinea"
|
| 776 |
+
|
| 777 |
+
#: ../admin/manage-fields.php:409
|
| 778 |
+
msgid "Paraguay"
|
| 779 |
+
msgstr "Paraguay"
|
| 780 |
+
|
| 781 |
+
#: ../admin/manage-fields.php:410
|
| 782 |
+
msgid "Peru"
|
| 783 |
+
msgstr "Peru"
|
| 784 |
+
|
| 785 |
+
#: ../admin/manage-fields.php:411
|
| 786 |
+
msgid "Philippines"
|
| 787 |
+
msgstr "Philippines"
|
| 788 |
+
|
| 789 |
+
#: ../admin/manage-fields.php:412
|
| 790 |
+
msgid "Pitcairn"
|
| 791 |
+
msgstr "Pitcairn"
|
| 792 |
+
|
| 793 |
+
#: ../admin/manage-fields.php:413
|
| 794 |
+
msgid "Poland"
|
| 795 |
+
msgstr "Poland"
|
| 796 |
+
|
| 797 |
+
#: ../admin/manage-fields.php:414
|
| 798 |
+
msgid "Portugal"
|
| 799 |
+
msgstr "Portugal"
|
| 800 |
+
|
| 801 |
+
#: ../admin/manage-fields.php:415
|
| 802 |
+
msgid "Puerto Rico"
|
| 803 |
+
msgstr "Puerto Rico"
|
| 804 |
+
|
| 805 |
+
#: ../admin/manage-fields.php:416
|
| 806 |
+
msgid "Qatar"
|
| 807 |
+
msgstr "Qatar"
|
| 808 |
+
|
| 809 |
+
#: ../admin/manage-fields.php:417
|
| 810 |
+
msgid "Republic of the Congo"
|
| 811 |
+
msgstr "Republic of the Congo"
|
| 812 |
+
|
| 813 |
+
#: ../admin/manage-fields.php:418
|
| 814 |
+
msgid "Reunion"
|
| 815 |
+
msgstr "Reunion"
|
| 816 |
+
|
| 817 |
+
#: ../admin/manage-fields.php:419
|
| 818 |
+
msgid "Romania"
|
| 819 |
+
msgstr "Romania"
|
| 820 |
+
|
| 821 |
+
#: ../admin/manage-fields.php:420
|
| 822 |
+
msgid "Russia"
|
| 823 |
+
msgstr "Russia"
|
| 824 |
+
|
| 825 |
+
#: ../admin/manage-fields.php:421
|
| 826 |
+
msgid "Rwanda"
|
| 827 |
+
msgstr "Rwanda"
|
| 828 |
+
|
| 829 |
+
#: ../admin/manage-fields.php:422
|
| 830 |
+
msgid "Saint Barthelemy"
|
| 831 |
+
msgstr "Saint Barthelemy"
|
| 832 |
+
|
| 833 |
+
#: ../admin/manage-fields.php:423
|
| 834 |
+
msgid "Saint Helena"
|
| 835 |
+
msgstr "Saint Helena"
|
| 836 |
+
|
| 837 |
+
#: ../admin/manage-fields.php:424
|
| 838 |
+
msgid "Saint Kitts and Nevis"
|
| 839 |
+
msgstr "Saint Kitts and Nevis"
|
| 840 |
+
|
| 841 |
+
#: ../admin/manage-fields.php:425
|
| 842 |
+
msgid "Saint Lucia"
|
| 843 |
+
msgstr "Saint Lucia"
|
| 844 |
+
|
| 845 |
+
#: ../admin/manage-fields.php:426
|
| 846 |
+
msgid "Saint Martin"
|
| 847 |
+
msgstr "Saint Martin"
|
| 848 |
+
|
| 849 |
+
#: ../admin/manage-fields.php:427
|
| 850 |
+
msgid "Saint Pierre and Miquelon"
|
| 851 |
+
msgstr "Saint Pierre and Miquelon"
|
| 852 |
+
|
| 853 |
+
#: ../admin/manage-fields.php:428
|
| 854 |
+
msgid "Saint Vincent and the Grenadines"
|
| 855 |
+
msgstr "Saint Vincent and the Grenadines"
|
| 856 |
+
|
| 857 |
+
#: ../admin/manage-fields.php:429
|
| 858 |
+
msgid "Samoa"
|
| 859 |
+
msgstr "Samoa"
|
| 860 |
+
|
| 861 |
+
#: ../admin/manage-fields.php:430
|
| 862 |
+
msgid "San Marino"
|
| 863 |
+
msgstr "San Marino"
|
| 864 |
+
|
| 865 |
+
#: ../admin/manage-fields.php:431
|
| 866 |
+
msgid "Sao Tome and Principe"
|
| 867 |
+
msgstr "Sao Tome and Principe"
|
| 868 |
+
|
| 869 |
+
#: ../admin/manage-fields.php:432
|
| 870 |
+
msgid "Saudi Arabia"
|
| 871 |
+
msgstr "Saudi Arabia"
|
| 872 |
+
|
| 873 |
+
#: ../admin/manage-fields.php:433
|
| 874 |
+
msgid "Senegal"
|
| 875 |
+
msgstr "Senegal"
|
| 876 |
+
|
| 877 |
+
#: ../admin/manage-fields.php:434
|
| 878 |
+
msgid "Serbia"
|
| 879 |
+
msgstr "Serbia"
|
| 880 |
+
|
| 881 |
+
#: ../admin/manage-fields.php:435
|
| 882 |
+
msgid "Seychelles"
|
| 883 |
+
msgstr "Seychelles"
|
| 884 |
+
|
| 885 |
+
#: ../admin/manage-fields.php:436
|
| 886 |
+
msgid "Sierra Leone"
|
| 887 |
+
msgstr "Sierra Leone"
|
| 888 |
+
|
| 889 |
+
#: ../admin/manage-fields.php:437
|
| 890 |
+
msgid "Singapore"
|
| 891 |
+
msgstr "Singapore"
|
| 892 |
+
|
| 893 |
+
#: ../admin/manage-fields.php:438
|
| 894 |
+
msgid "Sint Maarten"
|
| 895 |
+
msgstr "Sint Maarten"
|
| 896 |
+
|
| 897 |
+
#: ../admin/manage-fields.php:439
|
| 898 |
+
msgid "Slovakia"
|
| 899 |
+
msgstr "Slovakia"
|
| 900 |
+
|
| 901 |
+
#: ../admin/manage-fields.php:440
|
| 902 |
+
msgid "Slovenia"
|
| 903 |
+
msgstr "Slovenia"
|
| 904 |
+
|
| 905 |
+
#: ../admin/manage-fields.php:441
|
| 906 |
+
msgid "Solomon Islands"
|
| 907 |
+
msgstr "Solomon Islands"
|
| 908 |
+
|
| 909 |
+
#: ../admin/manage-fields.php:442
|
| 910 |
+
msgid "Somalia"
|
| 911 |
+
msgstr "Somalia"
|
| 912 |
+
|
| 913 |
+
#: ../admin/manage-fields.php:443
|
| 914 |
+
msgid "South Africa"
|
| 915 |
+
msgstr "South Africa"
|
| 916 |
+
|
| 917 |
+
#: ../admin/manage-fields.php:444
|
| 918 |
+
msgid "South Georgia and the South Sandwich Islands"
|
| 919 |
+
msgstr "South Georgia and the South Sandwich Islands"
|
| 920 |
+
|
| 921 |
+
#: ../admin/manage-fields.php:445
|
| 922 |
+
msgid "South Korea"
|
| 923 |
+
msgstr "South Korea"
|
| 924 |
+
|
| 925 |
+
#: ../admin/manage-fields.php:446
|
| 926 |
+
msgid "South Sudan"
|
| 927 |
+
msgstr "South Sudan"
|
| 928 |
+
|
| 929 |
+
#: ../admin/manage-fields.php:447
|
| 930 |
+
msgid "Spain"
|
| 931 |
+
msgstr "Spain"
|
| 932 |
+
|
| 933 |
+
#: ../admin/manage-fields.php:448
|
| 934 |
+
msgid "Sri Lanka"
|
| 935 |
+
msgstr "Sri Lanka"
|
| 936 |
+
|
| 937 |
+
#: ../admin/manage-fields.php:449
|
| 938 |
+
msgid "Sudan"
|
| 939 |
+
msgstr "Sudan"
|
| 940 |
+
|
| 941 |
+
#: ../admin/manage-fields.php:450
|
| 942 |
+
msgid "Suriname"
|
| 943 |
+
msgstr "Suriname"
|
| 944 |
+
|
| 945 |
+
#: ../admin/manage-fields.php:451
|
| 946 |
+
msgid "Svalbard and Jan Mayen"
|
| 947 |
+
msgstr "Svalbard and Jan Mayen"
|
| 948 |
+
|
| 949 |
+
#: ../admin/manage-fields.php:452
|
| 950 |
+
msgid "Swaziland"
|
| 951 |
+
msgstr "Swaziland"
|
| 952 |
+
|
| 953 |
+
#: ../admin/manage-fields.php:453
|
| 954 |
+
msgid "Sweden"
|
| 955 |
+
msgstr "Sweden"
|
| 956 |
+
|
| 957 |
+
#: ../admin/manage-fields.php:454
|
| 958 |
+
msgid "Switzerland"
|
| 959 |
+
msgstr "Switzerland"
|
| 960 |
+
|
| 961 |
+
#: ../admin/manage-fields.php:455
|
| 962 |
+
msgid "Syria"
|
| 963 |
+
msgstr "Syria"
|
| 964 |
+
|
| 965 |
+
#: ../admin/manage-fields.php:456
|
| 966 |
+
msgid "Taiwan"
|
| 967 |
+
msgstr "Taiwan"
|
| 968 |
+
|
| 969 |
+
#: ../admin/manage-fields.php:457
|
| 970 |
+
msgid "Tajikistan"
|
| 971 |
+
msgstr "Tajikistan"
|
| 972 |
+
|
| 973 |
+
#: ../admin/manage-fields.php:458
|
| 974 |
+
msgid "Tanzania"
|
| 975 |
+
msgstr "Tanzania"
|
| 976 |
+
|
| 977 |
+
#: ../admin/manage-fields.php:459
|
| 978 |
+
msgid "Thailand"
|
| 979 |
+
msgstr "Thailand"
|
| 980 |
+
|
| 981 |
+
#: ../admin/manage-fields.php:460
|
| 982 |
+
msgid "Togo"
|
| 983 |
+
msgstr "Togo"
|
| 984 |
+
|
| 985 |
+
#: ../admin/manage-fields.php:461
|
| 986 |
+
msgid "Tokelau"
|
| 987 |
+
msgstr "Tokelau"
|
| 988 |
+
|
| 989 |
+
#: ../admin/manage-fields.php:462
|
| 990 |
+
msgid "Tonga"
|
| 991 |
+
msgstr "Tonga"
|
| 992 |
+
|
| 993 |
+
#: ../admin/manage-fields.php:463
|
| 994 |
+
msgid "Trinidad and Tobago"
|
| 995 |
+
msgstr "Trinidad and Tobago"
|
| 996 |
+
|
| 997 |
+
#: ../admin/manage-fields.php:464
|
| 998 |
+
msgid "Tunisia"
|
| 999 |
+
msgstr "Tunisia"
|
| 1000 |
+
|
| 1001 |
+
#: ../admin/manage-fields.php:465
|
| 1002 |
+
msgid "Turkey"
|
| 1003 |
+
msgstr "Turkey"
|
| 1004 |
+
|
| 1005 |
+
#: ../admin/manage-fields.php:466
|
| 1006 |
+
msgid "Turkmenistan"
|
| 1007 |
+
msgstr "Turkmenistan"
|
| 1008 |
+
|
| 1009 |
+
#: ../admin/manage-fields.php:467
|
| 1010 |
+
msgid "Turks and Caicos Islands"
|
| 1011 |
+
msgstr "Turks and Caicos Islands"
|
| 1012 |
+
|
| 1013 |
+
#: ../admin/manage-fields.php:468
|
| 1014 |
+
msgid "Tuvalu"
|
| 1015 |
+
msgstr "Tuvalu"
|
| 1016 |
+
|
| 1017 |
+
#: ../admin/manage-fields.php:469
|
| 1018 |
+
msgid "U.S. Virgin Islands"
|
| 1019 |
+
msgstr "U.S. Virgin Islands"
|
| 1020 |
+
|
| 1021 |
+
#: ../admin/manage-fields.php:470
|
| 1022 |
+
msgid "Uganda"
|
| 1023 |
+
msgstr "Uganda"
|
| 1024 |
+
|
| 1025 |
+
#: ../admin/manage-fields.php:471
|
| 1026 |
+
msgid "Ukraine"
|
| 1027 |
+
msgstr "Ukraine"
|
| 1028 |
+
|
| 1029 |
+
#: ../admin/manage-fields.php:472
|
| 1030 |
+
msgid "United Arab Emirates"
|
| 1031 |
+
msgstr "United Arab Emirates"
|
| 1032 |
+
|
| 1033 |
+
#: ../admin/manage-fields.php:473
|
| 1034 |
+
msgid "United Kingdom"
|
| 1035 |
+
msgstr "United Kingdom"
|
| 1036 |
+
|
| 1037 |
+
#: ../admin/manage-fields.php:474
|
| 1038 |
+
msgid "United States"
|
| 1039 |
+
msgstr "United States"
|
| 1040 |
+
|
| 1041 |
+
#: ../admin/manage-fields.php:475
|
| 1042 |
+
msgid "United States Minor Outlying Islands"
|
| 1043 |
+
msgstr "United States Minor Outlying Islands"
|
| 1044 |
+
|
| 1045 |
+
#: ../admin/manage-fields.php:476
|
| 1046 |
+
msgid "Uruguay"
|
| 1047 |
+
msgstr "Uruguay"
|
| 1048 |
+
|
| 1049 |
+
#: ../admin/manage-fields.php:477
|
| 1050 |
+
msgid "Uzbekistan"
|
| 1051 |
+
msgstr "Uzbekistan"
|
| 1052 |
+
|
| 1053 |
+
#: ../admin/manage-fields.php:478
|
| 1054 |
+
msgid "Vanuatu"
|
| 1055 |
+
msgstr "Vanuatu"
|
| 1056 |
+
|
| 1057 |
+
#: ../admin/manage-fields.php:479
|
| 1058 |
+
msgid "Vatican"
|
| 1059 |
+
msgstr "Vatican"
|
| 1060 |
+
|
| 1061 |
+
#: ../admin/manage-fields.php:480
|
| 1062 |
+
msgid "Venezuela"
|
| 1063 |
+
msgstr "Venezuela"
|
| 1064 |
+
|
| 1065 |
+
#: ../admin/manage-fields.php:481
|
| 1066 |
+
msgid "Vietnam"
|
| 1067 |
+
msgstr "Vietnam"
|
| 1068 |
+
|
| 1069 |
+
#: ../admin/manage-fields.php:482
|
| 1070 |
+
msgid "Wallis and Futuna"
|
| 1071 |
+
msgstr "Wallis and Futuna"
|
| 1072 |
+
|
| 1073 |
+
#: ../admin/manage-fields.php:483
|
| 1074 |
+
msgid "Western Sahara"
|
| 1075 |
+
msgstr "Western Sahara"
|
| 1076 |
+
|
| 1077 |
+
#: ../admin/manage-fields.php:484
|
| 1078 |
+
msgid "Yemen"
|
| 1079 |
+
msgstr "Yemen"
|
| 1080 |
+
|
| 1081 |
+
#: ../admin/manage-fields.php:485
|
| 1082 |
+
msgid "Zambia"
|
| 1083 |
+
msgstr "Zambia"
|
| 1084 |
+
|
| 1085 |
+
#: ../admin/manage-fields.php:486
|
| 1086 |
+
msgid "Zimbabwe"
|
| 1087 |
+
msgstr "Zimbabwe"
|
| 1088 |
+
|
| 1089 |
+
#: ../admin/manage-fields.php:843
|
| 1090 |
+
msgid "With Profile Builder Pro v2 you can display different fields in the registration and edit profile forms, using the Multiple Registration & Edit Profile Forms module."
|
| 1091 |
+
msgstr ""
|
| 1092 |
+
|
| 1093 |
+
#: ../assets/misc/plugin-compatibilities.php:241
|
| 1094 |
+
msgid "Your account has to be confirmed by an administrator before you can log in."
|
| 1095 |
+
msgstr ""
|
| 1096 |
+
|
| 1097 |
+
#: ../features/admin-approval/admin-approval.php:203
|
| 1098 |
+
msgid "Your account has been successfully created!"
|
| 1099 |
+
msgstr ""
|
| 1100 |
+
|
| 1101 |
+
#: ../features/functions.php:607
|
| 1102 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:374
|
| 1103 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:379
|
| 1104 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:421
|
| 1105 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:458
|
| 1106 |
+
msgid "Please enter a (valid) reCAPTCHA value"
|
| 1107 |
+
msgstr ""
|
| 1108 |
+
|
| 1109 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:421
|
| 1110 |
+
msgid "Click the BACK button on your browser, and try again."
|
| 1111 |
+
msgstr ""
|
| 1112 |
+
|
| 1113 |
+
#: ../front-end/extra-fields/upload/upload_helper_functions.php:78
|
| 1114 |
+
#: ../front-end/extra-fields/upload/upload_helper_functions.php:87
|
| 1115 |
+
msgid "Sorry, you cannot upload this file type for this field."
|
| 1116 |
+
msgstr ""
|
| 1117 |
+
|
| 1118 |
+
#: ../front-end/extra-fields/upload/upload_helper_functions.php:94
|
| 1119 |
+
msgid "An error occurred, please try again later."
|
| 1120 |
+
msgstr ""
|
| 1121 |
+
|
| 1122 |
+
#: ../modules/user-listing/userlisting.php:253
|
| 1123 |
+
msgid "More"
|
| 1124 |
+
msgstr ""
|
| 1125 |
+
|
| 1126 |
+
#: ../modules/user-listing/userlisting.php:338
|
| 1127 |
+
msgid "You do not have permission to view this user list."
|
| 1128 |
+
msgstr ""
|
| 1129 |
+
|
| 1130 |
+
#: ../modules/user-listing/userlisting.php:351
|
| 1131 |
+
msgid "You do not have the required user role to view this user list."
|
| 1132 |
+
msgstr ""
|
| 1133 |
+
|
| 1134 |
+
#: ../modules/user-listing/userlisting.php:1287
|
| 1135 |
+
msgid "Ascending"
|
| 1136 |
+
msgstr ""
|
| 1137 |
+
|
| 1138 |
+
#: ../modules/user-listing/userlisting.php:1288
|
| 1139 |
+
msgid "Descending"
|
| 1140 |
+
msgstr ""
|
| 1141 |
+
|
| 1142 |
#: ../admin/add-ons.php:144
|
| 1143 |
msgid "Download Now"
|
| 1144 |
msgstr "Scarica ora"
|
| 1145 |
|
| 1146 |
+
#: ../admin/admin-functions.php:197
|
| 1147 |
msgid "If you enjoy using <strong> %1$s </strong> please <a href=\"%2$s\" target=\"_blank\">rate us on WordPress.org</a>. More happy users means more features, less bugs and better support for everyone. "
|
| 1148 |
msgstr "Se ti fa piacere usare <strong> %1$s </strong> per favore <a href=\"%2$s\" target=\"_blank\"> vota per noi su WordPress.org</a>. Più utenti soddisfatti significa ancora nuove funzioni, meno bug ed un miglior supporto pre ognuno."
|
| 1149 |
|
| 1155 |
msgid ". Extra Field Types are available in <a href=\"%s\">Hobbyist or PRO versions</a>."
|
| 1156 |
msgstr ". Ulteriori campi sono disponibili su <a href=\"%s\">Hobbyist o nella versione PRO</a>."
|
| 1157 |
|
| 1158 |
+
#: ../admin/manage-fields.php:107
|
| 1159 |
msgid "Site Key"
|
| 1160 |
msgstr "Chiave del sito"
|
| 1161 |
|
| 1162 |
+
#: ../admin/manage-fields.php:107
|
| 1163 |
msgid "The site key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 1164 |
msgstr "Chiave del sito da Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 1165 |
|
| 1166 |
+
#: ../admin/manage-fields.php:108
|
| 1167 |
msgid "Secret Key"
|
| 1168 |
msgstr "Chiave segreta"
|
| 1169 |
|
| 1170 |
+
#: ../admin/manage-fields.php:108
|
| 1171 |
msgid "The secret key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 1172 |
msgstr "La chiave segreta da Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 1173 |
|
| 1174 |
+
#: ../admin/manage-fields.php:660
|
| 1175 |
msgid "You must enter the site key\n"
|
| 1176 |
msgstr "Deve inserire la chiave del sito\n"
|
| 1177 |
|
| 1178 |
+
#: ../admin/manage-fields.php:662
|
| 1179 |
msgid "You must enter the secret key\n"
|
| 1180 |
msgstr "Deve inserire la chiave segreta\n"
|
| 1181 |
|
| 1259 |
msgid "Could not install add-on. Retry or <a href=\"%s\" target=\"_blank\">install manually</a>."
|
| 1260 |
msgstr "Non posso installare la funzione aggiuntiva. Riprovare o <a href=\"%s\" target=\"_blank\">installare manualmente</a>."
|
| 1261 |
|
| 1262 |
+
#: ../front-end/default-fields/email/email.php:48
|
| 1263 |
msgid "You must enter a valid email address."
|
| 1264 |
msgstr "Deve essere inserito un indirizzo email valido."
|
| 1265 |
|
| 1266 |
+
#: ../front-end/default-fields/username/username.php:53
|
| 1267 |
+
#: ../front-end/default-fields/username/username.php:60
|
| 1268 |
msgid "This username is invalid because it uses illegal characters."
|
| 1269 |
msgstr "Questo username non è valido perchè utilizza caratteri non permessi."
|
| 1270 |
|
| 1271 |
+
#: ../front-end/default-fields/username/username.php:53
|
| 1272 |
+
#: ../front-end/default-fields/username/username.php:60
|
| 1273 |
msgid "Please enter a valid username."
|
| 1274 |
msgstr "Per favore inserire un username valido."
|
| 1275 |
|
| 1276 |
+
#: ../front-end/extra-fields/user-role/user-role.php:67
|
| 1277 |
+
#: ../front-end/extra-fields/user-role/user-role.php:80
|
| 1278 |
msgid "Only administrators can see this field on edit profile forms."
|
| 1279 |
msgstr "Solo l'amministratore può visualizzare questo campo nelle form di gestione dei profili."
|
| 1280 |
|
| 1281 |
+
#: ../front-end/extra-fields/user-role/user-role.php:76
|
| 1282 |
msgid "As an administrator you cannot change your role."
|
| 1283 |
msgstr "Come amministratore non puoi cambiare il tuo ruolo."
|
| 1284 |
|
| 1356 |
msgid "None"
|
| 1357 |
msgstr "Nessuno"
|
| 1358 |
|
| 1359 |
+
#: ../admin/admin-functions.php:128
|
| 1360 |
msgid "<strong>ERROR</strong>: The password must have the minimum length of %s characters"
|
| 1361 |
msgstr "<strong>ERROR</strong>: La password deve avere la lunghezza minima di %s caratteri"
|
| 1362 |
|
| 1363 |
+
#: ../admin/admin-functions.php:145
|
| 1364 |
msgid "<strong>ERROR</strong>: The password must have a minimum strength of %s"
|
| 1365 |
msgstr "<strong>ERROR</strong>: La password deve avere la lunghezza minima di %s"
|
| 1366 |
|
| 1367 |
+
#: ../admin/general-settings.php:170
|
| 1368 |
msgid "Username and Email"
|
| 1369 |
msgstr "Nome utente ed indirizzo Email"
|
| 1370 |
|
| 1371 |
+
#: ../admin/general-settings.php:175
|
| 1372 |
msgid "\"Username and Email\" - users can Log In with both Username and Email."
|
| 1373 |
msgstr "\"Nome utente ed Email\" - gli utenti possono fare il login sia con nome il utente che con l'email"
|
| 1374 |
|
| 1375 |
+
#: ../admin/general-settings.php:176
|
| 1376 |
msgid "\"Username\" - users can Log In only with Username."
|
| 1377 |
msgstr "\"Nome utente\" - l'utente può fare il login solo con il suo nome utente"
|
| 1378 |
|
| 1379 |
+
#: ../admin/general-settings.php:177
|
| 1380 |
msgid "\"Email\" - users can Log In only with Email."
|
| 1381 |
msgstr "\"Email\" - utente può fare il log in solo con email"
|
| 1382 |
|
| 1383 |
+
#: ../admin/manage-fields.php:100
|
| 1384 |
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 (.*)"
|
| 1385 |
msgstr "Specificare le estensioni che si vogliono limitare in fase di carico dei file <br/>Ad esempio: .ext1,.ext2,.ext3<br/>Se non specificate, i valori di default sono: .jpg,.jpeg,.gif,.png (.*)"
|
| 1386 |
|
| 1387 |
+
#: ../admin/manage-fields.php:101
|
| 1388 |
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 (.*)"
|
| 1389 |
msgstr "Specificare le esternsioni dei file che si vogliono limitare in fase di carico dei file. <br/>Ad esempio: .ext1,.ext2,.ext3<br/>Se non sepecificati, per default sono tutte le estensioni permesse da Wordpress (.*)"
|
| 1390 |
|
| 1391 |
+
#: ../admin/manage-fields.php:111
|
| 1392 |
msgid "User Roles"
|
| 1393 |
msgstr "Regole dell'utente"
|
| 1394 |
|
| 1395 |
+
#: ../admin/manage-fields.php:111
|
| 1396 |
msgid "Select which user roles to show to the user ( drag and drop to re-order )"
|
| 1397 |
msgstr "Selezionare quali regole utente devono essere mostrate all'utente (drag-and-drop per riordinare)"
|
| 1398 |
|
| 1399 |
+
#: ../admin/manage-fields.php:112
|
| 1400 |
msgid "User Roles Order"
|
| 1401 |
msgstr "Ordine delle regole utente"
|
| 1402 |
|
| 1403 |
+
#: ../admin/manage-fields.php:112
|
| 1404 |
msgid "Save the user role order from the user roles checkboxes"
|
| 1405 |
msgstr "Salva la regola utente dalle checkboxes delle regole dell'utente"
|
| 1406 |
|
| 1407 |
+
#: ../admin/manage-fields.php:752
|
| 1408 |
msgid "Please select at least one user role\n"
|
| 1409 |
msgstr "Per favore selezionare almeno una regola utente\n"
|
| 1410 |
|
| 1432 |
msgid "show"
|
| 1433 |
msgstr "mostra"
|
| 1434 |
|
| 1435 |
+
#: ../features/functions.php:659
|
| 1436 |
msgid "To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sNetwork Settings%2$s, and under Registration Settings make sure to check “User accounts may be registered”. %3$sDismiss%4$s"
|
| 1437 |
msgstr "Per permettere agli utenti di registrarsi tramite Profile Builder, devi prima abilitare la registrazione degli utenti. Vai a %1$sNetwork Settings%2$s, e sotto Registration Settings devi abilitare \"Lo user account può essere registrato\". %3$sAbbandona%4$s"
|
| 1438 |
|
| 1439 |
+
#: ../front-end/class-formbuilder.php:509
|
| 1440 |
msgid "User to edit:"
|
| 1441 |
msgstr "Utente da modificare:"
|
| 1442 |
|
| 1443 |
+
#: ../front-end/default-fields/password/password.php:46
|
| 1444 |
+
#: ../front-end/recover.php:245
|
| 1445 |
msgid "The password must have the minimum length of %s characters"
|
| 1446 |
msgstr "La password deve avere la lunghezza minima di %s caratteri"
|
| 1447 |
|
| 1448 |
+
#: ../front-end/default-fields/password/password.php:50
|
| 1449 |
+
#: ../front-end/recover.php:249
|
| 1450 |
msgid "The password must have a minimum strength of %s"
|
| 1451 |
msgstr "La password deve avere come minimo una robustezza uguale a %s"
|
| 1452 |
|
| 1453 |
+
#: ../front-end/extra-fields/user-role/user-role.php:112
|
| 1454 |
msgid "You cannot register this user role"
|
| 1455 |
msgstr "Non puoi registrare questa regola utente"
|
| 1456 |
|
| 1474 |
msgid "User Role"
|
| 1475 |
msgstr "Regola utente"
|
| 1476 |
|
| 1477 |
+
#: ../modules/user-listing/userlisting.php:1207
|
| 1478 |
msgid "View all extra shortcode parameters"
|
| 1479 |
msgstr "Visualizza tutti i parametri delle scorciatoie"
|
| 1480 |
|
| 1481 |
+
#: ../modules/user-listing/userlisting.php:1221
|
| 1482 |
msgid "displays only the users that you specified the user_id for"
|
| 1483 |
msgstr "Visualizza solo gli utenti che specificati per lo user_id"
|
| 1484 |
|
| 1485 |
+
#: ../modules/user-listing/userlisting.php:1227
|
| 1486 |
msgid "displays all users except the ones you specified the user_id for"
|
| 1487 |
msgstr "Visualizza tutti gli utenti ad eccezione di quelli specificati nello user_id"
|
| 1488 |
|
| 1489 |
+
#: ../features/functions.php:526
|
| 1490 |
msgid "Minimum length of %d characters"
|
| 1491 |
msgstr "Lunghezza minima dei caratteri %d "
|
| 1492 |
|
| 1494 |
msgid "This message is only visible by administrators"
|
| 1495 |
msgstr "Questo messaggio è visibile solo dagli amministratori "
|
| 1496 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1497 |
#: ../modules/user-listing/userlisting.php:364
|
| 1498 |
msgid "User not found"
|
| 1499 |
msgstr "Utente non trovato "
|
| 1507 |
msgid "Choose which user roles view the admin bar in the front-end of the website."
|
| 1508 |
msgstr "Scegli quali ruoli utente visualizzano la barra admin sul front-end del sito web. "
|
| 1509 |
|
| 1510 |
+
#: ../admin/manage-fields.php:105
|
| 1511 |
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"
|
| 1512 |
msgstr "inserisci una lista di valori separata da virgole <br/>Può contenere qualsiasi cosa, in quanto è nascosta agli utenti, ma non può contenere caratteri speciali o apostrofo"
|
| 1513 |
|
| 1514 |
+
#: ../admin/manage-fields.php:689
|
| 1515 |
msgid "The meta-name cannot be empty\n"
|
| 1516 |
msgstr "Il meta-name non può essere vuoto\\n\n"
|
| 1517 |
|
| 1542 |
msgid "1 item"
|
| 1543 |
msgstr "1 voce "
|
| 1544 |
|
| 1545 |
+
#: ../features/functions.php:512
|
| 1546 |
msgid "Very Weak"
|
| 1547 |
msgstr "Molto debole "
|
| 1548 |
|
| 1549 |
+
#: ../features/functions.php:600
|
| 1550 |
msgid "This field is required"
|
| 1551 |
msgstr "Questo campo è obbligatorio "
|
| 1552 |
|
| 1553 |
+
#: ../features/functions.php:627
|
| 1554 |
msgid "Cancel"
|
| 1555 |
msgstr "Annulla "
|
| 1556 |
|
| 1557 |
+
#: ../features/functions.php:663
|
| 1558 |
msgid "To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sSettings -> General%2$s tab, and under Membership make sure to check “Anyone can register”. %3$sDismiss%4$s"
|
| 1559 |
msgstr "Per permettere agli utenti di registrarsi nel tuo sito via Profile Builder, devi prima abilitare la registrazione degli utenti. Vai al menu %1$sImpostazioni -> Impostazioni generali%2$s e per l'Appartenenza seleziona \"Possono essere creati nuovi conto utente\". %3$sDismiss%4$s"
|
| 1560 |
|
| 1583 |
msgid "Must be a valid email address or the tag {{reply_to}} which defaults to the administrator email"
|
| 1584 |
msgstr "Deve essere un indirizzo di mail valido o il tag {{reply_to}} che reindirizza alla mail dell'amministratore "
|
| 1585 |
|
| 1586 |
+
#: ../features/email-confirmation/email-confirmation.php:554
|
| 1587 |
+
#: ../features/email-confirmation/email-confirmation.php:557
|
| 1588 |
+
#: ../modules/email-customizer/email-customizer.php:413
|
| 1589 |
+
#: ../modules/email-customizer/email-customizer.php:420
|
| 1590 |
+
#: ../modules/email-customizer/email-customizer.php:434
|
| 1591 |
msgid "Your selected password at signup"
|
| 1592 |
msgstr "La tua password scelta alla registrazione "
|
| 1593 |
|
| 1611 |
msgid "Choose..."
|
| 1612 |
msgstr "Sceglie... "
|
| 1613 |
|
| 1614 |
+
#: ../modules/user-listing/userlisting.php:1298
|
| 1615 |
msgid "Set the number of users to be displayed on every paginated part of the all-userlisting"
|
| 1616 |
msgstr "Imposta il numero di utenti da visualizzare su ogni pagina della lista di tutti gli utenti "
|
| 1617 |
|
| 1643 |
msgid "Hide"
|
| 1644 |
msgstr "Nascondi "
|
| 1645 |
|
| 1646 |
+
#: ../admin/admin-bar.php:86 ../admin/general-settings.php:215
|
| 1647 |
+
#: ../admin/register-version.php:95 ../features/functions.php:620
|
| 1648 |
#: ../modules/custom-redirects/custom-redirects.php:136
|
| 1649 |
#: ../modules/modules.php:142
|
| 1650 |
msgid "Save Changes"
|
| 1659 |
msgid "General Settings"
|
| 1660 |
msgstr "Impostazioni generali "
|
| 1661 |
|
| 1662 |
+
#: ../admin/admin-functions.php:134 ../admin/general-settings.php:201
|
| 1663 |
msgid "Very weak"
|
| 1664 |
msgstr "Molto debole "
|
| 1665 |
|
| 1666 |
+
#: ../admin/admin-functions.php:134 ../admin/general-settings.php:202
|
| 1667 |
+
#: ../features/functions.php:512
|
| 1668 |
msgid "Weak"
|
| 1669 |
msgstr "Debole "
|
| 1670 |
|
| 1671 |
+
#: ../admin/admin-functions.php:134 ../admin/general-settings.php:203
|
| 1672 |
+
#: ../features/functions.php:512
|
| 1673 |
msgid "Medium"
|
| 1674 |
msgstr "Media "
|
| 1675 |
|
| 1676 |
+
#: ../admin/admin-functions.php:134 ../admin/general-settings.php:204
|
| 1677 |
+
#: ../features/functions.php:512
|
| 1678 |
msgid "Strong"
|
| 1679 |
msgstr "Forte "
|
| 1680 |
|
| 1681 |
+
#: ../admin/admin-functions.php:184
|
| 1682 |
msgid "Add Field"
|
| 1683 |
msgstr "Aggiungi Campo "
|
| 1684 |
|
| 1685 |
+
#: ../admin/admin-functions.php:186
|
| 1686 |
#: ../modules/class-mustache-templates/class-mustache-templates.php:374
|
| 1687 |
msgid "Save Settings"
|
| 1688 |
msgstr "Salva le impostazioni "
|
| 1711 |
msgid "Login"
|
| 1712 |
msgstr "Login "
|
| 1713 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1714 |
#: ../admin/basic-info.php:40
|
| 1715 |
msgid "Registration"
|
| 1716 |
msgstr "Registrazione "
|
| 1717 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1718 |
#: ../admin/basic-info.php:44
|
| 1719 |
msgid "Edit Profile"
|
| 1720 |
msgstr "Modifica profilo "
|
| 1721 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1722 |
#: ../admin/basic-info.php:51
|
| 1723 |
msgid "Extra Features"
|
| 1724 |
msgstr "Caratteristiche aggiuntive "
|
| 1735 |
msgid "Recover Password"
|
| 1736 |
msgstr "Recupera Password "
|
| 1737 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1738 |
#: ../admin/basic-info.php:61
|
| 1739 |
msgid "Admin Approval (*)"
|
| 1740 |
msgstr "Autorizzazione di Admin (*)"
|
| 1859 |
msgid "Easy to edit templates for listing your website users as well as creating single user pages. Shortcode based, offering many options to customize your listings."
|
| 1860 |
msgstr "Modelli facili da modificare per elencare gli utenti del tuo sito web, così come creare pagine per singoli utenti. Basato su shortcode, offre molte opzioni per personalizzare le tue liste. "
|
| 1861 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1862 |
#: ../admin/basic-info.php:134
|
| 1863 |
msgid "Email Customizer"
|
| 1864 |
msgstr "Configuratore Email "
|
| 1909 |
#: ../admin/general-settings.php:114
|
| 1910 |
#: ../modules/multiple-forms/register-forms.php:225
|
| 1911 |
#: ../modules/multiple-forms/register-forms.php:226
|
| 1912 |
+
#: ../modules/user-listing/userlisting.php:1303
|
| 1913 |
msgid "Yes"
|
| 1914 |
msgstr "Si"
|
| 1915 |
|
| 1959 |
msgid "You can find a list of users at %1$sUsers > All Users > Admin Approval%2$s."
|
| 1960 |
msgstr "Puoi trovare una lista degli utenti al %1$sUtenti > Tutti gli Utenti > Approvazione dell'Admin%2$s."
|
| 1961 |
|
| 1962 |
+
#: ../admin/general-settings.php:156
|
| 1963 |
msgid "\"Admin Approval\" Feature:"
|
| 1964 |
msgstr "Caratteristiche dell' \\\"Approvazione dell'Admin\\\": "
|
| 1965 |
|
| 1966 |
+
#: ../admin/general-settings.php:159
|
| 1967 |
msgid "You decide who is a user on your website. Get notified via email or approve multiple users at once from the WordPress UI. Enable Admin Approval by upgrading to %1$sHobbyist or PRO versions%2$s."
|
| 1968 |
msgstr "Sei tu a decidere chi è un utente sul tuo sito web. Ricevi una notifica via e-mail o approva più utenti contemporaneamente dall'interfaccia utente WordPress. Abilita Approvazione dell'Admin con l'upgrade ai versioni %1$sHobbyist o PRO%2$s. "
|
| 1969 |
|
| 1970 |
+
#: ../admin/general-settings.php:166
|
| 1971 |
msgid "Allow Users to Log in With:"
|
| 1972 |
msgstr "Permetti agli utenti di fare il login con: "
|
| 1973 |
|
| 1974 |
+
#: ../admin/general-settings.php:171 ../admin/manage-fields.php:159
|
| 1975 |
#: ../features/admin-approval/class-admin-approval.php:177
|
| 1976 |
#: ../features/email-confirmation/class-email-confirmation.php:167
|
| 1977 |
#: ../modules/email-customizer/email-customizer.php:28
|
| 1978 |
#: ../modules/user-listing/userlisting.php:92
|
| 1979 |
+
#: ../modules/user-listing/userlisting.php:248
|
| 1980 |
+
#: ../modules/user-listing/userlisting.php:611
|
| 1981 |
+
#: ../modules/user-listing/userlisting.php:1259
|
| 1982 |
msgid "Username"
|
| 1983 |
msgstr "Nome utente "
|
| 1984 |
|
| 1985 |
+
#: ../admin/general-settings.php:172 ../front-end/login.php:170
|
| 1986 |
#: ../modules/email-customizer/email-customizer.php:29
|
| 1987 |
+
#: ../modules/user-listing/userlisting.php:617
|
| 1988 |
+
#: ../modules/user-listing/userlisting.php:1260
|
| 1989 |
msgid "Email"
|
| 1990 |
msgstr "Email "
|
| 1991 |
|
| 1992 |
+
#: ../admin/general-settings.php:184
|
| 1993 |
msgid "Minimum Password Length:"
|
| 1994 |
msgstr "Lunghezza Minima Password: "
|
| 1995 |
|
| 1996 |
+
#: ../admin/general-settings.php:189
|
| 1997 |
msgid "Enter the minimum characters the password should have. Leave empty for no minimum limit"
|
| 1998 |
msgstr "Inserisci il numero minimo di caratteri che la password deve avere. Lascia vuoto per non avere un limite minimo"
|
| 1999 |
|
| 2000 |
+
#: ../admin/general-settings.php:196
|
| 2001 |
msgid "Minimum Password Strength:"
|
| 2002 |
msgstr "Intensità Minima Password: "
|
| 2003 |
|
| 2004 |
+
#: ../admin/general-settings.php:200
|
| 2005 |
msgid "Disabled"
|
| 2006 |
msgstr "Disabilitato "
|
| 2007 |
|
| 2013 |
msgid "Manage Default and Extra Fields"
|
| 2014 |
msgstr "Gestire i campi di default ed i campi extra "
|
| 2015 |
|
| 2016 |
+
#: ../admin/manage-fields.php:94
|
| 2017 |
msgid "Field Title"
|
| 2018 |
msgstr "Titolo campo "
|
| 2019 |
|
| 2020 |
+
#: ../admin/manage-fields.php:94
|
| 2021 |
msgid "Title of the field"
|
| 2022 |
msgstr "Titolo del campo "
|
| 2023 |
|
| 2024 |
+
#: ../admin/manage-fields.php:95
|
| 2025 |
#: ../modules/multiple-forms/edit-profile-forms.php:241
|
| 2026 |
#: ../modules/multiple-forms/register-forms.php:262
|
| 2027 |
msgid "Field"
|
| 2028 |
msgstr "Campo "
|
| 2029 |
|
| 2030 |
+
#: ../admin/manage-fields.php:96
|
| 2031 |
msgid "Meta-name"
|
| 2032 |
msgstr "Meta-name "
|
| 2033 |
|
| 2034 |
+
#: ../admin/manage-fields.php:96
|
| 2035 |
msgid "Use this in conjuction 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 uniqe)<br/>Changing this might take long in case of a very big user-count"
|
| 2036 |
msgstr "Usa questo in congiunzione con le funzioni WordPress per visualizzare il valore sulla pagina scelta<br/>Auto-compilazione, però in qualche caso editabile (in questo caso deve essere unico)<br/>Il suo cambiamento può necessitare molto tempo nel caso di un conteggio molto grande degli utenti"
|
| 2037 |
|
| 2038 |
+
#: ../admin/manage-fields.php:97
|
| 2039 |
#: ../modules/multiple-forms/edit-profile-forms.php:242
|
| 2040 |
#: ../modules/multiple-forms/register-forms.php:263
|
| 2041 |
msgid "ID"
|
| 2042 |
msgstr "ID "
|
| 2043 |
|
| 2044 |
+
#: ../admin/manage-fields.php:97
|
| 2045 |
#: ../modules/multiple-forms/edit-profile-forms.php:242
|
| 2046 |
#: ../modules/multiple-forms/register-forms.php:263
|
| 2047 |
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"
|
| 2048 |
msgstr "Un'ID unica, auto-generata per questo campo particolare<br/>La puoi usare in congiunzione con i filtri per indirizzarsi a questo elemento, se necessario<br/>Non può essere modificata "
|
| 2049 |
|
| 2050 |
+
#: ../admin/manage-fields.php:98
|
| 2051 |
msgid "Description"
|
| 2052 |
msgstr "Descrizione "
|
| 2053 |
|
| 2054 |
+
#: ../admin/manage-fields.php:98
|
| 2055 |
msgid "Enter a (detailed) description of the option for end users to read<br/>Optional"
|
| 2056 |
msgstr "Inserire una descrizione (dettagliata) dell'opzione da leggere per l'utente finale<br/>Opzionale "
|
| 2057 |
|
| 2058 |
+
#: ../admin/manage-fields.php:99
|
| 2059 |
msgid "Row Count"
|
| 2060 |
msgstr "Conteggio righe "
|
| 2061 |
|
| 2062 |
+
#: ../admin/manage-fields.php:99
|
| 2063 |
msgid "Specify the number of rows for a 'Textarea' field<br/>If not specified, defaults to 5"
|
| 2064 |
msgstr "Specifica il numero di righe per il campo 'Area testo'<br/>Se non specificato, sarà assunto per default pari a 5"
|
| 2065 |
|
| 2066 |
+
#: ../admin/manage-fields.php:100
|
| 2067 |
msgid "Allowed Image Extensions"
|
| 2068 |
msgstr "Estensioni file immagini ammesse "
|
| 2069 |
|
| 2070 |
+
#: ../admin/manage-fields.php:101
|
| 2071 |
msgid "Allowed Upload Extensions"
|
| 2072 |
msgstr "Estensioni ammesse per upload "
|
| 2073 |
|
| 2074 |
+
#: ../admin/manage-fields.php:102
|
| 2075 |
msgid "Avatar Size"
|
| 2076 |
msgstr "Dimensione Avatar "
|
| 2077 |
|
| 2078 |
+
#: ../admin/manage-fields.php:102
|
| 2079 |
msgid "Enter a value (between 20 and 200) for the size of the 'Avatar'<br/>If not specified, defaults to 100"
|
| 2080 |
msgstr "Inserire un valore (tra 20 e 200) per la dimensione dell'Avatar'<br/>Se non specificato, sarà impostato per default a 100"
|
| 2081 |
|
| 2082 |
+
#: ../admin/manage-fields.php:103
|
| 2083 |
msgid "Date-format"
|
| 2084 |
msgstr "Formato data "
|
| 2085 |
|
| 2086 |
+
#: ../admin/manage-fields.php:103
|
| 2087 |
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<br/>If not specified, defaults to mm/dd/yy"
|
| 2088 |
msgstr "Specifica il formato della data quando si utilizza il Datepicker<br/>Opzioni valide: mm/gg/aa, mm/aa/gg, gg/aa/mm, gg/mm/aa, aa/gg/mm, aa/mm/gg<br/>Se non specificato sarà impostato per default a mm/gg/aa"
|
| 2089 |
|
| 2090 |
+
#: ../admin/manage-fields.php:104
|
| 2091 |
msgid "Terms of Agreement"
|
| 2092 |
msgstr "Termini dell'accordo "
|
| 2093 |
|
| 2094 |
+
#: ../admin/manage-fields.php:104
|
| 2095 |
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>"
|
| 2096 |
msgstr "Inserire una descrizione dettagliata dei termini dell'accordo per essere letta dall'utente.<br/>Possono essere inseriti dei link utilizzando la sintassi HTML standard: <a href=\\\"custom_url\\\">custom_text</a> "
|
| 2097 |
|
| 2098 |
+
#: ../admin/manage-fields.php:105
|
| 2099 |
msgid "Options"
|
| 2100 |
msgstr "Opzioni "
|
| 2101 |
|
| 2102 |
+
#: ../admin/manage-fields.php:106
|
| 2103 |
msgid "Labels"
|
| 2104 |
msgstr "Etichette "
|
| 2105 |
|
| 2106 |
+
#: ../admin/manage-fields.php:106
|
| 2107 |
msgid "Enter a comma separated list of labels<br/>Visible for the user"
|
| 2108 |
msgstr "Inserire una virgola di separazione nella lista delle etichette<br/>Visibile all'utente "
|
| 2109 |
|
| 2110 |
+
#: ../admin/manage-fields.php:113
|
| 2111 |
msgid "Default Value"
|
| 2112 |
msgstr "Valore di default "
|
| 2113 |
|
| 2114 |
+
#: ../admin/manage-fields.php:113
|
| 2115 |
msgid "Default value of the field"
|
| 2116 |
msgstr "Valore di default per il campo "
|
| 2117 |
|
| 2118 |
+
#: ../admin/manage-fields.php:114 ../admin/manage-fields.php:116
|
| 2119 |
+
#: ../admin/manage-fields.php:117
|
| 2120 |
msgid "Default Option"
|
| 2121 |
msgstr "Opzione di default "
|
| 2122 |
|
| 2123 |
+
#: ../admin/manage-fields.php:114
|
| 2124 |
msgid "Specify the option which should be selected by default"
|
| 2125 |
msgstr "Specificare l'opzione che sarà selezionata per default"
|
| 2126 |
|
| 2127 |
+
#: ../admin/manage-fields.php:115
|
| 2128 |
msgid "Default Option(s)"
|
| 2129 |
msgstr "Opzione/i di default "
|
| 2130 |
|
| 2131 |
+
#: ../admin/manage-fields.php:115
|
| 2132 |
msgid "Specify the option which should be checked by default<br/>If there are multiple values, separate them with a ',' (comma)"
|
| 2133 |
msgstr "Specificare l'opzione che sarà selezionata per default<br/>Se ci sono valori multipli, separarli con una \",\" (virgola)"
|
| 2134 |
|
| 2135 |
+
#: ../admin/manage-fields.php:118
|
| 2136 |
msgid "Default Content"
|
| 2137 |
msgstr "Contenuto di default "
|
| 2138 |
|
| 2139 |
+
#: ../admin/manage-fields.php:118
|
| 2140 |
msgid "Default value of the textarea"
|
| 2141 |
msgstr "Valore di default per l'area testo "
|
| 2142 |
|
| 2143 |
+
#: ../admin/manage-fields.php:119
|
| 2144 |
msgid "Required"
|
| 2145 |
msgstr "Obbligatorio "
|
| 2146 |
|
| 2147 |
+
#: ../admin/manage-fields.php:119
|
| 2148 |
msgid "Whether the field is required or not"
|
| 2149 |
msgstr "Indicare se il campo è obbligatorio oppure no"
|
| 2150 |
|
| 2151 |
+
#: ../admin/manage-fields.php:120
|
| 2152 |
msgid "Overwrite Existing"
|
| 2153 |
msgstr "Sovrascrivi l'esistente "
|
| 2154 |
|
| 2155 |
+
#: ../admin/manage-fields.php:120
|
| 2156 |
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"
|
| 2157 |
msgstr "Selezionando \"Si\" sarà aggiunto il campo alla lista, ma sarà sovrascritto ogni altro campo nel database che ha lo stesso meta-name<br/>L'utilizzo di questo è a proprio rischio"
|
| 2158 |
|
| 2159 |
+
#: ../admin/manage-fields.php:126
|
| 2160 |
msgid "Field Properties"
|
| 2161 |
msgstr "Proprietà del campo "
|
| 2162 |
|
| 2163 |
+
#: ../admin/manage-fields.php:139
|
| 2164 |
msgid "Registration & Edit Profile"
|
| 2165 |
msgstr "Registrazione & Modifica del profilo "
|
| 2166 |
|
| 2167 |
+
#: ../admin/manage-fields.php:158
|
| 2168 |
msgid "Name"
|
| 2169 |
msgstr "Nome "
|
| 2170 |
|
| 2171 |
+
#: ../admin/manage-fields.php:159
|
| 2172 |
msgid "Usernames cannot be changed."
|
| 2173 |
msgstr "Il Nome Utente non può essere cambiato. "
|
| 2174 |
|
| 2175 |
+
#: ../admin/manage-fields.php:160
|
| 2176 |
msgid "First Name"
|
| 2177 |
msgstr "Nome "
|
| 2178 |
|
| 2179 |
+
#: ../admin/manage-fields.php:161
|
| 2180 |
msgid "Last Name"
|
| 2181 |
msgstr "Cognome "
|
| 2182 |
|
| 2183 |
+
#: ../admin/manage-fields.php:162 ../modules/user-listing/userlisting.php:650
|
| 2184 |
msgid "Nickname"
|
| 2185 |
msgstr "Nickname"
|
| 2186 |
|
| 2187 |
+
#: ../admin/manage-fields.php:163
|
| 2188 |
msgid "Display name publicly as"
|
| 2189 |
msgstr "Nome pubblico visualizzato "
|
| 2190 |
|
| 2191 |
+
#: ../admin/manage-fields.php:164
|
| 2192 |
msgid "Contact Info"
|
| 2193 |
msgstr "Recapito "
|
| 2194 |
|
| 2195 |
+
#: ../admin/manage-fields.php:165
|
| 2196 |
#: ../features/admin-approval/class-admin-approval.php:180
|
| 2197 |
#: ../features/email-confirmation/class-email-confirmation.php:168
|
| 2198 |
#: ../modules/user-listing/userlisting.php:98
|
| 2199 |
msgid "E-mail"
|
| 2200 |
msgstr "E-mail "
|
| 2201 |
|
| 2202 |
+
#: ../admin/manage-fields.php:166
|
| 2203 |
#: ../modules/email-customizer/email-customizer.php:32
|
| 2204 |
#: ../modules/user-listing/userlisting.php:101
|
| 2205 |
+
#: ../modules/user-listing/userlisting.php:632
|
| 2206 |
+
#: ../modules/user-listing/userlisting.php:1261
|
| 2207 |
msgid "Website"
|
| 2208 |
msgstr "Sito web "
|
| 2209 |
|
| 2210 |
+
#: ../admin/manage-fields.php:170
|
| 2211 |
msgid "AIM"
|
| 2212 |
msgstr "AIM "
|
| 2213 |
|
| 2214 |
+
#: ../admin/manage-fields.php:171
|
| 2215 |
msgid "Yahoo IM"
|
| 2216 |
msgstr "Yahoo IM "
|
| 2217 |
|
| 2218 |
+
#: ../admin/manage-fields.php:172
|
| 2219 |
msgid "Jabber / Google Talk"
|
| 2220 |
msgstr "Jabber / Google Talk "
|
| 2221 |
|
| 2222 |
+
#: ../admin/manage-fields.php:175
|
| 2223 |
msgid "About Yourself"
|
| 2224 |
msgstr "Descrizione person"
|
| 2225 |
|
| 2226 |
+
#: ../admin/manage-fields.php:176 ../modules/user-listing/userlisting.php:104
|
| 2227 |
+
#: ../modules/user-listing/userlisting.php:635
|
| 2228 |
+
#: ../modules/user-listing/userlisting.php:1262
|
| 2229 |
msgid "Biographical Info"
|
| 2230 |
msgstr "Informazioni biografiche "
|
| 2231 |
|
| 2232 |
+
#: ../admin/manage-fields.php:176
|
| 2233 |
msgid "Share a little biographical information to fill out your profile. This may be shown publicly."
|
| 2234 |
msgstr "Condividi qualche informazione biografica per riempire il tuo profilo. Questo può essere reso pubblico. "
|
| 2235 |
|
| 2236 |
+
#: ../admin/manage-fields.php:177 ../front-end/recover.php:75
|
| 2237 |
#: ../modules/email-customizer/email-customizer.php:30
|
| 2238 |
msgid "Password"
|
| 2239 |
msgstr "Password "
|
| 2240 |
|
| 2241 |
+
#: ../admin/manage-fields.php:177
|
| 2242 |
msgid "Type your password."
|
| 2243 |
msgstr "Inserisci la tua password. "
|
| 2244 |
|
| 2245 |
+
#: ../admin/manage-fields.php:178 ../front-end/recover.php:80
|
| 2246 |
msgid "Repeat Password"
|
| 2247 |
msgstr "Ripeti la Password "
|
| 2248 |
|
| 2249 |
+
#: ../admin/manage-fields.php:178
|
| 2250 |
msgid "Type your password again. "
|
| 2251 |
msgstr "Inserisci di nuovo la tua password. "
|
| 2252 |
|
| 2253 |
+
#: ../admin/manage-fields.php:617 ../admin/manage-fields.php:761
|
| 2254 |
msgid "You must select a field\n"
|
| 2255 |
msgstr "Devi selezionare un campo\\n\n"
|
| 2256 |
|
| 2257 |
+
#: ../admin/manage-fields.php:627
|
| 2258 |
msgid "Please choose a different field type as this one already exists in your form (must be unique)\n"
|
| 2259 |
msgstr "Per favore scegli un tipo differente per il campo perchè quello esiste già nel tuo modulo (deve essere unico)\n"
|
| 2260 |
|
| 2261 |
+
#: ../admin/manage-fields.php:638
|
| 2262 |
msgid "The entered avatar size is not between 20 and 200\n"
|
| 2263 |
msgstr "La dimensione dell'avatar inserito non è compresa tra 20 e 200\\n\n"
|
| 2264 |
|
| 2265 |
+
#: ../admin/manage-fields.php:641
|
| 2266 |
msgid "The entered avatar size is not numerical\n"
|
| 2267 |
msgstr "La dimensione dell'avatar inserito non è numerica\n"
|
| 2268 |
|
| 2269 |
+
#: ../admin/manage-fields.php:649
|
| 2270 |
msgid "The entered row number is not numerical\n"
|
| 2271 |
msgstr "Il numero di riga inserito non è numerico\\n\n"
|
| 2272 |
|
| 2273 |
+
#: ../admin/manage-fields.php:652
|
| 2274 |
msgid "You must enter a value for the row number\n"
|
| 2275 |
msgstr "È necessario inserire un numero di riga\\n\n"
|
| 2276 |
|
| 2277 |
+
#: ../admin/manage-fields.php:670
|
| 2278 |
msgid "The entered value for the Datepicker is not a valid date-format\n"
|
| 2279 |
msgstr "Il valore inserito del Datepicker non è un formato di data valido\n"
|
| 2280 |
|
| 2281 |
+
#: ../admin/manage-fields.php:673
|
| 2282 |
msgid "You must enter a value for the date-format\n"
|
| 2283 |
msgstr "Devi inserire un valore per il formato della data\\n\n"
|
| 2284 |
|
| 2285 |
+
#: ../admin/manage-fields.php:701 ../admin/manage-fields.php:709
|
| 2286 |
+
#: ../admin/manage-fields.php:719
|
| 2287 |
msgid "That meta-name is already in use\n"
|
| 2288 |
msgstr "Quel meta-name è già in uso\\n\n"
|
| 2289 |
|
| 2290 |
+
#: ../admin/manage-fields.php:741
|
| 2291 |
msgid "The following option(s) did not coincide with the ones in the options list: %s\n"
|
| 2292 |
msgstr "Le seguenti opzioni non corrispondono a quelle nella lista delle opzioni: %s\\n\n"
|
| 2293 |
|
| 2294 |
+
#: ../admin/manage-fields.php:745
|
| 2295 |
msgid "The following option did not coincide with the ones in the options list: %s\n"
|
| 2296 |
msgstr "La seguente opzione non corrisponde a quelle nella lista delle opzioni: %s\\n\n"
|
| 2297 |
|
| 2298 |
+
#: ../admin/manage-fields.php:768
|
| 2299 |
msgid "That field is already added in this form\n"
|
| 2300 |
msgstr "Quel campo è già stato aggiunto in questo modulo\\n\n"
|
| 2301 |
|
| 2302 |
+
#: ../admin/manage-fields.php:817
|
| 2303 |
msgid "<pre>Title</pre><pre>Type</pre><pre>Meta Name</pre><pre class=\"wppb-mb-head-required\">Required</pre>"
|
| 2304 |
msgstr "<pre>Title</pre><pre>Type</pre><pre>Meta Name</pre><pre class=\"wppb-mb-head-required\">Required</pre>"
|
| 2305 |
|
| 2306 |
+
#: ../admin/manage-fields.php:817
|
| 2307 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 2308 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:529
|
| 2309 |
#: ../features/admin-approval/class-admin-approval.php:119
|
| 2310 |
+
#: ../features/functions.php:641 ../features/functions.php:648
|
| 2311 |
#: ../modules/multiple-forms/multiple-forms.php:416
|
| 2312 |
msgid "Edit"
|
| 2313 |
msgstr "Modifica "
|
| 2314 |
|
| 2315 |
+
#: ../admin/manage-fields.php:817
|
| 2316 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 2317 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:530
|
| 2318 |
#: ../features/admin-approval/class-admin-approval.php:124
|
| 2319 |
#: ../features/admin-approval/class-admin-approval.php:235
|
| 2320 |
#: ../features/email-confirmation/class-email-confirmation.php:120
|
| 2321 |
#: ../features/email-confirmation/class-email-confirmation.php:217
|
| 2322 |
+
#: ../features/functions.php:634 ../features/functions.php:648
|
| 2323 |
msgid "Delete"
|
| 2324 |
msgstr "Cancella "
|
| 2325 |
|
| 2326 |
+
#: ../admin/manage-fields.php:832
|
| 2327 |
msgid "Use these shortcodes on the pages you want the forms to be displayed:"
|
| 2328 |
msgstr "Usa questi shortcodes sui pagini dove vuoi visualizzare i moduli:"
|
| 2329 |
|
| 2330 |
+
#: ../admin/manage-fields.php:841
|
| 2331 |
msgid "If you're interested in displaying different fields in the registration and edit profile forms, please use the Multiple Registration & Edit Profile Forms Addon."
|
| 2332 |
msgstr "Se sei interessato a mostrare differenti campi nelle form di registrazione e di edtiazione del profilo, per favore utilizza il modulo in aggiunta Multiple Registration & Edit Profile Forms"
|
| 2333 |
|
| 2368 |
msgstr "(e.g. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
|
| 2369 |
|
| 2370 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 2371 |
+
#: ../features/functions.php:648
|
| 2372 |
msgid "Content"
|
| 2373 |
msgstr "Contenuto "
|
| 2374 |
|
| 2380 |
msgid "Delete this item"
|
| 2381 |
msgstr "Eliminare questa voce "
|
| 2382 |
|
| 2383 |
+
#: ../assets/lib/wck-api/wordpress-creation-kit.php:676
|
| 2384 |
msgid "Please enter a value for the required field "
|
| 2385 |
msgstr "Per favore inserire un valore per il campo richiesto"
|
| 2386 |
|
| 2387 |
+
#: ../front-end/extra-fields/upload/upload.php:122
|
| 2388 |
+
msgid "Select File"
|
| 2389 |
+
msgstr "Selezionare il file "
|
| 2390 |
+
|
| 2391 |
+
#: ../assets/lib/wck-api/fields/upload.php:43
|
| 2392 |
+
#: ../front-end/extra-fields/upload/upload.php:112
|
| 2393 |
msgid "Remove"
|
| 2394 |
msgstr "Rimuovere "
|
| 2395 |
|
| 2396 |
+
#: ../assets/lib/wck-api/wordpress-creation-kit.php:1155
|
| 2397 |
msgid "Syncronize WCK"
|
| 2398 |
msgstr "Sincronizza WCK "
|
| 2399 |
|
| 2400 |
+
#: ../assets/lib/wck-api/wordpress-creation-kit.php:1167
|
| 2401 |
msgid "Syncronize WCK Translation"
|
| 2402 |
msgstr "Sincronizza la traduzione del WCK "
|
| 2403 |
|
| 2405 |
msgid "You can add the information for the %s after you add a entry"
|
| 2406 |
msgstr "Si può aggiungere l'informazione per il %s dopo aver aggiunto una voce"
|
| 2407 |
|
| 2408 |
+
#: ../assets/lib/wck-api/fields/upload.php:75
|
| 2409 |
+
#: ../front-end/extra-fields/upload/upload.php:128
|
| 2410 |
msgid "Upload "
|
| 2411 |
msgstr "Caricare "
|
| 2412 |
|
| 2450 |
msgid "Select All"
|
| 2451 |
msgstr "Seleziona tutto "
|
| 2452 |
|
| 2453 |
+
#: ../features/functions.php:281
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2454 |
msgid "The user-validation has failed - the avatar was not deleted!"
|
| 2455 |
msgstr "La validazione dell'utente è fallita - l'avatar non è stato eliminato!"
|
| 2456 |
|
| 2457 |
+
#: ../features/functions.php:292
|
| 2458 |
msgid "The user-validation has failed - the attachment was not deleted!"
|
| 2459 |
msgstr "La validazione dell'utente è fallita - l'allegato non è stato eliminato! "
|
| 2460 |
|
| 2461 |
+
#: ../features/functions.php:487
|
| 2462 |
msgid "Strength indicator"
|
| 2463 |
msgstr "Indicatore intensità "
|
| 2464 |
|
| 2465 |
#: ../features/admin-approval/admin-approval.php:7
|
| 2466 |
+
#: ../features/admin-approval/class-admin-approval.php:458
|
| 2467 |
msgid "Admin Approval"
|
| 2468 |
msgstr "Approvazione dell' Admin "
|
| 2469 |
|
| 2489 |
msgstr "Utente eliminato con successo! "
|
| 2490 |
|
| 2491 |
#: ../features/admin-approval/admin-approval.php:74
|
| 2492 |
+
#: ../features/admin-approval/admin-approval.php:118
|
| 2493 |
#: ../features/email-confirmation/email-confirmation.php:135
|
| 2494 |
msgid "You either don't have permission for that action or there was an error!"
|
| 2495 |
msgstr "Non hai ancora il permesso per quell'azione o c'è stato un errore! "
|
| 2496 |
|
| 2497 |
+
#: ../features/admin-approval/admin-approval.php:85
|
| 2498 |
msgid "Your session has expired! Please refresh the page and try again."
|
| 2499 |
msgstr "La sessione è scaduta! Per favore ricarica la pagina e prova nuovamente"
|
| 2500 |
|
| 2501 |
+
#: ../features/admin-approval/admin-approval.php:97
|
| 2502 |
msgid "Users successfully approved!"
|
| 2503 |
msgstr "Utenti approvati con successo! "
|
| 2504 |
|
| 2505 |
+
#: ../features/admin-approval/admin-approval.php:106
|
| 2506 |
msgid "Users successfully unapproved!"
|
| 2507 |
msgstr "Utenti non approvati con successo! "
|
| 2508 |
|
| 2509 |
+
#: ../features/admin-approval/admin-approval.php:114
|
| 2510 |
msgid "Users successfully deleted!"
|
| 2511 |
msgstr "Utenti eliminati con successo! "
|
| 2512 |
|
| 2513 |
+
#: ../features/admin-approval/admin-approval.php:134
|
| 2514 |
msgid "Your account on %1$s has been approved!"
|
| 2515 |
msgstr "La tua registrazione su %1$s è stata approvata! "
|
| 2516 |
|
| 2517 |
+
#: ../features/admin-approval/admin-approval.php:135
|
| 2518 |
+
#: ../features/admin-approval/admin-approval.php:138
|
| 2519 |
msgid "approved"
|
| 2520 |
msgstr "approvato "
|
| 2521 |
|
| 2522 |
+
#: ../features/admin-approval/admin-approval.php:137
|
| 2523 |
msgid "An administrator has just approved your account on %1$s (%2$s)."
|
| 2524 |
msgstr "Un amministratore ha appena approvato la tua registrazione su %1$s (%2$s). "
|
| 2525 |
|
| 2526 |
+
#: ../features/admin-approval/admin-approval.php:142
|
| 2527 |
msgid "Your account on %1$s has been unapproved!"
|
| 2528 |
msgstr "La tua registrazione su %1$s non è stata approvata! "
|
| 2529 |
|
| 2530 |
+
#: ../features/admin-approval/admin-approval.php:143
|
| 2531 |
+
#: ../features/admin-approval/admin-approval.php:146
|
| 2532 |
msgid "unapproved"
|
| 2533 |
msgstr "non approvato "
|
| 2534 |
|
| 2535 |
+
#: ../features/admin-approval/admin-approval.php:145
|
| 2536 |
msgid "An administrator has just unapproved your account on %1$s (%2$s)."
|
| 2537 |
msgstr "Un amministratore ha appena approvato la tua registrazione su %1$s (%2$s). "
|
| 2538 |
|
| 2539 |
+
#: ../features/admin-approval/admin-approval.php:164
|
| 2540 |
msgid "<strong>ERROR</strong>: Your account has to be confirmed by an administrator before you can log in."
|
| 2541 |
msgstr "<strong>ERRORE</strong>: La tua registrazione deve essere confermata da un amministratore prima di fare il login. "
|
| 2542 |
|
| 2543 |
+
#: ../features/admin-approval/admin-approval.php:176
|
| 2544 |
msgid "Your account has to be confirmed by an administrator before you can use the \"Password Recovery\" feature."
|
| 2545 |
msgstr "Il tuo conto deve essere confermato da un amministratore prima di utilizzare la caratteristica \\\"Recupera Password\\\" . "
|
| 2546 |
|
| 2567 |
msgstr "Approvare "
|
| 2568 |
|
| 2569 |
#: ../features/admin-approval/class-admin-approval.php:178
|
| 2570 |
+
#: ../modules/user-listing/userlisting.php:249
|
| 2571 |
+
#: ../modules/user-listing/userlisting.php:623
|
| 2572 |
+
#: ../modules/user-listing/userlisting.php:1264
|
| 2573 |
msgid "Firstname"
|
| 2574 |
msgstr "Nome "
|
| 2575 |
|
| 2576 |
#: ../features/admin-approval/class-admin-approval.php:179
|
| 2577 |
+
#: ../modules/user-listing/userlisting.php:626
|
| 2578 |
+
#: ../modules/user-listing/userlisting.php:1265
|
| 2579 |
msgid "Lastname"
|
| 2580 |
msgstr "Cognome "
|
| 2581 |
|
| 2582 |
#: ../features/admin-approval/class-admin-approval.php:181
|
| 2583 |
#: ../modules/user-listing/userlisting.php:124
|
| 2584 |
+
#: ../modules/user-listing/userlisting.php:250
|
| 2585 |
+
#: ../modules/user-listing/userlisting.php:653
|
| 2586 |
+
#: ../modules/user-listing/userlisting.php:1268
|
| 2587 |
msgid "Role"
|
| 2588 |
msgstr "Ruolo "
|
| 2589 |
|
| 2613 |
msgid "Sorry, but you don't have permission to do that!"
|
| 2614 |
msgstr "Ci dispiace, ma non sei autorizzato a fare questo! "
|
| 2615 |
|
| 2616 |
+
#: ../features/admin-approval/class-admin-approval.php:341
|
| 2617 |
msgid "Approved"
|
| 2618 |
msgstr "Approvato "
|
| 2619 |
|
| 2620 |
+
#: ../features/admin-approval/class-admin-approval.php:343
|
| 2621 |
msgid "Unapproved"
|
| 2622 |
msgstr "Non approvato "
|
| 2623 |
|
| 2624 |
+
#: ../features/admin-approval/class-admin-approval.php:461
|
| 2625 |
#: ../features/email-confirmation/class-email-confirmation.php:469
|
| 2626 |
msgid "All Users"
|
| 2627 |
msgstr "Tutti gli Utenti "
|
| 2681 |
msgid "Email notification resent to user"
|
| 2682 |
msgstr "Notificazione Email inviata di nuovo all'utente "
|
| 2683 |
|
| 2684 |
+
#: ../features/email-confirmation/email-confirmation.php:384
|
| 2685 |
msgid "[%1$s] Activate %2$s"
|
| 2686 |
msgstr "[%1$s] Attivare %2$s "
|
| 2687 |
|
| 2688 |
+
#: ../features/email-confirmation/email-confirmation.php:387
|
| 2689 |
msgid ""
|
| 2690 |
"To activate your user, please click the following link:\n"
|
| 2691 |
"\n"
|
| 2699 |
"\n"
|
| 2700 |
"Dopo la sua attivazione, riceverei *un altro email* con il tuo login."
|
| 2701 |
|
| 2702 |
+
#: ../features/email-confirmation/email-confirmation.php:428
|
| 2703 |
#: ../front-end/register.php:68
|
| 2704 |
msgid "Could not create user!"
|
| 2705 |
msgstr "Non è stato possibile creare l'utente! "
|
| 2706 |
|
| 2707 |
+
#: ../features/email-confirmation/email-confirmation.php:431
|
| 2708 |
msgid "That username is already activated!"
|
| 2709 |
msgstr "Questo nome utente è già attivato! "
|
| 2710 |
|
| 2711 |
+
#: ../features/email-confirmation/email-confirmation.php:453
|
| 2712 |
msgid "There was an error while trying to activate the user"
|
| 2713 |
msgstr "C'è stato un errore mentre tentavi di attivare l'utente "
|
| 2714 |
|
| 2715 |
+
#: ../features/email-confirmation/email-confirmation.php:501
|
| 2716 |
#: ../modules/email-customizer/admin-email-customizer.php:73
|
| 2717 |
msgid "A new subscriber has (been) registered!"
|
| 2718 |
msgstr "Un nuovo abbonato (si) è registrato! "
|
| 2719 |
|
| 2720 |
+
#: ../features/email-confirmation/email-confirmation.php:504
|
| 2721 |
msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
|
| 2722 |
msgstr "Nuovo abbonato su %1$s.<br/><br/>Nome utente:%2$s<br/>E-mail:%3$s<br/> "
|
| 2723 |
|
| 2724 |
+
#: ../features/email-confirmation/email-confirmation.php:605
|
| 2725 |
msgid "The \"Admin Approval\" feature was activated at the time of registration, so please remember that you need to approve this user before he/she can log in!"
|
| 2726 |
msgstr "La caratteristica \"Admin Approval\" è stata attivata al momento della registrazione, quindi ricorda che devi approvare l'utente prima che lui/lei possa fare il log in."
|
| 2727 |
|
| 2728 |
+
#: ../features/email-confirmation/email-confirmation.php:550
|
| 2729 |
msgid "[%1$s] Your new account information"
|
| 2730 |
msgstr "[%1$s] Le informazioni della tua nuova registrazione "
|
| 2731 |
|
| 2732 |
+
#: ../features/email-confirmation/email-confirmation.php:556
|
| 2733 |
msgid "Welcome to %1$s!<br/><br/><br/>Your username is:%2$s and password:%3$s"
|
| 2734 |
msgstr "Benvenuto su %1$s!<br/><br/><br/>Il tuo nome utente è:%2$s e la password:%3$s "
|
| 2735 |
|
| 2736 |
+
#: ../features/email-confirmation/email-confirmation.php:613
|
| 2737 |
+
#: ../front-end/register.php:116
|
| 2738 |
msgid "Before you can access your account, an administrator needs to approve it. You will be notified via email."
|
| 2739 |
msgstr "Prima di poter accedere al tuo profilo, un amministratore deve approvarlo. Sarai notificato via email. "
|
| 2740 |
|
| 2746 |
msgid "Profile Builder Login Widget"
|
| 2747 |
msgstr "Profile Builder Login Widget "
|
| 2748 |
|
| 2749 |
+
#: ../front-end/class-formbuilder.php:294 ../front-end/login.php:202
|
| 2750 |
msgid "Register"
|
| 2751 |
msgstr "Registrati "
|
| 2752 |
|
| 2807 |
msgid "You will soon be redirected automatically. If you see this page for more than %1$d seconds, please click %2$s.%3$s"
|
| 2808 |
msgstr "Sarai reindirizzato in modo automatico in poco tempo. Se vedi questa pagina per più di %1$d secondi, clicca %2$s.%3$s "
|
| 2809 |
|
| 2810 |
+
#: ../front-end/class-formbuilder.php:239
|
| 2811 |
+
#: ../front-end/class-formbuilder.php:246
|
| 2812 |
msgid "The account %1s has been successfully created!"
|
| 2813 |
msgstr "Il profilo %1s è stato creato con successo! "
|
| 2814 |
|
| 2815 |
+
#: ../front-end/class-formbuilder.php:242
|
| 2816 |
+
#: ../front-end/class-formbuilder.php:252
|
| 2817 |
msgid "Before you can access your account %1s, you need to confirm your email address. Please check your inbox and click the activation link."
|
| 2818 |
msgstr "Prima di poter accedere al tuo profilo %1s, devi confermare il tuo indirizzo email. Verifica il tuo inbox e clicca sul link di attivazione. "
|
| 2819 |
|
| 2820 |
+
#: ../front-end/class-formbuilder.php:248
|
| 2821 |
msgid "Before you can access your account %1s, an administrator has to approve it. You will be notified via email."
|
| 2822 |
msgstr "Prima di poter accedere il tuo conto %1s, un amministratore deve approvarlo. Sarai notificato via email. "
|
| 2823 |
|
| 2824 |
+
#: ../front-end/class-formbuilder.php:262
|
| 2825 |
msgid "Your profile has been successfully updated!"
|
| 2826 |
msgstr "Il tuo profilo è stato aggiornato con successo! "
|
| 2827 |
|
| 2828 |
+
#: ../front-end/class-formbuilder.php:272
|
| 2829 |
msgid "There was an error in the submitted form"
|
| 2830 |
msgstr "C'è stato un errore nel modulo inviato "
|
| 2831 |
|
| 2832 |
+
#: ../front-end/class-formbuilder.php:294
|
| 2833 |
msgid "Add User"
|
| 2834 |
msgstr "Aggiungi Utente "
|
| 2835 |
|
| 2836 |
+
#: ../admin/add-ons.php:170 ../front-end/class-formbuilder.php:297
|
| 2837 |
msgid "Update"
|
| 2838 |
msgstr "Aggiorna"
|
| 2839 |
|
| 2840 |
+
#: ../front-end/class-formbuilder.php:340
|
| 2841 |
#: ../front-end/extra-fields/extra-fields.php:35
|
| 2842 |
msgid "The avatar was successfully deleted!"
|
| 2843 |
msgstr "L'avatar è stato eliminato con successo! "
|
| 2844 |
|
| 2845 |
+
#: ../front-end/class-formbuilder.php:340
|
| 2846 |
#: ../front-end/extra-fields/extra-fields.php:37
|
| 2847 |
msgid "The following attachment was successfully deleted:"
|
| 2848 |
msgstr "Il seguente allegato è stato eliminato con successo: "
|
| 2849 |
|
| 2850 |
+
#: ../front-end/class-formbuilder.php:352
|
| 2851 |
msgid "Send these credentials via email."
|
| 2852 |
msgstr "Invia queste credenziali via email. "
|
| 2853 |
|
| 2854 |
#: ../front-end/extra-fields/extra-fields.php:99 ../front-end/login.php:89
|
| 2855 |
#: ../front-end/login.php:96 ../front-end/login.php:110
|
| 2856 |
+
#: ../front-end/recover.php:17 ../front-end/recover.php:228
|
| 2857 |
msgid "ERROR"
|
| 2858 |
msgstr "ERRORE "
|
| 2859 |
|
| 2873 |
msgid "Both fields are empty."
|
| 2874 |
msgstr "Entrambi i campi sono vuoti. "
|
| 2875 |
|
| 2876 |
+
#: ../front-end/login.php:241
|
| 2877 |
msgid "You are currently logged in as %1$s. %2$s"
|
| 2878 |
msgstr "Sei attualmente collegato come %1$s. %2$s "
|
| 2879 |
|
| 2880 |
+
#: ../front-end/login.php:240 ../front-end/logout.php:17
|
| 2881 |
msgid "Log out of this account"
|
| 2882 |
msgstr "Fare il Log out da questo profilo"
|
| 2883 |
|
| 2884 |
+
#: ../front-end/login.php:240
|
| 2885 |
msgid "Log out"
|
| 2886 |
msgstr "Log out "
|
| 2887 |
|
| 2921 |
msgid "Check your e-mail for the confirmation link."
|
| 2922 |
msgstr "Verifica la tua e-mail per il link di conferma. "
|
| 2923 |
|
| 2924 |
+
#: ../front-end/recover.php:216
|
| 2925 |
msgid "Someone requested that the password be reset for the following account: <b>%1$s</b><br/>If this was a mistake, just ignore this email and nothing will happen.<br/>To reset your password, visit the following link:%2$s"
|
| 2926 |
msgstr "Qualcuno ha richiesto di reimpostare la password del seguente profilo: <b>%1$s</b><br/>In caso di errore, semplicemente ignora questa email e non succederà niente.<br/>Per reimpostare la tua password, visita il seguente link:%2$s "
|
| 2927 |
|
| 2928 |
+
#: ../front-end/recover.php:219
|
| 2929 |
msgid "Password Reset from \"%1$s\""
|
| 2930 |
msgstr "Reimpostare password da \\\"%1$s\\\" "
|
| 2931 |
|
| 2932 |
+
#: ../front-end/recover.php:228
|
| 2933 |
msgid "There was an error while trying to send the activation link to %1$s!"
|
| 2934 |
msgstr "C'è stato un errore mentre tentavi di inviare il link di attivazione al %1$s! "
|
| 2935 |
|
| 2941 |
msgid "Please check that you entered the correct email address."
|
| 2942 |
msgstr "Assicurati di aver inserito il corretto indirizzo email. "
|
| 2943 |
|
| 2944 |
+
#: ../front-end/recover.php:256
|
| 2945 |
msgid "Your password has been successfully changed!"
|
| 2946 |
msgstr "La tua password è stata modificata con successo! "
|
| 2947 |
|
| 2948 |
+
#: ../front-end/recover.php:275
|
| 2949 |
msgid "You have successfully reset your password to: %1$s"
|
| 2950 |
msgstr "Hai reimpostato la tua password con successo a: %1$s "
|
| 2951 |
|
| 2952 |
+
#: ../front-end/recover.php:278 ../front-end/recover.php:292
|
| 2953 |
msgid "Password Successfully Reset for %1$s on \"%2$s\""
|
| 2954 |
msgstr "Password reimpostata con successo per %1$s su \\\"%2$s\\\" "
|
| 2955 |
|
| 2956 |
+
#: ../front-end/recover.php:289
|
| 2957 |
msgid "%1$s has requested a password change via the password reset feature.<br/>His/her new password is:%2$s"
|
| 2958 |
msgstr "%1$s ha richiesto una modifica della password via la caratteristica di reimpostazione password.<br/>Sua nuova password è:%2$s "
|
| 2959 |
|
| 2960 |
+
#: ../front-end/recover.php:308
|
| 2961 |
msgid "The entered passwords don't match!"
|
| 2962 |
msgstr "Le password inserite non coincidono! "
|
| 2963 |
|
| 2964 |
+
#: ../front-end/recover.php:353
|
| 2965 |
msgid "ERROR:"
|
| 2966 |
msgstr "ERRORE: "
|
| 2967 |
|
| 2968 |
+
#: ../front-end/recover.php:353
|
| 2969 |
msgid "Invalid key!"
|
| 2970 |
msgstr "Chiave non valida! "
|
| 2971 |
|
| 2981 |
msgid "This username is already activated!"
|
| 2982 |
msgstr "Questo nome utente è già attivato! "
|
| 2983 |
|
| 2984 |
+
#: ../front-end/register.php:115
|
| 2985 |
msgid "Your email was successfully confirmed."
|
| 2986 |
msgstr "La tua email è stata confermata con successo. "
|
| 2987 |
|
| 2988 |
+
#: ../front-end/register.php:144
|
| 2989 |
msgid "There was an error while trying to activate the user."
|
| 2990 |
msgstr "C'è stato un errore mentre tentavi di attivare l'utente. "
|
| 2991 |
|
| 2992 |
+
#: ../front-end/default-fields/email/email.php:44
|
| 2993 |
msgid "The email you entered is not a valid email address."
|
| 2994 |
msgstr "La email inserita non è una email valida. "
|
| 2995 |
|
| 2996 |
+
#: ../front-end/default-fields/email/email.php:57
|
| 2997 |
+
#: ../front-end/default-fields/email/email.php:64
|
| 2998 |
msgid "This email is already reserved to be used soon."
|
| 2999 |
msgstr "Questa email è già riservata ad essere utilizzata fra poco tempo. "
|
| 3000 |
|
| 3001 |
+
#: ../front-end/default-fields/email/email.php:57
|
| 3002 |
+
#: ../front-end/default-fields/email/email.php:64
|
| 3003 |
+
#: ../front-end/default-fields/email/email.php:73
|
| 3004 |
+
#: ../front-end/default-fields/email/email.php:84
|
| 3005 |
+
#: ../front-end/default-fields/username/username.php:50
|
| 3006 |
+
#: ../front-end/default-fields/username/username.php:65
|
| 3007 |
msgid "Please try a different one!"
|
| 3008 |
msgstr "Prego di provare una email diversa! "
|
| 3009 |
|
| 3010 |
+
#: ../front-end/default-fields/email/email.php:73
|
| 3011 |
+
#: ../front-end/default-fields/email/email.php:84
|
| 3012 |
msgid "This email is already in use."
|
| 3013 |
msgstr "Questa email è già in uso. "
|
| 3014 |
|
| 3015 |
+
#: ../front-end/default-fields/password-repeat/password-repeat.php:37
|
| 3016 |
+
#: ../front-end/default-fields/password-repeat/password-repeat.php:41
|
| 3017 |
msgid "The passwords do not match"
|
| 3018 |
msgstr "Le password non corrispondono "
|
| 3019 |
|
| 3020 |
+
#: ../front-end/default-fields/username/username.php:50
|
| 3021 |
msgid "This username already exists."
|
| 3022 |
msgstr "Questo Nome Utente già esiste. "
|
| 3023 |
|
| 3024 |
+
#: ../front-end/default-fields/username/username.php:65
|
| 3025 |
msgid "This username is already reserved to be used soon."
|
| 3026 |
msgstr "Questo nome utente è già riservato ad essere utilizzato fra poco tempo. "
|
| 3027 |
|
| 3028 |
+
#: ../modules/user-listing/userlisting.php:247
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3029 |
msgid "Avatar"
|
| 3030 |
msgstr "Avatar"
|
| 3031 |
|
| 3032 |
+
#: ../front-end/extra-fields/avatar/avatar.php:72
|
| 3033 |
+
#: ../front-end/extra-fields/checkbox/checkbox.php:45
|
| 3034 |
+
#: ../front-end/extra-fields/datepicker/datepicker.php:40
|
| 3035 |
+
#: ../front-end/extra-fields/input-hidden/input-hidden.php:34
|
| 3036 |
+
#: ../front-end/extra-fields/input/input.php:30
|
| 3037 |
+
#: ../front-end/extra-fields/radio/radio.php:44
|
| 3038 |
+
#: ../front-end/extra-fields/select-multiple/select-multiple.php:46
|
| 3039 |
+
#: ../front-end/extra-fields/select-timezone/select-timezone.php:44
|
| 3040 |
+
#: ../front-end/extra-fields/select/select.php:46
|
| 3041 |
+
#: ../front-end/extra-fields/textarea/textarea.php:30
|
| 3042 |
+
#: ../front-end/extra-fields/upload/upload.php:70
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3043 |
#: ../front-end/extra-fields/wysiwyg/wysiwyg.php:33
|
| 3044 |
msgid "required"
|
| 3045 |
msgstr "obbligatorio "
|
| 3046 |
|
| 3047 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:48
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3048 |
msgid "To use reCAPTCHA you must get an API key from"
|
| 3049 |
msgstr "Per usare reCAPTCHA devi ottenere una chiave API da "
|
| 3050 |
|
| 3051 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:131
|
| 3052 |
msgid "For security reasons, you must pass the remote ip to reCAPTCHA!"
|
| 3053 |
msgstr "Per ragioni di sicurezza, devi cambiare l'ip a distanza su reCAPTCHA! "
|
| 3054 |
|
| 3055 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:192
|
| 3056 |
msgid "To use reCAPTCHA you must get an API public key from:"
|
| 3057 |
msgstr "Per usare reCAPTCHA devi ottenere una chiave API pubblica da: "
|
| 3058 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3059 |
#: ../modules/modules.php:11 ../modules/modules.php:80
|
| 3060 |
msgid "Modules"
|
| 3061 |
msgstr "Moduli "
|
| 3415 |
|
| 3416 |
#: ../modules/multiple-forms/edit-profile-forms.php:131
|
| 3417 |
#: ../modules/multiple-forms/register-forms.php:134
|
| 3418 |
+
#: ../modules/user-listing/userlisting.php:1155
|
| 3419 |
msgid "Shortcode"
|
| 3420 |
msgstr "Shortcode "
|
| 3421 |
|
| 3422 |
#: ../modules/multiple-forms/edit-profile-forms.php:151
|
| 3423 |
#: ../modules/multiple-forms/register-forms.php:155
|
| 3424 |
+
#: ../modules/user-listing/userlisting.php:1176
|
| 3425 |
msgid "(no title)"
|
| 3426 |
msgstr "(nessun titolo) "
|
| 3427 |
|
| 3428 |
#: ../modules/multiple-forms/edit-profile-forms.php:171
|
| 3429 |
#: ../modules/multiple-forms/register-forms.php:174
|
| 3430 |
+
#: ../modules/user-listing/userlisting.php:1196
|
| 3431 |
msgid "The shortcode will be available after you publish this form."
|
| 3432 |
msgstr "Il shortcode sarà disponibile dopo la pubblicazione di questo modulo. "
|
| 3433 |
|
| 3434 |
#: ../modules/multiple-forms/edit-profile-forms.php:173
|
| 3435 |
#: ../modules/multiple-forms/register-forms.php:176
|
| 3436 |
+
#: ../modules/user-listing/userlisting.php:1198
|
| 3437 |
msgid "Use this shortcode on the page you want the form to be displayed:"
|
| 3438 |
msgstr "Usa questo shortcode sulla pagina dove vuoi visualizzare il modulo: "
|
| 3439 |
|
| 3440 |
#: ../modules/multiple-forms/edit-profile-forms.php:177
|
| 3441 |
#: ../modules/multiple-forms/register-forms.php:180
|
| 3442 |
+
#: ../modules/user-listing/userlisting.php:1202
|
| 3443 |
msgid "<span style=\"color:red;\">Note:</span> changing the form title also changes the shortcode!"
|
| 3444 |
msgstr "<span style=\"color:red;\">Nota:</span> il cambiamento del titolo del modulo cambia anche il shortcode! "
|
| 3445 |
|
| 3446 |
#: ../modules/multiple-forms/edit-profile-forms.php:183
|
| 3447 |
#: ../modules/multiple-forms/register-forms.php:186
|
| 3448 |
+
#: ../modules/user-listing/userlisting.php:1235
|
| 3449 |
msgid "Form Shortcode"
|
| 3450 |
msgstr "Shortcode del Modulo "
|
| 3451 |
|
| 3557 |
msgstr "Dopo registrazione..."
|
| 3558 |
|
| 3559 |
#: ../modules/user-listing/class-userlisting.php:470
|
| 3560 |
+
#: ../modules/user-listing/userlisting.php:724
|
| 3561 |
+
#: ../modules/user-listing/userlisting.php:968
|
| 3562 |
+
#: ../modules/user-listing/userlisting.php:1011
|
| 3563 |
+
#: ../modules/user-listing/userlisting.php:1355
|
| 3564 |
msgid "Search Users by All Fields"
|
| 3565 |
msgstr "Cerca utenti su tutti i campi"
|
| 3566 |
|
| 3597 |
msgstr "Nome visualizzato "
|
| 3598 |
|
| 3599 |
#: ../modules/user-listing/userlisting.php:125
|
| 3600 |
+
#: ../modules/user-listing/userlisting.php:1263
|
| 3601 |
msgid "Registration Date"
|
| 3602 |
msgstr "Data di registrazione "
|
| 3603 |
|
| 3604 |
#: ../modules/user-listing/userlisting.php:126
|
| 3605 |
+
#: ../modules/user-listing/userlisting.php:1267
|
| 3606 |
msgid "Number of Posts"
|
| 3607 |
msgstr "Numero dei post "
|
| 3608 |
|
| 3651 |
msgid "Single-userlisting Template"
|
| 3652 |
msgstr "Modello lista per un utente (Single-userlisting) "
|
| 3653 |
|
| 3654 |
+
#: ../modules/user-listing/userlisting.php:614
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3655 |
msgid "First/Lastname"
|
| 3656 |
msgstr "Nome/Cognome "
|
| 3657 |
|
| 3658 |
+
#: ../modules/user-listing/userlisting.php:252
|
| 3659 |
+
#: ../modules/user-listing/userlisting.php:620
|
| 3660 |
msgid "Sign-up Date"
|
| 3661 |
msgstr "Data registrazione "
|
| 3662 |
|
| 3663 |
+
#: ../modules/user-listing/userlisting.php:629
|
| 3664 |
+
#: ../modules/user-listing/userlisting.php:1266
|
| 3665 |
msgid "Display Name"
|
| 3666 |
msgstr "Nome visualizzato "
|
| 3667 |
|
| 3668 |
+
#: ../modules/user-listing/userlisting.php:251
|
| 3669 |
+
#: ../modules/user-listing/userlisting.php:638
|
| 3670 |
msgid "Posts"
|
| 3671 |
msgstr "Post "
|
| 3672 |
|
| 3673 |
+
#: ../modules/user-listing/userlisting.php:641
|
| 3674 |
+
#: ../modules/user-listing/userlisting.php:1272
|
| 3675 |
msgid "Aim"
|
| 3676 |
msgstr "AIM "
|
| 3677 |
|
| 3678 |
+
#: ../modules/user-listing/userlisting.php:644
|
| 3679 |
+
#: ../modules/user-listing/userlisting.php:1273
|
| 3680 |
msgid "Yim"
|
| 3681 |
msgstr "Yim "
|
| 3682 |
|
| 3683 |
+
#: ../modules/user-listing/userlisting.php:647
|
| 3684 |
+
#: ../modules/user-listing/userlisting.php:1274
|
| 3685 |
msgid "Jabber"
|
| 3686 |
msgstr "Jabber "
|
| 3687 |
|
| 3688 |
+
#: ../modules/user-listing/userlisting.php:827
|
| 3689 |
msgid "Click here to see more information about this user"
|
| 3690 |
msgstr "Clicca qui per vedere più informazioni su questo utente "
|
| 3691 |
|
| 3692 |
+
#: ../modules/user-listing/userlisting.php:827
|
| 3693 |
msgid "More..."
|
| 3694 |
msgstr "Più... "
|
| 3695 |
|
| 3696 |
+
#: ../modules/user-listing/userlisting.php:830
|
| 3697 |
msgid "Click here to see more information about this user."
|
| 3698 |
msgstr "Clicca qui per vedere più informazioni su questo utente. "
|
| 3699 |
|
| 3700 |
+
#: ../modules/user-listing/userlisting.php:922
|
| 3701 |
+
#: ../modules/user-listing/userlisting.php:925
|
| 3702 |
msgid "Click here to go back"
|
| 3703 |
msgstr "Clicca qui per ritornare "
|
| 3704 |
|
| 3705 |
+
#: ../modules/user-listing/userlisting.php:922
|
| 3706 |
msgid "Back"
|
| 3707 |
msgstr "Ritorna "
|
| 3708 |
|
| 3709 |
+
#: ../modules/user-listing/userlisting.php:955
|
| 3710 |
msgid "«« First"
|
| 3711 |
msgstr "«« Primo "
|
| 3712 |
|
| 3713 |
+
#: ../modules/user-listing/userlisting.php:956
|
| 3714 |
msgid "« Prev"
|
| 3715 |
msgstr "« Anteriore "
|
| 3716 |
|
| 3717 |
+
#: ../modules/user-listing/userlisting.php:957
|
| 3718 |
msgid "Next » "
|
| 3719 |
msgstr "Seguente » "
|
| 3720 |
|
| 3721 |
+
#: ../modules/user-listing/userlisting.php:958
|
| 3722 |
msgid "Last »»"
|
| 3723 |
msgstr "Ultimo »» "
|
| 3724 |
|
| 3725 |
+
#: ../modules/user-listing/userlisting.php:987
|
| 3726 |
msgid "You don't have any pagination settings on this userlisting!"
|
| 3727 |
msgstr "Non hai delle impostazioni di paginazione per questa lista degli utenti! "
|
| 3728 |
|
| 3729 |
+
#: ../modules/user-listing/userlisting.php:1028
|
| 3730 |
msgid "Search"
|
| 3731 |
msgstr "Cerca "
|
| 3732 |
|
| 3733 |
+
#: ../modules/user-listing/userlisting.php:1029
|
| 3734 |
msgid "Clear Results"
|
| 3735 |
msgstr "Elimina Risultati "
|
| 3736 |
|
| 3737 |
+
#: ../modules/user-listing/userlisting.php:1205
|
| 3738 |
+
#: ../modules/user-listing/userlisting.php:1209
|
| 3739 |
msgid "Extra shortcode parameters"
|
| 3740 |
msgstr "Parametri shortcode extra "
|
| 3741 |
|
| 3742 |
+
#: ../modules/user-listing/userlisting.php:1212
|
| 3743 |
msgid "displays users having a certain meta-value within a certain (extra) meta-field"
|
| 3744 |
msgstr "visualizza gli utenti che hanno una certa valore-meta entro un certa campo-meta (extra) "
|
| 3745 |
|
| 3746 |
+
#: ../modules/user-listing/userlisting.php:1213
|
| 3747 |
msgid "Example:"
|
| 3748 |
msgstr "Esempio: "
|
| 3749 |
|
| 3750 |
+
#: ../modules/user-listing/userlisting.php:1215
|
| 3751 |
msgid "Remember though, that the field-value combination must exist in the database."
|
| 3752 |
msgstr "Ricorda che la combinazione valore-campo deve esistere nel database. "
|
| 3753 |
|
| 3754 |
+
#: ../modules/user-listing/userlisting.php:1284
|
| 3755 |
msgid "Random (very slow on large databases > 10K user)"
|
| 3756 |
msgstr "Casuale (molto lento su database grandi > 10K utente) "
|
| 3757 |
|
| 3758 |
+
#: ../modules/user-listing/userlisting.php:1297
|
| 3759 |
msgid "Roles to Display"
|
| 3760 |
msgstr "Ruoli da visualizzare "
|
| 3761 |
|
| 3762 |
+
#: ../modules/user-listing/userlisting.php:1297
|
| 3763 |
msgid "Restrict the userlisting to these selected roles only<br/>If not specified, defaults to all existing roles"
|
| 3764 |
msgstr "Limita la lista utenti soltanto a questi ruoli<br/>Se non specificato, saranno ammesse per default tutti i ruoli esistenti "
|
| 3765 |
|
| 3766 |
+
#: ../modules/user-listing/userlisting.php:1298
|
| 3767 |
msgid "Number of Users/Page"
|
| 3768 |
msgstr "Numero di Utenti/Pagina "
|
| 3769 |
|
| 3770 |
+
#: ../modules/user-listing/userlisting.php:1299
|
| 3771 |
msgid "Default Sorting Criteria"
|
| 3772 |
msgstr "Criteri di classificazione default "
|
| 3773 |
|
| 3774 |
+
#: ../modules/user-listing/userlisting.php:1299
|
| 3775 |
msgid "Set the default sorting criteria<br/>This can temporarily be changed for each new session"
|
| 3776 |
msgstr "Imposta i criteri di classificazione default<br/>Questo può essere cambiato temporaneamente per ogni nuova sessione "
|
| 3777 |
|
| 3778 |
+
#: ../modules/user-listing/userlisting.php:1300
|
| 3779 |
msgid "Default Sorting Order"
|
| 3780 |
msgstr "Ordine classificazione default "
|
| 3781 |
|
| 3782 |
+
#: ../modules/user-listing/userlisting.php:1300
|
| 3783 |
msgid "Set the default sorting order<br/>This can temporarily be changed for each new session"
|
| 3784 |
msgstr "Imposta l'ordine di classificazione default<br/>Questo può essere cambiato temporaneamente per ogni nuova sessione "
|
| 3785 |
|
| 3786 |
+
#: ../modules/user-listing/userlisting.php:1301
|
| 3787 |
msgid "Avatar Size (All-userlisting)"
|
| 3788 |
msgstr "Dimensione Avatar (All-userlisting) "
|
| 3789 |
|
| 3790 |
+
#: ../modules/user-listing/userlisting.php:1301
|
| 3791 |
msgid "Set the avatar size on the all-userlisting only"
|
| 3792 |
msgstr "Imposta la dimensione dell'avatar soltanto su all-userlisting "
|
| 3793 |
|
| 3794 |
+
#: ../modules/user-listing/userlisting.php:1302
|
| 3795 |
msgid "Avatar Size (Single-userlisting)"
|
| 3796 |
msgstr "Dimensione Avatar (Single-userlisting) "
|
| 3797 |
|
| 3798 |
+
#: ../modules/user-listing/userlisting.php:1302
|
| 3799 |
msgid "Set the avatar size on the single-userlisting only"
|
| 3800 |
msgstr "Imposta la dimensione dell'avatar soltanto su single-userlisting "
|
| 3801 |
|
| 3802 |
+
#: ../modules/user-listing/userlisting.php:1303
|
| 3803 |
msgid "Visible only to logged in users?"
|
| 3804 |
msgstr "Visibile soltanto ai utenti connessi? "
|
| 3805 |
|
| 3806 |
+
#: ../modules/user-listing/userlisting.php:1303
|
| 3807 |
msgid "The userlisting will only be visible only to the logged in users"
|
| 3808 |
msgstr "La lista utenti sarà visibile soltanto agli utenti connessi "
|
| 3809 |
|
| 3810 |
+
#: ../modules/user-listing/userlisting.php:1304
|
| 3811 |
msgid "Visible to following Roles"
|
| 3812 |
msgstr "Visibile ai seguenti Ruoli "
|
| 3813 |
|
| 3814 |
+
#: ../modules/user-listing/userlisting.php:1304
|
| 3815 |
msgid "The userlisting will only be visible to the following roles"
|
| 3816 |
msgstr "La lista utenti sarà visibile soltanto ai seguenti ruoli "
|
| 3817 |
|
| 3818 |
+
#: ../modules/user-listing/userlisting.php:1310
|
| 3819 |
msgid "Userlisting Settings"
|
| 3820 |
msgstr "Impostazioni della lista utenti "
|
| 3821 |
|
| 3822 |
+
#: ../modules/user-listing/userlisting.php:1331
|
| 3823 |
msgid "You need to activate the Userlisting feature from within the \"Modules\" tab!"
|
| 3824 |
msgstr "Devi attivare la caratteristica Userlisting (lista utenti) dal tab \\\"Moduli\\\"! "
|
| 3825 |
|
| 3826 |
+
#: ../modules/user-listing/userlisting.php:1331
|
| 3827 |
msgid "You can find it in the Profile Builder menu."
|
| 3828 |
msgstr "La puoi trovare nel Profile Builder menu. "
|
| 3829 |
|
| 3830 |
+
#: ../modules/user-listing/userlisting.php:1494
|
| 3831 |
msgid "No results found!"
|
| 3832 |
msgstr "Nessun risultato trovato! "
|
translation/profile-builder-ja_JP.mo
ADDED
|
Binary file
|
translation/{profilebuilder-ja_JP.po → profile-builder-ja_JP.po}
RENAMED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
# This file is distributed under the same license as the Profile Builder package.
|
| 3 |
msgid ""
|
| 4 |
msgstr ""
|
| 5 |
-
"PO-Revision-Date: 2015-
|
| 6 |
"MIME-Version: 1.0\n"
|
| 7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
| 8 |
"Content-Transfer-Encoding: 8bit\n"
|
|
@@ -10,11 +10,1140 @@ msgstr ""
|
|
| 10 |
"X-Generator: GlotPress/0.1\n"
|
| 11 |
"Project-Id-Version: Profile Builder\n"
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
#: ../admin/add-ons.php:144
|
| 14 |
msgid "Download Now"
|
| 15 |
msgstr "すぐにダウンロードする"
|
| 16 |
|
| 17 |
-
#: ../admin/admin-functions.php:
|
| 18 |
msgid "If you enjoy using <strong> %1$s </strong> please <a href=\"%2$s\" target=\"_blank\">rate us on WordPress.org</a>. More happy users means more features, less bugs and better support for everyone. "
|
| 19 |
msgstr "<strong> %1$s </strong>をお楽しみいただけましたら、より多くの方に知ってもらえるよう<a href=\"%2$s\" target=\"_blank\">WordPress.orgで評価</a>をお願いいたします。ユーザが増えることで、より多くの機能、少ないバグ、そしてより良いサポートが実現します。"
|
| 20 |
|
|
@@ -26,27 +1155,27 @@ msgstr "対応した記入欄タイプを選択してください"
|
|
| 26 |
msgid ". Extra Field Types are available in <a href=\"%s\">Hobbyist or PRO versions</a>."
|
| 27 |
msgstr "プロフィールの項目追加は<a href=\"%s\">HobbyistとPROバージョン</a>でのみ利用可能です"
|
| 28 |
|
| 29 |
-
#: ../admin/manage-fields.php:
|
| 30 |
msgid "Site Key"
|
| 31 |
msgstr "サイト鍵"
|
| 32 |
|
| 33 |
-
#: ../admin/manage-fields.php:
|
| 34 |
msgid "The site key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 35 |
msgstr "Googleからのサイトキー、<a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 36 |
|
| 37 |
-
#: ../admin/manage-fields.php:
|
| 38 |
msgid "Secret Key"
|
| 39 |
msgstr "Secret Key"
|
| 40 |
|
| 41 |
-
#: ../admin/manage-fields.php:
|
| 42 |
msgid "The secret key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 43 |
msgstr "GoogleからのSecret Key, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 44 |
|
| 45 |
-
#: ../admin/manage-fields.php:
|
| 46 |
msgid "You must enter the site key\n"
|
| 47 |
msgstr "サイトキーを入力してください\n"
|
| 48 |
|
| 49 |
-
#: ../admin/manage-fields.php:
|
| 50 |
msgid "You must enter the secret key\n"
|
| 51 |
msgstr "秘密キー(Secret Key)を入力してください\n"
|
| 52 |
|
|
@@ -130,24 +1259,26 @@ msgstr "対応するProfile Builderの最低バージョン:"
|
|
| 130 |
msgid "Could not install add-on. Retry or <a href=\"%s\" target=\"_blank\">install manually</a>."
|
| 131 |
msgstr "アドオンをインストールできませんでした。再度実行するか<a href=\"%s\" target=\"_blank\">手動インストール</a>をお試しください。"
|
| 132 |
|
| 133 |
-
#: ../front-end/default-fields/email/email.php:
|
| 134 |
msgid "You must enter a valid email address."
|
| 135 |
msgstr "正しいメールアドレスを入力してください。"
|
| 136 |
|
| 137 |
-
#: ../front-end/default-fields/username/username.php:
|
|
|
|
| 138 |
msgid "This username is invalid because it uses illegal characters."
|
| 139 |
msgstr "このユーザ名には使用できない文字が含まれています。"
|
| 140 |
|
| 141 |
-
#: ../front-end/default-fields/username/username.php:
|
|
|
|
| 142 |
msgid "Please enter a valid username."
|
| 143 |
msgstr "有効なユーザ名を入力してください。"
|
| 144 |
|
| 145 |
-
#: ../front-end/extra-fields/user-role/user-role.php:
|
| 146 |
-
#: ../front-end/extra-fields/user-role/user-role.php:
|
| 147 |
msgid "Only administrators can see this field on edit profile forms."
|
| 148 |
msgstr "プロフィール編集フォームのこのフィールドを見られるのは管理者のみです。"
|
| 149 |
|
| 150 |
-
#: ../front-end/extra-fields/user-role/user-role.php:
|
| 151 |
msgid "As an administrator you cannot change your role."
|
| 152 |
msgstr "管理者として、あなた自身の権限は変更できません。"
|
| 153 |
|
|
@@ -225,55 +1356,55 @@ msgstr "ニックネーム"
|
|
| 225 |
msgid "None"
|
| 226 |
msgstr "なし"
|
| 227 |
|
| 228 |
-
#: ../admin/admin-functions.php:
|
| 229 |
msgid "<strong>ERROR</strong>: The password must have the minimum length of %s characters"
|
| 230 |
msgstr "<strong>エラー</strong>: パスワードは最低%s文字必要です。"
|
| 231 |
|
| 232 |
-
#: ../admin/admin-functions.php:
|
| 233 |
msgid "<strong>ERROR</strong>: The password must have a minimum strength of %s"
|
| 234 |
msgstr "<strong>エラー</strong>: パスワードは最低%s文字必要です。"
|
| 235 |
|
| 236 |
-
#: ../admin/general-settings.php:
|
| 237 |
msgid "Username and Email"
|
| 238 |
msgstr "ユーザー名とメールアドレス"
|
| 239 |
|
| 240 |
-
#: ../admin/general-settings.php:
|
| 241 |
msgid "\"Username and Email\" - users can Log In with both Username and Email."
|
| 242 |
msgstr "\"ユーザ名とメールアドレス\" - ユーザーはユーザー名とメールアドレスのどちらでもログインできます。"
|
| 243 |
|
| 244 |
-
#: ../admin/general-settings.php:
|
| 245 |
msgid "\"Username\" - users can Log In only with Username."
|
| 246 |
msgstr "\"ユーザー名\" - ユーザーはユーザー名でのみログインできます。"
|
| 247 |
|
| 248 |
-
#: ../admin/general-settings.php:
|
| 249 |
msgid "\"Email\" - users can Log In only with Email."
|
| 250 |
msgstr "\"メールアドレス\" - ユーザはメールアドレスでのみログインできます。"
|
| 251 |
|
| 252 |
-
#: ../admin/manage-fields.php:
|
| 253 |
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 (.*)"
|
| 254 |
msgstr "アップロード可能にしたいファイル拡張子を指定してください。<br/>例: .ext1,.ext2,.ext3<br/>指定しない場合は.jpg,.jpeg,.gif,.png (.*)となります。"
|
| 255 |
|
| 256 |
-
#: ../admin/manage-fields.php:
|
| 257 |
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 (.*)"
|
| 258 |
msgstr "アップロード可能にしたいファイル拡張子を指定してください。<br/>例: .ext1,.ext2,.ext3<br/>指定しない場合はWordPressがデフォルトで許可する拡張子になります (.*)。"
|
| 259 |
|
| 260 |
-
#: ../admin/manage-fields.php:
|
| 261 |
msgid "User Roles"
|
| 262 |
msgstr "ユーザ権限"
|
| 263 |
|
| 264 |
-
#: ../admin/manage-fields.php:
|
| 265 |
msgid "Select which user roles to show to the user ( drag and drop to re-order )"
|
| 266 |
msgstr "ユーザーに提示するユーザー権限を選択してください。 ( ドラッグ&ドロップして順序を入れ替え )"
|
| 267 |
|
| 268 |
-
#: ../admin/manage-fields.php:
|
| 269 |
msgid "User Roles Order"
|
| 270 |
msgstr "ユーザ権限順"
|
| 271 |
|
| 272 |
-
#: ../admin/manage-fields.php:
|
| 273 |
msgid "Save the user role order from the user roles checkboxes"
|
| 274 |
msgstr ""
|
| 275 |
|
| 276 |
-
#: ../admin/manage-fields.php:
|
| 277 |
msgid "Please select at least one user role\n"
|
| 278 |
msgstr "最低1つのユーザ権限を選択してください\n"
|
| 279 |
|
|
@@ -301,25 +1432,25 @@ msgstr "エントリを追加"
|
|
| 301 |
msgid "show"
|
| 302 |
msgstr "表示"
|
| 303 |
|
| 304 |
-
#: ../features/functions.php:
|
| 305 |
msgid "To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sNetwork Settings%2$s, and under Registration Settings make sure to check “User accounts may be registered”. %3$sDismiss%4$s"
|
| 306 |
msgstr "ユーザがProfile Builderを通じてあなたのウェブサイトに登録できるようにするには、ユーザ登録を有効化する必要があります。%1$sネットワークの設定%2$sを開き、「登録の設定」の下の「ユーザーアカウントの新規登録を許可する。」をチェックしてください。 %3$s非表示%4$s"
|
| 307 |
|
| 308 |
-
#: ../front-end/class-formbuilder.php:
|
| 309 |
msgid "User to edit:"
|
| 310 |
msgstr "編集するユーザ:"
|
| 311 |
|
| 312 |
-
#: ../front-end/default-fields/password/password.php:
|
| 313 |
-
#: ../front-end/recover.php:
|
| 314 |
msgid "The password must have the minimum length of %s characters"
|
| 315 |
msgstr "パスワードは最低%s文字必要です。"
|
| 316 |
|
| 317 |
-
#: ../front-end/default-fields/password/password.php:
|
| 318 |
-
#: ../front-end/recover.php:
|
| 319 |
msgid "The password must have a minimum strength of %s"
|
| 320 |
msgstr "パスワードの強度が最低「%s」である必要があります。"
|
| 321 |
|
| 322 |
-
#: ../front-end/extra-fields/user-role/user-role.php:
|
| 323 |
msgid "You cannot register this user role"
|
| 324 |
msgstr "このユーザー権限は登録できません。"
|
| 325 |
|
|
@@ -343,19 +1474,19 @@ msgstr "ログアウト »"
|
|
| 343 |
msgid "User Role"
|
| 344 |
msgstr "権限グループ"
|
| 345 |
|
| 346 |
-
#: ../modules/user-listing/userlisting.php:
|
| 347 |
msgid "View all extra shortcode parameters"
|
| 348 |
msgstr "全てのショートコード用パラメーターを見る"
|
| 349 |
|
| 350 |
-
#: ../modules/user-listing/userlisting.php:
|
| 351 |
msgid "displays only the users that you specified the user_id for"
|
| 352 |
msgstr "user_idを指定したユーザのみを表示"
|
| 353 |
|
| 354 |
-
#: ../modules/user-listing/userlisting.php:
|
| 355 |
msgid "displays all users except the ones you specified the user_id for"
|
| 356 |
msgstr "user_idで指定した以外の全てのユーザを表示"
|
| 357 |
|
| 358 |
-
#: ../features/functions.php:
|
| 359 |
msgid "Minimum length of %d characters"
|
| 360 |
msgstr "最低%d文字必要です。"
|
| 361 |
|
|
@@ -363,10 +1494,6 @@ msgstr "最低%d文字必要です。"
|
|
| 363 |
msgid "This message is only visible by administrators"
|
| 364 |
msgstr "このメッセージは管理者のみ閲覧できます"
|
| 365 |
|
| 366 |
-
#: ../front-end/extra-fields/avatar/avatar.php:124
|
| 367 |
-
msgid "The image file set in the %s field for this user could not be found on the server. The default WordPress avatar is being used at the moment."
|
| 368 |
-
msgstr "このユーザの%s欄に指定された画像がサーバー上で見付かりません。WordPress標準のアバターが一時的に使用されます。"
|
| 369 |
-
|
| 370 |
#: ../modules/user-listing/userlisting.php:364
|
| 371 |
msgid "User not found"
|
| 372 |
msgstr "ユーザーが見つかりませんでした"
|
|
@@ -380,11 +1507,11 @@ msgstr "使用可能なタグは {{reply_to}} と {{site_name}} です。"
|
|
| 380 |
msgid "Choose which user roles view the admin bar in the front-end of the website."
|
| 381 |
msgstr "どの権限のユーザのサイト閲覧時に管理バーが表示されるか選択してください。"
|
| 382 |
|
| 383 |
-
#: ../admin/manage-fields.php:
|
| 384 |
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"
|
| 385 |
msgstr "選択肢に対応する値をカンマで区切って入力してください。<br/>この値はhiddenフォームで使われ、ユーザに見えないのでどんなもの構いませんが、特殊文字とアポストロフィは含めない方が良いでしょう。"
|
| 386 |
|
| 387 |
-
#: ../admin/manage-fields.php:
|
| 388 |
msgid "The meta-name cannot be empty\n"
|
| 389 |
msgstr "メタネームは空欄にはできません\n"
|
| 390 |
|
|
@@ -415,19 +1542,19 @@ msgstr "...選択してください"
|
|
| 415 |
msgid "1 item"
|
| 416 |
msgstr "1アイテム"
|
| 417 |
|
| 418 |
-
#: ../features/functions.php:
|
| 419 |
msgid "Very Weak"
|
| 420 |
msgstr "とても弱い"
|
| 421 |
|
| 422 |
-
#: ../features/functions.php:
|
| 423 |
msgid "This field is required"
|
| 424 |
msgstr "この欄は必須です"
|
| 425 |
|
| 426 |
-
#: ../features/functions.php:
|
| 427 |
msgid "Cancel"
|
| 428 |
msgstr "キャンセル"
|
| 429 |
|
| 430 |
-
#: ../features/functions.php:
|
| 431 |
msgid "To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sSettings -> General%2$s tab, and under Membership make sure to check “Anyone can register”. %3$sDismiss%4$s"
|
| 432 |
msgstr "ユーザがProfile Builderを通じてあなたのウェブサイトに登録できるようにするには、ユーザ登録を有効化する必要があります。%1$s設定 -> 一般%2$sタブを開き、「メンバーシップ」の「だれでもユーザー登録ができるようにする」をチェックしてください。%3$s非表示%4$s"
|
| 433 |
|
|
@@ -456,11 +1583,11 @@ msgstr "が有効になっています。このバージョンのプラグイン
|
|
| 456 |
msgid "Must be a valid email address or the tag {{reply_to}} which defaults to the administrator email"
|
| 457 |
msgstr "正しいメールアドレスか{{reply_to}}タグ(標準では管理者のメールアドレス)を入れてください。"
|
| 458 |
|
| 459 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 460 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 461 |
-
#: ../modules/email-customizer/email-customizer.php:
|
| 462 |
-
#: ../modules/email-customizer/email-customizer.php:
|
| 463 |
-
#: ../modules/email-customizer/email-customizer.php:
|
| 464 |
msgid "Your selected password at signup"
|
| 465 |
msgstr "登録時に選択したパスワード"
|
| 466 |
|
|
@@ -484,7 +1611,7 @@ msgstr "全削除"
|
|
| 484 |
msgid "Choose..."
|
| 485 |
msgstr "選択..."
|
| 486 |
|
| 487 |
-
#: ../modules/user-listing/userlisting.php:
|
| 488 |
msgid "Set the number of users to be displayed on every paginated part of the all-userlisting"
|
| 489 |
msgstr "全てのユーザ一覧のページネーション毎のユーザ表示数を指定してください。"
|
| 490 |
|
|
@@ -516,8 +1643,8 @@ msgstr "表示"
|
|
| 516 |
msgid "Hide"
|
| 517 |
msgstr "非表示"
|
| 518 |
|
| 519 |
-
#: ../admin/admin-bar.php:86 ../admin/general-settings.php:
|
| 520 |
-
#: ../admin/register-version.php:95 ../features/functions.php:
|
| 521 |
#: ../modules/custom-redirects/custom-redirects.php:136
|
| 522 |
#: ../modules/modules.php:142
|
| 523 |
msgid "Save Changes"
|
|
@@ -532,30 +1659,30 @@ msgstr "ログインはメールアドレスを用いるよう設定されまし
|
|
| 532 |
msgid "General Settings"
|
| 533 |
msgstr "一般設定"
|
| 534 |
|
| 535 |
-
#: ../admin/admin-functions.php:
|
| 536 |
msgid "Very weak"
|
| 537 |
msgstr "とても弱い"
|
| 538 |
|
| 539 |
-
#: ../admin/admin-functions.php:
|
| 540 |
-
#: ../features/functions.php:
|
| 541 |
msgid "Weak"
|
| 542 |
msgstr "弱い"
|
| 543 |
|
| 544 |
-
#: ../admin/admin-functions.php:
|
| 545 |
-
#: ../features/functions.php:
|
| 546 |
msgid "Medium"
|
| 547 |
msgstr "中程度"
|
| 548 |
|
| 549 |
-
#: ../admin/admin-functions.php:
|
| 550 |
-
#: ../features/functions.php:
|
| 551 |
msgid "Strong"
|
| 552 |
msgstr "強固"
|
| 553 |
|
| 554 |
-
#: ../admin/admin-functions.php:
|
| 555 |
msgid "Add Field"
|
| 556 |
msgstr "欄を追加"
|
| 557 |
|
| 558 |
-
#: ../admin/admin-functions.php:
|
| 559 |
#: ../modules/class-mustache-templates/class-mustache-templates.php:374
|
| 560 |
msgid "Save Settings"
|
| 561 |
msgstr "設定を保存"
|
|
@@ -584,26 +1711,14 @@ msgstr "現代的なユーザインタラクション"
|
|
| 584 |
msgid "Login"
|
| 585 |
msgstr "ログイン"
|
| 586 |
|
| 587 |
-
#: ../admin/basic-info.php:37
|
| 588 |
-
msgid "Friction-less login using <strong class=\"nowrap\">[wppb-login]</strong> shortcode or a widget."
|
| 589 |
-
msgstr "<strong class=\"nowrap\">[wppb-login]</strong> ショートコードやウィジェットで、スムーズなログインフォーム"
|
| 590 |
-
|
| 591 |
#: ../admin/basic-info.php:40
|
| 592 |
msgid "Registration"
|
| 593 |
msgstr "利用登録"
|
| 594 |
|
| 595 |
-
#: ../admin/basic-info.php:41
|
| 596 |
-
msgid "Beautiful registration forms fully customizable using the <strong class=\"nowrap\">[wppb-register]</strong> shortcode."
|
| 597 |
-
msgstr "<strong class=\"nowrap\">[wppb-register]</strong>ショートコードで、美しくフルカスタマイズ可能な登録フォーム"
|
| 598 |
-
|
| 599 |
#: ../admin/basic-info.php:44
|
| 600 |
msgid "Edit Profile"
|
| 601 |
msgstr "プロフィール編集"
|
| 602 |
|
| 603 |
-
#: ../admin/basic-info.php:45
|
| 604 |
-
msgid "Straight forward edit profile forms using <strong class=\"nowrap\">[wppb-edit-profile]</strong> shortcode."
|
| 605 |
-
msgstr "<strong class=\"nowrap\">[wppb-edit-profile]</strong>ショートコードで、簡単なプロフィール編集フォーム"
|
| 606 |
-
|
| 607 |
#: ../admin/basic-info.php:51
|
| 608 |
msgid "Extra Features"
|
| 609 |
msgstr "追加機能"
|
|
@@ -620,10 +1735,6 @@ msgstr "追加機能を設定"
|
|
| 620 |
msgid "Recover Password"
|
| 621 |
msgstr "パスワード忘れ対応"
|
| 622 |
|
| 623 |
-
#: ../admin/basic-info.php:58
|
| 624 |
-
msgid "Allow users to recover their password in the front-end using the [wppb-recover-password]."
|
| 625 |
-
msgstr "[wppb-recover-password] ショートコードを使い、ユーザがパスワードを忘れた際のリセットを公開ページ上で対応できます。"
|
| 626 |
-
|
| 627 |
#: ../admin/basic-info.php:61
|
| 628 |
msgid "Admin Approval (*)"
|
| 629 |
msgstr "管理者承認 (*)"
|
|
@@ -748,10 +1859,6 @@ msgstr "ユーザー一覧表示"
|
|
| 748 |
msgid "Easy to edit templates for listing your website users as well as creating single user pages. Shortcode based, offering many options to customize your listings."
|
| 749 |
msgstr ""
|
| 750 |
|
| 751 |
-
#: ../admin/basic-info.php:130
|
| 752 |
-
msgid "To create a page containing the users registered to this current site/blog, insert the following shortcode in a page of your chosing: <strong class=\"nowrap\">[wppb-list-users]</strong>."
|
| 753 |
-
msgstr "このサイト/ブログに登録したユーザを閲覧するページを作るには、<strong class=\"nowrap\">[wppb-list-users]</strong>ショートコードを任意のページに挿入します。"
|
| 754 |
-
|
| 755 |
#: ../admin/basic-info.php:134
|
| 756 |
msgid "Email Customizer"
|
| 757 |
msgstr "メール文面編集"
|
|
@@ -802,7 +1909,7 @@ msgstr "Profile Builder固有のCSSを公開ページで読み込む:"
|
|
| 802 |
#: ../admin/general-settings.php:114
|
| 803 |
#: ../modules/multiple-forms/register-forms.php:225
|
| 804 |
#: ../modules/multiple-forms/register-forms.php:226
|
| 805 |
-
#: ../modules/user-listing/userlisting.php:
|
| 806 |
msgid "Yes"
|
| 807 |
msgstr "はい"
|
| 808 |
|
|
@@ -852,48 +1959,49 @@ msgstr "\"管理者承認\" 機能 有効化:"
|
|
| 852 |
msgid "You can find a list of users at %1$sUsers > All Users > Admin Approval%2$s."
|
| 853 |
msgstr "ユーザーの一覧は %1$sユーザー > ユーザー一覧 > 監視者承認%2$sで見ることができます。"
|
| 854 |
|
| 855 |
-
#: ../admin/general-settings.php:
|
| 856 |
msgid "\"Admin Approval\" Feature:"
|
| 857 |
msgstr "\"管理者承認\" 機能:"
|
| 858 |
|
| 859 |
-
#: ../admin/general-settings.php:
|
| 860 |
msgid "You decide who is a user on your website. Get notified via email or approve multiple users at once from the WordPress UI. Enable Admin Approval by upgrading to %1$sHobbyist or PRO versions%2$s."
|
| 861 |
msgstr "誰がこのサイトを利用できるか管理者が選別します。メールでの通知を受け取るか、WordPress UI上でまとめて承認することができます。この機能は%1$sHobbyist または PRO バージョン%2$sで有効化できます。"
|
| 862 |
|
| 863 |
-
#: ../admin/general-settings.php:
|
| 864 |
msgid "Allow Users to Log in With:"
|
| 865 |
msgstr "ユーザーログイン方法:"
|
| 866 |
|
| 867 |
-
#: ../admin/general-settings.php:
|
| 868 |
#: ../features/admin-approval/class-admin-approval.php:177
|
| 869 |
#: ../features/email-confirmation/class-email-confirmation.php:167
|
| 870 |
#: ../modules/email-customizer/email-customizer.php:28
|
| 871 |
#: ../modules/user-listing/userlisting.php:92
|
| 872 |
-
#: ../modules/user-listing/userlisting.php:
|
| 873 |
-
#: ../modules/user-listing/userlisting.php:
|
|
|
|
| 874 |
msgid "Username"
|
| 875 |
msgstr "ユーザー名"
|
| 876 |
|
| 877 |
-
#: ../admin/general-settings.php:
|
| 878 |
#: ../modules/email-customizer/email-customizer.php:29
|
| 879 |
-
#: ../modules/user-listing/userlisting.php:
|
| 880 |
-
#: ../modules/user-listing/userlisting.php:
|
| 881 |
msgid "Email"
|
| 882 |
msgstr "メールアドレス"
|
| 883 |
|
| 884 |
-
#: ../admin/general-settings.php:
|
| 885 |
msgid "Minimum Password Length:"
|
| 886 |
msgstr "最低パスワード長:"
|
| 887 |
|
| 888 |
-
#: ../admin/general-settings.php:
|
| 889 |
msgid "Enter the minimum characters the password should have. Leave empty for no minimum limit"
|
| 890 |
msgstr "パスワードの最低文字数を入力。指定しない場合は空欄。"
|
| 891 |
|
| 892 |
-
#: ../admin/general-settings.php:
|
| 893 |
msgid "Minimum Password Strength:"
|
| 894 |
msgstr "パスワードの最低強度:"
|
| 895 |
|
| 896 |
-
#: ../admin/general-settings.php:
|
| 897 |
msgid "Disabled"
|
| 898 |
msgstr "無効"
|
| 899 |
|
|
@@ -905,320 +2013,321 @@ msgstr "記入欄設定"
|
|
| 905 |
msgid "Manage Default and Extra Fields"
|
| 906 |
msgstr "記入欄設定"
|
| 907 |
|
| 908 |
-
#: ../admin/manage-fields.php:
|
| 909 |
msgid "Field Title"
|
| 910 |
msgstr "欄名称"
|
| 911 |
|
| 912 |
-
#: ../admin/manage-fields.php:
|
| 913 |
msgid "Title of the field"
|
| 914 |
msgstr "欄の名称"
|
| 915 |
|
| 916 |
-
#: ../admin/manage-fields.php:
|
| 917 |
#: ../modules/multiple-forms/edit-profile-forms.php:241
|
| 918 |
#: ../modules/multiple-forms/register-forms.php:262
|
| 919 |
msgid "Field"
|
| 920 |
msgstr "記入欄"
|
| 921 |
|
| 922 |
-
#: ../admin/manage-fields.php:
|
| 923 |
msgid "Meta-name"
|
| 924 |
msgstr "メタネーム"
|
| 925 |
|
| 926 |
-
#: ../admin/manage-fields.php:
|
| 927 |
msgid "Use this in conjuction 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 uniqe)<br/>Changing this might take long in case of a very big user-count"
|
| 928 |
msgstr "この値をページに表示するにはWordPressの関数を組み合わせて御利用ください。<br />原則として自動入力されますが、時として(ユニークなものを指定しなければならない場合)、編集可能になります。<br/>これを変更するとユーザ数によっては非常に長い時間がかかる場合があります。"
|
| 929 |
|
| 930 |
-
#: ../admin/manage-fields.php:
|
| 931 |
#: ../modules/multiple-forms/edit-profile-forms.php:242
|
| 932 |
#: ../modules/multiple-forms/register-forms.php:263
|
| 933 |
msgid "ID"
|
| 934 |
msgstr "ID"
|
| 935 |
|
| 936 |
-
#: ../admin/manage-fields.php:
|
| 937 |
#: ../modules/multiple-forms/edit-profile-forms.php:242
|
| 938 |
#: ../modules/multiple-forms/register-forms.php:263
|
| 939 |
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"
|
| 940 |
msgstr "この記入欄固有の自動生成されたIDです<br/>フィルターでこの要素を指し示すのに使用できます。<br/>編集不可"
|
| 941 |
|
| 942 |
-
#: ../admin/manage-fields.php:
|
| 943 |
msgid "Description"
|
| 944 |
msgstr "説明"
|
| 945 |
|
| 946 |
-
#: ../admin/manage-fields.php:
|
| 947 |
msgid "Enter a (detailed) description of the option for end users to read<br/>Optional"
|
| 948 |
msgstr "一般ユーザが何を記入すれば良いかの詳しい説明を記入してください(任意)"
|
| 949 |
|
| 950 |
-
#: ../admin/manage-fields.php:
|
| 951 |
msgid "Row Count"
|
| 952 |
msgstr "行数"
|
| 953 |
|
| 954 |
-
#: ../admin/manage-fields.php:
|
| 955 |
msgid "Specify the number of rows for a 'Textarea' field<br/>If not specified, defaults to 5"
|
| 956 |
msgstr "'Textarea'型記入欄の行数<br/>指定しない場合は5行になります。"
|
| 957 |
|
| 958 |
-
#: ../admin/manage-fields.php:
|
| 959 |
msgid "Allowed Image Extensions"
|
| 960 |
msgstr "対応画像拡張子"
|
| 961 |
|
| 962 |
-
#: ../admin/manage-fields.php:
|
| 963 |
msgid "Allowed Upload Extensions"
|
| 964 |
msgstr "アップロード可能な拡張子"
|
| 965 |
|
| 966 |
-
#: ../admin/manage-fields.php:
|
| 967 |
msgid "Avatar Size"
|
| 968 |
msgstr "アバターサイズ"
|
| 969 |
|
| 970 |
-
#: ../admin/manage-fields.php:
|
| 971 |
msgid "Enter a value (between 20 and 200) for the size of the 'Avatar'<br/>If not specified, defaults to 100"
|
| 972 |
msgstr "アバター画像サイズの値を入力してください(20から200の間)<br/>指定しない場合のデフォルトは100です。"
|
| 973 |
|
| 974 |
-
#: ../admin/manage-fields.php:
|
| 975 |
msgid "Date-format"
|
| 976 |
msgstr "日付様式"
|
| 977 |
|
| 978 |
-
#: ../admin/manage-fields.php:
|
| 979 |
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<br/>If not specified, defaults to mm/dd/yy"
|
| 980 |
msgstr "デートピッカーを利用する場合の日付書式を指定してください。<br/>利用可能な選択肢: mm/dd/yy, mm/yy/dd, dd/yy/mm, dd/mm/yy, yy/dd/mm, yy/mm/dd<br/>指定しないのデフォルトはmm/dd/yyです。"
|
| 981 |
|
| 982 |
-
#: ../admin/manage-fields.php:
|
| 983 |
msgid "Terms of Agreement"
|
| 984 |
msgstr "利用許諾"
|
| 985 |
|
| 986 |
-
#: ../admin/manage-fields.php:
|
| 987 |
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>"
|
| 988 |
msgstr "ユーザに読ませたい利用許諾書を入力します。<br/>リンクは標準的なHTML文法で挿入できます。: <a href=\"custom_url\">custom_text</a>"
|
| 989 |
|
| 990 |
-
#: ../admin/manage-fields.php:
|
| 991 |
msgid "Options"
|
| 992 |
msgstr "選択肢(記録)"
|
| 993 |
|
| 994 |
-
#: ../admin/manage-fields.php:
|
| 995 |
msgid "Labels"
|
| 996 |
msgstr "選択肢(表示)"
|
| 997 |
|
| 998 |
-
#: ../admin/manage-fields.php:
|
| 999 |
msgid "Enter a comma separated list of labels<br/>Visible for the user"
|
| 1000 |
msgstr "選択肢をカンマで区切って入力してください。<br/>ユーザに提示される値です。"
|
| 1001 |
|
| 1002 |
-
#: ../admin/manage-fields.php:
|
| 1003 |
msgid "Default Value"
|
| 1004 |
msgstr "初期値"
|
| 1005 |
|
| 1006 |
-
#: ../admin/manage-fields.php:
|
| 1007 |
msgid "Default value of the field"
|
| 1008 |
msgstr "記入欄のデフォルト値"
|
| 1009 |
|
| 1010 |
-
#: ../admin/manage-fields.php:
|
|
|
|
| 1011 |
msgid "Default Option"
|
| 1012 |
msgstr "デフォルトの選択肢"
|
| 1013 |
|
| 1014 |
-
#: ../admin/manage-fields.php:
|
| 1015 |
msgid "Specify the option which should be selected by default"
|
| 1016 |
msgstr "デフォルトで選択状態にしたい選択肢を指定してください。"
|
| 1017 |
|
| 1018 |
-
#: ../admin/manage-fields.php:
|
| 1019 |
msgid "Default Option(s)"
|
| 1020 |
msgstr "デフォルトの選択肢(複数)"
|
| 1021 |
|
| 1022 |
-
#: ../admin/manage-fields.php:
|
| 1023 |
msgid "Specify the option which should be checked by default<br/>If there are multiple values, separate them with a ',' (comma)"
|
| 1024 |
msgstr "デフォルトで選択状態にしたい選択肢を指定してください。<br/>複数の値を指定する場合は',' (半角カンマ)で区切ってください。"
|
| 1025 |
|
| 1026 |
-
#: ../admin/manage-fields.php:
|
| 1027 |
msgid "Default Content"
|
| 1028 |
msgstr "デフォルトの値"
|
| 1029 |
|
| 1030 |
-
#: ../admin/manage-fields.php:
|
| 1031 |
msgid "Default value of the textarea"
|
| 1032 |
msgstr "テキストエリアのデフォルト値"
|
| 1033 |
|
| 1034 |
-
#: ../admin/manage-fields.php:
|
| 1035 |
msgid "Required"
|
| 1036 |
msgstr "必須"
|
| 1037 |
|
| 1038 |
-
#: ../admin/manage-fields.php:
|
| 1039 |
msgid "Whether the field is required or not"
|
| 1040 |
msgstr "この記入欄が必須かどうか"
|
| 1041 |
|
| 1042 |
-
#: ../admin/manage-fields.php:
|
| 1043 |
msgid "Overwrite Existing"
|
| 1044 |
msgstr "上書き"
|
| 1045 |
|
| 1046 |
-
#: ../admin/manage-fields.php:
|
| 1047 |
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"
|
| 1048 |
msgstr "「Yes」を指定すると、データベース上で同じmeta-nameをもつ他のフィールドを上書きします。<br />自己責任でお使いください。"
|
| 1049 |
|
| 1050 |
-
#: ../admin/manage-fields.php:
|
| 1051 |
msgid "Field Properties"
|
| 1052 |
msgstr "記入欄の属性"
|
| 1053 |
|
| 1054 |
-
#: ../admin/manage-fields.php:
|
| 1055 |
msgid "Registration & Edit Profile"
|
| 1056 |
msgstr "プロファイルの登録と編集"
|
| 1057 |
|
| 1058 |
-
#: ../admin/manage-fields.php:
|
| 1059 |
msgid "Name"
|
| 1060 |
msgstr "名前"
|
| 1061 |
|
| 1062 |
-
#: ../admin/manage-fields.php:
|
| 1063 |
msgid "Usernames cannot be changed."
|
| 1064 |
msgstr "ユーザ名は変更できません。"
|
| 1065 |
|
| 1066 |
-
#: ../admin/manage-fields.php:
|
| 1067 |
msgid "First Name"
|
| 1068 |
msgstr "名"
|
| 1069 |
|
| 1070 |
-
#: ../admin/manage-fields.php:
|
| 1071 |
msgid "Last Name"
|
| 1072 |
msgstr "姓"
|
| 1073 |
|
| 1074 |
-
#: ../admin/manage-fields.php:
|
| 1075 |
msgid "Nickname"
|
| 1076 |
msgstr "ニックネーム"
|
| 1077 |
|
| 1078 |
-
#: ../admin/manage-fields.php:
|
| 1079 |
msgid "Display name publicly as"
|
| 1080 |
msgstr "この名前で公開表示"
|
| 1081 |
|
| 1082 |
-
#: ../admin/manage-fields.php:
|
| 1083 |
msgid "Contact Info"
|
| 1084 |
msgstr "連絡先"
|
| 1085 |
|
| 1086 |
-
#: ../admin/manage-fields.php:
|
| 1087 |
#: ../features/admin-approval/class-admin-approval.php:180
|
| 1088 |
#: ../features/email-confirmation/class-email-confirmation.php:168
|
| 1089 |
#: ../modules/user-listing/userlisting.php:98
|
| 1090 |
msgid "E-mail"
|
| 1091 |
msgstr "メールアドレス"
|
| 1092 |
|
| 1093 |
-
#: ../admin/manage-fields.php:
|
| 1094 |
#: ../modules/email-customizer/email-customizer.php:32
|
| 1095 |
#: ../modules/user-listing/userlisting.php:101
|
| 1096 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1097 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1098 |
msgid "Website"
|
| 1099 |
msgstr "Webサイト"
|
| 1100 |
|
| 1101 |
-
#: ../admin/manage-fields.php:
|
| 1102 |
msgid "AIM"
|
| 1103 |
msgstr "AIM"
|
| 1104 |
|
| 1105 |
-
#: ../admin/manage-fields.php:
|
| 1106 |
msgid "Yahoo IM"
|
| 1107 |
msgstr "Yahoo IM"
|
| 1108 |
|
| 1109 |
-
#: ../admin/manage-fields.php:
|
| 1110 |
msgid "Jabber / Google Talk"
|
| 1111 |
msgstr "Jabber / Google Talk"
|
| 1112 |
|
| 1113 |
-
#: ../admin/manage-fields.php:
|
| 1114 |
msgid "About Yourself"
|
| 1115 |
msgstr "あなたについて"
|
| 1116 |
|
| 1117 |
-
#: ../admin/manage-fields.php:
|
| 1118 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1119 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1120 |
msgid "Biographical Info"
|
| 1121 |
msgstr "略歴"
|
| 1122 |
|
| 1123 |
-
#: ../admin/manage-fields.php:
|
| 1124 |
msgid "Share a little biographical information to fill out your profile. This may be shown publicly."
|
| 1125 |
msgstr ""
|
| 1126 |
|
| 1127 |
-
#: ../admin/manage-fields.php:
|
| 1128 |
#: ../modules/email-customizer/email-customizer.php:30
|
| 1129 |
msgid "Password"
|
| 1130 |
msgstr "パスワード"
|
| 1131 |
|
| 1132 |
-
#: ../admin/manage-fields.php:
|
| 1133 |
msgid "Type your password."
|
| 1134 |
msgstr "パスワードを入力してください。"
|
| 1135 |
|
| 1136 |
-
#: ../admin/manage-fields.php:
|
| 1137 |
msgid "Repeat Password"
|
| 1138 |
msgstr "パスワード(確認)"
|
| 1139 |
|
| 1140 |
-
#: ../admin/manage-fields.php:
|
| 1141 |
msgid "Type your password again. "
|
| 1142 |
msgstr "パスワードを再入力してください。"
|
| 1143 |
|
| 1144 |
-
#: ../admin/manage-fields.php:
|
| 1145 |
msgid "You must select a field\n"
|
| 1146 |
msgstr "記入欄を選択してください\n"
|
| 1147 |
|
| 1148 |
-
#: ../admin/manage-fields.php:
|
| 1149 |
msgid "Please choose a different field type as this one already exists in your form (must be unique)\n"
|
| 1150 |
msgstr "他の記入欄タイプを選択してください(既にあるものと重複はできません)。\n"
|
| 1151 |
|
| 1152 |
-
#: ../admin/manage-fields.php:
|
| 1153 |
msgid "The entered avatar size is not between 20 and 200\n"
|
| 1154 |
msgstr "入力したアバターサイズが20から200の間ではありません\n"
|
| 1155 |
|
| 1156 |
-
#: ../admin/manage-fields.php:
|
| 1157 |
msgid "The entered avatar size is not numerical\n"
|
| 1158 |
msgstr "入力されたアバターサイズが数値ではありませんl\n"
|
| 1159 |
|
| 1160 |
-
#: ../admin/manage-fields.php:
|
| 1161 |
msgid "The entered row number is not numerical\n"
|
| 1162 |
msgstr "入力された行数が数値ではありませんl\n"
|
| 1163 |
|
| 1164 |
-
#: ../admin/manage-fields.php:
|
| 1165 |
msgid "You must enter a value for the row number\n"
|
| 1166 |
msgstr "数字で入力してください。\n"
|
| 1167 |
|
| 1168 |
-
#: ../admin/manage-fields.php:
|
| 1169 |
msgid "The entered value for the Datepicker is not a valid date-format\n"
|
| 1170 |
msgstr "日付欄に指定された値が正しい日付書式ではありません\n"
|
| 1171 |
|
| 1172 |
-
#: ../admin/manage-fields.php:
|
| 1173 |
msgid "You must enter a value for the date-format\n"
|
| 1174 |
msgstr "正しい書式で日付を入力してください。\n"
|
| 1175 |
|
| 1176 |
-
#: ../admin/manage-fields.php:
|
| 1177 |
-
#: ../admin/manage-fields.php:
|
| 1178 |
msgid "That meta-name is already in use\n"
|
| 1179 |
msgstr "そのメタネームは既に存在します。\n"
|
| 1180 |
|
| 1181 |
-
#: ../admin/manage-fields.php:
|
| 1182 |
msgid "The following option(s) did not coincide with the ones in the options list: %s\n"
|
| 1183 |
msgstr "以下の選択肢が一覧のにあるものと一致しません: %s\n"
|
| 1184 |
|
| 1185 |
-
#: ../admin/manage-fields.php:
|
| 1186 |
msgid "The following option did not coincide with the ones in the options list: %s\n"
|
| 1187 |
msgstr "以下の選択肢が一覧のにあるものと一致しません: %s\n"
|
| 1188 |
|
| 1189 |
-
#: ../admin/manage-fields.php:
|
| 1190 |
msgid "That field is already added in this form\n"
|
| 1191 |
msgstr "この記入欄はこのフォームに追加済みです\n"
|
| 1192 |
|
| 1193 |
-
#: ../admin/manage-fields.php:
|
| 1194 |
msgid "<pre>Title</pre><pre>Type</pre><pre>Meta Name</pre><pre class=\"wppb-mb-head-required\">Required</pre>"
|
| 1195 |
msgstr "<pre>ラベル</pre><pre>タイプ</pre><pre>メタネーム</pre><pre class=\"wppb-mb-head-required\">必須指定</pre>"
|
| 1196 |
|
| 1197 |
-
#: ../admin/manage-fields.php:
|
| 1198 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 1199 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:529
|
| 1200 |
#: ../features/admin-approval/class-admin-approval.php:119
|
| 1201 |
-
#: ../features/functions.php:
|
| 1202 |
#: ../modules/multiple-forms/multiple-forms.php:416
|
| 1203 |
msgid "Edit"
|
| 1204 |
msgstr "編集"
|
| 1205 |
|
| 1206 |
-
#: ../admin/manage-fields.php:
|
| 1207 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 1208 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:530
|
| 1209 |
#: ../features/admin-approval/class-admin-approval.php:124
|
| 1210 |
#: ../features/admin-approval/class-admin-approval.php:235
|
| 1211 |
#: ../features/email-confirmation/class-email-confirmation.php:120
|
| 1212 |
#: ../features/email-confirmation/class-email-confirmation.php:217
|
| 1213 |
-
#: ../features/functions.php:
|
| 1214 |
msgid "Delete"
|
| 1215 |
msgstr "削除"
|
| 1216 |
|
| 1217 |
-
#: ../admin/manage-fields.php:
|
| 1218 |
msgid "Use these shortcodes on the pages you want the forms to be displayed:"
|
| 1219 |
msgstr "フォームを表示したいページに以下のショートコードを貼り付けてください:"
|
| 1220 |
|
| 1221 |
-
#: ../admin/manage-fields.php:
|
| 1222 |
msgid "If you're interested in displaying different fields in the registration and edit profile forms, please use the Multiple Registration & Edit Profile Forms Addon."
|
| 1223 |
msgstr "プロフィールの登録と編集フォームに異なる記入欄を表示したい場合は、Multiple Registration & Edit Profile Formsアドオンをご利用ください。"
|
| 1224 |
|
|
@@ -1259,7 +2368,7 @@ msgid "(e.g. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
|
|
| 1259 |
msgstr "(例. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
|
| 1260 |
|
| 1261 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 1262 |
-
#: ../features/functions.php:
|
| 1263 |
msgid "Content"
|
| 1264 |
msgstr "内容"
|
| 1265 |
|
|
@@ -1271,19 +2380,24 @@ msgstr "この項目を編集"
|
|
| 1271 |
msgid "Delete this item"
|
| 1272 |
msgstr "この項目を削除"
|
| 1273 |
|
| 1274 |
-
#: ../assets/lib/wck-api/wordpress-creation-kit.php:
|
| 1275 |
msgid "Please enter a value for the required field "
|
| 1276 |
msgstr "必須欄に入力してください。"
|
| 1277 |
|
| 1278 |
-
#: ../
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1279 |
msgid "Remove"
|
| 1280 |
msgstr "削除"
|
| 1281 |
|
| 1282 |
-
#: ../assets/lib/wck-api/wordpress-creation-kit.php:
|
| 1283 |
msgid "Syncronize WCK"
|
| 1284 |
msgstr "WCK同期"
|
| 1285 |
|
| 1286 |
-
#: ../assets/lib/wck-api/wordpress-creation-kit.php:
|
| 1287 |
msgid "Syncronize WCK Translation"
|
| 1288 |
msgstr "WCK翻訳同期"
|
| 1289 |
|
|
@@ -1291,7 +2405,8 @@ msgstr "WCK翻訳同期"
|
|
| 1291 |
msgid "You can add the information for the %s after you add a entry"
|
| 1292 |
msgstr "エントリの追加後、%sの情報を追加することができます"
|
| 1293 |
|
| 1294 |
-
#: ../assets/lib/wck-api/fields/upload.php:
|
|
|
|
| 1295 |
msgid "Upload "
|
| 1296 |
msgstr "アップロード"
|
| 1297 |
|
|
@@ -1335,24 +2450,20 @@ msgstr "%1$s of %2$s"
|
|
| 1335 |
msgid "Select All"
|
| 1336 |
msgstr "全て選択"
|
| 1337 |
|
| 1338 |
-
#: ../features/functions.php:
|
| 1339 |
-
msgid "Profile Builder"
|
| 1340 |
-
msgstr "Profile Builder"
|
| 1341 |
-
|
| 1342 |
-
#: ../features/functions.php:273
|
| 1343 |
msgid "The user-validation has failed - the avatar was not deleted!"
|
| 1344 |
msgstr "ユーザチェックに失敗しました - アバターは削除されませんでした!"
|
| 1345 |
|
| 1346 |
-
#: ../features/functions.php:
|
| 1347 |
msgid "The user-validation has failed - the attachment was not deleted!"
|
| 1348 |
msgstr "ユーザチェックに失敗しました - 添付ファイルは削除されませんでした!"
|
| 1349 |
|
| 1350 |
-
#: ../features/functions.php:
|
| 1351 |
msgid "Strength indicator"
|
| 1352 |
msgstr "強度インジゲーター"
|
| 1353 |
|
| 1354 |
#: ../features/admin-approval/admin-approval.php:7
|
| 1355 |
-
#: ../features/admin-approval/class-admin-approval.php:
|
| 1356 |
msgid "Admin Approval"
|
| 1357 |
msgstr "管理者承認"
|
| 1358 |
|
|
@@ -1378,58 +2489,58 @@ msgid "User successfully deleted!"
|
|
| 1378 |
msgstr "ユーザーを削除しました!"
|
| 1379 |
|
| 1380 |
#: ../features/admin-approval/admin-approval.php:74
|
| 1381 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1382 |
#: ../features/email-confirmation/email-confirmation.php:135
|
| 1383 |
msgid "You either don't have permission for that action or there was an error!"
|
| 1384 |
msgstr "その処理を実行する権限がない、もしくはエラーが発生しました!"
|
| 1385 |
|
| 1386 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1387 |
msgid "Your session has expired! Please refresh the page and try again."
|
| 1388 |
msgstr "セッションの有効期限が切れました!ページをリロードして再度お試しください。"
|
| 1389 |
|
| 1390 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1391 |
msgid "Users successfully approved!"
|
| 1392 |
msgstr "ユーザの承認が完了しました!"
|
| 1393 |
|
| 1394 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1395 |
msgid "Users successfully unapproved!"
|
| 1396 |
msgstr "ユーザの不承認が完了しました!"
|
| 1397 |
|
| 1398 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1399 |
msgid "Users successfully deleted!"
|
| 1400 |
msgstr "ユーザの削除が完了しました!"
|
| 1401 |
|
| 1402 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1403 |
msgid "Your account on %1$s has been approved!"
|
| 1404 |
msgstr "%1$sのあなたのアカウントは承認されました!"
|
| 1405 |
|
| 1406 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1407 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1408 |
msgid "approved"
|
| 1409 |
msgstr "承認済み"
|
| 1410 |
|
| 1411 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1412 |
msgid "An administrator has just approved your account on %1$s (%2$s)."
|
| 1413 |
msgstr "%1$s (%2$s)上のあなたのアカウントを管理者が承認しました。"
|
| 1414 |
|
| 1415 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1416 |
msgid "Your account on %1$s has been unapproved!"
|
| 1417 |
msgstr "%1$sのアカウントが承認されませんでした!"
|
| 1418 |
|
| 1419 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1420 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1421 |
msgid "unapproved"
|
| 1422 |
msgstr "不承認"
|
| 1423 |
|
| 1424 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1425 |
msgid "An administrator has just unapproved your account on %1$s (%2$s)."
|
| 1426 |
msgstr "%1$s (%2$s)上のあなたのアカウントを管理者が不承認としました。"
|
| 1427 |
|
| 1428 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1429 |
msgid "<strong>ERROR</strong>: Your account has to be confirmed by an administrator before you can log in."
|
| 1430 |
msgstr "<strong>エラー</strong>: あなたのアカウントは事前に管理者の承認を受ける必要があります。"
|
| 1431 |
|
| 1432 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1433 |
msgid "Your account has to be confirmed by an administrator before you can use the \"Password Recovery\" feature."
|
| 1434 |
msgstr "あなたのアカウントはパスワードリカバリーの手続きをとる前に、管理者により確認されました。"
|
| 1435 |
|
|
@@ -1456,21 +2567,23 @@ msgid "Approve"
|
|
| 1456 |
msgstr "承認"
|
| 1457 |
|
| 1458 |
#: ../features/admin-approval/class-admin-approval.php:178
|
| 1459 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1460 |
-
#: ../modules/user-listing/userlisting.php:
|
|
|
|
| 1461 |
msgid "Firstname"
|
| 1462 |
msgstr "名"
|
| 1463 |
|
| 1464 |
#: ../features/admin-approval/class-admin-approval.php:179
|
| 1465 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1466 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1467 |
msgid "Lastname"
|
| 1468 |
msgstr "姓"
|
| 1469 |
|
| 1470 |
#: ../features/admin-approval/class-admin-approval.php:181
|
| 1471 |
#: ../modules/user-listing/userlisting.php:124
|
| 1472 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1473 |
-
#: ../modules/user-listing/userlisting.php:
|
|
|
|
| 1474 |
msgid "Role"
|
| 1475 |
msgstr "権限"
|
| 1476 |
|
|
@@ -1500,15 +2613,15 @@ msgstr "選択したユーザを一括で削除しますか?"
|
|
| 1500 |
msgid "Sorry, but you don't have permission to do that!"
|
| 1501 |
msgstr "申し訳ありません、それはあなたの権限では行えません!"
|
| 1502 |
|
| 1503 |
-
#: ../features/admin-approval/class-admin-approval.php:
|
| 1504 |
msgid "Approved"
|
| 1505 |
msgstr "承認"
|
| 1506 |
|
| 1507 |
-
#: ../features/admin-approval/class-admin-approval.php:
|
| 1508 |
msgid "Unapproved"
|
| 1509 |
msgstr "不承認"
|
| 1510 |
|
| 1511 |
-
#: ../features/admin-approval/class-admin-approval.php:
|
| 1512 |
#: ../features/email-confirmation/class-email-confirmation.php:469
|
| 1513 |
msgid "All Users"
|
| 1514 |
msgstr "全ユーザ"
|
|
@@ -1568,11 +2681,11 @@ msgstr "選択したユーザが削除できませんでした"
|
|
| 1568 |
msgid "Email notification resent to user"
|
| 1569 |
msgstr "Eメール通知がユーザに再送されました。"
|
| 1570 |
|
| 1571 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1572 |
msgid "[%1$s] Activate %2$s"
|
| 1573 |
msgstr "[%1$s] 有効化 %2$s"
|
| 1574 |
|
| 1575 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1576 |
msgid ""
|
| 1577 |
"To activate your user, please click the following link:\n"
|
| 1578 |
"\n"
|
|
@@ -1586,42 +2699,42 @@ msgstr ""
|
|
| 1586 |
"\n"
|
| 1587 |
"アクティベート完了後、ユーザ名入りのメールが別途送信されます。"
|
| 1588 |
|
| 1589 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1590 |
#: ../front-end/register.php:68
|
| 1591 |
msgid "Could not create user!"
|
| 1592 |
msgstr "ユーザを作成できません!"
|
| 1593 |
|
| 1594 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1595 |
msgid "That username is already activated!"
|
| 1596 |
msgstr "このユーザー名は承認済みです!"
|
| 1597 |
|
| 1598 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1599 |
msgid "There was an error while trying to activate the user"
|
| 1600 |
msgstr "ユーザをアクティベートする際にエラーが発生しました"
|
| 1601 |
|
| 1602 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1603 |
#: ../modules/email-customizer/admin-email-customizer.php:73
|
| 1604 |
msgid "A new subscriber has (been) registered!"
|
| 1605 |
msgstr "新しい購読者が登録されました!"
|
| 1606 |
|
| 1607 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1608 |
msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
|
| 1609 |
msgstr "%1$sに新規登録がありました。<br/><br/>ユーザー名:%2$s<br/>E-メールアドレス:%3$s<br/>"
|
| 1610 |
|
| 1611 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1612 |
msgid "The \"Admin Approval\" feature was activated at the time of registration, so please remember that you need to approve this user before he/she can log in!"
|
| 1613 |
msgstr "登録地の\"管理者承認\"機能が有効化されました。あなたが承認するまでユーザはログインすることはできません!"
|
| 1614 |
|
| 1615 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1616 |
msgid "[%1$s] Your new account information"
|
| 1617 |
msgstr "[%1$s] あなたの新アカウント情報"
|
| 1618 |
|
| 1619 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1620 |
msgid "Welcome to %1$s!<br/><br/><br/>Your username is:%2$s and password:%3$s"
|
| 1621 |
msgstr "ようこそ、%1$sへ!<br/><br/><br/>あなたのユーザ名は%2$s、パスワードは%3$sとなります。"
|
| 1622 |
|
| 1623 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1624 |
-
#: ../front-end/register.php:
|
| 1625 |
msgid "Before you can access your account, an administrator needs to approve it. You will be notified via email."
|
| 1626 |
msgstr "ご登録いただいたアカウントのご利用には、管理者の承認が必要です。eメールにて通知が届きます。"
|
| 1627 |
|
|
@@ -1633,7 +2746,7 @@ msgstr "このログインウィジェットはサイドバーにログインフ
|
|
| 1633 |
msgid "Profile Builder Login Widget"
|
| 1634 |
msgstr "Profile Buiderログインウィジェット"
|
| 1635 |
|
| 1636 |
-
#: ../front-end/class-formbuilder.php:
|
| 1637 |
msgid "Register"
|
| 1638 |
msgstr "新規登録"
|
| 1639 |
|
|
@@ -1694,53 +2807,53 @@ msgstr "ここ"
|
|
| 1694 |
msgid "You will soon be redirected automatically. If you see this page for more than %1$d seconds, please click %2$s.%3$s"
|
| 1695 |
msgstr "ページは自動遷移します。このページが %1$d 秒以上見えている時は、以下をクリックしてください %2$s.%3$s"
|
| 1696 |
|
| 1697 |
-
#: ../front-end/class-formbuilder.php:
|
| 1698 |
-
#: ../front-end/class-formbuilder.php:
|
| 1699 |
msgid "The account %1s has been successfully created!"
|
| 1700 |
msgstr "アカウント %1s が作成されました!"
|
| 1701 |
|
| 1702 |
-
#: ../front-end/class-formbuilder.php:
|
| 1703 |
-
#: ../front-end/class-formbuilder.php:
|
| 1704 |
msgid "Before you can access your account %1s, you need to confirm your email address. Please check your inbox and click the activation link."
|
| 1705 |
msgstr "ご登録いただいたアカウント%1sのご利用には、メールアドレスの確認が必要です。メールボックスに届いたメールに記載されたアクティベーション用のリンクをクリックしてください。"
|
| 1706 |
|
| 1707 |
-
#: ../front-end/class-formbuilder.php:
|
| 1708 |
msgid "Before you can access your account %1s, an administrator has to approve it. You will be notified via email."
|
| 1709 |
msgstr "ご登録いただいたアカウント%1sのご利用には、管理者の承認が必要です。eメールにて通知が届きます。"
|
| 1710 |
|
| 1711 |
-
#: ../front-end/class-formbuilder.php:
|
| 1712 |
msgid "Your profile has been successfully updated!"
|
| 1713 |
msgstr "プロファイルは正常に更新されました!"
|
| 1714 |
|
| 1715 |
-
#: ../front-end/class-formbuilder.php:
|
| 1716 |
msgid "There was an error in the submitted form"
|
| 1717 |
msgstr "入力内容にエラーがあります。"
|
| 1718 |
|
| 1719 |
-
#: ../front-end/class-formbuilder.php:
|
| 1720 |
msgid "Add User"
|
| 1721 |
msgstr "ユーザー追加"
|
| 1722 |
|
| 1723 |
-
#: ../admin/add-ons.php:170 ../front-end/class-formbuilder.php:
|
| 1724 |
msgid "Update"
|
| 1725 |
msgstr "更新"
|
| 1726 |
|
| 1727 |
-
#: ../front-end/class-formbuilder.php:
|
| 1728 |
#: ../front-end/extra-fields/extra-fields.php:35
|
| 1729 |
msgid "The avatar was successfully deleted!"
|
| 1730 |
msgstr "アバターを正常に削除しました!"
|
| 1731 |
|
| 1732 |
-
#: ../front-end/class-formbuilder.php:
|
| 1733 |
#: ../front-end/extra-fields/extra-fields.php:37
|
| 1734 |
msgid "The following attachment was successfully deleted:"
|
| 1735 |
msgstr "以下の添付ファイルを正常に削除しました:"
|
| 1736 |
|
| 1737 |
-
#: ../front-end/class-formbuilder.php:
|
| 1738 |
msgid "Send these credentials via email."
|
| 1739 |
msgstr "承認情報をメールで送信"
|
| 1740 |
|
| 1741 |
#: ../front-end/extra-fields/extra-fields.php:99 ../front-end/login.php:89
|
| 1742 |
#: ../front-end/login.php:96 ../front-end/login.php:110
|
| 1743 |
-
#: ../front-end/recover.php:17 ../front-end/recover.php:
|
| 1744 |
msgid "ERROR"
|
| 1745 |
msgstr "エラー"
|
| 1746 |
|
|
@@ -1760,15 +2873,15 @@ msgstr "パスワードをお忘れですか"
|
|
| 1760 |
msgid "Both fields are empty."
|
| 1761 |
msgstr "両方の欄とも未記入です。"
|
| 1762 |
|
| 1763 |
-
#: ../front-end/login.php:
|
| 1764 |
msgid "You are currently logged in as %1$s. %2$s"
|
| 1765 |
msgstr "%1$sさんとしてログイン中です。%2$s"
|
| 1766 |
|
| 1767 |
-
#: ../front-end/login.php:
|
| 1768 |
msgid "Log out of this account"
|
| 1769 |
msgstr "このアカウントをログアウトする"
|
| 1770 |
|
| 1771 |
-
#: ../front-end/login.php:
|
| 1772 |
msgid "Log out"
|
| 1773 |
msgstr "ログアウト"
|
| 1774 |
|
|
@@ -1808,15 +2921,15 @@ msgstr "正しいユーザー名を入力したか確認してください。"
|
|
| 1808 |
msgid "Check your e-mail for the confirmation link."
|
| 1809 |
msgstr "確認リンクをメールでチェックしてください。"
|
| 1810 |
|
| 1811 |
-
#: ../front-end/recover.php:
|
| 1812 |
msgid "Someone requested that the password be reset for the following account: <b>%1$s</b><br/>If this was a mistake, just ignore this email and nothing will happen.<br/>To reset your password, visit the following link:%2$s"
|
| 1813 |
msgstr "次のアカウントのパスワードリセットが要求されました。: <b>%1$s</b><br/>もし間違いであれば、このメールは無視して結構です。<br/>パスワードをリセットする場合は、こちらのリンクをクリックしてください。:%2$s"
|
| 1814 |
|
| 1815 |
-
#: ../front-end/recover.php:
|
| 1816 |
msgid "Password Reset from \"%1$s\""
|
| 1817 |
msgstr "\"%1$s\"からのパスワードリセット"
|
| 1818 |
|
| 1819 |
-
#: ../front-end/recover.php:
|
| 1820 |
msgid "There was an error while trying to send the activation link to %1$s!"
|
| 1821 |
msgstr "%1$sにアクティベーションリンクを送信しようとしてエラーが発生しました!"
|
| 1822 |
|
|
@@ -1828,31 +2941,31 @@ msgstr "そのメールアドレスはデータベース上で見付かりませ
|
|
| 1828 |
msgid "Please check that you entered the correct email address."
|
| 1829 |
msgstr "正しいEメールアドレスを入力したか確認してください。"
|
| 1830 |
|
| 1831 |
-
#: ../front-end/recover.php:
|
| 1832 |
msgid "Your password has been successfully changed!"
|
| 1833 |
msgstr "パスワードは正常に更新されました!"
|
| 1834 |
|
| 1835 |
-
#: ../front-end/recover.php:
|
| 1836 |
msgid "You have successfully reset your password to: %1$s"
|
| 1837 |
msgstr "%1$sに対するパスワードを正常にリセットしました。"
|
| 1838 |
|
| 1839 |
-
#: ../front-end/recover.php:
|
| 1840 |
msgid "Password Successfully Reset for %1$s on \"%2$s\""
|
| 1841 |
msgstr "\"%2$s\"の%1$sのパスワードがリセットされました。"
|
| 1842 |
|
| 1843 |
-
#: ../front-end/recover.php:
|
| 1844 |
msgid "%1$s has requested a password change via the password reset feature.<br/>His/her new password is:%2$s"
|
| 1845 |
msgstr "%1$sさんがパスワードリセット機能によりパスワードの変更を要求しました。<br/>新しいパスワード:%2$s"
|
| 1846 |
|
| 1847 |
-
#: ../front-end/recover.php:
|
| 1848 |
msgid "The entered passwords don't match!"
|
| 1849 |
msgstr "入力されたパスワードが異なります!"
|
| 1850 |
|
| 1851 |
-
#: ../front-end/recover.php:
|
| 1852 |
msgid "ERROR:"
|
| 1853 |
msgstr "エラー:"
|
| 1854 |
|
| 1855 |
-
#: ../front-end/recover.php:
|
| 1856 |
msgid "Invalid key!"
|
| 1857 |
msgstr "無効なキー!"
|
| 1858 |
|
|
@@ -1868,226 +2981,81 @@ msgstr "このユーザー名は有効です!"
|
|
| 1868 |
msgid "This username is already activated!"
|
| 1869 |
msgstr "このユーザ名は既に有効化されています!"
|
| 1870 |
|
| 1871 |
-
#: ../front-end/register.php:
|
| 1872 |
msgid "Your email was successfully confirmed."
|
| 1873 |
msgstr "あなたのメールアドレス確認が正常に完了しました。"
|
| 1874 |
|
| 1875 |
-
#: ../front-end/register.php:
|
| 1876 |
msgid "There was an error while trying to activate the user."
|
| 1877 |
msgstr "ユーザを有効にする際にエラーがありました。"
|
| 1878 |
|
| 1879 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1880 |
msgid "The email you entered is not a valid email address."
|
| 1881 |
msgstr "入力したメールアドレスは有効なものではありません。"
|
| 1882 |
|
| 1883 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1884 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1885 |
msgid "This email is already reserved to be used soon."
|
| 1886 |
msgstr "このメールアドレスは予約済みです。"
|
| 1887 |
|
| 1888 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1889 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1890 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1891 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1892 |
-
#: ../front-end/default-fields/username/username.php:
|
| 1893 |
-
#: ../front-end/default-fields/username/username.php:
|
| 1894 |
msgid "Please try a different one!"
|
| 1895 |
msgstr "他のものをお試しください!"
|
| 1896 |
|
| 1897 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1898 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1899 |
msgid "This email is already in use."
|
| 1900 |
msgstr "このメールアドレスは登録済みです。"
|
| 1901 |
|
| 1902 |
-
#: ../front-end/default-fields/password-repeat/password-repeat.php:
|
| 1903 |
-
#: ../front-end/default-fields/password-repeat/password-repeat.php:
|
| 1904 |
msgid "The passwords do not match"
|
| 1905 |
msgstr "パスワードが合致しません。"
|
| 1906 |
|
| 1907 |
-
#: ../front-end/default-fields/username/username.php:
|
| 1908 |
msgid "This username already exists."
|
| 1909 |
msgstr "このユーザ名は既に存在します。"
|
| 1910 |
|
| 1911 |
-
#: ../front-end/default-fields/username/username.php:
|
| 1912 |
msgid "This username is already reserved to be used soon."
|
| 1913 |
msgstr "このユーザ名は既に予約されています。"
|
| 1914 |
|
| 1915 |
-
#: ../
|
| 1916 |
-
#: ../front-end/extra-fields/avatar/avatar.php:103
|
| 1917 |
-
#: ../front-end/extra-fields/upload/upload.php:29
|
| 1918 |
-
#: ../front-end/extra-fields/upload/upload.php:68
|
| 1919 |
-
msgid "max upload size"
|
| 1920 |
-
msgstr "最大アップロードサイズ"
|
| 1921 |
-
|
| 1922 |
-
#: ../front-end/extra-fields/avatar/avatar.php:71
|
| 1923 |
-
msgid "Current avatar: No uploaded avatar"
|
| 1924 |
-
msgstr "現在のアバター: アップロードなし"
|
| 1925 |
-
|
| 1926 |
-
#: ../front-end/extra-fields/avatar/avatar.php:76
|
| 1927 |
-
#: ../front-end/extra-fields/avatar/avatar.php:110
|
| 1928 |
msgid "Avatar"
|
| 1929 |
msgstr "アバター"
|
| 1930 |
|
| 1931 |
-
#: ../front-end/extra-fields/avatar/avatar.php:
|
| 1932 |
-
#: ../front-end/extra-fields/
|
| 1933 |
-
#: ../front-end/extra-fields/
|
| 1934 |
-
#: ../front-end/extra-fields/
|
| 1935 |
-
|
| 1936 |
-
|
| 1937 |
-
|
| 1938 |
-
#: ../front-end/extra-fields/
|
| 1939 |
-
#: ../front-end/extra-fields/
|
| 1940 |
-
|
| 1941 |
-
|
| 1942 |
-
|
| 1943 |
-
#: ../front-end/extra-fields/avatar/avatar.php:87
|
| 1944 |
-
#: ../front-end/extra-fields/avatar/avatar.php:115
|
| 1945 |
-
msgid "Are you sure you want to delete this avatar?"
|
| 1946 |
-
msgstr "このアバターを削除してよろしいですか?"
|
| 1947 |
-
|
| 1948 |
-
#: ../front-end/extra-fields/avatar/avatar.php:88
|
| 1949 |
-
#: ../front-end/extra-fields/avatar/avatar.php:115
|
| 1950 |
-
msgid "Click to delete the current avatar"
|
| 1951 |
-
msgstr "現在のアバターを削除する"
|
| 1952 |
-
|
| 1953 |
-
#: ../front-end/extra-fields/avatar/avatar.php:96
|
| 1954 |
-
#: ../front-end/extra-fields/checkbox/checkbox.php:44
|
| 1955 |
-
#: ../front-end/extra-fields/datepicker/datepicker.php:47
|
| 1956 |
-
#: ../front-end/extra-fields/input-hidden/input-hidden.php:32
|
| 1957 |
-
#: ../front-end/extra-fields/input/input.php:28
|
| 1958 |
-
#: ../front-end/extra-fields/radio/radio.php:42
|
| 1959 |
-
#: ../front-end/extra-fields/select-multiple/select-multiple.php:44
|
| 1960 |
-
#: ../front-end/extra-fields/select-timezone/select-timezone.php:42
|
| 1961 |
-
#: ../front-end/extra-fields/select/select.php:44
|
| 1962 |
-
#: ../front-end/extra-fields/textarea/textarea.php:28
|
| 1963 |
-
#: ../front-end/extra-fields/upload/upload.php:62
|
| 1964 |
#: ../front-end/extra-fields/wysiwyg/wysiwyg.php:33
|
| 1965 |
msgid "required"
|
| 1966 |
msgstr "必須"
|
| 1967 |
|
| 1968 |
-
#: ../front-end/extra-fields/
|
| 1969 |
-
msgid "Current avatar"
|
| 1970 |
-
msgstr "現在のアバター"
|
| 1971 |
-
|
| 1972 |
-
#: ../front-end/extra-fields/avatar/avatar.php:106
|
| 1973 |
-
msgid "No uploaded avatar"
|
| 1974 |
-
msgstr "アップロードされたアバターはありません"
|
| 1975 |
-
|
| 1976 |
-
#: ../front-end/extra-fields/avatar/avatar.php:212
|
| 1977 |
-
#: ../front-end/extra-fields/upload/upload.php:173
|
| 1978 |
-
msgid "The extension of the file did not match"
|
| 1979 |
-
msgstr "ファイルの拡張子がマッチしません"
|
| 1980 |
-
|
| 1981 |
-
#: ../front-end/extra-fields/avatar/avatar.php:215
|
| 1982 |
-
#: ../front-end/extra-fields/avatar/avatar.php:218
|
| 1983 |
-
#: ../front-end/extra-fields/upload/upload.php:177
|
| 1984 |
-
#: ../front-end/extra-fields/upload/upload.php:180
|
| 1985 |
-
msgid "The file uploaded exceeds the upload_max_filesize directive in php.ini"
|
| 1986 |
-
msgstr "このファイルアップロードはphp.iniのupload_max_filesizeでの制限をオーバーしました。"
|
| 1987 |
-
|
| 1988 |
-
#: ../front-end/extra-fields/avatar/avatar.php:221
|
| 1989 |
-
#: ../front-end/extra-fields/upload/upload.php:183
|
| 1990 |
-
msgid "The file uploaded exceeds the MAX_FILE_SIZE directive in php.ini"
|
| 1991 |
-
msgstr "このファイルアップロードはphp.iniのMAX_FILE_SIZEでの制限をオーバーしました。"
|
| 1992 |
-
|
| 1993 |
-
#: ../front-end/extra-fields/avatar/avatar.php:224
|
| 1994 |
-
msgid "The file could only partially be uploaded "
|
| 1995 |
-
msgstr "このファイルは一部分のみアップロードされました。"
|
| 1996 |
-
|
| 1997 |
-
#: ../front-end/extra-fields/avatar/avatar.php:227
|
| 1998 |
-
#: ../front-end/extra-fields/avatar/avatar.php:251
|
| 1999 |
-
#: ../front-end/extra-fields/avatar/avatar.php:254
|
| 2000 |
-
#: ../front-end/extra-fields/upload/upload.php:189
|
| 2001 |
-
#: ../front-end/extra-fields/upload/upload.php:213
|
| 2002 |
-
#: ../front-end/extra-fields/upload/upload.php:216
|
| 2003 |
-
msgid "No file was selected"
|
| 2004 |
-
msgstr "ファイルが選択されていません"
|
| 2005 |
-
|
| 2006 |
-
#: ../front-end/extra-fields/avatar/avatar.php:230
|
| 2007 |
-
#: ../front-end/extra-fields/upload/upload.php:192
|
| 2008 |
-
msgid "The temporary upload folder is missing from the system"
|
| 2009 |
-
msgstr "システムの一時アップロードフォルダーがありません。"
|
| 2010 |
-
|
| 2011 |
-
#: ../front-end/extra-fields/avatar/avatar.php:233
|
| 2012 |
-
#: ../front-end/extra-fields/upload/upload.php:195
|
| 2013 |
-
msgid "The file failed to write to the disk"
|
| 2014 |
-
msgstr "ファイルの保存に失敗しました"
|
| 2015 |
-
|
| 2016 |
-
#: ../front-end/extra-fields/avatar/avatar.php:236
|
| 2017 |
-
#: ../front-end/extra-fields/upload/upload.php:198
|
| 2018 |
-
msgid "A PHP extension stopped the file upload"
|
| 2019 |
-
msgstr "PHPエクステンションがファイルのアップロードを停止しました。"
|
| 2020 |
-
|
| 2021 |
-
#: ../front-end/extra-fields/avatar/avatar.php:239
|
| 2022 |
-
msgid "Unknown error occurred"
|
| 2023 |
-
msgstr "不明のエラーが発生"
|
| 2024 |
-
|
| 2025 |
-
#: ../front-end/extra-fields/recaptcha/recaptcha.php:47
|
| 2026 |
msgid "To use reCAPTCHA you must get an API key from"
|
| 2027 |
msgstr "reCAPTCHAの利用には、APIキーの取得が必要です"
|
| 2028 |
|
| 2029 |
-
#: ../front-end/extra-fields/recaptcha/recaptcha.php:
|
| 2030 |
msgid "For security reasons, you must pass the remote ip to reCAPTCHA!"
|
| 2031 |
msgstr "セキュリティ保護のため、リモートIPをreCAPTCHAに渡す必要があります。"
|
| 2032 |
|
| 2033 |
-
#: ../front-end/extra-fields/recaptcha/recaptcha.php:
|
| 2034 |
msgid "To use reCAPTCHA you must get an API public key from:"
|
| 2035 |
msgstr "reCAPTCHAの利用には、以下よりAPI公開キー(public key)の取得が必要です"
|
| 2036 |
|
| 2037 |
-
#: ../front-end/extra-fields/recaptcha/recaptcha.php:142
|
| 2038 |
-
msgid "To use reCAPTCHA you must get an API private key from:"
|
| 2039 |
-
msgstr "reCAPTCHAの利用には、以下よりAPI 秘密キー(private key)の取得が必要です"
|
| 2040 |
-
|
| 2041 |
-
#: ../front-end/extra-fields/upload/upload.php:35
|
| 2042 |
-
msgid "Current file: No uploaded attachment"
|
| 2043 |
-
msgstr "現在のファイル: アップロードされた添付ファイルはありません。"
|
| 2044 |
-
|
| 2045 |
-
#: ../front-end/extra-fields/upload/upload.php:39
|
| 2046 |
-
#: ../front-end/extra-fields/upload/upload.php:48
|
| 2047 |
-
#: ../front-end/extra-fields/upload/upload.php:71
|
| 2048 |
-
#: ../front-end/extra-fields/upload/upload.php:75
|
| 2049 |
-
#: ../front-end/extra-fields/upload/upload.php:77
|
| 2050 |
-
msgid "Current file"
|
| 2051 |
-
msgstr "現在のファイル"
|
| 2052 |
-
|
| 2053 |
-
#: ../front-end/extra-fields/upload/upload.php:42
|
| 2054 |
-
#: ../front-end/extra-fields/upload/upload.php:51
|
| 2055 |
-
#: ../front-end/extra-fields/upload/upload.php:75
|
| 2056 |
-
#: ../front-end/extra-fields/upload/upload.php:77
|
| 2057 |
-
msgid "Click to see the current attachment"
|
| 2058 |
-
msgstr "現在の添付ファイルを見る"
|
| 2059 |
-
|
| 2060 |
-
#: ../front-end/extra-fields/upload/upload.php:44
|
| 2061 |
-
#: ../front-end/extra-fields/upload/upload.php:75
|
| 2062 |
-
msgid "The attachment can't be deleted (It was marked as required by the administrator)"
|
| 2063 |
-
msgstr "この添付は削除できません(管理者によって必須指定されています)"
|
| 2064 |
-
|
| 2065 |
-
#: ../front-end/extra-fields/upload/upload.php:53
|
| 2066 |
-
#: ../front-end/extra-fields/upload/upload.php:77
|
| 2067 |
-
msgid "Are you sure you want to delete this attachment?"
|
| 2068 |
-
msgstr "この添付を削除してよろしいですか?"
|
| 2069 |
-
|
| 2070 |
-
#: ../front-end/extra-fields/upload/upload.php:54
|
| 2071 |
-
#: ../front-end/extra-fields/upload/upload.php:77
|
| 2072 |
-
msgid "Click to delete the current attachment"
|
| 2073 |
-
msgstr "クリックして現在の添付を削除"
|
| 2074 |
-
|
| 2075 |
-
#: ../front-end/extra-fields/upload/upload.php:71
|
| 2076 |
-
msgid "No uploaded attachment"
|
| 2077 |
-
msgstr "アップロードされた添付はありません"
|
| 2078 |
-
|
| 2079 |
-
#: ../front-end/extra-fields/upload/upload.php:164
|
| 2080 |
-
msgid "The extension of the file is not allowed"
|
| 2081 |
-
msgstr "拡張子が許可されていません"
|
| 2082 |
-
|
| 2083 |
-
#: ../front-end/extra-fields/upload/upload.php:186
|
| 2084 |
-
msgid "The file could only partially be uploaded"
|
| 2085 |
-
msgstr "このファイルは一部分のみアップロードされました。"
|
| 2086 |
-
|
| 2087 |
-
#: ../front-end/extra-fields/upload/upload.php:201
|
| 2088 |
-
msgid "This field wasn't updated because an unknown error occured"
|
| 2089 |
-
msgstr "不明なエラーが発生し、この記入欄は更新されませんでした"
|
| 2090 |
-
|
| 2091 |
#: ../modules/modules.php:11 ../modules/modules.php:80
|
| 2092 |
msgid "Modules"
|
| 2093 |
msgstr "モジュール"
|
|
@@ -2450,37 +3418,37 @@ msgstr "ゴミ箱にプロフィール編集フォームが見つかりません
|
|
| 2450 |
|
| 2451 |
#: ../modules/multiple-forms/edit-profile-forms.php:131
|
| 2452 |
#: ../modules/multiple-forms/register-forms.php:134
|
| 2453 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2454 |
msgid "Shortcode"
|
| 2455 |
msgstr "ショートコード"
|
| 2456 |
|
| 2457 |
#: ../modules/multiple-forms/edit-profile-forms.php:151
|
| 2458 |
#: ../modules/multiple-forms/register-forms.php:155
|
| 2459 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2460 |
msgid "(no title)"
|
| 2461 |
msgstr "(無題)"
|
| 2462 |
|
| 2463 |
#: ../modules/multiple-forms/edit-profile-forms.php:171
|
| 2464 |
#: ../modules/multiple-forms/register-forms.php:174
|
| 2465 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2466 |
msgid "The shortcode will be available after you publish this form."
|
| 2467 |
msgstr "ショートコードはこのフォームを公開後に有効となります。"
|
| 2468 |
|
| 2469 |
#: ../modules/multiple-forms/edit-profile-forms.php:173
|
| 2470 |
#: ../modules/multiple-forms/register-forms.php:176
|
| 2471 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2472 |
msgid "Use this shortcode on the page you want the form to be displayed:"
|
| 2473 |
msgstr "フォームを表示したいページにこのショートコードを挿入してください:"
|
| 2474 |
|
| 2475 |
#: ../modules/multiple-forms/edit-profile-forms.php:177
|
| 2476 |
#: ../modules/multiple-forms/register-forms.php:180
|
| 2477 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2478 |
msgid "<span style=\"color:red;\">Note:</span> changing the form title also changes the shortcode!"
|
| 2479 |
msgstr "<span style=\"color:red;\">メモ:</span> タイトルを変更するとショートコードも変更されます!"
|
| 2480 |
|
| 2481 |
#: ../modules/multiple-forms/edit-profile-forms.php:183
|
| 2482 |
#: ../modules/multiple-forms/register-forms.php:186
|
| 2483 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2484 |
msgid "Form Shortcode"
|
| 2485 |
msgstr "フォーム・ショートコード"
|
| 2486 |
|
|
@@ -2592,10 +3560,10 @@ msgid "After Registration..."
|
|
| 2592 |
msgstr "登録後..."
|
| 2593 |
|
| 2594 |
#: ../modules/user-listing/class-userlisting.php:470
|
| 2595 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2596 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2597 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2598 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2599 |
msgid "Search Users by All Fields"
|
| 2600 |
msgstr "全ての欄でユーザを検索"
|
| 2601 |
|
|
@@ -2632,12 +3600,12 @@ msgid "Display name as"
|
|
| 2632 |
msgstr "表示名"
|
| 2633 |
|
| 2634 |
#: ../modules/user-listing/userlisting.php:125
|
| 2635 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2636 |
msgid "Registration Date"
|
| 2637 |
msgstr "登録日"
|
| 2638 |
|
| 2639 |
#: ../modules/user-listing/userlisting.php:126
|
| 2640 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2641 |
msgid "Number of Posts"
|
| 2642 |
msgstr "投稿数"
|
| 2643 |
|
|
@@ -2686,188 +3654,182 @@ msgstr "一覧画面のテンプレート"
|
|
| 2686 |
msgid "Single-userlisting Template"
|
| 2687 |
msgstr "個別画面のテンプレート"
|
| 2688 |
|
| 2689 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2690 |
-
msgid "You do not have permission to view this user list"
|
| 2691 |
-
msgstr "このユーザー一覧を閲覧する権限がありません。"
|
| 2692 |
-
|
| 2693 |
-
#: ../modules/user-listing/userlisting.php:351
|
| 2694 |
-
msgid "You do not have the required user role to view this user list"
|
| 2695 |
-
msgstr "ユーザー一覧を閲覧するのに必要な権限がありません"
|
| 2696 |
-
|
| 2697 |
-
#: ../modules/user-listing/userlisting.php:599
|
| 2698 |
msgid "First/Lastname"
|
| 2699 |
msgstr "名/姓"
|
| 2700 |
|
| 2701 |
-
#: ../modules/user-listing/userlisting.php:
|
|
|
|
| 2702 |
msgid "Sign-up Date"
|
| 2703 |
msgstr "登録日"
|
| 2704 |
|
| 2705 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2706 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2707 |
msgid "Display Name"
|
| 2708 |
msgstr "表示名"
|
| 2709 |
|
| 2710 |
-
#: ../modules/user-listing/userlisting.php:
|
|
|
|
| 2711 |
msgid "Posts"
|
| 2712 |
msgstr "投稿数"
|
| 2713 |
|
| 2714 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2715 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2716 |
msgid "Aim"
|
| 2717 |
msgstr "AIM"
|
| 2718 |
|
| 2719 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2720 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2721 |
msgid "Yim"
|
| 2722 |
msgstr "Yahoo! Messenger"
|
| 2723 |
|
| 2724 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2725 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2726 |
msgid "Jabber"
|
| 2727 |
msgstr "Jabber"
|
| 2728 |
|
| 2729 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2730 |
msgid "Click here to see more information about this user"
|
| 2731 |
msgstr "このユーザについてもっと見るにはここをクリック"
|
| 2732 |
|
| 2733 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2734 |
msgid "More..."
|
| 2735 |
msgstr "詳細..."
|
| 2736 |
|
| 2737 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2738 |
msgid "Click here to see more information about this user."
|
| 2739 |
msgstr "このユーザーの詳細はここをクリック"
|
| 2740 |
|
| 2741 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2742 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2743 |
msgid "Click here to go back"
|
| 2744 |
msgstr "戻るにはここをクリック"
|
| 2745 |
|
| 2746 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2747 |
msgid "Back"
|
| 2748 |
msgstr "戻る"
|
| 2749 |
|
| 2750 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2751 |
msgid "«« First"
|
| 2752 |
msgstr "«« 最初"
|
| 2753 |
|
| 2754 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2755 |
msgid "« Prev"
|
| 2756 |
msgstr "« 前"
|
| 2757 |
|
| 2758 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2759 |
msgid "Next » "
|
| 2760 |
msgstr "次 » "
|
| 2761 |
|
| 2762 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2763 |
msgid "Last »»"
|
| 2764 |
msgstr "最後 »»"
|
| 2765 |
|
| 2766 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2767 |
msgid "You don't have any pagination settings on this userlisting!"
|
| 2768 |
msgstr "このユーザー一覧に対するページネーションの設定がありません。"
|
| 2769 |
|
| 2770 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2771 |
msgid "Search"
|
| 2772 |
msgstr "検索"
|
| 2773 |
|
| 2774 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2775 |
msgid "Clear Results"
|
| 2776 |
msgstr "結果をクリア"
|
| 2777 |
|
| 2778 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2779 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2780 |
msgid "Extra shortcode parameters"
|
| 2781 |
msgstr "その他のショートコード用パラメーター"
|
| 2782 |
|
| 2783 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2784 |
msgid "displays users having a certain meta-value within a certain (extra) meta-field"
|
| 2785 |
msgstr "特定の(extra) meta-fieldが特定のmeta-valueをもつユーザのみ表示"
|
| 2786 |
|
| 2787 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2788 |
msgid "Example:"
|
| 2789 |
msgstr "例:"
|
| 2790 |
|
| 2791 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2792 |
msgid "Remember though, that the field-value combination must exist in the database."
|
| 2793 |
msgstr ""
|
| 2794 |
|
| 2795 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2796 |
msgid "Random (very slow on large databases > 10K user)"
|
| 2797 |
msgstr "ランダム (1万ユーザ以上の大きなデータベースではとても遅い)"
|
| 2798 |
|
| 2799 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2800 |
msgid "Roles to Display"
|
| 2801 |
msgstr "表示対象にする権限:"
|
| 2802 |
|
| 2803 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2804 |
msgid "Restrict the userlisting to these selected roles only<br/>If not specified, defaults to all existing roles"
|
| 2805 |
msgstr "このユーザ一覧を選択した権限のみに制限してください。<br/>指定しない場合は、全ての権限のデフォルトになります。"
|
| 2806 |
|
| 2807 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2808 |
msgid "Number of Users/Page"
|
| 2809 |
msgstr "1ページに表示するユーザ数:"
|
| 2810 |
|
| 2811 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2812 |
msgid "Default Sorting Criteria"
|
| 2813 |
msgstr "デフォルトのソート基準"
|
| 2814 |
|
| 2815 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2816 |
msgid "Set the default sorting criteria<br/>This can temporarily be changed for each new session"
|
| 2817 |
msgstr "デフォルトのソート基準を指定してください。<br />この指定はセッション毎に一時的に変更できます。"
|
| 2818 |
|
| 2819 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2820 |
msgid "Default Sorting Order"
|
| 2821 |
msgstr "初期ソート順"
|
| 2822 |
|
| 2823 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2824 |
msgid "Set the default sorting order<br/>This can temporarily be changed for each new session"
|
| 2825 |
msgstr "デフォルトのソート順を指定してください。この指定はセッション毎に一時的に変更できます。"
|
| 2826 |
|
| 2827 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2828 |
msgid "Avatar Size (All-userlisting)"
|
| 2829 |
msgstr "アバター画像サイズ(一覧画面)"
|
| 2830 |
|
| 2831 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2832 |
msgid "Set the avatar size on the all-userlisting only"
|
| 2833 |
msgstr "一覧画面で表示するアバター画像のサイズを指定してください。"
|
| 2834 |
|
| 2835 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2836 |
msgid "Avatar Size (Single-userlisting)"
|
| 2837 |
msgstr "アバター画像サイズ(個別画面)"
|
| 2838 |
|
| 2839 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2840 |
msgid "Set the avatar size on the single-userlisting only"
|
| 2841 |
msgstr "個別画面で表示するアバター画像のサイズを指定してください。"
|
| 2842 |
|
| 2843 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2844 |
msgid "Visible only to logged in users?"
|
| 2845 |
msgstr "ログイン中のユーザーにのみ表示"
|
| 2846 |
|
| 2847 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2848 |
msgid "The userlisting will only be visible only to the logged in users"
|
| 2849 |
msgstr "ユーザー一覧をログインしたユーザにだけ表示します"
|
| 2850 |
|
| 2851 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2852 |
msgid "Visible to following Roles"
|
| 2853 |
msgstr ""
|
| 2854 |
|
| 2855 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2856 |
msgid "The userlisting will only be visible to the following roles"
|
| 2857 |
msgstr "ユーザー一覧を以下の権限ユーザにだけ表示します"
|
| 2858 |
|
| 2859 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2860 |
msgid "Userlisting Settings"
|
| 2861 |
msgstr "ユーザー一覧設定"
|
| 2862 |
|
| 2863 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2864 |
msgid "You need to activate the Userlisting feature from within the \"Modules\" tab!"
|
| 2865 |
msgstr "「モジュール」タブの「ユーザー一覧表示」機能を有効にする必要があります!"
|
| 2866 |
|
| 2867 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2868 |
msgid "You can find it in the Profile Builder menu."
|
| 2869 |
msgstr "Profile Builderメニューの中にあります。"
|
| 2870 |
|
| 2871 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2872 |
msgid "No results found!"
|
| 2873 |
msgstr "見つかりませんでした。"
|
| 2 |
# This file is distributed under the same license as the Profile Builder package.
|
| 3 |
msgid ""
|
| 4 |
msgstr ""
|
| 5 |
+
"PO-Revision-Date: 2015-09-29 11:57:58+0000\n"
|
| 6 |
"MIME-Version: 1.0\n"
|
| 7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
| 8 |
"Content-Transfer-Encoding: 8bit\n"
|
| 10 |
"X-Generator: GlotPress/0.1\n"
|
| 11 |
"Project-Id-Version: Profile Builder\n"
|
| 12 |
|
| 13 |
+
#: ../admin/admin-functions.php:40
|
| 14 |
+
msgid "Display name publicly as - only appears on the Edit Profile page!"
|
| 15 |
+
msgstr ""
|
| 16 |
+
|
| 17 |
+
#: ../admin/basic-info.php:37
|
| 18 |
+
msgid "Friction-less login using %s shortcode or a widget."
|
| 19 |
+
msgstr ""
|
| 20 |
+
|
| 21 |
+
#: ../admin/basic-info.php:41
|
| 22 |
+
msgid "Beautiful registration forms fully customizable using the %s shortcode."
|
| 23 |
+
msgstr ""
|
| 24 |
+
|
| 25 |
+
#: ../admin/basic-info.php:45
|
| 26 |
+
msgid "Straight forward edit profile forms using %s shortcode."
|
| 27 |
+
msgstr ""
|
| 28 |
+
|
| 29 |
+
#: ../admin/basic-info.php:58
|
| 30 |
+
msgid "Allow users to recover their password in the front-end using the %s."
|
| 31 |
+
msgstr ""
|
| 32 |
+
|
| 33 |
+
#: ../admin/basic-info.php:130
|
| 34 |
+
msgid "To create a page containing the users registered to this current site/blog, insert the following shortcode in a page of your chosing: %s."
|
| 35 |
+
msgstr ""
|
| 36 |
+
|
| 37 |
+
#: ../admin/general-settings.php:125
|
| 38 |
+
msgid "\"Admin Approval\" on User Role:"
|
| 39 |
+
msgstr ""
|
| 40 |
+
|
| 41 |
+
#: ../admin/general-settings.php:144
|
| 42 |
+
msgid "Select on what user roles to activate Admin Approval."
|
| 43 |
+
msgstr ""
|
| 44 |
+
|
| 45 |
+
#: ../admin/manage-fields.php:109
|
| 46 |
+
msgid "Display on PB forms"
|
| 47 |
+
msgstr ""
|
| 48 |
+
|
| 49 |
+
#: ../admin/manage-fields.php:109
|
| 50 |
+
msgid "PB Login"
|
| 51 |
+
msgstr ""
|
| 52 |
+
|
| 53 |
+
#: ../admin/manage-fields.php:109
|
| 54 |
+
msgid "PB Register"
|
| 55 |
+
msgstr ""
|
| 56 |
+
|
| 57 |
+
#: ../admin/manage-fields.php:109
|
| 58 |
+
msgid "PB Recover Password"
|
| 59 |
+
msgstr ""
|
| 60 |
+
|
| 61 |
+
#: ../admin/manage-fields.php:109
|
| 62 |
+
msgid "Select on which Profile Builder forms to display reCAPTCHA"
|
| 63 |
+
msgstr ""
|
| 64 |
+
|
| 65 |
+
#: ../admin/manage-fields.php:110
|
| 66 |
+
msgid "Display on default WP forms"
|
| 67 |
+
msgstr ""
|
| 68 |
+
|
| 69 |
+
#: ../admin/manage-fields.php:110
|
| 70 |
+
msgid "Default WP Login"
|
| 71 |
+
msgstr ""
|
| 72 |
+
|
| 73 |
+
#: ../admin/manage-fields.php:110
|
| 74 |
+
msgid "Default WP Register"
|
| 75 |
+
msgstr ""
|
| 76 |
+
|
| 77 |
+
#: ../admin/manage-fields.php:110
|
| 78 |
+
msgid "Default WP Recover Password"
|
| 79 |
+
msgstr ""
|
| 80 |
+
|
| 81 |
+
#: ../admin/manage-fields.php:110
|
| 82 |
+
msgid "Select on which default WP forms to display reCAPTCHA"
|
| 83 |
+
msgstr ""
|
| 84 |
+
|
| 85 |
+
#: ../admin/manage-fields.php:116 ../admin/manage-fields.php:117
|
| 86 |
+
msgid "Default option of the field"
|
| 87 |
+
msgstr ""
|
| 88 |
+
|
| 89 |
+
#: ../admin/manage-fields.php:237
|
| 90 |
+
msgid "Afghanistan"
|
| 91 |
+
msgstr "Afghanistan"
|
| 92 |
+
|
| 93 |
+
#: ../admin/manage-fields.php:238
|
| 94 |
+
msgid "Aland Islands"
|
| 95 |
+
msgstr "Aland Islands"
|
| 96 |
+
|
| 97 |
+
#: ../admin/manage-fields.php:239
|
| 98 |
+
msgid "Albania"
|
| 99 |
+
msgstr "Albania"
|
| 100 |
+
|
| 101 |
+
#: ../admin/manage-fields.php:240
|
| 102 |
+
msgid "Algeria"
|
| 103 |
+
msgstr "Algeria"
|
| 104 |
+
|
| 105 |
+
#: ../admin/manage-fields.php:241
|
| 106 |
+
msgid "American Samoa"
|
| 107 |
+
msgstr "American Samoa"
|
| 108 |
+
|
| 109 |
+
#: ../admin/manage-fields.php:242
|
| 110 |
+
msgid "Andorra"
|
| 111 |
+
msgstr "Andorra"
|
| 112 |
+
|
| 113 |
+
#: ../admin/manage-fields.php:243
|
| 114 |
+
msgid "Angola"
|
| 115 |
+
msgstr "Angola"
|
| 116 |
+
|
| 117 |
+
#: ../admin/manage-fields.php:244
|
| 118 |
+
msgid "Anguilla"
|
| 119 |
+
msgstr "Anguilla"
|
| 120 |
+
|
| 121 |
+
#: ../admin/manage-fields.php:245
|
| 122 |
+
msgid "Antarctica"
|
| 123 |
+
msgstr "Antarctica"
|
| 124 |
+
|
| 125 |
+
#: ../admin/manage-fields.php:246
|
| 126 |
+
msgid "Antigua and Barbuda"
|
| 127 |
+
msgstr "Antigua and Barbuda"
|
| 128 |
+
|
| 129 |
+
#: ../admin/manage-fields.php:247
|
| 130 |
+
msgid "Argentina"
|
| 131 |
+
msgstr "Argentina"
|
| 132 |
+
|
| 133 |
+
#: ../admin/manage-fields.php:248
|
| 134 |
+
msgid "Armenia"
|
| 135 |
+
msgstr "Armenia"
|
| 136 |
+
|
| 137 |
+
#: ../admin/manage-fields.php:249
|
| 138 |
+
msgid "Aruba"
|
| 139 |
+
msgstr "Aruba"
|
| 140 |
+
|
| 141 |
+
#: ../admin/manage-fields.php:250
|
| 142 |
+
msgid "Australia"
|
| 143 |
+
msgstr "Australia"
|
| 144 |
+
|
| 145 |
+
#: ../admin/manage-fields.php:251
|
| 146 |
+
msgid "Austria"
|
| 147 |
+
msgstr "Austria"
|
| 148 |
+
|
| 149 |
+
#: ../admin/manage-fields.php:252
|
| 150 |
+
msgid "Azerbaijan"
|
| 151 |
+
msgstr "Azerbaijan"
|
| 152 |
+
|
| 153 |
+
#: ../admin/manage-fields.php:253
|
| 154 |
+
msgid "Bahamas"
|
| 155 |
+
msgstr "Bahamas"
|
| 156 |
+
|
| 157 |
+
#: ../admin/manage-fields.php:254
|
| 158 |
+
msgid "Bahrain"
|
| 159 |
+
msgstr "Bahrain"
|
| 160 |
+
|
| 161 |
+
#: ../admin/manage-fields.php:255
|
| 162 |
+
msgid "Bangladesh"
|
| 163 |
+
msgstr "Bangladesh"
|
| 164 |
+
|
| 165 |
+
#: ../admin/manage-fields.php:256
|
| 166 |
+
msgid "Barbados"
|
| 167 |
+
msgstr "Barbados"
|
| 168 |
+
|
| 169 |
+
#: ../admin/manage-fields.php:257
|
| 170 |
+
msgid "Belarus"
|
| 171 |
+
msgstr "Belarus"
|
| 172 |
+
|
| 173 |
+
#: ../admin/manage-fields.php:258
|
| 174 |
+
msgid "Belgium"
|
| 175 |
+
msgstr "Belgium"
|
| 176 |
+
|
| 177 |
+
#: ../admin/manage-fields.php:259
|
| 178 |
+
msgid "Belize"
|
| 179 |
+
msgstr "Belize"
|
| 180 |
+
|
| 181 |
+
#: ../admin/manage-fields.php:260
|
| 182 |
+
msgid "Benin"
|
| 183 |
+
msgstr "Benin"
|
| 184 |
+
|
| 185 |
+
#: ../admin/manage-fields.php:261
|
| 186 |
+
msgid "Bermuda"
|
| 187 |
+
msgstr "Bermuda"
|
| 188 |
+
|
| 189 |
+
#: ../admin/manage-fields.php:262
|
| 190 |
+
msgid "Bhutan"
|
| 191 |
+
msgstr "Bhutan"
|
| 192 |
+
|
| 193 |
+
#: ../admin/manage-fields.php:263
|
| 194 |
+
msgid "Bolivia"
|
| 195 |
+
msgstr "Bolivia"
|
| 196 |
+
|
| 197 |
+
#: ../admin/manage-fields.php:264
|
| 198 |
+
msgid "Bonaire, Saint Eustatius and Saba"
|
| 199 |
+
msgstr "Bonaire, Saint Eustatius and Saba"
|
| 200 |
+
|
| 201 |
+
#: ../admin/manage-fields.php:265
|
| 202 |
+
msgid "Bosnia and Herzegovina"
|
| 203 |
+
msgstr "Bosnia and Herzegovina"
|
| 204 |
+
|
| 205 |
+
#: ../admin/manage-fields.php:266
|
| 206 |
+
msgid "Botswana"
|
| 207 |
+
msgstr "Botswana"
|
| 208 |
+
|
| 209 |
+
#: ../admin/manage-fields.php:267
|
| 210 |
+
msgid "Bouvet Island"
|
| 211 |
+
msgstr "Bouvet Island"
|
| 212 |
+
|
| 213 |
+
#: ../admin/manage-fields.php:268
|
| 214 |
+
msgid "Brazil"
|
| 215 |
+
msgstr "Brazil"
|
| 216 |
+
|
| 217 |
+
#: ../admin/manage-fields.php:269
|
| 218 |
+
msgid "British Indian Ocean Territory"
|
| 219 |
+
msgstr "British Indian Ocean Territory"
|
| 220 |
+
|
| 221 |
+
#: ../admin/manage-fields.php:270
|
| 222 |
+
msgid "British Virgin Islands"
|
| 223 |
+
msgstr "British Virgin Islands"
|
| 224 |
+
|
| 225 |
+
#: ../admin/manage-fields.php:271
|
| 226 |
+
msgid "Brunei"
|
| 227 |
+
msgstr "Brunei"
|
| 228 |
+
|
| 229 |
+
#: ../admin/manage-fields.php:272
|
| 230 |
+
msgid "Bulgaria"
|
| 231 |
+
msgstr "Bulgaria"
|
| 232 |
+
|
| 233 |
+
#: ../admin/manage-fields.php:273
|
| 234 |
+
msgid "Burkina Faso"
|
| 235 |
+
msgstr "Burkina Faso"
|
| 236 |
+
|
| 237 |
+
#: ../admin/manage-fields.php:274
|
| 238 |
+
msgid "Burundi"
|
| 239 |
+
msgstr "Burundi"
|
| 240 |
+
|
| 241 |
+
#: ../admin/manage-fields.php:275
|
| 242 |
+
msgid "Cambodia"
|
| 243 |
+
msgstr "Cambodia"
|
| 244 |
+
|
| 245 |
+
#: ../admin/manage-fields.php:276
|
| 246 |
+
msgid "Cameroon"
|
| 247 |
+
msgstr "Cameroon"
|
| 248 |
+
|
| 249 |
+
#: ../admin/manage-fields.php:277
|
| 250 |
+
msgid "Canada"
|
| 251 |
+
msgstr "Canada"
|
| 252 |
+
|
| 253 |
+
#: ../admin/manage-fields.php:278
|
| 254 |
+
msgid "Cape Verde"
|
| 255 |
+
msgstr "Cape Verde"
|
| 256 |
+
|
| 257 |
+
#: ../admin/manage-fields.php:279
|
| 258 |
+
msgid "Cayman Islands"
|
| 259 |
+
msgstr "Cayman Islands"
|
| 260 |
+
|
| 261 |
+
#: ../admin/manage-fields.php:280
|
| 262 |
+
msgid "Central African Republic"
|
| 263 |
+
msgstr "Central African Republic"
|
| 264 |
+
|
| 265 |
+
#: ../admin/manage-fields.php:281
|
| 266 |
+
msgid "Chad"
|
| 267 |
+
msgstr "Chad"
|
| 268 |
+
|
| 269 |
+
#: ../admin/manage-fields.php:282
|
| 270 |
+
msgid "Chile"
|
| 271 |
+
msgstr "Chile"
|
| 272 |
+
|
| 273 |
+
#: ../admin/manage-fields.php:283
|
| 274 |
+
msgid "China"
|
| 275 |
+
msgstr "China"
|
| 276 |
+
|
| 277 |
+
#: ../admin/manage-fields.php:284
|
| 278 |
+
msgid "Christmas Island"
|
| 279 |
+
msgstr "Christmas Island"
|
| 280 |
+
|
| 281 |
+
#: ../admin/manage-fields.php:285
|
| 282 |
+
msgid "Cocos Islands"
|
| 283 |
+
msgstr "Cocos Islands"
|
| 284 |
+
|
| 285 |
+
#: ../admin/manage-fields.php:286
|
| 286 |
+
msgid "Colombia"
|
| 287 |
+
msgstr "Colombia"
|
| 288 |
+
|
| 289 |
+
#: ../admin/manage-fields.php:287
|
| 290 |
+
msgid "Comoros"
|
| 291 |
+
msgstr "Comoros"
|
| 292 |
+
|
| 293 |
+
#: ../admin/manage-fields.php:288
|
| 294 |
+
msgid "Cook Islands"
|
| 295 |
+
msgstr "Cook Islands"
|
| 296 |
+
|
| 297 |
+
#: ../admin/manage-fields.php:289
|
| 298 |
+
msgid "Costa Rica"
|
| 299 |
+
msgstr "Costa Rica"
|
| 300 |
+
|
| 301 |
+
#: ../admin/manage-fields.php:290
|
| 302 |
+
msgid "Croatia"
|
| 303 |
+
msgstr "Croatia"
|
| 304 |
+
|
| 305 |
+
#: ../admin/manage-fields.php:291
|
| 306 |
+
msgid "Cuba"
|
| 307 |
+
msgstr "Cuba"
|
| 308 |
+
|
| 309 |
+
#: ../admin/manage-fields.php:292
|
| 310 |
+
msgid "Curacao"
|
| 311 |
+
msgstr "Curacao"
|
| 312 |
+
|
| 313 |
+
#: ../admin/manage-fields.php:293
|
| 314 |
+
msgid "Cyprus"
|
| 315 |
+
msgstr "Cyprus"
|
| 316 |
+
|
| 317 |
+
#: ../admin/manage-fields.php:294
|
| 318 |
+
msgid "Czech Republic"
|
| 319 |
+
msgstr "Czech Republic"
|
| 320 |
+
|
| 321 |
+
#: ../admin/manage-fields.php:295
|
| 322 |
+
msgid "Democratic Republic of the Congo"
|
| 323 |
+
msgstr "Democratic Republic of the Congo"
|
| 324 |
+
|
| 325 |
+
#: ../admin/manage-fields.php:296
|
| 326 |
+
msgid "Denmark"
|
| 327 |
+
msgstr "Denmark"
|
| 328 |
+
|
| 329 |
+
#: ../admin/manage-fields.php:297
|
| 330 |
+
msgid "Djibouti"
|
| 331 |
+
msgstr "Djibouti"
|
| 332 |
+
|
| 333 |
+
#: ../admin/manage-fields.php:298
|
| 334 |
+
msgid "Dominica"
|
| 335 |
+
msgstr "Dominica"
|
| 336 |
+
|
| 337 |
+
#: ../admin/manage-fields.php:299
|
| 338 |
+
msgid "Dominican Republic"
|
| 339 |
+
msgstr "Dominican Republic"
|
| 340 |
+
|
| 341 |
+
#: ../admin/manage-fields.php:300
|
| 342 |
+
msgid "East Timor"
|
| 343 |
+
msgstr "East Timor"
|
| 344 |
+
|
| 345 |
+
#: ../admin/manage-fields.php:301
|
| 346 |
+
msgid "Ecuador"
|
| 347 |
+
msgstr "Ecuador"
|
| 348 |
+
|
| 349 |
+
#: ../admin/manage-fields.php:302
|
| 350 |
+
msgid "Egypt"
|
| 351 |
+
msgstr "Egypt"
|
| 352 |
+
|
| 353 |
+
#: ../admin/manage-fields.php:303
|
| 354 |
+
msgid "El Salvador"
|
| 355 |
+
msgstr "El Salvador"
|
| 356 |
+
|
| 357 |
+
#: ../admin/manage-fields.php:304
|
| 358 |
+
msgid "Equatorial Guinea"
|
| 359 |
+
msgstr "Equatorial Guinea"
|
| 360 |
+
|
| 361 |
+
#: ../admin/manage-fields.php:305
|
| 362 |
+
msgid "Eritrea"
|
| 363 |
+
msgstr "Eritrea"
|
| 364 |
+
|
| 365 |
+
#: ../admin/manage-fields.php:306
|
| 366 |
+
msgid "Estonia"
|
| 367 |
+
msgstr "Estonia"
|
| 368 |
+
|
| 369 |
+
#: ../admin/manage-fields.php:307
|
| 370 |
+
msgid "Ethiopia"
|
| 371 |
+
msgstr "Ethiopia"
|
| 372 |
+
|
| 373 |
+
#: ../admin/manage-fields.php:308
|
| 374 |
+
msgid "Falkland Islands"
|
| 375 |
+
msgstr "Falkland Islands"
|
| 376 |
+
|
| 377 |
+
#: ../admin/manage-fields.php:309
|
| 378 |
+
msgid "Faroe Islands"
|
| 379 |
+
msgstr "Faroe Islands"
|
| 380 |
+
|
| 381 |
+
#: ../admin/manage-fields.php:310
|
| 382 |
+
msgid "Fiji"
|
| 383 |
+
msgstr "Fiji"
|
| 384 |
+
|
| 385 |
+
#: ../admin/manage-fields.php:311
|
| 386 |
+
msgid "Finland"
|
| 387 |
+
msgstr "Finland"
|
| 388 |
+
|
| 389 |
+
#: ../admin/manage-fields.php:312
|
| 390 |
+
msgid "France"
|
| 391 |
+
msgstr "France"
|
| 392 |
+
|
| 393 |
+
#: ../admin/manage-fields.php:313
|
| 394 |
+
msgid "French Guiana"
|
| 395 |
+
msgstr "French Guiana"
|
| 396 |
+
|
| 397 |
+
#: ../admin/manage-fields.php:314
|
| 398 |
+
msgid "French Polynesia"
|
| 399 |
+
msgstr "French Polynesia"
|
| 400 |
+
|
| 401 |
+
#: ../admin/manage-fields.php:315
|
| 402 |
+
msgid "French Southern Territories"
|
| 403 |
+
msgstr "French Southern Territories"
|
| 404 |
+
|
| 405 |
+
#: ../admin/manage-fields.php:316
|
| 406 |
+
msgid "Gabon"
|
| 407 |
+
msgstr "Gabon"
|
| 408 |
+
|
| 409 |
+
#: ../admin/manage-fields.php:317
|
| 410 |
+
msgid "Gambia"
|
| 411 |
+
msgstr "Gambia"
|
| 412 |
+
|
| 413 |
+
#: ../admin/manage-fields.php:318
|
| 414 |
+
msgid "Georgia"
|
| 415 |
+
msgstr "Georgia"
|
| 416 |
+
|
| 417 |
+
#: ../admin/manage-fields.php:319
|
| 418 |
+
msgid "Germany"
|
| 419 |
+
msgstr "Germany"
|
| 420 |
+
|
| 421 |
+
#: ../admin/manage-fields.php:320
|
| 422 |
+
msgid "Ghana"
|
| 423 |
+
msgstr "Ghana"
|
| 424 |
+
|
| 425 |
+
#: ../admin/manage-fields.php:321
|
| 426 |
+
msgid "Gibraltar"
|
| 427 |
+
msgstr "Gibraltar"
|
| 428 |
+
|
| 429 |
+
#: ../admin/manage-fields.php:322
|
| 430 |
+
msgid "Greece"
|
| 431 |
+
msgstr "Greece"
|
| 432 |
+
|
| 433 |
+
#: ../admin/manage-fields.php:323
|
| 434 |
+
msgid "Greenland"
|
| 435 |
+
msgstr "Greenland"
|
| 436 |
+
|
| 437 |
+
#: ../admin/manage-fields.php:324
|
| 438 |
+
msgid "Grenada"
|
| 439 |
+
msgstr "Grenada"
|
| 440 |
+
|
| 441 |
+
#: ../admin/manage-fields.php:325
|
| 442 |
+
msgid "Guadeloupe"
|
| 443 |
+
msgstr "Guadeloupe"
|
| 444 |
+
|
| 445 |
+
#: ../admin/manage-fields.php:326
|
| 446 |
+
msgid "Guam"
|
| 447 |
+
msgstr "Guam"
|
| 448 |
+
|
| 449 |
+
#: ../admin/manage-fields.php:327
|
| 450 |
+
msgid "Guatemala"
|
| 451 |
+
msgstr "Guatemala"
|
| 452 |
+
|
| 453 |
+
#: ../admin/manage-fields.php:328
|
| 454 |
+
msgid "Guernsey"
|
| 455 |
+
msgstr "Guernsey"
|
| 456 |
+
|
| 457 |
+
#: ../admin/manage-fields.php:329
|
| 458 |
+
msgid "Guinea"
|
| 459 |
+
msgstr "Guinea"
|
| 460 |
+
|
| 461 |
+
#: ../admin/manage-fields.php:330
|
| 462 |
+
msgid "Guinea-Bissau"
|
| 463 |
+
msgstr "Guinea-Bissau"
|
| 464 |
+
|
| 465 |
+
#: ../admin/manage-fields.php:331
|
| 466 |
+
msgid "Guyana"
|
| 467 |
+
msgstr "Guyana"
|
| 468 |
+
|
| 469 |
+
#: ../admin/manage-fields.php:332
|
| 470 |
+
msgid "Haiti"
|
| 471 |
+
msgstr "Haiti"
|
| 472 |
+
|
| 473 |
+
#: ../admin/manage-fields.php:333
|
| 474 |
+
msgid "Heard Island and McDonald Islands"
|
| 475 |
+
msgstr "Heard Island and McDonald Islands"
|
| 476 |
+
|
| 477 |
+
#: ../admin/manage-fields.php:334
|
| 478 |
+
msgid "Honduras"
|
| 479 |
+
msgstr "Honduras"
|
| 480 |
+
|
| 481 |
+
#: ../admin/manage-fields.php:335
|
| 482 |
+
msgid "Hong Kong"
|
| 483 |
+
msgstr "Hong Kong"
|
| 484 |
+
|
| 485 |
+
#: ../admin/manage-fields.php:336
|
| 486 |
+
msgid "Hungary"
|
| 487 |
+
msgstr "Hungary"
|
| 488 |
+
|
| 489 |
+
#: ../admin/manage-fields.php:337
|
| 490 |
+
msgid "Iceland"
|
| 491 |
+
msgstr "Iceland"
|
| 492 |
+
|
| 493 |
+
#: ../admin/manage-fields.php:338
|
| 494 |
+
msgid "India"
|
| 495 |
+
msgstr "India"
|
| 496 |
+
|
| 497 |
+
#: ../admin/manage-fields.php:339
|
| 498 |
+
msgid "Indonesia"
|
| 499 |
+
msgstr "Indonesia"
|
| 500 |
+
|
| 501 |
+
#: ../admin/manage-fields.php:340
|
| 502 |
+
msgid "Iran"
|
| 503 |
+
msgstr "Iran"
|
| 504 |
+
|
| 505 |
+
#: ../admin/manage-fields.php:341
|
| 506 |
+
msgid "Iraq"
|
| 507 |
+
msgstr "Iraq"
|
| 508 |
+
|
| 509 |
+
#: ../admin/manage-fields.php:342
|
| 510 |
+
msgid "Ireland"
|
| 511 |
+
msgstr "Ireland"
|
| 512 |
+
|
| 513 |
+
#: ../admin/manage-fields.php:343
|
| 514 |
+
msgid "Isle of Man"
|
| 515 |
+
msgstr "Isle of Man"
|
| 516 |
+
|
| 517 |
+
#: ../admin/manage-fields.php:344
|
| 518 |
+
msgid "Israel"
|
| 519 |
+
msgstr "Israel"
|
| 520 |
+
|
| 521 |
+
#: ../admin/manage-fields.php:345
|
| 522 |
+
msgid "Italy"
|
| 523 |
+
msgstr "Italy"
|
| 524 |
+
|
| 525 |
+
#: ../admin/manage-fields.php:346
|
| 526 |
+
msgid "Ivory Coast"
|
| 527 |
+
msgstr "Ivory Coast"
|
| 528 |
+
|
| 529 |
+
#: ../admin/manage-fields.php:347
|
| 530 |
+
msgid "Jamaica"
|
| 531 |
+
msgstr "Jamaica"
|
| 532 |
+
|
| 533 |
+
#: ../admin/manage-fields.php:348
|
| 534 |
+
msgid "Japan"
|
| 535 |
+
msgstr "Japan"
|
| 536 |
+
|
| 537 |
+
#: ../admin/manage-fields.php:349
|
| 538 |
+
msgid "Jersey"
|
| 539 |
+
msgstr "Jersey"
|
| 540 |
+
|
| 541 |
+
#: ../admin/manage-fields.php:350
|
| 542 |
+
msgid "Jordan"
|
| 543 |
+
msgstr "Jordan"
|
| 544 |
+
|
| 545 |
+
#: ../admin/manage-fields.php:351
|
| 546 |
+
msgid "Kazakhstan"
|
| 547 |
+
msgstr "Kazakhstan"
|
| 548 |
+
|
| 549 |
+
#: ../admin/manage-fields.php:352
|
| 550 |
+
msgid "Kenya"
|
| 551 |
+
msgstr "Kenya"
|
| 552 |
+
|
| 553 |
+
#: ../admin/manage-fields.php:353
|
| 554 |
+
msgid "Kiribati"
|
| 555 |
+
msgstr "Kiribati"
|
| 556 |
+
|
| 557 |
+
#: ../admin/manage-fields.php:354
|
| 558 |
+
msgid "Kosovo"
|
| 559 |
+
msgstr "Kosovo"
|
| 560 |
+
|
| 561 |
+
#: ../admin/manage-fields.php:355
|
| 562 |
+
msgid "Kuwait"
|
| 563 |
+
msgstr "Kuwait"
|
| 564 |
+
|
| 565 |
+
#: ../admin/manage-fields.php:356
|
| 566 |
+
msgid "Kyrgyzstan"
|
| 567 |
+
msgstr "Kyrgyzstan"
|
| 568 |
+
|
| 569 |
+
#: ../admin/manage-fields.php:357
|
| 570 |
+
msgid "Laos"
|
| 571 |
+
msgstr "Laos"
|
| 572 |
+
|
| 573 |
+
#: ../admin/manage-fields.php:358
|
| 574 |
+
msgid "Latvia"
|
| 575 |
+
msgstr "Latvia"
|
| 576 |
+
|
| 577 |
+
#: ../admin/manage-fields.php:359
|
| 578 |
+
msgid "Lebanon"
|
| 579 |
+
msgstr "Lebanon"
|
| 580 |
+
|
| 581 |
+
#: ../admin/manage-fields.php:360
|
| 582 |
+
msgid "Lesotho"
|
| 583 |
+
msgstr "Lesotho"
|
| 584 |
+
|
| 585 |
+
#: ../admin/manage-fields.php:361
|
| 586 |
+
msgid "Liberia"
|
| 587 |
+
msgstr "Liberia"
|
| 588 |
+
|
| 589 |
+
#: ../admin/manage-fields.php:362
|
| 590 |
+
msgid "Libya"
|
| 591 |
+
msgstr "Libya"
|
| 592 |
+
|
| 593 |
+
#: ../admin/manage-fields.php:363
|
| 594 |
+
msgid "Liechtenstein"
|
| 595 |
+
msgstr "Liechtenstein"
|
| 596 |
+
|
| 597 |
+
#: ../admin/manage-fields.php:364
|
| 598 |
+
msgid "Lithuania"
|
| 599 |
+
msgstr "Lithuania"
|
| 600 |
+
|
| 601 |
+
#: ../admin/manage-fields.php:365
|
| 602 |
+
msgid "Luxembourg"
|
| 603 |
+
msgstr "Luxembourg"
|
| 604 |
+
|
| 605 |
+
#: ../admin/manage-fields.php:366
|
| 606 |
+
msgid "Macao"
|
| 607 |
+
msgstr "Macao"
|
| 608 |
+
|
| 609 |
+
#: ../admin/manage-fields.php:367
|
| 610 |
+
msgid "Macedonia"
|
| 611 |
+
msgstr "Macedonia"
|
| 612 |
+
|
| 613 |
+
#: ../admin/manage-fields.php:368
|
| 614 |
+
msgid "Madagascar"
|
| 615 |
+
msgstr "Madagascar"
|
| 616 |
+
|
| 617 |
+
#: ../admin/manage-fields.php:369
|
| 618 |
+
msgid "Malawi"
|
| 619 |
+
msgstr "Malawi"
|
| 620 |
+
|
| 621 |
+
#: ../admin/manage-fields.php:370
|
| 622 |
+
msgid "Malaysia"
|
| 623 |
+
msgstr "Malaysia"
|
| 624 |
+
|
| 625 |
+
#: ../admin/manage-fields.php:371
|
| 626 |
+
msgid "Maldives"
|
| 627 |
+
msgstr "Maldives"
|
| 628 |
+
|
| 629 |
+
#: ../admin/manage-fields.php:372
|
| 630 |
+
msgid "Mali"
|
| 631 |
+
msgstr "Mali"
|
| 632 |
+
|
| 633 |
+
#: ../admin/manage-fields.php:373
|
| 634 |
+
msgid "Malta"
|
| 635 |
+
msgstr "Malta"
|
| 636 |
+
|
| 637 |
+
#: ../admin/manage-fields.php:374
|
| 638 |
+
msgid "Marshall Islands"
|
| 639 |
+
msgstr "Marshall Islands"
|
| 640 |
+
|
| 641 |
+
#: ../admin/manage-fields.php:375
|
| 642 |
+
msgid "Martinique"
|
| 643 |
+
msgstr "Martinique"
|
| 644 |
+
|
| 645 |
+
#: ../admin/manage-fields.php:376
|
| 646 |
+
msgid "Mauritania"
|
| 647 |
+
msgstr "Mauritania"
|
| 648 |
+
|
| 649 |
+
#: ../admin/manage-fields.php:377
|
| 650 |
+
msgid "Mauritius"
|
| 651 |
+
msgstr "Mauritius"
|
| 652 |
+
|
| 653 |
+
#: ../admin/manage-fields.php:378
|
| 654 |
+
msgid "Mayotte"
|
| 655 |
+
msgstr "Mayotte"
|
| 656 |
+
|
| 657 |
+
#: ../admin/manage-fields.php:379
|
| 658 |
+
msgid "Mexico"
|
| 659 |
+
msgstr "Mexico"
|
| 660 |
+
|
| 661 |
+
#: ../admin/manage-fields.php:380
|
| 662 |
+
msgid "Micronesia"
|
| 663 |
+
msgstr "Micronesia"
|
| 664 |
+
|
| 665 |
+
#: ../admin/manage-fields.php:381
|
| 666 |
+
msgid "Moldova"
|
| 667 |
+
msgstr "Moldova"
|
| 668 |
+
|
| 669 |
+
#: ../admin/manage-fields.php:382
|
| 670 |
+
msgid "Monaco"
|
| 671 |
+
msgstr "Monaco"
|
| 672 |
+
|
| 673 |
+
#: ../admin/manage-fields.php:383
|
| 674 |
+
msgid "Mongolia"
|
| 675 |
+
msgstr "Mongolia"
|
| 676 |
+
|
| 677 |
+
#: ../admin/manage-fields.php:384
|
| 678 |
+
msgid "Montenegro"
|
| 679 |
+
msgstr "Montenegro"
|
| 680 |
+
|
| 681 |
+
#: ../admin/manage-fields.php:385
|
| 682 |
+
msgid "Montserrat"
|
| 683 |
+
msgstr "Montserrat"
|
| 684 |
+
|
| 685 |
+
#: ../admin/manage-fields.php:386
|
| 686 |
+
msgid "Morocco"
|
| 687 |
+
msgstr "Morocco"
|
| 688 |
+
|
| 689 |
+
#: ../admin/manage-fields.php:387
|
| 690 |
+
msgid "Mozambique"
|
| 691 |
+
msgstr "Mozambique"
|
| 692 |
+
|
| 693 |
+
#: ../admin/manage-fields.php:388
|
| 694 |
+
msgid "Myanmar"
|
| 695 |
+
msgstr "Myanmar"
|
| 696 |
+
|
| 697 |
+
#: ../admin/manage-fields.php:389
|
| 698 |
+
msgid "Namibia"
|
| 699 |
+
msgstr "Namibia"
|
| 700 |
+
|
| 701 |
+
#: ../admin/manage-fields.php:390
|
| 702 |
+
msgid "Nauru"
|
| 703 |
+
msgstr "Nauru"
|
| 704 |
+
|
| 705 |
+
#: ../admin/manage-fields.php:391
|
| 706 |
+
msgid "Nepal"
|
| 707 |
+
msgstr "Nepal"
|
| 708 |
+
|
| 709 |
+
#: ../admin/manage-fields.php:392
|
| 710 |
+
msgid "Netherlands"
|
| 711 |
+
msgstr "Netherlands"
|
| 712 |
+
|
| 713 |
+
#: ../admin/manage-fields.php:393
|
| 714 |
+
msgid "New Caledonia"
|
| 715 |
+
msgstr "New Caledonia"
|
| 716 |
+
|
| 717 |
+
#: ../admin/manage-fields.php:394
|
| 718 |
+
msgid "New Zealand"
|
| 719 |
+
msgstr "New Zealand"
|
| 720 |
+
|
| 721 |
+
#: ../admin/manage-fields.php:395
|
| 722 |
+
msgid "Nicaragua"
|
| 723 |
+
msgstr "Nicaragua"
|
| 724 |
+
|
| 725 |
+
#: ../admin/manage-fields.php:396
|
| 726 |
+
msgid "Niger"
|
| 727 |
+
msgstr "Niger"
|
| 728 |
+
|
| 729 |
+
#: ../admin/manage-fields.php:397
|
| 730 |
+
msgid "Nigeria"
|
| 731 |
+
msgstr "Nigeria"
|
| 732 |
+
|
| 733 |
+
#: ../admin/manage-fields.php:398
|
| 734 |
+
msgid "Niue"
|
| 735 |
+
msgstr "Niue"
|
| 736 |
+
|
| 737 |
+
#: ../admin/manage-fields.php:399
|
| 738 |
+
msgid "Norfolk Island"
|
| 739 |
+
msgstr "Norfolk Island"
|
| 740 |
+
|
| 741 |
+
#: ../admin/manage-fields.php:400
|
| 742 |
+
msgid "North Korea"
|
| 743 |
+
msgstr "North Korea"
|
| 744 |
+
|
| 745 |
+
#: ../admin/manage-fields.php:401
|
| 746 |
+
msgid "Northern Mariana Islands"
|
| 747 |
+
msgstr "Northern Mariana Islands"
|
| 748 |
+
|
| 749 |
+
#: ../admin/manage-fields.php:402
|
| 750 |
+
msgid "Norway"
|
| 751 |
+
msgstr "Norway"
|
| 752 |
+
|
| 753 |
+
#: ../admin/manage-fields.php:403
|
| 754 |
+
msgid "Oman"
|
| 755 |
+
msgstr "Oman"
|
| 756 |
+
|
| 757 |
+
#: ../admin/manage-fields.php:404
|
| 758 |
+
msgid "Pakistan"
|
| 759 |
+
msgstr "Pakistan"
|
| 760 |
+
|
| 761 |
+
#: ../admin/manage-fields.php:405
|
| 762 |
+
msgid "Palau"
|
| 763 |
+
msgstr "Palau"
|
| 764 |
+
|
| 765 |
+
#: ../admin/manage-fields.php:406
|
| 766 |
+
msgid "Palestinian Territory"
|
| 767 |
+
msgstr "Palestinian Territory"
|
| 768 |
+
|
| 769 |
+
#: ../admin/manage-fields.php:407
|
| 770 |
+
msgid "Panama"
|
| 771 |
+
msgstr "Panama"
|
| 772 |
+
|
| 773 |
+
#: ../admin/manage-fields.php:408
|
| 774 |
+
msgid "Papua New Guinea"
|
| 775 |
+
msgstr "Papua New Guinea"
|
| 776 |
+
|
| 777 |
+
#: ../admin/manage-fields.php:409
|
| 778 |
+
msgid "Paraguay"
|
| 779 |
+
msgstr "Paraguay"
|
| 780 |
+
|
| 781 |
+
#: ../admin/manage-fields.php:410
|
| 782 |
+
msgid "Peru"
|
| 783 |
+
msgstr "Peru"
|
| 784 |
+
|
| 785 |
+
#: ../admin/manage-fields.php:411
|
| 786 |
+
msgid "Philippines"
|
| 787 |
+
msgstr "Philippines"
|
| 788 |
+
|
| 789 |
+
#: ../admin/manage-fields.php:412
|
| 790 |
+
msgid "Pitcairn"
|
| 791 |
+
msgstr "Pitcairn"
|
| 792 |
+
|
| 793 |
+
#: ../admin/manage-fields.php:413
|
| 794 |
+
msgid "Poland"
|
| 795 |
+
msgstr "Poland"
|
| 796 |
+
|
| 797 |
+
#: ../admin/manage-fields.php:414
|
| 798 |
+
msgid "Portugal"
|
| 799 |
+
msgstr "Portugal"
|
| 800 |
+
|
| 801 |
+
#: ../admin/manage-fields.php:415
|
| 802 |
+
msgid "Puerto Rico"
|
| 803 |
+
msgstr "Puerto Rico"
|
| 804 |
+
|
| 805 |
+
#: ../admin/manage-fields.php:416
|
| 806 |
+
msgid "Qatar"
|
| 807 |
+
msgstr "Qatar"
|
| 808 |
+
|
| 809 |
+
#: ../admin/manage-fields.php:417
|
| 810 |
+
msgid "Republic of the Congo"
|
| 811 |
+
msgstr "Republic of the Congo"
|
| 812 |
+
|
| 813 |
+
#: ../admin/manage-fields.php:418
|
| 814 |
+
msgid "Reunion"
|
| 815 |
+
msgstr "Reunion"
|
| 816 |
+
|
| 817 |
+
#: ../admin/manage-fields.php:419
|
| 818 |
+
msgid "Romania"
|
| 819 |
+
msgstr "Romania"
|
| 820 |
+
|
| 821 |
+
#: ../admin/manage-fields.php:420
|
| 822 |
+
msgid "Russia"
|
| 823 |
+
msgstr "Russia"
|
| 824 |
+
|
| 825 |
+
#: ../admin/manage-fields.php:421
|
| 826 |
+
msgid "Rwanda"
|
| 827 |
+
msgstr "Rwanda"
|
| 828 |
+
|
| 829 |
+
#: ../admin/manage-fields.php:422
|
| 830 |
+
msgid "Saint Barthelemy"
|
| 831 |
+
msgstr "Saint Barthelemy"
|
| 832 |
+
|
| 833 |
+
#: ../admin/manage-fields.php:423
|
| 834 |
+
msgid "Saint Helena"
|
| 835 |
+
msgstr "Saint Helena"
|
| 836 |
+
|
| 837 |
+
#: ../admin/manage-fields.php:424
|
| 838 |
+
msgid "Saint Kitts and Nevis"
|
| 839 |
+
msgstr "Saint Kitts and Nevis"
|
| 840 |
+
|
| 841 |
+
#: ../admin/manage-fields.php:425
|
| 842 |
+
msgid "Saint Lucia"
|
| 843 |
+
msgstr "Saint Lucia"
|
| 844 |
+
|
| 845 |
+
#: ../admin/manage-fields.php:426
|
| 846 |
+
msgid "Saint Martin"
|
| 847 |
+
msgstr "Saint Martin"
|
| 848 |
+
|
| 849 |
+
#: ../admin/manage-fields.php:427
|
| 850 |
+
msgid "Saint Pierre and Miquelon"
|
| 851 |
+
msgstr "Saint Pierre and Miquelon"
|
| 852 |
+
|
| 853 |
+
#: ../admin/manage-fields.php:428
|
| 854 |
+
msgid "Saint Vincent and the Grenadines"
|
| 855 |
+
msgstr "Saint Vincent and the Grenadines"
|
| 856 |
+
|
| 857 |
+
#: ../admin/manage-fields.php:429
|
| 858 |
+
msgid "Samoa"
|
| 859 |
+
msgstr "Samoa"
|
| 860 |
+
|
| 861 |
+
#: ../admin/manage-fields.php:430
|
| 862 |
+
msgid "San Marino"
|
| 863 |
+
msgstr "San Marino"
|
| 864 |
+
|
| 865 |
+
#: ../admin/manage-fields.php:431
|
| 866 |
+
msgid "Sao Tome and Principe"
|
| 867 |
+
msgstr "Sao Tome and Principe"
|
| 868 |
+
|
| 869 |
+
#: ../admin/manage-fields.php:432
|
| 870 |
+
msgid "Saudi Arabia"
|
| 871 |
+
msgstr "Saudi Arabia"
|
| 872 |
+
|
| 873 |
+
#: ../admin/manage-fields.php:433
|
| 874 |
+
msgid "Senegal"
|
| 875 |
+
msgstr "Senegal"
|
| 876 |
+
|
| 877 |
+
#: ../admin/manage-fields.php:434
|
| 878 |
+
msgid "Serbia"
|
| 879 |
+
msgstr "Serbia"
|
| 880 |
+
|
| 881 |
+
#: ../admin/manage-fields.php:435
|
| 882 |
+
msgid "Seychelles"
|
| 883 |
+
msgstr "Seychelles"
|
| 884 |
+
|
| 885 |
+
#: ../admin/manage-fields.php:436
|
| 886 |
+
msgid "Sierra Leone"
|
| 887 |
+
msgstr "Sierra Leone"
|
| 888 |
+
|
| 889 |
+
#: ../admin/manage-fields.php:437
|
| 890 |
+
msgid "Singapore"
|
| 891 |
+
msgstr "Singapore"
|
| 892 |
+
|
| 893 |
+
#: ../admin/manage-fields.php:438
|
| 894 |
+
msgid "Sint Maarten"
|
| 895 |
+
msgstr "Sint Maarten"
|
| 896 |
+
|
| 897 |
+
#: ../admin/manage-fields.php:439
|
| 898 |
+
msgid "Slovakia"
|
| 899 |
+
msgstr "Slovakia"
|
| 900 |
+
|
| 901 |
+
#: ../admin/manage-fields.php:440
|
| 902 |
+
msgid "Slovenia"
|
| 903 |
+
msgstr "Slovenia"
|
| 904 |
+
|
| 905 |
+
#: ../admin/manage-fields.php:441
|
| 906 |
+
msgid "Solomon Islands"
|
| 907 |
+
msgstr "Solomon Islands"
|
| 908 |
+
|
| 909 |
+
#: ../admin/manage-fields.php:442
|
| 910 |
+
msgid "Somalia"
|
| 911 |
+
msgstr "Somalia"
|
| 912 |
+
|
| 913 |
+
#: ../admin/manage-fields.php:443
|
| 914 |
+
msgid "South Africa"
|
| 915 |
+
msgstr "South Africa"
|
| 916 |
+
|
| 917 |
+
#: ../admin/manage-fields.php:444
|
| 918 |
+
msgid "South Georgia and the South Sandwich Islands"
|
| 919 |
+
msgstr "South Georgia and the South Sandwich Islands"
|
| 920 |
+
|
| 921 |
+
#: ../admin/manage-fields.php:445
|
| 922 |
+
msgid "South Korea"
|
| 923 |
+
msgstr "South Korea"
|
| 924 |
+
|
| 925 |
+
#: ../admin/manage-fields.php:446
|
| 926 |
+
msgid "South Sudan"
|
| 927 |
+
msgstr "South Sudan"
|
| 928 |
+
|
| 929 |
+
#: ../admin/manage-fields.php:447
|
| 930 |
+
msgid "Spain"
|
| 931 |
+
msgstr "Spain"
|
| 932 |
+
|
| 933 |
+
#: ../admin/manage-fields.php:448
|
| 934 |
+
msgid "Sri Lanka"
|
| 935 |
+
msgstr "Sri Lanka"
|
| 936 |
+
|
| 937 |
+
#: ../admin/manage-fields.php:449
|
| 938 |
+
msgid "Sudan"
|
| 939 |
+
msgstr "Sudan"
|
| 940 |
+
|
| 941 |
+
#: ../admin/manage-fields.php:450
|
| 942 |
+
msgid "Suriname"
|
| 943 |
+
msgstr "Suriname"
|
| 944 |
+
|
| 945 |
+
#: ../admin/manage-fields.php:451
|
| 946 |
+
msgid "Svalbard and Jan Mayen"
|
| 947 |
+
msgstr "Svalbard and Jan Mayen"
|
| 948 |
+
|
| 949 |
+
#: ../admin/manage-fields.php:452
|
| 950 |
+
msgid "Swaziland"
|
| 951 |
+
msgstr "Swaziland"
|
| 952 |
+
|
| 953 |
+
#: ../admin/manage-fields.php:453
|
| 954 |
+
msgid "Sweden"
|
| 955 |
+
msgstr "Sweden"
|
| 956 |
+
|
| 957 |
+
#: ../admin/manage-fields.php:454
|
| 958 |
+
msgid "Switzerland"
|
| 959 |
+
msgstr "Switzerland"
|
| 960 |
+
|
| 961 |
+
#: ../admin/manage-fields.php:455
|
| 962 |
+
msgid "Syria"
|
| 963 |
+
msgstr "Syria"
|
| 964 |
+
|
| 965 |
+
#: ../admin/manage-fields.php:456
|
| 966 |
+
msgid "Taiwan"
|
| 967 |
+
msgstr "Taiwan"
|
| 968 |
+
|
| 969 |
+
#: ../admin/manage-fields.php:457
|
| 970 |
+
msgid "Tajikistan"
|
| 971 |
+
msgstr "Tajikistan"
|
| 972 |
+
|
| 973 |
+
#: ../admin/manage-fields.php:458
|
| 974 |
+
msgid "Tanzania"
|
| 975 |
+
msgstr "Tanzania"
|
| 976 |
+
|
| 977 |
+
#: ../admin/manage-fields.php:459
|
| 978 |
+
msgid "Thailand"
|
| 979 |
+
msgstr "Thailand"
|
| 980 |
+
|
| 981 |
+
#: ../admin/manage-fields.php:460
|
| 982 |
+
msgid "Togo"
|
| 983 |
+
msgstr "Togo"
|
| 984 |
+
|
| 985 |
+
#: ../admin/manage-fields.php:461
|
| 986 |
+
msgid "Tokelau"
|
| 987 |
+
msgstr "Tokelau"
|
| 988 |
+
|
| 989 |
+
#: ../admin/manage-fields.php:462
|
| 990 |
+
msgid "Tonga"
|
| 991 |
+
msgstr "Tonga"
|
| 992 |
+
|
| 993 |
+
#: ../admin/manage-fields.php:463
|
| 994 |
+
msgid "Trinidad and Tobago"
|
| 995 |
+
msgstr "Trinidad and Tobago"
|
| 996 |
+
|
| 997 |
+
#: ../admin/manage-fields.php:464
|
| 998 |
+
msgid "Tunisia"
|
| 999 |
+
msgstr "Tunisia"
|
| 1000 |
+
|
| 1001 |
+
#: ../admin/manage-fields.php:465
|
| 1002 |
+
msgid "Turkey"
|
| 1003 |
+
msgstr "Turkey"
|
| 1004 |
+
|
| 1005 |
+
#: ../admin/manage-fields.php:466
|
| 1006 |
+
msgid "Turkmenistan"
|
| 1007 |
+
msgstr "Turkmenistan"
|
| 1008 |
+
|
| 1009 |
+
#: ../admin/manage-fields.php:467
|
| 1010 |
+
msgid "Turks and Caicos Islands"
|
| 1011 |
+
msgstr "Turks and Caicos Islands"
|
| 1012 |
+
|
| 1013 |
+
#: ../admin/manage-fields.php:468
|
| 1014 |
+
msgid "Tuvalu"
|
| 1015 |
+
msgstr "Tuvalu"
|
| 1016 |
+
|
| 1017 |
+
#: ../admin/manage-fields.php:469
|
| 1018 |
+
msgid "U.S. Virgin Islands"
|
| 1019 |
+
msgstr "U.S. Virgin Islands"
|
| 1020 |
+
|
| 1021 |
+
#: ../admin/manage-fields.php:470
|
| 1022 |
+
msgid "Uganda"
|
| 1023 |
+
msgstr "Uganda"
|
| 1024 |
+
|
| 1025 |
+
#: ../admin/manage-fields.php:471
|
| 1026 |
+
msgid "Ukraine"
|
| 1027 |
+
msgstr "Ukraine"
|
| 1028 |
+
|
| 1029 |
+
#: ../admin/manage-fields.php:472
|
| 1030 |
+
msgid "United Arab Emirates"
|
| 1031 |
+
msgstr "United Arab Emirates"
|
| 1032 |
+
|
| 1033 |
+
#: ../admin/manage-fields.php:473
|
| 1034 |
+
msgid "United Kingdom"
|
| 1035 |
+
msgstr "United Kingdom"
|
| 1036 |
+
|
| 1037 |
+
#: ../admin/manage-fields.php:474
|
| 1038 |
+
msgid "United States"
|
| 1039 |
+
msgstr "United States"
|
| 1040 |
+
|
| 1041 |
+
#: ../admin/manage-fields.php:475
|
| 1042 |
+
msgid "United States Minor Outlying Islands"
|
| 1043 |
+
msgstr "United States Minor Outlying Islands"
|
| 1044 |
+
|
| 1045 |
+
#: ../admin/manage-fields.php:476
|
| 1046 |
+
msgid "Uruguay"
|
| 1047 |
+
msgstr "Uruguay"
|
| 1048 |
+
|
| 1049 |
+
#: ../admin/manage-fields.php:477
|
| 1050 |
+
msgid "Uzbekistan"
|
| 1051 |
+
msgstr "Uzbekistan"
|
| 1052 |
+
|
| 1053 |
+
#: ../admin/manage-fields.php:478
|
| 1054 |
+
msgid "Vanuatu"
|
| 1055 |
+
msgstr "Vanuatu"
|
| 1056 |
+
|
| 1057 |
+
#: ../admin/manage-fields.php:479
|
| 1058 |
+
msgid "Vatican"
|
| 1059 |
+
msgstr "Vatican"
|
| 1060 |
+
|
| 1061 |
+
#: ../admin/manage-fields.php:480
|
| 1062 |
+
msgid "Venezuela"
|
| 1063 |
+
msgstr "Venezuela"
|
| 1064 |
+
|
| 1065 |
+
#: ../admin/manage-fields.php:481
|
| 1066 |
+
msgid "Vietnam"
|
| 1067 |
+
msgstr "Vietnam"
|
| 1068 |
+
|
| 1069 |
+
#: ../admin/manage-fields.php:482
|
| 1070 |
+
msgid "Wallis and Futuna"
|
| 1071 |
+
msgstr "Wallis and Futuna"
|
| 1072 |
+
|
| 1073 |
+
#: ../admin/manage-fields.php:483
|
| 1074 |
+
msgid "Western Sahara"
|
| 1075 |
+
msgstr "Western Sahara"
|
| 1076 |
+
|
| 1077 |
+
#: ../admin/manage-fields.php:484
|
| 1078 |
+
msgid "Yemen"
|
| 1079 |
+
msgstr "Yemen"
|
| 1080 |
+
|
| 1081 |
+
#: ../admin/manage-fields.php:485
|
| 1082 |
+
msgid "Zambia"
|
| 1083 |
+
msgstr "Zambia"
|
| 1084 |
+
|
| 1085 |
+
#: ../admin/manage-fields.php:486
|
| 1086 |
+
msgid "Zimbabwe"
|
| 1087 |
+
msgstr "Zimbabwe"
|
| 1088 |
+
|
| 1089 |
+
#: ../admin/manage-fields.php:843
|
| 1090 |
+
msgid "With Profile Builder Pro v2 you can display different fields in the registration and edit profile forms, using the Multiple Registration & Edit Profile Forms module."
|
| 1091 |
+
msgstr ""
|
| 1092 |
+
|
| 1093 |
+
#: ../assets/misc/plugin-compatibilities.php:241
|
| 1094 |
+
msgid "Your account has to be confirmed by an administrator before you can log in."
|
| 1095 |
+
msgstr ""
|
| 1096 |
+
|
| 1097 |
+
#: ../features/admin-approval/admin-approval.php:203
|
| 1098 |
+
msgid "Your account has been successfully created!"
|
| 1099 |
+
msgstr ""
|
| 1100 |
+
|
| 1101 |
+
#: ../features/functions.php:607
|
| 1102 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:374
|
| 1103 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:379
|
| 1104 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:421
|
| 1105 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:458
|
| 1106 |
+
msgid "Please enter a (valid) reCAPTCHA value"
|
| 1107 |
+
msgstr ""
|
| 1108 |
+
|
| 1109 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:421
|
| 1110 |
+
msgid "Click the BACK button on your browser, and try again."
|
| 1111 |
+
msgstr ""
|
| 1112 |
+
|
| 1113 |
+
#: ../front-end/extra-fields/upload/upload_helper_functions.php:78
|
| 1114 |
+
#: ../front-end/extra-fields/upload/upload_helper_functions.php:87
|
| 1115 |
+
msgid "Sorry, you cannot upload this file type for this field."
|
| 1116 |
+
msgstr ""
|
| 1117 |
+
|
| 1118 |
+
#: ../front-end/extra-fields/upload/upload_helper_functions.php:94
|
| 1119 |
+
msgid "An error occurred, please try again later."
|
| 1120 |
+
msgstr ""
|
| 1121 |
+
|
| 1122 |
+
#: ../modules/user-listing/userlisting.php:253
|
| 1123 |
+
msgid "More"
|
| 1124 |
+
msgstr ""
|
| 1125 |
+
|
| 1126 |
+
#: ../modules/user-listing/userlisting.php:338
|
| 1127 |
+
msgid "You do not have permission to view this user list."
|
| 1128 |
+
msgstr ""
|
| 1129 |
+
|
| 1130 |
+
#: ../modules/user-listing/userlisting.php:351
|
| 1131 |
+
msgid "You do not have the required user role to view this user list."
|
| 1132 |
+
msgstr ""
|
| 1133 |
+
|
| 1134 |
+
#: ../modules/user-listing/userlisting.php:1287
|
| 1135 |
+
msgid "Ascending"
|
| 1136 |
+
msgstr ""
|
| 1137 |
+
|
| 1138 |
+
#: ../modules/user-listing/userlisting.php:1288
|
| 1139 |
+
msgid "Descending"
|
| 1140 |
+
msgstr ""
|
| 1141 |
+
|
| 1142 |
#: ../admin/add-ons.php:144
|
| 1143 |
msgid "Download Now"
|
| 1144 |
msgstr "すぐにダウンロードする"
|
| 1145 |
|
| 1146 |
+
#: ../admin/admin-functions.php:197
|
| 1147 |
msgid "If you enjoy using <strong> %1$s </strong> please <a href=\"%2$s\" target=\"_blank\">rate us on WordPress.org</a>. More happy users means more features, less bugs and better support for everyone. "
|
| 1148 |
msgstr "<strong> %1$s </strong>をお楽しみいただけましたら、より多くの方に知ってもらえるよう<a href=\"%2$s\" target=\"_blank\">WordPress.orgで評価</a>をお願いいたします。ユーザが増えることで、より多くの機能、少ないバグ、そしてより良いサポートが実現します。"
|
| 1149 |
|
| 1155 |
msgid ". Extra Field Types are available in <a href=\"%s\">Hobbyist or PRO versions</a>."
|
| 1156 |
msgstr "プロフィールの項目追加は<a href=\"%s\">HobbyistとPROバージョン</a>でのみ利用可能です"
|
| 1157 |
|
| 1158 |
+
#: ../admin/manage-fields.php:107
|
| 1159 |
msgid "Site Key"
|
| 1160 |
msgstr "サイト鍵"
|
| 1161 |
|
| 1162 |
+
#: ../admin/manage-fields.php:107
|
| 1163 |
msgid "The site key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 1164 |
msgstr "Googleからのサイトキー、<a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 1165 |
|
| 1166 |
+
#: ../admin/manage-fields.php:108
|
| 1167 |
msgid "Secret Key"
|
| 1168 |
msgstr "Secret Key"
|
| 1169 |
|
| 1170 |
+
#: ../admin/manage-fields.php:108
|
| 1171 |
msgid "The secret key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 1172 |
msgstr "GoogleからのSecret Key, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 1173 |
|
| 1174 |
+
#: ../admin/manage-fields.php:660
|
| 1175 |
msgid "You must enter the site key\n"
|
| 1176 |
msgstr "サイトキーを入力してください\n"
|
| 1177 |
|
| 1178 |
+
#: ../admin/manage-fields.php:662
|
| 1179 |
msgid "You must enter the secret key\n"
|
| 1180 |
msgstr "秘密キー(Secret Key)を入力してください\n"
|
| 1181 |
|
| 1259 |
msgid "Could not install add-on. Retry or <a href=\"%s\" target=\"_blank\">install manually</a>."
|
| 1260 |
msgstr "アドオンをインストールできませんでした。再度実行するか<a href=\"%s\" target=\"_blank\">手動インストール</a>をお試しください。"
|
| 1261 |
|
| 1262 |
+
#: ../front-end/default-fields/email/email.php:48
|
| 1263 |
msgid "You must enter a valid email address."
|
| 1264 |
msgstr "正しいメールアドレスを入力してください。"
|
| 1265 |
|
| 1266 |
+
#: ../front-end/default-fields/username/username.php:53
|
| 1267 |
+
#: ../front-end/default-fields/username/username.php:60
|
| 1268 |
msgid "This username is invalid because it uses illegal characters."
|
| 1269 |
msgstr "このユーザ名には使用できない文字が含まれています。"
|
| 1270 |
|
| 1271 |
+
#: ../front-end/default-fields/username/username.php:53
|
| 1272 |
+
#: ../front-end/default-fields/username/username.php:60
|
| 1273 |
msgid "Please enter a valid username."
|
| 1274 |
msgstr "有効なユーザ名を入力してください。"
|
| 1275 |
|
| 1276 |
+
#: ../front-end/extra-fields/user-role/user-role.php:67
|
| 1277 |
+
#: ../front-end/extra-fields/user-role/user-role.php:80
|
| 1278 |
msgid "Only administrators can see this field on edit profile forms."
|
| 1279 |
msgstr "プロフィール編集フォームのこのフィールドを見られるのは管理者のみです。"
|
| 1280 |
|
| 1281 |
+
#: ../front-end/extra-fields/user-role/user-role.php:76
|
| 1282 |
msgid "As an administrator you cannot change your role."
|
| 1283 |
msgstr "管理者として、あなた自身の権限は変更できません。"
|
| 1284 |
|
| 1356 |
msgid "None"
|
| 1357 |
msgstr "なし"
|
| 1358 |
|
| 1359 |
+
#: ../admin/admin-functions.php:128
|
| 1360 |
msgid "<strong>ERROR</strong>: The password must have the minimum length of %s characters"
|
| 1361 |
msgstr "<strong>エラー</strong>: パスワードは最低%s文字必要です。"
|
| 1362 |
|
| 1363 |
+
#: ../admin/admin-functions.php:145
|
| 1364 |
msgid "<strong>ERROR</strong>: The password must have a minimum strength of %s"
|
| 1365 |
msgstr "<strong>エラー</strong>: パスワードは最低%s文字必要です。"
|
| 1366 |
|
| 1367 |
+
#: ../admin/general-settings.php:170
|
| 1368 |
msgid "Username and Email"
|
| 1369 |
msgstr "ユーザー名とメールアドレス"
|
| 1370 |
|
| 1371 |
+
#: ../admin/general-settings.php:175
|
| 1372 |
msgid "\"Username and Email\" - users can Log In with both Username and Email."
|
| 1373 |
msgstr "\"ユーザ名とメールアドレス\" - ユーザーはユーザー名とメールアドレスのどちらでもログインできます。"
|
| 1374 |
|
| 1375 |
+
#: ../admin/general-settings.php:176
|
| 1376 |
msgid "\"Username\" - users can Log In only with Username."
|
| 1377 |
msgstr "\"ユーザー名\" - ユーザーはユーザー名でのみログインできます。"
|
| 1378 |
|
| 1379 |
+
#: ../admin/general-settings.php:177
|
| 1380 |
msgid "\"Email\" - users can Log In only with Email."
|
| 1381 |
msgstr "\"メールアドレス\" - ユーザはメールアドレスでのみログインできます。"
|
| 1382 |
|
| 1383 |
+
#: ../admin/manage-fields.php:100
|
| 1384 |
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 (.*)"
|
| 1385 |
msgstr "アップロード可能にしたいファイル拡張子を指定してください。<br/>例: .ext1,.ext2,.ext3<br/>指定しない場合は.jpg,.jpeg,.gif,.png (.*)となります。"
|
| 1386 |
|
| 1387 |
+
#: ../admin/manage-fields.php:101
|
| 1388 |
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 (.*)"
|
| 1389 |
msgstr "アップロード可能にしたいファイル拡張子を指定してください。<br/>例: .ext1,.ext2,.ext3<br/>指定しない場合はWordPressがデフォルトで許可する拡張子になります (.*)。"
|
| 1390 |
|
| 1391 |
+
#: ../admin/manage-fields.php:111
|
| 1392 |
msgid "User Roles"
|
| 1393 |
msgstr "ユーザ権限"
|
| 1394 |
|
| 1395 |
+
#: ../admin/manage-fields.php:111
|
| 1396 |
msgid "Select which user roles to show to the user ( drag and drop to re-order )"
|
| 1397 |
msgstr "ユーザーに提示するユーザー権限を選択してください。 ( ドラッグ&ドロップして順序を入れ替え )"
|
| 1398 |
|
| 1399 |
+
#: ../admin/manage-fields.php:112
|
| 1400 |
msgid "User Roles Order"
|
| 1401 |
msgstr "ユーザ権限順"
|
| 1402 |
|
| 1403 |
+
#: ../admin/manage-fields.php:112
|
| 1404 |
msgid "Save the user role order from the user roles checkboxes"
|
| 1405 |
msgstr ""
|
| 1406 |
|
| 1407 |
+
#: ../admin/manage-fields.php:752
|
| 1408 |
msgid "Please select at least one user role\n"
|
| 1409 |
msgstr "最低1つのユーザ権限を選択してください\n"
|
| 1410 |
|
| 1432 |
msgid "show"
|
| 1433 |
msgstr "表示"
|
| 1434 |
|
| 1435 |
+
#: ../features/functions.php:659
|
| 1436 |
msgid "To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sNetwork Settings%2$s, and under Registration Settings make sure to check “User accounts may be registered”. %3$sDismiss%4$s"
|
| 1437 |
msgstr "ユーザがProfile Builderを通じてあなたのウェブサイトに登録できるようにするには、ユーザ登録を有効化する必要があります。%1$sネットワークの設定%2$sを開き、「登録の設定」の下の「ユーザーアカウントの新規登録を許可する。」をチェックしてください。 %3$s非表示%4$s"
|
| 1438 |
|
| 1439 |
+
#: ../front-end/class-formbuilder.php:509
|
| 1440 |
msgid "User to edit:"
|
| 1441 |
msgstr "編集するユーザ:"
|
| 1442 |
|
| 1443 |
+
#: ../front-end/default-fields/password/password.php:46
|
| 1444 |
+
#: ../front-end/recover.php:245
|
| 1445 |
msgid "The password must have the minimum length of %s characters"
|
| 1446 |
msgstr "パスワードは最低%s文字必要です。"
|
| 1447 |
|
| 1448 |
+
#: ../front-end/default-fields/password/password.php:50
|
| 1449 |
+
#: ../front-end/recover.php:249
|
| 1450 |
msgid "The password must have a minimum strength of %s"
|
| 1451 |
msgstr "パスワードの強度が最低「%s」である必要があります。"
|
| 1452 |
|
| 1453 |
+
#: ../front-end/extra-fields/user-role/user-role.php:112
|
| 1454 |
msgid "You cannot register this user role"
|
| 1455 |
msgstr "このユーザー権限は登録できません。"
|
| 1456 |
|
| 1474 |
msgid "User Role"
|
| 1475 |
msgstr "権限グループ"
|
| 1476 |
|
| 1477 |
+
#: ../modules/user-listing/userlisting.php:1207
|
| 1478 |
msgid "View all extra shortcode parameters"
|
| 1479 |
msgstr "全てのショートコード用パラメーターを見る"
|
| 1480 |
|
| 1481 |
+
#: ../modules/user-listing/userlisting.php:1221
|
| 1482 |
msgid "displays only the users that you specified the user_id for"
|
| 1483 |
msgstr "user_idを指定したユーザのみを表示"
|
| 1484 |
|
| 1485 |
+
#: ../modules/user-listing/userlisting.php:1227
|
| 1486 |
msgid "displays all users except the ones you specified the user_id for"
|
| 1487 |
msgstr "user_idで指定した以外の全てのユーザを表示"
|
| 1488 |
|
| 1489 |
+
#: ../features/functions.php:526
|
| 1490 |
msgid "Minimum length of %d characters"
|
| 1491 |
msgstr "最低%d文字必要です。"
|
| 1492 |
|
| 1494 |
msgid "This message is only visible by administrators"
|
| 1495 |
msgstr "このメッセージは管理者のみ閲覧できます"
|
| 1496 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1497 |
#: ../modules/user-listing/userlisting.php:364
|
| 1498 |
msgid "User not found"
|
| 1499 |
msgstr "ユーザーが見つかりませんでした"
|
| 1507 |
msgid "Choose which user roles view the admin bar in the front-end of the website."
|
| 1508 |
msgstr "どの権限のユーザのサイト閲覧時に管理バーが表示されるか選択してください。"
|
| 1509 |
|
| 1510 |
+
#: ../admin/manage-fields.php:105
|
| 1511 |
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"
|
| 1512 |
msgstr "選択肢に対応する値をカンマで区切って入力してください。<br/>この値はhiddenフォームで使われ、ユーザに見えないのでどんなもの構いませんが、特殊文字とアポストロフィは含めない方が良いでしょう。"
|
| 1513 |
|
| 1514 |
+
#: ../admin/manage-fields.php:689
|
| 1515 |
msgid "The meta-name cannot be empty\n"
|
| 1516 |
msgstr "メタネームは空欄にはできません\n"
|
| 1517 |
|
| 1542 |
msgid "1 item"
|
| 1543 |
msgstr "1アイテム"
|
| 1544 |
|
| 1545 |
+
#: ../features/functions.php:512
|
| 1546 |
msgid "Very Weak"
|
| 1547 |
msgstr "とても弱い"
|
| 1548 |
|
| 1549 |
+
#: ../features/functions.php:600
|
| 1550 |
msgid "This field is required"
|
| 1551 |
msgstr "この欄は必須です"
|
| 1552 |
|
| 1553 |
+
#: ../features/functions.php:627
|
| 1554 |
msgid "Cancel"
|
| 1555 |
msgstr "キャンセル"
|
| 1556 |
|
| 1557 |
+
#: ../features/functions.php:663
|
| 1558 |
msgid "To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sSettings -> General%2$s tab, and under Membership make sure to check “Anyone can register”. %3$sDismiss%4$s"
|
| 1559 |
msgstr "ユーザがProfile Builderを通じてあなたのウェブサイトに登録できるようにするには、ユーザ登録を有効化する必要があります。%1$s設定 -> 一般%2$sタブを開き、「メンバーシップ」の「だれでもユーザー登録ができるようにする」をチェックしてください。%3$s非表示%4$s"
|
| 1560 |
|
| 1583 |
msgid "Must be a valid email address or the tag {{reply_to}} which defaults to the administrator email"
|
| 1584 |
msgstr "正しいメールアドレスか{{reply_to}}タグ(標準では管理者のメールアドレス)を入れてください。"
|
| 1585 |
|
| 1586 |
+
#: ../features/email-confirmation/email-confirmation.php:554
|
| 1587 |
+
#: ../features/email-confirmation/email-confirmation.php:557
|
| 1588 |
+
#: ../modules/email-customizer/email-customizer.php:413
|
| 1589 |
+
#: ../modules/email-customizer/email-customizer.php:420
|
| 1590 |
+
#: ../modules/email-customizer/email-customizer.php:434
|
| 1591 |
msgid "Your selected password at signup"
|
| 1592 |
msgstr "登録時に選択したパスワード"
|
| 1593 |
|
| 1611 |
msgid "Choose..."
|
| 1612 |
msgstr "選択..."
|
| 1613 |
|
| 1614 |
+
#: ../modules/user-listing/userlisting.php:1298
|
| 1615 |
msgid "Set the number of users to be displayed on every paginated part of the all-userlisting"
|
| 1616 |
msgstr "全てのユーザ一覧のページネーション毎のユーザ表示数を指定してください。"
|
| 1617 |
|
| 1643 |
msgid "Hide"
|
| 1644 |
msgstr "非表示"
|
| 1645 |
|
| 1646 |
+
#: ../admin/admin-bar.php:86 ../admin/general-settings.php:215
|
| 1647 |
+
#: ../admin/register-version.php:95 ../features/functions.php:620
|
| 1648 |
#: ../modules/custom-redirects/custom-redirects.php:136
|
| 1649 |
#: ../modules/modules.php:142
|
| 1650 |
msgid "Save Changes"
|
| 1659 |
msgid "General Settings"
|
| 1660 |
msgstr "一般設定"
|
| 1661 |
|
| 1662 |
+
#: ../admin/admin-functions.php:134 ../admin/general-settings.php:201
|
| 1663 |
msgid "Very weak"
|
| 1664 |
msgstr "とても弱い"
|
| 1665 |
|
| 1666 |
+
#: ../admin/admin-functions.php:134 ../admin/general-settings.php:202
|
| 1667 |
+
#: ../features/functions.php:512
|
| 1668 |
msgid "Weak"
|
| 1669 |
msgstr "弱い"
|
| 1670 |
|
| 1671 |
+
#: ../admin/admin-functions.php:134 ../admin/general-settings.php:203
|
| 1672 |
+
#: ../features/functions.php:512
|
| 1673 |
msgid "Medium"
|
| 1674 |
msgstr "中程度"
|
| 1675 |
|
| 1676 |
+
#: ../admin/admin-functions.php:134 ../admin/general-settings.php:204
|
| 1677 |
+
#: ../features/functions.php:512
|
| 1678 |
msgid "Strong"
|
| 1679 |
msgstr "強固"
|
| 1680 |
|
| 1681 |
+
#: ../admin/admin-functions.php:184
|
| 1682 |
msgid "Add Field"
|
| 1683 |
msgstr "欄を追加"
|
| 1684 |
|
| 1685 |
+
#: ../admin/admin-functions.php:186
|
| 1686 |
#: ../modules/class-mustache-templates/class-mustache-templates.php:374
|
| 1687 |
msgid "Save Settings"
|
| 1688 |
msgstr "設定を保存"
|
| 1711 |
msgid "Login"
|
| 1712 |
msgstr "ログイン"
|
| 1713 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1714 |
#: ../admin/basic-info.php:40
|
| 1715 |
msgid "Registration"
|
| 1716 |
msgstr "利用登録"
|
| 1717 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1718 |
#: ../admin/basic-info.php:44
|
| 1719 |
msgid "Edit Profile"
|
| 1720 |
msgstr "プロフィール編集"
|
| 1721 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1722 |
#: ../admin/basic-info.php:51
|
| 1723 |
msgid "Extra Features"
|
| 1724 |
msgstr "追加機能"
|
| 1735 |
msgid "Recover Password"
|
| 1736 |
msgstr "パスワード忘れ対応"
|
| 1737 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1738 |
#: ../admin/basic-info.php:61
|
| 1739 |
msgid "Admin Approval (*)"
|
| 1740 |
msgstr "管理者承認 (*)"
|
| 1859 |
msgid "Easy to edit templates for listing your website users as well as creating single user pages. Shortcode based, offering many options to customize your listings."
|
| 1860 |
msgstr ""
|
| 1861 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1862 |
#: ../admin/basic-info.php:134
|
| 1863 |
msgid "Email Customizer"
|
| 1864 |
msgstr "メール文面編集"
|
| 1909 |
#: ../admin/general-settings.php:114
|
| 1910 |
#: ../modules/multiple-forms/register-forms.php:225
|
| 1911 |
#: ../modules/multiple-forms/register-forms.php:226
|
| 1912 |
+
#: ../modules/user-listing/userlisting.php:1303
|
| 1913 |
msgid "Yes"
|
| 1914 |
msgstr "はい"
|
| 1915 |
|
| 1959 |
msgid "You can find a list of users at %1$sUsers > All Users > Admin Approval%2$s."
|
| 1960 |
msgstr "ユーザーの一覧は %1$sユーザー > ユーザー一覧 > 監視者承認%2$sで見ることができます。"
|
| 1961 |
|
| 1962 |
+
#: ../admin/general-settings.php:156
|
| 1963 |
msgid "\"Admin Approval\" Feature:"
|
| 1964 |
msgstr "\"管理者承認\" 機能:"
|
| 1965 |
|
| 1966 |
+
#: ../admin/general-settings.php:159
|
| 1967 |
msgid "You decide who is a user on your website. Get notified via email or approve multiple users at once from the WordPress UI. Enable Admin Approval by upgrading to %1$sHobbyist or PRO versions%2$s."
|
| 1968 |
msgstr "誰がこのサイトを利用できるか管理者が選別します。メールでの通知を受け取るか、WordPress UI上でまとめて承認することができます。この機能は%1$sHobbyist または PRO バージョン%2$sで有効化できます。"
|
| 1969 |
|
| 1970 |
+
#: ../admin/general-settings.php:166
|
| 1971 |
msgid "Allow Users to Log in With:"
|
| 1972 |
msgstr "ユーザーログイン方法:"
|
| 1973 |
|
| 1974 |
+
#: ../admin/general-settings.php:171 ../admin/manage-fields.php:159
|
| 1975 |
#: ../features/admin-approval/class-admin-approval.php:177
|
| 1976 |
#: ../features/email-confirmation/class-email-confirmation.php:167
|
| 1977 |
#: ../modules/email-customizer/email-customizer.php:28
|
| 1978 |
#: ../modules/user-listing/userlisting.php:92
|
| 1979 |
+
#: ../modules/user-listing/userlisting.php:248
|
| 1980 |
+
#: ../modules/user-listing/userlisting.php:611
|
| 1981 |
+
#: ../modules/user-listing/userlisting.php:1259
|
| 1982 |
msgid "Username"
|
| 1983 |
msgstr "ユーザー名"
|
| 1984 |
|
| 1985 |
+
#: ../admin/general-settings.php:172 ../front-end/login.php:170
|
| 1986 |
#: ../modules/email-customizer/email-customizer.php:29
|
| 1987 |
+
#: ../modules/user-listing/userlisting.php:617
|
| 1988 |
+
#: ../modules/user-listing/userlisting.php:1260
|
| 1989 |
msgid "Email"
|
| 1990 |
msgstr "メールアドレス"
|
| 1991 |
|
| 1992 |
+
#: ../admin/general-settings.php:184
|
| 1993 |
msgid "Minimum Password Length:"
|
| 1994 |
msgstr "最低パスワード長:"
|
| 1995 |
|
| 1996 |
+
#: ../admin/general-settings.php:189
|
| 1997 |
msgid "Enter the minimum characters the password should have. Leave empty for no minimum limit"
|
| 1998 |
msgstr "パスワードの最低文字数を入力。指定しない場合は空欄。"
|
| 1999 |
|
| 2000 |
+
#: ../admin/general-settings.php:196
|
| 2001 |
msgid "Minimum Password Strength:"
|
| 2002 |
msgstr "パスワードの最低強度:"
|
| 2003 |
|
| 2004 |
+
#: ../admin/general-settings.php:200
|
| 2005 |
msgid "Disabled"
|
| 2006 |
msgstr "無効"
|
| 2007 |
|
| 2013 |
msgid "Manage Default and Extra Fields"
|
| 2014 |
msgstr "記入欄設定"
|
| 2015 |
|
| 2016 |
+
#: ../admin/manage-fields.php:94
|
| 2017 |
msgid "Field Title"
|
| 2018 |
msgstr "欄名称"
|
| 2019 |
|
| 2020 |
+
#: ../admin/manage-fields.php:94
|
| 2021 |
msgid "Title of the field"
|
| 2022 |
msgstr "欄の名称"
|
| 2023 |
|
| 2024 |
+
#: ../admin/manage-fields.php:95
|
| 2025 |
#: ../modules/multiple-forms/edit-profile-forms.php:241
|
| 2026 |
#: ../modules/multiple-forms/register-forms.php:262
|
| 2027 |
msgid "Field"
|
| 2028 |
msgstr "記入欄"
|
| 2029 |
|
| 2030 |
+
#: ../admin/manage-fields.php:96
|
| 2031 |
msgid "Meta-name"
|
| 2032 |
msgstr "メタネーム"
|
| 2033 |
|
| 2034 |
+
#: ../admin/manage-fields.php:96
|
| 2035 |
msgid "Use this in conjuction 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 uniqe)<br/>Changing this might take long in case of a very big user-count"
|
| 2036 |
msgstr "この値をページに表示するにはWordPressの関数を組み合わせて御利用ください。<br />原則として自動入力されますが、時として(ユニークなものを指定しなければならない場合)、編集可能になります。<br/>これを変更するとユーザ数によっては非常に長い時間がかかる場合があります。"
|
| 2037 |
|
| 2038 |
+
#: ../admin/manage-fields.php:97
|
| 2039 |
#: ../modules/multiple-forms/edit-profile-forms.php:242
|
| 2040 |
#: ../modules/multiple-forms/register-forms.php:263
|
| 2041 |
msgid "ID"
|
| 2042 |
msgstr "ID"
|
| 2043 |
|
| 2044 |
+
#: ../admin/manage-fields.php:97
|
| 2045 |
#: ../modules/multiple-forms/edit-profile-forms.php:242
|
| 2046 |
#: ../modules/multiple-forms/register-forms.php:263
|
| 2047 |
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"
|
| 2048 |
msgstr "この記入欄固有の自動生成されたIDです<br/>フィルターでこの要素を指し示すのに使用できます。<br/>編集不可"
|
| 2049 |
|
| 2050 |
+
#: ../admin/manage-fields.php:98
|
| 2051 |
msgid "Description"
|
| 2052 |
msgstr "説明"
|
| 2053 |
|
| 2054 |
+
#: ../admin/manage-fields.php:98
|
| 2055 |
msgid "Enter a (detailed) description of the option for end users to read<br/>Optional"
|
| 2056 |
msgstr "一般ユーザが何を記入すれば良いかの詳しい説明を記入してください(任意)"
|
| 2057 |
|
| 2058 |
+
#: ../admin/manage-fields.php:99
|
| 2059 |
msgid "Row Count"
|
| 2060 |
msgstr "行数"
|
| 2061 |
|
| 2062 |
+
#: ../admin/manage-fields.php:99
|
| 2063 |
msgid "Specify the number of rows for a 'Textarea' field<br/>If not specified, defaults to 5"
|
| 2064 |
msgstr "'Textarea'型記入欄の行数<br/>指定しない場合は5行になります。"
|
| 2065 |
|
| 2066 |
+
#: ../admin/manage-fields.php:100
|
| 2067 |
msgid "Allowed Image Extensions"
|
| 2068 |
msgstr "対応画像拡張子"
|
| 2069 |
|
| 2070 |
+
#: ../admin/manage-fields.php:101
|
| 2071 |
msgid "Allowed Upload Extensions"
|
| 2072 |
msgstr "アップロード可能な拡張子"
|
| 2073 |
|
| 2074 |
+
#: ../admin/manage-fields.php:102
|
| 2075 |
msgid "Avatar Size"
|
| 2076 |
msgstr "アバターサイズ"
|
| 2077 |
|
| 2078 |
+
#: ../admin/manage-fields.php:102
|
| 2079 |
msgid "Enter a value (between 20 and 200) for the size of the 'Avatar'<br/>If not specified, defaults to 100"
|
| 2080 |
msgstr "アバター画像サイズの値を入力してください(20から200の間)<br/>指定しない場合のデフォルトは100です。"
|
| 2081 |
|
| 2082 |
+
#: ../admin/manage-fields.php:103
|
| 2083 |
msgid "Date-format"
|
| 2084 |
msgstr "日付様式"
|
| 2085 |
|
| 2086 |
+
#: ../admin/manage-fields.php:103
|
| 2087 |
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<br/>If not specified, defaults to mm/dd/yy"
|
| 2088 |
msgstr "デートピッカーを利用する場合の日付書式を指定してください。<br/>利用可能な選択肢: mm/dd/yy, mm/yy/dd, dd/yy/mm, dd/mm/yy, yy/dd/mm, yy/mm/dd<br/>指定しないのデフォルトはmm/dd/yyです。"
|
| 2089 |
|
| 2090 |
+
#: ../admin/manage-fields.php:104
|
| 2091 |
msgid "Terms of Agreement"
|
| 2092 |
msgstr "利用許諾"
|
| 2093 |
|
| 2094 |
+
#: ../admin/manage-fields.php:104
|
| 2095 |
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>"
|
| 2096 |
msgstr "ユーザに読ませたい利用許諾書を入力します。<br/>リンクは標準的なHTML文法で挿入できます。: <a href=\"custom_url\">custom_text</a>"
|
| 2097 |
|
| 2098 |
+
#: ../admin/manage-fields.php:105
|
| 2099 |
msgid "Options"
|
| 2100 |
msgstr "選択肢(記録)"
|
| 2101 |
|
| 2102 |
+
#: ../admin/manage-fields.php:106
|
| 2103 |
msgid "Labels"
|
| 2104 |
msgstr "選択肢(表示)"
|
| 2105 |
|
| 2106 |
+
#: ../admin/manage-fields.php:106
|
| 2107 |
msgid "Enter a comma separated list of labels<br/>Visible for the user"
|
| 2108 |
msgstr "選択肢をカンマで区切って入力してください。<br/>ユーザに提示される値です。"
|
| 2109 |
|
| 2110 |
+
#: ../admin/manage-fields.php:113
|
| 2111 |
msgid "Default Value"
|
| 2112 |
msgstr "初期値"
|
| 2113 |
|
| 2114 |
+
#: ../admin/manage-fields.php:113
|
| 2115 |
msgid "Default value of the field"
|
| 2116 |
msgstr "記入欄のデフォルト値"
|
| 2117 |
|
| 2118 |
+
#: ../admin/manage-fields.php:114 ../admin/manage-fields.php:116
|
| 2119 |
+
#: ../admin/manage-fields.php:117
|
| 2120 |
msgid "Default Option"
|
| 2121 |
msgstr "デフォルトの選択肢"
|
| 2122 |
|
| 2123 |
+
#: ../admin/manage-fields.php:114
|
| 2124 |
msgid "Specify the option which should be selected by default"
|
| 2125 |
msgstr "デフォルトで選択状態にしたい選択肢を指定してください。"
|
| 2126 |
|
| 2127 |
+
#: ../admin/manage-fields.php:115
|
| 2128 |
msgid "Default Option(s)"
|
| 2129 |
msgstr "デフォルトの選択肢(複数)"
|
| 2130 |
|
| 2131 |
+
#: ../admin/manage-fields.php:115
|
| 2132 |
msgid "Specify the option which should be checked by default<br/>If there are multiple values, separate them with a ',' (comma)"
|
| 2133 |
msgstr "デフォルトで選択状態にしたい選択肢を指定してください。<br/>複数の値を指定する場合は',' (半角カンマ)で区切ってください。"
|
| 2134 |
|
| 2135 |
+
#: ../admin/manage-fields.php:118
|
| 2136 |
msgid "Default Content"
|
| 2137 |
msgstr "デフォルトの値"
|
| 2138 |
|
| 2139 |
+
#: ../admin/manage-fields.php:118
|
| 2140 |
msgid "Default value of the textarea"
|
| 2141 |
msgstr "テキストエリアのデフォルト値"
|
| 2142 |
|
| 2143 |
+
#: ../admin/manage-fields.php:119
|
| 2144 |
msgid "Required"
|
| 2145 |
msgstr "必須"
|
| 2146 |
|
| 2147 |
+
#: ../admin/manage-fields.php:119
|
| 2148 |
msgid "Whether the field is required or not"
|
| 2149 |
msgstr "この記入欄が必須かどうか"
|
| 2150 |
|
| 2151 |
+
#: ../admin/manage-fields.php:120
|
| 2152 |
msgid "Overwrite Existing"
|
| 2153 |
msgstr "上書き"
|
| 2154 |
|
| 2155 |
+
#: ../admin/manage-fields.php:120
|
| 2156 |
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"
|
| 2157 |
msgstr "「Yes」を指定すると、データベース上で同じmeta-nameをもつ他のフィールドを上書きします。<br />自己責任でお使いください。"
|
| 2158 |
|
| 2159 |
+
#: ../admin/manage-fields.php:126
|
| 2160 |
msgid "Field Properties"
|
| 2161 |
msgstr "記入欄の属性"
|
| 2162 |
|
| 2163 |
+
#: ../admin/manage-fields.php:139
|
| 2164 |
msgid "Registration & Edit Profile"
|
| 2165 |
msgstr "プロファイルの登録と編集"
|
| 2166 |
|
| 2167 |
+
#: ../admin/manage-fields.php:158
|
| 2168 |
msgid "Name"
|
| 2169 |
msgstr "名前"
|
| 2170 |
|
| 2171 |
+
#: ../admin/manage-fields.php:159
|
| 2172 |
msgid "Usernames cannot be changed."
|
| 2173 |
msgstr "ユーザ名は変更できません。"
|
| 2174 |
|
| 2175 |
+
#: ../admin/manage-fields.php:160
|
| 2176 |
msgid "First Name"
|
| 2177 |
msgstr "名"
|
| 2178 |
|
| 2179 |
+
#: ../admin/manage-fields.php:161
|
| 2180 |
msgid "Last Name"
|
| 2181 |
msgstr "姓"
|
| 2182 |
|
| 2183 |
+
#: ../admin/manage-fields.php:162 ../modules/user-listing/userlisting.php:650
|
| 2184 |
msgid "Nickname"
|
| 2185 |
msgstr "ニックネーム"
|
| 2186 |
|
| 2187 |
+
#: ../admin/manage-fields.php:163
|
| 2188 |
msgid "Display name publicly as"
|
| 2189 |
msgstr "この名前で公開表示"
|
| 2190 |
|
| 2191 |
+
#: ../admin/manage-fields.php:164
|
| 2192 |
msgid "Contact Info"
|
| 2193 |
msgstr "連絡先"
|
| 2194 |
|
| 2195 |
+
#: ../admin/manage-fields.php:165
|
| 2196 |
#: ../features/admin-approval/class-admin-approval.php:180
|
| 2197 |
#: ../features/email-confirmation/class-email-confirmation.php:168
|
| 2198 |
#: ../modules/user-listing/userlisting.php:98
|
| 2199 |
msgid "E-mail"
|
| 2200 |
msgstr "メールアドレス"
|
| 2201 |
|
| 2202 |
+
#: ../admin/manage-fields.php:166
|
| 2203 |
#: ../modules/email-customizer/email-customizer.php:32
|
| 2204 |
#: ../modules/user-listing/userlisting.php:101
|
| 2205 |
+
#: ../modules/user-listing/userlisting.php:632
|
| 2206 |
+
#: ../modules/user-listing/userlisting.php:1261
|
| 2207 |
msgid "Website"
|
| 2208 |
msgstr "Webサイト"
|
| 2209 |
|
| 2210 |
+
#: ../admin/manage-fields.php:170
|
| 2211 |
msgid "AIM"
|
| 2212 |
msgstr "AIM"
|
| 2213 |
|
| 2214 |
+
#: ../admin/manage-fields.php:171
|
| 2215 |
msgid "Yahoo IM"
|
| 2216 |
msgstr "Yahoo IM"
|
| 2217 |
|
| 2218 |
+
#: ../admin/manage-fields.php:172
|
| 2219 |
msgid "Jabber / Google Talk"
|
| 2220 |
msgstr "Jabber / Google Talk"
|
| 2221 |
|
| 2222 |
+
#: ../admin/manage-fields.php:175
|
| 2223 |
msgid "About Yourself"
|
| 2224 |
msgstr "あなたについて"
|
| 2225 |
|
| 2226 |
+
#: ../admin/manage-fields.php:176 ../modules/user-listing/userlisting.php:104
|
| 2227 |
+
#: ../modules/user-listing/userlisting.php:635
|
| 2228 |
+
#: ../modules/user-listing/userlisting.php:1262
|
| 2229 |
msgid "Biographical Info"
|
| 2230 |
msgstr "略歴"
|
| 2231 |
|
| 2232 |
+
#: ../admin/manage-fields.php:176
|
| 2233 |
msgid "Share a little biographical information to fill out your profile. This may be shown publicly."
|
| 2234 |
msgstr ""
|
| 2235 |
|
| 2236 |
+
#: ../admin/manage-fields.php:177 ../front-end/recover.php:75
|
| 2237 |
#: ../modules/email-customizer/email-customizer.php:30
|
| 2238 |
msgid "Password"
|
| 2239 |
msgstr "パスワード"
|
| 2240 |
|
| 2241 |
+
#: ../admin/manage-fields.php:177
|
| 2242 |
msgid "Type your password."
|
| 2243 |
msgstr "パスワードを入力してください。"
|
| 2244 |
|
| 2245 |
+
#: ../admin/manage-fields.php:178 ../front-end/recover.php:80
|
| 2246 |
msgid "Repeat Password"
|
| 2247 |
msgstr "パスワード(確認)"
|
| 2248 |
|
| 2249 |
+
#: ../admin/manage-fields.php:178
|
| 2250 |
msgid "Type your password again. "
|
| 2251 |
msgstr "パスワードを再入力してください。"
|
| 2252 |
|
| 2253 |
+
#: ../admin/manage-fields.php:617 ../admin/manage-fields.php:761
|
| 2254 |
msgid "You must select a field\n"
|
| 2255 |
msgstr "記入欄を選択してください\n"
|
| 2256 |
|
| 2257 |
+
#: ../admin/manage-fields.php:627
|
| 2258 |
msgid "Please choose a different field type as this one already exists in your form (must be unique)\n"
|
| 2259 |
msgstr "他の記入欄タイプを選択してください(既にあるものと重複はできません)。\n"
|
| 2260 |
|
| 2261 |
+
#: ../admin/manage-fields.php:638
|
| 2262 |
msgid "The entered avatar size is not between 20 and 200\n"
|
| 2263 |
msgstr "入力したアバターサイズが20から200の間ではありません\n"
|
| 2264 |
|
| 2265 |
+
#: ../admin/manage-fields.php:641
|
| 2266 |
msgid "The entered avatar size is not numerical\n"
|
| 2267 |
msgstr "入力されたアバターサイズが数値ではありませんl\n"
|
| 2268 |
|
| 2269 |
+
#: ../admin/manage-fields.php:649
|
| 2270 |
msgid "The entered row number is not numerical\n"
|
| 2271 |
msgstr "入力された行数が数値ではありませんl\n"
|
| 2272 |
|
| 2273 |
+
#: ../admin/manage-fields.php:652
|
| 2274 |
msgid "You must enter a value for the row number\n"
|
| 2275 |
msgstr "数字で入力してください。\n"
|
| 2276 |
|
| 2277 |
+
#: ../admin/manage-fields.php:670
|
| 2278 |
msgid "The entered value for the Datepicker is not a valid date-format\n"
|
| 2279 |
msgstr "日付欄に指定された値が正しい日付書式ではありません\n"
|
| 2280 |
|
| 2281 |
+
#: ../admin/manage-fields.php:673
|
| 2282 |
msgid "You must enter a value for the date-format\n"
|
| 2283 |
msgstr "正しい書式で日付を入力してください。\n"
|
| 2284 |
|
| 2285 |
+
#: ../admin/manage-fields.php:701 ../admin/manage-fields.php:709
|
| 2286 |
+
#: ../admin/manage-fields.php:719
|
| 2287 |
msgid "That meta-name is already in use\n"
|
| 2288 |
msgstr "そのメタネームは既に存在します。\n"
|
| 2289 |
|
| 2290 |
+
#: ../admin/manage-fields.php:741
|
| 2291 |
msgid "The following option(s) did not coincide with the ones in the options list: %s\n"
|
| 2292 |
msgstr "以下の選択肢が一覧のにあるものと一致しません: %s\n"
|
| 2293 |
|
| 2294 |
+
#: ../admin/manage-fields.php:745
|
| 2295 |
msgid "The following option did not coincide with the ones in the options list: %s\n"
|
| 2296 |
msgstr "以下の選択肢が一覧のにあるものと一致しません: %s\n"
|
| 2297 |
|
| 2298 |
+
#: ../admin/manage-fields.php:768
|
| 2299 |
msgid "That field is already added in this form\n"
|
| 2300 |
msgstr "この記入欄はこのフォームに追加済みです\n"
|
| 2301 |
|
| 2302 |
+
#: ../admin/manage-fields.php:817
|
| 2303 |
msgid "<pre>Title</pre><pre>Type</pre><pre>Meta Name</pre><pre class=\"wppb-mb-head-required\">Required</pre>"
|
| 2304 |
msgstr "<pre>ラベル</pre><pre>タイプ</pre><pre>メタネーム</pre><pre class=\"wppb-mb-head-required\">必須指定</pre>"
|
| 2305 |
|
| 2306 |
+
#: ../admin/manage-fields.php:817
|
| 2307 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 2308 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:529
|
| 2309 |
#: ../features/admin-approval/class-admin-approval.php:119
|
| 2310 |
+
#: ../features/functions.php:641 ../features/functions.php:648
|
| 2311 |
#: ../modules/multiple-forms/multiple-forms.php:416
|
| 2312 |
msgid "Edit"
|
| 2313 |
msgstr "編集"
|
| 2314 |
|
| 2315 |
+
#: ../admin/manage-fields.php:817
|
| 2316 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 2317 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:530
|
| 2318 |
#: ../features/admin-approval/class-admin-approval.php:124
|
| 2319 |
#: ../features/admin-approval/class-admin-approval.php:235
|
| 2320 |
#: ../features/email-confirmation/class-email-confirmation.php:120
|
| 2321 |
#: ../features/email-confirmation/class-email-confirmation.php:217
|
| 2322 |
+
#: ../features/functions.php:634 ../features/functions.php:648
|
| 2323 |
msgid "Delete"
|
| 2324 |
msgstr "削除"
|
| 2325 |
|
| 2326 |
+
#: ../admin/manage-fields.php:832
|
| 2327 |
msgid "Use these shortcodes on the pages you want the forms to be displayed:"
|
| 2328 |
msgstr "フォームを表示したいページに以下のショートコードを貼り付けてください:"
|
| 2329 |
|
| 2330 |
+
#: ../admin/manage-fields.php:841
|
| 2331 |
msgid "If you're interested in displaying different fields in the registration and edit profile forms, please use the Multiple Registration & Edit Profile Forms Addon."
|
| 2332 |
msgstr "プロフィールの登録と編集フォームに異なる記入欄を表示したい場合は、Multiple Registration & Edit Profile Formsアドオンをご利用ください。"
|
| 2333 |
|
| 2368 |
msgstr "(例. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
|
| 2369 |
|
| 2370 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 2371 |
+
#: ../features/functions.php:648
|
| 2372 |
msgid "Content"
|
| 2373 |
msgstr "内容"
|
| 2374 |
|
| 2380 |
msgid "Delete this item"
|
| 2381 |
msgstr "この項目を削除"
|
| 2382 |
|
| 2383 |
+
#: ../assets/lib/wck-api/wordpress-creation-kit.php:676
|
| 2384 |
msgid "Please enter a value for the required field "
|
| 2385 |
msgstr "必須欄に入力してください。"
|
| 2386 |
|
| 2387 |
+
#: ../front-end/extra-fields/upload/upload.php:122
|
| 2388 |
+
msgid "Select File"
|
| 2389 |
+
msgstr ""
|
| 2390 |
+
|
| 2391 |
+
#: ../assets/lib/wck-api/fields/upload.php:43
|
| 2392 |
+
#: ../front-end/extra-fields/upload/upload.php:112
|
| 2393 |
msgid "Remove"
|
| 2394 |
msgstr "削除"
|
| 2395 |
|
| 2396 |
+
#: ../assets/lib/wck-api/wordpress-creation-kit.php:1155
|
| 2397 |
msgid "Syncronize WCK"
|
| 2398 |
msgstr "WCK同期"
|
| 2399 |
|
| 2400 |
+
#: ../assets/lib/wck-api/wordpress-creation-kit.php:1167
|
| 2401 |
msgid "Syncronize WCK Translation"
|
| 2402 |
msgstr "WCK翻訳同期"
|
| 2403 |
|
| 2405 |
msgid "You can add the information for the %s after you add a entry"
|
| 2406 |
msgstr "エントリの追加後、%sの情報を追加することができます"
|
| 2407 |
|
| 2408 |
+
#: ../assets/lib/wck-api/fields/upload.php:75
|
| 2409 |
+
#: ../front-end/extra-fields/upload/upload.php:128
|
| 2410 |
msgid "Upload "
|
| 2411 |
msgstr "アップロード"
|
| 2412 |
|
| 2450 |
msgid "Select All"
|
| 2451 |
msgstr "全て選択"
|
| 2452 |
|
| 2453 |
+
#: ../features/functions.php:281
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2454 |
msgid "The user-validation has failed - the avatar was not deleted!"
|
| 2455 |
msgstr "ユーザチェックに失敗しました - アバターは削除されませんでした!"
|
| 2456 |
|
| 2457 |
+
#: ../features/functions.php:292
|
| 2458 |
msgid "The user-validation has failed - the attachment was not deleted!"
|
| 2459 |
msgstr "ユーザチェックに失敗しました - 添付ファイルは削除されませんでした!"
|
| 2460 |
|
| 2461 |
+
#: ../features/functions.php:487
|
| 2462 |
msgid "Strength indicator"
|
| 2463 |
msgstr "強度インジゲーター"
|
| 2464 |
|
| 2465 |
#: ../features/admin-approval/admin-approval.php:7
|
| 2466 |
+
#: ../features/admin-approval/class-admin-approval.php:458
|
| 2467 |
msgid "Admin Approval"
|
| 2468 |
msgstr "管理者承認"
|
| 2469 |
|
| 2489 |
msgstr "ユーザーを削除しました!"
|
| 2490 |
|
| 2491 |
#: ../features/admin-approval/admin-approval.php:74
|
| 2492 |
+
#: ../features/admin-approval/admin-approval.php:118
|
| 2493 |
#: ../features/email-confirmation/email-confirmation.php:135
|
| 2494 |
msgid "You either don't have permission for that action or there was an error!"
|
| 2495 |
msgstr "その処理を実行する権限がない、もしくはエラーが発生しました!"
|
| 2496 |
|
| 2497 |
+
#: ../features/admin-approval/admin-approval.php:85
|
| 2498 |
msgid "Your session has expired! Please refresh the page and try again."
|
| 2499 |
msgstr "セッションの有効期限が切れました!ページをリロードして再度お試しください。"
|
| 2500 |
|
| 2501 |
+
#: ../features/admin-approval/admin-approval.php:97
|
| 2502 |
msgid "Users successfully approved!"
|
| 2503 |
msgstr "ユーザの承認が完了しました!"
|
| 2504 |
|
| 2505 |
+
#: ../features/admin-approval/admin-approval.php:106
|
| 2506 |
msgid "Users successfully unapproved!"
|
| 2507 |
msgstr "ユーザの不承認が完了しました!"
|
| 2508 |
|
| 2509 |
+
#: ../features/admin-approval/admin-approval.php:114
|
| 2510 |
msgid "Users successfully deleted!"
|
| 2511 |
msgstr "ユーザの削除が完了しました!"
|
| 2512 |
|
| 2513 |
+
#: ../features/admin-approval/admin-approval.php:134
|
| 2514 |
msgid "Your account on %1$s has been approved!"
|
| 2515 |
msgstr "%1$sのあなたのアカウントは承認されました!"
|
| 2516 |
|
| 2517 |
+
#: ../features/admin-approval/admin-approval.php:135
|
| 2518 |
+
#: ../features/admin-approval/admin-approval.php:138
|
| 2519 |
msgid "approved"
|
| 2520 |
msgstr "承認済み"
|
| 2521 |
|
| 2522 |
+
#: ../features/admin-approval/admin-approval.php:137
|
| 2523 |
msgid "An administrator has just approved your account on %1$s (%2$s)."
|
| 2524 |
msgstr "%1$s (%2$s)上のあなたのアカウントを管理者が承認しました。"
|
| 2525 |
|
| 2526 |
+
#: ../features/admin-approval/admin-approval.php:142
|
| 2527 |
msgid "Your account on %1$s has been unapproved!"
|
| 2528 |
msgstr "%1$sのアカウントが承認されませんでした!"
|
| 2529 |
|
| 2530 |
+
#: ../features/admin-approval/admin-approval.php:143
|
| 2531 |
+
#: ../features/admin-approval/admin-approval.php:146
|
| 2532 |
msgid "unapproved"
|
| 2533 |
msgstr "不承認"
|
| 2534 |
|
| 2535 |
+
#: ../features/admin-approval/admin-approval.php:145
|
| 2536 |
msgid "An administrator has just unapproved your account on %1$s (%2$s)."
|
| 2537 |
msgstr "%1$s (%2$s)上のあなたのアカウントを管理者が不承認としました。"
|
| 2538 |
|
| 2539 |
+
#: ../features/admin-approval/admin-approval.php:164
|
| 2540 |
msgid "<strong>ERROR</strong>: Your account has to be confirmed by an administrator before you can log in."
|
| 2541 |
msgstr "<strong>エラー</strong>: あなたのアカウントは事前に管理者の承認を受ける必要があります。"
|
| 2542 |
|
| 2543 |
+
#: ../features/admin-approval/admin-approval.php:176
|
| 2544 |
msgid "Your account has to be confirmed by an administrator before you can use the \"Password Recovery\" feature."
|
| 2545 |
msgstr "あなたのアカウントはパスワードリカバリーの手続きをとる前に、管理者により確認されました。"
|
| 2546 |
|
| 2567 |
msgstr "承認"
|
| 2568 |
|
| 2569 |
#: ../features/admin-approval/class-admin-approval.php:178
|
| 2570 |
+
#: ../modules/user-listing/userlisting.php:249
|
| 2571 |
+
#: ../modules/user-listing/userlisting.php:623
|
| 2572 |
+
#: ../modules/user-listing/userlisting.php:1264
|
| 2573 |
msgid "Firstname"
|
| 2574 |
msgstr "名"
|
| 2575 |
|
| 2576 |
#: ../features/admin-approval/class-admin-approval.php:179
|
| 2577 |
+
#: ../modules/user-listing/userlisting.php:626
|
| 2578 |
+
#: ../modules/user-listing/userlisting.php:1265
|
| 2579 |
msgid "Lastname"
|
| 2580 |
msgstr "姓"
|
| 2581 |
|
| 2582 |
#: ../features/admin-approval/class-admin-approval.php:181
|
| 2583 |
#: ../modules/user-listing/userlisting.php:124
|
| 2584 |
+
#: ../modules/user-listing/userlisting.php:250
|
| 2585 |
+
#: ../modules/user-listing/userlisting.php:653
|
| 2586 |
+
#: ../modules/user-listing/userlisting.php:1268
|
| 2587 |
msgid "Role"
|
| 2588 |
msgstr "権限"
|
| 2589 |
|
| 2613 |
msgid "Sorry, but you don't have permission to do that!"
|
| 2614 |
msgstr "申し訳ありません、それはあなたの権限では行えません!"
|
| 2615 |
|
| 2616 |
+
#: ../features/admin-approval/class-admin-approval.php:341
|
| 2617 |
msgid "Approved"
|
| 2618 |
msgstr "承認"
|
| 2619 |
|
| 2620 |
+
#: ../features/admin-approval/class-admin-approval.php:343
|
| 2621 |
msgid "Unapproved"
|
| 2622 |
msgstr "不承認"
|
| 2623 |
|
| 2624 |
+
#: ../features/admin-approval/class-admin-approval.php:461
|
| 2625 |
#: ../features/email-confirmation/class-email-confirmation.php:469
|
| 2626 |
msgid "All Users"
|
| 2627 |
msgstr "全ユーザ"
|
| 2681 |
msgid "Email notification resent to user"
|
| 2682 |
msgstr "Eメール通知がユーザに再送されました。"
|
| 2683 |
|
| 2684 |
+
#: ../features/email-confirmation/email-confirmation.php:384
|
| 2685 |
msgid "[%1$s] Activate %2$s"
|
| 2686 |
msgstr "[%1$s] 有効化 %2$s"
|
| 2687 |
|
| 2688 |
+
#: ../features/email-confirmation/email-confirmation.php:387
|
| 2689 |
msgid ""
|
| 2690 |
"To activate your user, please click the following link:\n"
|
| 2691 |
"\n"
|
| 2699 |
"\n"
|
| 2700 |
"アクティベート完了後、ユーザ名入りのメールが別途送信されます。"
|
| 2701 |
|
| 2702 |
+
#: ../features/email-confirmation/email-confirmation.php:428
|
| 2703 |
#: ../front-end/register.php:68
|
| 2704 |
msgid "Could not create user!"
|
| 2705 |
msgstr "ユーザを作成できません!"
|
| 2706 |
|
| 2707 |
+
#: ../features/email-confirmation/email-confirmation.php:431
|
| 2708 |
msgid "That username is already activated!"
|
| 2709 |
msgstr "このユーザー名は承認済みです!"
|
| 2710 |
|
| 2711 |
+
#: ../features/email-confirmation/email-confirmation.php:453
|
| 2712 |
msgid "There was an error while trying to activate the user"
|
| 2713 |
msgstr "ユーザをアクティベートする際にエラーが発生しました"
|
| 2714 |
|
| 2715 |
+
#: ../features/email-confirmation/email-confirmation.php:501
|
| 2716 |
#: ../modules/email-customizer/admin-email-customizer.php:73
|
| 2717 |
msgid "A new subscriber has (been) registered!"
|
| 2718 |
msgstr "新しい購読者が登録されました!"
|
| 2719 |
|
| 2720 |
+
#: ../features/email-confirmation/email-confirmation.php:504
|
| 2721 |
msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
|
| 2722 |
msgstr "%1$sに新規登録がありました。<br/><br/>ユーザー名:%2$s<br/>E-メールアドレス:%3$s<br/>"
|
| 2723 |
|
| 2724 |
+
#: ../features/email-confirmation/email-confirmation.php:605
|
| 2725 |
msgid "The \"Admin Approval\" feature was activated at the time of registration, so please remember that you need to approve this user before he/she can log in!"
|
| 2726 |
msgstr "登録地の\"管理者承認\"機能が有効化されました。あなたが承認するまでユーザはログインすることはできません!"
|
| 2727 |
|
| 2728 |
+
#: ../features/email-confirmation/email-confirmation.php:550
|
| 2729 |
msgid "[%1$s] Your new account information"
|
| 2730 |
msgstr "[%1$s] あなたの新アカウント情報"
|
| 2731 |
|
| 2732 |
+
#: ../features/email-confirmation/email-confirmation.php:556
|
| 2733 |
msgid "Welcome to %1$s!<br/><br/><br/>Your username is:%2$s and password:%3$s"
|
| 2734 |
msgstr "ようこそ、%1$sへ!<br/><br/><br/>あなたのユーザ名は%2$s、パスワードは%3$sとなります。"
|
| 2735 |
|
| 2736 |
+
#: ../features/email-confirmation/email-confirmation.php:613
|
| 2737 |
+
#: ../front-end/register.php:116
|
| 2738 |
msgid "Before you can access your account, an administrator needs to approve it. You will be notified via email."
|
| 2739 |
msgstr "ご登録いただいたアカウントのご利用には、管理者の承認が必要です。eメールにて通知が届きます。"
|
| 2740 |
|
| 2746 |
msgid "Profile Builder Login Widget"
|
| 2747 |
msgstr "Profile Buiderログインウィジェット"
|
| 2748 |
|
| 2749 |
+
#: ../front-end/class-formbuilder.php:294 ../front-end/login.php:202
|
| 2750 |
msgid "Register"
|
| 2751 |
msgstr "新規登録"
|
| 2752 |
|
| 2807 |
msgid "You will soon be redirected automatically. If you see this page for more than %1$d seconds, please click %2$s.%3$s"
|
| 2808 |
msgstr "ページは自動遷移します。このページが %1$d 秒以上見えている時は、以下をクリックしてください %2$s.%3$s"
|
| 2809 |
|
| 2810 |
+
#: ../front-end/class-formbuilder.php:239
|
| 2811 |
+
#: ../front-end/class-formbuilder.php:246
|
| 2812 |
msgid "The account %1s has been successfully created!"
|
| 2813 |
msgstr "アカウント %1s が作成されました!"
|
| 2814 |
|
| 2815 |
+
#: ../front-end/class-formbuilder.php:242
|
| 2816 |
+
#: ../front-end/class-formbuilder.php:252
|
| 2817 |
msgid "Before you can access your account %1s, you need to confirm your email address. Please check your inbox and click the activation link."
|
| 2818 |
msgstr "ご登録いただいたアカウント%1sのご利用には、メールアドレスの確認が必要です。メールボックスに届いたメールに記載されたアクティベーション用のリンクをクリックしてください。"
|
| 2819 |
|
| 2820 |
+
#: ../front-end/class-formbuilder.php:248
|
| 2821 |
msgid "Before you can access your account %1s, an administrator has to approve it. You will be notified via email."
|
| 2822 |
msgstr "ご登録いただいたアカウント%1sのご利用には、管理者の承認が必要です。eメールにて通知が届きます。"
|
| 2823 |
|
| 2824 |
+
#: ../front-end/class-formbuilder.php:262
|
| 2825 |
msgid "Your profile has been successfully updated!"
|
| 2826 |
msgstr "プロファイルは正常に更新されました!"
|
| 2827 |
|
| 2828 |
+
#: ../front-end/class-formbuilder.php:272
|
| 2829 |
msgid "There was an error in the submitted form"
|
| 2830 |
msgstr "入力内容にエラーがあります。"
|
| 2831 |
|
| 2832 |
+
#: ../front-end/class-formbuilder.php:294
|
| 2833 |
msgid "Add User"
|
| 2834 |
msgstr "ユーザー追加"
|
| 2835 |
|
| 2836 |
+
#: ../admin/add-ons.php:170 ../front-end/class-formbuilder.php:297
|
| 2837 |
msgid "Update"
|
| 2838 |
msgstr "更新"
|
| 2839 |
|
| 2840 |
+
#: ../front-end/class-formbuilder.php:340
|
| 2841 |
#: ../front-end/extra-fields/extra-fields.php:35
|
| 2842 |
msgid "The avatar was successfully deleted!"
|
| 2843 |
msgstr "アバターを正常に削除しました!"
|
| 2844 |
|
| 2845 |
+
#: ../front-end/class-formbuilder.php:340
|
| 2846 |
#: ../front-end/extra-fields/extra-fields.php:37
|
| 2847 |
msgid "The following attachment was successfully deleted:"
|
| 2848 |
msgstr "以下の添付ファイルを正常に削除しました:"
|
| 2849 |
|
| 2850 |
+
#: ../front-end/class-formbuilder.php:352
|
| 2851 |
msgid "Send these credentials via email."
|
| 2852 |
msgstr "承認情報をメールで送信"
|
| 2853 |
|
| 2854 |
#: ../front-end/extra-fields/extra-fields.php:99 ../front-end/login.php:89
|
| 2855 |
#: ../front-end/login.php:96 ../front-end/login.php:110
|
| 2856 |
+
#: ../front-end/recover.php:17 ../front-end/recover.php:228
|
| 2857 |
msgid "ERROR"
|
| 2858 |
msgstr "エラー"
|
| 2859 |
|
| 2873 |
msgid "Both fields are empty."
|
| 2874 |
msgstr "両方の欄とも未記入です。"
|
| 2875 |
|
| 2876 |
+
#: ../front-end/login.php:241
|
| 2877 |
msgid "You are currently logged in as %1$s. %2$s"
|
| 2878 |
msgstr "%1$sさんとしてログイン中です。%2$s"
|
| 2879 |
|
| 2880 |
+
#: ../front-end/login.php:240 ../front-end/logout.php:17
|
| 2881 |
msgid "Log out of this account"
|
| 2882 |
msgstr "このアカウントをログアウトする"
|
| 2883 |
|
| 2884 |
+
#: ../front-end/login.php:240
|
| 2885 |
msgid "Log out"
|
| 2886 |
msgstr "ログアウト"
|
| 2887 |
|
| 2921 |
msgid "Check your e-mail for the confirmation link."
|
| 2922 |
msgstr "確認リンクをメールでチェックしてください。"
|
| 2923 |
|
| 2924 |
+
#: ../front-end/recover.php:216
|
| 2925 |
msgid "Someone requested that the password be reset for the following account: <b>%1$s</b><br/>If this was a mistake, just ignore this email and nothing will happen.<br/>To reset your password, visit the following link:%2$s"
|
| 2926 |
msgstr "次のアカウントのパスワードリセットが要求されました。: <b>%1$s</b><br/>もし間違いであれば、このメールは無視して結構です。<br/>パスワードをリセットする場合は、こちらのリンクをクリックしてください。:%2$s"
|
| 2927 |
|
| 2928 |
+
#: ../front-end/recover.php:219
|
| 2929 |
msgid "Password Reset from \"%1$s\""
|
| 2930 |
msgstr "\"%1$s\"からのパスワードリセット"
|
| 2931 |
|
| 2932 |
+
#: ../front-end/recover.php:228
|
| 2933 |
msgid "There was an error while trying to send the activation link to %1$s!"
|
| 2934 |
msgstr "%1$sにアクティベーションリンクを送信しようとしてエラーが発生しました!"
|
| 2935 |
|
| 2941 |
msgid "Please check that you entered the correct email address."
|
| 2942 |
msgstr "正しいEメールアドレスを入力したか確認してください。"
|
| 2943 |
|
| 2944 |
+
#: ../front-end/recover.php:256
|
| 2945 |
msgid "Your password has been successfully changed!"
|
| 2946 |
msgstr "パスワードは正常に更新されました!"
|
| 2947 |
|
| 2948 |
+
#: ../front-end/recover.php:275
|
| 2949 |
msgid "You have successfully reset your password to: %1$s"
|
| 2950 |
msgstr "%1$sに対するパスワードを正常にリセットしました。"
|
| 2951 |
|
| 2952 |
+
#: ../front-end/recover.php:278 ../front-end/recover.php:292
|
| 2953 |
msgid "Password Successfully Reset for %1$s on \"%2$s\""
|
| 2954 |
msgstr "\"%2$s\"の%1$sのパスワードがリセットされました。"
|
| 2955 |
|
| 2956 |
+
#: ../front-end/recover.php:289
|
| 2957 |
msgid "%1$s has requested a password change via the password reset feature.<br/>His/her new password is:%2$s"
|
| 2958 |
msgstr "%1$sさんがパスワードリセット機能によりパスワードの変更を要求しました。<br/>新しいパスワード:%2$s"
|
| 2959 |
|
| 2960 |
+
#: ../front-end/recover.php:308
|
| 2961 |
msgid "The entered passwords don't match!"
|
| 2962 |
msgstr "入力されたパスワードが異なります!"
|
| 2963 |
|
| 2964 |
+
#: ../front-end/recover.php:353
|
| 2965 |
msgid "ERROR:"
|
| 2966 |
msgstr "エラー:"
|
| 2967 |
|
| 2968 |
+
#: ../front-end/recover.php:353
|
| 2969 |
msgid "Invalid key!"
|
| 2970 |
msgstr "無効なキー!"
|
| 2971 |
|
| 2981 |
msgid "This username is already activated!"
|
| 2982 |
msgstr "このユーザ名は既に有効化されています!"
|
| 2983 |
|
| 2984 |
+
#: ../front-end/register.php:115
|
| 2985 |
msgid "Your email was successfully confirmed."
|
| 2986 |
msgstr "あなたのメールアドレス確認が正常に完了しました。"
|
| 2987 |
|
| 2988 |
+
#: ../front-end/register.php:144
|
| 2989 |
msgid "There was an error while trying to activate the user."
|
| 2990 |
msgstr "ユーザを有効にする際にエラーがありました。"
|
| 2991 |
|
| 2992 |
+
#: ../front-end/default-fields/email/email.php:44
|
| 2993 |
msgid "The email you entered is not a valid email address."
|
| 2994 |
msgstr "入力したメールアドレスは有効なものではありません。"
|
| 2995 |
|
| 2996 |
+
#: ../front-end/default-fields/email/email.php:57
|
| 2997 |
+
#: ../front-end/default-fields/email/email.php:64
|
| 2998 |
msgid "This email is already reserved to be used soon."
|
| 2999 |
msgstr "このメールアドレスは予約済みです。"
|
| 3000 |
|
| 3001 |
+
#: ../front-end/default-fields/email/email.php:57
|
| 3002 |
+
#: ../front-end/default-fields/email/email.php:64
|
| 3003 |
+
#: ../front-end/default-fields/email/email.php:73
|
| 3004 |
+
#: ../front-end/default-fields/email/email.php:84
|
| 3005 |
+
#: ../front-end/default-fields/username/username.php:50
|
| 3006 |
+
#: ../front-end/default-fields/username/username.php:65
|
| 3007 |
msgid "Please try a different one!"
|
| 3008 |
msgstr "他のものをお試しください!"
|
| 3009 |
|
| 3010 |
+
#: ../front-end/default-fields/email/email.php:73
|
| 3011 |
+
#: ../front-end/default-fields/email/email.php:84
|
| 3012 |
msgid "This email is already in use."
|
| 3013 |
msgstr "このメールアドレスは登録済みです。"
|
| 3014 |
|
| 3015 |
+
#: ../front-end/default-fields/password-repeat/password-repeat.php:37
|
| 3016 |
+
#: ../front-end/default-fields/password-repeat/password-repeat.php:41
|
| 3017 |
msgid "The passwords do not match"
|
| 3018 |
msgstr "パスワードが合致しません。"
|
| 3019 |
|
| 3020 |
+
#: ../front-end/default-fields/username/username.php:50
|
| 3021 |
msgid "This username already exists."
|
| 3022 |
msgstr "このユーザ名は既に存在します。"
|
| 3023 |
|
| 3024 |
+
#: ../front-end/default-fields/username/username.php:65
|
| 3025 |
msgid "This username is already reserved to be used soon."
|
| 3026 |
msgstr "このユーザ名は既に予約されています。"
|
| 3027 |
|
| 3028 |
+
#: ../modules/user-listing/userlisting.php:247
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3029 |
msgid "Avatar"
|
| 3030 |
msgstr "アバター"
|
| 3031 |
|
| 3032 |
+
#: ../front-end/extra-fields/avatar/avatar.php:72
|
| 3033 |
+
#: ../front-end/extra-fields/checkbox/checkbox.php:45
|
| 3034 |
+
#: ../front-end/extra-fields/datepicker/datepicker.php:40
|
| 3035 |
+
#: ../front-end/extra-fields/input-hidden/input-hidden.php:34
|
| 3036 |
+
#: ../front-end/extra-fields/input/input.php:30
|
| 3037 |
+
#: ../front-end/extra-fields/radio/radio.php:44
|
| 3038 |
+
#: ../front-end/extra-fields/select-multiple/select-multiple.php:46
|
| 3039 |
+
#: ../front-end/extra-fields/select-timezone/select-timezone.php:44
|
| 3040 |
+
#: ../front-end/extra-fields/select/select.php:46
|
| 3041 |
+
#: ../front-end/extra-fields/textarea/textarea.php:30
|
| 3042 |
+
#: ../front-end/extra-fields/upload/upload.php:70
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3043 |
#: ../front-end/extra-fields/wysiwyg/wysiwyg.php:33
|
| 3044 |
msgid "required"
|
| 3045 |
msgstr "必須"
|
| 3046 |
|
| 3047 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:48
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3048 |
msgid "To use reCAPTCHA you must get an API key from"
|
| 3049 |
msgstr "reCAPTCHAの利用には、APIキーの取得が必要です"
|
| 3050 |
|
| 3051 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:131
|
| 3052 |
msgid "For security reasons, you must pass the remote ip to reCAPTCHA!"
|
| 3053 |
msgstr "セキュリティ保護のため、リモートIPをreCAPTCHAに渡す必要があります。"
|
| 3054 |
|
| 3055 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:192
|
| 3056 |
msgid "To use reCAPTCHA you must get an API public key from:"
|
| 3057 |
msgstr "reCAPTCHAの利用には、以下よりAPI公開キー(public key)の取得が必要です"
|
| 3058 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3059 |
#: ../modules/modules.php:11 ../modules/modules.php:80
|
| 3060 |
msgid "Modules"
|
| 3061 |
msgstr "モジュール"
|
| 3418 |
|
| 3419 |
#: ../modules/multiple-forms/edit-profile-forms.php:131
|
| 3420 |
#: ../modules/multiple-forms/register-forms.php:134
|
| 3421 |
+
#: ../modules/user-listing/userlisting.php:1155
|
| 3422 |
msgid "Shortcode"
|
| 3423 |
msgstr "ショートコード"
|
| 3424 |
|
| 3425 |
#: ../modules/multiple-forms/edit-profile-forms.php:151
|
| 3426 |
#: ../modules/multiple-forms/register-forms.php:155
|
| 3427 |
+
#: ../modules/user-listing/userlisting.php:1176
|
| 3428 |
msgid "(no title)"
|
| 3429 |
msgstr "(無題)"
|
| 3430 |
|
| 3431 |
#: ../modules/multiple-forms/edit-profile-forms.php:171
|
| 3432 |
#: ../modules/multiple-forms/register-forms.php:174
|
| 3433 |
+
#: ../modules/user-listing/userlisting.php:1196
|
| 3434 |
msgid "The shortcode will be available after you publish this form."
|
| 3435 |
msgstr "ショートコードはこのフォームを公開後に有効となります。"
|
| 3436 |
|
| 3437 |
#: ../modules/multiple-forms/edit-profile-forms.php:173
|
| 3438 |
#: ../modules/multiple-forms/register-forms.php:176
|
| 3439 |
+
#: ../modules/user-listing/userlisting.php:1198
|
| 3440 |
msgid "Use this shortcode on the page you want the form to be displayed:"
|
| 3441 |
msgstr "フォームを表示したいページにこのショートコードを挿入してください:"
|
| 3442 |
|
| 3443 |
#: ../modules/multiple-forms/edit-profile-forms.php:177
|
| 3444 |
#: ../modules/multiple-forms/register-forms.php:180
|
| 3445 |
+
#: ../modules/user-listing/userlisting.php:1202
|
| 3446 |
msgid "<span style=\"color:red;\">Note:</span> changing the form title also changes the shortcode!"
|
| 3447 |
msgstr "<span style=\"color:red;\">メモ:</span> タイトルを変更するとショートコードも変更されます!"
|
| 3448 |
|
| 3449 |
#: ../modules/multiple-forms/edit-profile-forms.php:183
|
| 3450 |
#: ../modules/multiple-forms/register-forms.php:186
|
| 3451 |
+
#: ../modules/user-listing/userlisting.php:1235
|
| 3452 |
msgid "Form Shortcode"
|
| 3453 |
msgstr "フォーム・ショートコード"
|
| 3454 |
|
| 3560 |
msgstr "登録後..."
|
| 3561 |
|
| 3562 |
#: ../modules/user-listing/class-userlisting.php:470
|
| 3563 |
+
#: ../modules/user-listing/userlisting.php:724
|
| 3564 |
+
#: ../modules/user-listing/userlisting.php:968
|
| 3565 |
+
#: ../modules/user-listing/userlisting.php:1011
|
| 3566 |
+
#: ../modules/user-listing/userlisting.php:1355
|
| 3567 |
msgid "Search Users by All Fields"
|
| 3568 |
msgstr "全ての欄でユーザを検索"
|
| 3569 |
|
| 3600 |
msgstr "表示名"
|
| 3601 |
|
| 3602 |
#: ../modules/user-listing/userlisting.php:125
|
| 3603 |
+
#: ../modules/user-listing/userlisting.php:1263
|
| 3604 |
msgid "Registration Date"
|
| 3605 |
msgstr "登録日"
|
| 3606 |
|
| 3607 |
#: ../modules/user-listing/userlisting.php:126
|
| 3608 |
+
#: ../modules/user-listing/userlisting.php:1267
|
| 3609 |
msgid "Number of Posts"
|
| 3610 |
msgstr "投稿数"
|
| 3611 |
|
| 3654 |
msgid "Single-userlisting Template"
|
| 3655 |
msgstr "個別画面のテンプレート"
|
| 3656 |
|
| 3657 |
+
#: ../modules/user-listing/userlisting.php:614
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3658 |
msgid "First/Lastname"
|
| 3659 |
msgstr "名/姓"
|
| 3660 |
|
| 3661 |
+
#: ../modules/user-listing/userlisting.php:252
|
| 3662 |
+
#: ../modules/user-listing/userlisting.php:620
|
| 3663 |
msgid "Sign-up Date"
|
| 3664 |
msgstr "登録日"
|
| 3665 |
|
| 3666 |
+
#: ../modules/user-listing/userlisting.php:629
|
| 3667 |
+
#: ../modules/user-listing/userlisting.php:1266
|
| 3668 |
msgid "Display Name"
|
| 3669 |
msgstr "表示名"
|
| 3670 |
|
| 3671 |
+
#: ../modules/user-listing/userlisting.php:251
|
| 3672 |
+
#: ../modules/user-listing/userlisting.php:638
|
| 3673 |
msgid "Posts"
|
| 3674 |
msgstr "投稿数"
|
| 3675 |
|
| 3676 |
+
#: ../modules/user-listing/userlisting.php:641
|
| 3677 |
+
#: ../modules/user-listing/userlisting.php:1272
|
| 3678 |
msgid "Aim"
|
| 3679 |
msgstr "AIM"
|
| 3680 |
|
| 3681 |
+
#: ../modules/user-listing/userlisting.php:644
|
| 3682 |
+
#: ../modules/user-listing/userlisting.php:1273
|
| 3683 |
msgid "Yim"
|
| 3684 |
msgstr "Yahoo! Messenger"
|
| 3685 |
|
| 3686 |
+
#: ../modules/user-listing/userlisting.php:647
|
| 3687 |
+
#: ../modules/user-listing/userlisting.php:1274
|
| 3688 |
msgid "Jabber"
|
| 3689 |
msgstr "Jabber"
|
| 3690 |
|
| 3691 |
+
#: ../modules/user-listing/userlisting.php:827
|
| 3692 |
msgid "Click here to see more information about this user"
|
| 3693 |
msgstr "このユーザについてもっと見るにはここをクリック"
|
| 3694 |
|
| 3695 |
+
#: ../modules/user-listing/userlisting.php:827
|
| 3696 |
msgid "More..."
|
| 3697 |
msgstr "詳細..."
|
| 3698 |
|
| 3699 |
+
#: ../modules/user-listing/userlisting.php:830
|
| 3700 |
msgid "Click here to see more information about this user."
|
| 3701 |
msgstr "このユーザーの詳細はここをクリック"
|
| 3702 |
|
| 3703 |
+
#: ../modules/user-listing/userlisting.php:922
|
| 3704 |
+
#: ../modules/user-listing/userlisting.php:925
|
| 3705 |
msgid "Click here to go back"
|
| 3706 |
msgstr "戻るにはここをクリック"
|
| 3707 |
|
| 3708 |
+
#: ../modules/user-listing/userlisting.php:922
|
| 3709 |
msgid "Back"
|
| 3710 |
msgstr "戻る"
|
| 3711 |
|
| 3712 |
+
#: ../modules/user-listing/userlisting.php:955
|
| 3713 |
msgid "«« First"
|
| 3714 |
msgstr "«« 最初"
|
| 3715 |
|
| 3716 |
+
#: ../modules/user-listing/userlisting.php:956
|
| 3717 |
msgid "« Prev"
|
| 3718 |
msgstr "« 前"
|
| 3719 |
|
| 3720 |
+
#: ../modules/user-listing/userlisting.php:957
|
| 3721 |
msgid "Next » "
|
| 3722 |
msgstr "次 » "
|
| 3723 |
|
| 3724 |
+
#: ../modules/user-listing/userlisting.php:958
|
| 3725 |
msgid "Last »»"
|
| 3726 |
msgstr "最後 »»"
|
| 3727 |
|
| 3728 |
+
#: ../modules/user-listing/userlisting.php:987
|
| 3729 |
msgid "You don't have any pagination settings on this userlisting!"
|
| 3730 |
msgstr "このユーザー一覧に対するページネーションの設定がありません。"
|
| 3731 |
|
| 3732 |
+
#: ../modules/user-listing/userlisting.php:1028
|
| 3733 |
msgid "Search"
|
| 3734 |
msgstr "検索"
|
| 3735 |
|
| 3736 |
+
#: ../modules/user-listing/userlisting.php:1029
|
| 3737 |
msgid "Clear Results"
|
| 3738 |
msgstr "結果をクリア"
|
| 3739 |
|
| 3740 |
+
#: ../modules/user-listing/userlisting.php:1205
|
| 3741 |
+
#: ../modules/user-listing/userlisting.php:1209
|
| 3742 |
msgid "Extra shortcode parameters"
|
| 3743 |
msgstr "その他のショートコード用パラメーター"
|
| 3744 |
|
| 3745 |
+
#: ../modules/user-listing/userlisting.php:1212
|
| 3746 |
msgid "displays users having a certain meta-value within a certain (extra) meta-field"
|
| 3747 |
msgstr "特定の(extra) meta-fieldが特定のmeta-valueをもつユーザのみ表示"
|
| 3748 |
|
| 3749 |
+
#: ../modules/user-listing/userlisting.php:1213
|
| 3750 |
msgid "Example:"
|
| 3751 |
msgstr "例:"
|
| 3752 |
|
| 3753 |
+
#: ../modules/user-listing/userlisting.php:1215
|
| 3754 |
msgid "Remember though, that the field-value combination must exist in the database."
|
| 3755 |
msgstr ""
|
| 3756 |
|
| 3757 |
+
#: ../modules/user-listing/userlisting.php:1284
|
| 3758 |
msgid "Random (very slow on large databases > 10K user)"
|
| 3759 |
msgstr "ランダム (1万ユーザ以上の大きなデータベースではとても遅い)"
|
| 3760 |
|
| 3761 |
+
#: ../modules/user-listing/userlisting.php:1297
|
| 3762 |
msgid "Roles to Display"
|
| 3763 |
msgstr "表示対象にする権限:"
|
| 3764 |
|
| 3765 |
+
#: ../modules/user-listing/userlisting.php:1297
|
| 3766 |
msgid "Restrict the userlisting to these selected roles only<br/>If not specified, defaults to all existing roles"
|
| 3767 |
msgstr "このユーザ一覧を選択した権限のみに制限してください。<br/>指定しない場合は、全ての権限のデフォルトになります。"
|
| 3768 |
|
| 3769 |
+
#: ../modules/user-listing/userlisting.php:1298
|
| 3770 |
msgid "Number of Users/Page"
|
| 3771 |
msgstr "1ページに表示するユーザ数:"
|
| 3772 |
|
| 3773 |
+
#: ../modules/user-listing/userlisting.php:1299
|
| 3774 |
msgid "Default Sorting Criteria"
|
| 3775 |
msgstr "デフォルトのソート基準"
|
| 3776 |
|
| 3777 |
+
#: ../modules/user-listing/userlisting.php:1299
|
| 3778 |
msgid "Set the default sorting criteria<br/>This can temporarily be changed for each new session"
|
| 3779 |
msgstr "デフォルトのソート基準を指定してください。<br />この指定はセッション毎に一時的に変更できます。"
|
| 3780 |
|
| 3781 |
+
#: ../modules/user-listing/userlisting.php:1300
|
| 3782 |
msgid "Default Sorting Order"
|
| 3783 |
msgstr "初期ソート順"
|
| 3784 |
|
| 3785 |
+
#: ../modules/user-listing/userlisting.php:1300
|
| 3786 |
msgid "Set the default sorting order<br/>This can temporarily be changed for each new session"
|
| 3787 |
msgstr "デフォルトのソート順を指定してください。この指定はセッション毎に一時的に変更できます。"
|
| 3788 |
|
| 3789 |
+
#: ../modules/user-listing/userlisting.php:1301
|
| 3790 |
msgid "Avatar Size (All-userlisting)"
|
| 3791 |
msgstr "アバター画像サイズ(一覧画面)"
|
| 3792 |
|
| 3793 |
+
#: ../modules/user-listing/userlisting.php:1301
|
| 3794 |
msgid "Set the avatar size on the all-userlisting only"
|
| 3795 |
msgstr "一覧画面で表示するアバター画像のサイズを指定してください。"
|
| 3796 |
|
| 3797 |
+
#: ../modules/user-listing/userlisting.php:1302
|
| 3798 |
msgid "Avatar Size (Single-userlisting)"
|
| 3799 |
msgstr "アバター画像サイズ(個別画面)"
|
| 3800 |
|
| 3801 |
+
#: ../modules/user-listing/userlisting.php:1302
|
| 3802 |
msgid "Set the avatar size on the single-userlisting only"
|
| 3803 |
msgstr "個別画面で表示するアバター画像のサイズを指定してください。"
|
| 3804 |
|
| 3805 |
+
#: ../modules/user-listing/userlisting.php:1303
|
| 3806 |
msgid "Visible only to logged in users?"
|
| 3807 |
msgstr "ログイン中のユーザーにのみ表示"
|
| 3808 |
|
| 3809 |
+
#: ../modules/user-listing/userlisting.php:1303
|
| 3810 |
msgid "The userlisting will only be visible only to the logged in users"
|
| 3811 |
msgstr "ユーザー一覧をログインしたユーザにだけ表示します"
|
| 3812 |
|
| 3813 |
+
#: ../modules/user-listing/userlisting.php:1304
|
| 3814 |
msgid "Visible to following Roles"
|
| 3815 |
msgstr ""
|
| 3816 |
|
| 3817 |
+
#: ../modules/user-listing/userlisting.php:1304
|
| 3818 |
msgid "The userlisting will only be visible to the following roles"
|
| 3819 |
msgstr "ユーザー一覧を以下の権限ユーザにだけ表示します"
|
| 3820 |
|
| 3821 |
+
#: ../modules/user-listing/userlisting.php:1310
|
| 3822 |
msgid "Userlisting Settings"
|
| 3823 |
msgstr "ユーザー一覧設定"
|
| 3824 |
|
| 3825 |
+
#: ../modules/user-listing/userlisting.php:1331
|
| 3826 |
msgid "You need to activate the Userlisting feature from within the \"Modules\" tab!"
|
| 3827 |
msgstr "「モジュール」タブの「ユーザー一覧表示」機能を有効にする必要があります!"
|
| 3828 |
|
| 3829 |
+
#: ../modules/user-listing/userlisting.php:1331
|
| 3830 |
msgid "You can find it in the Profile Builder menu."
|
| 3831 |
msgstr "Profile Builderメニューの中にあります。"
|
| 3832 |
|
| 3833 |
+
#: ../modules/user-listing/userlisting.php:1494
|
| 3834 |
msgid "No results found!"
|
| 3835 |
msgstr "見つかりませんでした。"
|
translation/profile-builder-nb_NO.mo
ADDED
|
Binary file
|
translation/{profilebuilder-nb_NO.po → profile-builder-nb_NO.po}
RENAMED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
# This file is distributed under the same license as the Profile Builder package.
|
| 3 |
msgid ""
|
| 4 |
msgstr ""
|
| 5 |
-
"PO-Revision-Date: 2015-
|
| 6 |
"MIME-Version: 1.0\n"
|
| 7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
| 8 |
"Content-Transfer-Encoding: 8bit\n"
|
|
@@ -10,11 +10,1140 @@ msgstr ""
|
|
| 10 |
"X-Generator: GlotPress/0.1\n"
|
| 11 |
"Project-Id-Version: Profile Builder\n"
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
#: ../admin/add-ons.php:144
|
| 14 |
msgid "Download Now"
|
| 15 |
msgstr "Last ned nå"
|
| 16 |
|
| 17 |
-
#: ../admin/admin-functions.php:
|
| 18 |
msgid "If you enjoy using <strong> %1$s </strong> please <a href=\"%2$s\" target=\"_blank\">rate us on WordPress.org</a>. More happy users means more features, less bugs and better support for everyone. "
|
| 19 |
msgstr "Liker du <strong> %1$s </strong>? I så fall: spre ordet og gi oss en <a href=\"%2$s\" target=\"_blank\">rating WordPress.org</a>. Jo flere fornøyde brukere vi har, jo flere features kan vi utvikle, flere bugs kan utraderes og alle får bedre support."
|
| 20 |
|
|
@@ -26,27 +1155,27 @@ msgstr "Velg en type felt"
|
|
| 26 |
msgid ". Extra Field Types are available in <a href=\"%s\">Hobbyist or PRO versions</a>."
|
| 27 |
msgstr ". Flere typer felt finnes i <a href=\"%s\">Hobbyist og PRO versjonen</a>."
|
| 28 |
|
| 29 |
-
#: ../admin/manage-fields.php:
|
| 30 |
msgid "Site Key"
|
| 31 |
msgstr "Site Key"
|
| 32 |
|
| 33 |
-
#: ../admin/manage-fields.php:
|
| 34 |
msgid "The site key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 35 |
msgstr "\"Site Key\" fra Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 36 |
|
| 37 |
-
#: ../admin/manage-fields.php:
|
| 38 |
msgid "Secret Key"
|
| 39 |
msgstr "Secret Key"
|
| 40 |
|
| 41 |
-
#: ../admin/manage-fields.php:
|
| 42 |
msgid "The secret key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 43 |
msgstr ""
|
| 44 |
|
| 45 |
-
#: ../admin/manage-fields.php:
|
| 46 |
msgid "You must enter the site key\n"
|
| 47 |
msgstr "Du må legge inn \"site key\"\n"
|
| 48 |
|
| 49 |
-
#: ../admin/manage-fields.php:
|
| 50 |
msgid "You must enter the secret key\n"
|
| 51 |
msgstr "Du må legge inn \"Secret Key\"\n"
|
| 52 |
|
|
@@ -130,24 +1259,26 @@ msgstr "Minimum påkrevd versjon av Profile Builder:"
|
|
| 130 |
msgid "Could not install add-on. Retry or <a href=\"%s\" target=\"_blank\">install manually</a>."
|
| 131 |
msgstr "Kunne ikke installere add-on. Prøv igjen eller <a href=\"%s\" target=\"_blank\">installer manuelt</a>."
|
| 132 |
|
| 133 |
-
#: ../front-end/default-fields/email/email.php:
|
| 134 |
msgid "You must enter a valid email address."
|
| 135 |
msgstr "Du må oppgi en gyldig epost adresse."
|
| 136 |
|
| 137 |
-
#: ../front-end/default-fields/username/username.php:
|
|
|
|
| 138 |
msgid "This username is invalid because it uses illegal characters."
|
| 139 |
msgstr "Dette brukernavnet er ugyldig fordi det inneholder ugyldige tegn."
|
| 140 |
|
| 141 |
-
#: ../front-end/default-fields/username/username.php:
|
|
|
|
| 142 |
msgid "Please enter a valid username."
|
| 143 |
msgstr "Vennligst oppgi med ett gyldig brukernavn"
|
| 144 |
|
| 145 |
-
#: ../front-end/extra-fields/user-role/user-role.php:
|
| 146 |
-
#: ../front-end/extra-fields/user-role/user-role.php:
|
| 147 |
msgid "Only administrators can see this field on edit profile forms."
|
| 148 |
msgstr "Kun administratorer kan se dette feltet på rediger profil skjema."
|
| 149 |
|
| 150 |
-
#: ../front-end/extra-fields/user-role/user-role.php:
|
| 151 |
msgid "As an administrator you cannot change your role."
|
| 152 |
msgstr "Som en administrator kan du ikke endre din rolle."
|
| 153 |
|
|
@@ -225,55 +1356,55 @@ msgstr ""
|
|
| 225 |
msgid "None"
|
| 226 |
msgstr "Ingen"
|
| 227 |
|
| 228 |
-
#: ../admin/admin-functions.php:
|
| 229 |
msgid "<strong>ERROR</strong>: The password must have the minimum length of %s characters"
|
| 230 |
msgstr "<strong>FEIL</strong>: Passordet må minimum inneholde %s tegn."
|
| 231 |
|
| 232 |
-
#: ../admin/admin-functions.php:
|
| 233 |
msgid "<strong>ERROR</strong>: The password must have a minimum strength of %s"
|
| 234 |
msgstr "<strong>FEIL</strong>: Passordet må minimum ha en styrke på %s"
|
| 235 |
|
| 236 |
-
#: ../admin/general-settings.php:
|
| 237 |
msgid "Username and Email"
|
| 238 |
msgstr "Brukernavn og Epost"
|
| 239 |
|
| 240 |
-
#: ../admin/general-settings.php:
|
| 241 |
msgid "\"Username and Email\" - users can Log In with both Username and Email."
|
| 242 |
msgstr "\"Brukernavn og E-post\" - brukere kan logge inn med både brukernavn og e-post."
|
| 243 |
|
| 244 |
-
#: ../admin/general-settings.php:
|
| 245 |
msgid "\"Username\" - users can Log In only with Username."
|
| 246 |
msgstr "\"Brukernavn\" - brukere kan kun logge inn med brukernavn"
|
| 247 |
|
| 248 |
-
#: ../admin/general-settings.php:
|
| 249 |
msgid "\"Email\" - users can Log In only with Email."
|
| 250 |
msgstr "\"E-post\" - brukere kan kun logge inn med e-post."
|
| 251 |
|
| 252 |
-
#: ../admin/manage-fields.php:
|
| 253 |
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 (.*)"
|
| 254 |
msgstr ""
|
| 255 |
|
| 256 |
-
#: ../admin/manage-fields.php:
|
| 257 |
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 (.*)"
|
| 258 |
msgstr "Angi tillegg(et) du vil begrense for opplasting<br/>Eksempel: .ext1,.ext2,.ext3<br/>Hvis ikke spesifisert, settes standard til alle WordPress tillatte fil endelser(.*)"
|
| 259 |
|
| 260 |
-
#: ../admin/manage-fields.php:
|
| 261 |
msgid "User Roles"
|
| 262 |
msgstr "Bruker roller"
|
| 263 |
|
| 264 |
-
#: ../admin/manage-fields.php:
|
| 265 |
msgid "Select which user roles to show to the user ( drag and drop to re-order )"
|
| 266 |
msgstr "Velg hvilken bruker rolle å vise til bruker ( dra og slipp for å sortere )"
|
| 267 |
|
| 268 |
-
#: ../admin/manage-fields.php:
|
| 269 |
msgid "User Roles Order"
|
| 270 |
msgstr "Bruker rolle rekkefølge"
|
| 271 |
|
| 272 |
-
#: ../admin/manage-fields.php:
|
| 273 |
msgid "Save the user role order from the user roles checkboxes"
|
| 274 |
msgstr "Lagre bruker rolle rekkefølgen fra bruker rolle valgene"
|
| 275 |
|
| 276 |
-
#: ../admin/manage-fields.php:
|
| 277 |
msgid "Please select at least one user role\n"
|
| 278 |
msgstr ""
|
| 279 |
"Vennligst velg minst en bruker rolle\n"
|
|
@@ -303,25 +1434,25 @@ msgstr "Legg til"
|
|
| 303 |
msgid "show"
|
| 304 |
msgstr "Vis"
|
| 305 |
|
| 306 |
-
#: ../features/functions.php:
|
| 307 |
msgid "To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sNetwork Settings%2$s, and under Registration Settings make sure to check “User accounts may be registered”. %3$sDismiss%4$s"
|
| 308 |
msgstr "For å gi brukere mulighet til å registrere seg til ditt websted via Profile Builder, må du først aktivere bruker registering. Gå til %1$sNettverk Instillinger%2$s, og under Registrerings Instillinger sjekk “Bruker konto kan registreres”. %3$sAvvis%4$s"
|
| 309 |
|
| 310 |
-
#: ../front-end/class-formbuilder.php:
|
| 311 |
msgid "User to edit:"
|
| 312 |
msgstr "Bruker å endre:"
|
| 313 |
|
| 314 |
-
#: ../front-end/default-fields/password/password.php:
|
| 315 |
-
#: ../front-end/recover.php:
|
| 316 |
msgid "The password must have the minimum length of %s characters"
|
| 317 |
msgstr "Passordet må minimum ha en lengde på %s tegn"
|
| 318 |
|
| 319 |
-
#: ../front-end/default-fields/password/password.php:
|
| 320 |
-
#: ../front-end/recover.php:
|
| 321 |
msgid "The password must have a minimum strength of %s"
|
| 322 |
msgstr "Passordet må ha en minimum styrke på %s"
|
| 323 |
|
| 324 |
-
#: ../front-end/extra-fields/user-role/user-role.php:
|
| 325 |
msgid "You cannot register this user role"
|
| 326 |
msgstr "Du kan ikke registrere denne bruker rollen"
|
| 327 |
|
|
@@ -345,19 +1476,19 @@ msgstr "Logg ut »"
|
|
| 345 |
msgid "User Role"
|
| 346 |
msgstr "Bruker Rolle"
|
| 347 |
|
| 348 |
-
#: ../modules/user-listing/userlisting.php:
|
| 349 |
msgid "View all extra shortcode parameters"
|
| 350 |
msgstr "Vis alle ekstra shortcode parametre"
|
| 351 |
|
| 352 |
-
#: ../modules/user-listing/userlisting.php:
|
| 353 |
msgid "displays only the users that you specified the user_id for"
|
| 354 |
msgstr "vis kun brukere som du spesifiserte user_id for"
|
| 355 |
|
| 356 |
-
#: ../modules/user-listing/userlisting.php:
|
| 357 |
msgid "displays all users except the ones you specified the user_id for"
|
| 358 |
msgstr "vis alle brukere unntatt de du spesifiserte user_id for"
|
| 359 |
|
| 360 |
-
#: ../features/functions.php:
|
| 361 |
msgid "Minimum length of %d characters"
|
| 362 |
msgstr "Minimum lengde på %d tegn"
|
| 363 |
|
|
@@ -365,10 +1496,6 @@ msgstr "Minimum lengde på %d tegn"
|
|
| 365 |
msgid "This message is only visible by administrators"
|
| 366 |
msgstr "Denne meldingen er kun synlig for administratorer"
|
| 367 |
|
| 368 |
-
#: ../front-end/extra-fields/avatar/avatar.php:124
|
| 369 |
-
msgid "The image file set in the %s field for this user could not be found on the server. The default WordPress avatar is being used at the moment."
|
| 370 |
-
msgstr "Bilde filen satt i %s feltet for denne bruker ble ikke funnet på serveren. Standard WordPress avatar er brukt for øyeblikket."
|
| 371 |
-
|
| 372 |
#: ../modules/user-listing/userlisting.php:364
|
| 373 |
msgid "User not found"
|
| 374 |
msgstr "Bruker ikke funnet"
|
|
@@ -382,11 +1509,11 @@ msgstr "Gyldige tagger {{reply_to}} og {{site_name}}"
|
|
| 382 |
msgid "Choose which user roles view the admin bar in the front-end of the website."
|
| 383 |
msgstr "Velg hvilken brukerrolle som skal vises i admin panelet i front-end på nettsiden. "
|
| 384 |
|
| 385 |
-
#: ../admin/manage-fields.php:
|
| 386 |
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"
|
| 387 |
msgstr ""
|
| 388 |
|
| 389 |
-
#: ../admin/manage-fields.php:
|
| 390 |
msgid "The meta-name cannot be empty\n"
|
| 391 |
msgstr "Meta-Navnet kan ikke være tomt \n"
|
| 392 |
|
|
@@ -417,19 +1544,19 @@ msgstr "...velg"
|
|
| 417 |
msgid "1 item"
|
| 418 |
msgstr ""
|
| 419 |
|
| 420 |
-
#: ../features/functions.php:
|
| 421 |
msgid "Very Weak"
|
| 422 |
msgstr "Veldig svakt"
|
| 423 |
|
| 424 |
-
#: ../features/functions.php:
|
| 425 |
msgid "This field is required"
|
| 426 |
msgstr "Dette feltet er obligatorisk"
|
| 427 |
|
| 428 |
-
#: ../features/functions.php:
|
| 429 |
msgid "Cancel"
|
| 430 |
msgstr "Avbryt"
|
| 431 |
|
| 432 |
-
#: ../features/functions.php:
|
| 433 |
msgid "To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sSettings -> General%2$s tab, and under Membership make sure to check “Anyone can register”. %3$sDismiss%4$s"
|
| 434 |
msgstr ""
|
| 435 |
|
|
@@ -458,11 +1585,11 @@ msgstr "aktiveres også. Må du deaktivere den før du aktiverer denne versjonen
|
|
| 458 |
msgid "Must be a valid email address or the tag {{reply_to}} which defaults to the administrator email"
|
| 459 |
msgstr "Må være en gyldig e-postadresse eller taggen {{reply_to}} som mislighold av administrator epost"
|
| 460 |
|
| 461 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 462 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 463 |
-
#: ../modules/email-customizer/email-customizer.php:
|
| 464 |
-
#: ../modules/email-customizer/email-customizer.php:
|
| 465 |
-
#: ../modules/email-customizer/email-customizer.php:
|
| 466 |
msgid "Your selected password at signup"
|
| 467 |
msgstr ""
|
| 468 |
|
|
@@ -486,7 +1613,7 @@ msgstr "Slett alle"
|
|
| 486 |
msgid "Choose..."
|
| 487 |
msgstr "Velg..."
|
| 488 |
|
| 489 |
-
#: ../modules/user-listing/userlisting.php:
|
| 490 |
msgid "Set the number of users to be displayed on every paginated part of the all-userlisting"
|
| 491 |
msgstr ""
|
| 492 |
|
|
@@ -518,8 +1645,8 @@ msgstr "Vis"
|
|
| 518 |
msgid "Hide"
|
| 519 |
msgstr "Skjul"
|
| 520 |
|
| 521 |
-
#: ../admin/admin-bar.php:86 ../admin/general-settings.php:
|
| 522 |
-
#: ../admin/register-version.php:95 ../features/functions.php:
|
| 523 |
#: ../modules/custom-redirects/custom-redirects.php:136
|
| 524 |
#: ../modules/modules.php:142
|
| 525 |
msgid "Save Changes"
|
|
@@ -534,30 +1661,30 @@ msgstr "Pålogging er satt til å gjøres ved hjelp av e - post . Dette feltet v
|
|
| 534 |
msgid "General Settings"
|
| 535 |
msgstr "Generelle innstillinger"
|
| 536 |
|
| 537 |
-
#: ../admin/admin-functions.php:
|
| 538 |
msgid "Very weak"
|
| 539 |
msgstr "Veldig Svakt"
|
| 540 |
|
| 541 |
-
#: ../admin/admin-functions.php:
|
| 542 |
-
#: ../features/functions.php:
|
| 543 |
msgid "Weak"
|
| 544 |
msgstr "Svakt"
|
| 545 |
|
| 546 |
-
#: ../admin/admin-functions.php:
|
| 547 |
-
#: ../features/functions.php:
|
| 548 |
msgid "Medium"
|
| 549 |
msgstr "Medium"
|
| 550 |
|
| 551 |
-
#: ../admin/admin-functions.php:
|
| 552 |
-
#: ../features/functions.php:
|
| 553 |
msgid "Strong"
|
| 554 |
msgstr "Sterk"
|
| 555 |
|
| 556 |
-
#: ../admin/admin-functions.php:
|
| 557 |
msgid "Add Field"
|
| 558 |
msgstr "Legg til felt"
|
| 559 |
|
| 560 |
-
#: ../admin/admin-functions.php:
|
| 561 |
#: ../modules/class-mustache-templates/class-mustache-templates.php:374
|
| 562 |
msgid "Save Settings"
|
| 563 |
msgstr "Lagre innstillinger"
|
|
@@ -586,26 +1713,14 @@ msgstr "For Moderne brukermedvirkning"
|
|
| 586 |
msgid "Login"
|
| 587 |
msgstr "innlogging"
|
| 588 |
|
| 589 |
-
#: ../admin/basic-info.php:37
|
| 590 |
-
msgid "Friction-less login using <strong class=\"nowrap\">[wppb-login]</strong> shortcode or a widget."
|
| 591 |
-
msgstr "Friksjons-redusert logg inn med <strong class=\"wrappet\">[wppb-login]</strong> Shortcode eller en widget ."
|
| 592 |
-
|
| 593 |
#: ../admin/basic-info.php:40
|
| 594 |
msgid "Registration"
|
| 595 |
msgstr "Registrering"
|
| 596 |
|
| 597 |
-
#: ../admin/basic-info.php:41
|
| 598 |
-
msgid "Beautiful registration forms fully customizable using the <strong class=\"nowrap\">[wppb-register]</strong> shortcode."
|
| 599 |
-
msgstr "Vakre registreringsskjemaer fullt redigerbare ved bruk av <strong class=\"nowrap\">[wppb-register]</strong> kortkoden."
|
| 600 |
-
|
| 601 |
#: ../admin/basic-info.php:44
|
| 602 |
msgid "Edit Profile"
|
| 603 |
msgstr "Rediger profil"
|
| 604 |
|
| 605 |
-
#: ../admin/basic-info.php:45
|
| 606 |
-
msgid "Straight forward edit profile forms using <strong class=\"nowrap\">[wppb-edit-profile]</strong> shortcode."
|
| 607 |
-
msgstr "Rediger profilskjemaer direkte ved hjelp av <strong class=\"nowrap\">[wppb-edit-profile]</strong> kortkode."
|
| 608 |
-
|
| 609 |
#: ../admin/basic-info.php:51
|
| 610 |
msgid "Extra Features"
|
| 611 |
msgstr "Ekstra Funksjoner"
|
|
@@ -622,10 +1737,6 @@ msgstr "Aktiver ekstra funksjoner"
|
|
| 622 |
msgid "Recover Password"
|
| 623 |
msgstr "Gjenopprett passord (*)"
|
| 624 |
|
| 625 |
-
#: ../admin/basic-info.php:58
|
| 626 |
-
msgid "Allow users to recover their password in the front-end using the [wppb-recover-password]."
|
| 627 |
-
msgstr "Tillat brukere å gjenopprette passordet sitt i front-end med [wppb-recover-passord]."
|
| 628 |
-
|
| 629 |
#: ../admin/basic-info.php:61
|
| 630 |
msgid "Admin Approval (*)"
|
| 631 |
msgstr "Administratorgodkjenning (*)"
|
|
@@ -750,10 +1861,6 @@ msgstr "Brukerliste"
|
|
| 750 |
msgid "Easy to edit templates for listing your website users as well as creating single user pages. Shortcode based, offering many options to customize your listings."
|
| 751 |
msgstr "Enkelt å redigere maler for å liste nettstedets brukere samt å skape enkle brukersider. Shortcode-basert, og tilbyr mange muligheter til å tilpasse dine oppføringer."
|
| 752 |
|
| 753 |
-
#: ../admin/basic-info.php:130
|
| 754 |
-
msgid "To create a page containing the users registered to this current site/blog, insert the following shortcode in a page of your chosing: <strong class=\"nowrap\">[wppb-list-users]</strong>."
|
| 755 |
-
msgstr "For å opprette en side som lister brukere registrert på dette nettstedet, bruk følgende shortcode i teksten på en side: <strong class=\"nowrap\">[wppb-list-users]</strong>"
|
| 756 |
-
|
| 757 |
#: ../admin/basic-info.php:134
|
| 758 |
msgid "Email Customizer"
|
| 759 |
msgstr "Tilpass E-postmeldinger"
|
|
@@ -804,7 +1911,7 @@ msgstr "Laste Profile Builders egen CSS-fil i front-end:"
|
|
| 804 |
#: ../admin/general-settings.php:114
|
| 805 |
#: ../modules/multiple-forms/register-forms.php:225
|
| 806 |
#: ../modules/multiple-forms/register-forms.php:226
|
| 807 |
-
#: ../modules/user-listing/userlisting.php:
|
| 808 |
msgid "Yes"
|
| 809 |
msgstr "Ja"
|
| 810 |
|
|
@@ -854,48 +1961,49 @@ msgstr "\"Administrator godkjennelse\" Aktivert:"
|
|
| 854 |
msgid "You can find a list of users at %1$sUsers > All Users > Admin Approval%2$s."
|
| 855 |
msgstr "Du kan finne en liste med brukere i %1$sUsers > All Users > Admin Approval%2$s."
|
| 856 |
|
| 857 |
-
#: ../admin/general-settings.php:
|
| 858 |
msgid "\"Admin Approval\" Feature:"
|
| 859 |
msgstr "\"Administrator godkjennelse\" Funksjon:"
|
| 860 |
|
| 861 |
-
#: ../admin/general-settings.php:
|
| 862 |
msgid "You decide who is a user on your website. Get notified via email or approve multiple users at once from the WordPress UI. Enable Admin Approval by upgrading to %1$sHobbyist or PRO versions%2$s."
|
| 863 |
msgstr "Du bestemmer hvem som er en bruker på nettstedet ditt. Bli varslet via e-post eller godkjenn flere brukere på én gang via WordPress UI. Aktiver administratorgodkjenning ved å oppgradere til %1$sHobbyist or PRO versions%2$s."
|
| 864 |
|
| 865 |
-
#: ../admin/general-settings.php:
|
| 866 |
msgid "Allow Users to Log in With:"
|
| 867 |
msgstr "Tillat brukere å logge inn med:"
|
| 868 |
|
| 869 |
-
#: ../admin/general-settings.php:
|
| 870 |
#: ../features/admin-approval/class-admin-approval.php:177
|
| 871 |
#: ../features/email-confirmation/class-email-confirmation.php:167
|
| 872 |
#: ../modules/email-customizer/email-customizer.php:28
|
| 873 |
#: ../modules/user-listing/userlisting.php:92
|
| 874 |
-
#: ../modules/user-listing/userlisting.php:
|
| 875 |
-
#: ../modules/user-listing/userlisting.php:
|
|
|
|
| 876 |
msgid "Username"
|
| 877 |
msgstr "Brukernavn"
|
| 878 |
|
| 879 |
-
#: ../admin/general-settings.php:
|
| 880 |
#: ../modules/email-customizer/email-customizer.php:29
|
| 881 |
-
#: ../modules/user-listing/userlisting.php:
|
| 882 |
-
#: ../modules/user-listing/userlisting.php:
|
| 883 |
msgid "Email"
|
| 884 |
msgstr "Epost"
|
| 885 |
|
| 886 |
-
#: ../admin/general-settings.php:
|
| 887 |
msgid "Minimum Password Length:"
|
| 888 |
msgstr "Minimum passord lengde:"
|
| 889 |
|
| 890 |
-
#: ../admin/general-settings.php:
|
| 891 |
msgid "Enter the minimum characters the password should have. Leave empty for no minimum limit"
|
| 892 |
msgstr "Skriv inn minimums tegn passordet bør ha. La stå tomt for ingen minimumsgrense"
|
| 893 |
|
| 894 |
-
#: ../admin/general-settings.php:
|
| 895 |
msgid "Minimum Password Strength:"
|
| 896 |
msgstr "Minimum passord styrke"
|
| 897 |
|
| 898 |
-
#: ../admin/general-settings.php:
|
| 899 |
msgid "Disabled"
|
| 900 |
msgstr "Deaktivert"
|
| 901 |
|
|
@@ -907,320 +2015,321 @@ msgstr "Administrer felt"
|
|
| 907 |
msgid "Manage Default and Extra Fields"
|
| 908 |
msgstr "Administrere standard og ekstra felt"
|
| 909 |
|
| 910 |
-
#: ../admin/manage-fields.php:
|
| 911 |
msgid "Field Title"
|
| 912 |
msgstr "Felttittel"
|
| 913 |
|
| 914 |
-
#: ../admin/manage-fields.php:
|
| 915 |
msgid "Title of the field"
|
| 916 |
msgstr "Tittel på feltet"
|
| 917 |
|
| 918 |
-
#: ../admin/manage-fields.php:
|
| 919 |
#: ../modules/multiple-forms/edit-profile-forms.php:241
|
| 920 |
#: ../modules/multiple-forms/register-forms.php:262
|
| 921 |
msgid "Field"
|
| 922 |
msgstr "Felt"
|
| 923 |
|
| 924 |
-
#: ../admin/manage-fields.php:
|
| 925 |
msgid "Meta-name"
|
| 926 |
msgstr "Meta-navn"
|
| 927 |
|
| 928 |
-
#: ../admin/manage-fields.php:
|
| 929 |
msgid "Use this in conjuction 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 uniqe)<br/>Changing this might take long in case of a very big user-count"
|
| 930 |
msgstr "Bruk dette sammen med WordPress-funksjoner for å vise verdien på siden som du selv velger <br/> Auto-fullført, men i noen tilfeller redigerbare (i så fall må det være unike) <br/> Å endre dette kan ta lang tid hvis brukerantallet er svært høyt."
|
| 931 |
|
| 932 |
-
#: ../admin/manage-fields.php:
|
| 933 |
#: ../modules/multiple-forms/edit-profile-forms.php:242
|
| 934 |
#: ../modules/multiple-forms/register-forms.php:263
|
| 935 |
msgid "ID"
|
| 936 |
msgstr "ID"
|
| 937 |
|
| 938 |
-
#: ../admin/manage-fields.php:
|
| 939 |
#: ../modules/multiple-forms/edit-profile-forms.php:242
|
| 940 |
#: ../modules/multiple-forms/register-forms.php:263
|
| 941 |
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"
|
| 942 |
msgstr "En unik, automatisk generert ID for dette feltet <br/> Du kan bruke dette i sammen med filtre for å målrette dette elementet hvis nødvendig <br/> Kan ikke redigeres"
|
| 943 |
|
| 944 |
-
#: ../admin/manage-fields.php:
|
| 945 |
msgid "Description"
|
| 946 |
msgstr "Beskrivelse"
|
| 947 |
|
| 948 |
-
#: ../admin/manage-fields.php:
|
| 949 |
msgid "Enter a (detailed) description of the option for end users to read<br/>Optional"
|
| 950 |
msgstr "Skriv inn en (detaljert) beskrivelse av alternativene for sluttbrukerne å lese <br/>Valgfritt"
|
| 951 |
|
| 952 |
-
#: ../admin/manage-fields.php:
|
| 953 |
msgid "Row Count"
|
| 954 |
msgstr "Antall rader"
|
| 955 |
|
| 956 |
-
#: ../admin/manage-fields.php:
|
| 957 |
msgid "Specify the number of rows for a 'Textarea' field<br/>If not specified, defaults to 5"
|
| 958 |
msgstr "Spesifiser antal linjer for 'Tekst' felt<br/>Hvis ikke spesifisert , settes standard til 5"
|
| 959 |
|
| 960 |
-
#: ../admin/manage-fields.php:
|
| 961 |
msgid "Allowed Image Extensions"
|
| 962 |
msgstr "Tillatte bildefiler"
|
| 963 |
|
| 964 |
-
#: ../admin/manage-fields.php:
|
| 965 |
msgid "Allowed Upload Extensions"
|
| 966 |
msgstr "Tillatt Last opp utvidelser"
|
| 967 |
|
| 968 |
-
#: ../admin/manage-fields.php:
|
| 969 |
msgid "Avatar Size"
|
| 970 |
msgstr "Avatarstørrelse"
|
| 971 |
|
| 972 |
-
#: ../admin/manage-fields.php:
|
| 973 |
msgid "Enter a value (between 20 and 200) for the size of the 'Avatar'<br/>If not specified, defaults to 100"
|
| 974 |
msgstr "Skriv inn en verdi (mellom 20 og 200) for størrelsen på 'Avatar'<br/>Hvis ingenting er spesifisert, settes standard til 100"
|
| 975 |
|
| 976 |
-
#: ../admin/manage-fields.php:
|
| 977 |
msgid "Date-format"
|
| 978 |
msgstr "Dato-format"
|
| 979 |
|
| 980 |
-
#: ../admin/manage-fields.php:
|
| 981 |
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<br/>If not specified, defaults to mm/dd/yy"
|
| 982 |
msgstr "Angi datoformat ved bruk av Datepicker<br/>Gyldige alternativer: mm/dd/yy, mm/yy/dd, dd/yy/mm, dd/mm/yy, yy/dd/mm, yy/mm/dd<br/>Hvis det ikke er spesifisert noe, standard satt til mm/dd/yy"
|
| 983 |
|
| 984 |
-
#: ../admin/manage-fields.php:
|
| 985 |
msgid "Terms of Agreement"
|
| 986 |
msgstr "Avtalebetingelser"
|
| 987 |
|
| 988 |
-
#: ../admin/manage-fields.php:
|
| 989 |
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>"
|
| 990 |
msgstr "Angi en detaljert beskrivelse av temrs i avtalen for brukeren å lese.<br/>Koblinger kan settes ved hjelp av standard HTML syntaks: <a href=\"custom_url\">custom_text</a>"
|
| 991 |
|
| 992 |
-
#: ../admin/manage-fields.php:
|
| 993 |
msgid "Options"
|
| 994 |
msgstr "Innstillinger"
|
| 995 |
|
| 996 |
-
#: ../admin/manage-fields.php:
|
| 997 |
msgid "Labels"
|
| 998 |
msgstr "Etiketter"
|
| 999 |
|
| 1000 |
-
#: ../admin/manage-fields.php:
|
| 1001 |
msgid "Enter a comma separated list of labels<br/>Visible for the user"
|
| 1002 |
msgstr "Angi en kommadelt liste over etiketter<br/>Synlig for brukeren"
|
| 1003 |
|
| 1004 |
-
#: ../admin/manage-fields.php:
|
| 1005 |
msgid "Default Value"
|
| 1006 |
msgstr "Standardverdi"
|
| 1007 |
|
| 1008 |
-
#: ../admin/manage-fields.php:
|
| 1009 |
msgid "Default value of the field"
|
| 1010 |
msgstr "Standardverdi for feltet"
|
| 1011 |
|
| 1012 |
-
#: ../admin/manage-fields.php:
|
|
|
|
| 1013 |
msgid "Default Option"
|
| 1014 |
msgstr "Standard alternativ"
|
| 1015 |
|
| 1016 |
-
#: ../admin/manage-fields.php:
|
| 1017 |
msgid "Specify the option which should be selected by default"
|
| 1018 |
msgstr "Angi alternativet som bør være valgt som standard"
|
| 1019 |
|
| 1020 |
-
#: ../admin/manage-fields.php:
|
| 1021 |
msgid "Default Option(s)"
|
| 1022 |
msgstr "Standard alternativ(er)"
|
| 1023 |
|
| 1024 |
-
#: ../admin/manage-fields.php:
|
| 1025 |
msgid "Specify the option which should be checked by default<br/>If there are multiple values, separate them with a ',' (comma)"
|
| 1026 |
msgstr "Angi alternativet som bør kontrolleres som standard<br/>Hvis det er flere verdier, skiller du dem med en ',' (komma)"
|
| 1027 |
|
| 1028 |
-
#: ../admin/manage-fields.php:
|
| 1029 |
msgid "Default Content"
|
| 1030 |
msgstr "Standardinnhold"
|
| 1031 |
|
| 1032 |
-
#: ../admin/manage-fields.php:
|
| 1033 |
msgid "Default value of the textarea"
|
| 1034 |
msgstr "Standardverdien for tekstområdet"
|
| 1035 |
|
| 1036 |
-
#: ../admin/manage-fields.php:
|
| 1037 |
msgid "Required"
|
| 1038 |
msgstr "Påkrevd"
|
| 1039 |
|
| 1040 |
-
#: ../admin/manage-fields.php:
|
| 1041 |
msgid "Whether the field is required or not"
|
| 1042 |
msgstr "Om feltet er påkrevd eller ikke"
|
| 1043 |
|
| 1044 |
-
#: ../admin/manage-fields.php:
|
| 1045 |
msgid "Overwrite Existing"
|
| 1046 |
msgstr "Overskriv eksisterende"
|
| 1047 |
|
| 1048 |
-
#: ../admin/manage-fields.php:
|
| 1049 |
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"
|
| 1050 |
msgstr "Velge 'Ja' vil legge til feltet i listen, men overskriver alle andre felt i databasen som har samme meta navn<br/>Bruk dette på eget ansvar"
|
| 1051 |
|
| 1052 |
-
#: ../admin/manage-fields.php:
|
| 1053 |
msgid "Field Properties"
|
| 1054 |
msgstr "Feltegenskaper"
|
| 1055 |
|
| 1056 |
-
#: ../admin/manage-fields.php:
|
| 1057 |
msgid "Registration & Edit Profile"
|
| 1058 |
msgstr "Registrering & Rediger profil"
|
| 1059 |
|
| 1060 |
-
#: ../admin/manage-fields.php:
|
| 1061 |
msgid "Name"
|
| 1062 |
msgstr "Navn"
|
| 1063 |
|
| 1064 |
-
#: ../admin/manage-fields.php:
|
| 1065 |
msgid "Usernames cannot be changed."
|
| 1066 |
msgstr "Brukernavn kan ikke forandres"
|
| 1067 |
|
| 1068 |
-
#: ../admin/manage-fields.php:
|
| 1069 |
msgid "First Name"
|
| 1070 |
msgstr "Fornavn"
|
| 1071 |
|
| 1072 |
-
#: ../admin/manage-fields.php:
|
| 1073 |
msgid "Last Name"
|
| 1074 |
msgstr "Etternavn"
|
| 1075 |
|
| 1076 |
-
#: ../admin/manage-fields.php:
|
| 1077 |
msgid "Nickname"
|
| 1078 |
msgstr "Kallenavn"
|
| 1079 |
|
| 1080 |
-
#: ../admin/manage-fields.php:
|
| 1081 |
msgid "Display name publicly as"
|
| 1082 |
msgstr "Visningsnavn offentlig som"
|
| 1083 |
|
| 1084 |
-
#: ../admin/manage-fields.php:
|
| 1085 |
msgid "Contact Info"
|
| 1086 |
msgstr "Kontaktinfo"
|
| 1087 |
|
| 1088 |
-
#: ../admin/manage-fields.php:
|
| 1089 |
#: ../features/admin-approval/class-admin-approval.php:180
|
| 1090 |
#: ../features/email-confirmation/class-email-confirmation.php:168
|
| 1091 |
#: ../modules/user-listing/userlisting.php:98
|
| 1092 |
msgid "E-mail"
|
| 1093 |
msgstr "E-post"
|
| 1094 |
|
| 1095 |
-
#: ../admin/manage-fields.php:
|
| 1096 |
#: ../modules/email-customizer/email-customizer.php:32
|
| 1097 |
#: ../modules/user-listing/userlisting.php:101
|
| 1098 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1099 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1100 |
msgid "Website"
|
| 1101 |
msgstr "Nettsted"
|
| 1102 |
|
| 1103 |
-
#: ../admin/manage-fields.php:
|
| 1104 |
msgid "AIM"
|
| 1105 |
msgstr "AIM"
|
| 1106 |
|
| 1107 |
-
#: ../admin/manage-fields.php:
|
| 1108 |
msgid "Yahoo IM"
|
| 1109 |
msgstr "Yahoo IM"
|
| 1110 |
|
| 1111 |
-
#: ../admin/manage-fields.php:
|
| 1112 |
msgid "Jabber / Google Talk"
|
| 1113 |
msgstr "Jabber / Google Talk"
|
| 1114 |
|
| 1115 |
-
#: ../admin/manage-fields.php:
|
| 1116 |
msgid "About Yourself"
|
| 1117 |
msgstr "Om deg selv!"
|
| 1118 |
|
| 1119 |
-
#: ../admin/manage-fields.php:
|
| 1120 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1121 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1122 |
msgid "Biographical Info"
|
| 1123 |
msgstr "Biographical Info"
|
| 1124 |
|
| 1125 |
-
#: ../admin/manage-fields.php:
|
| 1126 |
msgid "Share a little biographical information to fill out your profile. This may be shown publicly."
|
| 1127 |
msgstr "Share a little biographical information to fill out your profile. This may be shown publicly."
|
| 1128 |
|
| 1129 |
-
#: ../admin/manage-fields.php:
|
| 1130 |
#: ../modules/email-customizer/email-customizer.php:30
|
| 1131 |
msgid "Password"
|
| 1132 |
msgstr "Passord"
|
| 1133 |
|
| 1134 |
-
#: ../admin/manage-fields.php:
|
| 1135 |
msgid "Type your password."
|
| 1136 |
msgstr "Skriv inn passordet ditt ."
|
| 1137 |
|
| 1138 |
-
#: ../admin/manage-fields.php:
|
| 1139 |
msgid "Repeat Password"
|
| 1140 |
msgstr "Gjenta Passord"
|
| 1141 |
|
| 1142 |
-
#: ../admin/manage-fields.php:
|
| 1143 |
msgid "Type your password again. "
|
| 1144 |
msgstr "Skriv inn passordet på nytt"
|
| 1145 |
|
| 1146 |
-
#: ../admin/manage-fields.php:
|
| 1147 |
msgid "You must select a field\n"
|
| 1148 |
msgstr "Du må velge et felt\n"
|
| 1149 |
|
| 1150 |
-
#: ../admin/manage-fields.php:
|
| 1151 |
msgid "Please choose a different field type as this one already exists in your form (must be unique)\n"
|
| 1152 |
msgstr "Velg en annen felttype som denne finnes allerede i skjemaet (må være unikt)\n"
|
| 1153 |
|
| 1154 |
-
#: ../admin/manage-fields.php:
|
| 1155 |
msgid "The entered avatar size is not between 20 and 200\n"
|
| 1156 |
msgstr "The entered avatar size is not between 20 and 200\n"
|
| 1157 |
|
| 1158 |
-
#: ../admin/manage-fields.php:
|
| 1159 |
msgid "The entered avatar size is not numerical\n"
|
| 1160 |
msgstr "The entered avatar size is not numerical\n"
|
| 1161 |
|
| 1162 |
-
#: ../admin/manage-fields.php:
|
| 1163 |
msgid "The entered row number is not numerical\n"
|
| 1164 |
msgstr "The entered row number is not numerical\n"
|
| 1165 |
|
| 1166 |
-
#: ../admin/manage-fields.php:
|
| 1167 |
msgid "You must enter a value for the row number\n"
|
| 1168 |
msgstr "You must enter a value for the row number\n"
|
| 1169 |
|
| 1170 |
-
#: ../admin/manage-fields.php:
|
| 1171 |
msgid "The entered value for the Datepicker is not a valid date-format\n"
|
| 1172 |
msgstr "The entered value for the Datepicker is not a valid date-format\n"
|
| 1173 |
|
| 1174 |
-
#: ../admin/manage-fields.php:
|
| 1175 |
msgid "You must enter a value for the date-format\n"
|
| 1176 |
msgstr "You must enter a value for the date-format\n"
|
| 1177 |
|
| 1178 |
-
#: ../admin/manage-fields.php:
|
| 1179 |
-
#: ../admin/manage-fields.php:
|
| 1180 |
msgid "That meta-name is already in use\n"
|
| 1181 |
msgstr "That meta-name is already in use\n"
|
| 1182 |
|
| 1183 |
-
#: ../admin/manage-fields.php:
|
| 1184 |
msgid "The following option(s) did not coincide with the ones in the options list: %s\n"
|
| 1185 |
msgstr "The following option(s) did not coincide with the ones in the options list: %s\n"
|
| 1186 |
|
| 1187 |
-
#: ../admin/manage-fields.php:
|
| 1188 |
msgid "The following option did not coincide with the ones in the options list: %s\n"
|
| 1189 |
msgstr "The following option did not coincide with the ones in the options list: %s\n"
|
| 1190 |
|
| 1191 |
-
#: ../admin/manage-fields.php:
|
| 1192 |
msgid "That field is already added in this form\n"
|
| 1193 |
msgstr "That field is already added in this form\n"
|
| 1194 |
|
| 1195 |
-
#: ../admin/manage-fields.php:
|
| 1196 |
msgid "<pre>Title</pre><pre>Type</pre><pre>Meta Name</pre><pre class=\"wppb-mb-head-required\">Required</pre>"
|
| 1197 |
msgstr "<pre>Title</pre><pre>Type</pre><pre>Meta Name</pre><pre class=\"wppb-mb-head-required\">Required</pre>"
|
| 1198 |
|
| 1199 |
-
#: ../admin/manage-fields.php:
|
| 1200 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 1201 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:529
|
| 1202 |
#: ../features/admin-approval/class-admin-approval.php:119
|
| 1203 |
-
#: ../features/functions.php:
|
| 1204 |
#: ../modules/multiple-forms/multiple-forms.php:416
|
| 1205 |
msgid "Edit"
|
| 1206 |
msgstr "Rediger"
|
| 1207 |
|
| 1208 |
-
#: ../admin/manage-fields.php:
|
| 1209 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 1210 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:530
|
| 1211 |
#: ../features/admin-approval/class-admin-approval.php:124
|
| 1212 |
#: ../features/admin-approval/class-admin-approval.php:235
|
| 1213 |
#: ../features/email-confirmation/class-email-confirmation.php:120
|
| 1214 |
#: ../features/email-confirmation/class-email-confirmation.php:217
|
| 1215 |
-
#: ../features/functions.php:
|
| 1216 |
msgid "Delete"
|
| 1217 |
msgstr "Slett"
|
| 1218 |
|
| 1219 |
-
#: ../admin/manage-fields.php:
|
| 1220 |
msgid "Use these shortcodes on the pages you want the forms to be displayed:"
|
| 1221 |
msgstr "Bruk disse koder på sidene du vil skjemaene vises:"
|
| 1222 |
|
| 1223 |
-
#: ../admin/manage-fields.php:
|
| 1224 |
msgid "If you're interested in displaying different fields in the registration and edit profile forms, please use the Multiple Registration & Edit Profile Forms Addon."
|
| 1225 |
msgstr "Hvis du er interessert i å vise ulike felt i registrering og redigere profilen skjemaer, kan du bruke flere registrering & Rediger profil skjemaer Addon."
|
| 1226 |
|
|
@@ -1261,7 +2370,7 @@ msgid "(e.g. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
|
|
| 1261 |
msgstr "(f.eks RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
|
| 1262 |
|
| 1263 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 1264 |
-
#: ../features/functions.php:
|
| 1265 |
msgid "Content"
|
| 1266 |
msgstr "Innhold"
|
| 1267 |
|
|
@@ -1273,19 +2382,24 @@ msgstr "Rediger dette elementet"
|
|
| 1273 |
msgid "Delete this item"
|
| 1274 |
msgstr "Slett dette elementet"
|
| 1275 |
|
| 1276 |
-
#: ../assets/lib/wck-api/wordpress-creation-kit.php:
|
| 1277 |
msgid "Please enter a value for the required field "
|
| 1278 |
msgstr "Angi en verdi for feltet nødvendig"
|
| 1279 |
|
| 1280 |
-
#: ../
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1281 |
msgid "Remove"
|
| 1282 |
msgstr "Fjern"
|
| 1283 |
|
| 1284 |
-
#: ../assets/lib/wck-api/wordpress-creation-kit.php:
|
| 1285 |
msgid "Syncronize WCK"
|
| 1286 |
msgstr "Synkroniser WCK"
|
| 1287 |
|
| 1288 |
-
#: ../assets/lib/wck-api/wordpress-creation-kit.php:
|
| 1289 |
msgid "Syncronize WCK Translation"
|
| 1290 |
msgstr "Synkroniser WCK oversettelse"
|
| 1291 |
|
|
@@ -1293,7 +2407,8 @@ msgstr "Synkroniser WCK oversettelse"
|
|
| 1293 |
msgid "You can add the information for the %s after you add a entry"
|
| 1294 |
msgstr "Du kan legge til informasjon for %s når du legger til en oppføring"
|
| 1295 |
|
| 1296 |
-
#: ../assets/lib/wck-api/fields/upload.php:
|
|
|
|
| 1297 |
msgid "Upload "
|
| 1298 |
msgstr "Last opp"
|
| 1299 |
|
|
@@ -1337,24 +2452,20 @@ msgstr "%1$s de %2$s"
|
|
| 1337 |
msgid "Select All"
|
| 1338 |
msgstr "Merk alle"
|
| 1339 |
|
| 1340 |
-
#: ../features/functions.php:
|
| 1341 |
-
msgid "Profile Builder"
|
| 1342 |
-
msgstr "Profile Builder"
|
| 1343 |
-
|
| 1344 |
-
#: ../features/functions.php:273
|
| 1345 |
msgid "The user-validation has failed - the avatar was not deleted!"
|
| 1346 |
msgstr "Bruker-valideringen mislyktes - avatar ble ikke slettet!"
|
| 1347 |
|
| 1348 |
-
#: ../features/functions.php:
|
| 1349 |
msgid "The user-validation has failed - the attachment was not deleted!"
|
| 1350 |
msgstr "Bruker-valideringen mislyktes - vedlegget ble ikke slettet!"
|
| 1351 |
|
| 1352 |
-
#: ../features/functions.php:
|
| 1353 |
msgid "Strength indicator"
|
| 1354 |
msgstr "Styrke indikator"
|
| 1355 |
|
| 1356 |
#: ../features/admin-approval/admin-approval.php:7
|
| 1357 |
-
#: ../features/admin-approval/class-admin-approval.php:
|
| 1358 |
msgid "Admin Approval"
|
| 1359 |
msgstr "Admin Approval (*)"
|
| 1360 |
|
|
@@ -1380,58 +2491,58 @@ msgid "User successfully deleted!"
|
|
| 1380 |
msgstr "Bruker slettet!"
|
| 1381 |
|
| 1382 |
#: ../features/admin-approval/admin-approval.php:74
|
| 1383 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1384 |
#: ../features/email-confirmation/email-confirmation.php:135
|
| 1385 |
msgid "You either don't have permission for that action or there was an error!"
|
| 1386 |
msgstr "Du enten ikke har tillatelse for handlingen, eller det var en feil!"
|
| 1387 |
|
| 1388 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1389 |
msgid "Your session has expired! Please refresh the page and try again."
|
| 1390 |
msgstr "Økten er utløpt! Oppdater siden og prøv på nytt."
|
| 1391 |
|
| 1392 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1393 |
msgid "Users successfully approved!"
|
| 1394 |
msgstr "Brukere er godkjent!"
|
| 1395 |
|
| 1396 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1397 |
msgid "Users successfully unapproved!"
|
| 1398 |
msgstr "Bruker ble utestengt"
|
| 1399 |
|
| 1400 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1401 |
msgid "Users successfully deleted!"
|
| 1402 |
msgstr "Bruker slettet!"
|
| 1403 |
|
| 1404 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1405 |
msgid "Your account on %1$s has been approved!"
|
| 1406 |
msgstr "Kontoen %1$s har blitt godkjent!"
|
| 1407 |
|
| 1408 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1409 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1410 |
msgid "approved"
|
| 1411 |
msgstr "Godkjent"
|
| 1412 |
|
| 1413 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1414 |
msgid "An administrator has just approved your account on %1$s (%2$s)."
|
| 1415 |
msgstr "En administrator har nettopp godkjent kontoen %1$s (%2$s)."
|
| 1416 |
|
| 1417 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1418 |
msgid "Your account on %1$s has been unapproved!"
|
| 1419 |
msgstr "Kontoen%1$s er blokkert."
|
| 1420 |
|
| 1421 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1422 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1423 |
msgid "unapproved"
|
| 1424 |
msgstr "Ikke godkjent"
|
| 1425 |
|
| 1426 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1427 |
msgid "An administrator has just unapproved your account on %1$s (%2$s)."
|
| 1428 |
msgstr "En administrator har akkuratt blokkert din konto %1$s (%2$s)."
|
| 1429 |
|
| 1430 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1431 |
msgid "<strong>ERROR</strong>: Your account has to be confirmed by an administrator before you can log in."
|
| 1432 |
msgstr "<strong>FEIL:</strong> Kontoen må være bekreftet av en administrator før du kan logge inn."
|
| 1433 |
|
| 1434 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1435 |
msgid "Your account has to be confirmed by an administrator before you can use the \"Password Recovery\" feature."
|
| 1436 |
msgstr "Kontoen din må bekreftes av en administrator før du kan bruke "Password Recovery" -funksjonen."
|
| 1437 |
|
|
@@ -1458,21 +2569,23 @@ msgid "Approve"
|
|
| 1458 |
msgstr "Godkjenne"
|
| 1459 |
|
| 1460 |
#: ../features/admin-approval/class-admin-approval.php:178
|
| 1461 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1462 |
-
#: ../modules/user-listing/userlisting.php:
|
|
|
|
| 1463 |
msgid "Firstname"
|
| 1464 |
msgstr "Fornavn"
|
| 1465 |
|
| 1466 |
#: ../features/admin-approval/class-admin-approval.php:179
|
| 1467 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1468 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1469 |
msgid "Lastname"
|
| 1470 |
msgstr "Etternavn"
|
| 1471 |
|
| 1472 |
#: ../features/admin-approval/class-admin-approval.php:181
|
| 1473 |
#: ../modules/user-listing/userlisting.php:124
|
| 1474 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1475 |
-
#: ../modules/user-listing/userlisting.php:
|
|
|
|
| 1476 |
msgid "Role"
|
| 1477 |
msgstr "Rolle"
|
| 1478 |
|
|
@@ -1502,15 +2615,15 @@ msgstr "Vil du slette valgte brukere?"
|
|
| 1502 |
msgid "Sorry, but you don't have permission to do that!"
|
| 1503 |
msgstr "Beklager, men du har ikke tillatelse til å gjøre det!"
|
| 1504 |
|
| 1505 |
-
#: ../features/admin-approval/class-admin-approval.php:
|
| 1506 |
msgid "Approved"
|
| 1507 |
msgstr "Godkjent"
|
| 1508 |
|
| 1509 |
-
#: ../features/admin-approval/class-admin-approval.php:
|
| 1510 |
msgid "Unapproved"
|
| 1511 |
msgstr "Ikke godkjent"
|
| 1512 |
|
| 1513 |
-
#: ../features/admin-approval/class-admin-approval.php:
|
| 1514 |
#: ../features/email-confirmation/class-email-confirmation.php:469
|
| 1515 |
msgid "All Users"
|
| 1516 |
msgstr "Alle Brukere"
|
|
@@ -1570,11 +2683,11 @@ msgstr "Den valgte brukeren kunne ikke slettes"
|
|
| 1570 |
msgid "Email notification resent to user"
|
| 1571 |
msgstr "E-postvarsling sendt på nytt til brukeren"
|
| 1572 |
|
| 1573 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1574 |
msgid "[%1$s] Activate %2$s"
|
| 1575 |
msgstr "[%1$s] Aktivere %2$s"
|
| 1576 |
|
| 1577 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1578 |
msgid ""
|
| 1579 |
"To activate your user, please click the following link:\n"
|
| 1580 |
"\n"
|
|
@@ -1588,42 +2701,42 @@ msgstr ""
|
|
| 1588 |
"\n"
|
| 1589 |
"Etter aktivering får du *en annen email* med påloggingsinformasjonen."
|
| 1590 |
|
| 1591 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1592 |
#: ../front-end/register.php:68
|
| 1593 |
msgid "Could not create user!"
|
| 1594 |
msgstr "Kan ikke opprette brukeren."
|
| 1595 |
|
| 1596 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1597 |
msgid "That username is already activated!"
|
| 1598 |
msgstr "Brukernavnet er allerede aktivert."
|
| 1599 |
|
| 1600 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1601 |
msgid "There was an error while trying to activate the user"
|
| 1602 |
msgstr "Det oppstod en feil under forsøket på å aktivere bruker"
|
| 1603 |
|
| 1604 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1605 |
#: ../modules/email-customizer/admin-email-customizer.php:73
|
| 1606 |
msgid "A new subscriber has (been) registered!"
|
| 1607 |
msgstr "Ny abonnent (er) registrert!"
|
| 1608 |
|
| 1609 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1610 |
msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
|
| 1611 |
msgstr "Ny abonnent på %1$s.<br><br>Username:%2$s<br>E-mail: %3$s<br>"
|
| 1612 |
|
| 1613 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1614 |
msgid "The \"Admin Approval\" feature was activated at the time of registration, so please remember that you need to approve this user before he/she can log in!"
|
| 1615 |
msgstr "Funksjonen \"Administratorgodkjenning\" ble aktivert ved registrering, så husk at du må godkjenne denne brukeren før han/hun kan logge inn!"
|
| 1616 |
|
| 1617 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1618 |
msgid "[%1$s] Your new account information"
|
| 1619 |
msgstr "[%1$s] Din nye kontoinformasjon"
|
| 1620 |
|
| 1621 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1622 |
msgid "Welcome to %1$s!<br/><br/><br/>Your username is:%2$s and password:%3$s"
|
| 1623 |
msgstr "Velkommen til %1$s!<br><br><br>Brukernavnet ditt er: %2$s og passord: %3$s"
|
| 1624 |
|
| 1625 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1626 |
-
#: ../front-end/register.php:
|
| 1627 |
msgid "Before you can access your account, an administrator needs to approve it. You will be notified via email."
|
| 1628 |
msgstr "Før du kan få tilgang til kontoen din, må en administrator godkjenne den. Du vil bli varslet via e-post."
|
| 1629 |
|
|
@@ -1635,7 +2748,7 @@ msgstr "Denne loginn widgeten lar deg legge til en påloggingsskjema i sidepanel
|
|
| 1635 |
msgid "Profile Builder Login Widget"
|
| 1636 |
msgstr "Logg inn-widget"
|
| 1637 |
|
| 1638 |
-
#: ../front-end/class-formbuilder.php:
|
| 1639 |
msgid "Register"
|
| 1640 |
msgstr "Registrer"
|
| 1641 |
|
|
@@ -1696,53 +2809,53 @@ msgstr "her"
|
|
| 1696 |
msgid "You will soon be redirected automatically. If you see this page for more than %1$d seconds, please click %2$s.%3$s"
|
| 1697 |
msgstr "Du vil snart bli omdirigert automatisk. Hvis du ser denne siden for mer enn %1$ d sekunder, vennligst klikk %2$s.%3$s"
|
| 1698 |
|
| 1699 |
-
#: ../front-end/class-formbuilder.php:
|
| 1700 |
-
#: ../front-end/class-formbuilder.php:
|
| 1701 |
msgid "The account %1s has been successfully created!"
|
| 1702 |
msgstr "Kontoen %1s ble opprettet!"
|
| 1703 |
|
| 1704 |
-
#: ../front-end/class-formbuilder.php:
|
| 1705 |
-
#: ../front-end/class-formbuilder.php:
|
| 1706 |
msgid "Before you can access your account %1s, you need to confirm your email address. Please check your inbox and click the activation link."
|
| 1707 |
msgstr "Før du kan få tilgang til dine konto% 1s, må du bekrefte din e-postadresse. Vennligst sjekk innboksen din og klikk på koblingen aktivering."
|
| 1708 |
|
| 1709 |
-
#: ../front-end/class-formbuilder.php:
|
| 1710 |
msgid "Before you can access your account %1s, an administrator has to approve it. You will be notified via email."
|
| 1711 |
msgstr "Før du kan få tilgang til dine konto% 1s, må en administrator godkjenne den. Du vil bli varslet via e-post."
|
| 1712 |
|
| 1713 |
-
#: ../front-end/class-formbuilder.php:
|
| 1714 |
msgid "Your profile has been successfully updated!"
|
| 1715 |
msgstr "Profilen din ble oppdatert!"
|
| 1716 |
|
| 1717 |
-
#: ../front-end/class-formbuilder.php:
|
| 1718 |
msgid "There was an error in the submitted form"
|
| 1719 |
msgstr "Det er en feil i skjemaet som ble sendt"
|
| 1720 |
|
| 1721 |
-
#: ../front-end/class-formbuilder.php:
|
| 1722 |
msgid "Add User"
|
| 1723 |
msgstr "Legg til bruker"
|
| 1724 |
|
| 1725 |
-
#: ../admin/add-ons.php:170 ../front-end/class-formbuilder.php:
|
| 1726 |
msgid "Update"
|
| 1727 |
msgstr "Oppdater"
|
| 1728 |
|
| 1729 |
-
#: ../front-end/class-formbuilder.php:
|
| 1730 |
#: ../front-end/extra-fields/extra-fields.php:35
|
| 1731 |
msgid "The avatar was successfully deleted!"
|
| 1732 |
msgstr "Avataren ble slettet!"
|
| 1733 |
|
| 1734 |
-
#: ../front-end/class-formbuilder.php:
|
| 1735 |
#: ../front-end/extra-fields/extra-fields.php:37
|
| 1736 |
msgid "The following attachment was successfully deleted:"
|
| 1737 |
msgstr "Følgende vedlegg ble slettet:"
|
| 1738 |
|
| 1739 |
-
#: ../front-end/class-formbuilder.php:
|
| 1740 |
msgid "Send these credentials via email."
|
| 1741 |
msgstr "Send denne informasjonen på e-post."
|
| 1742 |
|
| 1743 |
#: ../front-end/extra-fields/extra-fields.php:99 ../front-end/login.php:89
|
| 1744 |
#: ../front-end/login.php:96 ../front-end/login.php:110
|
| 1745 |
-
#: ../front-end/recover.php:17 ../front-end/recover.php:
|
| 1746 |
msgid "ERROR"
|
| 1747 |
msgstr "FEIL"
|
| 1748 |
|
|
@@ -1762,15 +2875,15 @@ msgstr "Mistet ditt passord?"
|
|
| 1762 |
msgid "Both fields are empty."
|
| 1763 |
msgstr "Begge felter er tomme."
|
| 1764 |
|
| 1765 |
-
#: ../front-end/login.php:
|
| 1766 |
msgid "You are currently logged in as %1$s. %2$s"
|
| 1767 |
msgstr "Du er logget inn som %1$s. %2$s"
|
| 1768 |
|
| 1769 |
-
#: ../front-end/login.php:
|
| 1770 |
msgid "Log out of this account"
|
| 1771 |
msgstr "Logg ut av denne kontoen"
|
| 1772 |
|
| 1773 |
-
#: ../front-end/login.php:
|
| 1774 |
msgid "Log out"
|
| 1775 |
msgstr "Logg ut"
|
| 1776 |
|
|
@@ -1810,15 +2923,15 @@ msgstr "Kontroller at du har angitt riktig brukernavn."
|
|
| 1810 |
msgid "Check your e-mail for the confirmation link."
|
| 1811 |
msgstr "Sjekk e-posten din for bekreftelseslenke."
|
| 1812 |
|
| 1813 |
-
#: ../front-end/recover.php:
|
| 1814 |
msgid "Someone requested that the password be reset for the following account: <b>%1$s</b><br/>If this was a mistake, just ignore this email and nothing will happen.<br/>To reset your password, visit the following link:%2$s"
|
| 1815 |
msgstr "Noen har bedt om at passordet tilbakestilles for følgende <b>konto:%1$s</b> <br/> Hvis dette var en feil, bare ignorere denne e-posten, og ingenting vil skje. <br/> For å tilbakestille passordet ditt, kan du gå til følgende link:%2$s"
|
| 1816 |
|
| 1817 |
-
#: ../front-end/recover.php:
|
| 1818 |
msgid "Password Reset from \"%1$s\""
|
| 1819 |
msgstr "tilbakestill passord fra \"%1$s\""
|
| 1820 |
|
| 1821 |
-
#: ../front-end/recover.php:
|
| 1822 |
msgid "There was an error while trying to send the activation link to %1$s!"
|
| 1823 |
msgstr "Det oppstod en feil ved forsøk på å sende linken aktivisering til%1$s!"
|
| 1824 |
|
|
@@ -1830,31 +2943,31 @@ msgstr "Den angitte e-postadressen ble ikke funnet i databasen!"
|
|
| 1830 |
msgid "Please check that you entered the correct email address."
|
| 1831 |
msgstr "Vennligst sjekk at du skrev inn riktig e-postadresse."
|
| 1832 |
|
| 1833 |
-
#: ../front-end/recover.php:
|
| 1834 |
msgid "Your password has been successfully changed!"
|
| 1835 |
msgstr "Ditt passord har blitt endret!"
|
| 1836 |
|
| 1837 |
-
#: ../front-end/recover.php:
|
| 1838 |
msgid "You have successfully reset your password to: %1$s"
|
| 1839 |
msgstr "Du har nå tilbakestille passordet ditt til:%1$s"
|
| 1840 |
|
| 1841 |
-
#: ../front-end/recover.php:
|
| 1842 |
msgid "Password Successfully Reset for %1$s on \"%2$s\""
|
| 1843 |
msgstr "Passord Vellykket Tilbakestilt for %1$s på \"%2$s\""
|
| 1844 |
|
| 1845 |
-
#: ../front-end/recover.php:
|
| 1846 |
msgid "%1$s has requested a password change via the password reset feature.<br/>His/her new password is:%2$s"
|
| 1847 |
msgstr "%1$s har bedt om en passordendring via funksjonen Tilbakestill.<br/>Det nye passordet er:%2$s"
|
| 1848 |
|
| 1849 |
-
#: ../front-end/recover.php:
|
| 1850 |
msgid "The entered passwords don't match!"
|
| 1851 |
msgstr "Passordene samsvarer ikke."
|
| 1852 |
|
| 1853 |
-
#: ../front-end/recover.php:
|
| 1854 |
msgid "ERROR:"
|
| 1855 |
msgstr "FEIL:"
|
| 1856 |
|
| 1857 |
-
#: ../front-end/recover.php:
|
| 1858 |
msgid "Invalid key!"
|
| 1859 |
msgstr "Ugyldig nøkkel!"
|
| 1860 |
|
|
@@ -1870,226 +2983,81 @@ msgstr "Dette brukernavnet er nå aktiv!"
|
|
| 1870 |
msgid "This username is already activated!"
|
| 1871 |
msgstr "Brukernavnet er allerede aktivert."
|
| 1872 |
|
| 1873 |
-
#: ../front-end/register.php:
|
| 1874 |
msgid "Your email was successfully confirmed."
|
| 1875 |
msgstr "Din e-post ble bekreftet."
|
| 1876 |
|
| 1877 |
-
#: ../front-end/register.php:
|
| 1878 |
msgid "There was an error while trying to activate the user."
|
| 1879 |
msgstr "Det oppstod en feil under forsøket på å aktivere brukeren."
|
| 1880 |
|
| 1881 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1882 |
msgid "The email you entered is not a valid email address."
|
| 1883 |
msgstr "E-posten du skrev inn er ikke en gyldig e-postadresse."
|
| 1884 |
|
| 1885 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1886 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1887 |
msgid "This email is already reserved to be used soon."
|
| 1888 |
msgstr "Denne e-posten er allerede reservert til bruk snart."
|
| 1889 |
|
| 1890 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1891 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1892 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1893 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1894 |
-
#: ../front-end/default-fields/username/username.php:
|
| 1895 |
-
#: ../front-end/default-fields/username/username.php:
|
| 1896 |
msgid "Please try a different one!"
|
| 1897 |
msgstr "Prøv en annen!"
|
| 1898 |
|
| 1899 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1900 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1901 |
msgid "This email is already in use."
|
| 1902 |
msgstr "Denne e-posten er allerede i bruk."
|
| 1903 |
|
| 1904 |
-
#: ../front-end/default-fields/password-repeat/password-repeat.php:
|
| 1905 |
-
#: ../front-end/default-fields/password-repeat/password-repeat.php:
|
| 1906 |
msgid "The passwords do not match"
|
| 1907 |
msgstr "Passordene samsvarer ikke."
|
| 1908 |
|
| 1909 |
-
#: ../front-end/default-fields/username/username.php:
|
| 1910 |
msgid "This username already exists."
|
| 1911 |
msgstr "Dette brukernavnet finnes allerede."
|
| 1912 |
|
| 1913 |
-
#: ../front-end/default-fields/username/username.php:
|
| 1914 |
msgid "This username is already reserved to be used soon."
|
| 1915 |
msgstr "Dette brukernavnet er allerede reservert for bruk snart."
|
| 1916 |
|
| 1917 |
-
#: ../
|
| 1918 |
-
#: ../front-end/extra-fields/avatar/avatar.php:103
|
| 1919 |
-
#: ../front-end/extra-fields/upload/upload.php:29
|
| 1920 |
-
#: ../front-end/extra-fields/upload/upload.php:68
|
| 1921 |
-
msgid "max upload size"
|
| 1922 |
-
msgstr "maks opplastingsstørrelse"
|
| 1923 |
-
|
| 1924 |
-
#: ../front-end/extra-fields/avatar/avatar.php:71
|
| 1925 |
-
msgid "Current avatar: No uploaded avatar"
|
| 1926 |
-
msgstr "Nåværende avatar: Ingen opplastet avatar"
|
| 1927 |
-
|
| 1928 |
-
#: ../front-end/extra-fields/avatar/avatar.php:76
|
| 1929 |
-
#: ../front-end/extra-fields/avatar/avatar.php:110
|
| 1930 |
msgid "Avatar"
|
| 1931 |
msgstr "Avatar"
|
| 1932 |
|
| 1933 |
-
#: ../front-end/extra-fields/avatar/avatar.php:
|
| 1934 |
-
#: ../front-end/extra-fields/
|
| 1935 |
-
#: ../front-end/extra-fields/
|
| 1936 |
-
#: ../front-end/extra-fields/
|
| 1937 |
-
|
| 1938 |
-
|
| 1939 |
-
|
| 1940 |
-
#: ../front-end/extra-fields/
|
| 1941 |
-
#: ../front-end/extra-fields/
|
| 1942 |
-
|
| 1943 |
-
|
| 1944 |
-
|
| 1945 |
-
#: ../front-end/extra-fields/avatar/avatar.php:87
|
| 1946 |
-
#: ../front-end/extra-fields/avatar/avatar.php:115
|
| 1947 |
-
msgid "Are you sure you want to delete this avatar?"
|
| 1948 |
-
msgstr "Er du sikker på at du vil slette denne avatar?"
|
| 1949 |
-
|
| 1950 |
-
#: ../front-end/extra-fields/avatar/avatar.php:88
|
| 1951 |
-
#: ../front-end/extra-fields/avatar/avatar.php:115
|
| 1952 |
-
msgid "Click to delete the current avatar"
|
| 1953 |
-
msgstr "Klikk for å slette gjeldende avatar"
|
| 1954 |
-
|
| 1955 |
-
#: ../front-end/extra-fields/avatar/avatar.php:96
|
| 1956 |
-
#: ../front-end/extra-fields/checkbox/checkbox.php:44
|
| 1957 |
-
#: ../front-end/extra-fields/datepicker/datepicker.php:47
|
| 1958 |
-
#: ../front-end/extra-fields/input-hidden/input-hidden.php:32
|
| 1959 |
-
#: ../front-end/extra-fields/input/input.php:28
|
| 1960 |
-
#: ../front-end/extra-fields/radio/radio.php:42
|
| 1961 |
-
#: ../front-end/extra-fields/select-multiple/select-multiple.php:44
|
| 1962 |
-
#: ../front-end/extra-fields/select-timezone/select-timezone.php:42
|
| 1963 |
-
#: ../front-end/extra-fields/select/select.php:44
|
| 1964 |
-
#: ../front-end/extra-fields/textarea/textarea.php:28
|
| 1965 |
-
#: ../front-end/extra-fields/upload/upload.php:62
|
| 1966 |
#: ../front-end/extra-fields/wysiwyg/wysiwyg.php:33
|
| 1967 |
msgid "required"
|
| 1968 |
msgstr "påkrevd"
|
| 1969 |
|
| 1970 |
-
#: ../front-end/extra-fields/
|
| 1971 |
-
msgid "Current avatar"
|
| 1972 |
-
msgstr "Gjeldende avatar"
|
| 1973 |
-
|
| 1974 |
-
#: ../front-end/extra-fields/avatar/avatar.php:106
|
| 1975 |
-
msgid "No uploaded avatar"
|
| 1976 |
-
msgstr "Ingen opplastede avatar"
|
| 1977 |
-
|
| 1978 |
-
#: ../front-end/extra-fields/avatar/avatar.php:212
|
| 1979 |
-
#: ../front-end/extra-fields/upload/upload.php:173
|
| 1980 |
-
msgid "The extension of the file did not match"
|
| 1981 |
-
msgstr "Filtypen for filen samsvarer ikke"
|
| 1982 |
-
|
| 1983 |
-
#: ../front-end/extra-fields/avatar/avatar.php:215
|
| 1984 |
-
#: ../front-end/extra-fields/avatar/avatar.php:218
|
| 1985 |
-
#: ../front-end/extra-fields/upload/upload.php:177
|
| 1986 |
-
#: ../front-end/extra-fields/upload/upload.php:180
|
| 1987 |
-
msgid "The file uploaded exceeds the upload_max_filesize directive in php.ini"
|
| 1988 |
-
msgstr "Filen lastet opp overskrider upload_max_filesize direktivet i php.ini"
|
| 1989 |
-
|
| 1990 |
-
#: ../front-end/extra-fields/avatar/avatar.php:221
|
| 1991 |
-
#: ../front-end/extra-fields/upload/upload.php:183
|
| 1992 |
-
msgid "The file uploaded exceeds the MAX_FILE_SIZE directive in php.ini"
|
| 1993 |
-
msgstr "Filen lastet opp overskrider MAX_FILE_SIZE direktivet i php.ini"
|
| 1994 |
-
|
| 1995 |
-
#: ../front-end/extra-fields/avatar/avatar.php:224
|
| 1996 |
-
msgid "The file could only partially be uploaded "
|
| 1997 |
-
msgstr "Filen lastes bare delvis"
|
| 1998 |
-
|
| 1999 |
-
#: ../front-end/extra-fields/avatar/avatar.php:227
|
| 2000 |
-
#: ../front-end/extra-fields/avatar/avatar.php:251
|
| 2001 |
-
#: ../front-end/extra-fields/avatar/avatar.php:254
|
| 2002 |
-
#: ../front-end/extra-fields/upload/upload.php:189
|
| 2003 |
-
#: ../front-end/extra-fields/upload/upload.php:213
|
| 2004 |
-
#: ../front-end/extra-fields/upload/upload.php:216
|
| 2005 |
-
msgid "No file was selected"
|
| 2006 |
-
msgstr "Ingen fil valgt"
|
| 2007 |
-
|
| 2008 |
-
#: ../front-end/extra-fields/avatar/avatar.php:230
|
| 2009 |
-
#: ../front-end/extra-fields/upload/upload.php:192
|
| 2010 |
-
msgid "The temporary upload folder is missing from the system"
|
| 2011 |
-
msgstr "Midlertidig opplastingsmappen mangler fra systemet"
|
| 2012 |
-
|
| 2013 |
-
#: ../front-end/extra-fields/avatar/avatar.php:233
|
| 2014 |
-
#: ../front-end/extra-fields/upload/upload.php:195
|
| 2015 |
-
msgid "The file failed to write to the disk"
|
| 2016 |
-
msgstr "Filen kunne ikke skrive til disk"
|
| 2017 |
-
|
| 2018 |
-
#: ../front-end/extra-fields/avatar/avatar.php:236
|
| 2019 |
-
#: ../front-end/extra-fields/upload/upload.php:198
|
| 2020 |
-
msgid "A PHP extension stopped the file upload"
|
| 2021 |
-
msgstr "En PHP forlengelsen stoppet filopplasting"
|
| 2022 |
-
|
| 2023 |
-
#: ../front-end/extra-fields/avatar/avatar.php:239
|
| 2024 |
-
msgid "Unknown error occurred"
|
| 2025 |
-
msgstr "En ukjent feil oppstod"
|
| 2026 |
-
|
| 2027 |
-
#: ../front-end/extra-fields/recaptcha/recaptcha.php:47
|
| 2028 |
msgid "To use reCAPTCHA you must get an API key from"
|
| 2029 |
msgstr "Du må få en API-nøkkel fra å bruke reCAPTCHA"
|
| 2030 |
|
| 2031 |
-
#: ../front-end/extra-fields/recaptcha/recaptcha.php:
|
| 2032 |
msgid "For security reasons, you must pass the remote ip to reCAPTCHA!"
|
| 2033 |
msgstr "Av sikkerhetsgrunner må du passere eksterne ip til reCAPTCHA!"
|
| 2034 |
|
| 2035 |
-
#: ../front-end/extra-fields/recaptcha/recaptcha.php:
|
| 2036 |
msgid "To use reCAPTCHA you must get an API public key from:"
|
| 2037 |
msgstr "Du må få en API fellesnøkkel fra å bruke reCAPTCHA:"
|
| 2038 |
|
| 2039 |
-
#: ../front-end/extra-fields/recaptcha/recaptcha.php:142
|
| 2040 |
-
msgid "To use reCAPTCHA you must get an API private key from:"
|
| 2041 |
-
msgstr "Du må få en API-privat nøkkel fra å bruke reCAPTCHA:"
|
| 2042 |
-
|
| 2043 |
-
#: ../front-end/extra-fields/upload/upload.php:35
|
| 2044 |
-
msgid "Current file: No uploaded attachment"
|
| 2045 |
-
msgstr "Gjeldende fil: ingen opplastede vedlegg"
|
| 2046 |
-
|
| 2047 |
-
#: ../front-end/extra-fields/upload/upload.php:39
|
| 2048 |
-
#: ../front-end/extra-fields/upload/upload.php:48
|
| 2049 |
-
#: ../front-end/extra-fields/upload/upload.php:71
|
| 2050 |
-
#: ../front-end/extra-fields/upload/upload.php:75
|
| 2051 |
-
#: ../front-end/extra-fields/upload/upload.php:77
|
| 2052 |
-
msgid "Current file"
|
| 2053 |
-
msgstr "Gjeldende fil"
|
| 2054 |
-
|
| 2055 |
-
#: ../front-end/extra-fields/upload/upload.php:42
|
| 2056 |
-
#: ../front-end/extra-fields/upload/upload.php:51
|
| 2057 |
-
#: ../front-end/extra-fields/upload/upload.php:75
|
| 2058 |
-
#: ../front-end/extra-fields/upload/upload.php:77
|
| 2059 |
-
msgid "Click to see the current attachment"
|
| 2060 |
-
msgstr "Klikk for å se det gjeldende vedlegget"
|
| 2061 |
-
|
| 2062 |
-
#: ../front-end/extra-fields/upload/upload.php:44
|
| 2063 |
-
#: ../front-end/extra-fields/upload/upload.php:75
|
| 2064 |
-
msgid "The attachment can't be deleted (It was marked as required by the administrator)"
|
| 2065 |
-
msgstr "Vedlegget kan ikke slettes (den er merket som påkrevd av administrator)"
|
| 2066 |
-
|
| 2067 |
-
#: ../front-end/extra-fields/upload/upload.php:53
|
| 2068 |
-
#: ../front-end/extra-fields/upload/upload.php:77
|
| 2069 |
-
msgid "Are you sure you want to delete this attachment?"
|
| 2070 |
-
msgstr "Er du sikker på at du vil slette dette vedlegget?"
|
| 2071 |
-
|
| 2072 |
-
#: ../front-end/extra-fields/upload/upload.php:54
|
| 2073 |
-
#: ../front-end/extra-fields/upload/upload.php:77
|
| 2074 |
-
msgid "Click to delete the current attachment"
|
| 2075 |
-
msgstr "Klikk for å slette det gjeldende vedlegget"
|
| 2076 |
-
|
| 2077 |
-
#: ../front-end/extra-fields/upload/upload.php:71
|
| 2078 |
-
msgid "No uploaded attachment"
|
| 2079 |
-
msgstr "Ingen opplastede vedlegg"
|
| 2080 |
-
|
| 2081 |
-
#: ../front-end/extra-fields/upload/upload.php:164
|
| 2082 |
-
msgid "The extension of the file is not allowed"
|
| 2083 |
-
msgstr "Filtypen er ikke tillatt"
|
| 2084 |
-
|
| 2085 |
-
#: ../front-end/extra-fields/upload/upload.php:186
|
| 2086 |
-
msgid "The file could only partially be uploaded"
|
| 2087 |
-
msgstr "Filen lastes bare delvis"
|
| 2088 |
-
|
| 2089 |
-
#: ../front-end/extra-fields/upload/upload.php:201
|
| 2090 |
-
msgid "This field wasn't updated because an unknown error occured"
|
| 2091 |
-
msgstr "Dette feltet ble ikke oppdatert fordi en ukjent feil oppstod"
|
| 2092 |
-
|
| 2093 |
#: ../modules/modules.php:11 ../modules/modules.php:80
|
| 2094 |
msgid "Modules"
|
| 2095 |
msgstr "Moduler"
|
|
@@ -2452,37 +3420,37 @@ msgstr "Ingen Rediger profil skjemaer i papirkurven"
|
|
| 2452 |
|
| 2453 |
#: ../modules/multiple-forms/edit-profile-forms.php:131
|
| 2454 |
#: ../modules/multiple-forms/register-forms.php:134
|
| 2455 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2456 |
msgid "Shortcode"
|
| 2457 |
msgstr "Kortkode"
|
| 2458 |
|
| 2459 |
#: ../modules/multiple-forms/edit-profile-forms.php:151
|
| 2460 |
#: ../modules/multiple-forms/register-forms.php:155
|
| 2461 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2462 |
msgid "(no title)"
|
| 2463 |
msgstr "(ingen tittel)"
|
| 2464 |
|
| 2465 |
#: ../modules/multiple-forms/edit-profile-forms.php:171
|
| 2466 |
#: ../modules/multiple-forms/register-forms.php:174
|
| 2467 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2468 |
msgid "The shortcode will be available after you publish this form."
|
| 2469 |
msgstr "Shortcode blir tilgjengelig etter at du publiserer dette skjemaet."
|
| 2470 |
|
| 2471 |
#: ../modules/multiple-forms/edit-profile-forms.php:173
|
| 2472 |
#: ../modules/multiple-forms/register-forms.php:176
|
| 2473 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2474 |
msgid "Use this shortcode on the page you want the form to be displayed:"
|
| 2475 |
msgstr "Bruk denne kortkodenl på siden du vil at skjemaet skal vises:"
|
| 2476 |
|
| 2477 |
#: ../modules/multiple-forms/edit-profile-forms.php:177
|
| 2478 |
#: ../modules/multiple-forms/register-forms.php:180
|
| 2479 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2480 |
msgid "<span style=\"color:red;\">Note:</span> changing the form title also changes the shortcode!"
|
| 2481 |
msgstr "<span style=\"color:red;\">Note:</span> endring av skjema tittelen endrer også kortkoden!"
|
| 2482 |
|
| 2483 |
#: ../modules/multiple-forms/edit-profile-forms.php:183
|
| 2484 |
#: ../modules/multiple-forms/register-forms.php:186
|
| 2485 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2486 |
msgid "Form Shortcode"
|
| 2487 |
msgstr "Skjema kortkode"
|
| 2488 |
|
|
@@ -2594,10 +3562,10 @@ msgid "After Registration..."
|
|
| 2594 |
msgstr "Etter registrering..."
|
| 2595 |
|
| 2596 |
#: ../modules/user-listing/class-userlisting.php:470
|
| 2597 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2598 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2599 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2600 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2601 |
msgid "Search Users by All Fields"
|
| 2602 |
msgstr "Søk etter bruker i alle felt"
|
| 2603 |
|
|
@@ -2634,12 +3602,12 @@ msgid "Display name as"
|
|
| 2634 |
msgstr "Navn som vises"
|
| 2635 |
|
| 2636 |
#: ../modules/user-listing/userlisting.php:125
|
| 2637 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2638 |
msgid "Registration Date"
|
| 2639 |
msgstr "Registreringsdato"
|
| 2640 |
|
| 2641 |
#: ../modules/user-listing/userlisting.php:126
|
| 2642 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2643 |
msgid "Number of Posts"
|
| 2644 |
msgstr "Antall innlegg"
|
| 2645 |
|
|
@@ -2688,188 +3656,182 @@ msgstr "Alle brukerlister Mal"
|
|
| 2688 |
msgid "Single-userlisting Template"
|
| 2689 |
msgstr "Brukerliste Mal"
|
| 2690 |
|
| 2691 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2692 |
-
msgid "You do not have permission to view this user list"
|
| 2693 |
-
msgstr "Du har ikke tillatelse til å vise denne brukerlisten"
|
| 2694 |
-
|
| 2695 |
-
#: ../modules/user-listing/userlisting.php:351
|
| 2696 |
-
msgid "You do not have the required user role to view this user list"
|
| 2697 |
-
msgstr "Du har ikke nødvendige brukerrollen vise denne brukerlisten"
|
| 2698 |
-
|
| 2699 |
-
#: ../modules/user-listing/userlisting.php:599
|
| 2700 |
msgid "First/Lastname"
|
| 2701 |
msgstr "Fornavn/Etternavn"
|
| 2702 |
|
| 2703 |
-
#: ../modules/user-listing/userlisting.php:
|
|
|
|
| 2704 |
msgid "Sign-up Date"
|
| 2705 |
msgstr "Registrering dato"
|
| 2706 |
|
| 2707 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2708 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2709 |
msgid "Display Name"
|
| 2710 |
msgstr "Navn som vises"
|
| 2711 |
|
| 2712 |
-
#: ../modules/user-listing/userlisting.php:
|
|
|
|
| 2713 |
msgid "Posts"
|
| 2714 |
msgstr "Innlegg"
|
| 2715 |
|
| 2716 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2717 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2718 |
msgid "Aim"
|
| 2719 |
msgstr "AIM"
|
| 2720 |
|
| 2721 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2722 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2723 |
msgid "Yim"
|
| 2724 |
msgstr "YIM"
|
| 2725 |
|
| 2726 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2727 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2728 |
msgid "Jabber"
|
| 2729 |
msgstr "Jabber"
|
| 2730 |
|
| 2731 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2732 |
msgid "Click here to see more information about this user"
|
| 2733 |
msgstr "Klikk her for mer informasjon om denne brukeren"
|
| 2734 |
|
| 2735 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2736 |
msgid "More..."
|
| 2737 |
msgstr "Mer.."
|
| 2738 |
|
| 2739 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2740 |
msgid "Click here to see more information about this user."
|
| 2741 |
msgstr "Klikk her for å se mer informasjon om denne brukeren."
|
| 2742 |
|
| 2743 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2744 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2745 |
msgid "Click here to go back"
|
| 2746 |
msgstr "Klikk her for å gå tilbake"
|
| 2747 |
|
| 2748 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2749 |
msgid "Back"
|
| 2750 |
msgstr "Tilbake"
|
| 2751 |
|
| 2752 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2753 |
msgid "«« First"
|
| 2754 |
msgstr "«« Først"
|
| 2755 |
|
| 2756 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2757 |
msgid "« Prev"
|
| 2758 |
msgstr "« Forige"
|
| 2759 |
|
| 2760 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2761 |
msgid "Next » "
|
| 2762 |
msgstr "Neste » "
|
| 2763 |
|
| 2764 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2765 |
msgid "Last »»"
|
| 2766 |
msgstr "Siste »»"
|
| 2767 |
|
| 2768 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2769 |
msgid "You don't have any pagination settings on this userlisting!"
|
| 2770 |
msgstr "Du trenger ikke paginering innstillinger på denne brukerlisten!"
|
| 2771 |
|
| 2772 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2773 |
msgid "Search"
|
| 2774 |
msgstr "Søk"
|
| 2775 |
|
| 2776 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2777 |
msgid "Clear Results"
|
| 2778 |
msgstr "Tøm"
|
| 2779 |
|
| 2780 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2781 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2782 |
msgid "Extra shortcode parameters"
|
| 2783 |
msgstr "Ekstra kortkode parametere"
|
| 2784 |
|
| 2785 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2786 |
msgid "displays users having a certain meta-value within a certain (extra) meta-field"
|
| 2787 |
msgstr "viser brukere som har en bestemt meta-verdi i et bestemt (ekstra) meta felt"
|
| 2788 |
|
| 2789 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2790 |
msgid "Example:"
|
| 2791 |
msgstr "Eksempel:"
|
| 2792 |
|
| 2793 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2794 |
msgid "Remember though, that the field-value combination must exist in the database."
|
| 2795 |
msgstr "Husk imidlertid at feltverdien kombinasjonen må finnes i databasen."
|
| 2796 |
|
| 2797 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2798 |
msgid "Random (very slow on large databases > 10K user)"
|
| 2799 |
msgstr "Tilfeldig (svært sakte på store databaser > 10K bruker)"
|
| 2800 |
|
| 2801 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2802 |
msgid "Roles to Display"
|
| 2803 |
msgstr "Brukerroller å vise"
|
| 2804 |
|
| 2805 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2806 |
msgid "Restrict the userlisting to these selected roles only<br/>If not specified, defaults to all existing roles"
|
| 2807 |
msgstr "Begrense userlisting til disse valgte rollene bare<br/>Hvis det ikke er valgt vil standardrolle settes"
|
| 2808 |
|
| 2809 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2810 |
msgid "Number of Users/Page"
|
| 2811 |
msgstr "Antall brukere/side"
|
| 2812 |
|
| 2813 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2814 |
msgid "Default Sorting Criteria"
|
| 2815 |
msgstr "Standard sorteringskriterier"
|
| 2816 |
|
| 2817 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2818 |
msgid "Set the default sorting criteria<br/>This can temporarily be changed for each new session"
|
| 2819 |
msgstr "Definere sorteringskriterier<br/>Dette kan midlertidig endres for hver nye økt"
|
| 2820 |
|
| 2821 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2822 |
msgid "Default Sorting Order"
|
| 2823 |
msgstr "Standard sorteringsrekkefølge"
|
| 2824 |
|
| 2825 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2826 |
msgid "Set the default sorting order<br/>This can temporarily be changed for each new session"
|
| 2827 |
msgstr "Angi standard sorteringsrekkefølge<br/>Dette kan midlertidig endres for hver nye økt"
|
| 2828 |
|
| 2829 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2830 |
msgid "Avatar Size (All-userlisting)"
|
| 2831 |
msgstr "Avatar størrelse (alle brukerlister)"
|
| 2832 |
|
| 2833 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2834 |
msgid "Set the avatar size on the all-userlisting only"
|
| 2835 |
msgstr "Angi avatar på alle brukerlister"
|
| 2836 |
|
| 2837 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2838 |
msgid "Avatar Size (Single-userlisting)"
|
| 2839 |
msgstr "Avatar størrelse (enkelt bruker liste)"
|
| 2840 |
|
| 2841 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2842 |
msgid "Set the avatar size on the single-userlisting only"
|
| 2843 |
msgstr "Angi størrelse på enkelt bruker liste"
|
| 2844 |
|
| 2845 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2846 |
msgid "Visible only to logged in users?"
|
| 2847 |
msgstr "Vises bare for påloggede brukere?"
|
| 2848 |
|
| 2849 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2850 |
msgid "The userlisting will only be visible only to the logged in users"
|
| 2851 |
msgstr "Brukerlister vil bare være synlig bare for påloggede brukere"
|
| 2852 |
|
| 2853 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2854 |
msgid "Visible to following Roles"
|
| 2855 |
msgstr "Synlig for følgende roller"
|
| 2856 |
|
| 2857 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2858 |
msgid "The userlisting will only be visible to the following roles"
|
| 2859 |
msgstr "Brukerlistene vil bare være synlig for følgende roller"
|
| 2860 |
|
| 2861 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2862 |
msgid "Userlisting Settings"
|
| 2863 |
msgstr "Brukerliste innstillinger"
|
| 2864 |
|
| 2865 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2866 |
msgid "You need to activate the Userlisting feature from within the \"Modules\" tab!"
|
| 2867 |
msgstr "Du må aktivere funksjonen Userlisting fra fanen \"Moduler\"!"
|
| 2868 |
|
| 2869 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2870 |
msgid "You can find it in the Profile Builder menu."
|
| 2871 |
msgstr "Du finner den i Profile Builder menyen."
|
| 2872 |
|
| 2873 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2874 |
msgid "No results found!"
|
| 2875 |
msgstr "Ingen resultater funnet!"
|
| 2 |
# This file is distributed under the same license as the Profile Builder package.
|
| 3 |
msgid ""
|
| 4 |
msgstr ""
|
| 5 |
+
"PO-Revision-Date: 2015-09-29 11:52:45+0000\n"
|
| 6 |
"MIME-Version: 1.0\n"
|
| 7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
| 8 |
"Content-Transfer-Encoding: 8bit\n"
|
| 10 |
"X-Generator: GlotPress/0.1\n"
|
| 11 |
"Project-Id-Version: Profile Builder\n"
|
| 12 |
|
| 13 |
+
#: ../admin/admin-functions.php:40
|
| 14 |
+
msgid "Display name publicly as - only appears on the Edit Profile page!"
|
| 15 |
+
msgstr ""
|
| 16 |
+
|
| 17 |
+
#: ../admin/basic-info.php:37
|
| 18 |
+
msgid "Friction-less login using %s shortcode or a widget."
|
| 19 |
+
msgstr ""
|
| 20 |
+
|
| 21 |
+
#: ../admin/basic-info.php:41
|
| 22 |
+
msgid "Beautiful registration forms fully customizable using the %s shortcode."
|
| 23 |
+
msgstr ""
|
| 24 |
+
|
| 25 |
+
#: ../admin/basic-info.php:45
|
| 26 |
+
msgid "Straight forward edit profile forms using %s shortcode."
|
| 27 |
+
msgstr ""
|
| 28 |
+
|
| 29 |
+
#: ../admin/basic-info.php:58
|
| 30 |
+
msgid "Allow users to recover their password in the front-end using the %s."
|
| 31 |
+
msgstr ""
|
| 32 |
+
|
| 33 |
+
#: ../admin/basic-info.php:130
|
| 34 |
+
msgid "To create a page containing the users registered to this current site/blog, insert the following shortcode in a page of your chosing: %s."
|
| 35 |
+
msgstr ""
|
| 36 |
+
|
| 37 |
+
#: ../admin/general-settings.php:125
|
| 38 |
+
msgid "\"Admin Approval\" on User Role:"
|
| 39 |
+
msgstr ""
|
| 40 |
+
|
| 41 |
+
#: ../admin/general-settings.php:144
|
| 42 |
+
msgid "Select on what user roles to activate Admin Approval."
|
| 43 |
+
msgstr ""
|
| 44 |
+
|
| 45 |
+
#: ../admin/manage-fields.php:109
|
| 46 |
+
msgid "Display on PB forms"
|
| 47 |
+
msgstr ""
|
| 48 |
+
|
| 49 |
+
#: ../admin/manage-fields.php:109
|
| 50 |
+
msgid "PB Login"
|
| 51 |
+
msgstr ""
|
| 52 |
+
|
| 53 |
+
#: ../admin/manage-fields.php:109
|
| 54 |
+
msgid "PB Register"
|
| 55 |
+
msgstr ""
|
| 56 |
+
|
| 57 |
+
#: ../admin/manage-fields.php:109
|
| 58 |
+
msgid "PB Recover Password"
|
| 59 |
+
msgstr ""
|
| 60 |
+
|
| 61 |
+
#: ../admin/manage-fields.php:109
|
| 62 |
+
msgid "Select on which Profile Builder forms to display reCAPTCHA"
|
| 63 |
+
msgstr ""
|
| 64 |
+
|
| 65 |
+
#: ../admin/manage-fields.php:110
|
| 66 |
+
msgid "Display on default WP forms"
|
| 67 |
+
msgstr ""
|
| 68 |
+
|
| 69 |
+
#: ../admin/manage-fields.php:110
|
| 70 |
+
msgid "Default WP Login"
|
| 71 |
+
msgstr ""
|
| 72 |
+
|
| 73 |
+
#: ../admin/manage-fields.php:110
|
| 74 |
+
msgid "Default WP Register"
|
| 75 |
+
msgstr ""
|
| 76 |
+
|
| 77 |
+
#: ../admin/manage-fields.php:110
|
| 78 |
+
msgid "Default WP Recover Password"
|
| 79 |
+
msgstr ""
|
| 80 |
+
|
| 81 |
+
#: ../admin/manage-fields.php:110
|
| 82 |
+
msgid "Select on which default WP forms to display reCAPTCHA"
|
| 83 |
+
msgstr ""
|
| 84 |
+
|
| 85 |
+
#: ../admin/manage-fields.php:116 ../admin/manage-fields.php:117
|
| 86 |
+
msgid "Default option of the field"
|
| 87 |
+
msgstr ""
|
| 88 |
+
|
| 89 |
+
#: ../admin/manage-fields.php:237
|
| 90 |
+
msgid "Afghanistan"
|
| 91 |
+
msgstr "Afghanistan"
|
| 92 |
+
|
| 93 |
+
#: ../admin/manage-fields.php:238
|
| 94 |
+
msgid "Aland Islands"
|
| 95 |
+
msgstr "Aland Islands"
|
| 96 |
+
|
| 97 |
+
#: ../admin/manage-fields.php:239
|
| 98 |
+
msgid "Albania"
|
| 99 |
+
msgstr "Albania"
|
| 100 |
+
|
| 101 |
+
#: ../admin/manage-fields.php:240
|
| 102 |
+
msgid "Algeria"
|
| 103 |
+
msgstr "Algeria"
|
| 104 |
+
|
| 105 |
+
#: ../admin/manage-fields.php:241
|
| 106 |
+
msgid "American Samoa"
|
| 107 |
+
msgstr "American Samoa"
|
| 108 |
+
|
| 109 |
+
#: ../admin/manage-fields.php:242
|
| 110 |
+
msgid "Andorra"
|
| 111 |
+
msgstr "Andorra"
|
| 112 |
+
|
| 113 |
+
#: ../admin/manage-fields.php:243
|
| 114 |
+
msgid "Angola"
|
| 115 |
+
msgstr "Angola"
|
| 116 |
+
|
| 117 |
+
#: ../admin/manage-fields.php:244
|
| 118 |
+
msgid "Anguilla"
|
| 119 |
+
msgstr "Anguilla"
|
| 120 |
+
|
| 121 |
+
#: ../admin/manage-fields.php:245
|
| 122 |
+
msgid "Antarctica"
|
| 123 |
+
msgstr "Antarctica"
|
| 124 |
+
|
| 125 |
+
#: ../admin/manage-fields.php:246
|
| 126 |
+
msgid "Antigua and Barbuda"
|
| 127 |
+
msgstr "Antigua and Barbuda"
|
| 128 |
+
|
| 129 |
+
#: ../admin/manage-fields.php:247
|
| 130 |
+
msgid "Argentina"
|
| 131 |
+
msgstr "Argentina"
|
| 132 |
+
|
| 133 |
+
#: ../admin/manage-fields.php:248
|
| 134 |
+
msgid "Armenia"
|
| 135 |
+
msgstr "Armenia"
|
| 136 |
+
|
| 137 |
+
#: ../admin/manage-fields.php:249
|
| 138 |
+
msgid "Aruba"
|
| 139 |
+
msgstr "Aruba"
|
| 140 |
+
|
| 141 |
+
#: ../admin/manage-fields.php:250
|
| 142 |
+
msgid "Australia"
|
| 143 |
+
msgstr "Australia"
|
| 144 |
+
|
| 145 |
+
#: ../admin/manage-fields.php:251
|
| 146 |
+
msgid "Austria"
|
| 147 |
+
msgstr "Austria"
|
| 148 |
+
|
| 149 |
+
#: ../admin/manage-fields.php:252
|
| 150 |
+
msgid "Azerbaijan"
|
| 151 |
+
msgstr "Azerbaijan"
|
| 152 |
+
|
| 153 |
+
#: ../admin/manage-fields.php:253
|
| 154 |
+
msgid "Bahamas"
|
| 155 |
+
msgstr "Bahamas"
|
| 156 |
+
|
| 157 |
+
#: ../admin/manage-fields.php:254
|
| 158 |
+
msgid "Bahrain"
|
| 159 |
+
msgstr "Bahrain"
|
| 160 |
+
|
| 161 |
+
#: ../admin/manage-fields.php:255
|
| 162 |
+
msgid "Bangladesh"
|
| 163 |
+
msgstr "Bangladesh"
|
| 164 |
+
|
| 165 |
+
#: ../admin/manage-fields.php:256
|
| 166 |
+
msgid "Barbados"
|
| 167 |
+
msgstr "Barbados"
|
| 168 |
+
|
| 169 |
+
#: ../admin/manage-fields.php:257
|
| 170 |
+
msgid "Belarus"
|
| 171 |
+
msgstr "Belarus"
|
| 172 |
+
|
| 173 |
+
#: ../admin/manage-fields.php:258
|
| 174 |
+
msgid "Belgium"
|
| 175 |
+
msgstr "Belgium"
|
| 176 |
+
|
| 177 |
+
#: ../admin/manage-fields.php:259
|
| 178 |
+
msgid "Belize"
|
| 179 |
+
msgstr "Belize"
|
| 180 |
+
|
| 181 |
+
#: ../admin/manage-fields.php:260
|
| 182 |
+
msgid "Benin"
|
| 183 |
+
msgstr "Benin"
|
| 184 |
+
|
| 185 |
+
#: ../admin/manage-fields.php:261
|
| 186 |
+
msgid "Bermuda"
|
| 187 |
+
msgstr "Bermuda"
|
| 188 |
+
|
| 189 |
+
#: ../admin/manage-fields.php:262
|
| 190 |
+
msgid "Bhutan"
|
| 191 |
+
msgstr "Bhutan"
|
| 192 |
+
|
| 193 |
+
#: ../admin/manage-fields.php:263
|
| 194 |
+
msgid "Bolivia"
|
| 195 |
+
msgstr "Bolivia"
|
| 196 |
+
|
| 197 |
+
#: ../admin/manage-fields.php:264
|
| 198 |
+
msgid "Bonaire, Saint Eustatius and Saba"
|
| 199 |
+
msgstr "Bonaire, Saint Eustatius and Saba"
|
| 200 |
+
|
| 201 |
+
#: ../admin/manage-fields.php:265
|
| 202 |
+
msgid "Bosnia and Herzegovina"
|
| 203 |
+
msgstr "Bosnia and Herzegovina"
|
| 204 |
+
|
| 205 |
+
#: ../admin/manage-fields.php:266
|
| 206 |
+
msgid "Botswana"
|
| 207 |
+
msgstr "Botswana"
|
| 208 |
+
|
| 209 |
+
#: ../admin/manage-fields.php:267
|
| 210 |
+
msgid "Bouvet Island"
|
| 211 |
+
msgstr "Bouvet Island"
|
| 212 |
+
|
| 213 |
+
#: ../admin/manage-fields.php:268
|
| 214 |
+
msgid "Brazil"
|
| 215 |
+
msgstr "Brazil"
|
| 216 |
+
|
| 217 |
+
#: ../admin/manage-fields.php:269
|
| 218 |
+
msgid "British Indian Ocean Territory"
|
| 219 |
+
msgstr "British Indian Ocean Territory"
|
| 220 |
+
|
| 221 |
+
#: ../admin/manage-fields.php:270
|
| 222 |
+
msgid "British Virgin Islands"
|
| 223 |
+
msgstr "British Virgin Islands"
|
| 224 |
+
|
| 225 |
+
#: ../admin/manage-fields.php:271
|
| 226 |
+
msgid "Brunei"
|
| 227 |
+
msgstr "Brunei"
|
| 228 |
+
|
| 229 |
+
#: ../admin/manage-fields.php:272
|
| 230 |
+
msgid "Bulgaria"
|
| 231 |
+
msgstr "Bulgaria"
|
| 232 |
+
|
| 233 |
+
#: ../admin/manage-fields.php:273
|
| 234 |
+
msgid "Burkina Faso"
|
| 235 |
+
msgstr "Burkina Faso"
|
| 236 |
+
|
| 237 |
+
#: ../admin/manage-fields.php:274
|
| 238 |
+
msgid "Burundi"
|
| 239 |
+
msgstr "Burundi"
|
| 240 |
+
|
| 241 |
+
#: ../admin/manage-fields.php:275
|
| 242 |
+
msgid "Cambodia"
|
| 243 |
+
msgstr "Cambodia"
|
| 244 |
+
|
| 245 |
+
#: ../admin/manage-fields.php:276
|
| 246 |
+
msgid "Cameroon"
|
| 247 |
+
msgstr "Cameroon"
|
| 248 |
+
|
| 249 |
+
#: ../admin/manage-fields.php:277
|
| 250 |
+
msgid "Canada"
|
| 251 |
+
msgstr "Canada"
|
| 252 |
+
|
| 253 |
+
#: ../admin/manage-fields.php:278
|
| 254 |
+
msgid "Cape Verde"
|
| 255 |
+
msgstr "Cape Verde"
|
| 256 |
+
|
| 257 |
+
#: ../admin/manage-fields.php:279
|
| 258 |
+
msgid "Cayman Islands"
|
| 259 |
+
msgstr "Cayman Islands"
|
| 260 |
+
|
| 261 |
+
#: ../admin/manage-fields.php:280
|
| 262 |
+
msgid "Central African Republic"
|
| 263 |
+
msgstr "Central African Republic"
|
| 264 |
+
|
| 265 |
+
#: ../admin/manage-fields.php:281
|
| 266 |
+
msgid "Chad"
|
| 267 |
+
msgstr "Chad"
|
| 268 |
+
|
| 269 |
+
#: ../admin/manage-fields.php:282
|
| 270 |
+
msgid "Chile"
|
| 271 |
+
msgstr "Chile"
|
| 272 |
+
|
| 273 |
+
#: ../admin/manage-fields.php:283
|
| 274 |
+
msgid "China"
|
| 275 |
+
msgstr "China"
|
| 276 |
+
|
| 277 |
+
#: ../admin/manage-fields.php:284
|
| 278 |
+
msgid "Christmas Island"
|
| 279 |
+
msgstr "Christmas Island"
|
| 280 |
+
|
| 281 |
+
#: ../admin/manage-fields.php:285
|
| 282 |
+
msgid "Cocos Islands"
|
| 283 |
+
msgstr "Cocos Islands"
|
| 284 |
+
|
| 285 |
+
#: ../admin/manage-fields.php:286
|
| 286 |
+
msgid "Colombia"
|
| 287 |
+
msgstr "Colombia"
|
| 288 |
+
|
| 289 |
+
#: ../admin/manage-fields.php:287
|
| 290 |
+
msgid "Comoros"
|
| 291 |
+
msgstr "Comoros"
|
| 292 |
+
|
| 293 |
+
#: ../admin/manage-fields.php:288
|
| 294 |
+
msgid "Cook Islands"
|
| 295 |
+
msgstr "Cook Islands"
|
| 296 |
+
|
| 297 |
+
#: ../admin/manage-fields.php:289
|
| 298 |
+
msgid "Costa Rica"
|
| 299 |
+
msgstr "Costa Rica"
|
| 300 |
+
|
| 301 |
+
#: ../admin/manage-fields.php:290
|
| 302 |
+
msgid "Croatia"
|
| 303 |
+
msgstr "Croatia"
|
| 304 |
+
|
| 305 |
+
#: ../admin/manage-fields.php:291
|
| 306 |
+
msgid "Cuba"
|
| 307 |
+
msgstr "Cuba"
|
| 308 |
+
|
| 309 |
+
#: ../admin/manage-fields.php:292
|
| 310 |
+
msgid "Curacao"
|
| 311 |
+
msgstr "Curacao"
|
| 312 |
+
|
| 313 |
+
#: ../admin/manage-fields.php:293
|
| 314 |
+
msgid "Cyprus"
|
| 315 |
+
msgstr "Cyprus"
|
| 316 |
+
|
| 317 |
+
#: ../admin/manage-fields.php:294
|
| 318 |
+
msgid "Czech Republic"
|
| 319 |
+
msgstr "Czech Republic"
|
| 320 |
+
|
| 321 |
+
#: ../admin/manage-fields.php:295
|
| 322 |
+
msgid "Democratic Republic of the Congo"
|
| 323 |
+
msgstr "Democratic Republic of the Congo"
|
| 324 |
+
|
| 325 |
+
#: ../admin/manage-fields.php:296
|
| 326 |
+
msgid "Denmark"
|
| 327 |
+
msgstr "Denmark"
|
| 328 |
+
|
| 329 |
+
#: ../admin/manage-fields.php:297
|
| 330 |
+
msgid "Djibouti"
|
| 331 |
+
msgstr "Djibouti"
|
| 332 |
+
|
| 333 |
+
#: ../admin/manage-fields.php:298
|
| 334 |
+
msgid "Dominica"
|
| 335 |
+
msgstr "Dominica"
|
| 336 |
+
|
| 337 |
+
#: ../admin/manage-fields.php:299
|
| 338 |
+
msgid "Dominican Republic"
|
| 339 |
+
msgstr "Dominican Republic"
|
| 340 |
+
|
| 341 |
+
#: ../admin/manage-fields.php:300
|
| 342 |
+
msgid "East Timor"
|
| 343 |
+
msgstr "East Timor"
|
| 344 |
+
|
| 345 |
+
#: ../admin/manage-fields.php:301
|
| 346 |
+
msgid "Ecuador"
|
| 347 |
+
msgstr "Ecuador"
|
| 348 |
+
|
| 349 |
+
#: ../admin/manage-fields.php:302
|
| 350 |
+
msgid "Egypt"
|
| 351 |
+
msgstr "Egypt"
|
| 352 |
+
|
| 353 |
+
#: ../admin/manage-fields.php:303
|
| 354 |
+
msgid "El Salvador"
|
| 355 |
+
msgstr "El Salvador"
|
| 356 |
+
|
| 357 |
+
#: ../admin/manage-fields.php:304
|
| 358 |
+
msgid "Equatorial Guinea"
|
| 359 |
+
msgstr "Equatorial Guinea"
|
| 360 |
+
|
| 361 |
+
#: ../admin/manage-fields.php:305
|
| 362 |
+
msgid "Eritrea"
|
| 363 |
+
msgstr "Eritrea"
|
| 364 |
+
|
| 365 |
+
#: ../admin/manage-fields.php:306
|
| 366 |
+
msgid "Estonia"
|
| 367 |
+
msgstr "Estonia"
|
| 368 |
+
|
| 369 |
+
#: ../admin/manage-fields.php:307
|
| 370 |
+
msgid "Ethiopia"
|
| 371 |
+
msgstr "Ethiopia"
|
| 372 |
+
|
| 373 |
+
#: ../admin/manage-fields.php:308
|
| 374 |
+
msgid "Falkland Islands"
|
| 375 |
+
msgstr "Falkland Islands"
|
| 376 |
+
|
| 377 |
+
#: ../admin/manage-fields.php:309
|
| 378 |
+
msgid "Faroe Islands"
|
| 379 |
+
msgstr "Faroe Islands"
|
| 380 |
+
|
| 381 |
+
#: ../admin/manage-fields.php:310
|
| 382 |
+
msgid "Fiji"
|
| 383 |
+
msgstr "Fiji"
|
| 384 |
+
|
| 385 |
+
#: ../admin/manage-fields.php:311
|
| 386 |
+
msgid "Finland"
|
| 387 |
+
msgstr "Finland"
|
| 388 |
+
|
| 389 |
+
#: ../admin/manage-fields.php:312
|
| 390 |
+
msgid "France"
|
| 391 |
+
msgstr "France"
|
| 392 |
+
|
| 393 |
+
#: ../admin/manage-fields.php:313
|
| 394 |
+
msgid "French Guiana"
|
| 395 |
+
msgstr "French Guiana"
|
| 396 |
+
|
| 397 |
+
#: ../admin/manage-fields.php:314
|
| 398 |
+
msgid "French Polynesia"
|
| 399 |
+
msgstr "French Polynesia"
|
| 400 |
+
|
| 401 |
+
#: ../admin/manage-fields.php:315
|
| 402 |
+
msgid "French Southern Territories"
|
| 403 |
+
msgstr "French Southern Territories"
|
| 404 |
+
|
| 405 |
+
#: ../admin/manage-fields.php:316
|
| 406 |
+
msgid "Gabon"
|
| 407 |
+
msgstr "Gabon"
|
| 408 |
+
|
| 409 |
+
#: ../admin/manage-fields.php:317
|
| 410 |
+
msgid "Gambia"
|
| 411 |
+
msgstr "Gambia"
|
| 412 |
+
|
| 413 |
+
#: ../admin/manage-fields.php:318
|
| 414 |
+
msgid "Georgia"
|
| 415 |
+
msgstr "Georgia"
|
| 416 |
+
|
| 417 |
+
#: ../admin/manage-fields.php:319
|
| 418 |
+
msgid "Germany"
|
| 419 |
+
msgstr "Germany"
|
| 420 |
+
|
| 421 |
+
#: ../admin/manage-fields.php:320
|
| 422 |
+
msgid "Ghana"
|
| 423 |
+
msgstr "Ghana"
|
| 424 |
+
|
| 425 |
+
#: ../admin/manage-fields.php:321
|
| 426 |
+
msgid "Gibraltar"
|
| 427 |
+
msgstr "Gibraltar"
|
| 428 |
+
|
| 429 |
+
#: ../admin/manage-fields.php:322
|
| 430 |
+
msgid "Greece"
|
| 431 |
+
msgstr "Greece"
|
| 432 |
+
|
| 433 |
+
#: ../admin/manage-fields.php:323
|
| 434 |
+
msgid "Greenland"
|
| 435 |
+
msgstr "Greenland"
|
| 436 |
+
|
| 437 |
+
#: ../admin/manage-fields.php:324
|
| 438 |
+
msgid "Grenada"
|
| 439 |
+
msgstr "Grenada"
|
| 440 |
+
|
| 441 |
+
#: ../admin/manage-fields.php:325
|
| 442 |
+
msgid "Guadeloupe"
|
| 443 |
+
msgstr "Guadeloupe"
|
| 444 |
+
|
| 445 |
+
#: ../admin/manage-fields.php:326
|
| 446 |
+
msgid "Guam"
|
| 447 |
+
msgstr "Guam"
|
| 448 |
+
|
| 449 |
+
#: ../admin/manage-fields.php:327
|
| 450 |
+
msgid "Guatemala"
|
| 451 |
+
msgstr "Guatemala"
|
| 452 |
+
|
| 453 |
+
#: ../admin/manage-fields.php:328
|
| 454 |
+
msgid "Guernsey"
|
| 455 |
+
msgstr "Guernsey"
|
| 456 |
+
|
| 457 |
+
#: ../admin/manage-fields.php:329
|
| 458 |
+
msgid "Guinea"
|
| 459 |
+
msgstr "Guinea"
|
| 460 |
+
|
| 461 |
+
#: ../admin/manage-fields.php:330
|
| 462 |
+
msgid "Guinea-Bissau"
|
| 463 |
+
msgstr "Guinea-Bissau"
|
| 464 |
+
|
| 465 |
+
#: ../admin/manage-fields.php:331
|
| 466 |
+
msgid "Guyana"
|
| 467 |
+
msgstr "Guyana"
|
| 468 |
+
|
| 469 |
+
#: ../admin/manage-fields.php:332
|
| 470 |
+
msgid "Haiti"
|
| 471 |
+
msgstr "Haiti"
|
| 472 |
+
|
| 473 |
+
#: ../admin/manage-fields.php:333
|
| 474 |
+
msgid "Heard Island and McDonald Islands"
|
| 475 |
+
msgstr "Heard Island and McDonald Islands"
|
| 476 |
+
|
| 477 |
+
#: ../admin/manage-fields.php:334
|
| 478 |
+
msgid "Honduras"
|
| 479 |
+
msgstr "Honduras"
|
| 480 |
+
|
| 481 |
+
#: ../admin/manage-fields.php:335
|
| 482 |
+
msgid "Hong Kong"
|
| 483 |
+
msgstr "Hong Kong"
|
| 484 |
+
|
| 485 |
+
#: ../admin/manage-fields.php:336
|
| 486 |
+
msgid "Hungary"
|
| 487 |
+
msgstr "Hungary"
|
| 488 |
+
|
| 489 |
+
#: ../admin/manage-fields.php:337
|
| 490 |
+
msgid "Iceland"
|
| 491 |
+
msgstr "Iceland"
|
| 492 |
+
|
| 493 |
+
#: ../admin/manage-fields.php:338
|
| 494 |
+
msgid "India"
|
| 495 |
+
msgstr "India"
|
| 496 |
+
|
| 497 |
+
#: ../admin/manage-fields.php:339
|
| 498 |
+
msgid "Indonesia"
|
| 499 |
+
msgstr "Indonesia"
|
| 500 |
+
|
| 501 |
+
#: ../admin/manage-fields.php:340
|
| 502 |
+
msgid "Iran"
|
| 503 |
+
msgstr "Iran"
|
| 504 |
+
|
| 505 |
+
#: ../admin/manage-fields.php:341
|
| 506 |
+
msgid "Iraq"
|
| 507 |
+
msgstr "Iraq"
|
| 508 |
+
|
| 509 |
+
#: ../admin/manage-fields.php:342
|
| 510 |
+
msgid "Ireland"
|
| 511 |
+
msgstr "Ireland"
|
| 512 |
+
|
| 513 |
+
#: ../admin/manage-fields.php:343
|
| 514 |
+
msgid "Isle of Man"
|
| 515 |
+
msgstr "Isle of Man"
|
| 516 |
+
|
| 517 |
+
#: ../admin/manage-fields.php:344
|
| 518 |
+
msgid "Israel"
|
| 519 |
+
msgstr "Israel"
|
| 520 |
+
|
| 521 |
+
#: ../admin/manage-fields.php:345
|
| 522 |
+
msgid "Italy"
|
| 523 |
+
msgstr "Italy"
|
| 524 |
+
|
| 525 |
+
#: ../admin/manage-fields.php:346
|
| 526 |
+
msgid "Ivory Coast"
|
| 527 |
+
msgstr "Ivory Coast"
|
| 528 |
+
|
| 529 |
+
#: ../admin/manage-fields.php:347
|
| 530 |
+
msgid "Jamaica"
|
| 531 |
+
msgstr "Jamaica"
|
| 532 |
+
|
| 533 |
+
#: ../admin/manage-fields.php:348
|
| 534 |
+
msgid "Japan"
|
| 535 |
+
msgstr "Japan"
|
| 536 |
+
|
| 537 |
+
#: ../admin/manage-fields.php:349
|
| 538 |
+
msgid "Jersey"
|
| 539 |
+
msgstr "Jersey"
|
| 540 |
+
|
| 541 |
+
#: ../admin/manage-fields.php:350
|
| 542 |
+
msgid "Jordan"
|
| 543 |
+
msgstr "Jordan"
|
| 544 |
+
|
| 545 |
+
#: ../admin/manage-fields.php:351
|
| 546 |
+
msgid "Kazakhstan"
|
| 547 |
+
msgstr "Kazakhstan"
|
| 548 |
+
|
| 549 |
+
#: ../admin/manage-fields.php:352
|
| 550 |
+
msgid "Kenya"
|
| 551 |
+
msgstr "Kenya"
|
| 552 |
+
|
| 553 |
+
#: ../admin/manage-fields.php:353
|
| 554 |
+
msgid "Kiribati"
|
| 555 |
+
msgstr "Kiribati"
|
| 556 |
+
|
| 557 |
+
#: ../admin/manage-fields.php:354
|
| 558 |
+
msgid "Kosovo"
|
| 559 |
+
msgstr "Kosovo"
|
| 560 |
+
|
| 561 |
+
#: ../admin/manage-fields.php:355
|
| 562 |
+
msgid "Kuwait"
|
| 563 |
+
msgstr "Kuwait"
|
| 564 |
+
|
| 565 |
+
#: ../admin/manage-fields.php:356
|
| 566 |
+
msgid "Kyrgyzstan"
|
| 567 |
+
msgstr "Kyrgyzstan"
|
| 568 |
+
|
| 569 |
+
#: ../admin/manage-fields.php:357
|
| 570 |
+
msgid "Laos"
|
| 571 |
+
msgstr "Laos"
|
| 572 |
+
|
| 573 |
+
#: ../admin/manage-fields.php:358
|
| 574 |
+
msgid "Latvia"
|
| 575 |
+
msgstr "Latvia"
|
| 576 |
+
|
| 577 |
+
#: ../admin/manage-fields.php:359
|
| 578 |
+
msgid "Lebanon"
|
| 579 |
+
msgstr "Lebanon"
|
| 580 |
+
|
| 581 |
+
#: ../admin/manage-fields.php:360
|
| 582 |
+
msgid "Lesotho"
|
| 583 |
+
msgstr "Lesotho"
|
| 584 |
+
|
| 585 |
+
#: ../admin/manage-fields.php:361
|
| 586 |
+
msgid "Liberia"
|
| 587 |
+
msgstr "Liberia"
|
| 588 |
+
|
| 589 |
+
#: ../admin/manage-fields.php:362
|
| 590 |
+
msgid "Libya"
|
| 591 |
+
msgstr "Libya"
|
| 592 |
+
|
| 593 |
+
#: ../admin/manage-fields.php:363
|
| 594 |
+
msgid "Liechtenstein"
|
| 595 |
+
msgstr "Liechtenstein"
|
| 596 |
+
|
| 597 |
+
#: ../admin/manage-fields.php:364
|
| 598 |
+
msgid "Lithuania"
|
| 599 |
+
msgstr "Lithuania"
|
| 600 |
+
|
| 601 |
+
#: ../admin/manage-fields.php:365
|
| 602 |
+
msgid "Luxembourg"
|
| 603 |
+
msgstr "Luxembourg"
|
| 604 |
+
|
| 605 |
+
#: ../admin/manage-fields.php:366
|
| 606 |
+
msgid "Macao"
|
| 607 |
+
msgstr "Macao"
|
| 608 |
+
|
| 609 |
+
#: ../admin/manage-fields.php:367
|
| 610 |
+
msgid "Macedonia"
|
| 611 |
+
msgstr "Macedonia"
|
| 612 |
+
|
| 613 |
+
#: ../admin/manage-fields.php:368
|
| 614 |
+
msgid "Madagascar"
|
| 615 |
+
msgstr "Madagascar"
|
| 616 |
+
|
| 617 |
+
#: ../admin/manage-fields.php:369
|
| 618 |
+
msgid "Malawi"
|
| 619 |
+
msgstr "Malawi"
|
| 620 |
+
|
| 621 |
+
#: ../admin/manage-fields.php:370
|
| 622 |
+
msgid "Malaysia"
|
| 623 |
+
msgstr "Malaysia"
|
| 624 |
+
|
| 625 |
+
#: ../admin/manage-fields.php:371
|
| 626 |
+
msgid "Maldives"
|
| 627 |
+
msgstr "Maldives"
|
| 628 |
+
|
| 629 |
+
#: ../admin/manage-fields.php:372
|
| 630 |
+
msgid "Mali"
|
| 631 |
+
msgstr "Mali"
|
| 632 |
+
|
| 633 |
+
#: ../admin/manage-fields.php:373
|
| 634 |
+
msgid "Malta"
|
| 635 |
+
msgstr "Malta"
|
| 636 |
+
|
| 637 |
+
#: ../admin/manage-fields.php:374
|
| 638 |
+
msgid "Marshall Islands"
|
| 639 |
+
msgstr "Marshall Islands"
|
| 640 |
+
|
| 641 |
+
#: ../admin/manage-fields.php:375
|
| 642 |
+
msgid "Martinique"
|
| 643 |
+
msgstr "Martinique"
|
| 644 |
+
|
| 645 |
+
#: ../admin/manage-fields.php:376
|
| 646 |
+
msgid "Mauritania"
|
| 647 |
+
msgstr "Mauritania"
|
| 648 |
+
|
| 649 |
+
#: ../admin/manage-fields.php:377
|
| 650 |
+
msgid "Mauritius"
|
| 651 |
+
msgstr "Mauritius"
|
| 652 |
+
|
| 653 |
+
#: ../admin/manage-fields.php:378
|
| 654 |
+
msgid "Mayotte"
|
| 655 |
+
msgstr "Mayotte"
|
| 656 |
+
|
| 657 |
+
#: ../admin/manage-fields.php:379
|
| 658 |
+
msgid "Mexico"
|
| 659 |
+
msgstr "Mexico"
|
| 660 |
+
|
| 661 |
+
#: ../admin/manage-fields.php:380
|
| 662 |
+
msgid "Micronesia"
|
| 663 |
+
msgstr "Micronesia"
|
| 664 |
+
|
| 665 |
+
#: ../admin/manage-fields.php:381
|
| 666 |
+
msgid "Moldova"
|
| 667 |
+
msgstr "Moldova"
|
| 668 |
+
|
| 669 |
+
#: ../admin/manage-fields.php:382
|
| 670 |
+
msgid "Monaco"
|
| 671 |
+
msgstr "Monaco"
|
| 672 |
+
|
| 673 |
+
#: ../admin/manage-fields.php:383
|
| 674 |
+
msgid "Mongolia"
|
| 675 |
+
msgstr "Mongolia"
|
| 676 |
+
|
| 677 |
+
#: ../admin/manage-fields.php:384
|
| 678 |
+
msgid "Montenegro"
|
| 679 |
+
msgstr "Montenegro"
|
| 680 |
+
|
| 681 |
+
#: ../admin/manage-fields.php:385
|
| 682 |
+
msgid "Montserrat"
|
| 683 |
+
msgstr "Montserrat"
|
| 684 |
+
|
| 685 |
+
#: ../admin/manage-fields.php:386
|
| 686 |
+
msgid "Morocco"
|
| 687 |
+
msgstr "Morocco"
|
| 688 |
+
|
| 689 |
+
#: ../admin/manage-fields.php:387
|
| 690 |
+
msgid "Mozambique"
|
| 691 |
+
msgstr "Mozambique"
|
| 692 |
+
|
| 693 |
+
#: ../admin/manage-fields.php:388
|
| 694 |
+
msgid "Myanmar"
|
| 695 |
+
msgstr "Myanmar"
|
| 696 |
+
|
| 697 |
+
#: ../admin/manage-fields.php:389
|
| 698 |
+
msgid "Namibia"
|
| 699 |
+
msgstr "Namibia"
|
| 700 |
+
|
| 701 |
+
#: ../admin/manage-fields.php:390
|
| 702 |
+
msgid "Nauru"
|
| 703 |
+
msgstr "Nauru"
|
| 704 |
+
|
| 705 |
+
#: ../admin/manage-fields.php:391
|
| 706 |
+
msgid "Nepal"
|
| 707 |
+
msgstr "Nepal"
|
| 708 |
+
|
| 709 |
+
#: ../admin/manage-fields.php:392
|
| 710 |
+
msgid "Netherlands"
|
| 711 |
+
msgstr "Netherlands"
|
| 712 |
+
|
| 713 |
+
#: ../admin/manage-fields.php:393
|
| 714 |
+
msgid "New Caledonia"
|
| 715 |
+
msgstr "New Caledonia"
|
| 716 |
+
|
| 717 |
+
#: ../admin/manage-fields.php:394
|
| 718 |
+
msgid "New Zealand"
|
| 719 |
+
msgstr "New Zealand"
|
| 720 |
+
|
| 721 |
+
#: ../admin/manage-fields.php:395
|
| 722 |
+
msgid "Nicaragua"
|
| 723 |
+
msgstr "Nicaragua"
|
| 724 |
+
|
| 725 |
+
#: ../admin/manage-fields.php:396
|
| 726 |
+
msgid "Niger"
|
| 727 |
+
msgstr "Niger"
|
| 728 |
+
|
| 729 |
+
#: ../admin/manage-fields.php:397
|
| 730 |
+
msgid "Nigeria"
|
| 731 |
+
msgstr "Nigeria"
|
| 732 |
+
|
| 733 |
+
#: ../admin/manage-fields.php:398
|
| 734 |
+
msgid "Niue"
|
| 735 |
+
msgstr "Niue"
|
| 736 |
+
|
| 737 |
+
#: ../admin/manage-fields.php:399
|
| 738 |
+
msgid "Norfolk Island"
|
| 739 |
+
msgstr "Norfolk Island"
|
| 740 |
+
|
| 741 |
+
#: ../admin/manage-fields.php:400
|
| 742 |
+
msgid "North Korea"
|
| 743 |
+
msgstr "North Korea"
|
| 744 |
+
|
| 745 |
+
#: ../admin/manage-fields.php:401
|
| 746 |
+
msgid "Northern Mariana Islands"
|
| 747 |
+
msgstr "Northern Mariana Islands"
|
| 748 |
+
|
| 749 |
+
#: ../admin/manage-fields.php:402
|
| 750 |
+
msgid "Norway"
|
| 751 |
+
msgstr "Norway"
|
| 752 |
+
|
| 753 |
+
#: ../admin/manage-fields.php:403
|
| 754 |
+
msgid "Oman"
|
| 755 |
+
msgstr "Oman"
|
| 756 |
+
|
| 757 |
+
#: ../admin/manage-fields.php:404
|
| 758 |
+
msgid "Pakistan"
|
| 759 |
+
msgstr "Pakistan"
|
| 760 |
+
|
| 761 |
+
#: ../admin/manage-fields.php:405
|
| 762 |
+
msgid "Palau"
|
| 763 |
+
msgstr "Palau"
|
| 764 |
+
|
| 765 |
+
#: ../admin/manage-fields.php:406
|
| 766 |
+
msgid "Palestinian Territory"
|
| 767 |
+
msgstr "Palestinian Territory"
|
| 768 |
+
|
| 769 |
+
#: ../admin/manage-fields.php:407
|
| 770 |
+
msgid "Panama"
|
| 771 |
+
msgstr "Panama"
|
| 772 |
+
|
| 773 |
+
#: ../admin/manage-fields.php:408
|
| 774 |
+
msgid "Papua New Guinea"
|
| 775 |
+
msgstr "Papua New Guinea"
|
| 776 |
+
|
| 777 |
+
#: ../admin/manage-fields.php:409
|
| 778 |
+
msgid "Paraguay"
|
| 779 |
+
msgstr "Paraguay"
|
| 780 |
+
|
| 781 |
+
#: ../admin/manage-fields.php:410
|
| 782 |
+
msgid "Peru"
|
| 783 |
+
msgstr "Peru"
|
| 784 |
+
|
| 785 |
+
#: ../admin/manage-fields.php:411
|
| 786 |
+
msgid "Philippines"
|
| 787 |
+
msgstr "Philippines"
|
| 788 |
+
|
| 789 |
+
#: ../admin/manage-fields.php:412
|
| 790 |
+
msgid "Pitcairn"
|
| 791 |
+
msgstr "Pitcairn"
|
| 792 |
+
|
| 793 |
+
#: ../admin/manage-fields.php:413
|
| 794 |
+
msgid "Poland"
|
| 795 |
+
msgstr "Poland"
|
| 796 |
+
|
| 797 |
+
#: ../admin/manage-fields.php:414
|
| 798 |
+
msgid "Portugal"
|
| 799 |
+
msgstr "Portugal"
|
| 800 |
+
|
| 801 |
+
#: ../admin/manage-fields.php:415
|
| 802 |
+
msgid "Puerto Rico"
|
| 803 |
+
msgstr "Puerto Rico"
|
| 804 |
+
|
| 805 |
+
#: ../admin/manage-fields.php:416
|
| 806 |
+
msgid "Qatar"
|
| 807 |
+
msgstr "Qatar"
|
| 808 |
+
|
| 809 |
+
#: ../admin/manage-fields.php:417
|
| 810 |
+
msgid "Republic of the Congo"
|
| 811 |
+
msgstr "Republic of the Congo"
|
| 812 |
+
|
| 813 |
+
#: ../admin/manage-fields.php:418
|
| 814 |
+
msgid "Reunion"
|
| 815 |
+
msgstr "Reunion"
|
| 816 |
+
|
| 817 |
+
#: ../admin/manage-fields.php:419
|
| 818 |
+
msgid "Romania"
|
| 819 |
+
msgstr "Romania"
|
| 820 |
+
|
| 821 |
+
#: ../admin/manage-fields.php:420
|
| 822 |
+
msgid "Russia"
|
| 823 |
+
msgstr "Russia"
|
| 824 |
+
|
| 825 |
+
#: ../admin/manage-fields.php:421
|
| 826 |
+
msgid "Rwanda"
|
| 827 |
+
msgstr "Rwanda"
|
| 828 |
+
|
| 829 |
+
#: ../admin/manage-fields.php:422
|
| 830 |
+
msgid "Saint Barthelemy"
|
| 831 |
+
msgstr "Saint Barthelemy"
|
| 832 |
+
|
| 833 |
+
#: ../admin/manage-fields.php:423
|
| 834 |
+
msgid "Saint Helena"
|
| 835 |
+
msgstr "Saint Helena"
|
| 836 |
+
|
| 837 |
+
#: ../admin/manage-fields.php:424
|
| 838 |
+
msgid "Saint Kitts and Nevis"
|
| 839 |
+
msgstr "Saint Kitts and Nevis"
|
| 840 |
+
|
| 841 |
+
#: ../admin/manage-fields.php:425
|
| 842 |
+
msgid "Saint Lucia"
|
| 843 |
+
msgstr "Saint Lucia"
|
| 844 |
+
|
| 845 |
+
#: ../admin/manage-fields.php:426
|
| 846 |
+
msgid "Saint Martin"
|
| 847 |
+
msgstr "Saint Martin"
|
| 848 |
+
|
| 849 |
+
#: ../admin/manage-fields.php:427
|
| 850 |
+
msgid "Saint Pierre and Miquelon"
|
| 851 |
+
msgstr "Saint Pierre and Miquelon"
|
| 852 |
+
|
| 853 |
+
#: ../admin/manage-fields.php:428
|
| 854 |
+
msgid "Saint Vincent and the Grenadines"
|
| 855 |
+
msgstr "Saint Vincent and the Grenadines"
|
| 856 |
+
|
| 857 |
+
#: ../admin/manage-fields.php:429
|
| 858 |
+
msgid "Samoa"
|
| 859 |
+
msgstr "Samoa"
|
| 860 |
+
|
| 861 |
+
#: ../admin/manage-fields.php:430
|
| 862 |
+
msgid "San Marino"
|
| 863 |
+
msgstr "San Marino"
|
| 864 |
+
|
| 865 |
+
#: ../admin/manage-fields.php:431
|
| 866 |
+
msgid "Sao Tome and Principe"
|
| 867 |
+
msgstr "Sao Tome and Principe"
|
| 868 |
+
|
| 869 |
+
#: ../admin/manage-fields.php:432
|
| 870 |
+
msgid "Saudi Arabia"
|
| 871 |
+
msgstr "Saudi Arabia"
|
| 872 |
+
|
| 873 |
+
#: ../admin/manage-fields.php:433
|
| 874 |
+
msgid "Senegal"
|
| 875 |
+
msgstr "Senegal"
|
| 876 |
+
|
| 877 |
+
#: ../admin/manage-fields.php:434
|
| 878 |
+
msgid "Serbia"
|
| 879 |
+
msgstr "Serbia"
|
| 880 |
+
|
| 881 |
+
#: ../admin/manage-fields.php:435
|
| 882 |
+
msgid "Seychelles"
|
| 883 |
+
msgstr "Seychelles"
|
| 884 |
+
|
| 885 |
+
#: ../admin/manage-fields.php:436
|
| 886 |
+
msgid "Sierra Leone"
|
| 887 |
+
msgstr "Sierra Leone"
|
| 888 |
+
|
| 889 |
+
#: ../admin/manage-fields.php:437
|
| 890 |
+
msgid "Singapore"
|
| 891 |
+
msgstr "Singapore"
|
| 892 |
+
|
| 893 |
+
#: ../admin/manage-fields.php:438
|
| 894 |
+
msgid "Sint Maarten"
|
| 895 |
+
msgstr "Sint Maarten"
|
| 896 |
+
|
| 897 |
+
#: ../admin/manage-fields.php:439
|
| 898 |
+
msgid "Slovakia"
|
| 899 |
+
msgstr "Slovakia"
|
| 900 |
+
|
| 901 |
+
#: ../admin/manage-fields.php:440
|
| 902 |
+
msgid "Slovenia"
|
| 903 |
+
msgstr "Slovenia"
|
| 904 |
+
|
| 905 |
+
#: ../admin/manage-fields.php:441
|
| 906 |
+
msgid "Solomon Islands"
|
| 907 |
+
msgstr "Solomon Islands"
|
| 908 |
+
|
| 909 |
+
#: ../admin/manage-fields.php:442
|
| 910 |
+
msgid "Somalia"
|
| 911 |
+
msgstr "Somalia"
|
| 912 |
+
|
| 913 |
+
#: ../admin/manage-fields.php:443
|
| 914 |
+
msgid "South Africa"
|
| 915 |
+
msgstr "South Africa"
|
| 916 |
+
|
| 917 |
+
#: ../admin/manage-fields.php:444
|
| 918 |
+
msgid "South Georgia and the South Sandwich Islands"
|
| 919 |
+
msgstr "South Georgia and the South Sandwich Islands"
|
| 920 |
+
|
| 921 |
+
#: ../admin/manage-fields.php:445
|
| 922 |
+
msgid "South Korea"
|
| 923 |
+
msgstr "South Korea"
|
| 924 |
+
|
| 925 |
+
#: ../admin/manage-fields.php:446
|
| 926 |
+
msgid "South Sudan"
|
| 927 |
+
msgstr "South Sudan"
|
| 928 |
+
|
| 929 |
+
#: ../admin/manage-fields.php:447
|
| 930 |
+
msgid "Spain"
|
| 931 |
+
msgstr "Spain"
|
| 932 |
+
|
| 933 |
+
#: ../admin/manage-fields.php:448
|
| 934 |
+
msgid "Sri Lanka"
|
| 935 |
+
msgstr "Sri Lanka"
|
| 936 |
+
|
| 937 |
+
#: ../admin/manage-fields.php:449
|
| 938 |
+
msgid "Sudan"
|
| 939 |
+
msgstr "Sudan"
|
| 940 |
+
|
| 941 |
+
#: ../admin/manage-fields.php:450
|
| 942 |
+
msgid "Suriname"
|
| 943 |
+
msgstr "Suriname"
|
| 944 |
+
|
| 945 |
+
#: ../admin/manage-fields.php:451
|
| 946 |
+
msgid "Svalbard and Jan Mayen"
|
| 947 |
+
msgstr "Svalbard and Jan Mayen"
|
| 948 |
+
|
| 949 |
+
#: ../admin/manage-fields.php:452
|
| 950 |
+
msgid "Swaziland"
|
| 951 |
+
msgstr "Swaziland"
|
| 952 |
+
|
| 953 |
+
#: ../admin/manage-fields.php:453
|
| 954 |
+
msgid "Sweden"
|
| 955 |
+
msgstr "Sweden"
|
| 956 |
+
|
| 957 |
+
#: ../admin/manage-fields.php:454
|
| 958 |
+
msgid "Switzerland"
|
| 959 |
+
msgstr "Switzerland"
|
| 960 |
+
|
| 961 |
+
#: ../admin/manage-fields.php:455
|
| 962 |
+
msgid "Syria"
|
| 963 |
+
msgstr "Syria"
|
| 964 |
+
|
| 965 |
+
#: ../admin/manage-fields.php:456
|
| 966 |
+
msgid "Taiwan"
|
| 967 |
+
msgstr "Taiwan"
|
| 968 |
+
|
| 969 |
+
#: ../admin/manage-fields.php:457
|
| 970 |
+
msgid "Tajikistan"
|
| 971 |
+
msgstr "Tajikistan"
|
| 972 |
+
|
| 973 |
+
#: ../admin/manage-fields.php:458
|
| 974 |
+
msgid "Tanzania"
|
| 975 |
+
msgstr "Tanzania"
|
| 976 |
+
|
| 977 |
+
#: ../admin/manage-fields.php:459
|
| 978 |
+
msgid "Thailand"
|
| 979 |
+
msgstr "Thailand"
|
| 980 |
+
|
| 981 |
+
#: ../admin/manage-fields.php:460
|
| 982 |
+
msgid "Togo"
|
| 983 |
+
msgstr "Togo"
|
| 984 |
+
|
| 985 |
+
#: ../admin/manage-fields.php:461
|
| 986 |
+
msgid "Tokelau"
|
| 987 |
+
msgstr "Tokelau"
|
| 988 |
+
|
| 989 |
+
#: ../admin/manage-fields.php:462
|
| 990 |
+
msgid "Tonga"
|
| 991 |
+
msgstr "Tonga"
|
| 992 |
+
|
| 993 |
+
#: ../admin/manage-fields.php:463
|
| 994 |
+
msgid "Trinidad and Tobago"
|
| 995 |
+
msgstr "Trinidad and Tobago"
|
| 996 |
+
|
| 997 |
+
#: ../admin/manage-fields.php:464
|
| 998 |
+
msgid "Tunisia"
|
| 999 |
+
msgstr "Tunisia"
|
| 1000 |
+
|
| 1001 |
+
#: ../admin/manage-fields.php:465
|
| 1002 |
+
msgid "Turkey"
|
| 1003 |
+
msgstr "Turkey"
|
| 1004 |
+
|
| 1005 |
+
#: ../admin/manage-fields.php:466
|
| 1006 |
+
msgid "Turkmenistan"
|
| 1007 |
+
msgstr "Turkmenistan"
|
| 1008 |
+
|
| 1009 |
+
#: ../admin/manage-fields.php:467
|
| 1010 |
+
msgid "Turks and Caicos Islands"
|
| 1011 |
+
msgstr "Turks and Caicos Islands"
|
| 1012 |
+
|
| 1013 |
+
#: ../admin/manage-fields.php:468
|
| 1014 |
+
msgid "Tuvalu"
|
| 1015 |
+
msgstr "Tuvalu"
|
| 1016 |
+
|
| 1017 |
+
#: ../admin/manage-fields.php:469
|
| 1018 |
+
msgid "U.S. Virgin Islands"
|
| 1019 |
+
msgstr "U.S. Virgin Islands"
|
| 1020 |
+
|
| 1021 |
+
#: ../admin/manage-fields.php:470
|
| 1022 |
+
msgid "Uganda"
|
| 1023 |
+
msgstr "Uganda"
|
| 1024 |
+
|
| 1025 |
+
#: ../admin/manage-fields.php:471
|
| 1026 |
+
msgid "Ukraine"
|
| 1027 |
+
msgstr "Ukraine"
|
| 1028 |
+
|
| 1029 |
+
#: ../admin/manage-fields.php:472
|
| 1030 |
+
msgid "United Arab Emirates"
|
| 1031 |
+
msgstr "United Arab Emirates"
|
| 1032 |
+
|
| 1033 |
+
#: ../admin/manage-fields.php:473
|
| 1034 |
+
msgid "United Kingdom"
|
| 1035 |
+
msgstr "United Kingdom"
|
| 1036 |
+
|
| 1037 |
+
#: ../admin/manage-fields.php:474
|
| 1038 |
+
msgid "United States"
|
| 1039 |
+
msgstr "United States"
|
| 1040 |
+
|
| 1041 |
+
#: ../admin/manage-fields.php:475
|
| 1042 |
+
msgid "United States Minor Outlying Islands"
|
| 1043 |
+
msgstr "United States Minor Outlying Islands"
|
| 1044 |
+
|
| 1045 |
+
#: ../admin/manage-fields.php:476
|
| 1046 |
+
msgid "Uruguay"
|
| 1047 |
+
msgstr "Uruguay"
|
| 1048 |
+
|
| 1049 |
+
#: ../admin/manage-fields.php:477
|
| 1050 |
+
msgid "Uzbekistan"
|
| 1051 |
+
msgstr "Uzbekistan"
|
| 1052 |
+
|
| 1053 |
+
#: ../admin/manage-fields.php:478
|
| 1054 |
+
msgid "Vanuatu"
|
| 1055 |
+
msgstr "Vanuatu"
|
| 1056 |
+
|
| 1057 |
+
#: ../admin/manage-fields.php:479
|
| 1058 |
+
msgid "Vatican"
|
| 1059 |
+
msgstr "Vatican"
|
| 1060 |
+
|
| 1061 |
+
#: ../admin/manage-fields.php:480
|
| 1062 |
+
msgid "Venezuela"
|
| 1063 |
+
msgstr "Venezuela"
|
| 1064 |
+
|
| 1065 |
+
#: ../admin/manage-fields.php:481
|
| 1066 |
+
msgid "Vietnam"
|
| 1067 |
+
msgstr "Vietnam"
|
| 1068 |
+
|
| 1069 |
+
#: ../admin/manage-fields.php:482
|
| 1070 |
+
msgid "Wallis and Futuna"
|
| 1071 |
+
msgstr "Wallis and Futuna"
|
| 1072 |
+
|
| 1073 |
+
#: ../admin/manage-fields.php:483
|
| 1074 |
+
msgid "Western Sahara"
|
| 1075 |
+
msgstr "Western Sahara"
|
| 1076 |
+
|
| 1077 |
+
#: ../admin/manage-fields.php:484
|
| 1078 |
+
msgid "Yemen"
|
| 1079 |
+
msgstr "Yemen"
|
| 1080 |
+
|
| 1081 |
+
#: ../admin/manage-fields.php:485
|
| 1082 |
+
msgid "Zambia"
|
| 1083 |
+
msgstr "Zambia"
|
| 1084 |
+
|
| 1085 |
+
#: ../admin/manage-fields.php:486
|
| 1086 |
+
msgid "Zimbabwe"
|
| 1087 |
+
msgstr "Zimbabwe"
|
| 1088 |
+
|
| 1089 |
+
#: ../admin/manage-fields.php:843
|
| 1090 |
+
msgid "With Profile Builder Pro v2 you can display different fields in the registration and edit profile forms, using the Multiple Registration & Edit Profile Forms module."
|
| 1091 |
+
msgstr ""
|
| 1092 |
+
|
| 1093 |
+
#: ../assets/misc/plugin-compatibilities.php:241
|
| 1094 |
+
msgid "Your account has to be confirmed by an administrator before you can log in."
|
| 1095 |
+
msgstr ""
|
| 1096 |
+
|
| 1097 |
+
#: ../features/admin-approval/admin-approval.php:203
|
| 1098 |
+
msgid "Your account has been successfully created!"
|
| 1099 |
+
msgstr ""
|
| 1100 |
+
|
| 1101 |
+
#: ../features/functions.php:607
|
| 1102 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:374
|
| 1103 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:379
|
| 1104 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:421
|
| 1105 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:458
|
| 1106 |
+
msgid "Please enter a (valid) reCAPTCHA value"
|
| 1107 |
+
msgstr ""
|
| 1108 |
+
|
| 1109 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:421
|
| 1110 |
+
msgid "Click the BACK button on your browser, and try again."
|
| 1111 |
+
msgstr ""
|
| 1112 |
+
|
| 1113 |
+
#: ../front-end/extra-fields/upload/upload_helper_functions.php:78
|
| 1114 |
+
#: ../front-end/extra-fields/upload/upload_helper_functions.php:87
|
| 1115 |
+
msgid "Sorry, you cannot upload this file type for this field."
|
| 1116 |
+
msgstr ""
|
| 1117 |
+
|
| 1118 |
+
#: ../front-end/extra-fields/upload/upload_helper_functions.php:94
|
| 1119 |
+
msgid "An error occurred, please try again later."
|
| 1120 |
+
msgstr ""
|
| 1121 |
+
|
| 1122 |
+
#: ../modules/user-listing/userlisting.php:253
|
| 1123 |
+
msgid "More"
|
| 1124 |
+
msgstr ""
|
| 1125 |
+
|
| 1126 |
+
#: ../modules/user-listing/userlisting.php:338
|
| 1127 |
+
msgid "You do not have permission to view this user list."
|
| 1128 |
+
msgstr ""
|
| 1129 |
+
|
| 1130 |
+
#: ../modules/user-listing/userlisting.php:351
|
| 1131 |
+
msgid "You do not have the required user role to view this user list."
|
| 1132 |
+
msgstr ""
|
| 1133 |
+
|
| 1134 |
+
#: ../modules/user-listing/userlisting.php:1287
|
| 1135 |
+
msgid "Ascending"
|
| 1136 |
+
msgstr ""
|
| 1137 |
+
|
| 1138 |
+
#: ../modules/user-listing/userlisting.php:1288
|
| 1139 |
+
msgid "Descending"
|
| 1140 |
+
msgstr ""
|
| 1141 |
+
|
| 1142 |
#: ../admin/add-ons.php:144
|
| 1143 |
msgid "Download Now"
|
| 1144 |
msgstr "Last ned nå"
|
| 1145 |
|
| 1146 |
+
#: ../admin/admin-functions.php:197
|
| 1147 |
msgid "If you enjoy using <strong> %1$s </strong> please <a href=\"%2$s\" target=\"_blank\">rate us on WordPress.org</a>. More happy users means more features, less bugs and better support for everyone. "
|
| 1148 |
msgstr "Liker du <strong> %1$s </strong>? I så fall: spre ordet og gi oss en <a href=\"%2$s\" target=\"_blank\">rating WordPress.org</a>. Jo flere fornøyde brukere vi har, jo flere features kan vi utvikle, flere bugs kan utraderes og alle får bedre support."
|
| 1149 |
|
| 1155 |
msgid ". Extra Field Types are available in <a href=\"%s\">Hobbyist or PRO versions</a>."
|
| 1156 |
msgstr ". Flere typer felt finnes i <a href=\"%s\">Hobbyist og PRO versjonen</a>."
|
| 1157 |
|
| 1158 |
+
#: ../admin/manage-fields.php:107
|
| 1159 |
msgid "Site Key"
|
| 1160 |
msgstr "Site Key"
|
| 1161 |
|
| 1162 |
+
#: ../admin/manage-fields.php:107
|
| 1163 |
msgid "The site key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 1164 |
msgstr "\"Site Key\" fra Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 1165 |
|
| 1166 |
+
#: ../admin/manage-fields.php:108
|
| 1167 |
msgid "Secret Key"
|
| 1168 |
msgstr "Secret Key"
|
| 1169 |
|
| 1170 |
+
#: ../admin/manage-fields.php:108
|
| 1171 |
msgid "The secret key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 1172 |
msgstr ""
|
| 1173 |
|
| 1174 |
+
#: ../admin/manage-fields.php:660
|
| 1175 |
msgid "You must enter the site key\n"
|
| 1176 |
msgstr "Du må legge inn \"site key\"\n"
|
| 1177 |
|
| 1178 |
+
#: ../admin/manage-fields.php:662
|
| 1179 |
msgid "You must enter the secret key\n"
|
| 1180 |
msgstr "Du må legge inn \"Secret Key\"\n"
|
| 1181 |
|
| 1259 |
msgid "Could not install add-on. Retry or <a href=\"%s\" target=\"_blank\">install manually</a>."
|
| 1260 |
msgstr "Kunne ikke installere add-on. Prøv igjen eller <a href=\"%s\" target=\"_blank\">installer manuelt</a>."
|
| 1261 |
|
| 1262 |
+
#: ../front-end/default-fields/email/email.php:48
|
| 1263 |
msgid "You must enter a valid email address."
|
| 1264 |
msgstr "Du må oppgi en gyldig epost adresse."
|
| 1265 |
|
| 1266 |
+
#: ../front-end/default-fields/username/username.php:53
|
| 1267 |
+
#: ../front-end/default-fields/username/username.php:60
|
| 1268 |
msgid "This username is invalid because it uses illegal characters."
|
| 1269 |
msgstr "Dette brukernavnet er ugyldig fordi det inneholder ugyldige tegn."
|
| 1270 |
|
| 1271 |
+
#: ../front-end/default-fields/username/username.php:53
|
| 1272 |
+
#: ../front-end/default-fields/username/username.php:60
|
| 1273 |
msgid "Please enter a valid username."
|
| 1274 |
msgstr "Vennligst oppgi med ett gyldig brukernavn"
|
| 1275 |
|
| 1276 |
+
#: ../front-end/extra-fields/user-role/user-role.php:67
|
| 1277 |
+
#: ../front-end/extra-fields/user-role/user-role.php:80
|
| 1278 |
msgid "Only administrators can see this field on edit profile forms."
|
| 1279 |
msgstr "Kun administratorer kan se dette feltet på rediger profil skjema."
|
| 1280 |
|
| 1281 |
+
#: ../front-end/extra-fields/user-role/user-role.php:76
|
| 1282 |
msgid "As an administrator you cannot change your role."
|
| 1283 |
msgstr "Som en administrator kan du ikke endre din rolle."
|
| 1284 |
|
| 1356 |
msgid "None"
|
| 1357 |
msgstr "Ingen"
|
| 1358 |
|
| 1359 |
+
#: ../admin/admin-functions.php:128
|
| 1360 |
msgid "<strong>ERROR</strong>: The password must have the minimum length of %s characters"
|
| 1361 |
msgstr "<strong>FEIL</strong>: Passordet må minimum inneholde %s tegn."
|
| 1362 |
|
| 1363 |
+
#: ../admin/admin-functions.php:145
|
| 1364 |
msgid "<strong>ERROR</strong>: The password must have a minimum strength of %s"
|
| 1365 |
msgstr "<strong>FEIL</strong>: Passordet må minimum ha en styrke på %s"
|
| 1366 |
|
| 1367 |
+
#: ../admin/general-settings.php:170
|
| 1368 |
msgid "Username and Email"
|
| 1369 |
msgstr "Brukernavn og Epost"
|
| 1370 |
|
| 1371 |
+
#: ../admin/general-settings.php:175
|
| 1372 |
msgid "\"Username and Email\" - users can Log In with both Username and Email."
|
| 1373 |
msgstr "\"Brukernavn og E-post\" - brukere kan logge inn med både brukernavn og e-post."
|
| 1374 |
|
| 1375 |
+
#: ../admin/general-settings.php:176
|
| 1376 |
msgid "\"Username\" - users can Log In only with Username."
|
| 1377 |
msgstr "\"Brukernavn\" - brukere kan kun logge inn med brukernavn"
|
| 1378 |
|
| 1379 |
+
#: ../admin/general-settings.php:177
|
| 1380 |
msgid "\"Email\" - users can Log In only with Email."
|
| 1381 |
msgstr "\"E-post\" - brukere kan kun logge inn med e-post."
|
| 1382 |
|
| 1383 |
+
#: ../admin/manage-fields.php:100
|
| 1384 |
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 (.*)"
|
| 1385 |
msgstr ""
|
| 1386 |
|
| 1387 |
+
#: ../admin/manage-fields.php:101
|
| 1388 |
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 (.*)"
|
| 1389 |
msgstr "Angi tillegg(et) du vil begrense for opplasting<br/>Eksempel: .ext1,.ext2,.ext3<br/>Hvis ikke spesifisert, settes standard til alle WordPress tillatte fil endelser(.*)"
|
| 1390 |
|
| 1391 |
+
#: ../admin/manage-fields.php:111
|
| 1392 |
msgid "User Roles"
|
| 1393 |
msgstr "Bruker roller"
|
| 1394 |
|
| 1395 |
+
#: ../admin/manage-fields.php:111
|
| 1396 |
msgid "Select which user roles to show to the user ( drag and drop to re-order )"
|
| 1397 |
msgstr "Velg hvilken bruker rolle å vise til bruker ( dra og slipp for å sortere )"
|
| 1398 |
|
| 1399 |
+
#: ../admin/manage-fields.php:112
|
| 1400 |
msgid "User Roles Order"
|
| 1401 |
msgstr "Bruker rolle rekkefølge"
|
| 1402 |
|
| 1403 |
+
#: ../admin/manage-fields.php:112
|
| 1404 |
msgid "Save the user role order from the user roles checkboxes"
|
| 1405 |
msgstr "Lagre bruker rolle rekkefølgen fra bruker rolle valgene"
|
| 1406 |
|
| 1407 |
+
#: ../admin/manage-fields.php:752
|
| 1408 |
msgid "Please select at least one user role\n"
|
| 1409 |
msgstr ""
|
| 1410 |
"Vennligst velg minst en bruker rolle\n"
|
| 1434 |
msgid "show"
|
| 1435 |
msgstr "Vis"
|
| 1436 |
|
| 1437 |
+
#: ../features/functions.php:659
|
| 1438 |
msgid "To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sNetwork Settings%2$s, and under Registration Settings make sure to check “User accounts may be registered”. %3$sDismiss%4$s"
|
| 1439 |
msgstr "For å gi brukere mulighet til å registrere seg til ditt websted via Profile Builder, må du først aktivere bruker registering. Gå til %1$sNettverk Instillinger%2$s, og under Registrerings Instillinger sjekk “Bruker konto kan registreres”. %3$sAvvis%4$s"
|
| 1440 |
|
| 1441 |
+
#: ../front-end/class-formbuilder.php:509
|
| 1442 |
msgid "User to edit:"
|
| 1443 |
msgstr "Bruker å endre:"
|
| 1444 |
|
| 1445 |
+
#: ../front-end/default-fields/password/password.php:46
|
| 1446 |
+
#: ../front-end/recover.php:245
|
| 1447 |
msgid "The password must have the minimum length of %s characters"
|
| 1448 |
msgstr "Passordet må minimum ha en lengde på %s tegn"
|
| 1449 |
|
| 1450 |
+
#: ../front-end/default-fields/password/password.php:50
|
| 1451 |
+
#: ../front-end/recover.php:249
|
| 1452 |
msgid "The password must have a minimum strength of %s"
|
| 1453 |
msgstr "Passordet må ha en minimum styrke på %s"
|
| 1454 |
|
| 1455 |
+
#: ../front-end/extra-fields/user-role/user-role.php:112
|
| 1456 |
msgid "You cannot register this user role"
|
| 1457 |
msgstr "Du kan ikke registrere denne bruker rollen"
|
| 1458 |
|
| 1476 |
msgid "User Role"
|
| 1477 |
msgstr "Bruker Rolle"
|
| 1478 |
|
| 1479 |
+
#: ../modules/user-listing/userlisting.php:1207
|
| 1480 |
msgid "View all extra shortcode parameters"
|
| 1481 |
msgstr "Vis alle ekstra shortcode parametre"
|
| 1482 |
|
| 1483 |
+
#: ../modules/user-listing/userlisting.php:1221
|
| 1484 |
msgid "displays only the users that you specified the user_id for"
|
| 1485 |
msgstr "vis kun brukere som du spesifiserte user_id for"
|
| 1486 |
|
| 1487 |
+
#: ../modules/user-listing/userlisting.php:1227
|
| 1488 |
msgid "displays all users except the ones you specified the user_id for"
|
| 1489 |
msgstr "vis alle brukere unntatt de du spesifiserte user_id for"
|
| 1490 |
|
| 1491 |
+
#: ../features/functions.php:526
|
| 1492 |
msgid "Minimum length of %d characters"
|
| 1493 |
msgstr "Minimum lengde på %d tegn"
|
| 1494 |
|
| 1496 |
msgid "This message is only visible by administrators"
|
| 1497 |
msgstr "Denne meldingen er kun synlig for administratorer"
|
| 1498 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1499 |
#: ../modules/user-listing/userlisting.php:364
|
| 1500 |
msgid "User not found"
|
| 1501 |
msgstr "Bruker ikke funnet"
|
| 1509 |
msgid "Choose which user roles view the admin bar in the front-end of the website."
|
| 1510 |
msgstr "Velg hvilken brukerrolle som skal vises i admin panelet i front-end på nettsiden. "
|
| 1511 |
|
| 1512 |
+
#: ../admin/manage-fields.php:105
|
| 1513 |
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"
|
| 1514 |
msgstr ""
|
| 1515 |
|
| 1516 |
+
#: ../admin/manage-fields.php:689
|
| 1517 |
msgid "The meta-name cannot be empty\n"
|
| 1518 |
msgstr "Meta-Navnet kan ikke være tomt \n"
|
| 1519 |
|
| 1544 |
msgid "1 item"
|
| 1545 |
msgstr ""
|
| 1546 |
|
| 1547 |
+
#: ../features/functions.php:512
|
| 1548 |
msgid "Very Weak"
|
| 1549 |
msgstr "Veldig svakt"
|
| 1550 |
|
| 1551 |
+
#: ../features/functions.php:600
|
| 1552 |
msgid "This field is required"
|
| 1553 |
msgstr "Dette feltet er obligatorisk"
|
| 1554 |
|
| 1555 |
+
#: ../features/functions.php:627
|
| 1556 |
msgid "Cancel"
|
| 1557 |
msgstr "Avbryt"
|
| 1558 |
|
| 1559 |
+
#: ../features/functions.php:663
|
| 1560 |
msgid "To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sSettings -> General%2$s tab, and under Membership make sure to check “Anyone can register”. %3$sDismiss%4$s"
|
| 1561 |
msgstr ""
|
| 1562 |
|
| 1585 |
msgid "Must be a valid email address or the tag {{reply_to}} which defaults to the administrator email"
|
| 1586 |
msgstr "Må være en gyldig e-postadresse eller taggen {{reply_to}} som mislighold av administrator epost"
|
| 1587 |
|
| 1588 |
+
#: ../features/email-confirmation/email-confirmation.php:554
|
| 1589 |
+
#: ../features/email-confirmation/email-confirmation.php:557
|
| 1590 |
+
#: ../modules/email-customizer/email-customizer.php:413
|
| 1591 |
+
#: ../modules/email-customizer/email-customizer.php:420
|
| 1592 |
+
#: ../modules/email-customizer/email-customizer.php:434
|
| 1593 |
msgid "Your selected password at signup"
|
| 1594 |
msgstr ""
|
| 1595 |
|
| 1613 |
msgid "Choose..."
|
| 1614 |
msgstr "Velg..."
|
| 1615 |
|
| 1616 |
+
#: ../modules/user-listing/userlisting.php:1298
|
| 1617 |
msgid "Set the number of users to be displayed on every paginated part of the all-userlisting"
|
| 1618 |
msgstr ""
|
| 1619 |
|
| 1645 |
msgid "Hide"
|
| 1646 |
msgstr "Skjul"
|
| 1647 |
|
| 1648 |
+
#: ../admin/admin-bar.php:86 ../admin/general-settings.php:215
|
| 1649 |
+
#: ../admin/register-version.php:95 ../features/functions.php:620
|
| 1650 |
#: ../modules/custom-redirects/custom-redirects.php:136
|
| 1651 |
#: ../modules/modules.php:142
|
| 1652 |
msgid "Save Changes"
|
| 1661 |
msgid "General Settings"
|
| 1662 |
msgstr "Generelle innstillinger"
|
| 1663 |
|
| 1664 |
+
#: ../admin/admin-functions.php:134 ../admin/general-settings.php:201
|
| 1665 |
msgid "Very weak"
|
| 1666 |
msgstr "Veldig Svakt"
|
| 1667 |
|
| 1668 |
+
#: ../admin/admin-functions.php:134 ../admin/general-settings.php:202
|
| 1669 |
+
#: ../features/functions.php:512
|
| 1670 |
msgid "Weak"
|
| 1671 |
msgstr "Svakt"
|
| 1672 |
|
| 1673 |
+
#: ../admin/admin-functions.php:134 ../admin/general-settings.php:203
|
| 1674 |
+
#: ../features/functions.php:512
|
| 1675 |
msgid "Medium"
|
| 1676 |
msgstr "Medium"
|
| 1677 |
|
| 1678 |
+
#: ../admin/admin-functions.php:134 ../admin/general-settings.php:204
|
| 1679 |
+
#: ../features/functions.php:512
|
| 1680 |
msgid "Strong"
|
| 1681 |
msgstr "Sterk"
|
| 1682 |
|
| 1683 |
+
#: ../admin/admin-functions.php:184
|
| 1684 |
msgid "Add Field"
|
| 1685 |
msgstr "Legg til felt"
|
| 1686 |
|
| 1687 |
+
#: ../admin/admin-functions.php:186
|
| 1688 |
#: ../modules/class-mustache-templates/class-mustache-templates.php:374
|
| 1689 |
msgid "Save Settings"
|
| 1690 |
msgstr "Lagre innstillinger"
|
| 1713 |
msgid "Login"
|
| 1714 |
msgstr "innlogging"
|
| 1715 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1716 |
#: ../admin/basic-info.php:40
|
| 1717 |
msgid "Registration"
|
| 1718 |
msgstr "Registrering"
|
| 1719 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1720 |
#: ../admin/basic-info.php:44
|
| 1721 |
msgid "Edit Profile"
|
| 1722 |
msgstr "Rediger profil"
|
| 1723 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1724 |
#: ../admin/basic-info.php:51
|
| 1725 |
msgid "Extra Features"
|
| 1726 |
msgstr "Ekstra Funksjoner"
|
| 1737 |
msgid "Recover Password"
|
| 1738 |
msgstr "Gjenopprett passord (*)"
|
| 1739 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1740 |
#: ../admin/basic-info.php:61
|
| 1741 |
msgid "Admin Approval (*)"
|
| 1742 |
msgstr "Administratorgodkjenning (*)"
|
| 1861 |
msgid "Easy to edit templates for listing your website users as well as creating single user pages. Shortcode based, offering many options to customize your listings."
|
| 1862 |
msgstr "Enkelt å redigere maler for å liste nettstedets brukere samt å skape enkle brukersider. Shortcode-basert, og tilbyr mange muligheter til å tilpasse dine oppføringer."
|
| 1863 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1864 |
#: ../admin/basic-info.php:134
|
| 1865 |
msgid "Email Customizer"
|
| 1866 |
msgstr "Tilpass E-postmeldinger"
|
| 1911 |
#: ../admin/general-settings.php:114
|
| 1912 |
#: ../modules/multiple-forms/register-forms.php:225
|
| 1913 |
#: ../modules/multiple-forms/register-forms.php:226
|
| 1914 |
+
#: ../modules/user-listing/userlisting.php:1303
|
| 1915 |
msgid "Yes"
|
| 1916 |
msgstr "Ja"
|
| 1917 |
|
| 1961 |
msgid "You can find a list of users at %1$sUsers > All Users > Admin Approval%2$s."
|
| 1962 |
msgstr "Du kan finne en liste med brukere i %1$sUsers > All Users > Admin Approval%2$s."
|
| 1963 |
|
| 1964 |
+
#: ../admin/general-settings.php:156
|
| 1965 |
msgid "\"Admin Approval\" Feature:"
|
| 1966 |
msgstr "\"Administrator godkjennelse\" Funksjon:"
|
| 1967 |
|
| 1968 |
+
#: ../admin/general-settings.php:159
|
| 1969 |
msgid "You decide who is a user on your website. Get notified via email or approve multiple users at once from the WordPress UI. Enable Admin Approval by upgrading to %1$sHobbyist or PRO versions%2$s."
|
| 1970 |
msgstr "Du bestemmer hvem som er en bruker på nettstedet ditt. Bli varslet via e-post eller godkjenn flere brukere på én gang via WordPress UI. Aktiver administratorgodkjenning ved å oppgradere til %1$sHobbyist or PRO versions%2$s."
|
| 1971 |
|
| 1972 |
+
#: ../admin/general-settings.php:166
|
| 1973 |
msgid "Allow Users to Log in With:"
|
| 1974 |
msgstr "Tillat brukere å logge inn med:"
|
| 1975 |
|
| 1976 |
+
#: ../admin/general-settings.php:171 ../admin/manage-fields.php:159
|
| 1977 |
#: ../features/admin-approval/class-admin-approval.php:177
|
| 1978 |
#: ../features/email-confirmation/class-email-confirmation.php:167
|
| 1979 |
#: ../modules/email-customizer/email-customizer.php:28
|
| 1980 |
#: ../modules/user-listing/userlisting.php:92
|
| 1981 |
+
#: ../modules/user-listing/userlisting.php:248
|
| 1982 |
+
#: ../modules/user-listing/userlisting.php:611
|
| 1983 |
+
#: ../modules/user-listing/userlisting.php:1259
|
| 1984 |
msgid "Username"
|
| 1985 |
msgstr "Brukernavn"
|
| 1986 |
|
| 1987 |
+
#: ../admin/general-settings.php:172 ../front-end/login.php:170
|
| 1988 |
#: ../modules/email-customizer/email-customizer.php:29
|
| 1989 |
+
#: ../modules/user-listing/userlisting.php:617
|
| 1990 |
+
#: ../modules/user-listing/userlisting.php:1260
|
| 1991 |
msgid "Email"
|
| 1992 |
msgstr "Epost"
|
| 1993 |
|
| 1994 |
+
#: ../admin/general-settings.php:184
|
| 1995 |
msgid "Minimum Password Length:"
|
| 1996 |
msgstr "Minimum passord lengde:"
|
| 1997 |
|
| 1998 |
+
#: ../admin/general-settings.php:189
|
| 1999 |
msgid "Enter the minimum characters the password should have. Leave empty for no minimum limit"
|
| 2000 |
msgstr "Skriv inn minimums tegn passordet bør ha. La stå tomt for ingen minimumsgrense"
|
| 2001 |
|
| 2002 |
+
#: ../admin/general-settings.php:196
|
| 2003 |
msgid "Minimum Password Strength:"
|
| 2004 |
msgstr "Minimum passord styrke"
|
| 2005 |
|
| 2006 |
+
#: ../admin/general-settings.php:200
|
| 2007 |
msgid "Disabled"
|
| 2008 |
msgstr "Deaktivert"
|
| 2009 |
|
| 2015 |
msgid "Manage Default and Extra Fields"
|
| 2016 |
msgstr "Administrere standard og ekstra felt"
|
| 2017 |
|
| 2018 |
+
#: ../admin/manage-fields.php:94
|
| 2019 |
msgid "Field Title"
|
| 2020 |
msgstr "Felttittel"
|
| 2021 |
|
| 2022 |
+
#: ../admin/manage-fields.php:94
|
| 2023 |
msgid "Title of the field"
|
| 2024 |
msgstr "Tittel på feltet"
|
| 2025 |
|
| 2026 |
+
#: ../admin/manage-fields.php:95
|
| 2027 |
#: ../modules/multiple-forms/edit-profile-forms.php:241
|
| 2028 |
#: ../modules/multiple-forms/register-forms.php:262
|
| 2029 |
msgid "Field"
|
| 2030 |
msgstr "Felt"
|
| 2031 |
|
| 2032 |
+
#: ../admin/manage-fields.php:96
|
| 2033 |
msgid "Meta-name"
|
| 2034 |
msgstr "Meta-navn"
|
| 2035 |
|
| 2036 |
+
#: ../admin/manage-fields.php:96
|
| 2037 |
msgid "Use this in conjuction 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 uniqe)<br/>Changing this might take long in case of a very big user-count"
|
| 2038 |
msgstr "Bruk dette sammen med WordPress-funksjoner for å vise verdien på siden som du selv velger <br/> Auto-fullført, men i noen tilfeller redigerbare (i så fall må det være unike) <br/> Å endre dette kan ta lang tid hvis brukerantallet er svært høyt."
|
| 2039 |
|
| 2040 |
+
#: ../admin/manage-fields.php:97
|
| 2041 |
#: ../modules/multiple-forms/edit-profile-forms.php:242
|
| 2042 |
#: ../modules/multiple-forms/register-forms.php:263
|
| 2043 |
msgid "ID"
|
| 2044 |
msgstr "ID"
|
| 2045 |
|
| 2046 |
+
#: ../admin/manage-fields.php:97
|
| 2047 |
#: ../modules/multiple-forms/edit-profile-forms.php:242
|
| 2048 |
#: ../modules/multiple-forms/register-forms.php:263
|
| 2049 |
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"
|
| 2050 |
msgstr "En unik, automatisk generert ID for dette feltet <br/> Du kan bruke dette i sammen med filtre for å målrette dette elementet hvis nødvendig <br/> Kan ikke redigeres"
|
| 2051 |
|
| 2052 |
+
#: ../admin/manage-fields.php:98
|
| 2053 |
msgid "Description"
|
| 2054 |
msgstr "Beskrivelse"
|
| 2055 |
|
| 2056 |
+
#: ../admin/manage-fields.php:98
|
| 2057 |
msgid "Enter a (detailed) description of the option for end users to read<br/>Optional"
|
| 2058 |
msgstr "Skriv inn en (detaljert) beskrivelse av alternativene for sluttbrukerne å lese <br/>Valgfritt"
|
| 2059 |
|
| 2060 |
+
#: ../admin/manage-fields.php:99
|
| 2061 |
msgid "Row Count"
|
| 2062 |
msgstr "Antall rader"
|
| 2063 |
|
| 2064 |
+
#: ../admin/manage-fields.php:99
|
| 2065 |
msgid "Specify the number of rows for a 'Textarea' field<br/>If not specified, defaults to 5"
|
| 2066 |
msgstr "Spesifiser antal linjer for 'Tekst' felt<br/>Hvis ikke spesifisert , settes standard til 5"
|
| 2067 |
|
| 2068 |
+
#: ../admin/manage-fields.php:100
|
| 2069 |
msgid "Allowed Image Extensions"
|
| 2070 |
msgstr "Tillatte bildefiler"
|
| 2071 |
|
| 2072 |
+
#: ../admin/manage-fields.php:101
|
| 2073 |
msgid "Allowed Upload Extensions"
|
| 2074 |
msgstr "Tillatt Last opp utvidelser"
|
| 2075 |
|
| 2076 |
+
#: ../admin/manage-fields.php:102
|
| 2077 |
msgid "Avatar Size"
|
| 2078 |
msgstr "Avatarstørrelse"
|
| 2079 |
|
| 2080 |
+
#: ../admin/manage-fields.php:102
|
| 2081 |
msgid "Enter a value (between 20 and 200) for the size of the 'Avatar'<br/>If not specified, defaults to 100"
|
| 2082 |
msgstr "Skriv inn en verdi (mellom 20 og 200) for størrelsen på 'Avatar'<br/>Hvis ingenting er spesifisert, settes standard til 100"
|
| 2083 |
|
| 2084 |
+
#: ../admin/manage-fields.php:103
|
| 2085 |
msgid "Date-format"
|
| 2086 |
msgstr "Dato-format"
|
| 2087 |
|
| 2088 |
+
#: ../admin/manage-fields.php:103
|
| 2089 |
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<br/>If not specified, defaults to mm/dd/yy"
|
| 2090 |
msgstr "Angi datoformat ved bruk av Datepicker<br/>Gyldige alternativer: mm/dd/yy, mm/yy/dd, dd/yy/mm, dd/mm/yy, yy/dd/mm, yy/mm/dd<br/>Hvis det ikke er spesifisert noe, standard satt til mm/dd/yy"
|
| 2091 |
|
| 2092 |
+
#: ../admin/manage-fields.php:104
|
| 2093 |
msgid "Terms of Agreement"
|
| 2094 |
msgstr "Avtalebetingelser"
|
| 2095 |
|
| 2096 |
+
#: ../admin/manage-fields.php:104
|
| 2097 |
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>"
|
| 2098 |
msgstr "Angi en detaljert beskrivelse av temrs i avtalen for brukeren å lese.<br/>Koblinger kan settes ved hjelp av standard HTML syntaks: <a href=\"custom_url\">custom_text</a>"
|
| 2099 |
|
| 2100 |
+
#: ../admin/manage-fields.php:105
|
| 2101 |
msgid "Options"
|
| 2102 |
msgstr "Innstillinger"
|
| 2103 |
|
| 2104 |
+
#: ../admin/manage-fields.php:106
|
| 2105 |
msgid "Labels"
|
| 2106 |
msgstr "Etiketter"
|
| 2107 |
|
| 2108 |
+
#: ../admin/manage-fields.php:106
|
| 2109 |
msgid "Enter a comma separated list of labels<br/>Visible for the user"
|
| 2110 |
msgstr "Angi en kommadelt liste over etiketter<br/>Synlig for brukeren"
|
| 2111 |
|
| 2112 |
+
#: ../admin/manage-fields.php:113
|
| 2113 |
msgid "Default Value"
|
| 2114 |
msgstr "Standardverdi"
|
| 2115 |
|
| 2116 |
+
#: ../admin/manage-fields.php:113
|
| 2117 |
msgid "Default value of the field"
|
| 2118 |
msgstr "Standardverdi for feltet"
|
| 2119 |
|
| 2120 |
+
#: ../admin/manage-fields.php:114 ../admin/manage-fields.php:116
|
| 2121 |
+
#: ../admin/manage-fields.php:117
|
| 2122 |
msgid "Default Option"
|
| 2123 |
msgstr "Standard alternativ"
|
| 2124 |
|
| 2125 |
+
#: ../admin/manage-fields.php:114
|
| 2126 |
msgid "Specify the option which should be selected by default"
|
| 2127 |
msgstr "Angi alternativet som bør være valgt som standard"
|
| 2128 |
|
| 2129 |
+
#: ../admin/manage-fields.php:115
|
| 2130 |
msgid "Default Option(s)"
|
| 2131 |
msgstr "Standard alternativ(er)"
|
| 2132 |
|
| 2133 |
+
#: ../admin/manage-fields.php:115
|
| 2134 |
msgid "Specify the option which should be checked by default<br/>If there are multiple values, separate them with a ',' (comma)"
|
| 2135 |
msgstr "Angi alternativet som bør kontrolleres som standard<br/>Hvis det er flere verdier, skiller du dem med en ',' (komma)"
|
| 2136 |
|
| 2137 |
+
#: ../admin/manage-fields.php:118
|
| 2138 |
msgid "Default Content"
|
| 2139 |
msgstr "Standardinnhold"
|
| 2140 |
|
| 2141 |
+
#: ../admin/manage-fields.php:118
|
| 2142 |
msgid "Default value of the textarea"
|
| 2143 |
msgstr "Standardverdien for tekstområdet"
|
| 2144 |
|
| 2145 |
+
#: ../admin/manage-fields.php:119
|
| 2146 |
msgid "Required"
|
| 2147 |
msgstr "Påkrevd"
|
| 2148 |
|
| 2149 |
+
#: ../admin/manage-fields.php:119
|
| 2150 |
msgid "Whether the field is required or not"
|
| 2151 |
msgstr "Om feltet er påkrevd eller ikke"
|
| 2152 |
|
| 2153 |
+
#: ../admin/manage-fields.php:120
|
| 2154 |
msgid "Overwrite Existing"
|
| 2155 |
msgstr "Overskriv eksisterende"
|
| 2156 |
|
| 2157 |
+
#: ../admin/manage-fields.php:120
|
| 2158 |
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"
|
| 2159 |
msgstr "Velge 'Ja' vil legge til feltet i listen, men overskriver alle andre felt i databasen som har samme meta navn<br/>Bruk dette på eget ansvar"
|
| 2160 |
|
| 2161 |
+
#: ../admin/manage-fields.php:126
|
| 2162 |
msgid "Field Properties"
|
| 2163 |
msgstr "Feltegenskaper"
|
| 2164 |
|
| 2165 |
+
#: ../admin/manage-fields.php:139
|
| 2166 |
msgid "Registration & Edit Profile"
|
| 2167 |
msgstr "Registrering & Rediger profil"
|
| 2168 |
|
| 2169 |
+
#: ../admin/manage-fields.php:158
|
| 2170 |
msgid "Name"
|
| 2171 |
msgstr "Navn"
|
| 2172 |
|
| 2173 |
+
#: ../admin/manage-fields.php:159
|
| 2174 |
msgid "Usernames cannot be changed."
|
| 2175 |
msgstr "Brukernavn kan ikke forandres"
|
| 2176 |
|
| 2177 |
+
#: ../admin/manage-fields.php:160
|
| 2178 |
msgid "First Name"
|
| 2179 |
msgstr "Fornavn"
|
| 2180 |
|
| 2181 |
+
#: ../admin/manage-fields.php:161
|
| 2182 |
msgid "Last Name"
|
| 2183 |
msgstr "Etternavn"
|
| 2184 |
|
| 2185 |
+
#: ../admin/manage-fields.php:162 ../modules/user-listing/userlisting.php:650
|
| 2186 |
msgid "Nickname"
|
| 2187 |
msgstr "Kallenavn"
|
| 2188 |
|
| 2189 |
+
#: ../admin/manage-fields.php:163
|
| 2190 |
msgid "Display name publicly as"
|
| 2191 |
msgstr "Visningsnavn offentlig som"
|
| 2192 |
|
| 2193 |
+
#: ../admin/manage-fields.php:164
|
| 2194 |
msgid "Contact Info"
|
| 2195 |
msgstr "Kontaktinfo"
|
| 2196 |
|
| 2197 |
+
#: ../admin/manage-fields.php:165
|
| 2198 |
#: ../features/admin-approval/class-admin-approval.php:180
|
| 2199 |
#: ../features/email-confirmation/class-email-confirmation.php:168
|
| 2200 |
#: ../modules/user-listing/userlisting.php:98
|
| 2201 |
msgid "E-mail"
|
| 2202 |
msgstr "E-post"
|
| 2203 |
|
| 2204 |
+
#: ../admin/manage-fields.php:166
|
| 2205 |
#: ../modules/email-customizer/email-customizer.php:32
|
| 2206 |
#: ../modules/user-listing/userlisting.php:101
|
| 2207 |
+
#: ../modules/user-listing/userlisting.php:632
|
| 2208 |
+
#: ../modules/user-listing/userlisting.php:1261
|
| 2209 |
msgid "Website"
|
| 2210 |
msgstr "Nettsted"
|
| 2211 |
|
| 2212 |
+
#: ../admin/manage-fields.php:170
|
| 2213 |
msgid "AIM"
|
| 2214 |
msgstr "AIM"
|
| 2215 |
|
| 2216 |
+
#: ../admin/manage-fields.php:171
|
| 2217 |
msgid "Yahoo IM"
|
| 2218 |
msgstr "Yahoo IM"
|
| 2219 |
|
| 2220 |
+
#: ../admin/manage-fields.php:172
|
| 2221 |
msgid "Jabber / Google Talk"
|
| 2222 |
msgstr "Jabber / Google Talk"
|
| 2223 |
|
| 2224 |
+
#: ../admin/manage-fields.php:175
|
| 2225 |
msgid "About Yourself"
|
| 2226 |
msgstr "Om deg selv!"
|
| 2227 |
|
| 2228 |
+
#: ../admin/manage-fields.php:176 ../modules/user-listing/userlisting.php:104
|
| 2229 |
+
#: ../modules/user-listing/userlisting.php:635
|
| 2230 |
+
#: ../modules/user-listing/userlisting.php:1262
|
| 2231 |
msgid "Biographical Info"
|
| 2232 |
msgstr "Biographical Info"
|
| 2233 |
|
| 2234 |
+
#: ../admin/manage-fields.php:176
|
| 2235 |
msgid "Share a little biographical information to fill out your profile. This may be shown publicly."
|
| 2236 |
msgstr "Share a little biographical information to fill out your profile. This may be shown publicly."
|
| 2237 |
|
| 2238 |
+
#: ../admin/manage-fields.php:177 ../front-end/recover.php:75
|
| 2239 |
#: ../modules/email-customizer/email-customizer.php:30
|
| 2240 |
msgid "Password"
|
| 2241 |
msgstr "Passord"
|
| 2242 |
|
| 2243 |
+
#: ../admin/manage-fields.php:177
|
| 2244 |
msgid "Type your password."
|
| 2245 |
msgstr "Skriv inn passordet ditt ."
|
| 2246 |
|
| 2247 |
+
#: ../admin/manage-fields.php:178 ../front-end/recover.php:80
|
| 2248 |
msgid "Repeat Password"
|
| 2249 |
msgstr "Gjenta Passord"
|
| 2250 |
|
| 2251 |
+
#: ../admin/manage-fields.php:178
|
| 2252 |
msgid "Type your password again. "
|
| 2253 |
msgstr "Skriv inn passordet på nytt"
|
| 2254 |
|
| 2255 |
+
#: ../admin/manage-fields.php:617 ../admin/manage-fields.php:761
|
| 2256 |
msgid "You must select a field\n"
|
| 2257 |
msgstr "Du må velge et felt\n"
|
| 2258 |
|
| 2259 |
+
#: ../admin/manage-fields.php:627
|
| 2260 |
msgid "Please choose a different field type as this one already exists in your form (must be unique)\n"
|
| 2261 |
msgstr "Velg en annen felttype som denne finnes allerede i skjemaet (må være unikt)\n"
|
| 2262 |
|
| 2263 |
+
#: ../admin/manage-fields.php:638
|
| 2264 |
msgid "The entered avatar size is not between 20 and 200\n"
|
| 2265 |
msgstr "The entered avatar size is not between 20 and 200\n"
|
| 2266 |
|
| 2267 |
+
#: ../admin/manage-fields.php:641
|
| 2268 |
msgid "The entered avatar size is not numerical\n"
|
| 2269 |
msgstr "The entered avatar size is not numerical\n"
|
| 2270 |
|
| 2271 |
+
#: ../admin/manage-fields.php:649
|
| 2272 |
msgid "The entered row number is not numerical\n"
|
| 2273 |
msgstr "The entered row number is not numerical\n"
|
| 2274 |
|
| 2275 |
+
#: ../admin/manage-fields.php:652
|
| 2276 |
msgid "You must enter a value for the row number\n"
|
| 2277 |
msgstr "You must enter a value for the row number\n"
|
| 2278 |
|
| 2279 |
+
#: ../admin/manage-fields.php:670
|
| 2280 |
msgid "The entered value for the Datepicker is not a valid date-format\n"
|
| 2281 |
msgstr "The entered value for the Datepicker is not a valid date-format\n"
|
| 2282 |
|
| 2283 |
+
#: ../admin/manage-fields.php:673
|
| 2284 |
msgid "You must enter a value for the date-format\n"
|
| 2285 |
msgstr "You must enter a value for the date-format\n"
|
| 2286 |
|
| 2287 |
+
#: ../admin/manage-fields.php:701 ../admin/manage-fields.php:709
|
| 2288 |
+
#: ../admin/manage-fields.php:719
|
| 2289 |
msgid "That meta-name is already in use\n"
|
| 2290 |
msgstr "That meta-name is already in use\n"
|
| 2291 |
|
| 2292 |
+
#: ../admin/manage-fields.php:741
|
| 2293 |
msgid "The following option(s) did not coincide with the ones in the options list: %s\n"
|
| 2294 |
msgstr "The following option(s) did not coincide with the ones in the options list: %s\n"
|
| 2295 |
|
| 2296 |
+
#: ../admin/manage-fields.php:745
|
| 2297 |
msgid "The following option did not coincide with the ones in the options list: %s\n"
|
| 2298 |
msgstr "The following option did not coincide with the ones in the options list: %s\n"
|
| 2299 |
|
| 2300 |
+
#: ../admin/manage-fields.php:768
|
| 2301 |
msgid "That field is already added in this form\n"
|
| 2302 |
msgstr "That field is already added in this form\n"
|
| 2303 |
|
| 2304 |
+
#: ../admin/manage-fields.php:817
|
| 2305 |
msgid "<pre>Title</pre><pre>Type</pre><pre>Meta Name</pre><pre class=\"wppb-mb-head-required\">Required</pre>"
|
| 2306 |
msgstr "<pre>Title</pre><pre>Type</pre><pre>Meta Name</pre><pre class=\"wppb-mb-head-required\">Required</pre>"
|
| 2307 |
|
| 2308 |
+
#: ../admin/manage-fields.php:817
|
| 2309 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 2310 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:529
|
| 2311 |
#: ../features/admin-approval/class-admin-approval.php:119
|
| 2312 |
+
#: ../features/functions.php:641 ../features/functions.php:648
|
| 2313 |
#: ../modules/multiple-forms/multiple-forms.php:416
|
| 2314 |
msgid "Edit"
|
| 2315 |
msgstr "Rediger"
|
| 2316 |
|
| 2317 |
+
#: ../admin/manage-fields.php:817
|
| 2318 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 2319 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:530
|
| 2320 |
#: ../features/admin-approval/class-admin-approval.php:124
|
| 2321 |
#: ../features/admin-approval/class-admin-approval.php:235
|
| 2322 |
#: ../features/email-confirmation/class-email-confirmation.php:120
|
| 2323 |
#: ../features/email-confirmation/class-email-confirmation.php:217
|
| 2324 |
+
#: ../features/functions.php:634 ../features/functions.php:648
|
| 2325 |
msgid "Delete"
|
| 2326 |
msgstr "Slett"
|
| 2327 |
|
| 2328 |
+
#: ../admin/manage-fields.php:832
|
| 2329 |
msgid "Use these shortcodes on the pages you want the forms to be displayed:"
|
| 2330 |
msgstr "Bruk disse koder på sidene du vil skjemaene vises:"
|
| 2331 |
|
| 2332 |
+
#: ../admin/manage-fields.php:841
|
| 2333 |
msgid "If you're interested in displaying different fields in the registration and edit profile forms, please use the Multiple Registration & Edit Profile Forms Addon."
|
| 2334 |
msgstr "Hvis du er interessert i å vise ulike felt i registrering og redigere profilen skjemaer, kan du bruke flere registrering & Rediger profil skjemaer Addon."
|
| 2335 |
|
| 2370 |
msgstr "(f.eks RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
|
| 2371 |
|
| 2372 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 2373 |
+
#: ../features/functions.php:648
|
| 2374 |
msgid "Content"
|
| 2375 |
msgstr "Innhold"
|
| 2376 |
|
| 2382 |
msgid "Delete this item"
|
| 2383 |
msgstr "Slett dette elementet"
|
| 2384 |
|
| 2385 |
+
#: ../assets/lib/wck-api/wordpress-creation-kit.php:676
|
| 2386 |
msgid "Please enter a value for the required field "
|
| 2387 |
msgstr "Angi en verdi for feltet nødvendig"
|
| 2388 |
|
| 2389 |
+
#: ../front-end/extra-fields/upload/upload.php:122
|
| 2390 |
+
msgid "Select File"
|
| 2391 |
+
msgstr ""
|
| 2392 |
+
|
| 2393 |
+
#: ../assets/lib/wck-api/fields/upload.php:43
|
| 2394 |
+
#: ../front-end/extra-fields/upload/upload.php:112
|
| 2395 |
msgid "Remove"
|
| 2396 |
msgstr "Fjern"
|
| 2397 |
|
| 2398 |
+
#: ../assets/lib/wck-api/wordpress-creation-kit.php:1155
|
| 2399 |
msgid "Syncronize WCK"
|
| 2400 |
msgstr "Synkroniser WCK"
|
| 2401 |
|
| 2402 |
+
#: ../assets/lib/wck-api/wordpress-creation-kit.php:1167
|
| 2403 |
msgid "Syncronize WCK Translation"
|
| 2404 |
msgstr "Synkroniser WCK oversettelse"
|
| 2405 |
|
| 2407 |
msgid "You can add the information for the %s after you add a entry"
|
| 2408 |
msgstr "Du kan legge til informasjon for %s når du legger til en oppføring"
|
| 2409 |
|
| 2410 |
+
#: ../assets/lib/wck-api/fields/upload.php:75
|
| 2411 |
+
#: ../front-end/extra-fields/upload/upload.php:128
|
| 2412 |
msgid "Upload "
|
| 2413 |
msgstr "Last opp"
|
| 2414 |
|
| 2452 |
msgid "Select All"
|
| 2453 |
msgstr "Merk alle"
|
| 2454 |
|
| 2455 |
+
#: ../features/functions.php:281
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2456 |
msgid "The user-validation has failed - the avatar was not deleted!"
|
| 2457 |
msgstr "Bruker-valideringen mislyktes - avatar ble ikke slettet!"
|
| 2458 |
|
| 2459 |
+
#: ../features/functions.php:292
|
| 2460 |
msgid "The user-validation has failed - the attachment was not deleted!"
|
| 2461 |
msgstr "Bruker-valideringen mislyktes - vedlegget ble ikke slettet!"
|
| 2462 |
|
| 2463 |
+
#: ../features/functions.php:487
|
| 2464 |
msgid "Strength indicator"
|
| 2465 |
msgstr "Styrke indikator"
|
| 2466 |
|
| 2467 |
#: ../features/admin-approval/admin-approval.php:7
|
| 2468 |
+
#: ../features/admin-approval/class-admin-approval.php:458
|
| 2469 |
msgid "Admin Approval"
|
| 2470 |
msgstr "Admin Approval (*)"
|
| 2471 |
|
| 2491 |
msgstr "Bruker slettet!"
|
| 2492 |
|
| 2493 |
#: ../features/admin-approval/admin-approval.php:74
|
| 2494 |
+
#: ../features/admin-approval/admin-approval.php:118
|
| 2495 |
#: ../features/email-confirmation/email-confirmation.php:135
|
| 2496 |
msgid "You either don't have permission for that action or there was an error!"
|
| 2497 |
msgstr "Du enten ikke har tillatelse for handlingen, eller det var en feil!"
|
| 2498 |
|
| 2499 |
+
#: ../features/admin-approval/admin-approval.php:85
|
| 2500 |
msgid "Your session has expired! Please refresh the page and try again."
|
| 2501 |
msgstr "Økten er utløpt! Oppdater siden og prøv på nytt."
|
| 2502 |
|
| 2503 |
+
#: ../features/admin-approval/admin-approval.php:97
|
| 2504 |
msgid "Users successfully approved!"
|
| 2505 |
msgstr "Brukere er godkjent!"
|
| 2506 |
|
| 2507 |
+
#: ../features/admin-approval/admin-approval.php:106
|
| 2508 |
msgid "Users successfully unapproved!"
|
| 2509 |
msgstr "Bruker ble utestengt"
|
| 2510 |
|
| 2511 |
+
#: ../features/admin-approval/admin-approval.php:114
|
| 2512 |
msgid "Users successfully deleted!"
|
| 2513 |
msgstr "Bruker slettet!"
|
| 2514 |
|
| 2515 |
+
#: ../features/admin-approval/admin-approval.php:134
|
| 2516 |
msgid "Your account on %1$s has been approved!"
|
| 2517 |
msgstr "Kontoen %1$s har blitt godkjent!"
|
| 2518 |
|
| 2519 |
+
#: ../features/admin-approval/admin-approval.php:135
|
| 2520 |
+
#: ../features/admin-approval/admin-approval.php:138
|
| 2521 |
msgid "approved"
|
| 2522 |
msgstr "Godkjent"
|
| 2523 |
|
| 2524 |
+
#: ../features/admin-approval/admin-approval.php:137
|
| 2525 |
msgid "An administrator has just approved your account on %1$s (%2$s)."
|
| 2526 |
msgstr "En administrator har nettopp godkjent kontoen %1$s (%2$s)."
|
| 2527 |
|
| 2528 |
+
#: ../features/admin-approval/admin-approval.php:142
|
| 2529 |
msgid "Your account on %1$s has been unapproved!"
|
| 2530 |
msgstr "Kontoen%1$s er blokkert."
|
| 2531 |
|
| 2532 |
+
#: ../features/admin-approval/admin-approval.php:143
|
| 2533 |
+
#: ../features/admin-approval/admin-approval.php:146
|
| 2534 |
msgid "unapproved"
|
| 2535 |
msgstr "Ikke godkjent"
|
| 2536 |
|
| 2537 |
+
#: ../features/admin-approval/admin-approval.php:145
|
| 2538 |
msgid "An administrator has just unapproved your account on %1$s (%2$s)."
|
| 2539 |
msgstr "En administrator har akkuratt blokkert din konto %1$s (%2$s)."
|
| 2540 |
|
| 2541 |
+
#: ../features/admin-approval/admin-approval.php:164
|
| 2542 |
msgid "<strong>ERROR</strong>: Your account has to be confirmed by an administrator before you can log in."
|
| 2543 |
msgstr "<strong>FEIL:</strong> Kontoen må være bekreftet av en administrator før du kan logge inn."
|
| 2544 |
|
| 2545 |
+
#: ../features/admin-approval/admin-approval.php:176
|
| 2546 |
msgid "Your account has to be confirmed by an administrator before you can use the \"Password Recovery\" feature."
|
| 2547 |
msgstr "Kontoen din må bekreftes av en administrator før du kan bruke "Password Recovery" -funksjonen."
|
| 2548 |
|
| 2569 |
msgstr "Godkjenne"
|
| 2570 |
|
| 2571 |
#: ../features/admin-approval/class-admin-approval.php:178
|
| 2572 |
+
#: ../modules/user-listing/userlisting.php:249
|
| 2573 |
+
#: ../modules/user-listing/userlisting.php:623
|
| 2574 |
+
#: ../modules/user-listing/userlisting.php:1264
|
| 2575 |
msgid "Firstname"
|
| 2576 |
msgstr "Fornavn"
|
| 2577 |
|
| 2578 |
#: ../features/admin-approval/class-admin-approval.php:179
|
| 2579 |
+
#: ../modules/user-listing/userlisting.php:626
|
| 2580 |
+
#: ../modules/user-listing/userlisting.php:1265
|
| 2581 |
msgid "Lastname"
|
| 2582 |
msgstr "Etternavn"
|
| 2583 |
|
| 2584 |
#: ../features/admin-approval/class-admin-approval.php:181
|
| 2585 |
#: ../modules/user-listing/userlisting.php:124
|
| 2586 |
+
#: ../modules/user-listing/userlisting.php:250
|
| 2587 |
+
#: ../modules/user-listing/userlisting.php:653
|
| 2588 |
+
#: ../modules/user-listing/userlisting.php:1268
|
| 2589 |
msgid "Role"
|
| 2590 |
msgstr "Rolle"
|
| 2591 |
|
| 2615 |
msgid "Sorry, but you don't have permission to do that!"
|
| 2616 |
msgstr "Beklager, men du har ikke tillatelse til å gjøre det!"
|
| 2617 |
|
| 2618 |
+
#: ../features/admin-approval/class-admin-approval.php:341
|
| 2619 |
msgid "Approved"
|
| 2620 |
msgstr "Godkjent"
|
| 2621 |
|
| 2622 |
+
#: ../features/admin-approval/class-admin-approval.php:343
|
| 2623 |
msgid "Unapproved"
|
| 2624 |
msgstr "Ikke godkjent"
|
| 2625 |
|
| 2626 |
+
#: ../features/admin-approval/class-admin-approval.php:461
|
| 2627 |
#: ../features/email-confirmation/class-email-confirmation.php:469
|
| 2628 |
msgid "All Users"
|
| 2629 |
msgstr "Alle Brukere"
|
| 2683 |
msgid "Email notification resent to user"
|
| 2684 |
msgstr "E-postvarsling sendt på nytt til brukeren"
|
| 2685 |
|
| 2686 |
+
#: ../features/email-confirmation/email-confirmation.php:384
|
| 2687 |
msgid "[%1$s] Activate %2$s"
|
| 2688 |
msgstr "[%1$s] Aktivere %2$s"
|
| 2689 |
|
| 2690 |
+
#: ../features/email-confirmation/email-confirmation.php:387
|
| 2691 |
msgid ""
|
| 2692 |
"To activate your user, please click the following link:\n"
|
| 2693 |
"\n"
|
| 2701 |
"\n"
|
| 2702 |
"Etter aktivering får du *en annen email* med påloggingsinformasjonen."
|
| 2703 |
|
| 2704 |
+
#: ../features/email-confirmation/email-confirmation.php:428
|
| 2705 |
#: ../front-end/register.php:68
|
| 2706 |
msgid "Could not create user!"
|
| 2707 |
msgstr "Kan ikke opprette brukeren."
|
| 2708 |
|
| 2709 |
+
#: ../features/email-confirmation/email-confirmation.php:431
|
| 2710 |
msgid "That username is already activated!"
|
| 2711 |
msgstr "Brukernavnet er allerede aktivert."
|
| 2712 |
|
| 2713 |
+
#: ../features/email-confirmation/email-confirmation.php:453
|
| 2714 |
msgid "There was an error while trying to activate the user"
|
| 2715 |
msgstr "Det oppstod en feil under forsøket på å aktivere bruker"
|
| 2716 |
|
| 2717 |
+
#: ../features/email-confirmation/email-confirmation.php:501
|
| 2718 |
#: ../modules/email-customizer/admin-email-customizer.php:73
|
| 2719 |
msgid "A new subscriber has (been) registered!"
|
| 2720 |
msgstr "Ny abonnent (er) registrert!"
|
| 2721 |
|
| 2722 |
+
#: ../features/email-confirmation/email-confirmation.php:504
|
| 2723 |
msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
|
| 2724 |
msgstr "Ny abonnent på %1$s.<br><br>Username:%2$s<br>E-mail: %3$s<br>"
|
| 2725 |
|
| 2726 |
+
#: ../features/email-confirmation/email-confirmation.php:605
|
| 2727 |
msgid "The \"Admin Approval\" feature was activated at the time of registration, so please remember that you need to approve this user before he/she can log in!"
|
| 2728 |
msgstr "Funksjonen \"Administratorgodkjenning\" ble aktivert ved registrering, så husk at du må godkjenne denne brukeren før han/hun kan logge inn!"
|
| 2729 |
|
| 2730 |
+
#: ../features/email-confirmation/email-confirmation.php:550
|
| 2731 |
msgid "[%1$s] Your new account information"
|
| 2732 |
msgstr "[%1$s] Din nye kontoinformasjon"
|
| 2733 |
|
| 2734 |
+
#: ../features/email-confirmation/email-confirmation.php:556
|
| 2735 |
msgid "Welcome to %1$s!<br/><br/><br/>Your username is:%2$s and password:%3$s"
|
| 2736 |
msgstr "Velkommen til %1$s!<br><br><br>Brukernavnet ditt er: %2$s og passord: %3$s"
|
| 2737 |
|
| 2738 |
+
#: ../features/email-confirmation/email-confirmation.php:613
|
| 2739 |
+
#: ../front-end/register.php:116
|
| 2740 |
msgid "Before you can access your account, an administrator needs to approve it. You will be notified via email."
|
| 2741 |
msgstr "Før du kan få tilgang til kontoen din, må en administrator godkjenne den. Du vil bli varslet via e-post."
|
| 2742 |
|
| 2748 |
msgid "Profile Builder Login Widget"
|
| 2749 |
msgstr "Logg inn-widget"
|
| 2750 |
|
| 2751 |
+
#: ../front-end/class-formbuilder.php:294 ../front-end/login.php:202
|
| 2752 |
msgid "Register"
|
| 2753 |
msgstr "Registrer"
|
| 2754 |
|
| 2809 |
msgid "You will soon be redirected automatically. If you see this page for more than %1$d seconds, please click %2$s.%3$s"
|
| 2810 |
msgstr "Du vil snart bli omdirigert automatisk. Hvis du ser denne siden for mer enn %1$ d sekunder, vennligst klikk %2$s.%3$s"
|
| 2811 |
|
| 2812 |
+
#: ../front-end/class-formbuilder.php:239
|
| 2813 |
+
#: ../front-end/class-formbuilder.php:246
|
| 2814 |
msgid "The account %1s has been successfully created!"
|
| 2815 |
msgstr "Kontoen %1s ble opprettet!"
|
| 2816 |
|
| 2817 |
+
#: ../front-end/class-formbuilder.php:242
|
| 2818 |
+
#: ../front-end/class-formbuilder.php:252
|
| 2819 |
msgid "Before you can access your account %1s, you need to confirm your email address. Please check your inbox and click the activation link."
|
| 2820 |
msgstr "Før du kan få tilgang til dine konto% 1s, må du bekrefte din e-postadresse. Vennligst sjekk innboksen din og klikk på koblingen aktivering."
|
| 2821 |
|
| 2822 |
+
#: ../front-end/class-formbuilder.php:248
|
| 2823 |
msgid "Before you can access your account %1s, an administrator has to approve it. You will be notified via email."
|
| 2824 |
msgstr "Før du kan få tilgang til dine konto% 1s, må en administrator godkjenne den. Du vil bli varslet via e-post."
|
| 2825 |
|
| 2826 |
+
#: ../front-end/class-formbuilder.php:262
|
| 2827 |
msgid "Your profile has been successfully updated!"
|
| 2828 |
msgstr "Profilen din ble oppdatert!"
|
| 2829 |
|
| 2830 |
+
#: ../front-end/class-formbuilder.php:272
|
| 2831 |
msgid "There was an error in the submitted form"
|
| 2832 |
msgstr "Det er en feil i skjemaet som ble sendt"
|
| 2833 |
|
| 2834 |
+
#: ../front-end/class-formbuilder.php:294
|
| 2835 |
msgid "Add User"
|
| 2836 |
msgstr "Legg til bruker"
|
| 2837 |
|
| 2838 |
+
#: ../admin/add-ons.php:170 ../front-end/class-formbuilder.php:297
|
| 2839 |
msgid "Update"
|
| 2840 |
msgstr "Oppdater"
|
| 2841 |
|
| 2842 |
+
#: ../front-end/class-formbuilder.php:340
|
| 2843 |
#: ../front-end/extra-fields/extra-fields.php:35
|
| 2844 |
msgid "The avatar was successfully deleted!"
|
| 2845 |
msgstr "Avataren ble slettet!"
|
| 2846 |
|
| 2847 |
+
#: ../front-end/class-formbuilder.php:340
|
| 2848 |
#: ../front-end/extra-fields/extra-fields.php:37
|
| 2849 |
msgid "The following attachment was successfully deleted:"
|
| 2850 |
msgstr "Følgende vedlegg ble slettet:"
|
| 2851 |
|
| 2852 |
+
#: ../front-end/class-formbuilder.php:352
|
| 2853 |
msgid "Send these credentials via email."
|
| 2854 |
msgstr "Send denne informasjonen på e-post."
|
| 2855 |
|
| 2856 |
#: ../front-end/extra-fields/extra-fields.php:99 ../front-end/login.php:89
|
| 2857 |
#: ../front-end/login.php:96 ../front-end/login.php:110
|
| 2858 |
+
#: ../front-end/recover.php:17 ../front-end/recover.php:228
|
| 2859 |
msgid "ERROR"
|
| 2860 |
msgstr "FEIL"
|
| 2861 |
|
| 2875 |
msgid "Both fields are empty."
|
| 2876 |
msgstr "Begge felter er tomme."
|
| 2877 |
|
| 2878 |
+
#: ../front-end/login.php:241
|
| 2879 |
msgid "You are currently logged in as %1$s. %2$s"
|
| 2880 |
msgstr "Du er logget inn som %1$s. %2$s"
|
| 2881 |
|
| 2882 |
+
#: ../front-end/login.php:240 ../front-end/logout.php:17
|
| 2883 |
msgid "Log out of this account"
|
| 2884 |
msgstr "Logg ut av denne kontoen"
|
| 2885 |
|
| 2886 |
+
#: ../front-end/login.php:240
|
| 2887 |
msgid "Log out"
|
| 2888 |
msgstr "Logg ut"
|
| 2889 |
|
| 2923 |
msgid "Check your e-mail for the confirmation link."
|
| 2924 |
msgstr "Sjekk e-posten din for bekreftelseslenke."
|
| 2925 |
|
| 2926 |
+
#: ../front-end/recover.php:216
|
| 2927 |
msgid "Someone requested that the password be reset for the following account: <b>%1$s</b><br/>If this was a mistake, just ignore this email and nothing will happen.<br/>To reset your password, visit the following link:%2$s"
|
| 2928 |
msgstr "Noen har bedt om at passordet tilbakestilles for følgende <b>konto:%1$s</b> <br/> Hvis dette var en feil, bare ignorere denne e-posten, og ingenting vil skje. <br/> For å tilbakestille passordet ditt, kan du gå til følgende link:%2$s"
|
| 2929 |
|
| 2930 |
+
#: ../front-end/recover.php:219
|
| 2931 |
msgid "Password Reset from \"%1$s\""
|
| 2932 |
msgstr "tilbakestill passord fra \"%1$s\""
|
| 2933 |
|
| 2934 |
+
#: ../front-end/recover.php:228
|
| 2935 |
msgid "There was an error while trying to send the activation link to %1$s!"
|
| 2936 |
msgstr "Det oppstod en feil ved forsøk på å sende linken aktivisering til%1$s!"
|
| 2937 |
|
| 2943 |
msgid "Please check that you entered the correct email address."
|
| 2944 |
msgstr "Vennligst sjekk at du skrev inn riktig e-postadresse."
|
| 2945 |
|
| 2946 |
+
#: ../front-end/recover.php:256
|
| 2947 |
msgid "Your password has been successfully changed!"
|
| 2948 |
msgstr "Ditt passord har blitt endret!"
|
| 2949 |
|
| 2950 |
+
#: ../front-end/recover.php:275
|
| 2951 |
msgid "You have successfully reset your password to: %1$s"
|
| 2952 |
msgstr "Du har nå tilbakestille passordet ditt til:%1$s"
|
| 2953 |
|
| 2954 |
+
#: ../front-end/recover.php:278 ../front-end/recover.php:292
|
| 2955 |
msgid "Password Successfully Reset for %1$s on \"%2$s\""
|
| 2956 |
msgstr "Passord Vellykket Tilbakestilt for %1$s på \"%2$s\""
|
| 2957 |
|
| 2958 |
+
#: ../front-end/recover.php:289
|
| 2959 |
msgid "%1$s has requested a password change via the password reset feature.<br/>His/her new password is:%2$s"
|
| 2960 |
msgstr "%1$s har bedt om en passordendring via funksjonen Tilbakestill.<br/>Det nye passordet er:%2$s"
|
| 2961 |
|
| 2962 |
+
#: ../front-end/recover.php:308
|
| 2963 |
msgid "The entered passwords don't match!"
|
| 2964 |
msgstr "Passordene samsvarer ikke."
|
| 2965 |
|
| 2966 |
+
#: ../front-end/recover.php:353
|
| 2967 |
msgid "ERROR:"
|
| 2968 |
msgstr "FEIL:"
|
| 2969 |
|
| 2970 |
+
#: ../front-end/recover.php:353
|
| 2971 |
msgid "Invalid key!"
|
| 2972 |
msgstr "Ugyldig nøkkel!"
|
| 2973 |
|
| 2983 |
msgid "This username is already activated!"
|
| 2984 |
msgstr "Brukernavnet er allerede aktivert."
|
| 2985 |
|
| 2986 |
+
#: ../front-end/register.php:115
|
| 2987 |
msgid "Your email was successfully confirmed."
|
| 2988 |
msgstr "Din e-post ble bekreftet."
|
| 2989 |
|
| 2990 |
+
#: ../front-end/register.php:144
|
| 2991 |
msgid "There was an error while trying to activate the user."
|
| 2992 |
msgstr "Det oppstod en feil under forsøket på å aktivere brukeren."
|
| 2993 |
|
| 2994 |
+
#: ../front-end/default-fields/email/email.php:44
|
| 2995 |
msgid "The email you entered is not a valid email address."
|
| 2996 |
msgstr "E-posten du skrev inn er ikke en gyldig e-postadresse."
|
| 2997 |
|
| 2998 |
+
#: ../front-end/default-fields/email/email.php:57
|
| 2999 |
+
#: ../front-end/default-fields/email/email.php:64
|
| 3000 |
msgid "This email is already reserved to be used soon."
|
| 3001 |
msgstr "Denne e-posten er allerede reservert til bruk snart."
|
| 3002 |
|
| 3003 |
+
#: ../front-end/default-fields/email/email.php:57
|
| 3004 |
+
#: ../front-end/default-fields/email/email.php:64
|
| 3005 |
+
#: ../front-end/default-fields/email/email.php:73
|
| 3006 |
+
#: ../front-end/default-fields/email/email.php:84
|
| 3007 |
+
#: ../front-end/default-fields/username/username.php:50
|
| 3008 |
+
#: ../front-end/default-fields/username/username.php:65
|
| 3009 |
msgid "Please try a different one!"
|
| 3010 |
msgstr "Prøv en annen!"
|
| 3011 |
|
| 3012 |
+
#: ../front-end/default-fields/email/email.php:73
|
| 3013 |
+
#: ../front-end/default-fields/email/email.php:84
|
| 3014 |
msgid "This email is already in use."
|
| 3015 |
msgstr "Denne e-posten er allerede i bruk."
|
| 3016 |
|
| 3017 |
+
#: ../front-end/default-fields/password-repeat/password-repeat.php:37
|
| 3018 |
+
#: ../front-end/default-fields/password-repeat/password-repeat.php:41
|
| 3019 |
msgid "The passwords do not match"
|
| 3020 |
msgstr "Passordene samsvarer ikke."
|
| 3021 |
|
| 3022 |
+
#: ../front-end/default-fields/username/username.php:50
|
| 3023 |
msgid "This username already exists."
|
| 3024 |
msgstr "Dette brukernavnet finnes allerede."
|
| 3025 |
|
| 3026 |
+
#: ../front-end/default-fields/username/username.php:65
|
| 3027 |
msgid "This username is already reserved to be used soon."
|
| 3028 |
msgstr "Dette brukernavnet er allerede reservert for bruk snart."
|
| 3029 |
|
| 3030 |
+
#: ../modules/user-listing/userlisting.php:247
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3031 |
msgid "Avatar"
|
| 3032 |
msgstr "Avatar"
|
| 3033 |
|
| 3034 |
+
#: ../front-end/extra-fields/avatar/avatar.php:72
|
| 3035 |
+
#: ../front-end/extra-fields/checkbox/checkbox.php:45
|
| 3036 |
+
#: ../front-end/extra-fields/datepicker/datepicker.php:40
|
| 3037 |
+
#: ../front-end/extra-fields/input-hidden/input-hidden.php:34
|
| 3038 |
+
#: ../front-end/extra-fields/input/input.php:30
|
| 3039 |
+
#: ../front-end/extra-fields/radio/radio.php:44
|
| 3040 |
+
#: ../front-end/extra-fields/select-multiple/select-multiple.php:46
|
| 3041 |
+
#: ../front-end/extra-fields/select-timezone/select-timezone.php:44
|
| 3042 |
+
#: ../front-end/extra-fields/select/select.php:46
|
| 3043 |
+
#: ../front-end/extra-fields/textarea/textarea.php:30
|
| 3044 |
+
#: ../front-end/extra-fields/upload/upload.php:70
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3045 |
#: ../front-end/extra-fields/wysiwyg/wysiwyg.php:33
|
| 3046 |
msgid "required"
|
| 3047 |
msgstr "påkrevd"
|
| 3048 |
|
| 3049 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:48
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3050 |
msgid "To use reCAPTCHA you must get an API key from"
|
| 3051 |
msgstr "Du må få en API-nøkkel fra å bruke reCAPTCHA"
|
| 3052 |
|
| 3053 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:131
|
| 3054 |
msgid "For security reasons, you must pass the remote ip to reCAPTCHA!"
|
| 3055 |
msgstr "Av sikkerhetsgrunner må du passere eksterne ip til reCAPTCHA!"
|
| 3056 |
|
| 3057 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:192
|
| 3058 |
msgid "To use reCAPTCHA you must get an API public key from:"
|
| 3059 |
msgstr "Du må få en API fellesnøkkel fra å bruke reCAPTCHA:"
|
| 3060 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3061 |
#: ../modules/modules.php:11 ../modules/modules.php:80
|
| 3062 |
msgid "Modules"
|
| 3063 |
msgstr "Moduler"
|
| 3420 |
|
| 3421 |
#: ../modules/multiple-forms/edit-profile-forms.php:131
|
| 3422 |
#: ../modules/multiple-forms/register-forms.php:134
|
| 3423 |
+
#: ../modules/user-listing/userlisting.php:1155
|
| 3424 |
msgid "Shortcode"
|
| 3425 |
msgstr "Kortkode"
|
| 3426 |
|
| 3427 |
#: ../modules/multiple-forms/edit-profile-forms.php:151
|
| 3428 |
#: ../modules/multiple-forms/register-forms.php:155
|
| 3429 |
+
#: ../modules/user-listing/userlisting.php:1176
|
| 3430 |
msgid "(no title)"
|
| 3431 |
msgstr "(ingen tittel)"
|
| 3432 |
|
| 3433 |
#: ../modules/multiple-forms/edit-profile-forms.php:171
|
| 3434 |
#: ../modules/multiple-forms/register-forms.php:174
|
| 3435 |
+
#: ../modules/user-listing/userlisting.php:1196
|
| 3436 |
msgid "The shortcode will be available after you publish this form."
|
| 3437 |
msgstr "Shortcode blir tilgjengelig etter at du publiserer dette skjemaet."
|
| 3438 |
|
| 3439 |
#: ../modules/multiple-forms/edit-profile-forms.php:173
|
| 3440 |
#: ../modules/multiple-forms/register-forms.php:176
|
| 3441 |
+
#: ../modules/user-listing/userlisting.php:1198
|
| 3442 |
msgid "Use this shortcode on the page you want the form to be displayed:"
|
| 3443 |
msgstr "Bruk denne kortkodenl på siden du vil at skjemaet skal vises:"
|
| 3444 |
|
| 3445 |
#: ../modules/multiple-forms/edit-profile-forms.php:177
|
| 3446 |
#: ../modules/multiple-forms/register-forms.php:180
|
| 3447 |
+
#: ../modules/user-listing/userlisting.php:1202
|
| 3448 |
msgid "<span style=\"color:red;\">Note:</span> changing the form title also changes the shortcode!"
|
| 3449 |
msgstr "<span style=\"color:red;\">Note:</span> endring av skjema tittelen endrer også kortkoden!"
|
| 3450 |
|
| 3451 |
#: ../modules/multiple-forms/edit-profile-forms.php:183
|
| 3452 |
#: ../modules/multiple-forms/register-forms.php:186
|
| 3453 |
+
#: ../modules/user-listing/userlisting.php:1235
|
| 3454 |
msgid "Form Shortcode"
|
| 3455 |
msgstr "Skjema kortkode"
|
| 3456 |
|
| 3562 |
msgstr "Etter registrering..."
|
| 3563 |
|
| 3564 |
#: ../modules/user-listing/class-userlisting.php:470
|
| 3565 |
+
#: ../modules/user-listing/userlisting.php:724
|
| 3566 |
+
#: ../modules/user-listing/userlisting.php:968
|
| 3567 |
+
#: ../modules/user-listing/userlisting.php:1011
|
| 3568 |
+
#: ../modules/user-listing/userlisting.php:1355
|
| 3569 |
msgid "Search Users by All Fields"
|
| 3570 |
msgstr "Søk etter bruker i alle felt"
|
| 3571 |
|
| 3602 |
msgstr "Navn som vises"
|
| 3603 |
|
| 3604 |
#: ../modules/user-listing/userlisting.php:125
|
| 3605 |
+
#: ../modules/user-listing/userlisting.php:1263
|
| 3606 |
msgid "Registration Date"
|
| 3607 |
msgstr "Registreringsdato"
|
| 3608 |
|
| 3609 |
#: ../modules/user-listing/userlisting.php:126
|
| 3610 |
+
#: ../modules/user-listing/userlisting.php:1267
|
| 3611 |
msgid "Number of Posts"
|
| 3612 |
msgstr "Antall innlegg"
|
| 3613 |
|
| 3656 |
msgid "Single-userlisting Template"
|
| 3657 |
msgstr "Brukerliste Mal"
|
| 3658 |
|
| 3659 |
+
#: ../modules/user-listing/userlisting.php:614
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3660 |
msgid "First/Lastname"
|
| 3661 |
msgstr "Fornavn/Etternavn"
|
| 3662 |
|
| 3663 |
+
#: ../modules/user-listing/userlisting.php:252
|
| 3664 |
+
#: ../modules/user-listing/userlisting.php:620
|
| 3665 |
msgid "Sign-up Date"
|
| 3666 |
msgstr "Registrering dato"
|
| 3667 |
|
| 3668 |
+
#: ../modules/user-listing/userlisting.php:629
|
| 3669 |
+
#: ../modules/user-listing/userlisting.php:1266
|
| 3670 |
msgid "Display Name"
|
| 3671 |
msgstr "Navn som vises"
|
| 3672 |
|
| 3673 |
+
#: ../modules/user-listing/userlisting.php:251
|
| 3674 |
+
#: ../modules/user-listing/userlisting.php:638
|
| 3675 |
msgid "Posts"
|
| 3676 |
msgstr "Innlegg"
|
| 3677 |
|
| 3678 |
+
#: ../modules/user-listing/userlisting.php:641
|
| 3679 |
+
#: ../modules/user-listing/userlisting.php:1272
|
| 3680 |
msgid "Aim"
|
| 3681 |
msgstr "AIM"
|
| 3682 |
|
| 3683 |
+
#: ../modules/user-listing/userlisting.php:644
|
| 3684 |
+
#: ../modules/user-listing/userlisting.php:1273
|
| 3685 |
msgid "Yim"
|
| 3686 |
msgstr "YIM"
|
| 3687 |
|
| 3688 |
+
#: ../modules/user-listing/userlisting.php:647
|
| 3689 |
+
#: ../modules/user-listing/userlisting.php:1274
|
| 3690 |
msgid "Jabber"
|
| 3691 |
msgstr "Jabber"
|
| 3692 |
|
| 3693 |
+
#: ../modules/user-listing/userlisting.php:827
|
| 3694 |
msgid "Click here to see more information about this user"
|
| 3695 |
msgstr "Klikk her for mer informasjon om denne brukeren"
|
| 3696 |
|
| 3697 |
+
#: ../modules/user-listing/userlisting.php:827
|
| 3698 |
msgid "More..."
|
| 3699 |
msgstr "Mer.."
|
| 3700 |
|
| 3701 |
+
#: ../modules/user-listing/userlisting.php:830
|
| 3702 |
msgid "Click here to see more information about this user."
|
| 3703 |
msgstr "Klikk her for å se mer informasjon om denne brukeren."
|
| 3704 |
|
| 3705 |
+
#: ../modules/user-listing/userlisting.php:922
|
| 3706 |
+
#: ../modules/user-listing/userlisting.php:925
|
| 3707 |
msgid "Click here to go back"
|
| 3708 |
msgstr "Klikk her for å gå tilbake"
|
| 3709 |
|
| 3710 |
+
#: ../modules/user-listing/userlisting.php:922
|
| 3711 |
msgid "Back"
|
| 3712 |
msgstr "Tilbake"
|
| 3713 |
|
| 3714 |
+
#: ../modules/user-listing/userlisting.php:955
|
| 3715 |
msgid "«« First"
|
| 3716 |
msgstr "«« Først"
|
| 3717 |
|
| 3718 |
+
#: ../modules/user-listing/userlisting.php:956
|
| 3719 |
msgid "« Prev"
|
| 3720 |
msgstr "« Forige"
|
| 3721 |
|
| 3722 |
+
#: ../modules/user-listing/userlisting.php:957
|
| 3723 |
msgid "Next » "
|
| 3724 |
msgstr "Neste » "
|
| 3725 |
|
| 3726 |
+
#: ../modules/user-listing/userlisting.php:958
|
| 3727 |
msgid "Last »»"
|
| 3728 |
msgstr "Siste »»"
|
| 3729 |
|
| 3730 |
+
#: ../modules/user-listing/userlisting.php:987
|
| 3731 |
msgid "You don't have any pagination settings on this userlisting!"
|
| 3732 |
msgstr "Du trenger ikke paginering innstillinger på denne brukerlisten!"
|
| 3733 |
|
| 3734 |
+
#: ../modules/user-listing/userlisting.php:1028
|
| 3735 |
msgid "Search"
|
| 3736 |
msgstr "Søk"
|
| 3737 |
|
| 3738 |
+
#: ../modules/user-listing/userlisting.php:1029
|
| 3739 |
msgid "Clear Results"
|
| 3740 |
msgstr "Tøm"
|
| 3741 |
|
| 3742 |
+
#: ../modules/user-listing/userlisting.php:1205
|
| 3743 |
+
#: ../modules/user-listing/userlisting.php:1209
|
| 3744 |
msgid "Extra shortcode parameters"
|
| 3745 |
msgstr "Ekstra kortkode parametere"
|
| 3746 |
|
| 3747 |
+
#: ../modules/user-listing/userlisting.php:1212
|
| 3748 |
msgid "displays users having a certain meta-value within a certain (extra) meta-field"
|
| 3749 |
msgstr "viser brukere som har en bestemt meta-verdi i et bestemt (ekstra) meta felt"
|
| 3750 |
|
| 3751 |
+
#: ../modules/user-listing/userlisting.php:1213
|
| 3752 |
msgid "Example:"
|
| 3753 |
msgstr "Eksempel:"
|
| 3754 |
|
| 3755 |
+
#: ../modules/user-listing/userlisting.php:1215
|
| 3756 |
msgid "Remember though, that the field-value combination must exist in the database."
|
| 3757 |
msgstr "Husk imidlertid at feltverdien kombinasjonen må finnes i databasen."
|
| 3758 |
|
| 3759 |
+
#: ../modules/user-listing/userlisting.php:1284
|
| 3760 |
msgid "Random (very slow on large databases > 10K user)"
|
| 3761 |
msgstr "Tilfeldig (svært sakte på store databaser > 10K bruker)"
|
| 3762 |
|
| 3763 |
+
#: ../modules/user-listing/userlisting.php:1297
|
| 3764 |
msgid "Roles to Display"
|
| 3765 |
msgstr "Brukerroller å vise"
|
| 3766 |
|
| 3767 |
+
#: ../modules/user-listing/userlisting.php:1297
|
| 3768 |
msgid "Restrict the userlisting to these selected roles only<br/>If not specified, defaults to all existing roles"
|
| 3769 |
msgstr "Begrense userlisting til disse valgte rollene bare<br/>Hvis det ikke er valgt vil standardrolle settes"
|
| 3770 |
|
| 3771 |
+
#: ../modules/user-listing/userlisting.php:1298
|
| 3772 |
msgid "Number of Users/Page"
|
| 3773 |
msgstr "Antall brukere/side"
|
| 3774 |
|
| 3775 |
+
#: ../modules/user-listing/userlisting.php:1299
|
| 3776 |
msgid "Default Sorting Criteria"
|
| 3777 |
msgstr "Standard sorteringskriterier"
|
| 3778 |
|
| 3779 |
+
#: ../modules/user-listing/userlisting.php:1299
|
| 3780 |
msgid "Set the default sorting criteria<br/>This can temporarily be changed for each new session"
|
| 3781 |
msgstr "Definere sorteringskriterier<br/>Dette kan midlertidig endres for hver nye økt"
|
| 3782 |
|
| 3783 |
+
#: ../modules/user-listing/userlisting.php:1300
|
| 3784 |
msgid "Default Sorting Order"
|
| 3785 |
msgstr "Standard sorteringsrekkefølge"
|
| 3786 |
|
| 3787 |
+
#: ../modules/user-listing/userlisting.php:1300
|
| 3788 |
msgid "Set the default sorting order<br/>This can temporarily be changed for each new session"
|
| 3789 |
msgstr "Angi standard sorteringsrekkefølge<br/>Dette kan midlertidig endres for hver nye økt"
|
| 3790 |
|
| 3791 |
+
#: ../modules/user-listing/userlisting.php:1301
|
| 3792 |
msgid "Avatar Size (All-userlisting)"
|
| 3793 |
msgstr "Avatar størrelse (alle brukerlister)"
|
| 3794 |
|
| 3795 |
+
#: ../modules/user-listing/userlisting.php:1301
|
| 3796 |
msgid "Set the avatar size on the all-userlisting only"
|
| 3797 |
msgstr "Angi avatar på alle brukerlister"
|
| 3798 |
|
| 3799 |
+
#: ../modules/user-listing/userlisting.php:1302
|
| 3800 |
msgid "Avatar Size (Single-userlisting)"
|
| 3801 |
msgstr "Avatar størrelse (enkelt bruker liste)"
|
| 3802 |
|
| 3803 |
+
#: ../modules/user-listing/userlisting.php:1302
|
| 3804 |
msgid "Set the avatar size on the single-userlisting only"
|
| 3805 |
msgstr "Angi størrelse på enkelt bruker liste"
|
| 3806 |
|
| 3807 |
+
#: ../modules/user-listing/userlisting.php:1303
|
| 3808 |
msgid "Visible only to logged in users?"
|
| 3809 |
msgstr "Vises bare for påloggede brukere?"
|
| 3810 |
|
| 3811 |
+
#: ../modules/user-listing/userlisting.php:1303
|
| 3812 |
msgid "The userlisting will only be visible only to the logged in users"
|
| 3813 |
msgstr "Brukerlister vil bare være synlig bare for påloggede brukere"
|
| 3814 |
|
| 3815 |
+
#: ../modules/user-listing/userlisting.php:1304
|
| 3816 |
msgid "Visible to following Roles"
|
| 3817 |
msgstr "Synlig for følgende roller"
|
| 3818 |
|
| 3819 |
+
#: ../modules/user-listing/userlisting.php:1304
|
| 3820 |
msgid "The userlisting will only be visible to the following roles"
|
| 3821 |
msgstr "Brukerlistene vil bare være synlig for følgende roller"
|
| 3822 |
|
| 3823 |
+
#: ../modules/user-listing/userlisting.php:1310
|
| 3824 |
msgid "Userlisting Settings"
|
| 3825 |
msgstr "Brukerliste innstillinger"
|
| 3826 |
|
| 3827 |
+
#: ../modules/user-listing/userlisting.php:1331
|
| 3828 |
msgid "You need to activate the Userlisting feature from within the \"Modules\" tab!"
|
| 3829 |
msgstr "Du må aktivere funksjonen Userlisting fra fanen \"Moduler\"!"
|
| 3830 |
|
| 3831 |
+
#: ../modules/user-listing/userlisting.php:1331
|
| 3832 |
msgid "You can find it in the Profile Builder menu."
|
| 3833 |
msgstr "Du finner den i Profile Builder menyen."
|
| 3834 |
|
| 3835 |
+
#: ../modules/user-listing/userlisting.php:1494
|
| 3836 |
msgid "No results found!"
|
| 3837 |
msgstr "Ingen resultater funnet!"
|
translation/profile-builder-nl_NL.mo
ADDED
|
Binary file
|
translation/{profilebuilder-nl_NL.po → profile-builder-nl_NL.po}
RENAMED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
# This file is distributed under the same license as the Profile Builder package.
|
| 3 |
msgid ""
|
| 4 |
msgstr ""
|
| 5 |
-
"PO-Revision-Date: 2015-
|
| 6 |
"MIME-Version: 1.0\n"
|
| 7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
| 8 |
"Content-Transfer-Encoding: 8bit\n"
|
|
@@ -10,45 +10,1174 @@ msgstr ""
|
|
| 10 |
"X-Generator: GlotPress/0.1\n"
|
| 11 |
"Project-Id-Version: Profile Builder\n"
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
#: ../admin/add-ons.php:144
|
| 14 |
msgid "Download Now"
|
| 15 |
-
msgstr ""
|
| 16 |
|
| 17 |
-
#: ../admin/admin-functions.php:
|
| 18 |
msgid "If you enjoy using <strong> %1$s </strong> please <a href=\"%2$s\" target=\"_blank\">rate us on WordPress.org</a>. More happy users means more features, less bugs and better support for everyone. "
|
| 19 |
-
msgstr ""
|
| 20 |
|
| 21 |
#: ../admin/manage-fields.php:68
|
| 22 |
msgid "Choose one of the supported field types"
|
| 23 |
-
msgstr ""
|
| 24 |
|
| 25 |
#: ../admin/manage-fields.php:70
|
| 26 |
msgid ". Extra Field Types are available in <a href=\"%s\">Hobbyist or PRO versions</a>."
|
| 27 |
-
msgstr ""
|
| 28 |
|
| 29 |
-
#: ../admin/manage-fields.php:
|
| 30 |
msgid "Site Key"
|
| 31 |
-
msgstr ""
|
| 32 |
|
| 33 |
-
#: ../admin/manage-fields.php:
|
| 34 |
msgid "The site key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 35 |
-
msgstr ""
|
| 36 |
|
| 37 |
-
#: ../admin/manage-fields.php:
|
| 38 |
msgid "Secret Key"
|
| 39 |
-
msgstr ""
|
| 40 |
|
| 41 |
-
#: ../admin/manage-fields.php:
|
| 42 |
msgid "The secret key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 43 |
-
msgstr ""
|
| 44 |
|
| 45 |
-
#: ../admin/manage-fields.php:
|
| 46 |
msgid "You must enter the site key\n"
|
| 47 |
-
msgstr ""
|
| 48 |
|
| 49 |
-
#: ../admin/manage-fields.php:
|
| 50 |
msgid "You must enter the secret key\n"
|
| 51 |
-
msgstr ""
|
| 52 |
|
| 53 |
#: ../admin/add-ons.php:10 ../admin/add-ons.php:32
|
| 54 |
msgid "Add-Ons"
|
|
@@ -92,7 +1221,7 @@ msgstr "Deactiveren"
|
|
| 92 |
|
| 93 |
#: ../admin/add-ons.php:47
|
| 94 |
msgid "Add-On has been deactivated."
|
| 95 |
-
msgstr "Invoegtoepassing is gedeactiveerd"
|
| 96 |
|
| 97 |
#: ../admin/add-ons.php:59
|
| 98 |
msgid "Something went wrong, we could not connect to the server. Please try again later."
|
|
@@ -120,7 +1249,7 @@ msgstr "Niet compatibel met Profile Builder"
|
|
| 120 |
|
| 121 |
#: ../admin/add-ons.php:171
|
| 122 |
msgid "Not compatible with your version of Profile Builder."
|
| 123 |
-
msgstr "Niet compatibel met uw versie van Profile Builder"
|
| 124 |
|
| 125 |
#: ../admin/add-ons.php:172
|
| 126 |
msgid "Minimum required Profile Builder version:"
|
|
@@ -130,26 +1259,28 @@ msgstr "Minimaal vereiste Profile Builder versie:"
|
|
| 130 |
msgid "Could not install add-on. Retry or <a href=\"%s\" target=\"_blank\">install manually</a>."
|
| 131 |
msgstr "Kon invoegtoepassing niet installeren. Probeer het opnieuw of <a href=\"%s\" target=\"_blank\">installeer handmatig</a>."
|
| 132 |
|
| 133 |
-
#: ../front-end/default-fields/email/email.php:
|
| 134 |
msgid "You must enter a valid email address."
|
| 135 |
msgstr "U moet een geldig e-mailadres invoeren."
|
| 136 |
|
| 137 |
-
#: ../front-end/default-fields/username/username.php:
|
|
|
|
| 138 |
msgid "This username is invalid because it uses illegal characters."
|
| 139 |
msgstr "De gebruikersnaam in ongeldig omdat het niet toegestande tekens bevat."
|
| 140 |
|
| 141 |
-
#: ../front-end/default-fields/username/username.php:
|
|
|
|
| 142 |
msgid "Please enter a valid username."
|
| 143 |
msgstr "Voer a.u.b. een geldige gebruikersnaam in."
|
| 144 |
|
| 145 |
-
#: ../front-end/extra-fields/user-role/user-role.php:
|
| 146 |
-
#: ../front-end/extra-fields/user-role/user-role.php:
|
| 147 |
msgid "Only administrators can see this field on edit profile forms."
|
| 148 |
msgstr "Alleen beheerders kunnen dit veld op profielformulieren zien."
|
| 149 |
|
| 150 |
-
#: ../front-end/extra-fields/user-role/user-role.php:
|
| 151 |
msgid "As an administrator you cannot change your role."
|
| 152 |
-
msgstr "Als een beheerder kunt u
|
| 153 |
|
| 154 |
#: ../modules/email-customizer/admin-email-customizer.php:117
|
| 155 |
msgid ""
|
|
@@ -189,7 +1320,7 @@ msgstr ""
|
|
| 189 |
"\n"
|
| 190 |
"<p>Iemand heeft gevraagd het wachtwoord opnieuw in te stellen voor het volgende account: {{site_name}}<br/>\n"
|
| 191 |
"Gebruikersnaam: {{username}}</p>\n"
|
| 192 |
-
"<p>Als dit niet uw bedoeling was, negeer dan gewoon deze
|
| 193 |
"<p>Om uw wachtwoord opnieuw in te stellen, klikt u op de volgende link:<br/>\n"
|
| 194 |
"{{{reset_link}}}</p>\n"
|
| 195 |
|
|
@@ -199,7 +1330,7 @@ msgstr "[{{site_name}}] Wachtwoord Opnieuw Instellen"
|
|
| 199 |
|
| 200 |
#: ../modules/email-customizer/user-email-customizer.php:229
|
| 201 |
msgid "Password Reset Email"
|
| 202 |
-
msgstr "Wachtwoord Opnieuw Instellen
|
| 203 |
|
| 204 |
#: ../modules/email-customizer/user-email-customizer.php:235
|
| 205 |
msgid ""
|
|
@@ -215,7 +1346,7 @@ msgstr "[{{site_name}}] Wachtwoord Opnieuw Ingesteld"
|
|
| 215 |
|
| 216 |
#: ../modules/email-customizer/user-email-customizer.php:256
|
| 217 |
msgid "Password Reset Success Email"
|
| 218 |
-
msgstr "Wachtwoord Opnieuw Ingesteld
|
| 219 |
|
| 220 |
#: ../modules/user-listing/userlisting.php:134
|
| 221 |
msgid "User Nicename"
|
|
@@ -225,101 +1356,101 @@ msgstr "Vereenvoudigde gebruikersnaam"
|
|
| 225 |
msgid "None"
|
| 226 |
msgstr "Geen"
|
| 227 |
|
| 228 |
-
#: ../admin/admin-functions.php:
|
| 229 |
msgid "<strong>ERROR</strong>: The password must have the minimum length of %s characters"
|
| 230 |
msgstr "<strong>FOUT</strong>: Het wachtwoord moet een minimumlengte van %s karakters hebben"
|
| 231 |
|
| 232 |
-
#: ../admin/admin-functions.php:
|
| 233 |
msgid "<strong>ERROR</strong>: The password must have a minimum strength of %s"
|
| 234 |
msgstr "<strong>FOUT</strong>: Het wachtwoord moet een minimumsterkte van %s hebben"
|
| 235 |
|
| 236 |
-
#: ../admin/general-settings.php:
|
| 237 |
msgid "Username and Email"
|
| 238 |
msgstr "Gebruikersnaam en e-mailadres"
|
| 239 |
|
| 240 |
-
#: ../admin/general-settings.php:
|
| 241 |
msgid "\"Username and Email\" - users can Log In with both Username and Email."
|
| 242 |
-
msgstr "'
|
| 243 |
|
| 244 |
-
#: ../admin/general-settings.php:
|
| 245 |
msgid "\"Username\" - users can Log In only with Username."
|
| 246 |
-
msgstr "'
|
| 247 |
|
| 248 |
-
#: ../admin/general-settings.php:
|
| 249 |
msgid "\"Email\" - users can Log In only with Email."
|
| 250 |
-
msgstr "'E-mail-
|
| 251 |
|
| 252 |
-
#: ../admin/manage-fields.php:
|
| 253 |
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 (.*)"
|
| 254 |
-
msgstr "Specificeer de extensie(s) waartoe u de uploads wilt beperken, <br/>bijvoorbeeld: .ext1,.ext2,.ext3<br/>Indien niet gespecificeerd
|
| 255 |
|
| 256 |
-
#: ../admin/manage-fields.php:
|
| 257 |
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 (.*)"
|
| 258 |
-
msgstr "Specificeer de extensie(s) waartoe u de uploads wilt beperken, <br/>bijvoorbeeld: .ext1,.ext2,.ext3<br/>Indien niet gespecificeerd
|
| 259 |
|
| 260 |
-
#: ../admin/manage-fields.php:
|
| 261 |
msgid "User Roles"
|
| 262 |
msgstr "Gebruikersrollen"
|
| 263 |
|
| 264 |
-
#: ../admin/manage-fields.php:
|
| 265 |
msgid "Select which user roles to show to the user ( drag and drop to re-order )"
|
| 266 |
msgstr "Selecteer welke gebruikersrollen getoond worden aan de gebruiker (versleep om te herordenen)"
|
| 267 |
|
| 268 |
-
#: ../admin/manage-fields.php:
|
| 269 |
msgid "User Roles Order"
|
| 270 |
msgstr "Volgorde gebruikersrollen"
|
| 271 |
|
| 272 |
-
#: ../admin/manage-fields.php:
|
| 273 |
msgid "Save the user role order from the user roles checkboxes"
|
| 274 |
-
msgstr "Sla de
|
| 275 |
|
| 276 |
-
#: ../admin/manage-fields.php:
|
| 277 |
msgid "Please select at least one user role\n"
|
| 278 |
msgstr "Selecteer minstens één gebruikersrol \n"
|
| 279 |
|
| 280 |
#: ../admin/register-version.php:22
|
| 281 |
msgid "Profile Builder Register"
|
| 282 |
-
msgstr "
|
| 283 |
|
| 284 |
#: ../admin/register-version.php:81
|
| 285 |
msgid "The serial number is about to expire soon!"
|
| 286 |
-
msgstr "Het serienummer zal
|
| 287 |
|
| 288 |
#: ../admin/register-version.php:81
|
| 289 |
msgid " Your serial number is about to expire, please %1$s Renew Your License%2$s."
|
| 290 |
-
msgstr "
|
| 291 |
|
| 292 |
#: ../admin/register-version.php:83
|
| 293 |
msgid " Your serial number is expired, please %1$s Renew Your License%2$s."
|
| 294 |
-
msgstr "
|
| 295 |
|
| 296 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:337
|
| 297 |
msgid "Add Entry"
|
| 298 |
-
msgstr "Voeg
|
| 299 |
|
| 300 |
#: ../features/email-confirmation/class-email-confirmation.php:91
|
| 301 |
msgid "show"
|
| 302 |
msgstr "tonen"
|
| 303 |
|
| 304 |
-
#: ../features/functions.php:
|
| 305 |
msgid "To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sNetwork Settings%2$s, and under Registration Settings make sure to check “User accounts may be registered”. %3$sDismiss%4$s"
|
| 306 |
-
msgstr "Om gebruikers toe te staan te registreren voor
|
| 307 |
|
| 308 |
-
#: ../front-end/class-formbuilder.php:
|
| 309 |
msgid "User to edit:"
|
| 310 |
msgstr "Te bewerken gebruiker:"
|
| 311 |
|
| 312 |
-
#: ../front-end/default-fields/password/password.php:
|
| 313 |
-
#: ../front-end/recover.php:
|
| 314 |
msgid "The password must have the minimum length of %s characters"
|
| 315 |
msgstr "Het wachtwoord moet een minimumlengte hebben van %s karakters"
|
| 316 |
|
| 317 |
-
#: ../front-end/default-fields/password/password.php:
|
| 318 |
-
#: ../front-end/recover.php:
|
| 319 |
msgid "The password must have a minimum strength of %s"
|
| 320 |
msgstr "Het wachtwoord moet een minimumsterkte hebben van %s"
|
| 321 |
|
| 322 |
-
#: ../front-end/extra-fields/user-role/user-role.php:
|
| 323 |
msgid "You cannot register this user role"
|
| 324 |
msgstr "U kunt deze gebruikersrol niet registreren"
|
| 325 |
|
|
@@ -343,30 +1474,26 @@ msgstr "Uitloggen »"
|
|
| 343 |
msgid "User Role"
|
| 344 |
msgstr "Gebruikersrol"
|
| 345 |
|
| 346 |
-
#: ../modules/user-listing/userlisting.php:
|
| 347 |
msgid "View all extra shortcode parameters"
|
| 348 |
msgstr "Bekijk alle extra shortcode-parameters"
|
| 349 |
|
| 350 |
-
#: ../modules/user-listing/userlisting.php:
|
| 351 |
msgid "displays only the users that you specified the user_id for"
|
| 352 |
-
msgstr "
|
| 353 |
|
| 354 |
-
#: ../modules/user-listing/userlisting.php:
|
| 355 |
msgid "displays all users except the ones you specified the user_id for"
|
| 356 |
-
msgstr "
|
| 357 |
|
| 358 |
-
#: ../features/functions.php:
|
| 359 |
msgid "Minimum length of %d characters"
|
| 360 |
-
msgstr "
|
| 361 |
|
| 362 |
#: ../front-end/class-formbuilder.php:99 ../front-end/class-formbuilder.php:102
|
| 363 |
msgid "This message is only visible by administrators"
|
| 364 |
msgstr "Dit bericht is alleen zichtbaar voor beheerders"
|
| 365 |
|
| 366 |
-
#: ../front-end/extra-fields/avatar/avatar.php:124
|
| 367 |
-
msgid "The image file set in the %s field for this user could not be found on the server. The default WordPress avatar is being used at the moment."
|
| 368 |
-
msgstr "De afbeelding die is ingesteld in het veld %s voor deze gebruiker is niet op de server gevonden. Momenteel wordt de standaard WordPress-avatar gebruikt."
|
| 369 |
-
|
| 370 |
#: ../modules/user-listing/userlisting.php:364
|
| 371 |
msgid "User not found"
|
| 372 |
msgstr "Gebruiker niet gevonden"
|
|
@@ -378,62 +1505,62 @@ msgstr "Geldige tags {{reply_to}} en {{site_name}}"
|
|
| 378 |
|
| 379 |
#: ../admin/admin-bar.php:48
|
| 380 |
msgid "Choose which user roles view the admin bar in the front-end of the website."
|
| 381 |
-
msgstr "Kies welke gebruikersrollen de beheerdersbalk in
|
| 382 |
|
| 383 |
-
#: ../admin/manage-fields.php:
|
| 384 |
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"
|
| 385 |
-
msgstr "Voer een kommagescheiden lijst van waardes in<br/>Dit kan van alles zijn,
|
| 386 |
|
| 387 |
-
#: ../admin/manage-fields.php:
|
| 388 |
msgid "The meta-name cannot be empty\n"
|
| 389 |
msgstr "De meta-naam mag niet leeg zijn\n"
|
| 390 |
|
| 391 |
#: ../admin/register-version.php:69
|
| 392 |
msgid "Now that you acquired a copy of %s, you should take the time and register it with the serial number you received"
|
| 393 |
-
msgstr "Nu u een exemplaar van %s
|
| 394 |
|
| 395 |
#: ../admin/register-version.php:243
|
| 396 |
msgid "<p>Your <strong>Profile Builder</strong> serial number is invalid or missing. <br/>Please %1$sregister your copy%2$s to receive access to automatic updates and support. Need a license key? %3$sPurchase one now%4$s</p>"
|
| 397 |
-
msgstr "<p>
|
| 398 |
|
| 399 |
#: ../admin/register-version.php:246
|
| 400 |
msgid "<p>Your <strong>Profile Builder</strong> license has expired. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now and get 50% off %4$s %5$sDismiss%6$s</p>"
|
| 401 |
-
msgstr "<p>
|
| 402 |
|
| 403 |
#: ../admin/register-version.php:251
|
| 404 |
msgid "<p>Your <strong>Profile Builder</strong> license is about to expire on %5$s. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now and get 50% off %4$s %6$sDismiss%7$s</p>"
|
| 405 |
-
msgstr "<p>
|
| 406 |
|
| 407 |
#: ../assets/lib/wck-api/fields/country select.php:14
|
| 408 |
#: ../assets/lib/wck-api/fields/cpt select.php:17
|
| 409 |
#: ../assets/lib/wck-api/fields/select.php:14 ../assets/lib/wck-api/fields/user
|
| 410 |
#: select.php:15
|
| 411 |
msgid "...Choose"
|
| 412 |
-
msgstr "...
|
| 413 |
|
| 414 |
#: ../features/class-list-table.php:526 ../features/class-list-table.php:941
|
| 415 |
msgid "1 item"
|
| 416 |
msgstr "1 item"
|
| 417 |
|
| 418 |
-
#: ../features/functions.php:
|
| 419 |
msgid "Very Weak"
|
| 420 |
msgstr "Erg zwak"
|
| 421 |
|
| 422 |
-
#: ../features/functions.php:
|
| 423 |
msgid "This field is required"
|
| 424 |
msgstr "Dit veld is verplicht"
|
| 425 |
|
| 426 |
-
#: ../features/functions.php:
|
| 427 |
msgid "Cancel"
|
| 428 |
msgstr "Annuleren"
|
| 429 |
|
| 430 |
-
#: ../features/functions.php:
|
| 431 |
msgid "To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sSettings -> General%2$s tab, and under Membership make sure to check “Anyone can register”. %3$sDismiss%4$s"
|
| 432 |
-
msgstr "Om gebruikers toe te staan zich voor
|
| 433 |
|
| 434 |
#: ../front-end/login.php:96
|
| 435 |
msgid "Invalid username."
|
| 436 |
-
msgstr "Ongeldige gebruikersnaam"
|
| 437 |
|
| 438 |
#: ../front-end/login.php:101 ../front-end/login.php:105
|
| 439 |
msgid "username"
|
|
@@ -445,7 +1572,7 @@ msgstr "e-mailadres"
|
|
| 445 |
|
| 446 |
#: ../front-end/login.php:208
|
| 447 |
msgid "Lost your password?"
|
| 448 |
-
msgstr "
|
| 449 |
|
| 450 |
#: ../index.php:34
|
| 451 |
msgid " is also activated. You need to deactivate it before activating this version of the plugin."
|
|
@@ -456,17 +1583,17 @@ msgstr "is ook geactiveerd. U moet deze deactiveren voordat u deze versie van de
|
|
| 456 |
msgid "Must be a valid email address or the tag {{reply_to}} which defaults to the administrator email"
|
| 457 |
msgstr "Moet een geldig e-mailadres zijn of de tag {{reply_to}} die standaard het e-mailadres van de beheerder geeft"
|
| 458 |
|
| 459 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 460 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 461 |
-
#: ../modules/email-customizer/email-customizer.php:
|
| 462 |
-
#: ../modules/email-customizer/email-customizer.php:
|
| 463 |
-
#: ../modules/email-customizer/email-customizer.php:
|
| 464 |
msgid "Your selected password at signup"
|
| 465 |
-
msgstr "Het geselecteerde wachtwoord tijdens registratie"
|
| 466 |
|
| 467 |
#: ../modules/email-customizer/user-email-customizer.php:38
|
| 468 |
msgid "These settings are also replicated in the \"Admin Email Customizer\" settings-page upon save."
|
| 469 |
-
msgstr "Deze instellingen worden na opslaan ook overgenomen in de
|
| 470 |
|
| 471 |
#: ../modules/multiple-forms/edit-profile-forms.php:270
|
| 472 |
msgid "This form is empty."
|
|
@@ -474,7 +1601,7 @@ msgstr "Dit formulier is leeg."
|
|
| 474 |
|
| 475 |
#: ../modules/multiple-forms/multiple-forms.php:416
|
| 476 |
msgid "Delete all items"
|
| 477 |
-
msgstr "Alle items verwijderen
|
| 478 |
|
| 479 |
#: ../modules/multiple-forms/multiple-forms.php:416
|
| 480 |
msgid "Delete all"
|
|
@@ -482,15 +1609,15 @@ msgstr "Alles verwijderen"
|
|
| 482 |
|
| 483 |
#: ../modules/multiple-forms/register-forms.php:226
|
| 484 |
msgid "Choose..."
|
| 485 |
-
msgstr "
|
| 486 |
|
| 487 |
-
#: ../modules/user-listing/userlisting.php:
|
| 488 |
msgid "Set the number of users to be displayed on every paginated part of the all-userlisting"
|
| 489 |
-
msgstr "Stel aantal gebruikers in dat
|
| 490 |
|
| 491 |
#: ../admin/admin-bar.php:10
|
| 492 |
msgid "Show/Hide the Admin Bar on the Front-End"
|
| 493 |
-
msgstr "Toon/verberg de beheerdersbalk in
|
| 494 |
|
| 495 |
#: ../admin/admin-bar.php:10 ../admin/admin-bar.php:47
|
| 496 |
msgid "Admin Bar Settings"
|
|
@@ -516,8 +1643,8 @@ msgstr "Tonen"
|
|
| 516 |
msgid "Hide"
|
| 517 |
msgstr "Verbergen"
|
| 518 |
|
| 519 |
-
#: ../admin/admin-bar.php:86 ../admin/general-settings.php:
|
| 520 |
-
#: ../admin/register-version.php:95 ../features/functions.php:
|
| 521 |
#: ../modules/custom-redirects/custom-redirects.php:136
|
| 522 |
#: ../modules/modules.php:142
|
| 523 |
msgid "Save Changes"
|
|
@@ -525,40 +1652,40 @@ msgstr "Wijzigingen opslaan"
|
|
| 525 |
|
| 526 |
#: ../admin/admin-functions.php:34
|
| 527 |
msgid "Login is set to be done using the E-mail. This field will NOT appear in the front-end! ( you can change these settings under the \"%s\" tab )"
|
| 528 |
-
msgstr "U moet inloggen met het e-mailadres. Dit veld is NIET zichtbaar op
|
| 529 |
|
| 530 |
#: ../admin/admin-functions.php:34 ../admin/general-settings.php:10
|
| 531 |
#: ../admin/general-settings.php:38
|
| 532 |
msgid "General Settings"
|
| 533 |
msgstr "Algemene Instellingen"
|
| 534 |
|
| 535 |
-
#: ../admin/admin-functions.php:
|
| 536 |
msgid "Very weak"
|
| 537 |
msgstr "Zeer zwak"
|
| 538 |
|
| 539 |
-
#: ../admin/admin-functions.php:
|
| 540 |
-
#: ../features/functions.php:
|
| 541 |
msgid "Weak"
|
| 542 |
msgstr "Zwak"
|
| 543 |
|
| 544 |
-
#: ../admin/admin-functions.php:
|
| 545 |
-
#: ../features/functions.php:
|
| 546 |
msgid "Medium"
|
| 547 |
msgstr "Gemiddeld"
|
| 548 |
|
| 549 |
-
#: ../admin/admin-functions.php:
|
| 550 |
-
#: ../features/functions.php:
|
| 551 |
msgid "Strong"
|
| 552 |
msgstr "Sterk"
|
| 553 |
|
| 554 |
-
#: ../admin/admin-functions.php:
|
| 555 |
msgid "Add Field"
|
| 556 |
msgstr "Veld toevoegen"
|
| 557 |
|
| 558 |
-
#: ../admin/admin-functions.php:
|
| 559 |
#: ../modules/class-mustache-templates/class-mustache-templates.php:374
|
| 560 |
msgid "Save Settings"
|
| 561 |
-
msgstr "
|
| 562 |
|
| 563 |
#: ../admin/basic-info.php:10
|
| 564 |
msgid "Basic Information"
|
|
@@ -584,33 +1711,21 @@ msgstr "Voor moderne gebruikersinteractie"
|
|
| 584 |
msgid "Login"
|
| 585 |
msgstr "Inloggen"
|
| 586 |
|
| 587 |
-
#: ../admin/basic-info.php:37
|
| 588 |
-
msgid "Friction-less login using <strong class=\"nowrap\">[wppb-login]</strong> shortcode or a widget."
|
| 589 |
-
msgstr "Probleemloos inloggen mbv de shortcode <strong class=\"nowrap\">[wppb-login]</strong> of een widget."
|
| 590 |
-
|
| 591 |
#: ../admin/basic-info.php:40
|
| 592 |
msgid "Registration"
|
| 593 |
msgstr "Registratie"
|
| 594 |
|
| 595 |
-
#: ../admin/basic-info.php:41
|
| 596 |
-
msgid "Beautiful registration forms fully customizable using the <strong class=\"nowrap\">[wppb-register]</strong> shortcode."
|
| 597 |
-
msgstr "Prachtige registratieformulieren volledig aanpasbaar mbv de shortcode <strong class=\"nowrap\">[wppb-register]</strong>."
|
| 598 |
-
|
| 599 |
#: ../admin/basic-info.php:44
|
| 600 |
msgid "Edit Profile"
|
| 601 |
msgstr "Profiel bewerken"
|
| 602 |
|
| 603 |
-
#: ../admin/basic-info.php:45
|
| 604 |
-
msgid "Straight forward edit profile forms using <strong class=\"nowrap\">[wppb-edit-profile]</strong> shortcode."
|
| 605 |
-
msgstr "Bewerk eenvoudig profielformulieren mbv de shortcode <strong class=\"nowrap\">[wppb-edit-profile]</strong>."
|
| 606 |
-
|
| 607 |
#: ../admin/basic-info.php:51
|
| 608 |
msgid "Extra Features"
|
| 609 |
msgstr "Extra functies"
|
| 610 |
|
| 611 |
#: ../admin/basic-info.php:52
|
| 612 |
msgid "Features that give you more control over your users, increased security and help you fight user registration spam."
|
| 613 |
-
msgstr "Functies die u meer controle geven over
|
| 614 |
|
| 615 |
#: ../admin/basic-info.php:53
|
| 616 |
msgid "Enable extra features"
|
|
@@ -620,17 +1735,13 @@ msgstr "Extra functies inschakelen"
|
|
| 620 |
msgid "Recover Password"
|
| 621 |
msgstr "Wachtwoord herstellen"
|
| 622 |
|
| 623 |
-
#: ../admin/basic-info.php:58
|
| 624 |
-
msgid "Allow users to recover their password in the front-end using the [wppb-recover-password]."
|
| 625 |
-
msgstr "Sta gebruikers toe hun wachtwoord te herstellen in het front-end mbv de shortcode [wppb-recover-password]."
|
| 626 |
-
|
| 627 |
#: ../admin/basic-info.php:61
|
| 628 |
msgid "Admin Approval (*)"
|
| 629 |
msgstr "Goedkeuring beheerder (*)"
|
| 630 |
|
| 631 |
#: ../admin/basic-info.php:62
|
| 632 |
msgid "You decide who is a user on your website. Get notified via email or approve multiple users at once from the WordPress UI."
|
| 633 |
-
msgstr "U bepaalt wie er gebruiker is op
|
| 634 |
|
| 635 |
#: ../admin/basic-info.php:65
|
| 636 |
msgid "Email Confirmation"
|
|
@@ -638,15 +1749,15 @@ msgstr "E-mailbevestiging"
|
|
| 638 |
|
| 639 |
#: ../admin/basic-info.php:66
|
| 640 |
msgid "Make sure users sign up with genuine emails. On registration users will receive a notification to confirm their email address."
|
| 641 |
-
msgstr "Wees er zeker van dat gebruikers zich met echte e-mailadressen
|
| 642 |
|
| 643 |
#: ../admin/basic-info.php:69
|
| 644 |
msgid "Minimum Password Length and Strength Meter"
|
| 645 |
-
msgstr "
|
| 646 |
|
| 647 |
#: ../admin/basic-info.php:70
|
| 648 |
msgid "Eliminate weak passwords altogether by setting a minimum password length and enforcing a certain password strength."
|
| 649 |
-
msgstr "Elimineer zwakke wachtwoorden meteen door een
|
| 650 |
|
| 651 |
#: ../admin/basic-info.php:73
|
| 652 |
msgid "Login with Email or Username"
|
|
@@ -654,7 +1765,7 @@ msgstr "Inloggen met e-mailadres of gebruikersnaam"
|
|
| 654 |
|
| 655 |
#: ../admin/basic-info.php:74
|
| 656 |
msgid "Allow users to log in with their email or username when accessing your site."
|
| 657 |
-
msgstr "Sta gebruikers toe in te loggen met e-mailadres of gebruikersnaam als ze
|
| 658 |
|
| 659 |
#: ../admin/basic-info.php:87
|
| 660 |
msgid "Customize Your Forms The Way You Want (*)"
|
|
@@ -662,11 +1773,11 @@ msgstr "Pas de formulieren aan naar uw wens (*)"
|
|
| 662 |
|
| 663 |
#: ../admin/basic-info.php:88
|
| 664 |
msgid "With Extra Profile Fields you can create the exact registration form your project needs."
|
| 665 |
-
msgstr "Met extra profielvelden kunt u
|
| 666 |
|
| 667 |
#: ../admin/basic-info.php:90
|
| 668 |
msgid "Extra Profile Fields are available in Hobbyist or PRO versions"
|
| 669 |
-
msgstr "Extra profielvelden zijn beschikbaar in Hobbyist- of
|
| 670 |
|
| 671 |
#: ../admin/basic-info.php:92
|
| 672 |
msgid "Get started with extra fields"
|
|
@@ -674,7 +1785,7 @@ msgstr "Beginnen met extra velden"
|
|
| 674 |
|
| 675 |
#: ../admin/basic-info.php:95
|
| 676 |
msgid "Avatar Upload"
|
| 677 |
-
msgstr "
|
| 678 |
|
| 679 |
#: ../admin/basic-info.php:96
|
| 680 |
msgid "Generic Uploads"
|
|
@@ -726,15 +1837,15 @@ msgstr "Krachtige modules (**)"
|
|
| 726 |
|
| 727 |
#: ../admin/basic-info.php:116
|
| 728 |
msgid "Everything you will need to manage your users is probably already available using the Pro Modules."
|
| 729 |
-
msgstr "Alles wat u nodig hebt om
|
| 730 |
|
| 731 |
#: ../admin/basic-info.php:118
|
| 732 |
msgid "Enable your modules"
|
| 733 |
-
msgstr "
|
| 734 |
|
| 735 |
#: ../admin/basic-info.php:121
|
| 736 |
msgid "Find out more about PRO Modules"
|
| 737 |
-
msgstr "Leer meer over de
|
| 738 |
|
| 739 |
#: ../admin/basic-info.php:126 ../modules/modules.php:111
|
| 740 |
#: ../modules/user-listing/userlisting.php:11
|
|
@@ -742,15 +1853,11 @@ msgstr "Leer meer over de PRO-modules"
|
|
| 742 |
#: ../modules/user-listing/userlisting.php:17
|
| 743 |
#: ../modules/user-listing/userlisting.php:23
|
| 744 |
msgid "User Listing"
|
| 745 |
-
msgstr "
|
| 746 |
|
| 747 |
#: ../admin/basic-info.php:128
|
| 748 |
msgid "Easy to edit templates for listing your website users as well as creating single user pages. Shortcode based, offering many options to customize your listings."
|
| 749 |
-
msgstr "
|
| 750 |
-
|
| 751 |
-
#: ../admin/basic-info.php:130
|
| 752 |
-
msgid "To create a page containing the users registered to this current site/blog, insert the following shortcode in a page of your chosing: <strong class=\"nowrap\">[wppb-list-users]</strong>."
|
| 753 |
-
msgstr "Voer de volgende shortcode in op de gewenste pagina: <strong class=\"nowrap\">[wppb-list-users]</strong> om een pagina aan te maken met de geregistreerde gebruikers van deze site/blog."
|
| 754 |
|
| 755 |
#: ../admin/basic-info.php:134
|
| 756 |
msgid "Email Customizer"
|
|
@@ -758,7 +1865,7 @@ msgstr "E-mailadres-aanpasser"
|
|
| 758 |
|
| 759 |
#: ../admin/basic-info.php:135
|
| 760 |
msgid "Personalize all emails sent to your users or admins. On registration, email confirmation, admin approval / un-approval."
|
| 761 |
-
msgstr "Personaliseer alle e-
|
| 762 |
|
| 763 |
#: ../admin/basic-info.php:138
|
| 764 |
#: ../modules/custom-redirects/custom-redirects.php:29
|
|
@@ -768,7 +1875,7 @@ msgstr "Aangepaste doorverwijzingen"
|
|
| 768 |
|
| 769 |
#: ../admin/basic-info.php:139
|
| 770 |
msgid "Keep your users out of the WordPress dashboard, redirect them to the front-page after login or registration, everything is just a few clicks away."
|
| 771 |
-
msgstr "Houd
|
| 772 |
|
| 773 |
#: ../admin/basic-info.php:144 ../modules/modules.php:97
|
| 774 |
msgid "Multiple Registration Forms"
|
|
@@ -776,7 +1883,7 @@ msgstr "Meerdere registratieformulieren"
|
|
| 776 |
|
| 777 |
#: ../admin/basic-info.php:145
|
| 778 |
msgid "Set up multiple registration forms with different fields for certain user roles. Capture different information from different types of users."
|
| 779 |
-
msgstr "Maak meerdere registratieformulieren met verschillende velden voor bepaalde gebruikersrollen.
|
| 780 |
|
| 781 |
#: ../admin/basic-info.php:148 ../modules/modules.php:104
|
| 782 |
msgid "Multiple Edit-profile Forms"
|
|
@@ -796,13 +1903,13 @@ msgstr "** alleen beschikbaar in de %1$sPro-versie%2$s."
|
|
| 796 |
|
| 797 |
#: ../admin/general-settings.php:42
|
| 798 |
msgid "Load Profile Builder's own CSS file in the front-end:"
|
| 799 |
-
msgstr "Laad het eigen CSS-bestand van Profile Builder in
|
| 800 |
|
| 801 |
#: ../admin/general-settings.php:45 ../admin/general-settings.php:60
|
| 802 |
#: ../admin/general-settings.php:114
|
| 803 |
#: ../modules/multiple-forms/register-forms.php:225
|
| 804 |
#: ../modules/multiple-forms/register-forms.php:226
|
| 805 |
-
#: ../modules/user-listing/userlisting.php:
|
| 806 |
msgid "Yes"
|
| 807 |
msgstr "Ja"
|
| 808 |
|
|
@@ -822,7 +1929,7 @@ msgstr "Nee"
|
|
| 822 |
|
| 823 |
#: ../admin/general-settings.php:64
|
| 824 |
msgid "On single-site installations this works with front-end forms only. Recommended to redirect WP default registration to a Profile Builder one using \"Custom Redirects\" addon."
|
| 825 |
-
msgstr "Op enkele-site-installaties werkt dit alleen met front-end-formulieren. Het is aan te raden de standaard WP-registratie door te verwijzen naar die van Profile Builder,
|
| 826 |
|
| 827 |
#: ../admin/general-settings.php:65
|
| 828 |
msgid "The \"Email Confirmation\" feature is active (by default) on WPMU installations."
|
|
@@ -830,7 +1937,7 @@ msgstr "De functie 'E-mailbevestiging' is (standaard) actief op WPMU-installatie
|
|
| 830 |
|
| 831 |
#: ../admin/general-settings.php:67
|
| 832 |
msgid "You can find a list of unconfirmed email addresses %1$sUsers > All Users > Email Confirmation%2$s."
|
| 833 |
-
msgstr "U kunt een lijst met niet bevestigde e-mailadressen vinden in %1$sGebruikers
|
| 834 |
|
| 835 |
#: ../admin/general-settings.php:79
|
| 836 |
msgid "\"Email Confirmation\" Landing Page:"
|
|
@@ -850,50 +1957,51 @@ msgstr "'Goedkeuring beheerder' geactiveerd:"
|
|
| 850 |
|
| 851 |
#: ../admin/general-settings.php:118
|
| 852 |
msgid "You can find a list of users at %1$sUsers > All Users > Admin Approval%2$s."
|
| 853 |
-
msgstr "U kunt een gebruikerslijst vinden bij %1$sGebruikers
|
| 854 |
|
| 855 |
-
#: ../admin/general-settings.php:
|
| 856 |
msgid "\"Admin Approval\" Feature:"
|
| 857 |
msgstr "Functie 'Goedkeuring beheerder':"
|
| 858 |
|
| 859 |
-
#: ../admin/general-settings.php:
|
| 860 |
msgid "You decide who is a user on your website. Get notified via email or approve multiple users at once from the WordPress UI. Enable Admin Approval by upgrading to %1$sHobbyist or PRO versions%2$s."
|
| 861 |
-
msgstr "U bepaalt wie gebruikers is op
|
| 862 |
|
| 863 |
-
#: ../admin/general-settings.php:
|
| 864 |
msgid "Allow Users to Log in With:"
|
| 865 |
msgstr "Sta gebruikers toe in te loggen met:"
|
| 866 |
|
| 867 |
-
#: ../admin/general-settings.php:
|
| 868 |
#: ../features/admin-approval/class-admin-approval.php:177
|
| 869 |
#: ../features/email-confirmation/class-email-confirmation.php:167
|
| 870 |
#: ../modules/email-customizer/email-customizer.php:28
|
| 871 |
#: ../modules/user-listing/userlisting.php:92
|
| 872 |
-
#: ../modules/user-listing/userlisting.php:
|
| 873 |
-
#: ../modules/user-listing/userlisting.php:
|
|
|
|
| 874 |
msgid "Username"
|
| 875 |
msgstr "Gebruikersnaam"
|
| 876 |
|
| 877 |
-
#: ../admin/general-settings.php:
|
| 878 |
#: ../modules/email-customizer/email-customizer.php:29
|
| 879 |
-
#: ../modules/user-listing/userlisting.php:
|
| 880 |
-
#: ../modules/user-listing/userlisting.php:
|
| 881 |
msgid "Email"
|
| 882 |
msgstr "E-mailadres"
|
| 883 |
|
| 884 |
-
#: ../admin/general-settings.php:
|
| 885 |
msgid "Minimum Password Length:"
|
| 886 |
msgstr "Minimumwachtwoordlengte:"
|
| 887 |
|
| 888 |
-
#: ../admin/general-settings.php:
|
| 889 |
msgid "Enter the minimum characters the password should have. Leave empty for no minimum limit"
|
| 890 |
msgstr "Voer het minimumaantal karakters in die het wachtwoord moe hebben. Laat leeg voor geen minimumlimiet."
|
| 891 |
|
| 892 |
-
#: ../admin/general-settings.php:
|
| 893 |
msgid "Minimum Password Strength:"
|
| 894 |
msgstr "Minimumwachtwoordsterkte:"
|
| 895 |
|
| 896 |
-
#: ../admin/general-settings.php:
|
| 897 |
msgid "Disabled"
|
| 898 |
msgstr "Uitgeschakeld"
|
| 899 |
|
|
@@ -905,320 +2013,321 @@ msgstr "Velden beheren"
|
|
| 905 |
msgid "Manage Default and Extra Fields"
|
| 906 |
msgstr "Standaard- en extra velden beheren"
|
| 907 |
|
| 908 |
-
#: ../admin/manage-fields.php:
|
| 909 |
msgid "Field Title"
|
| 910 |
msgstr "Veldtitel"
|
| 911 |
|
| 912 |
-
#: ../admin/manage-fields.php:
|
| 913 |
msgid "Title of the field"
|
| 914 |
msgstr "Titel van het veld"
|
| 915 |
|
| 916 |
-
#: ../admin/manage-fields.php:
|
| 917 |
#: ../modules/multiple-forms/edit-profile-forms.php:241
|
| 918 |
#: ../modules/multiple-forms/register-forms.php:262
|
| 919 |
msgid "Field"
|
| 920 |
msgstr "Veld"
|
| 921 |
|
| 922 |
-
#: ../admin/manage-fields.php:
|
| 923 |
msgid "Meta-name"
|
| 924 |
msgstr "Meta-naam"
|
| 925 |
|
| 926 |
-
#: ../admin/manage-fields.php:
|
| 927 |
msgid "Use this in conjuction 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 uniqe)<br/>Changing this might take long in case of a very big user-count"
|
| 928 |
-
msgstr "Gebruik dit in combinatie met de WordPress-functies om de waarde te tonen op de gewenste pagina<br/>Automatisch
|
| 929 |
|
| 930 |
-
#: ../admin/manage-fields.php:
|
| 931 |
#: ../modules/multiple-forms/edit-profile-forms.php:242
|
| 932 |
#: ../modules/multiple-forms/register-forms.php:263
|
| 933 |
msgid "ID"
|
| 934 |
msgstr "ID"
|
| 935 |
|
| 936 |
-
#: ../admin/manage-fields.php:
|
| 937 |
#: ../modules/multiple-forms/edit-profile-forms.php:242
|
| 938 |
#: ../modules/multiple-forms/register-forms.php:263
|
| 939 |
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"
|
| 940 |
msgstr "Een uniek, automatisch aangemaakt ID voor dit bepaalde veld<br/>U kunt dit gebruiken in combinatie met filters om dit element indien nodig aan te pakken<br/>Kan niet bewerkt worden"
|
| 941 |
|
| 942 |
-
#: ../admin/manage-fields.php:
|
| 943 |
msgid "Description"
|
| 944 |
msgstr "Beschrijving"
|
| 945 |
|
| 946 |
-
#: ../admin/manage-fields.php:
|
| 947 |
msgid "Enter a (detailed) description of the option for end users to read<br/>Optional"
|
| 948 |
msgstr "Voer een (gedetailleerde) beschrijving in van de optie, zodat gebruikers die kunnen lezen<br/>Optioneel"
|
| 949 |
|
| 950 |
-
#: ../admin/manage-fields.php:
|
| 951 |
msgid "Row Count"
|
| 952 |
msgstr "Rij-telling"
|
| 953 |
|
| 954 |
-
#: ../admin/manage-fields.php:
|
| 955 |
msgid "Specify the number of rows for a 'Textarea' field<br/>If not specified, defaults to 5"
|
| 956 |
msgstr "Specificeer het aantal rijen voor een 'Tekstgebied'-veld<br/>Is standaard 5, indien niet gespecificeerd."
|
| 957 |
|
| 958 |
-
#: ../admin/manage-fields.php:
|
| 959 |
msgid "Allowed Image Extensions"
|
| 960 |
msgstr "Toegestane afbeeldingsextensies"
|
| 961 |
|
| 962 |
-
#: ../admin/manage-fields.php:
|
| 963 |
msgid "Allowed Upload Extensions"
|
| 964 |
msgstr "Toegestane uploadextensies"
|
| 965 |
|
| 966 |
-
#: ../admin/manage-fields.php:
|
| 967 |
msgid "Avatar Size"
|
| 968 |
msgstr "Avatargrootte"
|
| 969 |
|
| 970 |
-
#: ../admin/manage-fields.php:
|
| 971 |
msgid "Enter a value (between 20 and 200) for the size of the 'Avatar'<br/>If not specified, defaults to 100"
|
| 972 |
msgstr "Voer een waarde in (tussen 20 en 200) voor de grootte van de 'Avatar'<br/>Is standaard 100, indien niet gespecificeerd."
|
| 973 |
|
| 974 |
-
#: ../admin/manage-fields.php:
|
| 975 |
msgid "Date-format"
|
| 976 |
msgstr "Datum-formaat"
|
| 977 |
|
| 978 |
-
#: ../admin/manage-fields.php:
|
| 979 |
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<br/>If not specified, defaults to mm/dd/yy"
|
| 980 |
msgstr "Specificeer het datumformaat als u de datumkiezer gebruikt<br/>Geldige opties: mm/dd/yy, mm/yy/dd, dd/yy/mm, dd/mm/yy, yy/dd/mm, yy/mm/dd<br/>Is standaard mm/dd/yy, indien niet gespecificeerd."
|
| 981 |
|
| 982 |
-
#: ../admin/manage-fields.php:
|
| 983 |
msgid "Terms of Agreement"
|
| 984 |
msgstr "Algemene voorwaarden"
|
| 985 |
|
| 986 |
-
#: ../admin/manage-fields.php:
|
| 987 |
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>"
|
| 988 |
msgstr "Voer een (gedetailleerde) beschrijving in van de algemene voorwaarden, die gebruikers kunnen lezen.<br/>Links kunnen ingevoerd worden mbv standaard HTML-syntax: <a href=\"custom_url\">custom_text</a>"
|
| 989 |
|
| 990 |
-
#: ../admin/manage-fields.php:
|
| 991 |
msgid "Options"
|
| 992 |
msgstr "Opties"
|
| 993 |
|
| 994 |
-
#: ../admin/manage-fields.php:
|
| 995 |
msgid "Labels"
|
| 996 |
msgstr "Labels"
|
| 997 |
|
| 998 |
-
#: ../admin/manage-fields.php:
|
| 999 |
msgid "Enter a comma separated list of labels<br/>Visible for the user"
|
| 1000 |
msgstr "Voer een kommagescheiden lijst van labels in<br/>Zichtbaar voor de gebruiker"
|
| 1001 |
|
| 1002 |
-
#: ../admin/manage-fields.php:
|
| 1003 |
msgid "Default Value"
|
| 1004 |
msgstr "Standaardwaarde"
|
| 1005 |
|
| 1006 |
-
#: ../admin/manage-fields.php:
|
| 1007 |
msgid "Default value of the field"
|
| 1008 |
msgstr "Standaardwaarde van het veld"
|
| 1009 |
|
| 1010 |
-
#: ../admin/manage-fields.php:
|
|
|
|
| 1011 |
msgid "Default Option"
|
| 1012 |
msgstr "Standaardoptie"
|
| 1013 |
|
| 1014 |
-
#: ../admin/manage-fields.php:
|
| 1015 |
msgid "Specify the option which should be selected by default"
|
| 1016 |
msgstr "Specificeer de optie die standaard geselecteerd moet worden"
|
| 1017 |
|
| 1018 |
-
#: ../admin/manage-fields.php:
|
| 1019 |
msgid "Default Option(s)"
|
| 1020 |
msgstr "Standaardoptie(s)"
|
| 1021 |
|
| 1022 |
-
#: ../admin/manage-fields.php:
|
| 1023 |
msgid "Specify the option which should be checked by default<br/>If there are multiple values, separate them with a ',' (comma)"
|
| 1024 |
msgstr "Specificeer de optie die standaard geselecteerd moet worden.<br/>Als er meerdere waardes zijn, scheid ze dan met een ',' (komma)"
|
| 1025 |
|
| 1026 |
-
#: ../admin/manage-fields.php:
|
| 1027 |
msgid "Default Content"
|
| 1028 |
msgstr "Standaardcontent"
|
| 1029 |
|
| 1030 |
-
#: ../admin/manage-fields.php:
|
| 1031 |
msgid "Default value of the textarea"
|
| 1032 |
msgstr "Standaardwaarde van het tekstgebied"
|
| 1033 |
|
| 1034 |
-
#: ../admin/manage-fields.php:
|
| 1035 |
msgid "Required"
|
| 1036 |
msgstr "Verplicht"
|
| 1037 |
|
| 1038 |
-
#: ../admin/manage-fields.php:
|
| 1039 |
msgid "Whether the field is required or not"
|
| 1040 |
msgstr "Of een veld verplicht is of niet"
|
| 1041 |
|
| 1042 |
-
#: ../admin/manage-fields.php:
|
| 1043 |
msgid "Overwrite Existing"
|
| 1044 |
msgstr "Overschrijf bestaande"
|
| 1045 |
|
| 1046 |
-
#: ../admin/manage-fields.php:
|
| 1047 |
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"
|
| 1048 |
msgstr "Als u 'Ja' selecteert zal het veld aan de lijst toegevoegd worden, maar het zal alle andere velden in database overschrijven die dezelfde meta-naam hebben<br/>Gebruik dit op eigen risico"
|
| 1049 |
|
| 1050 |
-
#: ../admin/manage-fields.php:
|
| 1051 |
msgid "Field Properties"
|
| 1052 |
msgstr "Veldeigenschappen"
|
| 1053 |
|
| 1054 |
-
#: ../admin/manage-fields.php:
|
| 1055 |
msgid "Registration & Edit Profile"
|
| 1056 |
msgstr "Registratie & profiel bewerken"
|
| 1057 |
|
| 1058 |
-
#: ../admin/manage-fields.php:
|
| 1059 |
msgid "Name"
|
| 1060 |
msgstr "Naam"
|
| 1061 |
|
| 1062 |
-
#: ../admin/manage-fields.php:
|
| 1063 |
msgid "Usernames cannot be changed."
|
| 1064 |
msgstr "Gebruikersnamen kunnen niet veranderd worden."
|
| 1065 |
|
| 1066 |
-
#: ../admin/manage-fields.php:
|
| 1067 |
msgid "First Name"
|
| 1068 |
msgstr "Voornaam"
|
| 1069 |
|
| 1070 |
-
#: ../admin/manage-fields.php:
|
| 1071 |
msgid "Last Name"
|
| 1072 |
msgstr "Achternaam"
|
| 1073 |
|
| 1074 |
-
#: ../admin/manage-fields.php:
|
| 1075 |
msgid "Nickname"
|
| 1076 |
msgstr "Schermnaam"
|
| 1077 |
|
| 1078 |
-
#: ../admin/manage-fields.php:
|
| 1079 |
msgid "Display name publicly as"
|
| 1080 |
msgstr "Toon de naam publiek als"
|
| 1081 |
|
| 1082 |
-
#: ../admin/manage-fields.php:
|
| 1083 |
msgid "Contact Info"
|
| 1084 |
msgstr "Contactinformatie"
|
| 1085 |
|
| 1086 |
-
#: ../admin/manage-fields.php:
|
| 1087 |
#: ../features/admin-approval/class-admin-approval.php:180
|
| 1088 |
#: ../features/email-confirmation/class-email-confirmation.php:168
|
| 1089 |
#: ../modules/user-listing/userlisting.php:98
|
| 1090 |
msgid "E-mail"
|
| 1091 |
msgstr "E-mailadres"
|
| 1092 |
|
| 1093 |
-
#: ../admin/manage-fields.php:
|
| 1094 |
#: ../modules/email-customizer/email-customizer.php:32
|
| 1095 |
#: ../modules/user-listing/userlisting.php:101
|
| 1096 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1097 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1098 |
msgid "Website"
|
| 1099 |
msgstr "Website"
|
| 1100 |
|
| 1101 |
-
#: ../admin/manage-fields.php:
|
| 1102 |
msgid "AIM"
|
| 1103 |
msgstr "AIM"
|
| 1104 |
|
| 1105 |
-
#: ../admin/manage-fields.php:
|
| 1106 |
msgid "Yahoo IM"
|
| 1107 |
msgstr "Yahoo IM"
|
| 1108 |
|
| 1109 |
-
#: ../admin/manage-fields.php:
|
| 1110 |
msgid "Jabber / Google Talk"
|
| 1111 |
msgstr "Jabber/Google Talk"
|
| 1112 |
|
| 1113 |
-
#: ../admin/manage-fields.php:
|
| 1114 |
msgid "About Yourself"
|
| 1115 |
-
msgstr "Over
|
| 1116 |
|
| 1117 |
-
#: ../admin/manage-fields.php:
|
| 1118 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1119 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1120 |
msgid "Biographical Info"
|
| 1121 |
msgstr "Biografische informatie"
|
| 1122 |
|
| 1123 |
-
#: ../admin/manage-fields.php:
|
| 1124 |
msgid "Share a little biographical information to fill out your profile. This may be shown publicly."
|
| 1125 |
-
msgstr "Vertel iets over
|
| 1126 |
|
| 1127 |
-
#: ../admin/manage-fields.php:
|
| 1128 |
#: ../modules/email-customizer/email-customizer.php:30
|
| 1129 |
msgid "Password"
|
| 1130 |
msgstr "Wachtwoord"
|
| 1131 |
|
| 1132 |
-
#: ../admin/manage-fields.php:
|
| 1133 |
msgid "Type your password."
|
| 1134 |
msgstr "Voer uw wachtwoord in."
|
| 1135 |
|
| 1136 |
-
#: ../admin/manage-fields.php:
|
| 1137 |
msgid "Repeat Password"
|
| 1138 |
msgstr "Herhaal het wachtwoord"
|
| 1139 |
|
| 1140 |
-
#: ../admin/manage-fields.php:
|
| 1141 |
msgid "Type your password again. "
|
| 1142 |
-
msgstr "Voer uw wachtwoord opnieuw in."
|
| 1143 |
|
| 1144 |
-
#: ../admin/manage-fields.php:
|
| 1145 |
msgid "You must select a field\n"
|
| 1146 |
msgstr "U moet een veld selecteren\n"
|
| 1147 |
|
| 1148 |
-
#: ../admin/manage-fields.php:
|
| 1149 |
msgid "Please choose a different field type as this one already exists in your form (must be unique)\n"
|
| 1150 |
-
msgstr "Selecteer een ander veldtype omdat dit al
|
| 1151 |
|
| 1152 |
-
#: ../admin/manage-fields.php:
|
| 1153 |
msgid "The entered avatar size is not between 20 and 200\n"
|
| 1154 |
msgstr "De ingevoerde avatargrootte ligt niet tussen 20 en 200\n"
|
| 1155 |
|
| 1156 |
-
#: ../admin/manage-fields.php:
|
| 1157 |
msgid "The entered avatar size is not numerical\n"
|
| 1158 |
msgstr "De ingevoerde avatargrootte is niet numeriek\n"
|
| 1159 |
|
| 1160 |
-
#: ../admin/manage-fields.php:
|
| 1161 |
msgid "The entered row number is not numerical\n"
|
| 1162 |
msgstr "Het ingevoerde rijnummer is niet numeriek\n"
|
| 1163 |
|
| 1164 |
-
#: ../admin/manage-fields.php:
|
| 1165 |
msgid "You must enter a value for the row number\n"
|
| 1166 |
msgstr "U moet een waarde invoeren voor het rijnummer\n"
|
| 1167 |
|
| 1168 |
-
#: ../admin/manage-fields.php:
|
| 1169 |
msgid "The entered value for the Datepicker is not a valid date-format\n"
|
| 1170 |
msgstr "De ingevoerde waarde voor de datumkiezer heeft geen geldig datumformaat\n"
|
| 1171 |
|
| 1172 |
-
#: ../admin/manage-fields.php:
|
| 1173 |
msgid "You must enter a value for the date-format\n"
|
| 1174 |
msgstr "U moet een waarde voor het datumformaat invoeren\n"
|
| 1175 |
|
| 1176 |
-
#: ../admin/manage-fields.php:
|
| 1177 |
-
#: ../admin/manage-fields.php:
|
| 1178 |
msgid "That meta-name is already in use\n"
|
| 1179 |
msgstr "Deze meta-naam is al in gebruik\n"
|
| 1180 |
|
| 1181 |
-
#: ../admin/manage-fields.php:
|
| 1182 |
msgid "The following option(s) did not coincide with the ones in the options list: %s\n"
|
| 1183 |
msgstr "De volgende optie(s) komen niet overeen met de opties in de optielijst: %s\n"
|
| 1184 |
|
| 1185 |
-
#: ../admin/manage-fields.php:
|
| 1186 |
msgid "The following option did not coincide with the ones in the options list: %s\n"
|
| 1187 |
msgstr "De volgende optie(s) komen niet overeen met de opties in de optielijst: %s \n"
|
| 1188 |
|
| 1189 |
-
#: ../admin/manage-fields.php:
|
| 1190 |
msgid "That field is already added in this form\n"
|
| 1191 |
msgstr "Dat veld is al aan dit formulier toegevoegd\n"
|
| 1192 |
|
| 1193 |
-
#: ../admin/manage-fields.php:
|
| 1194 |
msgid "<pre>Title</pre><pre>Type</pre><pre>Meta Name</pre><pre class=\"wppb-mb-head-required\">Required</pre>"
|
| 1195 |
msgstr "<pre>Titel</pre><pre>Type</pre><pre>Metanaam</pre><pre class=\"wppb-mb-head-required\">Verplicht</pre>"
|
| 1196 |
|
| 1197 |
-
#: ../admin/manage-fields.php:
|
| 1198 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 1199 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:529
|
| 1200 |
#: ../features/admin-approval/class-admin-approval.php:119
|
| 1201 |
-
#: ../features/functions.php:
|
| 1202 |
#: ../modules/multiple-forms/multiple-forms.php:416
|
| 1203 |
msgid "Edit"
|
| 1204 |
msgstr "Bewerken"
|
| 1205 |
|
| 1206 |
-
#: ../admin/manage-fields.php:
|
| 1207 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 1208 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:530
|
| 1209 |
#: ../features/admin-approval/class-admin-approval.php:124
|
| 1210 |
#: ../features/admin-approval/class-admin-approval.php:235
|
| 1211 |
#: ../features/email-confirmation/class-email-confirmation.php:120
|
| 1212 |
#: ../features/email-confirmation/class-email-confirmation.php:217
|
| 1213 |
-
#: ../features/functions.php:
|
| 1214 |
msgid "Delete"
|
| 1215 |
msgstr "Verwijderen"
|
| 1216 |
|
| 1217 |
-
#: ../admin/manage-fields.php:
|
| 1218 |
msgid "Use these shortcodes on the pages you want the forms to be displayed:"
|
| 1219 |
msgstr "Gebruik deze shortcodes op de pagina's waarop u de formulieren wilt tonen:"
|
| 1220 |
|
| 1221 |
-
#: ../admin/manage-fields.php:
|
| 1222 |
msgid "If you're interested in displaying different fields in the registration and edit profile forms, please use the Multiple Registration & Edit Profile Forms Addon."
|
| 1223 |
msgstr "Als u geïnteresseerd bent in het weergeven van verschillende velden in de registratie- en profielbewerkformulieren, gebruik dan de add-on 'Meerdere registraties & profielbewerkingsformulieren'"
|
| 1224 |
|
|
@@ -1240,26 +2349,26 @@ msgstr "Serienummer:"
|
|
| 1240 |
|
| 1241 |
#: ../admin/register-version.php:77
|
| 1242 |
msgid "The serial number was successfully validated!"
|
| 1243 |
-
msgstr "Het serienummer is met succes gevalideerd
|
| 1244 |
|
| 1245 |
#: ../admin/register-version.php:79
|
| 1246 |
msgid "The serial number entered couldn't be validated!"
|
| 1247 |
-
msgstr "Het ingevoerde serienummer kon niet gevalideerd worden
|
| 1248 |
|
| 1249 |
#: ../admin/register-version.php:83
|
| 1250 |
msgid "The serial number couldn't be validated because it expired!"
|
| 1251 |
-
msgstr "Het serienummer kon niet gevalideerd worden want het is verlopen
|
| 1252 |
|
| 1253 |
#: ../admin/register-version.php:85
|
| 1254 |
msgid "The serial number couldn't be validated because process timed out. This is possible due to the server being down. Please try again later!"
|
| 1255 |
-
msgstr "Het serienummer kon niet gevalideerd worden omdat het proces te lang duurde. Dit komt mogelijk doordat de server niet werkt. Probeer het later opnieuw
|
| 1256 |
|
| 1257 |
#: ../admin/register-version.php:87
|
| 1258 |
msgid "(e.g. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
|
| 1259 |
msgstr "(v.b. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
|
| 1260 |
|
| 1261 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 1262 |
-
#: ../features/functions.php:
|
| 1263 |
msgid "Content"
|
| 1264 |
msgstr "Content"
|
| 1265 |
|
|
@@ -1271,19 +2380,24 @@ msgstr "Dit item bewerken"
|
|
| 1271 |
msgid "Delete this item"
|
| 1272 |
msgstr "Dit item verwijderen"
|
| 1273 |
|
| 1274 |
-
#: ../assets/lib/wck-api/wordpress-creation-kit.php:
|
| 1275 |
msgid "Please enter a value for the required field "
|
| 1276 |
msgstr "Voer een waarde in voor het verplichte veld"
|
| 1277 |
|
| 1278 |
-
#: ../
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1279 |
msgid "Remove"
|
| 1280 |
msgstr "Verwijderen"
|
| 1281 |
|
| 1282 |
-
#: ../assets/lib/wck-api/wordpress-creation-kit.php:
|
| 1283 |
msgid "Syncronize WCK"
|
| 1284 |
msgstr "WCK synchroniseren"
|
| 1285 |
|
| 1286 |
-
#: ../assets/lib/wck-api/wordpress-creation-kit.php:
|
| 1287 |
msgid "Syncronize WCK Translation"
|
| 1288 |
msgstr "WCK-vertaling synchroniseren"
|
| 1289 |
|
|
@@ -1291,7 +2405,8 @@ msgstr "WCK-vertaling synchroniseren"
|
|
| 1291 |
msgid "You can add the information for the %s after you add a entry"
|
| 1292 |
msgstr "U kunt informatie toevoegen aan %s nadat u een item hebt toegevoegd"
|
| 1293 |
|
| 1294 |
-
#: ../assets/lib/wck-api/fields/upload.php:
|
|
|
|
| 1295 |
msgid "Upload "
|
| 1296 |
msgstr "Uploaden"
|
| 1297 |
|
|
@@ -1335,24 +2450,20 @@ msgstr "%1$s van %2$s"
|
|
| 1335 |
msgid "Select All"
|
| 1336 |
msgstr "Alles selecteren"
|
| 1337 |
|
| 1338 |
-
#: ../features/functions.php:
|
| 1339 |
-
msgid "Profile Builder"
|
| 1340 |
-
msgstr "Profiel-builder"
|
| 1341 |
-
|
| 1342 |
-
#: ../features/functions.php:273
|
| 1343 |
msgid "The user-validation has failed - the avatar was not deleted!"
|
| 1344 |
-
msgstr "Validatie gebruiker mislukt - de avatar is niet verwijderd
|
| 1345 |
|
| 1346 |
-
#: ../features/functions.php:
|
| 1347 |
msgid "The user-validation has failed - the attachment was not deleted!"
|
| 1348 |
-
msgstr "Validatie gebruiker mislukt - de bijlage is niet verwijderd
|
| 1349 |
|
| 1350 |
-
#: ../features/functions.php:
|
| 1351 |
msgid "Strength indicator"
|
| 1352 |
msgstr "Sterkte-indicator"
|
| 1353 |
|
| 1354 |
#: ../features/admin-approval/admin-approval.php:7
|
| 1355 |
-
#: ../features/admin-approval/class-admin-approval.php:
|
| 1356 |
msgid "Admin Approval"
|
| 1357 |
msgstr "Goedkeuring beheerder"
|
| 1358 |
|
|
@@ -1363,73 +2474,73 @@ msgstr "Wilt u"
|
|
| 1363 |
|
| 1364 |
#: ../features/admin-approval/admin-approval.php:44
|
| 1365 |
msgid "Your session has expired! Please refresh the page and try again"
|
| 1366 |
-
msgstr "
|
| 1367 |
|
| 1368 |
#: ../features/admin-approval/admin-approval.php:55
|
| 1369 |
msgid "User successfully approved!"
|
| 1370 |
-
msgstr "Gebruiker
|
| 1371 |
|
| 1372 |
#: ../features/admin-approval/admin-approval.php:63
|
| 1373 |
msgid "User successfully unapproved!"
|
| 1374 |
-
msgstr "Gebruiker
|
| 1375 |
|
| 1376 |
#: ../features/admin-approval/admin-approval.php:69
|
| 1377 |
msgid "User successfully deleted!"
|
| 1378 |
-
msgstr "Gebruiker
|
| 1379 |
|
| 1380 |
#: ../features/admin-approval/admin-approval.php:74
|
| 1381 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1382 |
#: ../features/email-confirmation/email-confirmation.php:135
|
| 1383 |
msgid "You either don't have permission for that action or there was an error!"
|
| 1384 |
-
msgstr "U hebt of niet de rechten voor deze actie of is een fout opgetreden
|
| 1385 |
|
| 1386 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1387 |
msgid "Your session has expired! Please refresh the page and try again."
|
| 1388 |
-
msgstr "
|
| 1389 |
|
| 1390 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1391 |
msgid "Users successfully approved!"
|
| 1392 |
-
msgstr "Gebruikers
|
| 1393 |
|
| 1394 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1395 |
msgid "Users successfully unapproved!"
|
| 1396 |
-
msgstr "Gebruikers
|
| 1397 |
|
| 1398 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1399 |
msgid "Users successfully deleted!"
|
| 1400 |
-
msgstr "Gebruikers
|
| 1401 |
|
| 1402 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1403 |
msgid "Your account on %1$s has been approved!"
|
| 1404 |
-
msgstr "Uw account op %1$s is goedgekeurd
|
| 1405 |
|
| 1406 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1407 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1408 |
msgid "approved"
|
| 1409 |
msgstr "goedgekeurd"
|
| 1410 |
|
| 1411 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1412 |
msgid "An administrator has just approved your account on %1$s (%2$s)."
|
| 1413 |
msgstr "Een beheerder heeft zojuist uw account goedgekeurd op %1$s (%2$s)."
|
| 1414 |
|
| 1415 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1416 |
msgid "Your account on %1$s has been unapproved!"
|
| 1417 |
-
msgstr "Uw account op %1$s is afgekeurd
|
| 1418 |
|
| 1419 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1420 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1421 |
msgid "unapproved"
|
| 1422 |
msgstr "afgekeurd"
|
| 1423 |
|
| 1424 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1425 |
msgid "An administrator has just unapproved your account on %1$s (%2$s)."
|
| 1426 |
msgstr "Een beheerder heeft zojuist uw account afgekeurd op %1$s (%2$s)."
|
| 1427 |
|
| 1428 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1429 |
msgid "<strong>ERROR</strong>: Your account has to be confirmed by an administrator before you can log in."
|
| 1430 |
-
msgstr "<strong>FOUT</strong>: Uw account moet bevestigd worden door een beheerder voordat u kunt inloggen.
|
| 1431 |
|
| 1432 |
-
#: ../features/admin-approval/admin-approval.php:
|
| 1433 |
msgid "Your account has to be confirmed by an administrator before you can use the \"Password Recovery\" feature."
|
| 1434 |
msgstr "Uw account moet bevestigd worden door een beheerder voordat u de functie 'Wachtwoord herstellen' kunt gebruiken."
|
| 1435 |
|
|
@@ -1456,21 +2567,23 @@ msgid "Approve"
|
|
| 1456 |
msgstr "Goedkeuren"
|
| 1457 |
|
| 1458 |
#: ../features/admin-approval/class-admin-approval.php:178
|
| 1459 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1460 |
-
#: ../modules/user-listing/userlisting.php:
|
|
|
|
| 1461 |
msgid "Firstname"
|
| 1462 |
msgstr "Voornaam"
|
| 1463 |
|
| 1464 |
#: ../features/admin-approval/class-admin-approval.php:179
|
| 1465 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1466 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1467 |
msgid "Lastname"
|
| 1468 |
msgstr "Achternaam"
|
| 1469 |
|
| 1470 |
#: ../features/admin-approval/class-admin-approval.php:181
|
| 1471 |
#: ../modules/user-listing/userlisting.php:124
|
| 1472 |
-
#: ../modules/user-listing/userlisting.php:
|
| 1473 |
-
#: ../modules/user-listing/userlisting.php:
|
|
|
|
| 1474 |
msgid "Role"
|
| 1475 |
msgstr "Rol"
|
| 1476 |
|
|
@@ -1498,17 +2611,17 @@ msgstr "Wilt u de geselecteerde gebruikers in één keer verwijderen?"
|
|
| 1498 |
#: ../features/admin-approval/class-admin-approval.php:285
|
| 1499 |
#: ../features/email-confirmation/class-email-confirmation.php:278
|
| 1500 |
msgid "Sorry, but you don't have permission to do that!"
|
| 1501 |
-
msgstr "Sorry, u hebt niet het recht dit te doen
|
| 1502 |
|
| 1503 |
-
#: ../features/admin-approval/class-admin-approval.php:
|
| 1504 |
msgid "Approved"
|
| 1505 |
msgstr "Goedgekeurd"
|
| 1506 |
|
| 1507 |
-
#: ../features/admin-approval/class-admin-approval.php:
|
| 1508 |
msgid "Unapproved"
|
| 1509 |
msgstr "Afgekeurd"
|
| 1510 |
|
| 1511 |
-
#: ../features/admin-approval/class-admin-approval.php:
|
| 1512 |
#: ../features/email-confirmation/class-email-confirmation.php:469
|
| 1513 |
msgid "All Users"
|
| 1514 |
msgstr "Alle gebruikers"
|
|
@@ -1541,7 +2654,7 @@ msgstr "%s kon niet verwijderd worden"
|
|
| 1541 |
|
| 1542 |
#: ../features/email-confirmation/class-email-confirmation.php:253
|
| 1543 |
msgid "All users have been successfully deleted"
|
| 1544 |
-
msgstr "Alle gebruikers zijn
|
| 1545 |
|
| 1546 |
#: ../features/email-confirmation/class-email-confirmation.php:263
|
| 1547 |
msgid "The selected users have been activated"
|
|
@@ -1549,7 +2662,7 @@ msgstr "De geselecteerde gebruikers zijn geactiveerd"
|
|
| 1549 |
|
| 1550 |
#: ../features/email-confirmation/class-email-confirmation.php:274
|
| 1551 |
msgid "The selected users have had their activation emails resent"
|
| 1552 |
-
msgstr "
|
| 1553 |
|
| 1554 |
#: ../features/email-confirmation/class-email-confirmation.php:466
|
| 1555 |
#: ../features/email-confirmation/email-confirmation.php:47
|
|
@@ -1558,7 +2671,7 @@ msgstr "Gebruikers met niet bevestigde e-mailadressen"
|
|
| 1558 |
|
| 1559 |
#: ../features/email-confirmation/email-confirmation.php:110
|
| 1560 |
msgid "There was an error performing that action!"
|
| 1561 |
-
msgstr "Er is een fout opgetreden tijdens deze actie
|
| 1562 |
|
| 1563 |
#: ../features/email-confirmation/email-confirmation.php:118
|
| 1564 |
msgid "The selected user couldn't be deleted"
|
|
@@ -1568,11 +2681,11 @@ msgstr "De geselecteerde gebruiker kon niet verwijderd worden"
|
|
| 1568 |
msgid "Email notification resent to user"
|
| 1569 |
msgstr "E-mailkennisgeving opnieuw gestuurd naar gebruiker"
|
| 1570 |
|
| 1571 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1572 |
msgid "[%1$s] Activate %2$s"
|
| 1573 |
msgstr "[%1$s] Activeren %2$s"
|
| 1574 |
|
| 1575 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1576 |
msgid ""
|
| 1577 |
"To activate your user, please click the following link:\n"
|
| 1578 |
"\n"
|
|
@@ -1584,44 +2697,44 @@ msgstr ""
|
|
| 1584 |
"\n"
|
| 1585 |
"%s%s%s\n"
|
| 1586 |
"\n"
|
| 1587 |
-
"Nadat u
|
| 1588 |
|
| 1589 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1590 |
#: ../front-end/register.php:68
|
| 1591 |
msgid "Could not create user!"
|
| 1592 |
-
msgstr "Gebruiker kon niet aangemaakt worden
|
| 1593 |
|
| 1594 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1595 |
msgid "That username is already activated!"
|
| 1596 |
-
msgstr "Die gebruikersnaam is al geactiveerd
|
| 1597 |
|
| 1598 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1599 |
msgid "There was an error while trying to activate the user"
|
| 1600 |
msgstr "Er is een fout opgetreden tijdens het activeren van de gebruiker"
|
| 1601 |
|
| 1602 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1603 |
#: ../modules/email-customizer/admin-email-customizer.php:73
|
| 1604 |
msgid "A new subscriber has (been) registered!"
|
| 1605 |
-
msgstr "Er is een nieuw abonnee geregistreerd
|
| 1606 |
|
| 1607 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1608 |
msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
|
| 1609 |
msgstr "Nieuwe abonnee op %1$s.<br/><br/>Gebruikersnaam:%2$s<br/>E-mailadres:%3$s<br/>"
|
| 1610 |
|
| 1611 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1612 |
msgid "The \"Admin Approval\" feature was activated at the time of registration, so please remember that you need to approve this user before he/she can log in!"
|
| 1613 |
-
msgstr "De functie \"Goedkeuring beheerder\" is tijdens registratie geactiveerd. Vergeet dus niet dat u de gebruiker moet goedkeuren voordat hij/zij kan inloggen
|
| 1614 |
|
| 1615 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1616 |
msgid "[%1$s] Your new account information"
|
| 1617 |
-
msgstr "[%1$s]
|
| 1618 |
|
| 1619 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1620 |
msgid "Welcome to %1$s!<br/><br/><br/>Your username is:%2$s and password:%3$s"
|
| 1621 |
msgstr "Welkom op %1$s!<br/><br/><br/>Uw gebruikersnaam is:%2$s en het wachtwoord:%3$s"
|
| 1622 |
|
| 1623 |
-
#: ../features/email-confirmation/email-confirmation.php:
|
| 1624 |
-
#: ../front-end/register.php:
|
| 1625 |
msgid "Before you can access your account, an administrator needs to approve it. You will be notified via email."
|
| 1626 |
msgstr "Voordat u toegang tot het account hebt, moet een beheerder dit goedkeuren. U wordt geïnformeerd via e-mail."
|
| 1627 |
|
|
@@ -1633,7 +2746,7 @@ msgstr "Met deze inlogwidget kunt u een inlogformulier op de zijbalk plaatsen."
|
|
| 1633 |
msgid "Profile Builder Login Widget"
|
| 1634 |
msgstr "'Profile Builder'-inlogwidget"
|
| 1635 |
|
| 1636 |
-
#: ../front-end/class-formbuilder.php:
|
| 1637 |
msgid "Register"
|
| 1638 |
msgstr "Registreren"
|
| 1639 |
|
|
@@ -1651,7 +2764,7 @@ msgstr "Registratiepagina-URL (optioneel):"
|
|
| 1651 |
|
| 1652 |
#: ../features/login-widget/login-widget.php:78
|
| 1653 |
msgid "Password Recovery page URL (optional):"
|
| 1654 |
-
msgstr "Wachtwoord-herstel
|
| 1655 |
|
| 1656 |
#: ../features/upgrades/upgrades-functions.php:91
|
| 1657 |
#: ../features/upgrades/upgrades-functions.php:134
|
|
@@ -1694,53 +2807,53 @@ msgstr "hier"
|
|
| 1694 |
msgid "You will soon be redirected automatically. If you see this page for more than %1$d seconds, please click %2$s.%3$s"
|
| 1695 |
msgstr "U zult spoedig automatisch doorgestuurd worden. Als u deze pagina meer dan %1$d seconden ziet, klik dan op %2$s.%3$s"
|
| 1696 |
|
| 1697 |
-
#: ../front-end/class-formbuilder.php:
|
| 1698 |
-
#: ../front-end/class-formbuilder.php:
|
| 1699 |
msgid "The account %1s has been successfully created!"
|
| 1700 |
-
msgstr "Het account %1s is
|
| 1701 |
|
| 1702 |
-
#: ../front-end/class-formbuilder.php:
|
| 1703 |
-
#: ../front-end/class-formbuilder.php:
|
| 1704 |
msgid "Before you can access your account %1s, you need to confirm your email address. Please check your inbox and click the activation link."
|
| 1705 |
-
msgstr "Voordat u toegang krijgt
|
| 1706 |
|
| 1707 |
-
#: ../front-end/class-formbuilder.php:
|
| 1708 |
msgid "Before you can access your account %1s, an administrator has to approve it. You will be notified via email."
|
| 1709 |
-
msgstr "Voordat u toegang krijgt tot
|
| 1710 |
|
| 1711 |
-
#: ../front-end/class-formbuilder.php:
|
| 1712 |
msgid "Your profile has been successfully updated!"
|
| 1713 |
-
msgstr "
|
| 1714 |
|
| 1715 |
-
#: ../front-end/class-formbuilder.php:
|
| 1716 |
msgid "There was an error in the submitted form"
|
| 1717 |
msgstr "Fout tijdens versturen van het formulier"
|
| 1718 |
|
| 1719 |
-
#: ../front-end/class-formbuilder.php:
|
| 1720 |
msgid "Add User"
|
| 1721 |
msgstr "Gebruiker toevoegen"
|
| 1722 |
|
| 1723 |
-
#: ../admin/add-ons.php:170 ../front-end/class-formbuilder.php:
|
| 1724 |
msgid "Update"
|
| 1725 |
msgstr "Bijwerken"
|
| 1726 |
|
| 1727 |
-
#: ../front-end/class-formbuilder.php:
|
| 1728 |
#: ../front-end/extra-fields/extra-fields.php:35
|
| 1729 |
msgid "The avatar was successfully deleted!"
|
| 1730 |
-
msgstr "De avatar is
|
| 1731 |
|
| 1732 |
-
#: ../front-end/class-formbuilder.php:
|
| 1733 |
#: ../front-end/extra-fields/extra-fields.php:37
|
| 1734 |
msgid "The following attachment was successfully deleted:"
|
| 1735 |
-
msgstr "De volgende bijlage is
|
| 1736 |
|
| 1737 |
-
#: ../front-end/class-formbuilder.php:
|
| 1738 |
msgid "Send these credentials via email."
|
| 1739 |
msgstr "Stuur deze aanmeldingsgegevens via e-mail."
|
| 1740 |
|
| 1741 |
#: ../front-end/extra-fields/extra-fields.php:99 ../front-end/login.php:89
|
| 1742 |
#: ../front-end/login.php:96 ../front-end/login.php:110
|
| 1743 |
-
#: ../front-end/recover.php:17 ../front-end/recover.php:
|
| 1744 |
msgid "ERROR"
|
| 1745 |
msgstr "FOUT"
|
| 1746 |
|
|
@@ -1760,15 +2873,15 @@ msgstr "Uw wachtwoord verloren"
|
|
| 1760 |
msgid "Both fields are empty."
|
| 1761 |
msgstr "Beide velden zijn leeg."
|
| 1762 |
|
| 1763 |
-
#: ../front-end/login.php:
|
| 1764 |
msgid "You are currently logged in as %1$s. %2$s"
|
| 1765 |
msgstr "U bent momenteel ingelogd als %1$s. %2$s"
|
| 1766 |
|
| 1767 |
-
#: ../front-end/login.php:
|
| 1768 |
msgid "Log out of this account"
|
| 1769 |
msgstr "Uitloggen van dit account"
|
| 1770 |
|
| 1771 |
-
#: ../front-end/login.php:
|
| 1772 |
msgid "Log out"
|
| 1773 |
msgstr "Uitloggen"
|
| 1774 |
|
|
@@ -1798,7 +2911,7 @@ msgstr "Ontvang een nieuw wachtwoord"
|
|
| 1798 |
|
| 1799 |
#: ../front-end/recover.php:166
|
| 1800 |
msgid "The username entered wasn't found in the database!"
|
| 1801 |
-
msgstr "De ingevoerde gebruikersnaam is niet in de database gevonden
|
| 1802 |
|
| 1803 |
#: ../front-end/recover.php:166
|
| 1804 |
msgid "Please check that you entered the correct username."
|
|
@@ -1806,288 +2919,143 @@ msgstr "Controleer of u de juiste gebruikersnaam ingevoerd hebt."
|
|
| 1806 |
|
| 1807 |
#: ../front-end/recover.php:181
|
| 1808 |
msgid "Check your e-mail for the confirmation link."
|
| 1809 |
-
msgstr "Controleer
|
| 1810 |
|
| 1811 |
-
#: ../front-end/recover.php:
|
| 1812 |
msgid "Someone requested that the password be reset for the following account: <b>%1$s</b><br/>If this was a mistake, just ignore this email and nothing will happen.<br/>To reset your password, visit the following link:%2$s"
|
| 1813 |
-
msgstr "Iemand heeft gevraagd het wachtwoord opnieuw te stellen voor het volgende account: <b>%1$s</b><br/>Als dit niet uw bedoeling was, negeer dan deze e-mail en er zal niets veranderen.<br/>Klik op de volgende link om
|
| 1814 |
|
| 1815 |
-
#: ../front-end/recover.php:
|
| 1816 |
msgid "Password Reset from \"%1$s\""
|
| 1817 |
msgstr "Wachtwoord Opnieuw Instellen van \"%1$s\""
|
| 1818 |
|
| 1819 |
-
#: ../front-end/recover.php:
|
| 1820 |
msgid "There was an error while trying to send the activation link to %1$s!"
|
| 1821 |
-
msgstr "Er is een fout opgetreden tijdens het verzenden van de activeringslink naar %1$s
|
| 1822 |
|
| 1823 |
#: ../front-end/recover.php:188
|
| 1824 |
msgid "The email address entered wasn't found in the database!"
|
| 1825 |
-
msgstr "Het ingevoerde e-mailadres is niet in de database gevonden
|
| 1826 |
|
| 1827 |
#: ../front-end/recover.php:188
|
| 1828 |
msgid "Please check that you entered the correct email address."
|
| 1829 |
msgstr "Controleer of u het juiste e-mailadres ingevoerd hebt."
|
| 1830 |
|
| 1831 |
-
#: ../front-end/recover.php:
|
| 1832 |
msgid "Your password has been successfully changed!"
|
| 1833 |
-
msgstr "Uw wachtwoord is
|
| 1834 |
|
| 1835 |
-
#: ../front-end/recover.php:
|
| 1836 |
msgid "You have successfully reset your password to: %1$s"
|
| 1837 |
msgstr "U hebt uw wachtwoord opnieuw ingesteld naar: %1$s"
|
| 1838 |
|
| 1839 |
-
#: ../front-end/recover.php:
|
| 1840 |
msgid "Password Successfully Reset for %1$s on \"%2$s\""
|
| 1841 |
msgstr "Wachtwoord opnieuw ingesteld voor %1$s op \"%2$s\""
|
| 1842 |
|
| 1843 |
-
#: ../front-end/recover.php:
|
| 1844 |
msgid "%1$s has requested a password change via the password reset feature.<br/>His/her new password is:%2$s"
|
| 1845 |
msgstr "%1$s heeft gevraagd het wachtwoord te wijzigen mbv de functie 'Wachtwoord Opnieuw Instellen'.<br/>Zijn/haar nieuwe wachtwoord is: %2$s"
|
| 1846 |
|
| 1847 |
-
#: ../front-end/recover.php:
|
| 1848 |
msgid "The entered passwords don't match!"
|
| 1849 |
-
msgstr "De ingevoerde wachtwoorden komen niet overeen
|
| 1850 |
|
| 1851 |
-
#: ../front-end/recover.php:
|
| 1852 |
msgid "ERROR:"
|
| 1853 |
msgstr "FOUT:"
|
| 1854 |
|
| 1855 |
-
#: ../front-end/recover.php:
|
| 1856 |
msgid "Invalid key!"
|
| 1857 |
-
msgstr "Ongeldige sleutel
|
| 1858 |
|
| 1859 |
#: ../front-end/register.php:46
|
| 1860 |
msgid "Invalid activation key!"
|
| 1861 |
-
msgstr "Ongeldige activeringssleutel
|
| 1862 |
|
| 1863 |
#: ../front-end/register.php:50
|
| 1864 |
msgid "This username is now active!"
|
| 1865 |
-
msgstr "Deze gebruikersnaam is nu actief
|
| 1866 |
|
| 1867 |
#: ../front-end/register.php:71
|
| 1868 |
msgid "This username is already activated!"
|
| 1869 |
-
msgstr "Deze gebruikersnaam is reeds geactiveerd
|
| 1870 |
|
| 1871 |
-
#: ../front-end/register.php:
|
| 1872 |
msgid "Your email was successfully confirmed."
|
| 1873 |
-
msgstr "Uw e-mailadres is
|
| 1874 |
|
| 1875 |
-
#: ../front-end/register.php:
|
| 1876 |
msgid "There was an error while trying to activate the user."
|
| 1877 |
msgstr "Er is een fout opgetreden tijdens activering van de gebruiker."
|
| 1878 |
|
| 1879 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1880 |
msgid "The email you entered is not a valid email address."
|
| 1881 |
msgstr "Het ingevoerde e-mailadres is niet geldig."
|
| 1882 |
|
| 1883 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1884 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1885 |
msgid "This email is already reserved to be used soon."
|
| 1886 |
msgstr "Dit e-mailadres is gereserveerd voor toekomstig gebruik."
|
| 1887 |
|
| 1888 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1889 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1890 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1891 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1892 |
-
#: ../front-end/default-fields/username/username.php:
|
| 1893 |
-
#: ../front-end/default-fields/username/username.php:
|
| 1894 |
msgid "Please try a different one!"
|
| 1895 |
-
msgstr "Probeer een ander
|
| 1896 |
|
| 1897 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1898 |
-
#: ../front-end/default-fields/email/email.php:
|
| 1899 |
msgid "This email is already in use."
|
| 1900 |
msgstr "Dit e-mailadres is reeds in gebruik."
|
| 1901 |
|
| 1902 |
-
#: ../front-end/default-fields/password-repeat/password-repeat.php:
|
| 1903 |
-
#: ../front-end/default-fields/password-repeat/password-repeat.php:
|
| 1904 |
msgid "The passwords do not match"
|
| 1905 |
msgstr "De wachtwoorden komen niet overeen"
|
| 1906 |
|
| 1907 |
-
#: ../front-end/default-fields/username/username.php:
|
| 1908 |
msgid "This username already exists."
|
| 1909 |
msgstr "Deze gebruikersnaam bestaat reeds."
|
| 1910 |
|
| 1911 |
-
#: ../front-end/default-fields/username/username.php:
|
| 1912 |
msgid "This username is already reserved to be used soon."
|
| 1913 |
msgstr "Deze gebruikersnaam is gereserveerd voor toekomstig gebruik. "
|
| 1914 |
|
| 1915 |
-
#: ../
|
| 1916 |
-
#: ../front-end/extra-fields/avatar/avatar.php:103
|
| 1917 |
-
#: ../front-end/extra-fields/upload/upload.php:29
|
| 1918 |
-
#: ../front-end/extra-fields/upload/upload.php:68
|
| 1919 |
-
msgid "max upload size"
|
| 1920 |
-
msgstr "maximumuploadgrootte"
|
| 1921 |
-
|
| 1922 |
-
#: ../front-end/extra-fields/avatar/avatar.php:71
|
| 1923 |
-
msgid "Current avatar: No uploaded avatar"
|
| 1924 |
-
msgstr "Huidige avatar: Geen geüploade avatar"
|
| 1925 |
-
|
| 1926 |
-
#: ../front-end/extra-fields/avatar/avatar.php:76
|
| 1927 |
-
#: ../front-end/extra-fields/avatar/avatar.php:110
|
| 1928 |
msgid "Avatar"
|
| 1929 |
msgstr "Avatar"
|
| 1930 |
|
| 1931 |
-
#: ../front-end/extra-fields/avatar/avatar.php:
|
| 1932 |
-
#: ../front-end/extra-fields/
|
| 1933 |
-
#: ../front-end/extra-fields/
|
| 1934 |
-
#: ../front-end/extra-fields/
|
| 1935 |
-
|
| 1936 |
-
|
| 1937 |
-
|
| 1938 |
-
#: ../front-end/extra-fields/
|
| 1939 |
-
#: ../front-end/extra-fields/
|
| 1940 |
-
|
| 1941 |
-
|
| 1942 |
-
|
| 1943 |
-
#: ../front-end/extra-fields/avatar/avatar.php:87
|
| 1944 |
-
#: ../front-end/extra-fields/avatar/avatar.php:115
|
| 1945 |
-
msgid "Are you sure you want to delete this avatar?"
|
| 1946 |
-
msgstr "Weet u zeker dat u deze avatar wilt verwijderen?"
|
| 1947 |
-
|
| 1948 |
-
#: ../front-end/extra-fields/avatar/avatar.php:88
|
| 1949 |
-
#: ../front-end/extra-fields/avatar/avatar.php:115
|
| 1950 |
-
msgid "Click to delete the current avatar"
|
| 1951 |
-
msgstr "Klik om de huidige avatar te verwijderen"
|
| 1952 |
-
|
| 1953 |
-
#: ../front-end/extra-fields/avatar/avatar.php:96
|
| 1954 |
-
#: ../front-end/extra-fields/checkbox/checkbox.php:44
|
| 1955 |
-
#: ../front-end/extra-fields/datepicker/datepicker.php:47
|
| 1956 |
-
#: ../front-end/extra-fields/input-hidden/input-hidden.php:32
|
| 1957 |
-
#: ../front-end/extra-fields/input/input.php:28
|
| 1958 |
-
#: ../front-end/extra-fields/radio/radio.php:42
|
| 1959 |
-
#: ../front-end/extra-fields/select-multiple/select-multiple.php:44
|
| 1960 |
-
#: ../front-end/extra-fields/select-timezone/select-timezone.php:42
|
| 1961 |
-
#: ../front-end/extra-fields/select/select.php:44
|
| 1962 |
-
#: ../front-end/extra-fields/textarea/textarea.php:28
|
| 1963 |
-
#: ../front-end/extra-fields/upload/upload.php:62
|
| 1964 |
#: ../front-end/extra-fields/wysiwyg/wysiwyg.php:33
|
| 1965 |
msgid "required"
|
| 1966 |
msgstr "verplicht"
|
| 1967 |
|
| 1968 |
-
#: ../front-end/extra-fields/
|
| 1969 |
-
msgid "Current avatar"
|
| 1970 |
-
msgstr "Huidige avatar"
|
| 1971 |
-
|
| 1972 |
-
#: ../front-end/extra-fields/avatar/avatar.php:106
|
| 1973 |
-
msgid "No uploaded avatar"
|
| 1974 |
-
msgstr "Geen geüploade avatar"
|
| 1975 |
-
|
| 1976 |
-
#: ../front-end/extra-fields/avatar/avatar.php:212
|
| 1977 |
-
#: ../front-end/extra-fields/upload/upload.php:173
|
| 1978 |
-
msgid "The extension of the file did not match"
|
| 1979 |
-
msgstr "De extensie van het bestand komt niet overeen"
|
| 1980 |
-
|
| 1981 |
-
#: ../front-end/extra-fields/avatar/avatar.php:215
|
| 1982 |
-
#: ../front-end/extra-fields/avatar/avatar.php:218
|
| 1983 |
-
#: ../front-end/extra-fields/upload/upload.php:177
|
| 1984 |
-
#: ../front-end/extra-fields/upload/upload.php:180
|
| 1985 |
-
msgid "The file uploaded exceeds the upload_max_filesize directive in php.ini"
|
| 1986 |
-
msgstr "Het geüploade bestand is groter dan de richtlijn 'upload_max_filesize' in php.ini"
|
| 1987 |
-
|
| 1988 |
-
#: ../front-end/extra-fields/avatar/avatar.php:221
|
| 1989 |
-
#: ../front-end/extra-fields/upload/upload.php:183
|
| 1990 |
-
msgid "The file uploaded exceeds the MAX_FILE_SIZE directive in php.ini"
|
| 1991 |
-
msgstr "Het geüploade bestand is groter dan de richtlijn 'MAX_FILE_SIZE' in php.ini "
|
| 1992 |
-
|
| 1993 |
-
#: ../front-end/extra-fields/avatar/avatar.php:224
|
| 1994 |
-
msgid "The file could only partially be uploaded "
|
| 1995 |
-
msgstr "Het bestand kon maar voor een deel geüploadet worden"
|
| 1996 |
-
|
| 1997 |
-
#: ../front-end/extra-fields/avatar/avatar.php:227
|
| 1998 |
-
#: ../front-end/extra-fields/avatar/avatar.php:251
|
| 1999 |
-
#: ../front-end/extra-fields/avatar/avatar.php:254
|
| 2000 |
-
#: ../front-end/extra-fields/upload/upload.php:189
|
| 2001 |
-
#: ../front-end/extra-fields/upload/upload.php:213
|
| 2002 |
-
#: ../front-end/extra-fields/upload/upload.php:216
|
| 2003 |
-
msgid "No file was selected"
|
| 2004 |
-
msgstr "Geen bestand geselecteerd"
|
| 2005 |
-
|
| 2006 |
-
#: ../front-end/extra-fields/avatar/avatar.php:230
|
| 2007 |
-
#: ../front-end/extra-fields/upload/upload.php:192
|
| 2008 |
-
msgid "The temporary upload folder is missing from the system"
|
| 2009 |
-
msgstr "De tijdelijke uploadmap ontbreekt op het systeem"
|
| 2010 |
-
|
| 2011 |
-
#: ../front-end/extra-fields/avatar/avatar.php:233
|
| 2012 |
-
#: ../front-end/extra-fields/upload/upload.php:195
|
| 2013 |
-
msgid "The file failed to write to the disk"
|
| 2014 |
-
msgstr "Het wegschrijven van het bestand is mislukt"
|
| 2015 |
-
|
| 2016 |
-
#: ../front-end/extra-fields/avatar/avatar.php:236
|
| 2017 |
-
#: ../front-end/extra-fields/upload/upload.php:198
|
| 2018 |
-
msgid "A PHP extension stopped the file upload"
|
| 2019 |
-
msgstr "Een PHP-extensie heeft de bestandupload gestopt"
|
| 2020 |
-
|
| 2021 |
-
#: ../front-end/extra-fields/avatar/avatar.php:239
|
| 2022 |
-
msgid "Unknown error occurred"
|
| 2023 |
-
msgstr "Onbekende fout opgetreden"
|
| 2024 |
-
|
| 2025 |
-
#: ../front-end/extra-fields/recaptcha/recaptcha.php:47
|
| 2026 |
msgid "To use reCAPTCHA you must get an API key from"
|
| 2027 |
msgstr "Om 'CAPTCHA opnieuw uitvoeren' te gebruiken moet u een API-sleutel krijgen van"
|
| 2028 |
|
| 2029 |
-
#: ../front-end/extra-fields/recaptcha/recaptcha.php:
|
| 2030 |
msgid "For security reasons, you must pass the remote ip to reCAPTCHA!"
|
| 2031 |
-
msgstr "Om veiligheidsredenen moet u
|
| 2032 |
|
| 2033 |
-
#: ../front-end/extra-fields/recaptcha/recaptcha.php:
|
| 2034 |
msgid "To use reCAPTCHA you must get an API public key from:"
|
| 2035 |
msgstr "Om reCAPTCHA te kunnen gebruiken moet u een openbare API-sleutel halen van:"
|
| 2036 |
|
| 2037 |
-
#: ../front-end/extra-fields/recaptcha/recaptcha.php:142
|
| 2038 |
-
msgid "To use reCAPTCHA you must get an API private key from:"
|
| 2039 |
-
msgstr "Om reCAPTCHA te kunnen gebruiken moet u een privé-API-sleutel halen van:"
|
| 2040 |
-
|
| 2041 |
-
#: ../front-end/extra-fields/upload/upload.php:35
|
| 2042 |
-
msgid "Current file: No uploaded attachment"
|
| 2043 |
-
msgstr "Huidig bestand: Geen geüploade bijlage"
|
| 2044 |
-
|
| 2045 |
-
#: ../front-end/extra-fields/upload/upload.php:39
|
| 2046 |
-
#: ../front-end/extra-fields/upload/upload.php:48
|
| 2047 |
-
#: ../front-end/extra-fields/upload/upload.php:71
|
| 2048 |
-
#: ../front-end/extra-fields/upload/upload.php:75
|
| 2049 |
-
#: ../front-end/extra-fields/upload/upload.php:77
|
| 2050 |
-
msgid "Current file"
|
| 2051 |
-
msgstr "Huidig bestand"
|
| 2052 |
-
|
| 2053 |
-
#: ../front-end/extra-fields/upload/upload.php:42
|
| 2054 |
-
#: ../front-end/extra-fields/upload/upload.php:51
|
| 2055 |
-
#: ../front-end/extra-fields/upload/upload.php:75
|
| 2056 |
-
#: ../front-end/extra-fields/upload/upload.php:77
|
| 2057 |
-
msgid "Click to see the current attachment"
|
| 2058 |
-
msgstr "Klik om de huidige bijlage te zien"
|
| 2059 |
-
|
| 2060 |
-
#: ../front-end/extra-fields/upload/upload.php:44
|
| 2061 |
-
#: ../front-end/extra-fields/upload/upload.php:75
|
| 2062 |
-
msgid "The attachment can't be deleted (It was marked as required by the administrator)"
|
| 2063 |
-
msgstr "De bijlage kan niet verwijderd worden (het is als verplicht aangemerkt door de beheerder)"
|
| 2064 |
-
|
| 2065 |
-
#: ../front-end/extra-fields/upload/upload.php:53
|
| 2066 |
-
#: ../front-end/extra-fields/upload/upload.php:77
|
| 2067 |
-
msgid "Are you sure you want to delete this attachment?"
|
| 2068 |
-
msgstr "Weet u zeker dat u deze bijlage wilt verwijderen?"
|
| 2069 |
-
|
| 2070 |
-
#: ../front-end/extra-fields/upload/upload.php:54
|
| 2071 |
-
#: ../front-end/extra-fields/upload/upload.php:77
|
| 2072 |
-
msgid "Click to delete the current attachment"
|
| 2073 |
-
msgstr "Klik om huidige bijlage te verwijderen"
|
| 2074 |
-
|
| 2075 |
-
#: ../front-end/extra-fields/upload/upload.php:71
|
| 2076 |
-
msgid "No uploaded attachment"
|
| 2077 |
-
msgstr "Geen geüploade bijlage"
|
| 2078 |
-
|
| 2079 |
-
#: ../front-end/extra-fields/upload/upload.php:164
|
| 2080 |
-
msgid "The extension of the file is not allowed"
|
| 2081 |
-
msgstr "De extensie van dit bestand is niet toegestaan"
|
| 2082 |
-
|
| 2083 |
-
#: ../front-end/extra-fields/upload/upload.php:186
|
| 2084 |
-
msgid "The file could only partially be uploaded"
|
| 2085 |
-
msgstr "Het bestand kon maar voor een deel geüploadet worden"
|
| 2086 |
-
|
| 2087 |
-
#: ../front-end/extra-fields/upload/upload.php:201
|
| 2088 |
-
msgid "This field wasn't updated because an unknown error occured"
|
| 2089 |
-
msgstr "Veld is niet bijgewerkt omdat er een onbekende fout opgetreden is"
|
| 2090 |
-
|
| 2091 |
#: ../modules/modules.php:11 ../modules/modules.php:80
|
| 2092 |
msgid "Modules"
|
| 2093 |
msgstr "Modules"
|
|
@@ -2134,13 +3102,13 @@ msgstr "Niet actief"
|
|
| 2134 |
#: ../modules/email-customizer/admin-email-customizer.php:12
|
| 2135 |
#: ../modules/modules.php:118
|
| 2136 |
msgid "Admin Email Customizer"
|
| 2137 |
-
msgstr "
|
| 2138 |
|
| 2139 |
#: ../modules/email-customizer/user-email-customizer.php:11
|
| 2140 |
#: ../modules/email-customizer/user-email-customizer.php:12
|
| 2141 |
#: ../modules/modules.php:125
|
| 2142 |
msgid "User Email Customizer"
|
| 2143 |
-
msgstr "
|
| 2144 |
|
| 2145 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:337
|
| 2146 |
#: ../modules/class-mustache-templates/class-mustache-templates.php:242
|
|
@@ -2237,10 +3205,8 @@ msgid ""
|
|
| 2237 |
"<p>E-mail:{{user_email}}</p>\n"
|
| 2238 |
msgstr ""
|
| 2239 |
"\n"
|
| 2240 |
-
"<p>
|
| 2241 |
-
"\n"
|
| 2242 |
"<p>Gebruikersnaam:{{username}}</p>\n"
|
| 2243 |
-
"\n"
|
| 2244 |
"<p>E-mailadres:{{user_email}}</p>\n"
|
| 2245 |
|
| 2246 |
#: ../modules/email-customizer/admin-email-customizer.php:69
|
|
@@ -2271,14 +3237,10 @@ msgid ""
|
|
| 2271 |
msgstr ""
|
| 2272 |
"\n"
|
| 2273 |
"<p>Nieuwe abonnee op {{site_name}}.</p>\n"
|
| 2274 |
-
"\n"
|
| 2275 |
"<p>Gebruikersnaam:{{username}}</p>\n"
|
| 2276 |
-
"\n"
|
| 2277 |
"<p>E-mailadres:{{user_email}}</p>\n"
|
| 2278 |
-
"\n"
|
| 2279 |
"<p>De functie 'goedkeuring beheerder' is geactiveerd tijdens registratie,\n"
|
| 2280 |
-
"
|
| 2281 |
-
"vergeet dus niet dat u deze gebruiker moet goedkeuren voordat hij/zij kan inloggen.</p>\n"
|
| 2282 |
|
| 2283 |
#: ../modules/email-customizer/admin-email-customizer.php:114
|
| 2284 |
#: ../modules/email-customizer/user-email-customizer.php:143
|
|
@@ -2332,7 +3294,6 @@ msgid ""
|
|
| 2332 |
msgstr ""
|
| 2333 |
"\n"
|
| 2334 |
"<h3>Welkom op {{site_name}}!</h3>\n"
|
| 2335 |
-
"\n"
|
| 2336 |
"<p>Uw gebruikersnaam is:{{username}} en wachtwoord:{{password}}</p>\n"
|
| 2337 |
|
| 2338 |
#: ../modules/email-customizer/user-email-customizer.php:85
|
|
@@ -2351,7 +3312,7 @@ msgstr ""
|
|
| 2351 |
"\n"
|
| 2352 |
"{{{activation_link}}}</p>\n"
|
| 2353 |
"\n"
|
| 2354 |
-
"<p>Na activering zult u nog een e-mail ontvangen met
|
| 2355 |
|
| 2356 |
#: ../modules/email-customizer/user-email-customizer.php:103
|
| 2357 |
msgid "[{{site_name}}] Activate {{username}}"
|
|
@@ -2370,9 +3331,7 @@ msgid ""
|
|
| 2370 |
msgstr ""
|
| 2371 |
"\n"
|
| 2372 |
"<h3>Welkom op {{site_name}}!</h3>\n"
|
| 2373 |
-
"\n"
|
| 2374 |
"<p>Uw gebruikersnaam is:{{username}} en wachtwoord:{{password}}</p>\n"
|
| 2375 |
-
"\n"
|
| 2376 |
"<p>Voordat u toegang krijgt tot uw account moet een beheerder dit goedkeuren. U wordt via e-mail geïnformeerd.</p>\n"
|
| 2377 |
|
| 2378 |
#: ../modules/email-customizer/user-email-customizer.php:132
|
|
@@ -2386,13 +3345,12 @@ msgid ""
|
|
| 2386 |
"<p>An administrator has just approved your account: {{username}} on {{site_name}}.</p>\n"
|
| 2387 |
msgstr ""
|
| 2388 |
"\n"
|
| 2389 |
-
"<h3>Goed nieuws
|
| 2390 |
-
"\n"
|
| 2391 |
"<p>Een beheerder heeft zojuist uw account goedgekeurd: {{username}} op {{site_name}}.</p>\n"
|
| 2392 |
|
| 2393 |
#: ../modules/email-customizer/user-email-customizer.php:159
|
| 2394 |
msgid "Your account on {{site_name}} has been approved!"
|
| 2395 |
-
msgstr "Uw account op {{site_name}} is goedgekeurd
|
| 2396 |
|
| 2397 |
#: ../modules/email-customizer/user-email-customizer.php:170
|
| 2398 |
msgid "User Approval Notification"
|
|
@@ -2410,7 +3368,7 @@ msgstr ""
|
|
| 2410 |
|
| 2411 |
#: ../modules/email-customizer/user-email-customizer.php:187
|
| 2412 |
msgid "Your account on {{site_name}} has been unapproved!"
|
| 2413 |
-
msgstr "Uw account op {{site_name}} is afgekeurd
|
| 2414 |
|
| 2415 |
#: ../modules/email-customizer/user-email-customizer.php:198
|
| 2416 |
msgid "Unapproved User Notification"
|
|
@@ -2462,37 +3420,37 @@ msgstr "Geen Profielbewerk-formulieren in prullenbak gevonden"
|
|
| 2462 |
|
| 2463 |
#: ../modules/multiple-forms/edit-profile-forms.php:131
|
| 2464 |
#: ../modules/multiple-forms/register-forms.php:134
|
| 2465 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2466 |
msgid "Shortcode"
|
| 2467 |
msgstr "Shortcode"
|
| 2468 |
|
| 2469 |
#: ../modules/multiple-forms/edit-profile-forms.php:151
|
| 2470 |
#: ../modules/multiple-forms/register-forms.php:155
|
| 2471 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2472 |
msgid "(no title)"
|
| 2473 |
msgstr "(geen titel)"
|
| 2474 |
|
| 2475 |
#: ../modules/multiple-forms/edit-profile-forms.php:171
|
| 2476 |
#: ../modules/multiple-forms/register-forms.php:174
|
| 2477 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2478 |
msgid "The shortcode will be available after you publish this form."
|
| 2479 |
msgstr "De shortcode is beschikbaar nadat u dit formulier gepubliceerd hebt."
|
| 2480 |
|
| 2481 |
#: ../modules/multiple-forms/edit-profile-forms.php:173
|
| 2482 |
#: ../modules/multiple-forms/register-forms.php:176
|
| 2483 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2484 |
msgid "Use this shortcode on the page you want the form to be displayed:"
|
| 2485 |
msgstr "Gebruik deze shortcode op de pagina waarop u het formulier wilt weergeven:"
|
| 2486 |
|
| 2487 |
#: ../modules/multiple-forms/edit-profile-forms.php:177
|
| 2488 |
#: ../modules/multiple-forms/register-forms.php:180
|
| 2489 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2490 |
msgid "<span style=\"color:red;\">Note:</span> changing the form title also changes the shortcode!"
|
| 2491 |
-
msgstr "<span style=\"color:red;\">Attentie:</span> als u de formuliertitel wijzigt zal ook de shortcode gewijzigd worden
|
| 2492 |
|
| 2493 |
#: ../modules/multiple-forms/edit-profile-forms.php:183
|
| 2494 |
#: ../modules/multiple-forms/register-forms.php:186
|
| 2495 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2496 |
msgid "Form Shortcode"
|
| 2497 |
msgstr "Formulier-shortcode"
|
| 2498 |
|
|
@@ -2513,7 +3471,7 @@ msgstr "Toegestane tijd om succesberichten weer te geven (in seconden)"
|
|
| 2513 |
|
| 2514 |
#: ../modules/multiple-forms/edit-profile-forms.php:204
|
| 2515 |
msgid "Specify the URL of the page users will be redirected once they updated their profile using this form<br/>Use the following format: http://www.mysite.com"
|
| 2516 |
-
msgstr "Specificeer de URL van de pagina waar gebruikers naar doorverwezen worden nadat ze hun profiel bijgewerkt hebben
|
| 2517 |
|
| 2518 |
#: ../modules/multiple-forms/edit-profile-forms.php:211
|
| 2519 |
msgid "After Profile Update..."
|
|
@@ -2604,52 +3562,52 @@ msgid "After Registration..."
|
|
| 2604 |
msgstr "Na registratie..."
|
| 2605 |
|
| 2606 |
#: ../modules/user-listing/class-userlisting.php:470
|
| 2607 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2608 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2609 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2610 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2611 |
msgid "Search Users by All Fields"
|
| 2612 |
msgstr "Zoek gebruikers mbv alle velden"
|
| 2613 |
|
| 2614 |
#: ../modules/user-listing/userlisting.php:14
|
| 2615 |
msgid "Add new User Listing"
|
| 2616 |
-
msgstr "
|
| 2617 |
|
| 2618 |
#: ../modules/user-listing/userlisting.php:15
|
| 2619 |
msgid "Edit the User Listing"
|
| 2620 |
-
msgstr "
|
| 2621 |
|
| 2622 |
#: ../modules/user-listing/userlisting.php:16
|
| 2623 |
msgid "New User Listing"
|
| 2624 |
-
msgstr "
|
| 2625 |
|
| 2626 |
#: ../modules/user-listing/userlisting.php:18
|
| 2627 |
msgid "View the User Listing"
|
| 2628 |
-
msgstr "
|
| 2629 |
|
| 2630 |
#: ../modules/user-listing/userlisting.php:19
|
| 2631 |
msgid "Search the User Listing"
|
| 2632 |
-
msgstr "
|
| 2633 |
|
| 2634 |
#: ../modules/user-listing/userlisting.php:20
|
| 2635 |
msgid "No User Listing found"
|
| 2636 |
-
msgstr "Geen
|
| 2637 |
|
| 2638 |
#: ../modules/user-listing/userlisting.php:21
|
| 2639 |
msgid "No User Listing found in trash"
|
| 2640 |
-
msgstr "Geen
|
| 2641 |
|
| 2642 |
#: ../modules/user-listing/userlisting.php:95
|
| 2643 |
msgid "Display name as"
|
| 2644 |
msgstr "Toon naam als"
|
| 2645 |
|
| 2646 |
#: ../modules/user-listing/userlisting.php:125
|
| 2647 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2648 |
msgid "Registration Date"
|
| 2649 |
msgstr "Registratiedatum"
|
| 2650 |
|
| 2651 |
#: ../modules/user-listing/userlisting.php:126
|
| 2652 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2653 |
msgid "Number of Posts"
|
| 2654 |
msgstr "Aantal berichten"
|
| 2655 |
|
|
@@ -2692,194 +3650,188 @@ msgstr "'Ga terug'-link"
|
|
| 2692 |
|
| 2693 |
#: ../modules/user-listing/userlisting.php:218
|
| 2694 |
msgid "All-userlisting Template"
|
| 2695 |
-
msgstr "Sjabloon voor
|
| 2696 |
|
| 2697 |
#: ../modules/user-listing/userlisting.php:221
|
| 2698 |
msgid "Single-userlisting Template"
|
| 2699 |
-
msgstr "Sjabloon voor
|
| 2700 |
-
|
| 2701 |
-
#: ../modules/user-listing/userlisting.php:338
|
| 2702 |
-
msgid "You do not have permission to view this user list"
|
| 2703 |
-
msgstr "U hebt niet het recht deze gebruikerslijst te bekijken"
|
| 2704 |
-
|
| 2705 |
-
#: ../modules/user-listing/userlisting.php:351
|
| 2706 |
-
msgid "You do not have the required user role to view this user list"
|
| 2707 |
-
msgstr "U hebt niet de vereiste gebruikersrol deze gebruikerslijst te bekijken"
|
| 2708 |
|
| 2709 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2710 |
msgid "First/Lastname"
|
| 2711 |
msgstr "Voor-/achternaam"
|
| 2712 |
|
| 2713 |
-
#: ../modules/user-listing/userlisting.php:
|
|
|
|
| 2714 |
msgid "Sign-up Date"
|
| 2715 |
msgstr "Aanmeld-datum"
|
| 2716 |
|
| 2717 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2718 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2719 |
msgid "Display Name"
|
| 2720 |
msgstr "Schermnaam"
|
| 2721 |
|
| 2722 |
-
#: ../modules/user-listing/userlisting.php:
|
|
|
|
| 2723 |
msgid "Posts"
|
| 2724 |
msgstr "Berichten"
|
| 2725 |
|
| 2726 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2727 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2728 |
msgid "Aim"
|
| 2729 |
msgstr "Aim"
|
| 2730 |
|
| 2731 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2732 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2733 |
msgid "Yim"
|
| 2734 |
msgstr "Yim"
|
| 2735 |
|
| 2736 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2737 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2738 |
msgid "Jabber"
|
| 2739 |
msgstr "Jabber"
|
| 2740 |
|
| 2741 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2742 |
msgid "Click here to see more information about this user"
|
| 2743 |
msgstr "Klik hier om meer informatie over deze gebruiker te bekijken"
|
| 2744 |
|
| 2745 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2746 |
msgid "More..."
|
| 2747 |
msgstr "Meer..."
|
| 2748 |
|
| 2749 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2750 |
msgid "Click here to see more information about this user."
|
| 2751 |
msgstr "Klik hier om meer informatie over deze gebruiker te bekijken."
|
| 2752 |
|
| 2753 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2754 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2755 |
msgid "Click here to go back"
|
| 2756 |
msgstr "Klik hier om terug te gaan"
|
| 2757 |
|
| 2758 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2759 |
msgid "Back"
|
| 2760 |
msgstr "Terug"
|
| 2761 |
|
| 2762 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2763 |
msgid "«« First"
|
| 2764 |
msgstr "«« Eerste"
|
| 2765 |
|
| 2766 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2767 |
msgid "« Prev"
|
| 2768 |
msgstr "« Vorige"
|
| 2769 |
|
| 2770 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2771 |
msgid "Next » "
|
| 2772 |
msgstr "Volgende »"
|
| 2773 |
|
| 2774 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2775 |
msgid "Last »»"
|
| 2776 |
msgstr "Laatste »»"
|
| 2777 |
|
| 2778 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2779 |
msgid "You don't have any pagination settings on this userlisting!"
|
| 2780 |
-
msgstr "Er zijn geen
|
| 2781 |
|
| 2782 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2783 |
msgid "Search"
|
| 2784 |
msgstr "Zoeken"
|
| 2785 |
|
| 2786 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2787 |
msgid "Clear Results"
|
| 2788 |
msgstr "Resultaten wissen"
|
| 2789 |
|
| 2790 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2791 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2792 |
msgid "Extra shortcode parameters"
|
| 2793 |
msgstr "Extra shortcode-parameters"
|
| 2794 |
|
| 2795 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2796 |
msgid "displays users having a certain meta-value within a certain (extra) meta-field"
|
| 2797 |
msgstr "toont gebruikers met een bepaalde meta-waarde in een bepaald (extra) meta-veld"
|
| 2798 |
|
| 2799 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2800 |
msgid "Example:"
|
| 2801 |
msgstr "Voorbeeld:"
|
| 2802 |
|
| 2803 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2804 |
msgid "Remember though, that the field-value combination must exist in the database."
|
| 2805 |
msgstr "Onthoud echter dat de veldwaarde-combinatie in de database aanwezig moet zijn."
|
| 2806 |
|
| 2807 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2808 |
msgid "Random (very slow on large databases > 10K user)"
|
| 2809 |
msgstr "Willekeurig (vertraagt grote databases > 10.000 gebruikers)"
|
| 2810 |
|
| 2811 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2812 |
msgid "Roles to Display"
|
| 2813 |
msgstr "Te tonen rollen"
|
| 2814 |
|
| 2815 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2816 |
msgid "Restrict the userlisting to these selected roles only<br/>If not specified, defaults to all existing roles"
|
| 2817 |
-
msgstr "Beperk de
|
| 2818 |
|
| 2819 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2820 |
msgid "Number of Users/Page"
|
| 2821 |
msgstr "Aantal gebruikers per pagina"
|
| 2822 |
|
| 2823 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2824 |
msgid "Default Sorting Criteria"
|
| 2825 |
msgstr "Standaard sorteercriteria"
|
| 2826 |
|
| 2827 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2828 |
msgid "Set the default sorting criteria<br/>This can temporarily be changed for each new session"
|
| 2829 |
msgstr "Stel de standaard sorteercriteria in<br/>Dit kan tijdelijk gewijzigd worden voor iedere nieuwe sessie"
|
| 2830 |
|
| 2831 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2832 |
msgid "Default Sorting Order"
|
| 2833 |
msgstr "Standaard sorteervolgorde"
|
| 2834 |
|
| 2835 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2836 |
msgid "Set the default sorting order<br/>This can temporarily be changed for each new session"
|
| 2837 |
msgstr "Stel de standaard sorteervolgorde in<br/>Dit kan tijdelijk gewijzigd worden voor iedere nieuwe sessie"
|
| 2838 |
|
| 2839 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2840 |
msgid "Avatar Size (All-userlisting)"
|
| 2841 |
-
msgstr "Avatargrootte (
|
| 2842 |
|
| 2843 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2844 |
msgid "Set the avatar size on the all-userlisting only"
|
| 2845 |
-
msgstr "Stel de
|
| 2846 |
|
| 2847 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2848 |
msgid "Avatar Size (Single-userlisting)"
|
| 2849 |
-
msgstr "Avatargrootte (
|
| 2850 |
|
| 2851 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2852 |
msgid "Set the avatar size on the single-userlisting only"
|
| 2853 |
-
msgstr "Stel de
|
| 2854 |
|
| 2855 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2856 |
msgid "Visible only to logged in users?"
|
| 2857 |
msgstr "Alleen zichtbaar voor ingelogde gebruikers?"
|
| 2858 |
|
| 2859 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2860 |
msgid "The userlisting will only be visible only to the logged in users"
|
| 2861 |
-
msgstr "De
|
| 2862 |
|
| 2863 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2864 |
msgid "Visible to following Roles"
|
| 2865 |
msgstr "Zichtbaar voor de volgende rollen"
|
| 2866 |
|
| 2867 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2868 |
msgid "The userlisting will only be visible to the following roles"
|
| 2869 |
-
msgstr "De
|
| 2870 |
|
| 2871 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2872 |
msgid "Userlisting Settings"
|
| 2873 |
-
msgstr "Instellingen
|
| 2874 |
|
| 2875 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2876 |
msgid "You need to activate the Userlisting feature from within the \"Modules\" tab!"
|
| 2877 |
-
msgstr "U moet de
|
| 2878 |
|
| 2879 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2880 |
msgid "You can find it in the Profile Builder menu."
|
| 2881 |
-
msgstr "U
|
| 2882 |
|
| 2883 |
-
#: ../modules/user-listing/userlisting.php:
|
| 2884 |
msgid "No results found!"
|
| 2885 |
-
msgstr "Geen resultaten gevonden
|
| 2 |
# This file is distributed under the same license as the Profile Builder package.
|
| 3 |
msgid ""
|
| 4 |
msgstr ""
|
| 5 |
+
"PO-Revision-Date: 2015-09-29 11:53:00+0000\n"
|
| 6 |
"MIME-Version: 1.0\n"
|
| 7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
| 8 |
"Content-Transfer-Encoding: 8bit\n"
|
| 10 |
"X-Generator: GlotPress/0.1\n"
|
| 11 |
"Project-Id-Version: Profile Builder\n"
|
| 12 |
|
| 13 |
+
#: ../admin/admin-functions.php:40
|
| 14 |
+
msgid "Display name publicly as - only appears on the Edit Profile page!"
|
| 15 |
+
msgstr ""
|
| 16 |
+
|
| 17 |
+
#: ../admin/basic-info.php:37
|
| 18 |
+
msgid "Friction-less login using %s shortcode or a widget."
|
| 19 |
+
msgstr ""
|
| 20 |
+
|
| 21 |
+
#: ../admin/basic-info.php:41
|
| 22 |
+
msgid "Beautiful registration forms fully customizable using the %s shortcode."
|
| 23 |
+
msgstr ""
|
| 24 |
+
|
| 25 |
+
#: ../admin/basic-info.php:45
|
| 26 |
+
msgid "Straight forward edit profile forms using %s shortcode."
|
| 27 |
+
msgstr ""
|
| 28 |
+
|
| 29 |
+
#: ../admin/basic-info.php:58
|
| 30 |
+
msgid "Allow users to recover their password in the front-end using the %s."
|
| 31 |
+
msgstr ""
|
| 32 |
+
|
| 33 |
+
#: ../admin/basic-info.php:130
|
| 34 |
+
msgid "To create a page containing the users registered to this current site/blog, insert the following shortcode in a page of your chosing: %s."
|
| 35 |
+
msgstr ""
|
| 36 |
+
|
| 37 |
+
#: ../admin/general-settings.php:125
|
| 38 |
+
msgid "\"Admin Approval\" on User Role:"
|
| 39 |
+
msgstr ""
|
| 40 |
+
|
| 41 |
+
#: ../admin/general-settings.php:144
|
| 42 |
+
msgid "Select on what user roles to activate Admin Approval."
|
| 43 |
+
msgstr ""
|
| 44 |
+
|
| 45 |
+
#: ../admin/manage-fields.php:109
|
| 46 |
+
msgid "Display on PB forms"
|
| 47 |
+
msgstr ""
|
| 48 |
+
|
| 49 |
+
#: ../admin/manage-fields.php:109
|
| 50 |
+
msgid "PB Login"
|
| 51 |
+
msgstr ""
|
| 52 |
+
|
| 53 |
+
#: ../admin/manage-fields.php:109
|
| 54 |
+
msgid "PB Register"
|
| 55 |
+
msgstr ""
|
| 56 |
+
|
| 57 |
+
#: ../admin/manage-fields.php:109
|
| 58 |
+
msgid "PB Recover Password"
|
| 59 |
+
msgstr ""
|
| 60 |
+
|
| 61 |
+
#: ../admin/manage-fields.php:109
|
| 62 |
+
msgid "Select on which Profile Builder forms to display reCAPTCHA"
|
| 63 |
+
msgstr ""
|
| 64 |
+
|
| 65 |
+
#: ../admin/manage-fields.php:110
|
| 66 |
+
msgid "Display on default WP forms"
|
| 67 |
+
msgstr ""
|
| 68 |
+
|
| 69 |
+
#: ../admin/manage-fields.php:110
|
| 70 |
+
msgid "Default WP Login"
|
| 71 |
+
msgstr ""
|
| 72 |
+
|
| 73 |
+
#: ../admin/manage-fields.php:110
|
| 74 |
+
msgid "Default WP Register"
|
| 75 |
+
msgstr ""
|
| 76 |
+
|
| 77 |
+
#: ../admin/manage-fields.php:110
|
| 78 |
+
msgid "Default WP Recover Password"
|
| 79 |
+
msgstr ""
|
| 80 |
+
|
| 81 |
+
#: ../admin/manage-fields.php:110
|
| 82 |
+
msgid "Select on which default WP forms to display reCAPTCHA"
|
| 83 |
+
msgstr ""
|
| 84 |
+
|
| 85 |
+
#: ../admin/manage-fields.php:116 ../admin/manage-fields.php:117
|
| 86 |
+
msgid "Default option of the field"
|
| 87 |
+
msgstr ""
|
| 88 |
+
|
| 89 |
+
#: ../admin/manage-fields.php:237
|
| 90 |
+
msgid "Afghanistan"
|
| 91 |
+
msgstr "Afghanistan"
|
| 92 |
+
|
| 93 |
+
#: ../admin/manage-fields.php:238
|
| 94 |
+
msgid "Aland Islands"
|
| 95 |
+
msgstr "Aland Islands"
|
| 96 |
+
|
| 97 |
+
#: ../admin/manage-fields.php:239
|
| 98 |
+
msgid "Albania"
|
| 99 |
+
msgstr "Albania"
|
| 100 |
+
|
| 101 |
+
#: ../admin/manage-fields.php:240
|
| 102 |
+
msgid "Algeria"
|
| 103 |
+
msgstr "Algeria"
|
| 104 |
+
|
| 105 |
+
#: ../admin/manage-fields.php:241
|
| 106 |
+
msgid "American Samoa"
|
| 107 |
+
msgstr "American Samoa"
|
| 108 |
+
|
| 109 |
+
#: ../admin/manage-fields.php:242
|
| 110 |
+
msgid "Andorra"
|
| 111 |
+
msgstr "Andorra"
|
| 112 |
+
|
| 113 |
+
#: ../admin/manage-fields.php:243
|
| 114 |
+
msgid "Angola"
|
| 115 |
+
msgstr "Angola"
|
| 116 |
+
|
| 117 |
+
#: ../admin/manage-fields.php:244
|
| 118 |
+
msgid "Anguilla"
|
| 119 |
+
msgstr "Anguilla"
|
| 120 |
+
|
| 121 |
+
#: ../admin/manage-fields.php:245
|
| 122 |
+
msgid "Antarctica"
|
| 123 |
+
msgstr "Antarctica"
|
| 124 |
+
|
| 125 |
+
#: ../admin/manage-fields.php:246
|
| 126 |
+
msgid "Antigua and Barbuda"
|
| 127 |
+
msgstr "Antigua and Barbuda"
|
| 128 |
+
|
| 129 |
+
#: ../admin/manage-fields.php:247
|
| 130 |
+
msgid "Argentina"
|
| 131 |
+
msgstr "Argentina"
|
| 132 |
+
|
| 133 |
+
#: ../admin/manage-fields.php:248
|
| 134 |
+
msgid "Armenia"
|
| 135 |
+
msgstr "Armenia"
|
| 136 |
+
|
| 137 |
+
#: ../admin/manage-fields.php:249
|
| 138 |
+
msgid "Aruba"
|
| 139 |
+
msgstr "Aruba"
|
| 140 |
+
|
| 141 |
+
#: ../admin/manage-fields.php:250
|
| 142 |
+
msgid "Australia"
|
| 143 |
+
msgstr "Australia"
|
| 144 |
+
|
| 145 |
+
#: ../admin/manage-fields.php:251
|
| 146 |
+
msgid "Austria"
|
| 147 |
+
msgstr "Austria"
|
| 148 |
+
|
| 149 |
+
#: ../admin/manage-fields.php:252
|
| 150 |
+
msgid "Azerbaijan"
|
| 151 |
+
msgstr "Azerbaijan"
|
| 152 |
+
|
| 153 |
+
#: ../admin/manage-fields.php:253
|
| 154 |
+
msgid "Bahamas"
|
| 155 |
+
msgstr "Bahamas"
|
| 156 |
+
|
| 157 |
+
#: ../admin/manage-fields.php:254
|
| 158 |
+
msgid "Bahrain"
|
| 159 |
+
msgstr "Bahrain"
|
| 160 |
+
|
| 161 |
+
#: ../admin/manage-fields.php:255
|
| 162 |
+
msgid "Bangladesh"
|
| 163 |
+
msgstr "Bangladesh"
|
| 164 |
+
|
| 165 |
+
#: ../admin/manage-fields.php:256
|
| 166 |
+
msgid "Barbados"
|
| 167 |
+
msgstr "Barbados"
|
| 168 |
+
|
| 169 |
+
#: ../admin/manage-fields.php:257
|
| 170 |
+
msgid "Belarus"
|
| 171 |
+
msgstr "Belarus"
|
| 172 |
+
|
| 173 |
+
#: ../admin/manage-fields.php:258
|
| 174 |
+
msgid "Belgium"
|
| 175 |
+
msgstr "Belgium"
|
| 176 |
+
|
| 177 |
+
#: ../admin/manage-fields.php:259
|
| 178 |
+
msgid "Belize"
|
| 179 |
+
msgstr "Belize"
|
| 180 |
+
|
| 181 |
+
#: ../admin/manage-fields.php:260
|
| 182 |
+
msgid "Benin"
|
| 183 |
+
msgstr "Benin"
|
| 184 |
+
|
| 185 |
+
#: ../admin/manage-fields.php:261
|
| 186 |
+
msgid "Bermuda"
|
| 187 |
+
msgstr "Bermuda"
|
| 188 |
+
|
| 189 |
+
#: ../admin/manage-fields.php:262
|
| 190 |
+
msgid "Bhutan"
|
| 191 |
+
msgstr "Bhutan"
|
| 192 |
+
|
| 193 |
+
#: ../admin/manage-fields.php:263
|
| 194 |
+
msgid "Bolivia"
|
| 195 |
+
msgstr "Bolivia"
|
| 196 |
+
|
| 197 |
+
#: ../admin/manage-fields.php:264
|
| 198 |
+
msgid "Bonaire, Saint Eustatius and Saba"
|
| 199 |
+
msgstr "Bonaire, Saint Eustatius and Saba"
|
| 200 |
+
|
| 201 |
+
#: ../admin/manage-fields.php:265
|
| 202 |
+
msgid "Bosnia and Herzegovina"
|
| 203 |
+
msgstr "Bosnia and Herzegovina"
|
| 204 |
+
|
| 205 |
+
#: ../admin/manage-fields.php:266
|
| 206 |
+
msgid "Botswana"
|
| 207 |
+
msgstr "Botswana"
|
| 208 |
+
|
| 209 |
+
#: ../admin/manage-fields.php:267
|
| 210 |
+
msgid "Bouvet Island"
|
| 211 |
+
msgstr "Bouvet Island"
|
| 212 |
+
|
| 213 |
+
#: ../admin/manage-fields.php:268
|
| 214 |
+
msgid "Brazil"
|
| 215 |
+
msgstr "Brazil"
|
| 216 |
+
|
| 217 |
+
#: ../admin/manage-fields.php:269
|
| 218 |
+
msgid "British Indian Ocean Territory"
|
| 219 |
+
msgstr "British Indian Ocean Territory"
|
| 220 |
+
|
| 221 |
+
#: ../admin/manage-fields.php:270
|
| 222 |
+
msgid "British Virgin Islands"
|
| 223 |
+
msgstr "British Virgin Islands"
|
| 224 |
+
|
| 225 |
+
#: ../admin/manage-fields.php:271
|
| 226 |
+
msgid "Brunei"
|
| 227 |
+
msgstr "Brunei"
|
| 228 |
+
|
| 229 |
+
#: ../admin/manage-fields.php:272
|
| 230 |
+
msgid "Bulgaria"
|
| 231 |
+
msgstr "Bulgaria"
|
| 232 |
+
|
| 233 |
+
#: ../admin/manage-fields.php:273
|
| 234 |
+
msgid "Burkina Faso"
|
| 235 |
+
msgstr "Burkina Faso"
|
| 236 |
+
|
| 237 |
+
#: ../admin/manage-fields.php:274
|
| 238 |
+
msgid "Burundi"
|
| 239 |
+
msgstr "Burundi"
|
| 240 |
+
|
| 241 |
+
#: ../admin/manage-fields.php:275
|
| 242 |
+
msgid "Cambodia"
|
| 243 |
+
msgstr "Cambodia"
|
| 244 |
+
|
| 245 |
+
#: ../admin/manage-fields.php:276
|
| 246 |
+
msgid "Cameroon"
|
| 247 |
+
msgstr "Cameroon"
|
| 248 |
+
|
| 249 |
+
#: ../admin/manage-fields.php:277
|
| 250 |
+
msgid "Canada"
|
| 251 |
+
msgstr "Canada"
|
| 252 |
+
|
| 253 |
+
#: ../admin/manage-fields.php:278
|
| 254 |
+
msgid "Cape Verde"
|
| 255 |
+
msgstr "Cape Verde"
|
| 256 |
+
|
| 257 |
+
#: ../admin/manage-fields.php:279
|
| 258 |
+
msgid "Cayman Islands"
|
| 259 |
+
msgstr "Cayman Islands"
|
| 260 |
+
|
| 261 |
+
#: ../admin/manage-fields.php:280
|
| 262 |
+
msgid "Central African Republic"
|
| 263 |
+
msgstr "Central African Republic"
|
| 264 |
+
|
| 265 |
+
#: ../admin/manage-fields.php:281
|
| 266 |
+
msgid "Chad"
|
| 267 |
+
msgstr "Chad"
|
| 268 |
+
|
| 269 |
+
#: ../admin/manage-fields.php:282
|
| 270 |
+
msgid "Chile"
|
| 271 |
+
msgstr "Chile"
|
| 272 |
+
|
| 273 |
+
#: ../admin/manage-fields.php:283
|
| 274 |
+
msgid "China"
|
| 275 |
+
msgstr "China"
|
| 276 |
+
|
| 277 |
+
#: ../admin/manage-fields.php:284
|
| 278 |
+
msgid "Christmas Island"
|
| 279 |
+
msgstr "Christmas Island"
|
| 280 |
+
|
| 281 |
+
#: ../admin/manage-fields.php:285
|
| 282 |
+
msgid "Cocos Islands"
|
| 283 |
+
msgstr "Cocos Islands"
|
| 284 |
+
|
| 285 |
+
#: ../admin/manage-fields.php:286
|
| 286 |
+
msgid "Colombia"
|
| 287 |
+
msgstr "Colombia"
|
| 288 |
+
|
| 289 |
+
#: ../admin/manage-fields.php:287
|
| 290 |
+
msgid "Comoros"
|
| 291 |
+
msgstr "Comoros"
|
| 292 |
+
|
| 293 |
+
#: ../admin/manage-fields.php:288
|
| 294 |
+
msgid "Cook Islands"
|
| 295 |
+
msgstr "Cook Islands"
|
| 296 |
+
|
| 297 |
+
#: ../admin/manage-fields.php:289
|
| 298 |
+
msgid "Costa Rica"
|
| 299 |
+
msgstr "Costa Rica"
|
| 300 |
+
|
| 301 |
+
#: ../admin/manage-fields.php:290
|
| 302 |
+
msgid "Croatia"
|
| 303 |
+
msgstr "Croatia"
|
| 304 |
+
|
| 305 |
+
#: ../admin/manage-fields.php:291
|
| 306 |
+
msgid "Cuba"
|
| 307 |
+
msgstr "Cuba"
|
| 308 |
+
|
| 309 |
+
#: ../admin/manage-fields.php:292
|
| 310 |
+
msgid "Curacao"
|
| 311 |
+
msgstr "Curacao"
|
| 312 |
+
|
| 313 |
+
#: ../admin/manage-fields.php:293
|
| 314 |
+
msgid "Cyprus"
|
| 315 |
+
msgstr "Cyprus"
|
| 316 |
+
|
| 317 |
+
#: ../admin/manage-fields.php:294
|
| 318 |
+
msgid "Czech Republic"
|
| 319 |
+
msgstr "Czech Republic"
|
| 320 |
+
|
| 321 |
+
#: ../admin/manage-fields.php:295
|
| 322 |
+
msgid "Democratic Republic of the Congo"
|
| 323 |
+
msgstr "Democratic Republic of the Congo"
|
| 324 |
+
|
| 325 |
+
#: ../admin/manage-fields.php:296
|
| 326 |
+
msgid "Denmark"
|
| 327 |
+
msgstr "Denmark"
|
| 328 |
+
|
| 329 |
+
#: ../admin/manage-fields.php:297
|
| 330 |
+
msgid "Djibouti"
|
| 331 |
+
msgstr "Djibouti"
|
| 332 |
+
|
| 333 |
+
#: ../admin/manage-fields.php:298
|
| 334 |
+
msgid "Dominica"
|
| 335 |
+
msgstr "Dominica"
|
| 336 |
+
|
| 337 |
+
#: ../admin/manage-fields.php:299
|
| 338 |
+
msgid "Dominican Republic"
|
| 339 |
+
msgstr "Dominican Republic"
|
| 340 |
+
|
| 341 |
+
#: ../admin/manage-fields.php:300
|
| 342 |
+
msgid "East Timor"
|
| 343 |
+
msgstr "East Timor"
|
| 344 |
+
|
| 345 |
+
#: ../admin/manage-fields.php:301
|
| 346 |
+
msgid "Ecuador"
|
| 347 |
+
msgstr "Ecuador"
|
| 348 |
+
|
| 349 |
+
#: ../admin/manage-fields.php:302
|
| 350 |
+
msgid "Egypt"
|
| 351 |
+
msgstr "Egypt"
|
| 352 |
+
|
| 353 |
+
#: ../admin/manage-fields.php:303
|
| 354 |
+
msgid "El Salvador"
|
| 355 |
+
msgstr "El Salvador"
|
| 356 |
+
|
| 357 |
+
#: ../admin/manage-fields.php:304
|
| 358 |
+
msgid "Equatorial Guinea"
|
| 359 |
+
msgstr "Equatorial Guinea"
|
| 360 |
+
|
| 361 |
+
#: ../admin/manage-fields.php:305
|
| 362 |
+
msgid "Eritrea"
|
| 363 |
+
msgstr "Eritrea"
|
| 364 |
+
|
| 365 |
+
#: ../admin/manage-fields.php:306
|
| 366 |
+
msgid "Estonia"
|
| 367 |
+
msgstr "Estonia"
|
| 368 |
+
|
| 369 |
+
#: ../admin/manage-fields.php:307
|
| 370 |
+
msgid "Ethiopia"
|
| 371 |
+
msgstr "Ethiopia"
|
| 372 |
+
|
| 373 |
+
#: ../admin/manage-fields.php:308
|
| 374 |
+
msgid "Falkland Islands"
|
| 375 |
+
msgstr "Falkland Islands"
|
| 376 |
+
|
| 377 |
+
#: ../admin/manage-fields.php:309
|
| 378 |
+
msgid "Faroe Islands"
|
| 379 |
+
msgstr "Faroe Islands"
|
| 380 |
+
|
| 381 |
+
#: ../admin/manage-fields.php:310
|
| 382 |
+
msgid "Fiji"
|
| 383 |
+
msgstr "Fiji"
|
| 384 |
+
|
| 385 |
+
#: ../admin/manage-fields.php:311
|
| 386 |
+
msgid "Finland"
|
| 387 |
+
msgstr "Finland"
|
| 388 |
+
|
| 389 |
+
#: ../admin/manage-fields.php:312
|
| 390 |
+
msgid "France"
|
| 391 |
+
msgstr "France"
|
| 392 |
+
|
| 393 |
+
#: ../admin/manage-fields.php:313
|
| 394 |
+
msgid "French Guiana"
|
| 395 |
+
msgstr "French Guiana"
|
| 396 |
+
|
| 397 |
+
#: ../admin/manage-fields.php:314
|
| 398 |
+
msgid "French Polynesia"
|
| 399 |
+
msgstr "French Polynesia"
|
| 400 |
+
|
| 401 |
+
#: ../admin/manage-fields.php:315
|
| 402 |
+
msgid "French Southern Territories"
|
| 403 |
+
msgstr "French Southern Territories"
|
| 404 |
+
|
| 405 |
+
#: ../admin/manage-fields.php:316
|
| 406 |
+
msgid "Gabon"
|
| 407 |
+
msgstr "Gabon"
|
| 408 |
+
|
| 409 |
+
#: ../admin/manage-fields.php:317
|
| 410 |
+
msgid "Gambia"
|
| 411 |
+
msgstr "Gambia"
|
| 412 |
+
|
| 413 |
+
#: ../admin/manage-fields.php:318
|
| 414 |
+
msgid "Georgia"
|
| 415 |
+
msgstr "Georgia"
|
| 416 |
+
|
| 417 |
+
#: ../admin/manage-fields.php:319
|
| 418 |
+
msgid "Germany"
|
| 419 |
+
msgstr "Germany"
|
| 420 |
+
|
| 421 |
+
#: ../admin/manage-fields.php:320
|
| 422 |
+
msgid "Ghana"
|
| 423 |
+
msgstr "Ghana"
|
| 424 |
+
|
| 425 |
+
#: ../admin/manage-fields.php:321
|
| 426 |
+
msgid "Gibraltar"
|
| 427 |
+
msgstr "Gibraltar"
|
| 428 |
+
|
| 429 |
+
#: ../admin/manage-fields.php:322
|
| 430 |
+
msgid "Greece"
|
| 431 |
+
msgstr "Greece"
|
| 432 |
+
|
| 433 |
+
#: ../admin/manage-fields.php:323
|
| 434 |
+
msgid "Greenland"
|
| 435 |
+
msgstr "Greenland"
|
| 436 |
+
|
| 437 |
+
#: ../admin/manage-fields.php:324
|
| 438 |
+
msgid "Grenada"
|
| 439 |
+
msgstr "Grenada"
|
| 440 |
+
|
| 441 |
+
#: ../admin/manage-fields.php:325
|
| 442 |
+
msgid "Guadeloupe"
|
| 443 |
+
msgstr "Guadeloupe"
|
| 444 |
+
|
| 445 |
+
#: ../admin/manage-fields.php:326
|
| 446 |
+
msgid "Guam"
|
| 447 |
+
msgstr "Guam"
|
| 448 |
+
|
| 449 |
+
#: ../admin/manage-fields.php:327
|
| 450 |
+
msgid "Guatemala"
|
| 451 |
+
msgstr "Guatemala"
|
| 452 |
+
|
| 453 |
+
#: ../admin/manage-fields.php:328
|
| 454 |
+
msgid "Guernsey"
|
| 455 |
+
msgstr "Guernsey"
|
| 456 |
+
|
| 457 |
+
#: ../admin/manage-fields.php:329
|
| 458 |
+
msgid "Guinea"
|
| 459 |
+
msgstr "Guinea"
|
| 460 |
+
|
| 461 |
+
#: ../admin/manage-fields.php:330
|
| 462 |
+
msgid "Guinea-Bissau"
|
| 463 |
+
msgstr "Guinea-Bissau"
|
| 464 |
+
|
| 465 |
+
#: ../admin/manage-fields.php:331
|
| 466 |
+
msgid "Guyana"
|
| 467 |
+
msgstr "Guyana"
|
| 468 |
+
|
| 469 |
+
#: ../admin/manage-fields.php:332
|
| 470 |
+
msgid "Haiti"
|
| 471 |
+
msgstr "Haiti"
|
| 472 |
+
|
| 473 |
+
#: ../admin/manage-fields.php:333
|
| 474 |
+
msgid "Heard Island and McDonald Islands"
|
| 475 |
+
msgstr "Heard Island and McDonald Islands"
|
| 476 |
+
|
| 477 |
+
#: ../admin/manage-fields.php:334
|
| 478 |
+
msgid "Honduras"
|
| 479 |
+
msgstr "Honduras"
|
| 480 |
+
|
| 481 |
+
#: ../admin/manage-fields.php:335
|
| 482 |
+
msgid "Hong Kong"
|
| 483 |
+
msgstr "Hong Kong"
|
| 484 |
+
|
| 485 |
+
#: ../admin/manage-fields.php:336
|
| 486 |
+
msgid "Hungary"
|
| 487 |
+
msgstr "Hungary"
|
| 488 |
+
|
| 489 |
+
#: ../admin/manage-fields.php:337
|
| 490 |
+
msgid "Iceland"
|
| 491 |
+
msgstr "Iceland"
|
| 492 |
+
|
| 493 |
+
#: ../admin/manage-fields.php:338
|
| 494 |
+
msgid "India"
|
| 495 |
+
msgstr "India"
|
| 496 |
+
|
| 497 |
+
#: ../admin/manage-fields.php:339
|
| 498 |
+
msgid "Indonesia"
|
| 499 |
+
msgstr "Indonesia"
|
| 500 |
+
|
| 501 |
+
#: ../admin/manage-fields.php:340
|
| 502 |
+
msgid "Iran"
|
| 503 |
+
msgstr "Iran"
|
| 504 |
+
|
| 505 |
+
#: ../admin/manage-fields.php:341
|
| 506 |
+
msgid "Iraq"
|
| 507 |
+
msgstr "Iraq"
|
| 508 |
+
|
| 509 |
+
#: ../admin/manage-fields.php:342
|
| 510 |
+
msgid "Ireland"
|
| 511 |
+
msgstr "Ireland"
|
| 512 |
+
|
| 513 |
+
#: ../admin/manage-fields.php:343
|
| 514 |
+
msgid "Isle of Man"
|
| 515 |
+
msgstr "Isle of Man"
|
| 516 |
+
|
| 517 |
+
#: ../admin/manage-fields.php:344
|
| 518 |
+
msgid "Israel"
|
| 519 |
+
msgstr "Israel"
|
| 520 |
+
|
| 521 |
+
#: ../admin/manage-fields.php:345
|
| 522 |
+
msgid "Italy"
|
| 523 |
+
msgstr "Italy"
|
| 524 |
+
|
| 525 |
+
#: ../admin/manage-fields.php:346
|
| 526 |
+
msgid "Ivory Coast"
|
| 527 |
+
msgstr "Ivory Coast"
|
| 528 |
+
|
| 529 |
+
#: ../admin/manage-fields.php:347
|
| 530 |
+
msgid "Jamaica"
|
| 531 |
+
msgstr "Jamaica"
|
| 532 |
+
|
| 533 |
+
#: ../admin/manage-fields.php:348
|
| 534 |
+
msgid "Japan"
|
| 535 |
+
msgstr "Japan"
|
| 536 |
+
|
| 537 |
+
#: ../admin/manage-fields.php:349
|
| 538 |
+
msgid "Jersey"
|
| 539 |
+
msgstr "Jersey"
|
| 540 |
+
|
| 541 |
+
#: ../admin/manage-fields.php:350
|
| 542 |
+
msgid "Jordan"
|
| 543 |
+
msgstr "Jordan"
|
| 544 |
+
|
| 545 |
+
#: ../admin/manage-fields.php:351
|
| 546 |
+
msgid "Kazakhstan"
|
| 547 |
+
msgstr "Kazakhstan"
|
| 548 |
+
|
| 549 |
+
#: ../admin/manage-fields.php:352
|
| 550 |
+
msgid "Kenya"
|
| 551 |
+
msgstr "Kenya"
|
| 552 |
+
|
| 553 |
+
#: ../admin/manage-fields.php:353
|
| 554 |
+
msgid "Kiribati"
|
| 555 |
+
msgstr "Kiribati"
|
| 556 |
+
|
| 557 |
+
#: ../admin/manage-fields.php:354
|
| 558 |
+
msgid "Kosovo"
|
| 559 |
+
msgstr "Kosovo"
|
| 560 |
+
|
| 561 |
+
#: ../admin/manage-fields.php:355
|
| 562 |
+
msgid "Kuwait"
|
| 563 |
+
msgstr "Kuwait"
|
| 564 |
+
|
| 565 |
+
#: ../admin/manage-fields.php:356
|
| 566 |
+
msgid "Kyrgyzstan"
|
| 567 |
+
msgstr "Kyrgyzstan"
|
| 568 |
+
|
| 569 |
+
#: ../admin/manage-fields.php:357
|
| 570 |
+
msgid "Laos"
|
| 571 |
+
msgstr "Laos"
|
| 572 |
+
|
| 573 |
+
#: ../admin/manage-fields.php:358
|
| 574 |
+
msgid "Latvia"
|
| 575 |
+
msgstr "Latvia"
|
| 576 |
+
|
| 577 |
+
#: ../admin/manage-fields.php:359
|
| 578 |
+
msgid "Lebanon"
|
| 579 |
+
msgstr "Lebanon"
|
| 580 |
+
|
| 581 |
+
#: ../admin/manage-fields.php:360
|
| 582 |
+
msgid "Lesotho"
|
| 583 |
+
msgstr "Lesotho"
|
| 584 |
+
|
| 585 |
+
#: ../admin/manage-fields.php:361
|
| 586 |
+
msgid "Liberia"
|
| 587 |
+
msgstr "Liberia"
|
| 588 |
+
|
| 589 |
+
#: ../admin/manage-fields.php:362
|
| 590 |
+
msgid "Libya"
|
| 591 |
+
msgstr "Libya"
|
| 592 |
+
|
| 593 |
+
#: ../admin/manage-fields.php:363
|
| 594 |
+
msgid "Liechtenstein"
|
| 595 |
+
msgstr "Liechtenstein"
|
| 596 |
+
|
| 597 |
+
#: ../admin/manage-fields.php:364
|
| 598 |
+
msgid "Lithuania"
|
| 599 |
+
msgstr "Lithuania"
|
| 600 |
+
|
| 601 |
+
#: ../admin/manage-fields.php:365
|
| 602 |
+
msgid "Luxembourg"
|
| 603 |
+
msgstr "Luxembourg"
|
| 604 |
+
|
| 605 |
+
#: ../admin/manage-fields.php:366
|
| 606 |
+
msgid "Macao"
|
| 607 |
+
msgstr "Macao"
|
| 608 |
+
|
| 609 |
+
#: ../admin/manage-fields.php:367
|
| 610 |
+
msgid "Macedonia"
|
| 611 |
+
msgstr "Macedonia"
|
| 612 |
+
|
| 613 |
+
#: ../admin/manage-fields.php:368
|
| 614 |
+
msgid "Madagascar"
|
| 615 |
+
msgstr "Madagascar"
|
| 616 |
+
|
| 617 |
+
#: ../admin/manage-fields.php:369
|
| 618 |
+
msgid "Malawi"
|
| 619 |
+
msgstr "Malawi"
|
| 620 |
+
|
| 621 |
+
#: ../admin/manage-fields.php:370
|
| 622 |
+
msgid "Malaysia"
|
| 623 |
+
msgstr "Malaysia"
|
| 624 |
+
|
| 625 |
+
#: ../admin/manage-fields.php:371
|
| 626 |
+
msgid "Maldives"
|
| 627 |
+
msgstr "Maldives"
|
| 628 |
+
|
| 629 |
+
#: ../admin/manage-fields.php:372
|
| 630 |
+
msgid "Mali"
|
| 631 |
+
msgstr "Mali"
|
| 632 |
+
|
| 633 |
+
#: ../admin/manage-fields.php:373
|
| 634 |
+
msgid "Malta"
|
| 635 |
+
msgstr "Malta"
|
| 636 |
+
|
| 637 |
+
#: ../admin/manage-fields.php:374
|
| 638 |
+
msgid "Marshall Islands"
|
| 639 |
+
msgstr "Marshall Islands"
|
| 640 |
+
|
| 641 |
+
#: ../admin/manage-fields.php:375
|
| 642 |
+
msgid "Martinique"
|
| 643 |
+
msgstr "Martinique"
|
| 644 |
+
|
| 645 |
+
#: ../admin/manage-fields.php:376
|
| 646 |
+
msgid "Mauritania"
|
| 647 |
+
msgstr "Mauritania"
|
| 648 |
+
|
| 649 |
+
#: ../admin/manage-fields.php:377
|
| 650 |
+
msgid "Mauritius"
|
| 651 |
+
msgstr "Mauritius"
|
| 652 |
+
|
| 653 |
+
#: ../admin/manage-fields.php:378
|
| 654 |
+
msgid "Mayotte"
|
| 655 |
+
msgstr "Mayotte"
|
| 656 |
+
|
| 657 |
+
#: ../admin/manage-fields.php:379
|
| 658 |
+
msgid "Mexico"
|
| 659 |
+
msgstr "Mexico"
|
| 660 |
+
|
| 661 |
+
#: ../admin/manage-fields.php:380
|
| 662 |
+
msgid "Micronesia"
|
| 663 |
+
msgstr "Micronesia"
|
| 664 |
+
|
| 665 |
+
#: ../admin/manage-fields.php:381
|
| 666 |
+
msgid "Moldova"
|
| 667 |
+
msgstr "Moldova"
|
| 668 |
+
|
| 669 |
+
#: ../admin/manage-fields.php:382
|
| 670 |
+
msgid "Monaco"
|
| 671 |
+
msgstr "Monaco"
|
| 672 |
+
|
| 673 |
+
#: ../admin/manage-fields.php:383
|
| 674 |
+
msgid "Mongolia"
|
| 675 |
+
msgstr "Mongolia"
|
| 676 |
+
|
| 677 |
+
#: ../admin/manage-fields.php:384
|
| 678 |
+
msgid "Montenegro"
|
| 679 |
+
msgstr "Montenegro"
|
| 680 |
+
|
| 681 |
+
#: ../admin/manage-fields.php:385
|
| 682 |
+
msgid "Montserrat"
|
| 683 |
+
msgstr "Montserrat"
|
| 684 |
+
|
| 685 |
+
#: ../admin/manage-fields.php:386
|
| 686 |
+
msgid "Morocco"
|
| 687 |
+
msgstr "Morocco"
|
| 688 |
+
|
| 689 |
+
#: ../admin/manage-fields.php:387
|
| 690 |
+
msgid "Mozambique"
|
| 691 |
+
msgstr "Mozambique"
|
| 692 |
+
|
| 693 |
+
#: ../admin/manage-fields.php:388
|
| 694 |
+
msgid "Myanmar"
|
| 695 |
+
msgstr "Myanmar"
|
| 696 |
+
|
| 697 |
+
#: ../admin/manage-fields.php:389
|
| 698 |
+
msgid "Namibia"
|
| 699 |
+
msgstr "Namibia"
|
| 700 |
+
|
| 701 |
+
#: ../admin/manage-fields.php:390
|
| 702 |
+
msgid "Nauru"
|
| 703 |
+
msgstr "Nauru"
|
| 704 |
+
|
| 705 |
+
#: ../admin/manage-fields.php:391
|
| 706 |
+
msgid "Nepal"
|
| 707 |
+
msgstr "Nepal"
|
| 708 |
+
|
| 709 |
+
#: ../admin/manage-fields.php:392
|
| 710 |
+
msgid "Netherlands"
|
| 711 |
+
msgstr "Netherlands"
|
| 712 |
+
|
| 713 |
+
#: ../admin/manage-fields.php:393
|
| 714 |
+
msgid "New Caledonia"
|
| 715 |
+
msgstr "New Caledonia"
|
| 716 |
+
|
| 717 |
+
#: ../admin/manage-fields.php:394
|
| 718 |
+
msgid "New Zealand"
|
| 719 |
+
msgstr "New Zealand"
|
| 720 |
+
|
| 721 |
+
#: ../admin/manage-fields.php:395
|
| 722 |
+
msgid "Nicaragua"
|
| 723 |
+
msgstr "Nicaragua"
|
| 724 |
+
|
| 725 |
+
#: ../admin/manage-fields.php:396
|
| 726 |
+
msgid "Niger"
|
| 727 |
+
msgstr "Niger"
|
| 728 |
+
|
| 729 |
+
#: ../admin/manage-fields.php:397
|
| 730 |
+
msgid "Nigeria"
|
| 731 |
+
msgstr "Nigeria"
|
| 732 |
+
|
| 733 |
+
#: ../admin/manage-fields.php:398
|
| 734 |
+
msgid "Niue"
|
| 735 |
+
msgstr "Niue"
|
| 736 |
+
|
| 737 |
+
#: ../admin/manage-fields.php:399
|
| 738 |
+
msgid "Norfolk Island"
|
| 739 |
+
msgstr "Norfolk Island"
|
| 740 |
+
|
| 741 |
+
#: ../admin/manage-fields.php:400
|
| 742 |
+
msgid "North Korea"
|
| 743 |
+
msgstr "North Korea"
|
| 744 |
+
|
| 745 |
+
#: ../admin/manage-fields.php:401
|
| 746 |
+
msgid "Northern Mariana Islands"
|
| 747 |
+
msgstr "Northern Mariana Islands"
|
| 748 |
+
|
| 749 |
+
#: ../admin/manage-fields.php:402
|
| 750 |
+
msgid "Norway"
|
| 751 |
+
msgstr "Norway"
|
| 752 |
+
|
| 753 |
+
#: ../admin/manage-fields.php:403
|
| 754 |
+
msgid "Oman"
|
| 755 |
+
msgstr "Oman"
|
| 756 |
+
|
| 757 |
+
#: ../admin/manage-fields.php:404
|
| 758 |
+
msgid "Pakistan"
|
| 759 |
+
msgstr "Pakistan"
|
| 760 |
+
|
| 761 |
+
#: ../admin/manage-fields.php:405
|
| 762 |
+
msgid "Palau"
|
| 763 |
+
msgstr "Palau"
|
| 764 |
+
|
| 765 |
+
#: ../admin/manage-fields.php:406
|
| 766 |
+
msgid "Palestinian Territory"
|
| 767 |
+
msgstr "Palestinian Territory"
|
| 768 |
+
|
| 769 |
+
#: ../admin/manage-fields.php:407
|
| 770 |
+
msgid "Panama"
|
| 771 |
+
msgstr "Panama"
|
| 772 |
+
|
| 773 |
+
#: ../admin/manage-fields.php:408
|
| 774 |
+
msgid "Papua New Guinea"
|
| 775 |
+
msgstr "Papua New Guinea"
|
| 776 |
+
|
| 777 |
+
#: ../admin/manage-fields.php:409
|
| 778 |
+
msgid "Paraguay"
|
| 779 |
+
msgstr "Paraguay"
|
| 780 |
+
|
| 781 |
+
#: ../admin/manage-fields.php:410
|
| 782 |
+
msgid "Peru"
|
| 783 |
+
msgstr "Peru"
|
| 784 |
+
|
| 785 |
+
#: ../admin/manage-fields.php:411
|
| 786 |
+
msgid "Philippines"
|
| 787 |
+
msgstr "Philippines"
|
| 788 |
+
|
| 789 |
+
#: ../admin/manage-fields.php:412
|
| 790 |
+
msgid "Pitcairn"
|
| 791 |
+
msgstr "Pitcairn"
|
| 792 |
+
|
| 793 |
+
#: ../admin/manage-fields.php:413
|
| 794 |
+
msgid "Poland"
|
| 795 |
+
msgstr "Poland"
|
| 796 |
+
|
| 797 |
+
#: ../admin/manage-fields.php:414
|
| 798 |
+
msgid "Portugal"
|
| 799 |
+
msgstr "Portugal"
|
| 800 |
+
|
| 801 |
+
#: ../admin/manage-fields.php:415
|
| 802 |
+
msgid "Puerto Rico"
|
| 803 |
+
msgstr "Puerto Rico"
|
| 804 |
+
|
| 805 |
+
#: ../admin/manage-fields.php:416
|
| 806 |
+
msgid "Qatar"
|
| 807 |
+
msgstr "Qatar"
|
| 808 |
+
|
| 809 |
+
#: ../admin/manage-fields.php:417
|
| 810 |
+
msgid "Republic of the Congo"
|
| 811 |
+
msgstr "Republic of the Congo"
|
| 812 |
+
|
| 813 |
+
#: ../admin/manage-fields.php:418
|
| 814 |
+
msgid "Reunion"
|
| 815 |
+
msgstr "Reunion"
|
| 816 |
+
|
| 817 |
+
#: ../admin/manage-fields.php:419
|
| 818 |
+
msgid "Romania"
|
| 819 |
+
msgstr "Romania"
|
| 820 |
+
|
| 821 |
+
#: ../admin/manage-fields.php:420
|
| 822 |
+
msgid "Russia"
|
| 823 |
+
msgstr "Russia"
|
| 824 |
+
|
| 825 |
+
#: ../admin/manage-fields.php:421
|
| 826 |
+
msgid "Rwanda"
|
| 827 |
+
msgstr "Rwanda"
|
| 828 |
+
|
| 829 |
+
#: ../admin/manage-fields.php:422
|
| 830 |
+
msgid "Saint Barthelemy"
|
| 831 |
+
msgstr "Saint Barthelemy"
|
| 832 |
+
|
| 833 |
+
#: ../admin/manage-fields.php:423
|
| 834 |
+
msgid "Saint Helena"
|
| 835 |
+
msgstr "Saint Helena"
|
| 836 |
+
|
| 837 |
+
#: ../admin/manage-fields.php:424
|
| 838 |
+
msgid "Saint Kitts and Nevis"
|
| 839 |
+
msgstr "Saint Kitts and Nevis"
|
| 840 |
+
|
| 841 |
+
#: ../admin/manage-fields.php:425
|
| 842 |
+
msgid "Saint Lucia"
|
| 843 |
+
msgstr "Saint Lucia"
|
| 844 |
+
|
| 845 |
+
#: ../admin/manage-fields.php:426
|
| 846 |
+
msgid "Saint Martin"
|
| 847 |
+
msgstr "Saint Martin"
|
| 848 |
+
|
| 849 |
+
#: ../admin/manage-fields.php:427
|
| 850 |
+
msgid "Saint Pierre and Miquelon"
|
| 851 |
+
msgstr "Saint Pierre and Miquelon"
|
| 852 |
+
|
| 853 |
+
#: ../admin/manage-fields.php:428
|
| 854 |
+
msgid "Saint Vincent and the Grenadines"
|
| 855 |
+
msgstr "Saint Vincent and the Grenadines"
|
| 856 |
+
|
| 857 |
+
#: ../admin/manage-fields.php:429
|
| 858 |
+
msgid "Samoa"
|
| 859 |
+
msgstr "Samoa"
|
| 860 |
+
|
| 861 |
+
#: ../admin/manage-fields.php:430
|
| 862 |
+
msgid "San Marino"
|
| 863 |
+
msgstr "San Marino"
|
| 864 |
+
|
| 865 |
+
#: ../admin/manage-fields.php:431
|
| 866 |
+
msgid "Sao Tome and Principe"
|
| 867 |
+
msgstr "Sao Tome and Principe"
|
| 868 |
+
|
| 869 |
+
#: ../admin/manage-fields.php:432
|
| 870 |
+
msgid "Saudi Arabia"
|
| 871 |
+
msgstr "Saudi Arabia"
|
| 872 |
+
|
| 873 |
+
#: ../admin/manage-fields.php:433
|
| 874 |
+
msgid "Senegal"
|
| 875 |
+
msgstr "Senegal"
|
| 876 |
+
|
| 877 |
+
#: ../admin/manage-fields.php:434
|
| 878 |
+
msgid "Serbia"
|
| 879 |
+
msgstr "Serbia"
|
| 880 |
+
|
| 881 |
+
#: ../admin/manage-fields.php:435
|
| 882 |
+
msgid "Seychelles"
|
| 883 |
+
msgstr "Seychelles"
|
| 884 |
+
|
| 885 |
+
#: ../admin/manage-fields.php:436
|
| 886 |
+
msgid "Sierra Leone"
|
| 887 |
+
msgstr "Sierra Leone"
|
| 888 |
+
|
| 889 |
+
#: ../admin/manage-fields.php:437
|
| 890 |
+
msgid "Singapore"
|
| 891 |
+
msgstr "Singapore"
|
| 892 |
+
|
| 893 |
+
#: ../admin/manage-fields.php:438
|
| 894 |
+
msgid "Sint Maarten"
|
| 895 |
+
msgstr "Sint Maarten"
|
| 896 |
+
|
| 897 |
+
#: ../admin/manage-fields.php:439
|
| 898 |
+
msgid "Slovakia"
|
| 899 |
+
msgstr "Slovakia"
|
| 900 |
+
|
| 901 |
+
#: ../admin/manage-fields.php:440
|
| 902 |
+
msgid "Slovenia"
|
| 903 |
+
msgstr "Slovenia"
|
| 904 |
+
|
| 905 |
+
#: ../admin/manage-fields.php:441
|
| 906 |
+
msgid "Solomon Islands"
|
| 907 |
+
msgstr "Solomon Islands"
|
| 908 |
+
|
| 909 |
+
#: ../admin/manage-fields.php:442
|
| 910 |
+
msgid "Somalia"
|
| 911 |
+
msgstr "Somalia"
|
| 912 |
+
|
| 913 |
+
#: ../admin/manage-fields.php:443
|
| 914 |
+
msgid "South Africa"
|
| 915 |
+
msgstr "South Africa"
|
| 916 |
+
|
| 917 |
+
#: ../admin/manage-fields.php:444
|
| 918 |
+
msgid "South Georgia and the South Sandwich Islands"
|
| 919 |
+
msgstr "South Georgia and the South Sandwich Islands"
|
| 920 |
+
|
| 921 |
+
#: ../admin/manage-fields.php:445
|
| 922 |
+
msgid "South Korea"
|
| 923 |
+
msgstr "South Korea"
|
| 924 |
+
|
| 925 |
+
#: ../admin/manage-fields.php:446
|
| 926 |
+
msgid "South Sudan"
|
| 927 |
+
msgstr "South Sudan"
|
| 928 |
+
|
| 929 |
+
#: ../admin/manage-fields.php:447
|
| 930 |
+
msgid "Spain"
|
| 931 |
+
msgstr "Spain"
|
| 932 |
+
|
| 933 |
+
#: ../admin/manage-fields.php:448
|
| 934 |
+
msgid "Sri Lanka"
|
| 935 |
+
msgstr "Sri Lanka"
|
| 936 |
+
|
| 937 |
+
#: ../admin/manage-fields.php:449
|
| 938 |
+
msgid "Sudan"
|
| 939 |
+
msgstr "Sudan"
|
| 940 |
+
|
| 941 |
+
#: ../admin/manage-fields.php:450
|
| 942 |
+
msgid "Suriname"
|
| 943 |
+
msgstr "Suriname"
|
| 944 |
+
|
| 945 |
+
#: ../admin/manage-fields.php:451
|
| 946 |
+
msgid "Svalbard and Jan Mayen"
|
| 947 |
+
msgstr "Svalbard and Jan Mayen"
|
| 948 |
+
|
| 949 |
+
#: ../admin/manage-fields.php:452
|
| 950 |
+
msgid "Swaziland"
|
| 951 |
+
msgstr "Swaziland"
|
| 952 |
+
|
| 953 |
+
#: ../admin/manage-fields.php:453
|
| 954 |
+
msgid "Sweden"
|
| 955 |
+
msgstr "Sweden"
|
| 956 |
+
|
| 957 |
+
#: ../admin/manage-fields.php:454
|
| 958 |
+
msgid "Switzerland"
|
| 959 |
+
msgstr "Switzerland"
|
| 960 |
+
|
| 961 |
+
#: ../admin/manage-fields.php:455
|
| 962 |
+
msgid "Syria"
|
| 963 |
+
msgstr "Syria"
|
| 964 |
+
|
| 965 |
+
#: ../admin/manage-fields.php:456
|
| 966 |
+
msgid "Taiwan"
|
| 967 |
+
msgstr "Taiwan"
|
| 968 |
+
|
| 969 |
+
#: ../admin/manage-fields.php:457
|
| 970 |
+
msgid "Tajikistan"
|
| 971 |
+
msgstr "Tajikistan"
|
| 972 |
+
|
| 973 |
+
#: ../admin/manage-fields.php:458
|
| 974 |
+
msgid "Tanzania"
|
| 975 |
+
msgstr "Tanzania"
|
| 976 |
+
|
| 977 |
+
#: ../admin/manage-fields.php:459
|
| 978 |
+
msgid "Thailand"
|
| 979 |
+
msgstr "Thailand"
|
| 980 |
+
|
| 981 |
+
#: ../admin/manage-fields.php:460
|
| 982 |
+
msgid "Togo"
|
| 983 |
+
msgstr "Togo"
|
| 984 |
+
|
| 985 |
+
#: ../admin/manage-fields.php:461
|
| 986 |
+
msgid "Tokelau"
|
| 987 |
+
msgstr "Tokelau"
|
| 988 |
+
|
| 989 |
+
#: ../admin/manage-fields.php:462
|
| 990 |
+
msgid "Tonga"
|
| 991 |
+
msgstr "Tonga"
|
| 992 |
+
|
| 993 |
+
#: ../admin/manage-fields.php:463
|
| 994 |
+
msgid "Trinidad and Tobago"
|
| 995 |
+
msgstr "Trinidad and Tobago"
|
| 996 |
+
|
| 997 |
+
#: ../admin/manage-fields.php:464
|
| 998 |
+
msgid "Tunisia"
|
| 999 |
+
msgstr "Tunisia"
|
| 1000 |
+
|
| 1001 |
+
#: ../admin/manage-fields.php:465
|
| 1002 |
+
msgid "Turkey"
|
| 1003 |
+
msgstr "Turkey"
|
| 1004 |
+
|
| 1005 |
+
#: ../admin/manage-fields.php:466
|
| 1006 |
+
msgid "Turkmenistan"
|
| 1007 |
+
msgstr "Turkmenistan"
|
| 1008 |
+
|
| 1009 |
+
#: ../admin/manage-fields.php:467
|
| 1010 |
+
msgid "Turks and Caicos Islands"
|
| 1011 |
+
msgstr "Turks and Caicos Islands"
|
| 1012 |
+
|
| 1013 |
+
#: ../admin/manage-fields.php:468
|
| 1014 |
+
msgid "Tuvalu"
|
| 1015 |
+
msgstr "Tuvalu"
|
| 1016 |
+
|
| 1017 |
+
#: ../admin/manage-fields.php:469
|
| 1018 |
+
msgid "U.S. Virgin Islands"
|
| 1019 |
+
msgstr "U.S. Virgin Islands"
|
| 1020 |
+
|
| 1021 |
+
#: ../admin/manage-fields.php:470
|
| 1022 |
+
msgid "Uganda"
|
| 1023 |
+
msgstr "Uganda"
|
| 1024 |
+
|
| 1025 |
+
#: ../admin/manage-fields.php:471
|
| 1026 |
+
msgid "Ukraine"
|
| 1027 |
+
msgstr "Ukraine"
|
| 1028 |
+
|
| 1029 |
+
#: ../admin/manage-fields.php:472
|
| 1030 |
+
msgid "United Arab Emirates"
|
| 1031 |
+
msgstr "United Arab Emirates"
|
| 1032 |
+
|
| 1033 |
+
#: ../admin/manage-fields.php:473
|
| 1034 |
+
msgid "United Kingdom"
|
| 1035 |
+
msgstr "United Kingdom"
|
| 1036 |
+
|
| 1037 |
+
#: ../admin/manage-fields.php:474
|
| 1038 |
+
msgid "United States"
|
| 1039 |
+
msgstr "United States"
|
| 1040 |
+
|
| 1041 |
+
#: ../admin/manage-fields.php:475
|
| 1042 |
+
msgid "United States Minor Outlying Islands"
|
| 1043 |
+
msgstr "United States Minor Outlying Islands"
|
| 1044 |
+
|
| 1045 |
+
#: ../admin/manage-fields.php:476
|
| 1046 |
+
msgid "Uruguay"
|
| 1047 |
+
msgstr "Uruguay"
|
| 1048 |
+
|
| 1049 |
+
#: ../admin/manage-fields.php:477
|
| 1050 |
+
msgid "Uzbekistan"
|
| 1051 |
+
msgstr "Uzbekistan"
|
| 1052 |
+
|
| 1053 |
+
#: ../admin/manage-fields.php:478
|
| 1054 |
+
msgid "Vanuatu"
|
| 1055 |
+
msgstr "Vanuatu"
|
| 1056 |
+
|
| 1057 |
+
#: ../admin/manage-fields.php:479
|
| 1058 |
+
msgid "Vatican"
|
| 1059 |
+
msgstr "Vatican"
|
| 1060 |
+
|
| 1061 |
+
#: ../admin/manage-fields.php:480
|
| 1062 |
+
msgid "Venezuela"
|
| 1063 |
+
msgstr "Venezuela"
|
| 1064 |
+
|
| 1065 |
+
#: ../admin/manage-fields.php:481
|
| 1066 |
+
msgid "Vietnam"
|
| 1067 |
+
msgstr "Vietnam"
|
| 1068 |
+
|
| 1069 |
+
#: ../admin/manage-fields.php:482
|
| 1070 |
+
msgid "Wallis and Futuna"
|
| 1071 |
+
msgstr "Wallis and Futuna"
|
| 1072 |
+
|
| 1073 |
+
#: ../admin/manage-fields.php:483
|
| 1074 |
+
msgid "Western Sahara"
|
| 1075 |
+
msgstr "Western Sahara"
|
| 1076 |
+
|
| 1077 |
+
#: ../admin/manage-fields.php:484
|
| 1078 |
+
msgid "Yemen"
|
| 1079 |
+
msgstr "Yemen"
|
| 1080 |
+
|
| 1081 |
+
#: ../admin/manage-fields.php:485
|
| 1082 |
+
msgid "Zambia"
|
| 1083 |
+
msgstr "Zambia"
|
| 1084 |
+
|
| 1085 |
+
#: ../admin/manage-fields.php:486
|
| 1086 |
+
msgid "Zimbabwe"
|
| 1087 |
+
msgstr "Zimbabwe"
|
| 1088 |
+
|
| 1089 |
+
#: ../admin/manage-fields.php:843
|
| 1090 |
+
msgid "With Profile Builder Pro v2 you can display different fields in the registration and edit profile forms, using the Multiple Registration & Edit Profile Forms module."
|
| 1091 |
+
msgstr ""
|
| 1092 |
+
|
| 1093 |
+
#: ../assets/misc/plugin-compatibilities.php:241
|
| 1094 |
+
msgid "Your account has to be confirmed by an administrator before you can log in."
|
| 1095 |
+
msgstr ""
|
| 1096 |
+
|
| 1097 |
+
#: ../features/admin-approval/admin-approval.php:203
|
| 1098 |
+
msgid "Your account has been successfully created!"
|
| 1099 |
+
msgstr ""
|
| 1100 |
+
|
| 1101 |
+
#: ../features/functions.php:607
|
| 1102 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:374
|
| 1103 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:379
|
| 1104 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:421
|
| 1105 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:458
|
| 1106 |
+
msgid "Please enter a (valid) reCAPTCHA value"
|
| 1107 |
+
msgstr ""
|
| 1108 |
+
|
| 1109 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:421
|
| 1110 |
+
msgid "Click the BACK button on your browser, and try again."
|
| 1111 |
+
msgstr ""
|
| 1112 |
+
|
| 1113 |
+
#: ../front-end/extra-fields/upload/upload_helper_functions.php:78
|
| 1114 |
+
#: ../front-end/extra-fields/upload/upload_helper_functions.php:87
|
| 1115 |
+
msgid "Sorry, you cannot upload this file type for this field."
|
| 1116 |
+
msgstr ""
|
| 1117 |
+
|
| 1118 |
+
#: ../front-end/extra-fields/upload/upload_helper_functions.php:94
|
| 1119 |
+
msgid "An error occurred, please try again later."
|
| 1120 |
+
msgstr ""
|
| 1121 |
+
|
| 1122 |
+
#: ../modules/user-listing/userlisting.php:253
|
| 1123 |
+
msgid "More"
|
| 1124 |
+
msgstr ""
|
| 1125 |
+
|
| 1126 |
+
#: ../modules/user-listing/userlisting.php:338
|
| 1127 |
+
msgid "You do not have permission to view this user list."
|
| 1128 |
+
msgstr ""
|
| 1129 |
+
|
| 1130 |
+
#: ../modules/user-listing/userlisting.php:351
|
| 1131 |
+
msgid "You do not have the required user role to view this user list."
|
| 1132 |
+
msgstr ""
|
| 1133 |
+
|
| 1134 |
+
#: ../modules/user-listing/userlisting.php:1287
|
| 1135 |
+
msgid "Ascending"
|
| 1136 |
+
msgstr ""
|
| 1137 |
+
|
| 1138 |
+
#: ../modules/user-listing/userlisting.php:1288
|
| 1139 |
+
msgid "Descending"
|
| 1140 |
+
msgstr ""
|
| 1141 |
+
|
| 1142 |
#: ../admin/add-ons.php:144
|
| 1143 |
msgid "Download Now"
|
| 1144 |
+
msgstr "Nu downloaden"
|
| 1145 |
|
| 1146 |
+
#: ../admin/admin-functions.php:197
|
| 1147 |
msgid "If you enjoy using <strong> %1$s </strong> please <a href=\"%2$s\" target=\"_blank\">rate us on WordPress.org</a>. More happy users means more features, less bugs and better support for everyone. "
|
| 1148 |
+
msgstr "Als u <strong> %1$s </strong> graag gebruikt, wilt u ons dan <a href=\"%2$s\" target=\"_blank\">beoordelen op WordPress.org</a>. Meer tevreden gebruikers betekent meer functies, minder fouten en betere ondersteuning voor iedereen. "
|
| 1149 |
|
| 1150 |
#: ../admin/manage-fields.php:68
|
| 1151 |
msgid "Choose one of the supported field types"
|
| 1152 |
+
msgstr "Kies een van de ondersteunde veldtypes"
|
| 1153 |
|
| 1154 |
#: ../admin/manage-fields.php:70
|
| 1155 |
msgid ". Extra Field Types are available in <a href=\"%s\">Hobbyist or PRO versions</a>."
|
| 1156 |
+
msgstr ". Extra veldtypes zijn beschikbaar in <a href=\"%s\">Hobbyist of PRO versies</a>."
|
| 1157 |
|
| 1158 |
+
#: ../admin/manage-fields.php:107
|
| 1159 |
msgid "Site Key"
|
| 1160 |
+
msgstr "Website sleutel"
|
| 1161 |
|
| 1162 |
+
#: ../admin/manage-fields.php:107
|
| 1163 |
msgid "The site key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 1164 |
+
msgstr "De website sleutel van Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 1165 |
|
| 1166 |
+
#: ../admin/manage-fields.php:108
|
| 1167 |
msgid "Secret Key"
|
| 1168 |
+
msgstr "Geheime sleutel"
|
| 1169 |
|
| 1170 |
+
#: ../admin/manage-fields.php:108
|
| 1171 |
msgid "The secret key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 1172 |
+
msgstr "De geheime sleutel van Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 1173 |
|
| 1174 |
+
#: ../admin/manage-fields.php:660
|
| 1175 |
msgid "You must enter the site key\n"
|
| 1176 |
+
msgstr "U moet de website sleutel invoeren\n"
|
| 1177 |
|
| 1178 |
+
#: ../admin/manage-fields.php:662
|
| 1179 |
msgid "You must enter the secret key\n"
|
| 1180 |
+
msgstr "U moet de geheime sleutel invoeren\n"
|
| 1181 |
|
| 1182 |
#: ../admin/add-ons.php:10 ../admin/add-ons.php:32
|
| 1183 |
msgid "Add-Ons"
|
| 1221 |
|
| 1222 |
#: ../admin/add-ons.php:47
|
| 1223 |
msgid "Add-On has been deactivated."
|
| 1224 |
+
msgstr "Invoegtoepassing is gedeactiveerd."
|
| 1225 |
|
| 1226 |
#: ../admin/add-ons.php:59
|
| 1227 |
msgid "Something went wrong, we could not connect to the server. Please try again later."
|
| 1249 |
|
| 1250 |
#: ../admin/add-ons.php:171
|
| 1251 |
msgid "Not compatible with your version of Profile Builder."
|
| 1252 |
+
msgstr "Niet compatibel met uw versie van Profile Builder."
|
| 1253 |
|
| 1254 |
#: ../admin/add-ons.php:172
|
| 1255 |
msgid "Minimum required Profile Builder version:"
|
| 1259 |
msgid "Could not install add-on. Retry or <a href=\"%s\" target=\"_blank\">install manually</a>."
|
| 1260 |
msgstr "Kon invoegtoepassing niet installeren. Probeer het opnieuw of <a href=\"%s\" target=\"_blank\">installeer handmatig</a>."
|
| 1261 |
|
| 1262 |
+
#: ../front-end/default-fields/email/email.php:48
|
| 1263 |
msgid "You must enter a valid email address."
|
| 1264 |
msgstr "U moet een geldig e-mailadres invoeren."
|
| 1265 |
|
| 1266 |
+
#: ../front-end/default-fields/username/username.php:53
|
| 1267 |
+
#: ../front-end/default-fields/username/username.php:60
|
| 1268 |
msgid "This username is invalid because it uses illegal characters."
|
| 1269 |
msgstr "De gebruikersnaam in ongeldig omdat het niet toegestande tekens bevat."
|
| 1270 |
|
| 1271 |
+
#: ../front-end/default-fields/username/username.php:53
|
| 1272 |
+
#: ../front-end/default-fields/username/username.php:60
|
| 1273 |
msgid "Please enter a valid username."
|
| 1274 |
msgstr "Voer a.u.b. een geldige gebruikersnaam in."
|
| 1275 |
|
| 1276 |
+
#: ../front-end/extra-fields/user-role/user-role.php:67
|
| 1277 |
+
#: ../front-end/extra-fields/user-role/user-role.php:80
|
| 1278 |
msgid "Only administrators can see this field on edit profile forms."
|
| 1279 |
msgstr "Alleen beheerders kunnen dit veld op profielformulieren zien."
|
| 1280 |
|
| 1281 |
+
#: ../front-end/extra-fields/user-role/user-role.php:76
|
| 1282 |
msgid "As an administrator you cannot change your role."
|
| 1283 |
+
msgstr "Als een beheerder kunt u uw rol niet wijzigen."
|
| 1284 |
|
| 1285 |
#: ../modules/email-customizer/admin-email-customizer.php:117
|
| 1286 |
msgid ""
|
| 1320 |
"\n"
|
| 1321 |
"<p>Iemand heeft gevraagd het wachtwoord opnieuw in te stellen voor het volgende account: {{site_name}}<br/>\n"
|
| 1322 |
"Gebruikersnaam: {{username}}</p>\n"
|
| 1323 |
+
"<p>Als dit niet uw bedoeling was, negeer dan gewoon deze e-mail en er wordt niets gewijzigd.</p>\n"
|
| 1324 |
"<p>Om uw wachtwoord opnieuw in te stellen, klikt u op de volgende link:<br/>\n"
|
| 1325 |
"{{{reset_link}}}</p>\n"
|
| 1326 |
|
| 1330 |
|
| 1331 |
#: ../modules/email-customizer/user-email-customizer.php:229
|
| 1332 |
msgid "Password Reset Email"
|
| 1333 |
+
msgstr "Wachtwoord Opnieuw Instellen E-mail"
|
| 1334 |
|
| 1335 |
#: ../modules/email-customizer/user-email-customizer.php:235
|
| 1336 |
msgid ""
|
| 1346 |
|
| 1347 |
#: ../modules/email-customizer/user-email-customizer.php:256
|
| 1348 |
msgid "Password Reset Success Email"
|
| 1349 |
+
msgstr "Wachtwoord Opnieuw Ingesteld E-mail"
|
| 1350 |
|
| 1351 |
#: ../modules/user-listing/userlisting.php:134
|
| 1352 |
msgid "User Nicename"
|
| 1356 |
msgid "None"
|
| 1357 |
msgstr "Geen"
|
| 1358 |
|
| 1359 |
+
#: ../admin/admin-functions.php:128
|
| 1360 |
msgid "<strong>ERROR</strong>: The password must have the minimum length of %s characters"
|
| 1361 |
msgstr "<strong>FOUT</strong>: Het wachtwoord moet een minimumlengte van %s karakters hebben"
|
| 1362 |
|
| 1363 |
+
#: ../admin/admin-functions.php:145
|
| 1364 |
msgid "<strong>ERROR</strong>: The password must have a minimum strength of %s"
|
| 1365 |
msgstr "<strong>FOUT</strong>: Het wachtwoord moet een minimumsterkte van %s hebben"
|
| 1366 |
|
| 1367 |
+
#: ../admin/general-settings.php:170
|
| 1368 |
msgid "Username and Email"
|
| 1369 |
msgstr "Gebruikersnaam en e-mailadres"
|
| 1370 |
|
| 1371 |
+
#: ../admin/general-settings.php:175
|
| 1372 |
msgid "\"Username and Email\" - users can Log In with both Username and Email."
|
| 1373 |
+
msgstr "'Gebruikersnaam en e-mailadres-gebruikers kunnen inloggen met zowel Gebruikersnaam als E-mailadres."
|
| 1374 |
|
| 1375 |
+
#: ../admin/general-settings.php:176
|
| 1376 |
msgid "\"Username\" - users can Log In only with Username."
|
| 1377 |
+
msgstr "'Gebruikersnaam'-gebruikers kunnen alleen inloggen met Gebruikersnaam."
|
| 1378 |
|
| 1379 |
+
#: ../admin/general-settings.php:177
|
| 1380 |
msgid "\"Email\" - users can Log In only with Email."
|
| 1381 |
+
msgstr "'E-mail'-gebruikers kunnen alleen inloggen met E-mailadres."
|
| 1382 |
|
| 1383 |
+
#: ../admin/manage-fields.php:100
|
| 1384 |
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 (.*)"
|
| 1385 |
+
msgstr "Specificeer de extensie(s) waartoe u de uploads wilt beperken, <br/>bijvoorbeeld: .ext1,.ext2,.ext3<br/>Indien niet gespecificeerd, is de standaardinstelling: .jpg,.jpeg,.gif,.png (.*)"
|
| 1386 |
|
| 1387 |
+
#: ../admin/manage-fields.php:101
|
| 1388 |
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 (.*)"
|
| 1389 |
+
msgstr "Specificeer de extensie(s) waartoe u de uploads wilt beperken, <br/>bijvoorbeeld: .ext1,.ext2,.ext3<br/>Indien niet gespecificeerd, is de standaardinstelling de in WordPress toegestane extensies (.*)"
|
| 1390 |
|
| 1391 |
+
#: ../admin/manage-fields.php:111
|
| 1392 |
msgid "User Roles"
|
| 1393 |
msgstr "Gebruikersrollen"
|
| 1394 |
|
| 1395 |
+
#: ../admin/manage-fields.php:111
|
| 1396 |
msgid "Select which user roles to show to the user ( drag and drop to re-order )"
|
| 1397 |
msgstr "Selecteer welke gebruikersrollen getoond worden aan de gebruiker (versleep om te herordenen)"
|
| 1398 |
|
| 1399 |
+
#: ../admin/manage-fields.php:112
|
| 1400 |
msgid "User Roles Order"
|
| 1401 |
msgstr "Volgorde gebruikersrollen"
|
| 1402 |
|
| 1403 |
+
#: ../admin/manage-fields.php:112
|
| 1404 |
msgid "Save the user role order from the user roles checkboxes"
|
| 1405 |
+
msgstr "Sla de volgorde van de gebruikersrollen op o.b.v. de aanvinkvakjes voor de gebruikersrollen"
|
| 1406 |
|
| 1407 |
+
#: ../admin/manage-fields.php:752
|
| 1408 |
msgid "Please select at least one user role\n"
|
| 1409 |
msgstr "Selecteer minstens één gebruikersrol \n"
|
| 1410 |
|
| 1411 |
#: ../admin/register-version.php:22
|
| 1412 |
msgid "Profile Builder Register"
|
| 1413 |
+
msgstr "Profile Builder registreren"
|
| 1414 |
|
| 1415 |
#: ../admin/register-version.php:81
|
| 1416 |
msgid "The serial number is about to expire soon!"
|
| 1417 |
+
msgstr "Het serienummer zal binnenkort verlopen!"
|
| 1418 |
|
| 1419 |
#: ../admin/register-version.php:81
|
| 1420 |
msgid " Your serial number is about to expire, please %1$s Renew Your License%2$s."
|
| 1421 |
+
msgstr "Uw serienummer is bijna verlopen, %1$s Vernieuw uw licentie %2$s."
|
| 1422 |
|
| 1423 |
#: ../admin/register-version.php:83
|
| 1424 |
msgid " Your serial number is expired, please %1$s Renew Your License%2$s."
|
| 1425 |
+
msgstr "Uw serienummer is verlopen, %1$s Vernieuw uw licentie %2$s."
|
| 1426 |
|
| 1427 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:337
|
| 1428 |
msgid "Add Entry"
|
| 1429 |
+
msgstr "Voeg toe"
|
| 1430 |
|
| 1431 |
#: ../features/email-confirmation/class-email-confirmation.php:91
|
| 1432 |
msgid "show"
|
| 1433 |
msgstr "tonen"
|
| 1434 |
|
| 1435 |
+
#: ../features/functions.php:659
|
| 1436 |
msgid "To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sNetwork Settings%2$s, and under Registration Settings make sure to check “User accounts may be registered”. %3$sDismiss%4$s"
|
| 1437 |
+
msgstr "Om gebruikers toe te staan zich m.b.v. Profile Builder te registreren voor uw website, moet u eerst gebruikersregistratie inschakelen. Ga naar %1$sInstellingen%2$s > Algemeen en vink achter 'Lidmaatschap' aan 'Iedereen kan registreren'. %3$sSluiten%4$s"
|
| 1438 |
|
| 1439 |
+
#: ../front-end/class-formbuilder.php:509
|
| 1440 |
msgid "User to edit:"
|
| 1441 |
msgstr "Te bewerken gebruiker:"
|
| 1442 |
|
| 1443 |
+
#: ../front-end/default-fields/password/password.php:46
|
| 1444 |
+
#: ../front-end/recover.php:245
|
| 1445 |
msgid "The password must have the minimum length of %s characters"
|
| 1446 |
msgstr "Het wachtwoord moet een minimumlengte hebben van %s karakters"
|
| 1447 |
|
| 1448 |
+
#: ../front-end/default-fields/password/password.php:50
|
| 1449 |
+
#: ../front-end/recover.php:249
|
| 1450 |
msgid "The password must have a minimum strength of %s"
|
| 1451 |
msgstr "Het wachtwoord moet een minimumsterkte hebben van %s"
|
| 1452 |
|
| 1453 |
+
#: ../front-end/extra-fields/user-role/user-role.php:112
|
| 1454 |
msgid "You cannot register this user role"
|
| 1455 |
msgstr "U kunt deze gebruikersrol niet registreren"
|
| 1456 |
|
| 1474 |
msgid "User Role"
|
| 1475 |
msgstr "Gebruikersrol"
|
| 1476 |
|
| 1477 |
+
#: ../modules/user-listing/userlisting.php:1207
|
| 1478 |
msgid "View all extra shortcode parameters"
|
| 1479 |
msgstr "Bekijk alle extra shortcode-parameters"
|
| 1480 |
|
| 1481 |
+
#: ../modules/user-listing/userlisting.php:1221
|
| 1482 |
msgid "displays only the users that you specified the user_id for"
|
| 1483 |
+
msgstr "geeft alleen de gebruikers weer waarvoor u het user_id hebt gespecificeerd"
|
| 1484 |
|
| 1485 |
+
#: ../modules/user-listing/userlisting.php:1227
|
| 1486 |
msgid "displays all users except the ones you specified the user_id for"
|
| 1487 |
+
msgstr "geeft alle gebruikers weer, behalve degenen waarvoor u het user_id hebt gespecificeerd"
|
| 1488 |
|
| 1489 |
+
#: ../features/functions.php:526
|
| 1490 |
msgid "Minimum length of %d characters"
|
| 1491 |
+
msgstr "Minimum lengte %d tekens"
|
| 1492 |
|
| 1493 |
#: ../front-end/class-formbuilder.php:99 ../front-end/class-formbuilder.php:102
|
| 1494 |
msgid "This message is only visible by administrators"
|
| 1495 |
msgstr "Dit bericht is alleen zichtbaar voor beheerders"
|
| 1496 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1497 |
#: ../modules/user-listing/userlisting.php:364
|
| 1498 |
msgid "User not found"
|
| 1499 |
msgstr "Gebruiker niet gevonden"
|
| 1505 |
|
| 1506 |
#: ../admin/admin-bar.php:48
|
| 1507 |
msgid "Choose which user roles view the admin bar in the front-end of the website."
|
| 1508 |
+
msgstr "Kies welke gebruikersrollen de beheerdersbalk in de front-end van de website te zien krijgen."
|
| 1509 |
|
| 1510 |
+
#: ../admin/manage-fields.php:105
|
| 1511 |
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"
|
| 1512 |
+
msgstr "Voer een kommagescheiden lijst van waardes in<br/>Dit kan van alles zijn, omdat het verborgen is voor de gebruiker, maar mag geen speciale karakters of apostrofs bevatten"
|
| 1513 |
|
| 1514 |
+
#: ../admin/manage-fields.php:689
|
| 1515 |
msgid "The meta-name cannot be empty\n"
|
| 1516 |
msgstr "De meta-naam mag niet leeg zijn\n"
|
| 1517 |
|
| 1518 |
#: ../admin/register-version.php:69
|
| 1519 |
msgid "Now that you acquired a copy of %s, you should take the time and register it with the serial number you received"
|
| 1520 |
+
msgstr "Nu u een exemplaar hebt van %s, moet u de tijd nemen om het te registreren met het serienummer dat u ontvangen hebt"
|
| 1521 |
|
| 1522 |
#: ../admin/register-version.php:243
|
| 1523 |
msgid "<p>Your <strong>Profile Builder</strong> serial number is invalid or missing. <br/>Please %1$sregister your copy%2$s to receive access to automatic updates and support. Need a license key? %3$sPurchase one now%4$s</p>"
|
| 1524 |
+
msgstr "<p>Uw <strong>Profile Builder</strong> serienummer is ongeldig of ontbreekt. <br/> %1$sRegistreer uw exemplaar%2$s om toegang te krijgen tot automatische updates en ondersteuning. Licentiesleutel nodig? %3$sKoop er nu een%4$s</p>"
|
| 1525 |
|
| 1526 |
#: ../admin/register-version.php:246
|
| 1527 |
msgid "<p>Your <strong>Profile Builder</strong> license has expired. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now and get 50% off %4$s %5$sDismiss%6$s</p>"
|
| 1528 |
+
msgstr "<p>Uw <strong>Profile Builder</strong> licentie is verlopen. <br/>%1$sVernieuw uw Licentie%2$s om productdownloads, automatische updates en ondersteuning te blijven ontvangen. %3$sVernieuw nu en krijg 50% %4$s korting. %5$sSluiten%6$s</p>"
|
| 1529 |
|
| 1530 |
#: ../admin/register-version.php:251
|
| 1531 |
msgid "<p>Your <strong>Profile Builder</strong> license is about to expire on %5$s. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now and get 50% off %4$s %6$sDismiss%7$s</p>"
|
| 1532 |
+
msgstr "<p>Uw <strong>Profile Builder</strong> licentie verloopt op %5$s. <br/>%1$sVernieuw uw Licentie%2$s om productdownloads, automatische updates en ondersteuning te blijven ontvangen. %3$sVernieuw nu en krijg 50% korting %4$s %6$sSluiten%7$s</p>"
|
| 1533 |
|
| 1534 |
#: ../assets/lib/wck-api/fields/country select.php:14
|
| 1535 |
#: ../assets/lib/wck-api/fields/cpt select.php:17
|
| 1536 |
#: ../assets/lib/wck-api/fields/select.php:14 ../assets/lib/wck-api/fields/user
|
| 1537 |
#: select.php:15
|
| 1538 |
msgid "...Choose"
|
| 1539 |
+
msgstr "...Kies"
|
| 1540 |
|
| 1541 |
#: ../features/class-list-table.php:526 ../features/class-list-table.php:941
|
| 1542 |
msgid "1 item"
|
| 1543 |
msgstr "1 item"
|
| 1544 |
|
| 1545 |
+
#: ../features/functions.php:512
|
| 1546 |
msgid "Very Weak"
|
| 1547 |
msgstr "Erg zwak"
|
| 1548 |
|
| 1549 |
+
#: ../features/functions.php:600
|
| 1550 |
msgid "This field is required"
|
| 1551 |
msgstr "Dit veld is verplicht"
|
| 1552 |
|
| 1553 |
+
#: ../features/functions.php:627
|
| 1554 |
msgid "Cancel"
|
| 1555 |
msgstr "Annuleren"
|
| 1556 |
|
| 1557 |
+
#: ../features/functions.php:663
|
| 1558 |
msgid "To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sSettings -> General%2$s tab, and under Membership make sure to check “Anyone can register”. %3$sDismiss%4$s"
|
| 1559 |
+
msgstr "Om gebruikers toe te staan zich m.b.v. Profile Builder voor uw website te registreren, moet u eerst gebruikersregistratie inschakelen. Ga naar de %1$sInstellingen > Tabblad Algemeen%2$s en zorg ervoor dat u onder Lidmaatschap 'Iedereen kan registreren' aangevinkt hebt. %3$sSluiten%4$s"
|
| 1560 |
|
| 1561 |
#: ../front-end/login.php:96
|
| 1562 |
msgid "Invalid username."
|
| 1563 |
+
msgstr "Ongeldige gebruikersnaam."
|
| 1564 |
|
| 1565 |
#: ../front-end/login.php:101 ../front-end/login.php:105
|
| 1566 |
msgid "username"
|
| 1572 |
|
| 1573 |
#: ../front-end/login.php:208
|
| 1574 |
msgid "Lost your password?"
|
| 1575 |
+
msgstr "Uw wachtwoord vergeten?"
|
| 1576 |
|
| 1577 |
#: ../index.php:34
|
| 1578 |
msgid " is also activated. You need to deactivate it before activating this version of the plugin."
|
| 1583 |
msgid "Must be a valid email address or the tag {{reply_to}} which defaults to the administrator email"
|
| 1584 |
msgstr "Moet een geldig e-mailadres zijn of de tag {{reply_to}} die standaard het e-mailadres van de beheerder geeft"
|
| 1585 |
|
| 1586 |
+
#: ../features/email-confirmation/email-confirmation.php:554
|
| 1587 |
+
#: ../features/email-confirmation/email-confirmation.php:557
|
| 1588 |
+
#: ../modules/email-customizer/email-customizer.php:413
|
| 1589 |
+
#: ../modules/email-customizer/email-customizer.php:420
|
| 1590 |
+
#: ../modules/email-customizer/email-customizer.php:434
|
| 1591 |
msgid "Your selected password at signup"
|
| 1592 |
+
msgstr "Het door u geselecteerde wachtwoord tijdens registratie"
|
| 1593 |
|
| 1594 |
#: ../modules/email-customizer/user-email-customizer.php:38
|
| 1595 |
msgid "These settings are also replicated in the \"Admin Email Customizer\" settings-page upon save."
|
| 1596 |
+
msgstr "Deze instellingen worden na het opslaan ook overgenomen in de 'Beheerders e-mail aanpassen' instellingenpagina."
|
| 1597 |
|
| 1598 |
#: ../modules/multiple-forms/edit-profile-forms.php:270
|
| 1599 |
msgid "This form is empty."
|
| 1601 |
|
| 1602 |
#: ../modules/multiple-forms/multiple-forms.php:416
|
| 1603 |
msgid "Delete all items"
|
| 1604 |
+
msgstr "Alle items verwijderen"
|
| 1605 |
|
| 1606 |
#: ../modules/multiple-forms/multiple-forms.php:416
|
| 1607 |
msgid "Delete all"
|
| 1609 |
|
| 1610 |
#: ../modules/multiple-forms/register-forms.php:226
|
| 1611 |
msgid "Choose..."
|
| 1612 |
+
msgstr "Kies..."
|
| 1613 |
|
| 1614 |
+
#: ../modules/user-listing/userlisting.php:1298
|
| 1615 |
msgid "Set the number of users to be displayed on every paginated part of the all-userlisting"
|
| 1616 |
+
msgstr "Stel het aantal gebruikers in dat getoond moet worden per pagina van de gebruikerslijst"
|
| 1617 |
|
| 1618 |
#: ../admin/admin-bar.php:10
|
| 1619 |
msgid "Show/Hide the Admin Bar on the Front-End"
|
| 1620 |
+
msgstr "Toon/verberg de beheerdersbalk in de front-end"
|
| 1621 |
|
| 1622 |
#: ../admin/admin-bar.php:10 ../admin/admin-bar.php:47
|
| 1623 |
msgid "Admin Bar Settings"
|
| 1643 |
msgid "Hide"
|
| 1644 |
msgstr "Verbergen"
|
| 1645 |
|
| 1646 |
+
#: ../admin/admin-bar.php:86 ../admin/general-settings.php:215
|
| 1647 |
+
#: ../admin/register-version.php:95 ../features/functions.php:620
|
| 1648 |
#: ../modules/custom-redirects/custom-redirects.php:136
|
| 1649 |
#: ../modules/modules.php:142
|
| 1650 |
msgid "Save Changes"
|
| 1652 |
|
| 1653 |
#: ../admin/admin-functions.php:34
|
| 1654 |
msgid "Login is set to be done using the E-mail. This field will NOT appear in the front-end! ( you can change these settings under the \"%s\" tab )"
|
| 1655 |
+
msgstr "U moet inloggen met het e-mailadres. Dit veld is NIET zichtbaar op de front-end! (u kunt deze instellingen wijzigen op het tabblad \"%s\")"
|
| 1656 |
|
| 1657 |
#: ../admin/admin-functions.php:34 ../admin/general-settings.php:10
|
| 1658 |
#: ../admin/general-settings.php:38
|
| 1659 |
msgid "General Settings"
|
| 1660 |
msgstr "Algemene Instellingen"
|
| 1661 |
|
| 1662 |
+
#: ../admin/admin-functions.php:134 ../admin/general-settings.php:201
|
| 1663 |
msgid "Very weak"
|
| 1664 |
msgstr "Zeer zwak"
|
| 1665 |
|
| 1666 |
+
#: ../admin/admin-functions.php:134 ../admin/general-settings.php:202
|
| 1667 |
+
#: ../features/functions.php:512
|
| 1668 |
msgid "Weak"
|
| 1669 |
msgstr "Zwak"
|
| 1670 |
|
| 1671 |
+
#: ../admin/admin-functions.php:134 ../admin/general-settings.php:203
|
| 1672 |
+
#: ../features/functions.php:512
|
| 1673 |
msgid "Medium"
|
| 1674 |
msgstr "Gemiddeld"
|
| 1675 |
|
| 1676 |
+
#: ../admin/admin-functions.php:134 ../admin/general-settings.php:204
|
| 1677 |
+
#: ../features/functions.php:512
|
| 1678 |
msgid "Strong"
|
| 1679 |
msgstr "Sterk"
|
| 1680 |
|
| 1681 |
+
#: ../admin/admin-functions.php:184
|
| 1682 |
msgid "Add Field"
|
| 1683 |
msgstr "Veld toevoegen"
|
| 1684 |
|
| 1685 |
+
#: ../admin/admin-functions.php:186
|
| 1686 |
#: ../modules/class-mustache-templates/class-mustache-templates.php:374
|
| 1687 |
msgid "Save Settings"
|
| 1688 |
+
msgstr "Instellingen opslaan"
|
| 1689 |
|
| 1690 |
#: ../admin/basic-info.php:10
|
| 1691 |
msgid "Basic Information"
|
| 1711 |
msgid "Login"
|
| 1712 |
msgstr "Inloggen"
|
| 1713 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1714 |
#: ../admin/basic-info.php:40
|
| 1715 |
msgid "Registration"
|
| 1716 |
msgstr "Registratie"
|
| 1717 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1718 |
#: ../admin/basic-info.php:44
|
| 1719 |
msgid "Edit Profile"
|
| 1720 |
msgstr "Profiel bewerken"
|
| 1721 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1722 |
#: ../admin/basic-info.php:51
|
| 1723 |
msgid "Extra Features"
|
| 1724 |
msgstr "Extra functies"
|
| 1725 |
|
| 1726 |
#: ../admin/basic-info.php:52
|
| 1727 |
msgid "Features that give you more control over your users, increased security and help you fight user registration spam."
|
| 1728 |
+
msgstr "Functies die u meer controle geven over uw gebruikers, de veiligheid verhogen en u helpen tegen spam tijdens gebruikersregistratie."
|
| 1729 |
|
| 1730 |
#: ../admin/basic-info.php:53
|
| 1731 |
msgid "Enable extra features"
|
| 1735 |
msgid "Recover Password"
|
| 1736 |
msgstr "Wachtwoord herstellen"
|
| 1737 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1738 |
#: ../admin/basic-info.php:61
|
| 1739 |
msgid "Admin Approval (*)"
|
| 1740 |
msgstr "Goedkeuring beheerder (*)"
|
| 1741 |
|
| 1742 |
#: ../admin/basic-info.php:62
|
| 1743 |
msgid "You decide who is a user on your website. Get notified via email or approve multiple users at once from the WordPress UI."
|
| 1744 |
+
msgstr "U bepaalt wie er gebruiker is op uw website. Ontvang meldingen via e-mail of keur meerdere gebruikers in één keer goed vanaf de WordPress-UI."
|
| 1745 |
|
| 1746 |
#: ../admin/basic-info.php:65
|
| 1747 |
msgid "Email Confirmation"
|
| 1749 |
|
| 1750 |
#: ../admin/basic-info.php:66
|
| 1751 |
msgid "Make sure users sign up with genuine emails. On registration users will receive a notification to confirm their email address."
|
| 1752 |
+
msgstr "Wees er zeker van dat gebruikers zich met echte e-mailadressen aanmelden. Tijdens registratie zullen gebruikers een bericht ontvangen om hun e-mailadres te bevestigen."
|
| 1753 |
|
| 1754 |
#: ../admin/basic-info.php:69
|
| 1755 |
msgid "Minimum Password Length and Strength Meter"
|
| 1756 |
+
msgstr "Minimum wachtwoordlengte- en sterktemeter"
|
| 1757 |
|
| 1758 |
#: ../admin/basic-info.php:70
|
| 1759 |
msgid "Eliminate weak passwords altogether by setting a minimum password length and enforcing a certain password strength."
|
| 1760 |
+
msgstr "Elimineer zwakke wachtwoorden meteen door een minimum wachtwoordlengte in te stellen en een bepaalde wachtwoordsterkte af te dwingen."
|
| 1761 |
|
| 1762 |
#: ../admin/basic-info.php:73
|
| 1763 |
msgid "Login with Email or Username"
|
| 1765 |
|
| 1766 |
#: ../admin/basic-info.php:74
|
| 1767 |
msgid "Allow users to log in with their email or username when accessing your site."
|
| 1768 |
+
msgstr "Sta gebruikers toe in te loggen met e-mailadres of gebruikersnaam als ze uw website bezoeken."
|
| 1769 |
|
| 1770 |
#: ../admin/basic-info.php:87
|
| 1771 |
msgid "Customize Your Forms The Way You Want (*)"
|
| 1773 |
|
| 1774 |
#: ../admin/basic-info.php:88
|
| 1775 |
msgid "With Extra Profile Fields you can create the exact registration form your project needs."
|
| 1776 |
+
msgstr "Met extra profielvelden kunt u het registratieformulier creëren dat precies voldoet aan de behoefte van uw project."
|
| 1777 |
|
| 1778 |
#: ../admin/basic-info.php:90
|
| 1779 |
msgid "Extra Profile Fields are available in Hobbyist or PRO versions"
|
| 1780 |
+
msgstr "Extra profielvelden zijn beschikbaar in Hobbyist- of Pro-versies"
|
| 1781 |
|
| 1782 |
#: ../admin/basic-info.php:92
|
| 1783 |
msgid "Get started with extra fields"
|
| 1785 |
|
| 1786 |
#: ../admin/basic-info.php:95
|
| 1787 |
msgid "Avatar Upload"
|
| 1788 |
+
msgstr "Avatar upload"
|
| 1789 |
|
| 1790 |
#: ../admin/basic-info.php:96
|
| 1791 |
msgid "Generic Uploads"
|
| 1837 |
|
| 1838 |
#: ../admin/basic-info.php:116
|
| 1839 |
msgid "Everything you will need to manage your users is probably already available using the Pro Modules."
|
| 1840 |
+
msgstr "Alles wat u nodig hebt om uw gebruikers te beheren is waarschijnlijk al beschikbaar bij gebruik van de Pro-modules."
|
| 1841 |
|
| 1842 |
#: ../admin/basic-info.php:118
|
| 1843 |
msgid "Enable your modules"
|
| 1844 |
+
msgstr "Uw modules inschakelen"
|
| 1845 |
|
| 1846 |
#: ../admin/basic-info.php:121
|
| 1847 |
msgid "Find out more about PRO Modules"
|
| 1848 |
+
msgstr "Leer meer over de Pro-modules"
|
| 1849 |
|
| 1850 |
#: ../admin/basic-info.php:126 ../modules/modules.php:111
|
| 1851 |
#: ../modules/user-listing/userlisting.php:11
|
| 1853 |
#: ../modules/user-listing/userlisting.php:17
|
| 1854 |
#: ../modules/user-listing/userlisting.php:23
|
| 1855 |
msgid "User Listing"
|
| 1856 |
+
msgstr "Gebruikerslijsten"
|
| 1857 |
|
| 1858 |
#: ../admin/basic-info.php:128
|
| 1859 |
msgid "Easy to edit templates for listing your website users as well as creating single user pages. Shortcode based, offering many options to customize your listings."
|
| 1860 |
+
msgstr "Eenvoudig te bewerken sjablonen voor gebruikerslijsten en gebruikerspagina's. Op shortcode gebaseerd en met vele opties om de overzichten aan te passen."
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1861 |
|
| 1862 |
#: ../admin/basic-info.php:134
|
| 1863 |
msgid "Email Customizer"
|
| 1865 |
|
| 1866 |
#: ../admin/basic-info.php:135
|
| 1867 |
msgid "Personalize all emails sent to your users or admins. On registration, email confirmation, admin approval / un-approval."
|
| 1868 |
+
msgstr "Personaliseer alle e-mail die naar de gebruikers of beheerders wordt gestuurd. Na registratie, e-mailbevestiging, goedkeuring/afkeuring."
|
| 1869 |
|
| 1870 |
#: ../admin/basic-info.php:138
|
| 1871 |
#: ../modules/custom-redirects/custom-redirects.php:29
|
| 1875 |
|
| 1876 |
#: ../admin/basic-info.php:139
|
| 1877 |
msgid "Keep your users out of the WordPress dashboard, redirect them to the front-page after login or registration, everything is just a few clicks away."
|
| 1878 |
+
msgstr "Houd uw gebruikers weg van het WordPress-dashboard, stuur hen door naar de startpagina na inloggen of registratie, alles vereist maar een paar muisklikken."
|
| 1879 |
|
| 1880 |
#: ../admin/basic-info.php:144 ../modules/modules.php:97
|
| 1881 |
msgid "Multiple Registration Forms"
|
| 1883 |
|
| 1884 |
#: ../admin/basic-info.php:145
|
| 1885 |
msgid "Set up multiple registration forms with different fields for certain user roles. Capture different information from different types of users."
|
| 1886 |
+
msgstr "Maak meerdere registratieformulieren met verschillende velden voor bepaalde gebruikersrollen. Gebruik verschillende informatie voor verschillende gebruikerstypen."
|
| 1887 |
|
| 1888 |
#: ../admin/basic-info.php:148 ../modules/modules.php:104
|
| 1889 |
msgid "Multiple Edit-profile Forms"
|
| 1903 |
|
| 1904 |
#: ../admin/general-settings.php:42
|
| 1905 |
msgid "Load Profile Builder's own CSS file in the front-end:"
|
| 1906 |
+
msgstr "Laad het eigen CSS-bestand van Profile Builder in de front-end:"
|
| 1907 |
|
| 1908 |
#: ../admin/general-settings.php:45 ../admin/general-settings.php:60
|
| 1909 |
#: ../admin/general-settings.php:114
|
| 1910 |
#: ../modules/multiple-forms/register-forms.php:225
|
| 1911 |
#: ../modules/multiple-forms/register-forms.php:226
|
| 1912 |
+
#: ../modules/user-listing/userlisting.php:1303
|
| 1913 |
msgid "Yes"
|
| 1914 |
msgstr "Ja"
|
| 1915 |
|
| 1929 |
|
| 1930 |
#: ../admin/general-settings.php:64
|
| 1931 |
msgid "On single-site installations this works with front-end forms only. Recommended to redirect WP default registration to a Profile Builder one using \"Custom Redirects\" addon."
|
| 1932 |
+
msgstr "Op enkele-site-installaties werkt dit alleen met front-end-formulieren. Het is aan te raden de standaard WP-registratie door te verwijzen naar die van Profile Builder, d.m.v. de 'Aangepaste doorverwijzingen' invoegtoepassing."
|
| 1933 |
|
| 1934 |
#: ../admin/general-settings.php:65
|
| 1935 |
msgid "The \"Email Confirmation\" feature is active (by default) on WPMU installations."
|
| 1937 |
|
| 1938 |
#: ../admin/general-settings.php:67
|
| 1939 |
msgid "You can find a list of unconfirmed email addresses %1$sUsers > All Users > Email Confirmation%2$s."
|
| 1940 |
+
msgstr "U kunt een lijst met niet bevestigde e-mailadressen vinden in %1$sGebruikers > Alle Gebruikers > E-mailbevestiging%2$s."
|
| 1941 |
|
| 1942 |
#: ../admin/general-settings.php:79
|
| 1943 |
msgid "\"Email Confirmation\" Landing Page:"
|
| 1957 |
|
| 1958 |
#: ../admin/general-settings.php:118
|
| 1959 |
msgid "You can find a list of users at %1$sUsers > All Users > Admin Approval%2$s."
|
| 1960 |
+
msgstr "U kunt een gebruikerslijst vinden bij %1$sGebruikers > Alle Gebruikers > Goedkeuring beheerder%2$s."
|
| 1961 |
|
| 1962 |
+
#: ../admin/general-settings.php:156
|
| 1963 |
msgid "\"Admin Approval\" Feature:"
|
| 1964 |
msgstr "Functie 'Goedkeuring beheerder':"
|
| 1965 |
|
| 1966 |
+
#: ../admin/general-settings.php:159
|
| 1967 |
msgid "You decide who is a user on your website. Get notified via email or approve multiple users at once from the WordPress UI. Enable Admin Approval by upgrading to %1$sHobbyist or PRO versions%2$s."
|
| 1968 |
+
msgstr "U bepaalt wie gebruikers is op uw website. Ontvang een melding via e-mail of keur meerdere gebruikers in één keer goed via de WordPress UI. Zet 'Goedkeuring beheerder' aan door te upgraden naar de %1$sHobbyist- of Pro-versie%2$s."
|
| 1969 |
|
| 1970 |
+
#: ../admin/general-settings.php:166
|
| 1971 |
msgid "Allow Users to Log in With:"
|
| 1972 |
msgstr "Sta gebruikers toe in te loggen met:"
|
| 1973 |
|
| 1974 |
+
#: ../admin/general-settings.php:171 ../admin/manage-fields.php:159
|
| 1975 |
#: ../features/admin-approval/class-admin-approval.php:177
|
| 1976 |
#: ../features/email-confirmation/class-email-confirmation.php:167
|
| 1977 |
#: ../modules/email-customizer/email-customizer.php:28
|
| 1978 |
#: ../modules/user-listing/userlisting.php:92
|
| 1979 |
+
#: ../modules/user-listing/userlisting.php:248
|
| 1980 |
+
#: ../modules/user-listing/userlisting.php:611
|
| 1981 |
+
#: ../modules/user-listing/userlisting.php:1259
|
| 1982 |
msgid "Username"
|
| 1983 |
msgstr "Gebruikersnaam"
|
| 1984 |
|
| 1985 |
+
#: ../admin/general-settings.php:172 ../front-end/login.php:170
|
| 1986 |
#: ../modules/email-customizer/email-customizer.php:29
|
| 1987 |
+
#: ../modules/user-listing/userlisting.php:617
|
| 1988 |
+
#: ../modules/user-listing/userlisting.php:1260
|
| 1989 |
msgid "Email"
|
| 1990 |
msgstr "E-mailadres"
|
| 1991 |
|
| 1992 |
+
#: ../admin/general-settings.php:184
|
| 1993 |
msgid "Minimum Password Length:"
|
| 1994 |
msgstr "Minimumwachtwoordlengte:"
|
| 1995 |
|
| 1996 |
+
#: ../admin/general-settings.php:189
|
| 1997 |
msgid "Enter the minimum characters the password should have. Leave empty for no minimum limit"
|
| 1998 |
msgstr "Voer het minimumaantal karakters in die het wachtwoord moe hebben. Laat leeg voor geen minimumlimiet."
|
| 1999 |
|
| 2000 |
+
#: ../admin/general-settings.php:196
|
| 2001 |
msgid "Minimum Password Strength:"
|
| 2002 |
msgstr "Minimumwachtwoordsterkte:"
|
| 2003 |
|
| 2004 |
+
#: ../admin/general-settings.php:200
|
| 2005 |
msgid "Disabled"
|
| 2006 |
msgstr "Uitgeschakeld"
|
| 2007 |
|
| 2013 |
msgid "Manage Default and Extra Fields"
|
| 2014 |
msgstr "Standaard- en extra velden beheren"
|
| 2015 |
|
| 2016 |
+
#: ../admin/manage-fields.php:94
|
| 2017 |
msgid "Field Title"
|
| 2018 |
msgstr "Veldtitel"
|
| 2019 |
|
| 2020 |
+
#: ../admin/manage-fields.php:94
|
| 2021 |
msgid "Title of the field"
|
| 2022 |
msgstr "Titel van het veld"
|
| 2023 |
|
| 2024 |
+
#: ../admin/manage-fields.php:95
|
| 2025 |
#: ../modules/multiple-forms/edit-profile-forms.php:241
|
| 2026 |
#: ../modules/multiple-forms/register-forms.php:262
|
| 2027 |
msgid "Field"
|
| 2028 |
msgstr "Veld"
|
| 2029 |
|
| 2030 |
+
#: ../admin/manage-fields.php:96
|
| 2031 |
msgid "Meta-name"
|
| 2032 |
msgstr "Meta-naam"
|
| 2033 |
|
| 2034 |
+
#: ../admin/manage-fields.php:96
|
| 2035 |
msgid "Use this in conjuction 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 uniqe)<br/>Changing this might take long in case of a very big user-count"
|
| 2036 |
+
msgstr "Gebruik dit in combinatie met de WordPress-functies om de waarde te tonen op de door u gewenste pagina<br/>Automatisch aangevuld maar in sommige gevallen te bewerken (in dat geval moet het uniek zijn)<br/>Wijzigingen kunnen lang duren als er erg veel gebruikers zijn"
|
| 2037 |
|
| 2038 |
+
#: ../admin/manage-fields.php:97
|
| 2039 |
#: ../modules/multiple-forms/edit-profile-forms.php:242
|
| 2040 |
#: ../modules/multiple-forms/register-forms.php:263
|
| 2041 |
msgid "ID"
|
| 2042 |
msgstr "ID"
|
| 2043 |
|
| 2044 |
+
#: ../admin/manage-fields.php:97
|
| 2045 |
#: ../modules/multiple-forms/edit-profile-forms.php:242
|
| 2046 |
#: ../modules/multiple-forms/register-forms.php:263
|
| 2047 |
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"
|
| 2048 |
msgstr "Een uniek, automatisch aangemaakt ID voor dit bepaalde veld<br/>U kunt dit gebruiken in combinatie met filters om dit element indien nodig aan te pakken<br/>Kan niet bewerkt worden"
|
| 2049 |
|
| 2050 |
+
#: ../admin/manage-fields.php:98
|
| 2051 |
msgid "Description"
|
| 2052 |
msgstr "Beschrijving"
|
| 2053 |
|
| 2054 |
+
#: ../admin/manage-fields.php:98
|
| 2055 |
msgid "Enter a (detailed) description of the option for end users to read<br/>Optional"
|
| 2056 |
msgstr "Voer een (gedetailleerde) beschrijving in van de optie, zodat gebruikers die kunnen lezen<br/>Optioneel"
|
| 2057 |
|
| 2058 |
+
#: ../admin/manage-fields.php:99
|
| 2059 |
msgid "Row Count"
|
| 2060 |
msgstr "Rij-telling"
|
| 2061 |
|
| 2062 |
+
#: ../admin/manage-fields.php:99
|
| 2063 |
msgid "Specify the number of rows for a 'Textarea' field<br/>If not specified, defaults to 5"
|
| 2064 |
msgstr "Specificeer het aantal rijen voor een 'Tekstgebied'-veld<br/>Is standaard 5, indien niet gespecificeerd."
|
| 2065 |
|
| 2066 |
+
#: ../admin/manage-fields.php:100
|
| 2067 |
msgid "Allowed Image Extensions"
|
| 2068 |
msgstr "Toegestane afbeeldingsextensies"
|
| 2069 |
|
| 2070 |
+
#: ../admin/manage-fields.php:101
|
| 2071 |
msgid "Allowed Upload Extensions"
|
| 2072 |
msgstr "Toegestane uploadextensies"
|
| 2073 |
|
| 2074 |
+
#: ../admin/manage-fields.php:102
|
| 2075 |
msgid "Avatar Size"
|
| 2076 |
msgstr "Avatargrootte"
|
| 2077 |
|
| 2078 |
+
#: ../admin/manage-fields.php:102
|
| 2079 |
msgid "Enter a value (between 20 and 200) for the size of the 'Avatar'<br/>If not specified, defaults to 100"
|
| 2080 |
msgstr "Voer een waarde in (tussen 20 en 200) voor de grootte van de 'Avatar'<br/>Is standaard 100, indien niet gespecificeerd."
|
| 2081 |
|
| 2082 |
+
#: ../admin/manage-fields.php:103
|
| 2083 |
msgid "Date-format"
|
| 2084 |
msgstr "Datum-formaat"
|
| 2085 |
|
| 2086 |
+
#: ../admin/manage-fields.php:103
|
| 2087 |
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<br/>If not specified, defaults to mm/dd/yy"
|
| 2088 |
msgstr "Specificeer het datumformaat als u de datumkiezer gebruikt<br/>Geldige opties: mm/dd/yy, mm/yy/dd, dd/yy/mm, dd/mm/yy, yy/dd/mm, yy/mm/dd<br/>Is standaard mm/dd/yy, indien niet gespecificeerd."
|
| 2089 |
|
| 2090 |
+
#: ../admin/manage-fields.php:104
|
| 2091 |
msgid "Terms of Agreement"
|
| 2092 |
msgstr "Algemene voorwaarden"
|
| 2093 |
|
| 2094 |
+
#: ../admin/manage-fields.php:104
|
| 2095 |
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>"
|
| 2096 |
msgstr "Voer een (gedetailleerde) beschrijving in van de algemene voorwaarden, die gebruikers kunnen lezen.<br/>Links kunnen ingevoerd worden mbv standaard HTML-syntax: <a href=\"custom_url\">custom_text</a>"
|
| 2097 |
|
| 2098 |
+
#: ../admin/manage-fields.php:105
|
| 2099 |
msgid "Options"
|
| 2100 |
msgstr "Opties"
|
| 2101 |
|
| 2102 |
+
#: ../admin/manage-fields.php:106
|
| 2103 |
msgid "Labels"
|
| 2104 |
msgstr "Labels"
|
| 2105 |
|
| 2106 |
+
#: ../admin/manage-fields.php:106
|
| 2107 |
msgid "Enter a comma separated list of labels<br/>Visible for the user"
|
| 2108 |
msgstr "Voer een kommagescheiden lijst van labels in<br/>Zichtbaar voor de gebruiker"
|
| 2109 |
|
| 2110 |
+
#: ../admin/manage-fields.php:113
|
| 2111 |
msgid "Default Value"
|
| 2112 |
msgstr "Standaardwaarde"
|
| 2113 |
|
| 2114 |
+
#: ../admin/manage-fields.php:113
|
| 2115 |
msgid "Default value of the field"
|
| 2116 |
msgstr "Standaardwaarde van het veld"
|
| 2117 |
|
| 2118 |
+
#: ../admin/manage-fields.php:114 ../admin/manage-fields.php:116
|
| 2119 |
+
#: ../admin/manage-fields.php:117
|
| 2120 |
msgid "Default Option"
|
| 2121 |
msgstr "Standaardoptie"
|
| 2122 |
|
| 2123 |
+
#: ../admin/manage-fields.php:114
|
| 2124 |
msgid "Specify the option which should be selected by default"
|
| 2125 |
msgstr "Specificeer de optie die standaard geselecteerd moet worden"
|
| 2126 |
|
| 2127 |
+
#: ../admin/manage-fields.php:115
|
| 2128 |
msgid "Default Option(s)"
|
| 2129 |
msgstr "Standaardoptie(s)"
|
| 2130 |
|
| 2131 |
+
#: ../admin/manage-fields.php:115
|
| 2132 |
msgid "Specify the option which should be checked by default<br/>If there are multiple values, separate them with a ',' (comma)"
|
| 2133 |
msgstr "Specificeer de optie die standaard geselecteerd moet worden.<br/>Als er meerdere waardes zijn, scheid ze dan met een ',' (komma)"
|
| 2134 |
|
| 2135 |
+
#: ../admin/manage-fields.php:118
|
| 2136 |
msgid "Default Content"
|
| 2137 |
msgstr "Standaardcontent"
|
| 2138 |
|
| 2139 |
+
#: ../admin/manage-fields.php:118
|
| 2140 |
msgid "Default value of the textarea"
|
| 2141 |
msgstr "Standaardwaarde van het tekstgebied"
|
| 2142 |
|
| 2143 |
+
#: ../admin/manage-fields.php:119
|
| 2144 |
msgid "Required"
|
| 2145 |
msgstr "Verplicht"
|
| 2146 |
|
| 2147 |
+
#: ../admin/manage-fields.php:119
|
| 2148 |
msgid "Whether the field is required or not"
|
| 2149 |
msgstr "Of een veld verplicht is of niet"
|
| 2150 |
|
| 2151 |
+
#: ../admin/manage-fields.php:120
|
| 2152 |
msgid "Overwrite Existing"
|
| 2153 |
msgstr "Overschrijf bestaande"
|
| 2154 |
|
| 2155 |
+
#: ../admin/manage-fields.php:120
|
| 2156 |
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"
|
| 2157 |
msgstr "Als u 'Ja' selecteert zal het veld aan de lijst toegevoegd worden, maar het zal alle andere velden in database overschrijven die dezelfde meta-naam hebben<br/>Gebruik dit op eigen risico"
|
| 2158 |
|
| 2159 |
+
#: ../admin/manage-fields.php:126
|
| 2160 |
msgid "Field Properties"
|
| 2161 |
msgstr "Veldeigenschappen"
|
| 2162 |
|
| 2163 |
+
#: ../admin/manage-fields.php:139
|
| 2164 |
msgid "Registration & Edit Profile"
|
| 2165 |
msgstr "Registratie & profiel bewerken"
|
| 2166 |
|
| 2167 |
+
#: ../admin/manage-fields.php:158
|
| 2168 |
msgid "Name"
|
| 2169 |
msgstr "Naam"
|
| 2170 |
|
| 2171 |
+
#: ../admin/manage-fields.php:159
|
| 2172 |
msgid "Usernames cannot be changed."
|
| 2173 |
msgstr "Gebruikersnamen kunnen niet veranderd worden."
|
| 2174 |
|
| 2175 |
+
#: ../admin/manage-fields.php:160
|
| 2176 |
msgid "First Name"
|
| 2177 |
msgstr "Voornaam"
|
| 2178 |
|
| 2179 |
+
#: ../admin/manage-fields.php:161
|
| 2180 |
msgid "Last Name"
|
| 2181 |
msgstr "Achternaam"
|
| 2182 |
|
| 2183 |
+
#: ../admin/manage-fields.php:162 ../modules/user-listing/userlisting.php:650
|
| 2184 |
msgid "Nickname"
|
| 2185 |
msgstr "Schermnaam"
|
| 2186 |
|
| 2187 |
+
#: ../admin/manage-fields.php:163
|
| 2188 |
msgid "Display name publicly as"
|
| 2189 |
msgstr "Toon de naam publiek als"
|
| 2190 |
|
| 2191 |
+
#: ../admin/manage-fields.php:164
|
| 2192 |
msgid "Contact Info"
|
| 2193 |
msgstr "Contactinformatie"
|
| 2194 |
|
| 2195 |
+
#: ../admin/manage-fields.php:165
|
| 2196 |
#: ../features/admin-approval/class-admin-approval.php:180
|
| 2197 |
#: ../features/email-confirmation/class-email-confirmation.php:168
|
| 2198 |
#: ../modules/user-listing/userlisting.php:98
|
| 2199 |
msgid "E-mail"
|
| 2200 |
msgstr "E-mailadres"
|
| 2201 |
|
| 2202 |
+
#: ../admin/manage-fields.php:166
|
| 2203 |
#: ../modules/email-customizer/email-customizer.php:32
|
| 2204 |
#: ../modules/user-listing/userlisting.php:101
|
| 2205 |
+
#: ../modules/user-listing/userlisting.php:632
|
| 2206 |
+
#: ../modules/user-listing/userlisting.php:1261
|
| 2207 |
msgid "Website"
|
| 2208 |
msgstr "Website"
|
| 2209 |
|
| 2210 |
+
#: ../admin/manage-fields.php:170
|
| 2211 |
msgid "AIM"
|
| 2212 |
msgstr "AIM"
|
| 2213 |
|
| 2214 |
+
#: ../admin/manage-fields.php:171
|
| 2215 |
msgid "Yahoo IM"
|
| 2216 |
msgstr "Yahoo IM"
|
| 2217 |
|
| 2218 |
+
#: ../admin/manage-fields.php:172
|
| 2219 |
msgid "Jabber / Google Talk"
|
| 2220 |
msgstr "Jabber/Google Talk"
|
| 2221 |
|
| 2222 |
+
#: ../admin/manage-fields.php:175
|
| 2223 |
msgid "About Yourself"
|
| 2224 |
+
msgstr "Over uzelf"
|
| 2225 |
|
| 2226 |
+
#: ../admin/manage-fields.php:176 ../modules/user-listing/userlisting.php:104
|
| 2227 |
+
#: ../modules/user-listing/userlisting.php:635
|
| 2228 |
+
#: ../modules/user-listing/userlisting.php:1262
|
| 2229 |
msgid "Biographical Info"
|
| 2230 |
msgstr "Biografische informatie"
|
| 2231 |
|
| 2232 |
+
#: ../admin/manage-fields.php:176
|
| 2233 |
msgid "Share a little biographical information to fill out your profile. This may be shown publicly."
|
| 2234 |
+
msgstr "Vertel iets over uzelf om uw profiel aan te vullen. Dit kan voor iedereen zichtbaar zijn."
|
| 2235 |
|
| 2236 |
+
#: ../admin/manage-fields.php:177 ../front-end/recover.php:75
|
| 2237 |
#: ../modules/email-customizer/email-customizer.php:30
|
| 2238 |
msgid "Password"
|
| 2239 |
msgstr "Wachtwoord"
|
| 2240 |
|
| 2241 |
+
#: ../admin/manage-fields.php:177
|
| 2242 |
msgid "Type your password."
|
| 2243 |
msgstr "Voer uw wachtwoord in."
|
| 2244 |
|
| 2245 |
+
#: ../admin/manage-fields.php:178 ../front-end/recover.php:80
|
| 2246 |
msgid "Repeat Password"
|
| 2247 |
msgstr "Herhaal het wachtwoord"
|
| 2248 |
|
| 2249 |
+
#: ../admin/manage-fields.php:178
|
| 2250 |
msgid "Type your password again. "
|
| 2251 |
+
msgstr "Voer uw wachtwoord opnieuw in. "
|
| 2252 |
|
| 2253 |
+
#: ../admin/manage-fields.php:617 ../admin/manage-fields.php:761
|
| 2254 |
msgid "You must select a field\n"
|
| 2255 |
msgstr "U moet een veld selecteren\n"
|
| 2256 |
|
| 2257 |
+
#: ../admin/manage-fields.php:627
|
| 2258 |
msgid "Please choose a different field type as this one already exists in your form (must be unique)\n"
|
| 2259 |
+
msgstr "Selecteer a.u.b. een ander veldtype omdat dit al in uw formulier staat (het moet uniek zijn)\n"
|
| 2260 |
|
| 2261 |
+
#: ../admin/manage-fields.php:638
|
| 2262 |
msgid "The entered avatar size is not between 20 and 200\n"
|
| 2263 |
msgstr "De ingevoerde avatargrootte ligt niet tussen 20 en 200\n"
|
| 2264 |
|
| 2265 |
+
#: ../admin/manage-fields.php:641
|
| 2266 |
msgid "The entered avatar size is not numerical\n"
|
| 2267 |
msgstr "De ingevoerde avatargrootte is niet numeriek\n"
|
| 2268 |
|
| 2269 |
+
#: ../admin/manage-fields.php:649
|
| 2270 |
msgid "The entered row number is not numerical\n"
|
| 2271 |
msgstr "Het ingevoerde rijnummer is niet numeriek\n"
|
| 2272 |
|
| 2273 |
+
#: ../admin/manage-fields.php:652
|
| 2274 |
msgid "You must enter a value for the row number\n"
|
| 2275 |
msgstr "U moet een waarde invoeren voor het rijnummer\n"
|
| 2276 |
|
| 2277 |
+
#: ../admin/manage-fields.php:670
|
| 2278 |
msgid "The entered value for the Datepicker is not a valid date-format\n"
|
| 2279 |
msgstr "De ingevoerde waarde voor de datumkiezer heeft geen geldig datumformaat\n"
|
| 2280 |
|
| 2281 |
+
#: ../admin/manage-fields.php:673
|
| 2282 |
msgid "You must enter a value for the date-format\n"
|
| 2283 |
msgstr "U moet een waarde voor het datumformaat invoeren\n"
|
| 2284 |
|
| 2285 |
+
#: ../admin/manage-fields.php:701 ../admin/manage-fields.php:709
|
| 2286 |
+
#: ../admin/manage-fields.php:719
|
| 2287 |
msgid "That meta-name is already in use\n"
|
| 2288 |
msgstr "Deze meta-naam is al in gebruik\n"
|
| 2289 |
|
| 2290 |
+
#: ../admin/manage-fields.php:741
|
| 2291 |
msgid "The following option(s) did not coincide with the ones in the options list: %s\n"
|
| 2292 |
msgstr "De volgende optie(s) komen niet overeen met de opties in de optielijst: %s\n"
|
| 2293 |
|
| 2294 |
+
#: ../admin/manage-fields.php:745
|
| 2295 |
msgid "The following option did not coincide with the ones in the options list: %s\n"
|
| 2296 |
msgstr "De volgende optie(s) komen niet overeen met de opties in de optielijst: %s \n"
|
| 2297 |
|
| 2298 |
+
#: ../admin/manage-fields.php:768
|
| 2299 |
msgid "That field is already added in this form\n"
|
| 2300 |
msgstr "Dat veld is al aan dit formulier toegevoegd\n"
|
| 2301 |
|
| 2302 |
+
#: ../admin/manage-fields.php:817
|
| 2303 |
msgid "<pre>Title</pre><pre>Type</pre><pre>Meta Name</pre><pre class=\"wppb-mb-head-required\">Required</pre>"
|
| 2304 |
msgstr "<pre>Titel</pre><pre>Type</pre><pre>Metanaam</pre><pre class=\"wppb-mb-head-required\">Verplicht</pre>"
|
| 2305 |
|
| 2306 |
+
#: ../admin/manage-fields.php:817
|
| 2307 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 2308 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:529
|
| 2309 |
#: ../features/admin-approval/class-admin-approval.php:119
|
| 2310 |
+
#: ../features/functions.php:641 ../features/functions.php:648
|
| 2311 |
#: ../modules/multiple-forms/multiple-forms.php:416
|
| 2312 |
msgid "Edit"
|
| 2313 |
msgstr "Bewerken"
|
| 2314 |
|
| 2315 |
+
#: ../admin/manage-fields.php:817
|
| 2316 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 2317 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:530
|
| 2318 |
#: ../features/admin-approval/class-admin-approval.php:124
|
| 2319 |
#: ../features/admin-approval/class-admin-approval.php:235
|
| 2320 |
#: ../features/email-confirmation/class-email-confirmation.php:120
|
| 2321 |
#: ../features/email-confirmation/class-email-confirmation.php:217
|
| 2322 |
+
#: ../features/functions.php:634 ../features/functions.php:648
|
| 2323 |
msgid "Delete"
|
| 2324 |
msgstr "Verwijderen"
|
| 2325 |
|
| 2326 |
+
#: ../admin/manage-fields.php:832
|
| 2327 |
msgid "Use these shortcodes on the pages you want the forms to be displayed:"
|
| 2328 |
msgstr "Gebruik deze shortcodes op de pagina's waarop u de formulieren wilt tonen:"
|
| 2329 |
|
| 2330 |
+
#: ../admin/manage-fields.php:841
|
| 2331 |
msgid "If you're interested in displaying different fields in the registration and edit profile forms, please use the Multiple Registration & Edit Profile Forms Addon."
|
| 2332 |
msgstr "Als u geïnteresseerd bent in het weergeven van verschillende velden in de registratie- en profielbewerkformulieren, gebruik dan de add-on 'Meerdere registraties & profielbewerkingsformulieren'"
|
| 2333 |
|
| 2349 |
|
| 2350 |
#: ../admin/register-version.php:77
|
| 2351 |
msgid "The serial number was successfully validated!"
|
| 2352 |
+
msgstr "Het serienummer is met succes gevalideerd!"
|
| 2353 |
|
| 2354 |
#: ../admin/register-version.php:79
|
| 2355 |
msgid "The serial number entered couldn't be validated!"
|
| 2356 |
+
msgstr "Het ingevoerde serienummer kon niet gevalideerd worden!"
|
| 2357 |
|
| 2358 |
#: ../admin/register-version.php:83
|
| 2359 |
msgid "The serial number couldn't be validated because it expired!"
|
| 2360 |
+
msgstr "Het serienummer kon niet gevalideerd worden want het is verlopen!"
|
| 2361 |
|
| 2362 |
#: ../admin/register-version.php:85
|
| 2363 |
msgid "The serial number couldn't be validated because process timed out. This is possible due to the server being down. Please try again later!"
|
| 2364 |
+
msgstr "Het serienummer kon niet gevalideerd worden omdat het proces te lang duurde. Dit komt mogelijk doordat de server niet werkt. Probeer het later opnieuw!"
|
| 2365 |
|
| 2366 |
#: ../admin/register-version.php:87
|
| 2367 |
msgid "(e.g. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
|
| 2368 |
msgstr "(v.b. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
|
| 2369 |
|
| 2370 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:440
|
| 2371 |
+
#: ../features/functions.php:648
|
| 2372 |
msgid "Content"
|
| 2373 |
msgstr "Content"
|
| 2374 |
|
| 2380 |
msgid "Delete this item"
|
| 2381 |
msgstr "Dit item verwijderen"
|
| 2382 |
|
| 2383 |
+
#: ../assets/lib/wck-api/wordpress-creation-kit.php:676
|
| 2384 |
msgid "Please enter a value for the required field "
|
| 2385 |
msgstr "Voer een waarde in voor het verplichte veld"
|
| 2386 |
|
| 2387 |
+
#: ../front-end/extra-fields/upload/upload.php:122
|
| 2388 |
+
msgid "Select File"
|
| 2389 |
+
msgstr "Selecteer Bestand"
|
| 2390 |
+
|
| 2391 |
+
#: ../assets/lib/wck-api/fields/upload.php:43
|
| 2392 |
+
#: ../front-end/extra-fields/upload/upload.php:112
|
| 2393 |
msgid "Remove"
|
| 2394 |
msgstr "Verwijderen"
|
| 2395 |
|
| 2396 |
+
#: ../assets/lib/wck-api/wordpress-creation-kit.php:1155
|
| 2397 |
msgid "Syncronize WCK"
|
| 2398 |
msgstr "WCK synchroniseren"
|
| 2399 |
|
| 2400 |
+
#: ../assets/lib/wck-api/wordpress-creation-kit.php:1167
|
| 2401 |
msgid "Syncronize WCK Translation"
|
| 2402 |
msgstr "WCK-vertaling synchroniseren"
|
| 2403 |
|
| 2405 |
msgid "You can add the information for the %s after you add a entry"
|
| 2406 |
msgstr "U kunt informatie toevoegen aan %s nadat u een item hebt toegevoegd"
|
| 2407 |
|
| 2408 |
+
#: ../assets/lib/wck-api/fields/upload.php:75
|
| 2409 |
+
#: ../front-end/extra-fields/upload/upload.php:128
|
| 2410 |
msgid "Upload "
|
| 2411 |
msgstr "Uploaden"
|
| 2412 |
|
| 2450 |
msgid "Select All"
|
| 2451 |
msgstr "Alles selecteren"
|
| 2452 |
|
| 2453 |
+
#: ../features/functions.php:281
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2454 |
msgid "The user-validation has failed - the avatar was not deleted!"
|
| 2455 |
+
msgstr "Validatie gebruiker mislukt - de avatar is niet verwijderd!"
|
| 2456 |
|
| 2457 |
+
#: ../features/functions.php:292
|
| 2458 |
msgid "The user-validation has failed - the attachment was not deleted!"
|
| 2459 |
+
msgstr "Validatie gebruiker mislukt - de bijlage is niet verwijderd!"
|
| 2460 |
|
| 2461 |
+
#: ../features/functions.php:487
|
| 2462 |
msgid "Strength indicator"
|
| 2463 |
msgstr "Sterkte-indicator"
|
| 2464 |
|
| 2465 |
#: ../features/admin-approval/admin-approval.php:7
|
| 2466 |
+
#: ../features/admin-approval/class-admin-approval.php:458
|
| 2467 |
msgid "Admin Approval"
|
| 2468 |
msgstr "Goedkeuring beheerder"
|
| 2469 |
|
| 2474 |
|
| 2475 |
#: ../features/admin-approval/admin-approval.php:44
|
| 2476 |
msgid "Your session has expired! Please refresh the page and try again"
|
| 2477 |
+
msgstr "Uw sessie is verlopen! Ververs de pagina en probeer het opnieuw"
|
| 2478 |
|
| 2479 |
#: ../features/admin-approval/admin-approval.php:55
|
| 2480 |
msgid "User successfully approved!"
|
| 2481 |
+
msgstr "Gebruiker goedgekeurd!"
|
| 2482 |
|
| 2483 |
#: ../features/admin-approval/admin-approval.php:63
|
| 2484 |
msgid "User successfully unapproved!"
|
| 2485 |
+
msgstr "Gebruiker afgekeurd!"
|
| 2486 |
|
| 2487 |
#: ../features/admin-approval/admin-approval.php:69
|
| 2488 |
msgid "User successfully deleted!"
|
| 2489 |
+
msgstr "Gebruiker verwijderd!"
|
| 2490 |
|
| 2491 |
#: ../features/admin-approval/admin-approval.php:74
|
| 2492 |
+
#: ../features/admin-approval/admin-approval.php:118
|
| 2493 |
#: ../features/email-confirmation/email-confirmation.php:135
|
| 2494 |
msgid "You either don't have permission for that action or there was an error!"
|
| 2495 |
+
msgstr "U hebt of niet de rechten voor deze actie of is een fout opgetreden!"
|
| 2496 |
|
| 2497 |
+
#: ../features/admin-approval/admin-approval.php:85
|
| 2498 |
msgid "Your session has expired! Please refresh the page and try again."
|
| 2499 |
+
msgstr "Uw sessie is verlopen! Ververs de pagina en probeer het opnieuw."
|
| 2500 |
|
| 2501 |
+
#: ../features/admin-approval/admin-approval.php:97
|
| 2502 |
msgid "Users successfully approved!"
|
| 2503 |
+
msgstr "Gebruikers goedgekeurd!"
|
| 2504 |
|
| 2505 |
+
#: ../features/admin-approval/admin-approval.php:106
|
| 2506 |
msgid "Users successfully unapproved!"
|
| 2507 |
+
msgstr "Gebruikers afgekeurd!"
|
| 2508 |
|
| 2509 |
+
#: ../features/admin-approval/admin-approval.php:114
|
| 2510 |
msgid "Users successfully deleted!"
|
| 2511 |
+
msgstr "Gebruikers verwijderd!"
|
| 2512 |
|
| 2513 |
+
#: ../features/admin-approval/admin-approval.php:134
|
| 2514 |
msgid "Your account on %1$s has been approved!"
|
| 2515 |
+
msgstr "Uw account op %1$s is goedgekeurd!"
|
| 2516 |
|
| 2517 |
+
#: ../features/admin-approval/admin-approval.php:135
|
| 2518 |
+
#: ../features/admin-approval/admin-approval.php:138
|
| 2519 |
msgid "approved"
|
| 2520 |
msgstr "goedgekeurd"
|
| 2521 |
|
| 2522 |
+
#: ../features/admin-approval/admin-approval.php:137
|
| 2523 |
msgid "An administrator has just approved your account on %1$s (%2$s)."
|
| 2524 |
msgstr "Een beheerder heeft zojuist uw account goedgekeurd op %1$s (%2$s)."
|
| 2525 |
|
| 2526 |
+
#: ../features/admin-approval/admin-approval.php:142
|
| 2527 |
msgid "Your account on %1$s has been unapproved!"
|
| 2528 |
+
msgstr "Uw account op %1$s is afgekeurd!"
|
| 2529 |
|
| 2530 |
+
#: ../features/admin-approval/admin-approval.php:143
|
| 2531 |
+
#: ../features/admin-approval/admin-approval.php:146
|
| 2532 |
msgid "unapproved"
|
| 2533 |
msgstr "afgekeurd"
|
| 2534 |
|
| 2535 |
+
#: ../features/admin-approval/admin-approval.php:145
|
| 2536 |
msgid "An administrator has just unapproved your account on %1$s (%2$s)."
|
| 2537 |
msgstr "Een beheerder heeft zojuist uw account afgekeurd op %1$s (%2$s)."
|
| 2538 |
|
| 2539 |
+
#: ../features/admin-approval/admin-approval.php:164
|
| 2540 |
msgid "<strong>ERROR</strong>: Your account has to be confirmed by an administrator before you can log in."
|
| 2541 |
+
msgstr "<strong>FOUT</strong>: Uw account moet bevestigd worden door een beheerder voordat u kunt inloggen."
|
| 2542 |
|
| 2543 |
+
#: ../features/admin-approval/admin-approval.php:176
|
| 2544 |
msgid "Your account has to be confirmed by an administrator before you can use the \"Password Recovery\" feature."
|
| 2545 |
msgstr "Uw account moet bevestigd worden door een beheerder voordat u de functie 'Wachtwoord herstellen' kunt gebruiken."
|
| 2546 |
|
| 2567 |
msgstr "Goedkeuren"
|
| 2568 |
|
| 2569 |
#: ../features/admin-approval/class-admin-approval.php:178
|
| 2570 |
+
#: ../modules/user-listing/userlisting.php:249
|
| 2571 |
+
#: ../modules/user-listing/userlisting.php:623
|
| 2572 |
+
#: ../modules/user-listing/userlisting.php:1264
|
| 2573 |
msgid "Firstname"
|
| 2574 |
msgstr "Voornaam"
|
| 2575 |
|
| 2576 |
#: ../features/admin-approval/class-admin-approval.php:179
|
| 2577 |
+
#: ../modules/user-listing/userlisting.php:626
|
| 2578 |
+
#: ../modules/user-listing/userlisting.php:1265
|
| 2579 |
msgid "Lastname"
|
| 2580 |
msgstr "Achternaam"
|
| 2581 |
|
| 2582 |
#: ../features/admin-approval/class-admin-approval.php:181
|
| 2583 |
#: ../modules/user-listing/userlisting.php:124
|
| 2584 |
+
#: ../modules/user-listing/userlisting.php:250
|
| 2585 |
+
#: ../modules/user-listing/userlisting.php:653
|
| 2586 |
+
#: ../modules/user-listing/userlisting.php:1268
|
| 2587 |
msgid "Role"
|
| 2588 |
msgstr "Rol"
|
| 2589 |
|
| 2611 |
#: ../features/admin-approval/class-admin-approval.php:285
|
| 2612 |
#: ../features/email-confirmation/class-email-confirmation.php:278
|
| 2613 |
msgid "Sorry, but you don't have permission to do that!"
|
| 2614 |
+
msgstr "Sorry, u hebt niet het recht dit te doen!"
|
| 2615 |
|
| 2616 |
+
#: ../features/admin-approval/class-admin-approval.php:341
|
| 2617 |
msgid "Approved"
|
| 2618 |
msgstr "Goedgekeurd"
|
| 2619 |
|
| 2620 |
+
#: ../features/admin-approval/class-admin-approval.php:343
|
| 2621 |
msgid "Unapproved"
|
| 2622 |
msgstr "Afgekeurd"
|
| 2623 |
|
| 2624 |
+
#: ../features/admin-approval/class-admin-approval.php:461
|
| 2625 |
#: ../features/email-confirmation/class-email-confirmation.php:469
|
| 2626 |
msgid "All Users"
|
| 2627 |
msgstr "Alle gebruikers"
|
| 2654 |
|
| 2655 |
#: ../features/email-confirmation/class-email-confirmation.php:253
|
| 2656 |
msgid "All users have been successfully deleted"
|
| 2657 |
+
msgstr "Alle gebruikers zijn verwijderd"
|
| 2658 |
|
| 2659 |
#: ../features/email-confirmation/class-email-confirmation.php:263
|
| 2660 |
msgid "The selected users have been activated"
|
| 2662 |
|
| 2663 |
#: ../features/email-confirmation/class-email-confirmation.php:274
|
| 2664 |
msgid "The selected users have had their activation emails resent"
|
| 2665 |
+
msgstr "De activerings e-mail is opnieuw gestuurd naar de geselecteerde gebruikers"
|
| 2666 |
|
| 2667 |
#: ../features/email-confirmation/class-email-confirmation.php:466
|
| 2668 |
#: ../features/email-confirmation/email-confirmation.php:47
|
| 2671 |
|
| 2672 |
#: ../features/email-confirmation/email-confirmation.php:110
|
| 2673 |
msgid "There was an error performing that action!"
|
| 2674 |
+
msgstr "Er is een fout opgetreden tijdens deze actie!"
|
| 2675 |
|
| 2676 |
#: ../features/email-confirmation/email-confirmation.php:118
|
| 2677 |
msgid "The selected user couldn't be deleted"
|
| 2681 |
msgid "Email notification resent to user"
|
| 2682 |
msgstr "E-mailkennisgeving opnieuw gestuurd naar gebruiker"
|
| 2683 |
|
| 2684 |
+
#: ../features/email-confirmation/email-confirmation.php:384
|
| 2685 |
msgid "[%1$s] Activate %2$s"
|
| 2686 |
msgstr "[%1$s] Activeren %2$s"
|
| 2687 |
|
| 2688 |
+
#: ../features/email-confirmation/email-confirmation.php:387
|
| 2689 |
msgid ""
|
| 2690 |
"To activate your user, please click the following link:\n"
|
| 2691 |
"\n"
|
| 2697 |
"\n"
|
| 2698 |
"%s%s%s\n"
|
| 2699 |
"\n"
|
| 2700 |
+
"Nadat u dat gedaan hebt, ontvangt u *nog een e-mail* met de inloggegevens."
|
| 2701 |
|
| 2702 |
+
#: ../features/email-confirmation/email-confirmation.php:428
|
| 2703 |
#: ../front-end/register.php:68
|
| 2704 |
msgid "Could not create user!"
|
| 2705 |
+
msgstr "Gebruiker kon niet aangemaakt worden!"
|
| 2706 |
|
| 2707 |
+
#: ../features/email-confirmation/email-confirmation.php:431
|
| 2708 |
msgid "That username is already activated!"
|
| 2709 |
+
msgstr "Die gebruikersnaam is al geactiveerd!"
|
| 2710 |
|
| 2711 |
+
#: ../features/email-confirmation/email-confirmation.php:453
|
| 2712 |
msgid "There was an error while trying to activate the user"
|
| 2713 |
msgstr "Er is een fout opgetreden tijdens het activeren van de gebruiker"
|
| 2714 |
|
| 2715 |
+
#: ../features/email-confirmation/email-confirmation.php:501
|
| 2716 |
#: ../modules/email-customizer/admin-email-customizer.php:73
|
| 2717 |
msgid "A new subscriber has (been) registered!"
|
| 2718 |
+
msgstr "Er is een nieuw abonnee geregistreerd!"
|
| 2719 |
|
| 2720 |
+
#: ../features/email-confirmation/email-confirmation.php:504
|
| 2721 |
msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
|
| 2722 |
msgstr "Nieuwe abonnee op %1$s.<br/><br/>Gebruikersnaam:%2$s<br/>E-mailadres:%3$s<br/>"
|
| 2723 |
|
| 2724 |
+
#: ../features/email-confirmation/email-confirmation.php:605
|
| 2725 |
msgid "The \"Admin Approval\" feature was activated at the time of registration, so please remember that you need to approve this user before he/she can log in!"
|
| 2726 |
+
msgstr "De functie \"Goedkeuring beheerder\" is tijdens registratie geactiveerd. Vergeet dus niet dat u de gebruiker moet goedkeuren voordat hij/zij kan inloggen!"
|
| 2727 |
|
| 2728 |
+
#: ../features/email-confirmation/email-confirmation.php:550
|
| 2729 |
msgid "[%1$s] Your new account information"
|
| 2730 |
+
msgstr "[%1$s] Uw nieuwe accountinformatie"
|
| 2731 |
|
| 2732 |
+
#: ../features/email-confirmation/email-confirmation.php:556
|
| 2733 |
msgid "Welcome to %1$s!<br/><br/><br/>Your username is:%2$s and password:%3$s"
|
| 2734 |
msgstr "Welkom op %1$s!<br/><br/><br/>Uw gebruikersnaam is:%2$s en het wachtwoord:%3$s"
|
| 2735 |
|
| 2736 |
+
#: ../features/email-confirmation/email-confirmation.php:613
|
| 2737 |
+
#: ../front-end/register.php:116
|
| 2738 |
msgid "Before you can access your account, an administrator needs to approve it. You will be notified via email."
|
| 2739 |
msgstr "Voordat u toegang tot het account hebt, moet een beheerder dit goedkeuren. U wordt geïnformeerd via e-mail."
|
| 2740 |
|
| 2746 |
msgid "Profile Builder Login Widget"
|
| 2747 |
msgstr "'Profile Builder'-inlogwidget"
|
| 2748 |
|
| 2749 |
+
#: ../front-end/class-formbuilder.php:294 ../front-end/login.php:202
|
| 2750 |
msgid "Register"
|
| 2751 |
msgstr "Registreren"
|
| 2752 |
|
| 2764 |
|
| 2765 |
#: ../features/login-widget/login-widget.php:78
|
| 2766 |
msgid "Password Recovery page URL (optional):"
|
| 2767 |
+
msgstr "URL Wachtwoord-herstel pagina (optioneel):"
|
| 2768 |
|
| 2769 |
#: ../features/upgrades/upgrades-functions.php:91
|
| 2770 |
#: ../features/upgrades/upgrades-functions.php:134
|
| 2807 |
msgid "You will soon be redirected automatically. If you see this page for more than %1$d seconds, please click %2$s.%3$s"
|
| 2808 |
msgstr "U zult spoedig automatisch doorgestuurd worden. Als u deze pagina meer dan %1$d seconden ziet, klik dan op %2$s.%3$s"
|
| 2809 |
|
| 2810 |
+
#: ../front-end/class-formbuilder.php:239
|
| 2811 |
+
#: ../front-end/class-formbuilder.php:246
|
| 2812 |
msgid "The account %1s has been successfully created!"
|
| 2813 |
+
msgstr "Het account %1s is aangemaakt!"
|
| 2814 |
|
| 2815 |
+
#: ../front-end/class-formbuilder.php:242
|
| 2816 |
+
#: ../front-end/class-formbuilder.php:252
|
| 2817 |
msgid "Before you can access your account %1s, you need to confirm your email address. Please check your inbox and click the activation link."
|
| 2818 |
+
msgstr "Voordat u toegang krijgt uw account %1s, moet u uw e-mailadres bevestigen. Kijk in uw inbox en klik op de activeringslink."
|
| 2819 |
|
| 2820 |
+
#: ../front-end/class-formbuilder.php:248
|
| 2821 |
msgid "Before you can access your account %1s, an administrator has to approve it. You will be notified via email."
|
| 2822 |
+
msgstr "Voordat u toegang krijgt tot uw account %1s, moet een beheerder dit goedkeuren. U wordt geïnformeerd via e-mail."
|
| 2823 |
|
| 2824 |
+
#: ../front-end/class-formbuilder.php:262
|
| 2825 |
msgid "Your profile has been successfully updated!"
|
| 2826 |
+
msgstr "Uw profiel is bijgewerkt!"
|
| 2827 |
|
| 2828 |
+
#: ../front-end/class-formbuilder.php:272
|
| 2829 |
msgid "There was an error in the submitted form"
|
| 2830 |
msgstr "Fout tijdens versturen van het formulier"
|
| 2831 |
|
| 2832 |
+
#: ../front-end/class-formbuilder.php:294
|
| 2833 |
msgid "Add User"
|
| 2834 |
msgstr "Gebruiker toevoegen"
|
| 2835 |
|
| 2836 |
+
#: ../admin/add-ons.php:170 ../front-end/class-formbuilder.php:297
|
| 2837 |
msgid "Update"
|
| 2838 |
msgstr "Bijwerken"
|
| 2839 |
|
| 2840 |
+
#: ../front-end/class-formbuilder.php:340
|
| 2841 |
#: ../front-end/extra-fields/extra-fields.php:35
|
| 2842 |
msgid "The avatar was successfully deleted!"
|
| 2843 |
+
msgstr "De avatar is verwijderd!"
|
| 2844 |
|
| 2845 |
+
#: ../front-end/class-formbuilder.php:340
|
| 2846 |
#: ../front-end/extra-fields/extra-fields.php:37
|
| 2847 |
msgid "The following attachment was successfully deleted:"
|
| 2848 |
+
msgstr "De volgende bijlage is verwijderd:"
|
| 2849 |
|
| 2850 |
+
#: ../front-end/class-formbuilder.php:352
|
| 2851 |
msgid "Send these credentials via email."
|
| 2852 |
msgstr "Stuur deze aanmeldingsgegevens via e-mail."
|
| 2853 |
|
| 2854 |
#: ../front-end/extra-fields/extra-fields.php:99 ../front-end/login.php:89
|
| 2855 |
#: ../front-end/login.php:96 ../front-end/login.php:110
|
| 2856 |
+
#: ../front-end/recover.php:17 ../front-end/recover.php:228
|
| 2857 |
msgid "ERROR"
|
| 2858 |
msgstr "FOUT"
|
| 2859 |
|
| 2873 |
msgid "Both fields are empty."
|
| 2874 |
msgstr "Beide velden zijn leeg."
|
| 2875 |
|
| 2876 |
+
#: ../front-end/login.php:241
|
| 2877 |
msgid "You are currently logged in as %1$s. %2$s"
|
| 2878 |
msgstr "U bent momenteel ingelogd als %1$s. %2$s"
|
| 2879 |
|
| 2880 |
+
#: ../front-end/login.php:240 ../front-end/logout.php:17
|
| 2881 |
msgid "Log out of this account"
|
| 2882 |
msgstr "Uitloggen van dit account"
|
| 2883 |
|
| 2884 |
+
#: ../front-end/login.php:240
|
| 2885 |
msgid "Log out"
|
| 2886 |
msgstr "Uitloggen"
|
| 2887 |
|
| 2911 |
|
| 2912 |
#: ../front-end/recover.php:166
|
| 2913 |
msgid "The username entered wasn't found in the database!"
|
| 2914 |
+
msgstr "De ingevoerde gebruikersnaam is niet in de database gevonden!"
|
| 2915 |
|
| 2916 |
#: ../front-end/recover.php:166
|
| 2917 |
msgid "Please check that you entered the correct username."
|
| 2919 |
|
| 2920 |
#: ../front-end/recover.php:181
|
| 2921 |
msgid "Check your e-mail for the confirmation link."
|
| 2922 |
+
msgstr "Controleer uw e-mail voor de bevestingslink."
|
| 2923 |
|
| 2924 |
+
#: ../front-end/recover.php:216
|
| 2925 |
msgid "Someone requested that the password be reset for the following account: <b>%1$s</b><br/>If this was a mistake, just ignore this email and nothing will happen.<br/>To reset your password, visit the following link:%2$s"
|
| 2926 |
+
msgstr "Iemand heeft gevraagd het wachtwoord opnieuw te stellen voor het volgende account: <b>%1$s</b><br/>Als dit niet uw bedoeling was, negeer dan deze e-mail en er zal niets veranderen.<br/>Klik op de volgende link om uw wachtwoord opnieuw in te stellen: %2$s"
|
| 2927 |
|
| 2928 |
+
#: ../front-end/recover.php:219
|
| 2929 |
msgid "Password Reset from \"%1$s\""
|
| 2930 |
msgstr "Wachtwoord Opnieuw Instellen van \"%1$s\""
|
| 2931 |
|
| 2932 |
+
#: ../front-end/recover.php:228
|
| 2933 |
msgid "There was an error while trying to send the activation link to %1$s!"
|
| 2934 |
+
msgstr "Er is een fout opgetreden tijdens het verzenden van de activeringslink naar %1$s!"
|
| 2935 |
|
| 2936 |
#: ../front-end/recover.php:188
|
| 2937 |
msgid "The email address entered wasn't found in the database!"
|
| 2938 |
+
msgstr "Het ingevoerde e-mailadres is niet in de database gevonden!"
|
| 2939 |
|
| 2940 |
#: ../front-end/recover.php:188
|
| 2941 |
msgid "Please check that you entered the correct email address."
|
| 2942 |
msgstr "Controleer of u het juiste e-mailadres ingevoerd hebt."
|
| 2943 |
|
| 2944 |
+
#: ../front-end/recover.php:256
|
| 2945 |
msgid "Your password has been successfully changed!"
|
| 2946 |
+
msgstr "Uw wachtwoord is gewijzigd!"
|
| 2947 |
|
| 2948 |
+
#: ../front-end/recover.php:275
|
| 2949 |
msgid "You have successfully reset your password to: %1$s"
|
| 2950 |
msgstr "U hebt uw wachtwoord opnieuw ingesteld naar: %1$s"
|
| 2951 |
|
| 2952 |
+
#: ../front-end/recover.php:278 ../front-end/recover.php:292
|
| 2953 |
msgid "Password Successfully Reset for %1$s on \"%2$s\""
|
| 2954 |
msgstr "Wachtwoord opnieuw ingesteld voor %1$s op \"%2$s\""
|
| 2955 |
|
| 2956 |
+
#: ../front-end/recover.php:289
|
| 2957 |
msgid "%1$s has requested a password change via the password reset feature.<br/>His/her new password is:%2$s"
|
| 2958 |
msgstr "%1$s heeft gevraagd het wachtwoord te wijzigen mbv de functie 'Wachtwoord Opnieuw Instellen'.<br/>Zijn/haar nieuwe wachtwoord is: %2$s"
|
| 2959 |
|
| 2960 |
+
#: ../front-end/recover.php:308
|
| 2961 |
msgid "The entered passwords don't match!"
|
| 2962 |
+
msgstr "De ingevoerde wachtwoorden komen niet overeen!"
|
| 2963 |
|
| 2964 |
+
#: ../front-end/recover.php:353
|
| 2965 |
msgid "ERROR:"
|
| 2966 |
msgstr "FOUT:"
|
| 2967 |
|
| 2968 |
+
#: ../front-end/recover.php:353
|
| 2969 |
msgid "Invalid key!"
|
| 2970 |
+
msgstr "Ongeldige sleutel!"
|
| 2971 |
|
| 2972 |
#: ../front-end/register.php:46
|
| 2973 |
msgid "Invalid activation key!"
|
| 2974 |
+
msgstr "Ongeldige activeringssleutel!"
|
| 2975 |
|
| 2976 |
#: ../front-end/register.php:50
|
| 2977 |
msgid "This username is now active!"
|
| 2978 |
+
msgstr "Deze gebruikersnaam is nu actief!"
|
| 2979 |
|
| 2980 |
#: ../front-end/register.php:71
|
| 2981 |
msgid "This username is already activated!"
|
| 2982 |
+
msgstr "Deze gebruikersnaam is reeds geactiveerd!"
|
| 2983 |
|
| 2984 |
+
#: ../front-end/register.php:115
|
| 2985 |
msgid "Your email was successfully confirmed."
|
| 2986 |
+
msgstr "Uw e-mailadres is bevestigd."
|
| 2987 |
|
| 2988 |
+
#: ../front-end/register.php:144
|
| 2989 |
msgid "There was an error while trying to activate the user."
|
| 2990 |
msgstr "Er is een fout opgetreden tijdens activering van de gebruiker."
|
| 2991 |
|
| 2992 |
+
#: ../front-end/default-fields/email/email.php:44
|
| 2993 |
msgid "The email you entered is not a valid email address."
|
| 2994 |
msgstr "Het ingevoerde e-mailadres is niet geldig."
|
| 2995 |
|
| 2996 |
+
#: ../front-end/default-fields/email/email.php:57
|
| 2997 |
+
#: ../front-end/default-fields/email/email.php:64
|
| 2998 |
msgid "This email is already reserved to be used soon."
|
| 2999 |
msgstr "Dit e-mailadres is gereserveerd voor toekomstig gebruik."
|
| 3000 |
|
| 3001 |
+
#: ../front-end/default-fields/email/email.php:57
|
| 3002 |
+
#: ../front-end/default-fields/email/email.php:64
|
| 3003 |
+
#: ../front-end/default-fields/email/email.php:73
|
| 3004 |
+
#: ../front-end/default-fields/email/email.php:84
|
| 3005 |
+
#: ../front-end/default-fields/username/username.php:50
|
| 3006 |
+
#: ../front-end/default-fields/username/username.php:65
|
| 3007 |
msgid "Please try a different one!"
|
| 3008 |
+
msgstr "Probeer een ander!"
|
| 3009 |
|
| 3010 |
+
#: ../front-end/default-fields/email/email.php:73
|
| 3011 |
+
#: ../front-end/default-fields/email/email.php:84
|
| 3012 |
msgid "This email is already in use."
|
| 3013 |
msgstr "Dit e-mailadres is reeds in gebruik."
|
| 3014 |
|
| 3015 |
+
#: ../front-end/default-fields/password-repeat/password-repeat.php:37
|
| 3016 |
+
#: ../front-end/default-fields/password-repeat/password-repeat.php:41
|
| 3017 |
msgid "The passwords do not match"
|
| 3018 |
msgstr "De wachtwoorden komen niet overeen"
|
| 3019 |
|
| 3020 |
+
#: ../front-end/default-fields/username/username.php:50
|
| 3021 |
msgid "This username already exists."
|
| 3022 |
msgstr "Deze gebruikersnaam bestaat reeds."
|
| 3023 |
|
| 3024 |
+
#: ../front-end/default-fields/username/username.php:65
|
| 3025 |
msgid "This username is already reserved to be used soon."
|
| 3026 |
msgstr "Deze gebruikersnaam is gereserveerd voor toekomstig gebruik. "
|
| 3027 |
|
| 3028 |
+
#: ../modules/user-listing/userlisting.php:247
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3029 |
msgid "Avatar"
|
| 3030 |
msgstr "Avatar"
|
| 3031 |
|
| 3032 |
+
#: ../front-end/extra-fields/avatar/avatar.php:72
|
| 3033 |
+
#: ../front-end/extra-fields/checkbox/checkbox.php:45
|
| 3034 |
+
#: ../front-end/extra-fields/datepicker/datepicker.php:40
|
| 3035 |
+
#: ../front-end/extra-fields/input-hidden/input-hidden.php:34
|
| 3036 |
+
#: ../front-end/extra-fields/input/input.php:30
|
| 3037 |
+
#: ../front-end/extra-fields/radio/radio.php:44
|
| 3038 |
+
#: ../front-end/extra-fields/select-multiple/select-multiple.php:46
|
| 3039 |
+
#: ../front-end/extra-fields/select-timezone/select-timezone.php:44
|
| 3040 |
+
#: ../front-end/extra-fields/select/select.php:46
|
| 3041 |
+
#: ../front-end/extra-fields/textarea/textarea.php:30
|
| 3042 |
+
#: ../front-end/extra-fields/upload/upload.php:70
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3043 |
#: ../front-end/extra-fields/wysiwyg/wysiwyg.php:33
|
| 3044 |
msgid "required"
|
| 3045 |
msgstr "verplicht"
|
| 3046 |
|
| 3047 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:48
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3048 |
msgid "To use reCAPTCHA you must get an API key from"
|
| 3049 |
msgstr "Om 'CAPTCHA opnieuw uitvoeren' te gebruiken moet u een API-sleutel krijgen van"
|
| 3050 |
|
| 3051 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:131
|
| 3052 |
msgid "For security reasons, you must pass the remote ip to reCAPTCHA!"
|
| 3053 |
+
msgstr "Om veiligheidsredenen moet u het externe IP adres doorgeven aan reCAPTCHA!"
|
| 3054 |
|
| 3055 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:192
|
| 3056 |
msgid "To use reCAPTCHA you must get an API public key from:"
|
| 3057 |
msgstr "Om reCAPTCHA te kunnen gebruiken moet u een openbare API-sleutel halen van:"
|
| 3058 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3059 |
#: ../modules/modules.php:11 ../modules/modules.php:80
|
| 3060 |
msgid "Modules"
|
| 3061 |
msgstr "Modules"
|
| 3102 |
#: ../modules/email-customizer/admin-email-customizer.php:12
|
| 3103 |
#: ../modules/modules.php:118
|
| 3104 |
msgid "Admin Email Customizer"
|
| 3105 |
+
msgstr "Beheerders e-mail aanpassen"
|
| 3106 |
|
| 3107 |
#: ../modules/email-customizer/user-email-customizer.php:11
|
| 3108 |
#: ../modules/email-customizer/user-email-customizer.php:12
|
| 3109 |
#: ../modules/modules.php:125
|
| 3110 |
msgid "User Email Customizer"
|
| 3111 |
+
msgstr "Gebruikers e-mail aanpassen"
|
| 3112 |
|
| 3113 |
#: ../assets/lib/wck-api/wordpress-creation-kit.php:337
|
| 3114 |
#: ../modules/class-mustache-templates/class-mustache-templates.php:242
|
| 3205 |
"<p>E-mail:{{user_email}}</p>\n"
|
| 3206 |
msgstr ""
|
| 3207 |
"\n"
|
| 3208 |
+
"<p>Nieuwe abonnee op {{site_name}}.</p>\n"
|
|
|
|
| 3209 |
"<p>Gebruikersnaam:{{username}}</p>\n"
|
|
|
|
| 3210 |
"<p>E-mailadres:{{user_email}}</p>\n"
|
| 3211 |
|
| 3212 |
#: ../modules/email-customizer/admin-email-customizer.php:69
|
| 3237 |
msgstr ""
|
| 3238 |
"\n"
|
| 3239 |
"<p>Nieuwe abonnee op {{site_name}}.</p>\n"
|
|
|
|
| 3240 |
"<p>Gebruikersnaam:{{username}}</p>\n"
|
|
|
|
| 3241 |
"<p>E-mailadres:{{user_email}}</p>\n"
|
|
|
|
| 3242 |
"<p>De functie 'goedkeuring beheerder' is geactiveerd tijdens registratie,\n"
|
| 3243 |
+
"vergeet dus niet dat u deze gebruiker moet goedkeuren voordat hij/zij kan inloggen!</p>\n"
|
|
|
|
| 3244 |
|
| 3245 |
#: ../modules/email-customizer/admin-email-customizer.php:114
|
| 3246 |
#: ../modules/email-customizer/user-email-customizer.php:143
|
| 3294 |
msgstr ""
|
| 3295 |
"\n"
|
| 3296 |
"<h3>Welkom op {{site_name}}!</h3>\n"
|
|
|
|
| 3297 |
"<p>Uw gebruikersnaam is:{{username}} en wachtwoord:{{password}}</p>\n"
|
| 3298 |
|
| 3299 |
#: ../modules/email-customizer/user-email-customizer.php:85
|
| 3312 |
"\n"
|
| 3313 |
"{{{activation_link}}}</p>\n"
|
| 3314 |
"\n"
|
| 3315 |
+
"<p>Na activering zult u nog een e-mail ontvangen met uw aanmeldgegevens.</p>\n"
|
| 3316 |
|
| 3317 |
#: ../modules/email-customizer/user-email-customizer.php:103
|
| 3318 |
msgid "[{{site_name}}] Activate {{username}}"
|
| 3331 |
msgstr ""
|
| 3332 |
"\n"
|
| 3333 |
"<h3>Welkom op {{site_name}}!</h3>\n"
|
|
|
|
| 3334 |
"<p>Uw gebruikersnaam is:{{username}} en wachtwoord:{{password}}</p>\n"
|
|
|
|
| 3335 |
"<p>Voordat u toegang krijgt tot uw account moet een beheerder dit goedkeuren. U wordt via e-mail geïnformeerd.</p>\n"
|
| 3336 |
|
| 3337 |
#: ../modules/email-customizer/user-email-customizer.php:132
|
| 3345 |
"<p>An administrator has just approved your account: {{username}} on {{site_name}}.</p>\n"
|
| 3346 |
msgstr ""
|
| 3347 |
"\n"
|
| 3348 |
+
"<h3>Goed nieuws!</h3>\n"
|
|
|
|
| 3349 |
"<p>Een beheerder heeft zojuist uw account goedgekeurd: {{username}} op {{site_name}}.</p>\n"
|
| 3350 |
|
| 3351 |
#: ../modules/email-customizer/user-email-customizer.php:159
|
| 3352 |
msgid "Your account on {{site_name}} has been approved!"
|
| 3353 |
+
msgstr "Uw account op {{site_name}} is goedgekeurd!"
|
| 3354 |
|
| 3355 |
#: ../modules/email-customizer/user-email-customizer.php:170
|
| 3356 |
msgid "User Approval Notification"
|
| 3368 |
|
| 3369 |
#: ../modules/email-customizer/user-email-customizer.php:187
|
| 3370 |
msgid "Your account on {{site_name}} has been unapproved!"
|
| 3371 |
+
msgstr "Uw account op {{site_name}} is afgekeurd!"
|
| 3372 |
|
| 3373 |
#: ../modules/email-customizer/user-email-customizer.php:198
|
| 3374 |
msgid "Unapproved User Notification"
|
| 3420 |
|
| 3421 |
#: ../modules/multiple-forms/edit-profile-forms.php:131
|
| 3422 |
#: ../modules/multiple-forms/register-forms.php:134
|
| 3423 |
+
#: ../modules/user-listing/userlisting.php:1155
|
| 3424 |
msgid "Shortcode"
|
| 3425 |
msgstr "Shortcode"
|
| 3426 |
|
| 3427 |
#: ../modules/multiple-forms/edit-profile-forms.php:151
|
| 3428 |
#: ../modules/multiple-forms/register-forms.php:155
|
| 3429 |
+
#: ../modules/user-listing/userlisting.php:1176
|
| 3430 |
msgid "(no title)"
|
| 3431 |
msgstr "(geen titel)"
|
| 3432 |
|
| 3433 |
#: ../modules/multiple-forms/edit-profile-forms.php:171
|
| 3434 |
#: ../modules/multiple-forms/register-forms.php:174
|
| 3435 |
+
#: ../modules/user-listing/userlisting.php:1196
|
| 3436 |
msgid "The shortcode will be available after you publish this form."
|
| 3437 |
msgstr "De shortcode is beschikbaar nadat u dit formulier gepubliceerd hebt."
|
| 3438 |
|
| 3439 |
#: ../modules/multiple-forms/edit-profile-forms.php:173
|
| 3440 |
#: ../modules/multiple-forms/register-forms.php:176
|
| 3441 |
+
#: ../modules/user-listing/userlisting.php:1198
|
| 3442 |
msgid "Use this shortcode on the page you want the form to be displayed:"
|
| 3443 |
msgstr "Gebruik deze shortcode op de pagina waarop u het formulier wilt weergeven:"
|
| 3444 |
|
| 3445 |
#: ../modules/multiple-forms/edit-profile-forms.php:177
|
| 3446 |
#: ../modules/multiple-forms/register-forms.php:180
|
| 3447 |
+
#: ../modules/user-listing/userlisting.php:1202
|
| 3448 |
msgid "<span style=\"color:red;\">Note:</span> changing the form title also changes the shortcode!"
|
| 3449 |
+
msgstr "<span style=\"color:red;\">Attentie:</span> als u de formuliertitel wijzigt zal ook de shortcode gewijzigd worden!"
|
| 3450 |
|
| 3451 |
#: ../modules/multiple-forms/edit-profile-forms.php:183
|
| 3452 |
#: ../modules/multiple-forms/register-forms.php:186
|
| 3453 |
+
#: ../modules/user-listing/userlisting.php:1235
|
| 3454 |
msgid "Form Shortcode"
|
| 3455 |
msgstr "Formulier-shortcode"
|
| 3456 |
|
| 3471 |
|
| 3472 |
#: ../modules/multiple-forms/edit-profile-forms.php:204
|
| 3473 |
msgid "Specify the URL of the page users will be redirected once they updated their profile using this form<br/>Use the following format: http://www.mysite.com"
|
| 3474 |
+
msgstr "Specificeer de URL van de pagina waar gebruikers naar doorverwezen worden nadat ze hun profiel bijgewerkt hebben d.m.v. dit formulier <br/>Gebruik dit opmaak: http://www.mysite.com"
|
| 3475 |
|
| 3476 |
#: ../modules/multiple-forms/edit-profile-forms.php:211
|
| 3477 |
msgid "After Profile Update..."
|
| 3562 |
msgstr "Na registratie..."
|
| 3563 |
|
| 3564 |
#: ../modules/user-listing/class-userlisting.php:470
|
| 3565 |
+
#: ../modules/user-listing/userlisting.php:724
|
| 3566 |
+
#: ../modules/user-listing/userlisting.php:968
|
| 3567 |
+
#: ../modules/user-listing/userlisting.php:1011
|
| 3568 |
+
#: ../modules/user-listing/userlisting.php:1355
|
| 3569 |
msgid "Search Users by All Fields"
|
| 3570 |
msgstr "Zoek gebruikers mbv alle velden"
|
| 3571 |
|
| 3572 |
#: ../modules/user-listing/userlisting.php:14
|
| 3573 |
msgid "Add new User Listing"
|
| 3574 |
+
msgstr "Nieuwe gebruikerslijst toevoegen"
|
| 3575 |
|
| 3576 |
#: ../modules/user-listing/userlisting.php:15
|
| 3577 |
msgid "Edit the User Listing"
|
| 3578 |
+
msgstr "Bewerk de gebruikerslijst"
|
| 3579 |
|
| 3580 |
#: ../modules/user-listing/userlisting.php:16
|
| 3581 |
msgid "New User Listing"
|
| 3582 |
+
msgstr "Nieuwe gebruikerslijst"
|
| 3583 |
|
| 3584 |
#: ../modules/user-listing/userlisting.php:18
|
| 3585 |
msgid "View the User Listing"
|
| 3586 |
+
msgstr "Bekijk de gebruikerslijst"
|
| 3587 |
|
| 3588 |
#: ../modules/user-listing/userlisting.php:19
|
| 3589 |
msgid "Search the User Listing"
|
| 3590 |
+
msgstr "Zoek in de gebruikerslijst"
|
| 3591 |
|
| 3592 |
#: ../modules/user-listing/userlisting.php:20
|
| 3593 |
msgid "No User Listing found"
|
| 3594 |
+
msgstr "Geen gebruikerslijst gevonden"
|
| 3595 |
|
| 3596 |
#: ../modules/user-listing/userlisting.php:21
|
| 3597 |
msgid "No User Listing found in trash"
|
| 3598 |
+
msgstr "Geen gebruikerslijst in prullenbak gevonden"
|
| 3599 |
|
| 3600 |
#: ../modules/user-listing/userlisting.php:95
|
| 3601 |
msgid "Display name as"
|
| 3602 |
msgstr "Toon naam als"
|
| 3603 |
|
| 3604 |
#: ../modules/user-listing/userlisting.php:125
|
| 3605 |
+
#: ../modules/user-listing/userlisting.php:1263
|
| 3606 |
msgid "Registration Date"
|
| 3607 |
msgstr "Registratiedatum"
|
| 3608 |
|
| 3609 |
#: ../modules/user-listing/userlisting.php:126
|
| 3610 |
+
#: ../modules/user-listing/userlisting.php:1267
|
| 3611 |
msgid "Number of Posts"
|
| 3612 |
msgstr "Aantal berichten"
|
| 3613 |
|
| 3650 |
|
| 3651 |
#: ../modules/user-listing/userlisting.php:218
|
| 3652 |
msgid "All-userlisting Template"
|
| 3653 |
+
msgstr "Sjabloon voor gebruikerslijst"
|
| 3654 |
|
| 3655 |
#: ../modules/user-listing/userlisting.php:221
|
| 3656 |
msgid "Single-userlisting Template"
|
| 3657 |
+
msgstr "Sjabloon voor gebruikerspagina"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3658 |
|
| 3659 |
+
#: ../modules/user-listing/userlisting.php:614
|
| 3660 |
msgid "First/Lastname"
|
| 3661 |
msgstr "Voor-/achternaam"
|
| 3662 |
|
| 3663 |
+
#: ../modules/user-listing/userlisting.php:252
|
| 3664 |
+
#: ../modules/user-listing/userlisting.php:620
|
| 3665 |
msgid "Sign-up Date"
|
| 3666 |
msgstr "Aanmeld-datum"
|
| 3667 |
|
| 3668 |
+
#: ../modules/user-listing/userlisting.php:629
|
| 3669 |
+
#: ../modules/user-listing/userlisting.php:1266
|
| 3670 |
msgid "Display Name"
|
| 3671 |
msgstr "Schermnaam"
|
| 3672 |
|
| 3673 |
+
#: ../modules/user-listing/userlisting.php:251
|
| 3674 |
+
#: ../modules/user-listing/userlisting.php:638
|
| 3675 |
msgid "Posts"
|
| 3676 |
msgstr "Berichten"
|
| 3677 |
|
| 3678 |
+
#: ../modules/user-listing/userlisting.php:641
|
| 3679 |
+
#: ../modules/user-listing/userlisting.php:1272
|
| 3680 |
msgid "Aim"
|
| 3681 |
msgstr "Aim"
|
| 3682 |
|
| 3683 |
+
#: ../modules/user-listing/userlisting.php:644
|
| 3684 |
+
#: ../modules/user-listing/userlisting.php:1273
|
| 3685 |
msgid "Yim"
|
| 3686 |
msgstr "Yim"
|
| 3687 |
|
| 3688 |
+
#: ../modules/user-listing/userlisting.php:647
|
| 3689 |
+
#: ../modules/user-listing/userlisting.php:1274
|
| 3690 |
msgid "Jabber"
|
| 3691 |
msgstr "Jabber"
|
| 3692 |
|
| 3693 |
+
#: ../modules/user-listing/userlisting.php:827
|
| 3694 |
msgid "Click here to see more information about this user"
|
| 3695 |
msgstr "Klik hier om meer informatie over deze gebruiker te bekijken"
|
| 3696 |
|
| 3697 |
+
#: ../modules/user-listing/userlisting.php:827
|
| 3698 |
msgid "More..."
|
| 3699 |
msgstr "Meer..."
|
| 3700 |
|
| 3701 |
+
#: ../modules/user-listing/userlisting.php:830
|
| 3702 |
msgid "Click here to see more information about this user."
|
| 3703 |
msgstr "Klik hier om meer informatie over deze gebruiker te bekijken."
|
| 3704 |
|
| 3705 |
+
#: ../modules/user-listing/userlisting.php:922
|
| 3706 |
+
#: ../modules/user-listing/userlisting.php:925
|
| 3707 |
msgid "Click here to go back"
|
| 3708 |
msgstr "Klik hier om terug te gaan"
|
| 3709 |
|
| 3710 |
+
#: ../modules/user-listing/userlisting.php:922
|
| 3711 |
msgid "Back"
|
| 3712 |
msgstr "Terug"
|
| 3713 |
|
| 3714 |
+
#: ../modules/user-listing/userlisting.php:955
|
| 3715 |
msgid "«« First"
|
| 3716 |
msgstr "«« Eerste"
|
| 3717 |
|
| 3718 |
+
#: ../modules/user-listing/userlisting.php:956
|
| 3719 |
msgid "« Prev"
|
| 3720 |
msgstr "« Vorige"
|
| 3721 |
|
| 3722 |
+
#: ../modules/user-listing/userlisting.php:957
|
| 3723 |
msgid "Next » "
|
| 3724 |
msgstr "Volgende »"
|
| 3725 |
|
| 3726 |
+
#: ../modules/user-listing/userlisting.php:958
|
| 3727 |
msgid "Last »»"
|
| 3728 |
msgstr "Laatste »»"
|
| 3729 |
|
| 3730 |
+
#: ../modules/user-listing/userlisting.php:987
|
| 3731 |
msgid "You don't have any pagination settings on this userlisting!"
|
| 3732 |
+
msgstr "Er zijn geen pagina instellingen voor deze gebruikerslijst!"
|
| 3733 |
|
| 3734 |
+
#: ../modules/user-listing/userlisting.php:1028
|
| 3735 |
msgid "Search"
|
| 3736 |
msgstr "Zoeken"
|
| 3737 |
|
| 3738 |
+
#: ../modules/user-listing/userlisting.php:1029
|
| 3739 |
msgid "Clear Results"
|
| 3740 |
msgstr "Resultaten wissen"
|
| 3741 |
|
| 3742 |
+
#: ../modules/user-listing/userlisting.php:1205
|
| 3743 |
+
#: ../modules/user-listing/userlisting.php:1209
|
| 3744 |
msgid "Extra shortcode parameters"
|
| 3745 |
msgstr "Extra shortcode-parameters"
|
| 3746 |
|
| 3747 |
+
#: ../modules/user-listing/userlisting.php:1212
|
| 3748 |
msgid "displays users having a certain meta-value within a certain (extra) meta-field"
|
| 3749 |
msgstr "toont gebruikers met een bepaalde meta-waarde in een bepaald (extra) meta-veld"
|
| 3750 |
|
| 3751 |
+
#: ../modules/user-listing/userlisting.php:1213
|
| 3752 |
msgid "Example:"
|
| 3753 |
msgstr "Voorbeeld:"
|
| 3754 |
|
| 3755 |
+
#: ../modules/user-listing/userlisting.php:1215
|
| 3756 |
msgid "Remember though, that the field-value combination must exist in the database."
|
| 3757 |
msgstr "Onthoud echter dat de veldwaarde-combinatie in de database aanwezig moet zijn."
|
| 3758 |
|
| 3759 |
+
#: ../modules/user-listing/userlisting.php:1284
|
| 3760 |
msgid "Random (very slow on large databases > 10K user)"
|
| 3761 |
msgstr "Willekeurig (vertraagt grote databases > 10.000 gebruikers)"
|
| 3762 |
|
| 3763 |
+
#: ../modules/user-listing/userlisting.php:1297
|
| 3764 |
msgid "Roles to Display"
|
| 3765 |
msgstr "Te tonen rollen"
|
| 3766 |
|
| 3767 |
+
#: ../modules/user-listing/userlisting.php:1297
|
| 3768 |
msgid "Restrict the userlisting to these selected roles only<br/>If not specified, defaults to all existing roles"
|
| 3769 |
+
msgstr "Beperk de gebruikerslijst tot deze geselecteerde rollen<br/>Indien niet gespecificeerd, worden standaard alle bestaande rollen weergegeven"
|
| 3770 |
|
| 3771 |
+
#: ../modules/user-listing/userlisting.php:1298
|
| 3772 |
msgid "Number of Users/Page"
|
| 3773 |
msgstr "Aantal gebruikers per pagina"
|
| 3774 |
|
| 3775 |
+
#: ../modules/user-listing/userlisting.php:1299
|
| 3776 |
msgid "Default Sorting Criteria"
|
| 3777 |
msgstr "Standaard sorteercriteria"
|
| 3778 |
|
| 3779 |
+
#: ../modules/user-listing/userlisting.php:1299
|
| 3780 |
msgid "Set the default sorting criteria<br/>This can temporarily be changed for each new session"
|
| 3781 |
msgstr "Stel de standaard sorteercriteria in<br/>Dit kan tijdelijk gewijzigd worden voor iedere nieuwe sessie"
|
| 3782 |
|
| 3783 |
+
#: ../modules/user-listing/userlisting.php:1300
|
| 3784 |
msgid "Default Sorting Order"
|
| 3785 |
msgstr "Standaard sorteervolgorde"
|
| 3786 |
|
| 3787 |
+
#: ../modules/user-listing/userlisting.php:1300
|
| 3788 |
msgid "Set the default sorting order<br/>This can temporarily be changed for each new session"
|
| 3789 |
msgstr "Stel de standaard sorteervolgorde in<br/>Dit kan tijdelijk gewijzigd worden voor iedere nieuwe sessie"
|
| 3790 |
|
| 3791 |
+
#: ../modules/user-listing/userlisting.php:1301
|
| 3792 |
msgid "Avatar Size (All-userlisting)"
|
| 3793 |
+
msgstr "Avatargrootte (gebruikerslijst)"
|
| 3794 |
|
| 3795 |
+
#: ../modules/user-listing/userlisting.php:1301
|
| 3796 |
msgid "Set the avatar size on the all-userlisting only"
|
| 3797 |
+
msgstr "Stel de avatargrootte in voor de gebruikerslijst"
|
| 3798 |
|
| 3799 |
+
#: ../modules/user-listing/userlisting.php:1302
|
| 3800 |
msgid "Avatar Size (Single-userlisting)"
|
| 3801 |
+
msgstr "Avatargrootte (gebruikerspagina)"
|
| 3802 |
|
| 3803 |
+
#: ../modules/user-listing/userlisting.php:1302
|
| 3804 |
msgid "Set the avatar size on the single-userlisting only"
|
| 3805 |
+
msgstr "Stel de avatargrootte in voor de gebruikerspagina"
|
| 3806 |
|
| 3807 |
+
#: ../modules/user-listing/userlisting.php:1303
|
| 3808 |
msgid "Visible only to logged in users?"
|
| 3809 |
msgstr "Alleen zichtbaar voor ingelogde gebruikers?"
|
| 3810 |
|
| 3811 |
+
#: ../modules/user-listing/userlisting.php:1303
|
| 3812 |
msgid "The userlisting will only be visible only to the logged in users"
|
| 3813 |
+
msgstr "De gebruikerslijst is alleen zichtbaar voor ingelogde gebruikers"
|
| 3814 |
|
| 3815 |
+
#: ../modules/user-listing/userlisting.php:1304
|
| 3816 |
msgid "Visible to following Roles"
|
| 3817 |
msgstr "Zichtbaar voor de volgende rollen"
|
| 3818 |
|
| 3819 |
+
#: ../modules/user-listing/userlisting.php:1304
|
| 3820 |
msgid "The userlisting will only be visible to the following roles"
|
| 3821 |
+
msgstr "De gebruikerslijst is alleen zichtbaar voor de volgende rollen"
|
| 3822 |
|
| 3823 |
+
#: ../modules/user-listing/userlisting.php:1310
|
| 3824 |
msgid "Userlisting Settings"
|
| 3825 |
+
msgstr "Instellingen gebruikerslijst"
|
| 3826 |
|
| 3827 |
+
#: ../modules/user-listing/userlisting.php:1331
|
| 3828 |
msgid "You need to activate the Userlisting feature from within the \"Modules\" tab!"
|
| 3829 |
+
msgstr "U moet de gebruikerslijst functie activeren vanuit het tabblad 'Modules'!"
|
| 3830 |
|
| 3831 |
+
#: ../modules/user-listing/userlisting.php:1331
|
| 3832 |
msgid "You can find it in the Profile Builder menu."
|
| 3833 |
+
msgstr "U kunt dit in het menu van Profile Builder vinden."
|
| 3834 |
|
| 3835 |
+
#: ../modules/user-listing/userlisting.php:1494
|
| 3836 |
msgid "No results found!"
|
| 3837 |
+
msgstr "Geen resultaten gevonden!"
|
translation/profile-builder-pl_PL.mo
ADDED
|
Binary file
|
translation/profile-builder-pl_PL.po
ADDED
|
@@ -0,0 +1,3842 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Translation of Profile Builder in Polish
|
| 2 |
+
# This file is distributed under the same license as the Profile Builder package.
|
| 3 |
+
msgid ""
|
| 4 |
+
msgstr ""
|
| 5 |
+
"PO-Revision-Date: 2015-09-29 11:47:53+0000\n"
|
| 6 |
+
"MIME-Version: 1.0\n"
|
| 7 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 8 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 9 |
+
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
| 10 |
+
"X-Generator: GlotPress/0.1\n"
|
| 11 |
+
"Project-Id-Version: Profile Builder\n"
|
| 12 |
+
|
| 13 |
+
#: ../admin/admin-functions.php:40
|
| 14 |
+
msgid "Display name publicly as - only appears on the Edit Profile page!"
|
| 15 |
+
msgstr ""
|
| 16 |
+
|
| 17 |
+
#: ../admin/basic-info.php:37
|
| 18 |
+
msgid "Friction-less login using %s shortcode or a widget."
|
| 19 |
+
msgstr ""
|
| 20 |
+
|
| 21 |
+
#: ../admin/basic-info.php:41
|
| 22 |
+
msgid "Beautiful registration forms fully customizable using the %s shortcode."
|
| 23 |
+
msgstr ""
|
| 24 |
+
|
| 25 |
+
#: ../admin/basic-info.php:45
|
| 26 |
+
msgid "Straight forward edit profile forms using %s shortcode."
|
| 27 |
+
msgstr ""
|
| 28 |
+
|
| 29 |
+
#: ../admin/basic-info.php:58
|
| 30 |
+
msgid "Allow users to recover their password in the front-end using the %s."
|
| 31 |
+
msgstr ""
|
| 32 |
+
|
| 33 |
+
#: ../admin/basic-info.php:130
|
| 34 |
+
msgid "To create a page containing the users registered to this current site/blog, insert the following shortcode in a page of your chosing: %s."
|
| 35 |
+
msgstr ""
|
| 36 |
+
|
| 37 |
+
#: ../admin/general-settings.php:125
|
| 38 |
+
msgid "\"Admin Approval\" on User Role:"
|
| 39 |
+
msgstr ""
|
| 40 |
+
|
| 41 |
+
#: ../admin/general-settings.php:144
|
| 42 |
+
msgid "Select on what user roles to activate Admin Approval."
|
| 43 |
+
msgstr ""
|
| 44 |
+
|
| 45 |
+
#: ../admin/manage-fields.php:109
|
| 46 |
+
msgid "Display on PB forms"
|
| 47 |
+
msgstr ""
|
| 48 |
+
|
| 49 |
+
#: ../admin/manage-fields.php:109
|
| 50 |
+
msgid "PB Login"
|
| 51 |
+
msgstr ""
|
| 52 |
+
|
| 53 |
+
#: ../admin/manage-fields.php:109
|
| 54 |
+
msgid "PB Register"
|
| 55 |
+
msgstr ""
|
| 56 |
+
|
| 57 |
+
#: ../admin/manage-fields.php:109
|
| 58 |
+
msgid "PB Recover Password"
|
| 59 |
+
msgstr ""
|
| 60 |
+
|
| 61 |
+
#: ../admin/manage-fields.php:109
|
| 62 |
+
msgid "Select on which Profile Builder forms to display reCAPTCHA"
|
| 63 |
+
msgstr ""
|
| 64 |
+
|
| 65 |
+
#: ../admin/manage-fields.php:110
|
| 66 |
+
msgid "Display on default WP forms"
|
| 67 |
+
msgstr ""
|
| 68 |
+
|
| 69 |
+
#: ../admin/manage-fields.php:110
|
| 70 |
+
msgid "Default WP Login"
|
| 71 |
+
msgstr ""
|
| 72 |
+
|
| 73 |
+
#: ../admin/manage-fields.php:110
|
| 74 |
+
msgid "Default WP Register"
|
| 75 |
+
msgstr ""
|
| 76 |
+
|
| 77 |
+
#: ../admin/manage-fields.php:110
|
| 78 |
+
msgid "Default WP Recover Password"
|
| 79 |
+
msgstr ""
|
| 80 |
+
|
| 81 |
+
#: ../admin/manage-fields.php:110
|
| 82 |
+
msgid "Select on which default WP forms to display reCAPTCHA"
|
| 83 |
+
msgstr ""
|
| 84 |
+
|
| 85 |
+
#: ../admin/manage-fields.php:116 ../admin/manage-fields.php:117
|
| 86 |
+
msgid "Default option of the field"
|
| 87 |
+
msgstr ""
|
| 88 |
+
|
| 89 |
+
#: ../admin/manage-fields.php:237
|
| 90 |
+
msgid "Afghanistan"
|
| 91 |
+
msgstr "Afghanistan"
|
| 92 |
+
|
| 93 |
+
#: ../admin/manage-fields.php:238
|
| 94 |
+
msgid "Aland Islands"
|
| 95 |
+
msgstr "Aland Islands"
|
| 96 |
+
|
| 97 |
+
#: ../admin/manage-fields.php:239
|
| 98 |
+
msgid "Albania"
|
| 99 |
+
msgstr "Albania"
|
| 100 |
+
|
| 101 |
+
#: ../admin/manage-fields.php:240
|
| 102 |
+
msgid "Algeria"
|
| 103 |
+
msgstr "Algeria"
|
| 104 |
+
|
| 105 |
+
#: ../admin/manage-fields.php:241
|
| 106 |
+
msgid "American Samoa"
|
| 107 |
+
msgstr "American Samoa"
|
| 108 |
+
|
| 109 |
+
#: ../admin/manage-fields.php:242
|
| 110 |
+
msgid "Andorra"
|
| 111 |
+
msgstr "Andorra"
|
| 112 |
+
|
| 113 |
+
#: ../admin/manage-fields.php:243
|
| 114 |
+
msgid "Angola"
|
| 115 |
+
msgstr "Angola"
|
| 116 |
+
|
| 117 |
+
#: ../admin/manage-fields.php:244
|
| 118 |
+
msgid "Anguilla"
|
| 119 |
+
msgstr "Anguilla"
|
| 120 |
+
|
| 121 |
+
#: ../admin/manage-fields.php:245
|
| 122 |
+
msgid "Antarctica"
|
| 123 |
+
msgstr "Antarctica"
|
| 124 |
+
|
| 125 |
+
#: ../admin/manage-fields.php:246
|
| 126 |
+
msgid "Antigua and Barbuda"
|
| 127 |
+
msgstr "Antigua and Barbuda"
|
| 128 |
+
|
| 129 |
+
#: ../admin/manage-fields.php:247
|
| 130 |
+
msgid "Argentina"
|
| 131 |
+
msgstr "Argentina"
|
| 132 |
+
|
| 133 |
+
#: ../admin/manage-fields.php:248
|
| 134 |
+
msgid "Armenia"
|
| 135 |
+
msgstr "Armenia"
|
| 136 |
+
|
| 137 |
+
#: ../admin/manage-fields.php:249
|
| 138 |
+
msgid "Aruba"
|
| 139 |
+
msgstr "Aruba"
|
| 140 |
+
|
| 141 |
+
#: ../admin/manage-fields.php:250
|
| 142 |
+
msgid "Australia"
|
| 143 |
+
msgstr "Australia"
|
| 144 |
+
|
| 145 |
+
#: ../admin/manage-fields.php:251
|
| 146 |
+
msgid "Austria"
|
| 147 |
+
msgstr "Austria"
|
| 148 |
+
|
| 149 |
+
#: ../admin/manage-fields.php:252
|
| 150 |
+
msgid "Azerbaijan"
|
| 151 |
+
msgstr "Azerbaijan"
|
| 152 |
+
|
| 153 |
+
#: ../admin/manage-fields.php:253
|
| 154 |
+
msgid "Bahamas"
|
| 155 |
+
msgstr "Bahamas"
|
| 156 |
+
|
| 157 |
+
#: ../admin/manage-fields.php:254
|
| 158 |
+
msgid "Bahrain"
|
| 159 |
+
msgstr "Bahrain"
|
| 160 |
+
|
| 161 |
+
#: ../admin/manage-fields.php:255
|
| 162 |
+
msgid "Bangladesh"
|
| 163 |
+
msgstr "Bangladesh"
|
| 164 |
+
|
| 165 |
+
#: ../admin/manage-fields.php:256
|
| 166 |
+
msgid "Barbados"
|
| 167 |
+
msgstr "Barbados"
|
| 168 |
+
|
| 169 |
+
#: ../admin/manage-fields.php:257
|
| 170 |
+
msgid "Belarus"
|
| 171 |
+
msgstr "Belarus"
|
| 172 |
+
|
| 173 |
+
#: ../admin/manage-fields.php:258
|
| 174 |
+
msgid "Belgium"
|
| 175 |
+
msgstr "Belgium"
|
| 176 |
+
|
| 177 |
+
#: ../admin/manage-fields.php:259
|
| 178 |
+
msgid "Belize"
|
| 179 |
+
msgstr "Belize"
|
| 180 |
+
|
| 181 |
+
#: ../admin/manage-fields.php:260
|
| 182 |
+
msgid "Benin"
|
| 183 |
+
msgstr "Benin"
|
| 184 |
+
|
| 185 |
+
#: ../admin/manage-fields.php:261
|
| 186 |
+
msgid "Bermuda"
|
| 187 |
+
msgstr "Bermuda"
|
| 188 |
+
|
| 189 |
+
#: ../admin/manage-fields.php:262
|
| 190 |
+
msgid "Bhutan"
|
| 191 |
+
msgstr "Bhutan"
|
| 192 |
+
|
| 193 |
+
#: ../admin/manage-fields.php:263
|
| 194 |
+
msgid "Bolivia"
|
| 195 |
+
msgstr "Bolivia"
|
| 196 |
+
|
| 197 |
+
#: ../admin/manage-fields.php:264
|
| 198 |
+
msgid "Bonaire, Saint Eustatius and Saba"
|
| 199 |
+
msgstr "Bonaire, Saint Eustatius and Saba"
|
| 200 |
+
|
| 201 |
+
#: ../admin/manage-fields.php:265
|
| 202 |
+
msgid "Bosnia and Herzegovina"
|
| 203 |
+
msgstr "Bosnia and Herzegovina"
|
| 204 |
+
|
| 205 |
+
#: ../admin/manage-fields.php:266
|
| 206 |
+
msgid "Botswana"
|
| 207 |
+
msgstr "Botswana"
|
| 208 |
+
|
| 209 |
+
#: ../admin/manage-fields.php:267
|
| 210 |
+
msgid "Bouvet Island"
|
| 211 |
+
msgstr "Bouvet Island"
|
| 212 |
+
|
| 213 |
+
#: ../admin/manage-fields.php:268
|
| 214 |
+
msgid "Brazil"
|
| 215 |
+
msgstr "Brazil"
|
| 216 |
+
|
| 217 |
+
#: ../admin/manage-fields.php:269
|
| 218 |
+
msgid "British Indian Ocean Territory"
|
| 219 |
+
msgstr "British Indian Ocean Territory"
|
| 220 |
+
|
| 221 |
+
#: ../admin/manage-fields.php:270
|
| 222 |
+
msgid "British Virgin Islands"
|
| 223 |
+
msgstr "British Virgin Islands"
|
| 224 |
+
|
| 225 |
+
#: ../admin/manage-fields.php:271
|
| 226 |
+
msgid "Brunei"
|
| 227 |
+
msgstr "Brunei"
|
| 228 |
+
|
| 229 |
+
#: ../admin/manage-fields.php:272
|
| 230 |
+
msgid "Bulgaria"
|
| 231 |
+
msgstr "Bulgaria"
|
| 232 |
+
|
| 233 |
+
#: ../admin/manage-fields.php:273
|
| 234 |
+
msgid "Burkina Faso"
|
| 235 |
+
msgstr "Burkina Faso"
|
| 236 |
+
|
| 237 |
+
#: ../admin/manage-fields.php:274
|
| 238 |
+
msgid "Burundi"
|
| 239 |
+
msgstr "Burundi"
|
| 240 |
+
|
| 241 |
+
#: ../admin/manage-fields.php:275
|
| 242 |
+
msgid "Cambodia"
|
| 243 |
+
msgstr "Cambodia"
|
| 244 |
+
|
| 245 |
+
#: ../admin/manage-fields.php:276
|
| 246 |
+
msgid "Cameroon"
|
| 247 |
+
msgstr "Cameroon"
|
| 248 |
+
|
| 249 |
+
#: ../admin/manage-fields.php:277
|
| 250 |
+
msgid "Canada"
|
| 251 |
+
msgstr "Canada"
|
| 252 |
+
|
| 253 |
+
#: ../admin/manage-fields.php:278
|
| 254 |
+
msgid "Cape Verde"
|
| 255 |
+
msgstr "Cape Verde"
|
| 256 |
+
|
| 257 |
+
#: ../admin/manage-fields.php:279
|
| 258 |
+
msgid "Cayman Islands"
|
| 259 |
+
msgstr "Cayman Islands"
|
| 260 |
+
|
| 261 |
+
#: ../admin/manage-fields.php:280
|
| 262 |
+
msgid "Central African Republic"
|
| 263 |
+
msgstr "Central African Republic"
|
| 264 |
+
|
| 265 |
+
#: ../admin/manage-fields.php:281
|
| 266 |
+
msgid "Chad"
|
| 267 |
+
msgstr "Chad"
|
| 268 |
+
|
| 269 |
+
#: ../admin/manage-fields.php:282
|
| 270 |
+
msgid "Chile"
|
| 271 |
+
msgstr "Chile"
|
| 272 |
+
|
| 273 |
+
#: ../admin/manage-fields.php:283
|
| 274 |
+
msgid "China"
|
| 275 |
+
msgstr "China"
|
| 276 |
+
|
| 277 |
+
#: ../admin/manage-fields.php:284
|
| 278 |
+
msgid "Christmas Island"
|
| 279 |
+
msgstr "Christmas Island"
|
| 280 |
+
|
| 281 |
+
#: ../admin/manage-fields.php:285
|
| 282 |
+
msgid "Cocos Islands"
|
| 283 |
+
msgstr "Cocos Islands"
|
| 284 |
+
|
| 285 |
+
#: ../admin/manage-fields.php:286
|
| 286 |
+
msgid "Colombia"
|
| 287 |
+
msgstr "Colombia"
|
| 288 |
+
|
| 289 |
+
#: ../admin/manage-fields.php:287
|
| 290 |
+
msgid "Comoros"
|
| 291 |
+
msgstr "Comoros"
|
| 292 |
+
|
| 293 |
+
#: ../admin/manage-fields.php:288
|
| 294 |
+
msgid "Cook Islands"
|
| 295 |
+
msgstr "Cook Islands"
|
| 296 |
+
|
| 297 |
+
#: ../admin/manage-fields.php:289
|
| 298 |
+
msgid "Costa Rica"
|
| 299 |
+
msgstr "Costa Rica"
|
| 300 |
+
|
| 301 |
+
#: ../admin/manage-fields.php:290
|
| 302 |
+
msgid "Croatia"
|
| 303 |
+
msgstr "Croatia"
|
| 304 |
+
|
| 305 |
+
#: ../admin/manage-fields.php:291
|
| 306 |
+
msgid "Cuba"
|
| 307 |
+
msgstr "Cuba"
|
| 308 |
+
|
| 309 |
+
#: ../admin/manage-fields.php:292
|
| 310 |
+
msgid "Curacao"
|
| 311 |
+
msgstr "Curacao"
|
| 312 |
+
|
| 313 |
+
#: ../admin/manage-fields.php:293
|
| 314 |
+
msgid "Cyprus"
|
| 315 |
+
msgstr "Cyprus"
|
| 316 |
+
|
| 317 |
+
#: ../admin/manage-fields.php:294
|
| 318 |
+
msgid "Czech Republic"
|
| 319 |
+
msgstr "Czech Republic"
|
| 320 |
+
|
| 321 |
+
#: ../admin/manage-fields.php:295
|
| 322 |
+
msgid "Democratic Republic of the Congo"
|
| 323 |
+
msgstr "Democratic Republic of the Congo"
|
| 324 |
+
|
| 325 |
+
#: ../admin/manage-fields.php:296
|
| 326 |
+
msgid "Denmark"
|
| 327 |
+
msgstr "Denmark"
|
| 328 |
+
|
| 329 |
+
#: ../admin/manage-fields.php:297
|
| 330 |
+
msgid "Djibouti"
|
| 331 |
+
msgstr "Djibouti"
|
| 332 |
+
|
| 333 |
+
#: ../admin/manage-fields.php:298
|
| 334 |
+
msgid "Dominica"
|
| 335 |
+
msgstr "Dominica"
|
| 336 |
+
|
| 337 |
+
#: ../admin/manage-fields.php:299
|
| 338 |
+
msgid "Dominican Republic"
|
| 339 |
+
msgstr "Dominican Republic"
|
| 340 |
+
|
| 341 |
+
#: ../admin/manage-fields.php:300
|
| 342 |
+
msgid "East Timor"
|
| 343 |
+
msgstr "East Timor"
|
| 344 |
+
|
| 345 |
+
#: ../admin/manage-fields.php:301
|
| 346 |
+
msgid "Ecuador"
|
| 347 |
+
msgstr "Ecuador"
|
| 348 |
+
|
| 349 |
+
#: ../admin/manage-fields.php:302
|
| 350 |
+
msgid "Egypt"
|
| 351 |
+
msgstr "Egypt"
|
| 352 |
+
|
| 353 |
+
#: ../admin/manage-fields.php:303
|
| 354 |
+
msgid "El Salvador"
|
| 355 |
+
msgstr "El Salvador"
|
| 356 |
+
|
| 357 |
+
#: ../admin/manage-fields.php:304
|
| 358 |
+
msgid "Equatorial Guinea"
|
| 359 |
+
msgstr "Equatorial Guinea"
|
| 360 |
+
|
| 361 |
+
#: ../admin/manage-fields.php:305
|
| 362 |
+
msgid "Eritrea"
|
| 363 |
+
msgstr "Eritrea"
|
| 364 |
+
|
| 365 |
+
#: ../admin/manage-fields.php:306
|
| 366 |
+
msgid "Estonia"
|
| 367 |
+
msgstr "Estonia"
|
| 368 |
+
|
| 369 |
+
#: ../admin/manage-fields.php:307
|
| 370 |
+
msgid "Ethiopia"
|
| 371 |
+
msgstr "Ethiopia"
|
| 372 |
+
|
| 373 |
+
#: ../admin/manage-fields.php:308
|
| 374 |
+
msgid "Falkland Islands"
|
| 375 |
+
msgstr "Falkland Islands"
|
| 376 |
+
|
| 377 |
+
#: ../admin/manage-fields.php:309
|
| 378 |
+
msgid "Faroe Islands"
|
| 379 |
+
msgstr "Faroe Islands"
|
| 380 |
+
|
| 381 |
+
#: ../admin/manage-fields.php:310
|
| 382 |
+
msgid "Fiji"
|
| 383 |
+
msgstr "Fiji"
|
| 384 |
+
|
| 385 |
+
#: ../admin/manage-fields.php:311
|
| 386 |
+
msgid "Finland"
|
| 387 |
+
msgstr "Finland"
|
| 388 |
+
|
| 389 |
+
#: ../admin/manage-fields.php:312
|
| 390 |
+
msgid "France"
|
| 391 |
+
msgstr "France"
|
| 392 |
+
|
| 393 |
+
#: ../admin/manage-fields.php:313
|
| 394 |
+
msgid "French Guiana"
|
| 395 |
+
msgstr "French Guiana"
|
| 396 |
+
|
| 397 |
+
#: ../admin/manage-fields.php:314
|
| 398 |
+
msgid "French Polynesia"
|
| 399 |
+
msgstr "French Polynesia"
|
| 400 |
+
|
| 401 |
+
#: ../admin/manage-fields.php:315
|
| 402 |
+
msgid "French Southern Territories"
|
| 403 |
+
msgstr "French Southern Territories"
|
| 404 |
+
|
| 405 |
+
#: ../admin/manage-fields.php:316
|
| 406 |
+
msgid "Gabon"
|
| 407 |
+
msgstr "Gabon"
|
| 408 |
+
|
| 409 |
+
#: ../admin/manage-fields.php:317
|
| 410 |
+
msgid "Gambia"
|
| 411 |
+
msgstr "Gambia"
|
| 412 |
+
|
| 413 |
+
#: ../admin/manage-fields.php:318
|
| 414 |
+
msgid "Georgia"
|
| 415 |
+
msgstr "Georgia"
|
| 416 |
+
|
| 417 |
+
#: ../admin/manage-fields.php:319
|
| 418 |
+
msgid "Germany"
|
| 419 |
+
msgstr "Germany"
|
| 420 |
+
|
| 421 |
+
#: ../admin/manage-fields.php:320
|
| 422 |
+
msgid "Ghana"
|
| 423 |
+
msgstr "Ghana"
|
| 424 |
+
|
| 425 |
+
#: ../admin/manage-fields.php:321
|
| 426 |
+
msgid "Gibraltar"
|
| 427 |
+
msgstr "Gibraltar"
|
| 428 |
+
|
| 429 |
+
#: ../admin/manage-fields.php:322
|
| 430 |
+
msgid "Greece"
|
| 431 |
+
msgstr "Greece"
|
| 432 |
+
|
| 433 |
+
#: ../admin/manage-fields.php:323
|
| 434 |
+
msgid "Greenland"
|
| 435 |
+
msgstr "Greenland"
|
| 436 |
+
|
| 437 |
+
#: ../admin/manage-fields.php:324
|
| 438 |
+
msgid "Grenada"
|
| 439 |
+
msgstr "Grenada"
|
| 440 |
+
|
| 441 |
+
#: ../admin/manage-fields.php:325
|
| 442 |
+
msgid "Guadeloupe"
|
| 443 |
+
msgstr "Guadeloupe"
|
| 444 |
+
|
| 445 |
+
#: ../admin/manage-fields.php:326
|
| 446 |
+
msgid "Guam"
|
| 447 |
+
msgstr "Guam"
|
| 448 |
+
|
| 449 |
+
#: ../admin/manage-fields.php:327
|
| 450 |
+
msgid "Guatemala"
|
| 451 |
+
msgstr "Guatemala"
|
| 452 |
+
|
| 453 |
+
#: ../admin/manage-fields.php:328
|
| 454 |
+
msgid "Guernsey"
|
| 455 |
+
msgstr "Guernsey"
|
| 456 |
+
|
| 457 |
+
#: ../admin/manage-fields.php:329
|
| 458 |
+
msgid "Guinea"
|
| 459 |
+
msgstr "Guinea"
|
| 460 |
+
|
| 461 |
+
#: ../admin/manage-fields.php:330
|
| 462 |
+
msgid "Guinea-Bissau"
|
| 463 |
+
msgstr "Guinea-Bissau"
|
| 464 |
+
|
| 465 |
+
#: ../admin/manage-fields.php:331
|
| 466 |
+
msgid "Guyana"
|
| 467 |
+
msgstr "Guyana"
|
| 468 |
+
|
| 469 |
+
#: ../admin/manage-fields.php:332
|
| 470 |
+
msgid "Haiti"
|
| 471 |
+
msgstr "Haiti"
|
| 472 |
+
|
| 473 |
+
#: ../admin/manage-fields.php:333
|
| 474 |
+
msgid "Heard Island and McDonald Islands"
|
| 475 |
+
msgstr "Heard Island and McDonald Islands"
|
| 476 |
+
|
| 477 |
+
#: ../admin/manage-fields.php:334
|
| 478 |
+
msgid "Honduras"
|
| 479 |
+
msgstr "Honduras"
|
| 480 |
+
|
| 481 |
+
#: ../admin/manage-fields.php:335
|
| 482 |
+
msgid "Hong Kong"
|
| 483 |
+
msgstr "Hong Kong"
|
| 484 |
+
|
| 485 |
+
#: ../admin/manage-fields.php:336
|
| 486 |
+
msgid "Hungary"
|
| 487 |
+
msgstr "Hungary"
|
| 488 |
+
|
| 489 |
+
#: ../admin/manage-fields.php:337
|
| 490 |
+
msgid "Iceland"
|
| 491 |
+
msgstr "Iceland"
|
| 492 |
+
|
| 493 |
+
#: ../admin/manage-fields.php:338
|
| 494 |
+
msgid "India"
|
| 495 |
+
msgstr "India"
|
| 496 |
+
|
| 497 |
+
#: ../admin/manage-fields.php:339
|
| 498 |
+
msgid "Indonesia"
|
| 499 |
+
msgstr "Indonesia"
|
| 500 |
+
|
| 501 |
+
#: ../admin/manage-fields.php:340
|
| 502 |
+
msgid "Iran"
|
| 503 |
+
msgstr "Iran"
|
| 504 |
+
|
| 505 |
+
#: ../admin/manage-fields.php:341
|
| 506 |
+
msgid "Iraq"
|
| 507 |
+
msgstr "Iraq"
|
| 508 |
+
|
| 509 |
+
#: ../admin/manage-fields.php:342
|
| 510 |
+
msgid "Ireland"
|
| 511 |
+
msgstr "Ireland"
|
| 512 |
+
|
| 513 |
+
#: ../admin/manage-fields.php:343
|
| 514 |
+
msgid "Isle of Man"
|
| 515 |
+
msgstr "Isle of Man"
|
| 516 |
+
|
| 517 |
+
#: ../admin/manage-fields.php:344
|
| 518 |
+
msgid "Israel"
|
| 519 |
+
msgstr "Israel"
|
| 520 |
+
|
| 521 |
+
#: ../admin/manage-fields.php:345
|
| 522 |
+
msgid "Italy"
|
| 523 |
+
msgstr "Italy"
|
| 524 |
+
|
| 525 |
+
#: ../admin/manage-fields.php:346
|
| 526 |
+
msgid "Ivory Coast"
|
| 527 |
+
msgstr "Ivory Coast"
|
| 528 |
+
|
| 529 |
+
#: ../admin/manage-fields.php:347
|
| 530 |
+
msgid "Jamaica"
|
| 531 |
+
msgstr "Jamaica"
|
| 532 |
+
|
| 533 |
+
#: ../admin/manage-fields.php:348
|
| 534 |
+
msgid "Japan"
|
| 535 |
+
msgstr "Japan"
|
| 536 |
+
|
| 537 |
+
#: ../admin/manage-fields.php:349
|
| 538 |
+
msgid "Jersey"
|
| 539 |
+
msgstr "Jersey"
|
| 540 |
+
|
| 541 |
+
#: ../admin/manage-fields.php:350
|
| 542 |
+
msgid "Jordan"
|
| 543 |
+
msgstr "Jordan"
|
| 544 |
+
|
| 545 |
+
#: ../admin/manage-fields.php:351
|
| 546 |
+
msgid "Kazakhstan"
|
| 547 |
+
msgstr "Kazakhstan"
|
| 548 |
+
|
| 549 |
+
#: ../admin/manage-fields.php:352
|
| 550 |
+
msgid "Kenya"
|
| 551 |
+
msgstr "Kenya"
|
| 552 |
+
|
| 553 |
+
#: ../admin/manage-fields.php:353
|
| 554 |
+
msgid "Kiribati"
|
| 555 |
+
msgstr "Kiribati"
|
| 556 |
+
|
| 557 |
+
#: ../admin/manage-fields.php:354
|
| 558 |
+
msgid "Kosovo"
|
| 559 |
+
msgstr "Kosovo"
|
| 560 |
+
|
| 561 |
+
#: ../admin/manage-fields.php:355
|
| 562 |
+
msgid "Kuwait"
|
| 563 |
+
msgstr "Kuwait"
|
| 564 |
+
|
| 565 |
+
#: ../admin/manage-fields.php:356
|
| 566 |
+
msgid "Kyrgyzstan"
|
| 567 |
+
msgstr "Kyrgyzstan"
|
| 568 |
+
|
| 569 |
+
#: ../admin/manage-fields.php:357
|
| 570 |
+
msgid "Laos"
|
| 571 |
+
msgstr "Laos"
|
| 572 |
+
|
| 573 |
+
#: ../admin/manage-fields.php:358
|
| 574 |
+
msgid "Latvia"
|
| 575 |
+
msgstr "Latvia"
|
| 576 |
+
|
| 577 |
+
#: ../admin/manage-fields.php:359
|
| 578 |
+
msgid "Lebanon"
|
| 579 |
+
msgstr "Lebanon"
|
| 580 |
+
|
| 581 |
+
#: ../admin/manage-fields.php:360
|
| 582 |
+
msgid "Lesotho"
|
| 583 |
+
msgstr "Lesotho"
|
| 584 |
+
|
| 585 |
+
#: ../admin/manage-fields.php:361
|
| 586 |
+
msgid "Liberia"
|
| 587 |
+
msgstr "Liberia"
|
| 588 |
+
|
| 589 |
+
#: ../admin/manage-fields.php:362
|
| 590 |
+
msgid "Libya"
|
| 591 |
+
msgstr "Libya"
|
| 592 |
+
|
| 593 |
+
#: ../admin/manage-fields.php:363
|
| 594 |
+
msgid "Liechtenstein"
|
| 595 |
+
msgstr "Liechtenstein"
|
| 596 |
+
|
| 597 |
+
#: ../admin/manage-fields.php:364
|
| 598 |
+
msgid "Lithuania"
|
| 599 |
+
msgstr "Lithuania"
|
| 600 |
+
|
| 601 |
+
#: ../admin/manage-fields.php:365
|
| 602 |
+
msgid "Luxembourg"
|
| 603 |
+
msgstr "Luxembourg"
|
| 604 |
+
|
| 605 |
+
#: ../admin/manage-fields.php:366
|
| 606 |
+
msgid "Macao"
|
| 607 |
+
msgstr "Macao"
|
| 608 |
+
|
| 609 |
+
#: ../admin/manage-fields.php:367
|
| 610 |
+
msgid "Macedonia"
|
| 611 |
+
msgstr "Macedonia"
|
| 612 |
+
|
| 613 |
+
#: ../admin/manage-fields.php:368
|
| 614 |
+
msgid "Madagascar"
|
| 615 |
+
msgstr "Madagascar"
|
| 616 |
+
|
| 617 |
+
#: ../admin/manage-fields.php:369
|
| 618 |
+
msgid "Malawi"
|
| 619 |
+
msgstr "Malawi"
|
| 620 |
+
|
| 621 |
+
#: ../admin/manage-fields.php:370
|
| 622 |
+
msgid "Malaysia"
|
| 623 |
+
msgstr "Malaysia"
|
| 624 |
+
|
| 625 |
+
#: ../admin/manage-fields.php:371
|
| 626 |
+
msgid "Maldives"
|
| 627 |
+
msgstr "Maldives"
|
| 628 |
+
|
| 629 |
+
#: ../admin/manage-fields.php:372
|
| 630 |
+
msgid "Mali"
|
| 631 |
+
msgstr "Mali"
|
| 632 |
+
|
| 633 |
+
#: ../admin/manage-fields.php:373
|
| 634 |
+
msgid "Malta"
|
| 635 |
+
msgstr "Malta"
|
| 636 |
+
|
| 637 |
+
#: ../admin/manage-fields.php:374
|
| 638 |
+
msgid "Marshall Islands"
|
| 639 |
+
msgstr "Marshall Islands"
|
| 640 |
+
|
| 641 |
+
#: ../admin/manage-fields.php:375
|
| 642 |
+
msgid "Martinique"
|
| 643 |
+
msgstr "Martinique"
|
| 644 |
+
|
| 645 |
+
#: ../admin/manage-fields.php:376
|
| 646 |
+
msgid "Mauritania"
|
| 647 |
+
msgstr "Mauritania"
|
| 648 |
+
|
| 649 |
+
#: ../admin/manage-fields.php:377
|
| 650 |
+
msgid "Mauritius"
|
| 651 |
+
msgstr "Mauritius"
|
| 652 |
+
|
| 653 |
+
#: ../admin/manage-fields.php:378
|
| 654 |
+
msgid "Mayotte"
|
| 655 |
+
msgstr "Mayotte"
|
| 656 |
+
|
| 657 |
+
#: ../admin/manage-fields.php:379
|
| 658 |
+
msgid "Mexico"
|
| 659 |
+
msgstr "Mexico"
|
| 660 |
+
|
| 661 |
+
#: ../admin/manage-fields.php:380
|
| 662 |
+
msgid "Micronesia"
|
| 663 |
+
msgstr "Micronesia"
|
| 664 |
+
|
| 665 |
+
#: ../admin/manage-fields.php:381
|
| 666 |
+
msgid "Moldova"
|
| 667 |
+
msgstr "Moldova"
|
| 668 |
+
|
| 669 |
+
#: ../admin/manage-fields.php:382
|
| 670 |
+
msgid "Monaco"
|
| 671 |
+
msgstr "Monaco"
|
| 672 |
+
|
| 673 |
+
#: ../admin/manage-fields.php:383
|
| 674 |
+
msgid "Mongolia"
|
| 675 |
+
msgstr "Mongolia"
|
| 676 |
+
|
| 677 |
+
#: ../admin/manage-fields.php:384
|
| 678 |
+
msgid "Montenegro"
|
| 679 |
+
msgstr "Montenegro"
|
| 680 |
+
|
| 681 |
+
#: ../admin/manage-fields.php:385
|
| 682 |
+
msgid "Montserrat"
|
| 683 |
+
msgstr "Montserrat"
|
| 684 |
+
|
| 685 |
+
#: ../admin/manage-fields.php:386
|
| 686 |
+
msgid "Morocco"
|
| 687 |
+
msgstr "Morocco"
|
| 688 |
+
|
| 689 |
+
#: ../admin/manage-fields.php:387
|
| 690 |
+
msgid "Mozambique"
|
| 691 |
+
msgstr "Mozambique"
|
| 692 |
+
|
| 693 |
+
#: ../admin/manage-fields.php:388
|
| 694 |
+
msgid "Myanmar"
|
| 695 |
+
msgstr "Myanmar"
|
| 696 |
+
|
| 697 |
+
#: ../admin/manage-fields.php:389
|
| 698 |
+
msgid "Namibia"
|
| 699 |
+
msgstr "Namibia"
|
| 700 |
+
|
| 701 |
+
#: ../admin/manage-fields.php:390
|
| 702 |
+
msgid "Nauru"
|
| 703 |
+
msgstr "Nauru"
|
| 704 |
+
|
| 705 |
+
#: ../admin/manage-fields.php:391
|
| 706 |
+
msgid "Nepal"
|
| 707 |
+
msgstr "Nepal"
|
| 708 |
+
|
| 709 |
+
#: ../admin/manage-fields.php:392
|
| 710 |
+
msgid "Netherlands"
|
| 711 |
+
msgstr "Netherlands"
|
| 712 |
+
|
| 713 |
+
#: ../admin/manage-fields.php:393
|
| 714 |
+
msgid "New Caledonia"
|
| 715 |
+
msgstr "New Caledonia"
|
| 716 |
+
|
| 717 |
+
#: ../admin/manage-fields.php:394
|
| 718 |
+
msgid "New Zealand"
|
| 719 |
+
msgstr "New Zealand"
|
| 720 |
+
|
| 721 |
+
#: ../admin/manage-fields.php:395
|
| 722 |
+
msgid "Nicaragua"
|
| 723 |
+
msgstr "Nicaragua"
|
| 724 |
+
|
| 725 |
+
#: ../admin/manage-fields.php:396
|
| 726 |
+
msgid "Niger"
|
| 727 |
+
msgstr "Niger"
|
| 728 |
+
|
| 729 |
+
#: ../admin/manage-fields.php:397
|
| 730 |
+
msgid "Nigeria"
|
| 731 |
+
msgstr "Nigeria"
|
| 732 |
+
|
| 733 |
+
#: ../admin/manage-fields.php:398
|
| 734 |
+
msgid "Niue"
|
| 735 |
+
msgstr "Niue"
|
| 736 |
+
|
| 737 |
+
#: ../admin/manage-fields.php:399
|
| 738 |
+
msgid "Norfolk Island"
|
| 739 |
+
msgstr "Norfolk Island"
|
| 740 |
+
|
| 741 |
+
#: ../admin/manage-fields.php:400
|
| 742 |
+
msgid "North Korea"
|
| 743 |
+
msgstr "North Korea"
|
| 744 |
+
|
| 745 |
+
#: ../admin/manage-fields.php:401
|
| 746 |
+
msgid "Northern Mariana Islands"
|
| 747 |
+
msgstr "Northern Mariana Islands"
|
| 748 |
+
|
| 749 |
+
#: ../admin/manage-fields.php:402
|
| 750 |
+
msgid "Norway"
|
| 751 |
+
msgstr "Norway"
|
| 752 |
+
|
| 753 |
+
#: ../admin/manage-fields.php:403
|
| 754 |
+
msgid "Oman"
|
| 755 |
+
msgstr "Oman"
|
| 756 |
+
|
| 757 |
+
#: ../admin/manage-fields.php:404
|
| 758 |
+
msgid "Pakistan"
|
| 759 |
+
msgstr "Pakistan"
|
| 760 |
+
|
| 761 |
+
#: ../admin/manage-fields.php:405
|
| 762 |
+
msgid "Palau"
|
| 763 |
+
msgstr "Palau"
|
| 764 |
+
|
| 765 |
+
#: ../admin/manage-fields.php:406
|
| 766 |
+
msgid "Palestinian Territory"
|
| 767 |
+
msgstr "Palestinian Territory"
|
| 768 |
+
|
| 769 |
+
#: ../admin/manage-fields.php:407
|
| 770 |
+
msgid "Panama"
|
| 771 |
+
msgstr "Panama"
|
| 772 |
+
|
| 773 |
+
#: ../admin/manage-fields.php:408
|
| 774 |
+
msgid "Papua New Guinea"
|
| 775 |
+
msgstr "Papua New Guinea"
|
| 776 |
+
|
| 777 |
+
#: ../admin/manage-fields.php:409
|
| 778 |
+
msgid "Paraguay"
|
| 779 |
+
msgstr "Paraguay"
|
| 780 |
+
|
| 781 |
+
#: ../admin/manage-fields.php:410
|
| 782 |
+
msgid "Peru"
|
| 783 |
+
msgstr "Peru"
|
| 784 |
+
|
| 785 |
+
#: ../admin/manage-fields.php:411
|
| 786 |
+
msgid "Philippines"
|
| 787 |
+
msgstr "Philippines"
|
| 788 |
+
|
| 789 |
+
#: ../admin/manage-fields.php:412
|
| 790 |
+
msgid "Pitcairn"
|
| 791 |
+
msgstr "Pitcairn"
|
| 792 |
+
|
| 793 |
+
#: ../admin/manage-fields.php:413
|
| 794 |
+
msgid "Poland"
|
| 795 |
+
msgstr "Poland"
|
| 796 |
+
|
| 797 |
+
#: ../admin/manage-fields.php:414
|
| 798 |
+
msgid "Portugal"
|
| 799 |
+
msgstr "Portugal"
|
| 800 |
+
|
| 801 |
+
#: ../admin/manage-fields.php:415
|
| 802 |
+
msgid "Puerto Rico"
|
| 803 |
+
msgstr "Puerto Rico"
|
| 804 |
+
|
| 805 |
+
#: ../admin/manage-fields.php:416
|
| 806 |
+
msgid "Qatar"
|
| 807 |
+
msgstr "Qatar"
|
| 808 |
+
|
| 809 |
+
#: ../admin/manage-fields.php:417
|
| 810 |
+
msgid "Republic of the Congo"
|
| 811 |
+
msgstr "Republic of the Congo"
|
| 812 |
+
|
| 813 |
+
#: ../admin/manage-fields.php:418
|
| 814 |
+
msgid "Reunion"
|
| 815 |
+
msgstr "Reunion"
|
| 816 |
+
|
| 817 |
+
#: ../admin/manage-fields.php:419
|
| 818 |
+
msgid "Romania"
|
| 819 |
+
msgstr "Romania"
|
| 820 |
+
|
| 821 |
+
#: ../admin/manage-fields.php:420
|
| 822 |
+
msgid "Russia"
|
| 823 |
+
msgstr "Russia"
|
| 824 |
+
|
| 825 |
+
#: ../admin/manage-fields.php:421
|
| 826 |
+
msgid "Rwanda"
|
| 827 |
+
msgstr "Rwanda"
|
| 828 |
+
|
| 829 |
+
#: ../admin/manage-fields.php:422
|
| 830 |
+
msgid "Saint Barthelemy"
|
| 831 |
+
msgstr "Saint Barthelemy"
|
| 832 |
+
|
| 833 |
+
#: ../admin/manage-fields.php:423
|
| 834 |
+
msgid "Saint Helena"
|
| 835 |
+
msgstr "Saint Helena"
|
| 836 |
+
|
| 837 |
+
#: ../admin/manage-fields.php:424
|
| 838 |
+
msgid "Saint Kitts and Nevis"
|
| 839 |
+
msgstr "Saint Kitts and Nevis"
|
| 840 |
+
|
| 841 |
+
#: ../admin/manage-fields.php:425
|
| 842 |
+
msgid "Saint Lucia"
|
| 843 |
+
msgstr "Saint Lucia"
|
| 844 |
+
|
| 845 |
+
#: ../admin/manage-fields.php:426
|
| 846 |
+
msgid "Saint Martin"
|
| 847 |
+
msgstr "Saint Martin"
|
| 848 |
+
|
| 849 |
+
#: ../admin/manage-fields.php:427
|
| 850 |
+
msgid "Saint Pierre and Miquelon"
|
| 851 |
+
msgstr "Saint Pierre and Miquelon"
|
| 852 |
+
|
| 853 |
+
#: ../admin/manage-fields.php:428
|
| 854 |
+
msgid "Saint Vincent and the Grenadines"
|
| 855 |
+
msgstr "Saint Vincent and the Grenadines"
|
| 856 |
+
|
| 857 |
+
#: ../admin/manage-fields.php:429
|
| 858 |
+
msgid "Samoa"
|
| 859 |
+
msgstr "Samoa"
|
| 860 |
+
|
| 861 |
+
#: ../admin/manage-fields.php:430
|
| 862 |
+
msgid "San Marino"
|
| 863 |
+
msgstr "San Marino"
|
| 864 |
+
|
| 865 |
+
#: ../admin/manage-fields.php:431
|
| 866 |
+
msgid "Sao Tome and Principe"
|
| 867 |
+
msgstr "Sao Tome and Principe"
|
| 868 |
+
|
| 869 |
+
#: ../admin/manage-fields.php:432
|
| 870 |
+
msgid "Saudi Arabia"
|
| 871 |
+
msgstr "Saudi Arabia"
|
| 872 |
+
|
| 873 |
+
#: ../admin/manage-fields.php:433
|
| 874 |
+
msgid "Senegal"
|
| 875 |
+
msgstr "Senegal"
|
| 876 |
+
|
| 877 |
+
#: ../admin/manage-fields.php:434
|
| 878 |
+
msgid "Serbia"
|
| 879 |
+
msgstr "Serbia"
|
| 880 |
+
|
| 881 |
+
#: ../admin/manage-fields.php:435
|
| 882 |
+
msgid "Seychelles"
|
| 883 |
+
msgstr "Seychelles"
|
| 884 |
+
|
| 885 |
+
#: ../admin/manage-fields.php:436
|
| 886 |
+
msgid "Sierra Leone"
|
| 887 |
+
msgstr "Sierra Leone"
|
| 888 |
+
|
| 889 |
+
#: ../admin/manage-fields.php:437
|
| 890 |
+
msgid "Singapore"
|
| 891 |
+
msgstr "Singapore"
|
| 892 |
+
|
| 893 |
+
#: ../admin/manage-fields.php:438
|
| 894 |
+
msgid "Sint Maarten"
|
| 895 |
+
msgstr "Sint Maarten"
|
| 896 |
+
|
| 897 |
+
#: ../admin/manage-fields.php:439
|
| 898 |
+
msgid "Slovakia"
|
| 899 |
+
msgstr "Slovakia"
|
| 900 |
+
|
| 901 |
+
#: ../admin/manage-fields.php:440
|
| 902 |
+
msgid "Slovenia"
|
| 903 |
+
msgstr "Slovenia"
|
| 904 |
+
|
| 905 |
+
#: ../admin/manage-fields.php:441
|
| 906 |
+
msgid "Solomon Islands"
|
| 907 |
+
msgstr "Solomon Islands"
|
| 908 |
+
|
| 909 |
+
#: ../admin/manage-fields.php:442
|
| 910 |
+
msgid "Somalia"
|
| 911 |
+
msgstr "Somalia"
|
| 912 |
+
|
| 913 |
+
#: ../admin/manage-fields.php:443
|
| 914 |
+
msgid "South Africa"
|
| 915 |
+
msgstr "South Africa"
|
| 916 |
+
|
| 917 |
+
#: ../admin/manage-fields.php:444
|
| 918 |
+
msgid "South Georgia and the South Sandwich Islands"
|
| 919 |
+
msgstr "South Georgia and the South Sandwich Islands"
|
| 920 |
+
|
| 921 |
+
#: ../admin/manage-fields.php:445
|
| 922 |
+
msgid "South Korea"
|
| 923 |
+
msgstr "South Korea"
|
| 924 |
+
|
| 925 |
+
#: ../admin/manage-fields.php:446
|
| 926 |
+
msgid "South Sudan"
|
| 927 |
+
msgstr "South Sudan"
|
| 928 |
+
|
| 929 |
+
#: ../admin/manage-fields.php:447
|
| 930 |
+
msgid "Spain"
|
| 931 |
+
msgstr "Spain"
|
| 932 |
+
|
| 933 |
+
#: ../admin/manage-fields.php:448
|
| 934 |
+
msgid "Sri Lanka"
|
| 935 |
+
msgstr "Sri Lanka"
|
| 936 |
+
|
| 937 |
+
#: ../admin/manage-fields.php:449
|
| 938 |
+
msgid "Sudan"
|
| 939 |
+
msgstr "Sudan"
|
| 940 |
+
|
| 941 |
+
#: ../admin/manage-fields.php:450
|
| 942 |
+
msgid "Suriname"
|
| 943 |
+
msgstr "Suriname"
|
| 944 |
+
|
| 945 |
+
#: ../admin/manage-fields.php:451
|
| 946 |
+
msgid "Svalbard and Jan Mayen"
|
| 947 |
+
msgstr "Svalbard and Jan Mayen"
|
| 948 |
+
|
| 949 |
+
#: ../admin/manage-fields.php:452
|
| 950 |
+
msgid "Swaziland"
|
| 951 |
+
msgstr "Swaziland"
|
| 952 |
+
|
| 953 |
+
#: ../admin/manage-fields.php:453
|
| 954 |
+
msgid "Sweden"
|
| 955 |
+
msgstr "Sweden"
|
| 956 |
+
|
| 957 |
+
#: ../admin/manage-fields.php:454
|
| 958 |
+
msgid "Switzerland"
|
| 959 |
+
msgstr "Switzerland"
|
| 960 |
+
|
| 961 |
+
#: ../admin/manage-fields.php:455
|
| 962 |
+
msgid "Syria"
|
| 963 |
+
msgstr "Syria"
|
| 964 |
+
|
| 965 |
+
#: ../admin/manage-fields.php:456
|
| 966 |
+
msgid "Taiwan"
|
| 967 |
+
msgstr "Taiwan"
|
| 968 |
+
|
| 969 |
+
#: ../admin/manage-fields.php:457
|
| 970 |
+
msgid "Tajikistan"
|
| 971 |
+
msgstr "Tajikistan"
|
| 972 |
+
|
| 973 |
+
#: ../admin/manage-fields.php:458
|
| 974 |
+
msgid "Tanzania"
|
| 975 |
+
msgstr "Tanzania"
|
| 976 |
+
|
| 977 |
+
#: ../admin/manage-fields.php:459
|
| 978 |
+
msgid "Thailand"
|
| 979 |
+
msgstr "Thailand"
|
| 980 |
+
|
| 981 |
+
#: ../admin/manage-fields.php:460
|
| 982 |
+
msgid "Togo"
|
| 983 |
+
msgstr "Togo"
|
| 984 |
+
|
| 985 |
+
#: ../admin/manage-fields.php:461
|
| 986 |
+
msgid "Tokelau"
|
| 987 |
+
msgstr "Tokelau"
|
| 988 |
+
|
| 989 |
+
#: ../admin/manage-fields.php:462
|
| 990 |
+
msgid "Tonga"
|
| 991 |
+
msgstr "Tonga"
|
| 992 |
+
|
| 993 |
+
#: ../admin/manage-fields.php:463
|
| 994 |
+
msgid "Trinidad and Tobago"
|
| 995 |
+
msgstr "Trinidad and Tobago"
|
| 996 |
+
|
| 997 |
+
#: ../admin/manage-fields.php:464
|
| 998 |
+
msgid "Tunisia"
|
| 999 |
+
msgstr "Tunisia"
|
| 1000 |
+
|
| 1001 |
+
#: ../admin/manage-fields.php:465
|
| 1002 |
+
msgid "Turkey"
|
| 1003 |
+
msgstr "Turkey"
|
| 1004 |
+
|
| 1005 |
+
#: ../admin/manage-fields.php:466
|
| 1006 |
+
msgid "Turkmenistan"
|
| 1007 |
+
msgstr "Turkmenistan"
|
| 1008 |
+
|
| 1009 |
+
#: ../admin/manage-fields.php:467
|
| 1010 |
+
msgid "Turks and Caicos Islands"
|
| 1011 |
+
msgstr "Turks and Caicos Islands"
|
| 1012 |
+
|
| 1013 |
+
#: ../admin/manage-fields.php:468
|
| 1014 |
+
msgid "Tuvalu"
|
| 1015 |
+
msgstr "Tuvalu"
|
| 1016 |
+
|
| 1017 |
+
#: ../admin/manage-fields.php:469
|
| 1018 |
+
msgid "U.S. Virgin Islands"
|
| 1019 |
+
msgstr "U.S. Virgin Islands"
|
| 1020 |
+
|
| 1021 |
+
#: ../admin/manage-fields.php:470
|
| 1022 |
+
msgid "Uganda"
|
| 1023 |
+
msgstr "Uganda"
|
| 1024 |
+
|
| 1025 |
+
#: ../admin/manage-fields.php:471
|
| 1026 |
+
msgid "Ukraine"
|
| 1027 |
+
msgstr "Ukraine"
|
| 1028 |
+
|
| 1029 |
+
#: ../admin/manage-fields.php:472
|
| 1030 |
+
msgid "United Arab Emirates"
|
| 1031 |
+
msgstr "United Arab Emirates"
|
| 1032 |
+
|
| 1033 |
+
#: ../admin/manage-fields.php:473
|
| 1034 |
+
msgid "United Kingdom"
|
| 1035 |
+
msgstr "United Kingdom"
|
| 1036 |
+
|
| 1037 |
+
#: ../admin/manage-fields.php:474
|
| 1038 |
+
msgid "United States"
|
| 1039 |
+
msgstr "United States"
|
| 1040 |
+
|
| 1041 |
+
#: ../admin/manage-fields.php:475
|
| 1042 |
+
msgid "United States Minor Outlying Islands"
|
| 1043 |
+
msgstr "United States Minor Outlying Islands"
|
| 1044 |
+
|
| 1045 |
+
#: ../admin/manage-fields.php:476
|
| 1046 |
+
msgid "Uruguay"
|
| 1047 |
+
msgstr "Uruguay"
|
| 1048 |
+
|
| 1049 |
+
#: ../admin/manage-fields.php:477
|
| 1050 |
+
msgid "Uzbekistan"
|
| 1051 |
+
msgstr "Uzbekistan"
|
| 1052 |
+
|
| 1053 |
+
#: ../admin/manage-fields.php:478
|
| 1054 |
+
msgid "Vanuatu"
|
| 1055 |
+
msgstr "Vanuatu"
|
| 1056 |
+
|
| 1057 |
+
#: ../admin/manage-fields.php:479
|
| 1058 |
+
msgid "Vatican"
|
| 1059 |
+
msgstr "Vatican"
|
| 1060 |
+
|
| 1061 |
+
#: ../admin/manage-fields.php:480
|
| 1062 |
+
msgid "Venezuela"
|
| 1063 |
+
msgstr "Venezuela"
|
| 1064 |
+
|
| 1065 |
+
#: ../admin/manage-fields.php:481
|
| 1066 |
+
msgid "Vietnam"
|
| 1067 |
+
msgstr "Vietnam"
|
| 1068 |
+
|
| 1069 |
+
#: ../admin/manage-fields.php:482
|
| 1070 |
+
msgid "Wallis and Futuna"
|
| 1071 |
+
msgstr "Wallis and Futuna"
|
| 1072 |
+
|
| 1073 |
+
#: ../admin/manage-fields.php:483
|
| 1074 |
+
msgid "Western Sahara"
|
| 1075 |
+
msgstr "Western Sahara"
|
| 1076 |
+
|
| 1077 |
+
#: ../admin/manage-fields.php:484
|
| 1078 |
+
msgid "Yemen"
|
| 1079 |
+
msgstr "Yemen"
|
| 1080 |
+
|
| 1081 |
+
#: ../admin/manage-fields.php:485
|
| 1082 |
+
msgid "Zambia"
|
| 1083 |
+
msgstr "Zambia"
|
| 1084 |
+
|
| 1085 |
+
#: ../admin/manage-fields.php:486
|
| 1086 |
+
msgid "Zimbabwe"
|
| 1087 |
+
msgstr "Zimbabwe"
|
| 1088 |
+
|
| 1089 |
+
#: ../admin/manage-fields.php:843
|
| 1090 |
+
msgid "With Profile Builder Pro v2 you can display different fields in the registration and edit profile forms, using the Multiple Registration & Edit Profile Forms module."
|
| 1091 |
+
msgstr ""
|
| 1092 |
+
|
| 1093 |
+
#: ../assets/misc/plugin-compatibilities.php:241
|
| 1094 |
+
msgid "Your account has to be confirmed by an administrator before you can log in."
|
| 1095 |
+
msgstr ""
|
| 1096 |
+
|
| 1097 |
+
#: ../features/admin-approval/admin-approval.php:203
|
| 1098 |
+
msgid "Your account has been successfully created!"
|
| 1099 |
+
msgstr ""
|
| 1100 |
+
|
| 1101 |
+
#: ../features/functions.php:607
|
| 1102 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:374
|
| 1103 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:379
|
| 1104 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:421
|
| 1105 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:458
|
| 1106 |
+
msgid "Please enter a (valid) reCAPTCHA value"
|
| 1107 |
+
msgstr ""
|
| 1108 |
+
|
| 1109 |
+
#: ../front-end/extra-fields/recaptcha/recaptcha.php:421
|
| 1110 |
+
msgid "Click the BACK button on your browser, and try again."
|
| 1111 |
+
msgstr ""
|
| 1112 |
+
|
| 1113 |
+
#: ../front-end/extra-fields/upload/upload_helper_functions.php:78
|
| 1114 |
+
#: ../front-end/extra-fields/upload/upload_helper_functions.php:87
|
| 1115 |
+
msgid "Sorry, you cannot upload this file type for this field."
|
| 1116 |
+
msgstr ""
|
| 1117 |
+
|
| 1118 |
+
#: ../front-end/extra-fields/upload/upload_helper_functions.php:94
|
| 1119 |
+
msgid "An error occurred, please try again later."
|
| 1120 |
+
msgstr ""
|
| 1121 |
+
|
| 1122 |
+
#: ../modules/user-listing/userlisting.php:253
|
| 1123 |
+
msgid "More"
|
| 1124 |
+
msgstr ""
|
| 1125 |
+
|
| 1126 |
+
#: ../modules/user-listing/userlisting.php:338
|
| 1127 |
+
msgid "You do not have permission to view this user list."
|
| 1128 |
+
msgstr ""
|
| 1129 |
+
|
| 1130 |
+
#: ../modules/user-listing/userlisting.php:351
|
| 1131 |
+
msgid "You do not have the required user role to view this user list."
|
| 1132 |
+
msgstr ""
|
| 1133 |
+
|
| 1134 |
+
#: ../modules/user-listing/userlisting.php:1287
|
| 1135 |
+
msgid "Ascending"
|
| 1136 |
+
msgstr ""
|
| 1137 |
+
|
| 1138 |
+
#: ../modules/user-listing/userlisting.php:1288
|
| 1139 |
+
msgid "Descending"
|
| 1140 |
+
msgstr ""
|
| 1141 |
+
|
| 1142 |
+
#: ../admin/add-ons.php:144
|
| 1143 |
+
msgid "Download Now"
|
| 1144 |
+
msgstr "Pobierz"
|
| 1145 |
+
|
| 1146 |
+
#: ../admin/admin-functions.php:197
|
| 1147 |
+
msgid "If you enjoy using <strong> %1$s </strong> please <a href=\"%2$s\" target=\"_blank\">rate us on WordPress.org</a>. More happy users means more features, less bugs and better support for everyone. "
|
| 1148 |
+
msgstr "Jeśli jesteś zadowolony z korzystania z <strong> %1$s </strong> <a href=\"%2$s\" target=\"_blank\">oceń nas proszę na WordPress.org</a>. Więcej zadowolonych użytkowników oznacza więcej funkcjonalności, mniej błędów oraz lepsze wsparcie dla wszystkich."
|
| 1149 |
+
|
| 1150 |
+
#: ../admin/manage-fields.php:68
|
| 1151 |
+
msgid "Choose one of the supported field types"
|
| 1152 |
+
msgstr "Wybierz jeden ze wspieranych typów plików"
|
| 1153 |
+
|
| 1154 |
+
#: ../admin/manage-fields.php:70
|
| 1155 |
+
msgid ". Extra Field Types are available in <a href=\"%s\">Hobbyist or PRO versions</a>."
|
| 1156 |
+
msgstr ". Dodatkowe pola są dostępne w wersjach <a href=\"%s\">Hobbyist i PRO</a>."
|
| 1157 |
+
|
| 1158 |
+
#: ../admin/manage-fields.php:107
|
| 1159 |
+
msgid "Site Key"
|
| 1160 |
+
msgstr "Klucz strony"
|
| 1161 |
+
|
| 1162 |
+
#: ../admin/manage-fields.php:107
|
| 1163 |
+
msgid "The site key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 1164 |
+
msgstr "The site key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 1165 |
+
|
| 1166 |
+
#: ../admin/manage-fields.php:108
|
| 1167 |
+
msgid "Secret Key"
|
| 1168 |
+
msgstr "Tajny klucz"
|
| 1169 |
+
|
| 1170 |
+
#: ../admin/manage-fields.php:108
|
| 1171 |
+
msgid "The secret key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 1172 |
+
msgstr "Tajny klucz od Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
|
| 1173 |
+
|
| 1174 |
+
#: ../admin/manage-fields.php:660
|
| 1175 |
+
msgid "You must enter the site key\n"
|
| 1176 |
+
msgstr "Musisz podać klucz strony\n"
|
| 1177 |
+
|
| 1178 |
+
#: ../admin/manage-fields.php:662
|
| 1179 |
+
msgid "You must enter the secret key\n"
|
| 1180 |
+
msgstr "Musisz podać tajny klucz\n"
|
| 1181 |
+
|
| 1182 |
+
#: ../admin/add-ons.php:10 ../admin/add-ons.php:32
|
| 1183 |
+
msgid "Add-Ons"
|
| 1184 |
+
msgstr "Wtyczki"
|
| 1185 |
+
|
| 1186 |
+
#: ../admin/add-ons.php:34 ../admin/add-ons.php:124
|
| 1187 |
+
msgid "Activate"
|
| 1188 |
+
msgstr "Aktwyuj"
|
| 1189 |
+
|
| 1190 |
+
#: ../admin/add-ons.php:36
|
| 1191 |
+
msgid "Downloading and installing..."
|
| 1192 |
+
msgstr "Pobieranie i instalowanie"
|
| 1193 |
+
|
| 1194 |
+
#: ../admin/add-ons.php:37
|
| 1195 |
+
msgid "Installation complete"
|
| 1196 |
+
msgstr "Instalacja zakończona"
|
| 1197 |
+
|
| 1198 |
+
#: ../admin/add-ons.php:39
|
| 1199 |
+
msgid "Add-On is Active"
|
| 1200 |
+
msgstr "Wtyczka aktywna."
|
| 1201 |
+
|
| 1202 |
+
#: ../admin/add-ons.php:40
|
| 1203 |
+
msgid "Add-On has been activated"
|
| 1204 |
+
msgstr "Wtyczka została aktywowana."
|
| 1205 |
+
|
| 1206 |
+
#: ../admin/add-ons.php:41
|
| 1207 |
+
msgid "Retry Install"
|
| 1208 |
+
msgstr "Ponów instalację"
|
| 1209 |
+
|
| 1210 |
+
#: ../admin/add-ons.php:43 ../admin/add-ons.php:135
|
| 1211 |
+
msgid "Add-On is <strong>active</strong>"
|
| 1212 |
+
msgstr "Wtyczka jest <strong>aktywna</strong>"
|
| 1213 |
+
|
| 1214 |
+
#: ../admin/add-ons.php:44 ../admin/add-ons.php:133
|
| 1215 |
+
msgid "Add-On is <strong>inactive</strong>"
|
| 1216 |
+
msgstr "Wtyczka jest <strong>nieaktywna</strong>"
|
| 1217 |
+
|
| 1218 |
+
#: ../admin/add-ons.php:46 ../admin/add-ons.php:128
|
| 1219 |
+
msgid "Deactivate"
|
| 1220 |
+
msgstr "Dezakwytuj"
|
| 1221 |
+
|
| 1222 |
+
#: ../admin/add-ons.php:47
|
| 1223 |
+
msgid "Add-On has been deactivated."
|
| 1224 |
+
msgstr "Wtyczka została zdezaktywowana"
|
| 1225 |
+
|
| 1226 |
+
#: ../admin/add-ons.php:59
|
| 1227 |
+
msgid "Something went wrong, we could not connect to the server. Please try again later."
|
| 1228 |
+
msgstr "Coś poszło nie tak. Nie możemy połączyć się z serwerem. Spróbuj ponownie później."
|
| 1229 |
+
|
| 1230 |
+
#: ../admin/add-ons.php:144 ../admin/add-ons.php:147
|
| 1231 |
+
msgid "Buy Now"
|
| 1232 |
+
msgstr "Kup teraz"
|
| 1233 |
+
|
| 1234 |
+
#: ../admin/add-ons.php:147
|
| 1235 |
+
msgid "Install Now"
|
| 1236 |
+
msgstr "Instaluj teraz"
|
| 1237 |
+
|
| 1238 |
+
#: ../admin/add-ons.php:153
|
| 1239 |
+
msgid "Compatible with your version of Profile Builder."
|
| 1240 |
+
msgstr "Kompatybilność z twoją wersją Profile Builder."
|
| 1241 |
+
|
| 1242 |
+
#: ../admin/add-ons.php:162
|
| 1243 |
+
msgid "Upgrade Profile Builder"
|
| 1244 |
+
msgstr "Zaktualizuj Profile Builder"
|
| 1245 |
+
|
| 1246 |
+
#: ../admin/add-ons.php:163
|
| 1247 |
+
msgid "Not compatible with Profile Builder"
|
| 1248 |
+
msgstr "Niekompatybilne z Profile Builder"
|
| 1249 |
+
|
| 1250 |
+
#: ../admin/add-ons.php:171
|
| 1251 |
+
msgid "Not compatible with your version of Profile Builder."
|
| 1252 |
+
msgstr "Niekompatybilne z twoją wersją Profile Buildera"
|
| 1253 |
+
|
| 1254 |
+
#: ../admin/add-ons.php:172
|
| 1255 |
+
msgid "Minimum required Profile Builder version:"
|
| 1256 |
+
msgstr "Minimalna wymagana wersja Profile Buidler:"
|
| 1257 |
+
|
| 1258 |
+
#: ../admin/add-ons.php:177
|
| 1259 |
+
msgid "Could not install add-on. Retry or <a href=\"%s\" target=\"_blank\">install manually</a>."
|
| 1260 |
+
msgstr "Nie udało się zainstalować dodatku. Spróbuj ponownie lub <a href=\"%s\" target=\"_blank\">zainstaluj ręcznie</a>."
|
| 1261 |
+
|
| 1262 |
+
#: ../front-end/default-fields/email/email.php:48
|
| 1263 |
+
msgid "You must enter a valid email address."
|
| 1264 |
+
msgstr "Wprowadź poprawny adres email."
|
| 1265 |
+
|
| 1266 |
+
#: ../front-end/default-fields/username/username.php:53
|
| 1267 |
+
#: ../front-end/default-fields/username/username.php:60
|
| 1268 |
+
msgid "This username is invalid because it uses illegal characters."
|
| 1269 |
+
msgstr "Proponowany login zawiera niedozwolone znaki."
|
| 1270 |
+
|
| 1271 |
+
#: ../front-end/default-fields/username/username.php:53
|
| 1272 |
+
#: ../front-end/default-fields/username/username.php:60
|
| 1273 |
+
msgid "Please enter a valid username."
|
| 1274 |
+
msgstr "Wprowadź poprawny login."
|
| 1275 |
+
|
| 1276 |
+
#: ../front-end/extra-fields/user-role/user-role.php:67
|
| 1277 |
+
#: ../front-end/extra-fields/user-role/user-role.php:80
|
| 1278 |
+
msgid "Only administrators can see this field on edit profile forms."
|
| 1279 |
+
msgstr "Tylko administratorzy widzą te pole w formularzy edycji profilu."
|
| 1280 |
+
|
| 1281 |
+
#: ../front-end/extra-fields/user-role/user-role.php:76
|
| 1282 |
+
msgid "As an administrator you cannot change your role."
|
| 1283 |
+
msgstr "Jako administrator nie możesz zmienić swojej roli."
|
| 1284 |
+
|
| 1285 |
+
#: ../modules/email-customizer/admin-email-customizer.php:117
|
| 1286 |
+
msgid ""
|
| 1287 |
+
"\n"
|
| 1288 |
+
"<p>{{username}} has requested a password change via the password reset feature.</p>\n"
|
| 1289 |
+
"<p>His/her new password is: {{password}}</p>\n"
|
| 1290 |
+
msgstr ""
|
| 1291 |
+
"\n"
|
| 1292 |
+
"<p>{{username}} poprosił(a) o zmianę hasła poprzez narzędzie resetu hasła.</p>\n"
|
| 1293 |
+
"<p>Jej/jego nowe hasło to: {{password}}</p>\n"
|
| 1294 |
+
|
| 1295 |
+
#: ../modules/email-customizer/admin-email-customizer.php:141
|
| 1296 |
+
msgid "Admin Notification for User Password Reset"
|
| 1297 |
+
msgstr "Powiadomienia administratora o resecie hasła użytkownika."
|
| 1298 |
+
|
| 1299 |
+
#: ../modules/email-customizer/email-customizer.php:42
|
| 1300 |
+
msgid "Reset Key"
|
| 1301 |
+
msgstr "Klucz restartu"
|
| 1302 |
+
|
| 1303 |
+
#: ../modules/email-customizer/email-customizer.php:43
|
| 1304 |
+
msgid "Reset Url"
|
| 1305 |
+
msgstr "URL restartu"
|
| 1306 |
+
|
| 1307 |
+
#: ../modules/email-customizer/email-customizer.php:44
|
| 1308 |
+
msgid "Reset Link"
|
| 1309 |
+
msgstr "Link restartu"
|
| 1310 |
+
|
| 1311 |
+
#: ../modules/email-customizer/user-email-customizer.php:204
|
| 1312 |
+
msgid ""
|
| 1313 |
+
"\n"
|
| 1314 |
+
"<p>Someone requested that the password be reset for the following account: {{site_name}}<br/>\n"
|
| 1315 |
+
"Username: {{username}}</p>\n"
|
| 1316 |
+
"<p>If this was a mistake, just ignore this email and nothing will happen.</p>\n"
|
| 1317 |
+
"<p>To reset your password, visit the following address:<br/>\n"
|
| 1318 |
+
"{{{reset_link}}}</p>\n"
|
| 1319 |
+
msgstr ""
|
| 1320 |
+
"\n"
|
| 1321 |
+
"<p>Poproszono o reset hasła dla następującego konta: {{site_name}}<br/>\n"
|
| 1322 |
+
"Nazwa użytkownika: {{username}}</p>\n"
|
| 1323 |
+
"<p>Jeśli jest to pomyłka, proszę zingoruj ten email, a nic się nie stanie.</p>\n"
|
| 1324 |
+
"<p>Aby zresetować hasło przejdź pod następujący adres:<br/>\n"
|
| 1325 |
+
"{{{reset_link}}}</p>\n"
|
| 1326 |
+
|
| 1327 |
+
#: ../modules/email-customizer/user-email-customizer.php:218
|
| 1328 |
+
msgid "[{{site_name}}] Password Reset"
|
| 1329 |
+
msgstr "[{{site_name}}] Reset hasła"
|
| 1330 |
+
|
| 1331 |
+
#: ../modules/email-customizer/user-email-customizer.php:229
|
| 1332 |
+
msgid "Password Reset Email"
|
| 1333 |
+
msgstr "Email do zresetowania hasła"
|
| 1334 |
+
|
| 1335 |
+
#: ../modules/email-customizer/user-email-customizer.php:235
|
| 1336 |
+
msgid ""
|
| 1337 |
+
"\n"
|
| 1338 |
+
"<p>You have successfully reset your password to: {{password}}</p>\n"
|
| 1339 |
+
msgstr ""
|
| 1340 |
+
"\n"
|
| 1341 |
+
"<p>Udało Ci się poprawnie zresetować hasło. Twoje nowe hasło to: {{password}}</p>\n"
|
| 1342 |
+
|
| 1343 |
+
#: ../modules/email-customizer/user-email-customizer.php:245
|
| 1344 |
+
msgid "[{{site_name}}] Password Reset Successfully"
|
| 1345 |
+
msgstr "[{{site_name}}] Hasło zostało zresetowanie."
|
| 1346 |
+
|
| 1347 |
+
#: ../modules/email-customizer/user-email-customizer.php:256
|
| 1348 |
+
msgid "Password Reset Success Email"
|
| 1349 |
+
msgstr "Reset hasła Sukces Email"
|
| 1350 |
+
|
| 1351 |
+
#: ../modules/user-listing/userlisting.php:134
|
| 1352 |
+
msgid "User Nicename"
|
| 1353 |
+
msgstr "Przezwisko (Nick)"
|
| 1354 |
+
|
| 1355 |
+
#: ../modules/user-listing/userlisting.php:442
|
| 1356 |
+
msgid "None"
|
| 1357 |
+
msgstr "Brak"
|
| 1358 |
+
|
| 1359 |
+
#: ../admin/admin-functions.php:128
|
| 1360 |
+
msgid "<strong>ERROR</strong>: The password must have the minimum length of %s characters"
|
| 1361 |
+
msgstr "<strong>BŁĄD</strong>: Hasło musi mieć minimum %s znaków."
|
| 1362 |
+
|
| 1363 |
+
#: ../admin/admin-functions.php:145
|
| 1364 |
+
msgid "<strong>ERROR</strong>: The password must have a minimum strength of %s"
|
| 1365 |
+
msgstr "<strong>BŁĄD</strong>: Minimalna siłahasła to: %s"
|
| 1366 |
+
|
| 1367 |
+
#: ../admin/general-settings.php:170
|
| 1368 |
+
msgid "Username and Email"
|
| 1369 |
+
msgstr "Nazwa użytkownika lub email"
|
| 1370 |
+
|
| 1371 |
+
#: ../admin/general-settings.php:175
|
| 1372 |
+
msgid "\"Username and Email\" - users can Log In with both Username and Email."
|
| 1373 |
+
msgstr "\"Nazwa użytkownika lub email\" - użytkownicy mogą zalogować się korzystając z nazwy użytkownika lub adresu email."
|
| 1374 |
+
|
| 1375 |
+
#: ../admin/general-settings.php:176
|
| 1376 |
+
msgid "\"Username\" - users can Log In only with Username."
|
| 1377 |
+
msgstr "\"Nazwa użytkownika\" - użytkownicy mogą zalogować się tylko przez podanie nazwy użytkownika."
|
| 1378 |
+
|
| 1379 |
+
#: ../admin/general-settings.php:177
|
| 1380 |
+
msgid "\"Email\" - users can Log In only with Email."
|
| 1381 |
+
msgstr "\"Email\" - użytkownicy mogą zalogować się tylko przez podanie adresu email."
|
| 1382 |
+
|
| 1383 |
+
#: ../admin/manage-fields.php:100
|
| 1384 |
+
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 (.*)"
|
| 1385 |
+
msgstr "Wybierz rozszerzenie/rozszedzenia, które użytkownicy mogą przesyłać.<br/>Przykład: .ext1,.ext2,.ext3<br/>Jeśli nic nie wybrano, domyślne to: .jpg,.jpeg,.gif,.png (.*)"
|
| 1386 |
+
|
| 1387 |
+
#: ../admin/manage-fields.php:101
|
| 1388 |
+
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 (.*)"
|
| 1389 |
+
msgstr "Wybierz rozszerzenie/rozszerzenia, do których chcesz ograniczyć przesyłanie.<br/>Przykład: .ext1,.ext2,.ext3<br/>Jeśli nie dokonano wyboru, wszystkie wspierane przez Wordpress rozszerzenia będą dozwolone (.*)"
|
| 1390 |
+
|
| 1391 |
+
#: ../admin/manage-fields.php:111
|
| 1392 |
+
msgid "User Roles"
|
| 1393 |
+
msgstr "Profile użytkownika"
|
| 1394 |
+
|
| 1395 |
+
#: ../admin/manage-fields.php:111
|
| 1396 |
+
msgid "Select which user roles to show to the user ( drag and drop to re-order )"
|
| 1397 |
+
msgstr "Wybierz profile użytkowników, które mają być widoczne dla użytkownika ( przeciągnij, aby posortować )"
|
| 1398 |
+
|
| 1399 |
+
#: ../admin/manage-fields.php:112
|
| 1400 |
+
msgid "User Roles Order"
|
| 1401 |
+
msgstr "Kolejność profili użytkownika"
|
| 1402 |
+
|
| 1403 |
+
#: ../admin/manage-fields.php:112
|
| 1404 |
+
msgid "Save the user role order from the user roles checkboxes"
|
| 1405 |
+
msgstr "Zapisz kolejność profili użytkownika z pól wyboru"
|
| 1406 |
+
|
| 1407 |
+
#: ../admin/manage-fields.php:752
|
| 1408 |
+
msgid "Please select at least one user role\n"
|
| 1409 |
+
msgstr "Wybierz proszę, co najmniej jeden profil użytkownika\n"
|
| 1410 |
+
|
| 1411 |
+
#: ../admin/register-version.php:22
|
| 1412 |
+
msgid "Profile Builder Register"
|
| 1413 |
+
msgstr "Rejestracja Profile Builder"
|
| 1414 |
+
|
| 1415 |
+
#: ../admin/register-version.php:81
|
| 1416 |
+
msgid "The serial number is about to expire soon!"
|
| 1417 |
+
msgstr "Numer seryjny wkrótce wygaśnie!"
|
| 1418 |
+
|
| 1419 |
+
#: ../admin/register-version.php:81
|
| 1420 |
+
msgid " Your serial number is about to expire, please %1$s Renew Your License%2$s."
|
| 1421 |
+
msgstr "Twój numer seryjny wkrótce wygaśnie, proszę %1$s Odnów Swoją Licencję%2$s."
|
| 1422 |
+
|
| 1423 |
+
#: ../admin/register-version.php:83
|
| 1424 |
+
msgid " Your serial number is expired, please %1$s Renew Your License%2$s."
|
| 1425 |
+
msgstr " Twój numer seryjny wygasł, proszę %1$s Odnów Swoją Licencję%2$s."
|
| 1426 |
+
|
| 1427 |
+
#: ../assets/lib/wck-api/wordpress-creation-kit.php:337
|
| 1428 |
+
msgid "Add Entry"
|
| 1429 |
+
msgstr "Dodaj wpis"
|
| 1430 |
+
|
| 1431 |
+
#: ../features/email-confirmation/class-email-confirmation.php:91
|
| 1432 |
+
msgid "show"
|
| 1433 |
+
msgstr "pokaż"
|
| 1434 |
+
|
| 1435 |
+
#: ../features/functions.php:659
|
| 1436 |
+
msgid "To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sNetwork Settings%2$s, and under Registration Settings make sure to check “User accounts may be registered”. %3$sDismiss%4$s"
|
| 1437 |
+
msgstr "Aby zezwolić użytkownikom na logowanie na Twojej stronie poprzez Profile Builder, musisz najpierw zezwolić na rejestrację użytkowników. Idź do %1$sUstawień Sieciowych%2$s, oraz upewnij się, że pole \"Możliwość rejestracji kont użytowników\" jest zaznaczone. %3$sAnuluj%4$s"
|
| 1438 |
+
|
| 1439 |
+
#: ../front-end/class-formbuilder.php:509
|
| 1440 |
+
msgid "User to edit:"
|
| 1441 |
+
msgstr "Użytkownik do edycji:"
|
| 1442 |
+
|
| 1443 |
+
#: ../front-end/default-fields/password/password.php:46
|
| 1444 |
+
#: ../front-end/recover.php:245
|
| 1445 |
+
msgid "The password must have the minimum length of %s characters"
|
| 1446 |
+
msgstr "Hasło musi składać się z minimum %s znaku."
|
| 1447 |
+
|
| 1448 |
+
#: ../front-end/default-fields/password/password.php:50
|
| 1449 |
+
#: ../front-end/recover.php:249
|
| 1450 |
+
msgid "The password must have a minimum strength of %s"
|
| 1451 |
+
msgstr "Hasło musi posiadać następujący minimalny poziom skomplikowania: %s"
|
| 1452 |
+
|
| 1453 |
+
#: ../front-end/extra-fields/user-role/user-role.php:112
|
| 1454 |
+
msgid "You cannot register this user role"
|
| 1455 |
+
msgstr "Nie możesz zarejestrować tego profilu użytkownika."
|
| 1456 |
+
|
| 1457 |
+
#: ../front-end/login.php:105
|
| 1458 |
+
msgid "username or email"
|
| 1459 |
+
msgstr "nazwa użytkownika lub email"
|
| 1460 |
+
|
| 1461 |
+
#: ../front-end/login.php:174
|
| 1462 |
+
msgid "Username or Email"
|
| 1463 |
+
msgstr "Nazwa użytkownika lub Email"
|
| 1464 |
+
|
| 1465 |
+
#: ../front-end/logout.php:15
|
| 1466 |
+
msgid "You are currently logged in as %s. "
|
| 1467 |
+
msgstr "Jesteś obecnie zalogowany jako %s. "
|
| 1468 |
+
|
| 1469 |
+
#: ../front-end/logout.php:15
|
| 1470 |
+
msgid "Log out »"
|
| 1471 |
+
msgstr "Wyloguj się »"
|
| 1472 |
+
|
| 1473 |
+
#: ../modules/email-customizer/email-customizer.php:31
|
| 1474 |
+
msgid "User Role"
|
| 1475 |
+
msgstr "Rola użytkownika"
|
| 1476 |
+
|
| 1477 |
+
#: ../modules/user-listing/userlisting.php:1207
|
| 1478 |
+
msgid "View all extra shortcode parameters"
|
| 1479 |
+
msgstr "Pokaż wszystkie dodatkowe parametry krótkich kodów."
|
| 1480 |
+
|
| 1481 |
+
#: ../modules/user-listing/userlisting.php:1221
|
| 1482 |
+
msgid "displays only the users that you specified the user_id for"
|
| 1483 |
+
msgstr "wyświetla tylko tych użytkowników, dla których wyspecyfikowany został parametr user_id "
|
| 1484 |
+
|
| 1485 |
+
#: ../modules/user-listing/userlisting.php:1227
|
| 1486 |
+
msgid "displays all users except the ones you specified the user_id for"
|
| 1487 |
+
msgstr "wyświetla wszystkich użytkowników poza tymi, dla których wyspecyfikowany został parametr uder_id"
|
| 1488 |
+
|
| 1489 |
+
#: ../features/functions.php:526
|
| 1490 |
+
msgid "Minimum length of %d characters"
|
| 1491 |
+
msgstr "Minimalna długość %d znaków"
|
| 1492 |
+
|
| 1493 |
+
#: ../front-end/class-formbuilder.php:99 ../front-end/class-formbuilder.php:102
|
| 1494 |
+
msgid "This message is only visible by administrators"
|
| 1495 |
+
msgstr "Ta wiadomość jest widoczna tylko dla administratorów"
|
| 1496 |
+
|
| 1497 |
+
#: ../modules/user-listing/userlisting.php:364
|
| 1498 |
+
msgid "User not found"
|
| 1499 |
+
msgstr "Użytkownik nie znaleziony"
|
| 1500 |
+
|
| 1501 |
+
#: ../modules/email-customizer/admin-email-customizer.php:38
|
| 1502 |
+
#: ../modules/email-customizer/user-email-customizer.php:38
|
| 1503 |
+
msgid "Valid tags {{reply_to}} and {{site_name}}"
|
| 1504 |
+
msgstr "Poprawne tagi {{reply_to}} oraz {{site_name}}"
|
| 1505 |
+
|
| 1506 |
+
#: ../admin/admin-bar.php:48
|
| 1507 |
+
msgid "Choose which user roles view the admin bar in the front-end of the website."
|
| 1508 |
+
msgstr "Wybierz, które profile użytkownika powinny mieć dostęp do listwy administracyjnej Wordpress na Twojej stronie."
|
| 1509 |
+
|
| 1510 |
+
#: ../admin/manage-fields.php:105
|
| 1511 |
+
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"
|
| 1512 |
+
msgstr "Wprowadź listę elementów oddzielając poszczególne elementy przecinkami<br/>Może to być cokolwiek, ponieważ jest to niewidoczne dla użytkownika, ale nie powinno zawierać żadnych znaków specjalnych lub apostrofów."
|
| 1513 |
+
|
| 1514 |
+
#: ../admin/manage-fields.php:689
|
| 1515 |
+
msgid "The meta-name cannot be empty\n"
|
| 1516 |
+
msgstr "Parametr meta-name nie może być pusty\n"
|
| 1517 |
+
|
| 1518 |
+
#: ../admin/register-version.php:69
|
| 1519 |
+
msgid "Now that you acquired a copy of %s, you should take the time and register it with the serial number you received"
|
| 1520 |
+
msgstr "W związku z nabyciem kopii %s, powinieneś zarejestrować ją wykorzystaniem numeru seryjnego, który otrzymałeś."
|
| 1521 |
+
|
| 1522 |
+
#: ../admin/register-version.php:243
|
| 1523 |
+
msgid "<p>Your <strong>Profile Builder</strong> serial number is invalid or missing. <br/>Please %1$sregister your copy%2$s to receive access to automatic updates and support. Need a license key? %3$sPurchase one now%4$s</p>"
|
| 1524 |
+
msgstr "<p>Twój numer seryjny <strong>Profile Builder</strong> jest niepoprawny lub niepełny. <br/>Proszę %1$szarejestruj swoją kopię%2$s, aby otrzymać dostęp do automatycznych aktualizacji oraz wsparcia. Potrzebujesz klucza licencyjnego? %3$sKup go teraz%4$s</p>"
|
| 1525 |
+
|
| 1526 |
+
#: ../admin/register-version.php:246
|
| 1527 |
+
msgid "<p>Your <strong>Profile Builder</strong> license has expired. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now and get 50% off %4$s %5$sDismiss%6$s</p>"
|
| 1528 |
+
msgstr "<p>Twoja licencja <strong>Profile Builder</strong> wygasła. <br/>Proszę %1$sOdnów swoją licencję%2$s aby otrzymać dostęp do automatycznych aktualizacji oraz wsparcia. %3$sOdnów teraz oraz otrzymaj 50% zniżki %4$s %5$sOdrzuć%6$s</p>"
|
| 1529 |
+
|
| 1530 |
+
#: ../admin/register-version.php:251
|
| 1531 |
+
msgid "<p>Your <strong>Profile Builder</strong> license is about to expire on %5$s. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now and get 50% off %4$s %6$sDismiss%7$s</p>"
|
| 1532 |
+
msgstr "<p>Twoja licencja<strong>Profile Builder</strong> wygaśnie %5$s. <br/>Proszę %1$sOdnów swoją licencję%2$s, aby posiadać dostęp do automatycznych aktualizacji oraz wsparcia. %3$sOdnów teraz oraz otrzymwaj 50% zniżki %4$s %6$sOdrzuć%7$s</p>"
|
| 1533 |
+
|
| 1534 |
+
#: ../assets/lib/wck-api/fields/country select.php:14
|
| 1535 |
+
#: ../assets/lib/wck-api/fields/cpt select.php:17
|
| 1536 |
+
#: ../assets/lib/wck-api/fields/select.php:14 ../assets/lib/wck-api/fields/user
|
| 1537 |
+
#: select.php:15
|
| 1538 |
+
msgid "...Choose"
|
| 1539 |
+
msgstr "...Wybierz"
|
| 1540 |
+
|
| 1541 |
+
#: ../features/class-list-table.php:526 ../features/class-list-table.php:941
|
| 1542 |
+
msgid "1 item"
|
| 1543 |
+
msgstr "1 element"
|
| 1544 |
+
|
| 1545 |
+
#: ../features/functions.php:512
|
| 1546 |
+
msgid "Very Weak"
|
| 1547 |
+
msgstr "Bardzo łatwe"
|
| 1548 |
+
|
| 1549 |
+
#: ../features/functions.php:600
|
| 1550 |
+
msgid "This field is required"
|
| 1551 |
+
msgstr "To pole jest wymagane"
|
| 1552 |
+
|
| 1553 |
+
#: ../features/functions.php:627
|
| 1554 |
+
msgid "Cancel"
|
| 1555 |
+
msgstr "Anuluj"
|
| 1556 |
+
|
| 1557 |
+
#: ../features/functions.php:663
|
| 1558 |
+
msgid "To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sSettings -> General%2$s tab, and under Membership make sure to check “Anyone can register”. %3$sDismiss%4$s"
|
| 1559 |
+
msgstr "Aby zezwolić użytkownikom na rejestrację na Twojej stronie poprzez Profile Builder, musisz najpierw umożliwić rejestrację użytkowników. Idź do zakładki %1$sUstawienia -> Ogólne%2$s oraz upewnij się, że w sekcji Członkowstwo pole “Każdy może się zarejestrować” jest zaznaczone. %3$sOdrzuć%4$s"
|
| 1560 |
+
|
| 1561 |
+
#: ../front-end/login.php:96
|
| 1562 |
+
msgid "Invalid username."
|
| 1563 |
+
msgstr "Nieprawidłowa nazwa użytkownika"
|
| 1564 |
+
|
| 1565 |
+
#: ../front-end/login.php:101 ../front-end/login.php:105
|
| 1566 |
+
msgid "username"
|
| 1567 |
+
msgstr "username"
|
| 1568 |
+
|
| 1569 |
+
#: ../front-end/login.php:101
|
| 1570 |
+
msgid "email"
|
| 1571 |
+
msgstr "email"
|
| 1572 |
+
|
| 1573 |
+
#: ../front-end/login.php:208
|
| 1574 |
+
msgid "Lost your password?"
|
| 1575 |
+
msgstr "Zapomniałeś hasła?"
|
| 1576 |
+
|
| 1577 |
+
#: ../index.php:34
|
| 1578 |
+
msgid " is also activated. You need to deactivate it before activating this version of the plugin."
|
| 1579 |
+
msgstr "jest także aktywny. Musisz dezaktywować go przed aktywacją tej wersji wtyczki."
|
| 1580 |
+
|
| 1581 |
+
#: ../modules/email-customizer/admin-email-customizer.php:54
|
| 1582 |
+
#: ../modules/email-customizer/user-email-customizer.php:54
|
| 1583 |
+
msgid "Must be a valid email address or the tag {{reply_to}} which defaults to the administrator email"
|
| 1584 |
+
msgstr "Musi być poprawnym adresem email lub tagiem {{reply_to}}, który wskazuje na adres email administratora"
|
| 1585 |
+
|
| 1586 |
+
#: ../features/email-confirmation/email-confirmation.php:554
|
| 1587 |
+
#: ../features/email-confirmation/email-confirmation.php:557
|
| 1588 |
+
#: ../modules/email-customizer/email-customizer.php:413
|
| 1589 |
+
#: ../modules/email-customizer/email-customizer.php:420
|
| 1590 |
+
#: ../modules/email-customizer/email-customizer.php:434
|
| 1591 |
+
msgid "Your selected password at signup"
|
| 1592 |
+
msgstr "Hasło, które podałeś podczas rejestracji"
|
| 1593 |
+
|
| 1594 |
+
#: ../modules/email-customizer/user-email-customizer.php:38
|
| 1595 |
+
msgid "These settings are also replicated in the \"Admin Email Customizer\" settings-page upon save."
|
| 1596 |
+
msgstr "Te ustawienia są także powielane w narzędziu \"Dostosowywania adresu Email Administratora\" podczas zapisywania."
|
| 1597 |
+
|
| 1598 |
+
#: ../modules/multiple-forms/edit-profile-forms.php:270
|
| 1599 |
+
msgid "This form is empty."
|
| 1600 |
+
msgstr "Ten formularz jest pusty."
|
| 1601 |
+
|
| 1602 |
+
#: ../modules/multiple-forms/multiple-forms.php:416
|
| 1603 |
+
msgid "Delete all items"
|
| 1604 |
+
msgstr "Usuń wszystkie elementy"
|
| 1605 |
+
|
| 1606 |
+
#: ../modules/multiple-forms/multiple-forms.php:416
|
| 1607 |
+
msgid "Delete all"
|
| 1608 |
+
msgstr "Usuń wszystko"
|
| 1609 |
+
|
| 1610 |
+
#: ../modules/multiple-forms/register-forms.php:226
|
| 1611 |
+
msgid "Choose..."
|
| 1612 |
+
msgstr "Wybierz..."
|
| 1613 |
+
|
| 1614 |
+
#: ../modules/user-listing/userlisting.php:1298
|
| 1615 |
+
msgid "Set the number of users to be displayed on every paginated part of the all-userlisting"
|
| 1616 |
+
msgstr "Wybierz liczbę użytkowników do wyświetlenia na jednej stronie zestawienia z kontami użytkowników."
|
| 1617 |
+
|
| 1618 |
+
#: ../admin/admin-bar.php:10
|
| 1619 |
+
msgid "Show/Hide the Admin Bar on the Front-End"
|
| 1620 |
+
msgstr "Pokaż/Ukryj pasek narzędziowy podczas przeglądania witryny"
|
| 1621 |
+
|
| 1622 |
+
#: ../admin/admin-bar.php:10 ../admin/admin-bar.php:47
|
| 1623 |
+
msgid "Admin Bar Settings"
|
| 1624 |
+
msgstr "Ustawienia paska narzędziowego"
|
| 1625 |
+
|
| 1626 |
+
#: ../admin/admin-bar.php:57
|
| 1627 |
+
msgid "User-Role"
|
| 1628 |
+
msgstr "Rola użytkownika"
|
| 1629 |
+
|
| 1630 |
+
#: ../admin/admin-bar.php:58
|
| 1631 |
+
msgid "Visibility"
|
| 1632 |
+
msgstr "Widoczność"
|
| 1633 |
+
|
| 1634 |
+
#: ../admin/admin-bar.php:73
|
| 1635 |
+
msgid "Default"
|
| 1636 |
+
msgstr "Domyślne"
|
| 1637 |
+
|
| 1638 |
+
#: ../admin/admin-bar.php:74
|
| 1639 |
+
msgid "Show"
|
| 1640 |
+
msgstr "Pokaż"
|
| 1641 |
+
|
| 1642 |
+
#: ../admin/admin-bar.php:75
|
| 1643 |
+
msgid "Hide"
|
| 1644 |
+
msgstr "Ukryj"
|
| 1645 |
+
|
| 1646 |
+
#: ../admin/admin-bar.php:86 ../admin/general-settings.php:215
|
| 1647 |
+
#: ../admin/register-version.php:95 ../features/functions.php:620
|
| 1648 |
+
#: ../modules/custom-redirects/custom-redirects.php:136
|
| 1649 |
+
#: ../modules/modules.php:142
|
| 1650 |
+
msgid "Save Changes"
|
| 1651 |
+
msgstr "Zapisz zmiany"
|
| 1652 |
+
|
| 1653 |
+
#: ../admin/admin-functions.php:34
|
| 1654 |
+
msgid "Login is set to be done using the E-mail. This field will NOT appear in the front-end! ( you can change these settings under the \"%s\" tab )"
|
| 1655 |
+
msgstr "Ustawione zostało logowanie z wykorzystaniem adresu e-mail. To pole NIE pojawi się na Twojej stronie! ( możesz zmienić to ustawienie w zakładce \"%s\" )"
|
| 1656 |
+
|
| 1657 |
+
#: ../admin/admin-functions.php:34 ../admin/general-settings.php:10
|
| 1658 |
+
#: ../admin/general-settings.php:38
|
| 1659 |
+
msgid "General Settings"
|
| 1660 |
+
msgstr "Ustawienia ogólne"
|
| 1661 |
+
|
| 1662 |
+
#: ../admin/admin-functions.php:134 ../admin/general-settings.php:201
|
| 1663 |
+
msgid "Very weak"
|
| 1664 |
+
msgstr "Bardzo słabe"
|
| 1665 |
+
|
| 1666 |
+
#: ../admin/admin-functions.php:134 ../admin/general-settings.php:202
|
| 1667 |
+
#: ../features/functions.php:512
|
| 1668 |
+
msgid "Weak"
|
| 1669 |
+
msgstr "słabe"
|
| 1670 |
+
|
| 1671 |
+
#: ../admin/admin-functions.php:134 ../admin/general-settings.php:203
|
| 1672 |
+
#: ../features/functions.php:512
|
| 1673 |
+
msgid "Medium"
|
| 1674 |
+
msgstr "Średnie"
|
| 1675 |
+
|
| 1676 |
+
#: ../admin/admin-functions.php:134 ../admin/general-settings.php:204
|
| 1677 |
+
#: ../features/functions.php:512
|
| 1678 |
+
msgid "Strong"
|
| 1679 |
+
msgstr "Trudne"
|
| 1680 |
+
|
| 1681 |
+
#: ../admin/admin-functions.php:184
|
| 1682 |
+
msgid "Add Field"
|
| 1683 |
+
msgstr "Dodaj pole"
|
| 1684 |
+
|
| 1685 |
+
#: ../admin/admin-functions.php:186
|
| 1686 |
+
#: ../modules/class-mustache-templates/class-mustache-templates.php:374
|
| 1687 |
+
msgid "Save Settings"
|
| 1688 |
+
msgstr "Zapisz ustawienia"
|
| 1689 |
+
|
| 1690 |
+
#: ../admin/basic-info.php:10
|
| 1691 |
+
msgid "Basic Information"
|
| 1692 |
+
msgstr "Informacje podstawowe"
|
| 1693 |
+
|
| 1694 |
+
#: ../admin/basic-info.php:29
|
| 1695 |
+
msgid "Version %s"
|
| 1696 |
+
msgstr "Wersja %s"
|
| 1697 |
+
|
| 1698 |
+
#: ../admin/basic-info.php:30
|
| 1699 |
+
msgid "<strong>Profile Builder </strong>"
|
| 1700 |
+
msgstr "<strong>Profile Builder </strong>"
|
| 1701 |
+
|
| 1702 |
+
#: ../admin/basic-info.php:31
|
| 1703 |
+
msgid "The best way to add front-end registration, edit profile and login forms."
|
| 1704 |
+
msgstr "Najlepszy sposób, aby dodać możliwość rejestracji użytkowników, edycję ich profili oraz formularze do logowania."
|
| 1705 |
+
|
| 1706 |
+
#: ../admin/basic-info.php:33
|
| 1707 |
+
msgid "For Modern User Interaction"
|
| 1708 |
+
msgstr "Dla Nowoczesnej Interakcji Użytkowników"
|
| 1709 |
+
|
| 1710 |
+
#: ../admin/basic-info.php:36 ../features/login-widget/login-widget.php:59
|
| 1711 |
+
msgid "Login"
|
| 1712 |
+
msgstr "Login"
|
| 1713 |
+
|
| 1714 |
+
#: ../admin/basic-info.php:40
|
| 1715 |
+
msgid "Registration"
|
| 1716 |
+
msgstr "Rejestracja"
|
| 1717 |
+
|
| 1718 |
+
#: ../admin/basic-info.php:44
|
| 1719 |
+
msgid "Edit Profile"
|
| 1720 |
+
msgstr "Edytuj profil"
|
| 1721 |
+
|
| 1722 |
+
#: ../admin/basic-info.php:51
|
| 1723 |
+
msgid "Extra Features"
|
| 1724 |
+
msgstr "Dodatkowe Funkcjonalności"
|
| 1725 |
+
|
| 1726 |
+
#: ../admin/basic-info.php:52
|
| 1727 |
+
msgid "Features that give you more control over your users, increased security and help you fight user registration spam."
|
| 1728 |
+
msgstr "Funkcjonalności, które dają Ci więcej kontroli nad Twoimi użytkownikami, zwiększone bezpieczeństwo oraz wsparcie w walce ze spamem."
|
| 1729 |
+
|
| 1730 |
+
#: ../admin/basic-info.php:53
|
| 1731 |
+
msgid "Enable extra features"
|
| 1732 |
+
msgstr "Aktywuj dodatkowe funkcjonalności"
|
| 1733 |
+
|
| 1734 |
+
#: ../admin/basic-info.php:57
|
| 1735 |
+
msgid "Recover Password"
|
| 1736 |
+
msgstr "Odzyskaj hasło"
|
| 1737 |
+
|
| 1738 |
+
#: ../admin/basic-info.php:61
|
| 1739 |
+
msgid "Admin Approval (*)"
|
| 1740 |
+
msgstr "Zatwierdzanie przez administratora (*)"
|
| 1741 |
+
|
| 1742 |
+
#: ../admin/basic-info.php:62
|
| 1743 |
+
msgid "You decide who is a user on your website. Get notified via email or approve multiple users at once from the WordPress UI."
|
| 1744 |
+
msgstr "Ty decydujesz, kto jest użytkownikiem na Twojej stronie. Otrzymuj powiadomienia na email oraz zezwalaj na logowanie do Twojej strony wielu użytkownikom w tym samym czasie."
|
| 1745 |
+
|
| 1746 |
+
#: ../admin/basic-info.php:65
|
| 1747 |
+
msgid "Email Confirmation"
|
| 1748 |
+
msgstr "Potwierdzenie e-mail"
|
| 1749 |
+
|
| 1750 |
+
#: ../admin/basic-info.php:66
|
| 1751 |
+
msgid "Make sure users sign up with genuine emails. On registration users will receive a notification to confirm their email address."
|
| 1752 |
+
msgstr "Upewnij się, że użytkownicy rejestrują się z poprawnymi adresami email. W trakcie rejestracji użytkownicy otrzymają powiadomienie na email w celu potwierdzenia swojej rejestracji."
|
| 1753 |
+
|
| 1754 |
+
#: ../admin/basic-info.php:69
|
| 1755 |
+
msgid "Minimum Password Length and Strength Meter"
|
| 1756 |
+
msgstr "Minimalna długość hasła oraz wskaźnik skomplikowania hasła"
|
| 1757 |
+
|
| 1758 |
+
#: ../admin/basic-info.php:70
|
| 1759 |
+
msgid "Eliminate weak passwords altogether by setting a minimum password length and enforcing a certain password strength."
|
| 1760 |
+
msgstr "Wyeliminuj słabe hasła poprzez ustawienie minimalnej długości hasła oraz wymuszenie określonego poziomu skomplikowania hasła"
|
| 1761 |
+
|
| 1762 |
+
#: ../admin/basic-info.php:73
|
| 1763 |
+
msgid "Login with Email or Username"
|
| 1764 |
+
msgstr "Adres e-mail lub nazwa użytkownika"
|
| 1765 |
+
|
| 1766 |
+
#: ../admin
|
