Version Description
Download this release
Release Info
Developer | Cimmo |
Plugin | Cimy User Extra Fields |
Version | 2.4.1 |
Comparing to | |
See all releases |
Code changes from version 2.4.0 to 2.4.1
- README_OFFICIAL.txt +10 -3
- cimy_uef_admin.php +14 -16
- cimy_uef_db.php +11 -0
- cimy_uef_email_handler.php +2 -2
- cimy_uef_init.php +7 -1
- cimy_uef_options.php +8 -0
- cimy_uef_profile.php +2 -2
- cimy_uef_register.php +6 -6
- cimy_user_extra_fields.php +4 -10
- js/ajax_new_value.js +2 -1
- langs/cimy_uef-ar.mo +0 -0
- langs/cimy_uef-ar.po +1210 -0
- readme.txt +1 -1
README_OFFICIAL.txt
CHANGED
@@ -477,8 +477,8 @@ filename=default.pdf - rename the uploaded file to the given file name
|
|
477 |
HOW TO USE WPML SUPPORT:
|
478 |
Since v2.4.0 field's label and description can be translated using the WordPress Multilingual plug-in.
|
479 |
To use it in your code you can get the get_cimyFields example above and change only the following lines:
|
480 |
-
echo "LABEL: ".cimy_uef_sanitize_content(cimy_wpml_translate_string($field['LABEL']))." \n";
|
481 |
-
echo "DESCRIPTION: ".cimy_uef_sanitize_content(cimy_wpml_translate_string($field['DESCRIPTION']))." \n";
|
482 |
|
483 |
|
484 |
KNOWN ISSUES:
|
@@ -626,13 +626,20 @@ A lot of times I cannot reproduce the problem and I need more details, so if you
|
|
626 |
|
627 |
|
628 |
CHANGELOG:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
629 |
v2.4.0 - 27/12/2012
|
630 |
- Added support for the WordPress Multilingual plug-in.
|
631 |
- Fixed plain text password was staying in the DataBase for registered users (WordPress MS and WordPress + confirmation email only)
|
632 |
- Fixed (better) background logo was stretched under Safari (thanks to DarioDN)
|
633 |
- Fixed PHP warnings wpdb::supports_collation usage on WordPress 3.5
|
634 |
- Fixed PHP warnings wpdb::prepare usage on WordPress 3.5
|
635 |
-
- Fixed PHP warnings on Extended
|
636 |
|
637 |
v2.3.11 - 29/10/2012
|
638 |
- Fixed reCAPTCHA was not working on secure webservers (thanks to invisnet for the patch)
|
477 |
HOW TO USE WPML SUPPORT:
|
478 |
Since v2.4.0 field's label and description can be translated using the WordPress Multilingual plug-in.
|
479 |
To use it in your code you can get the get_cimyFields example above and change only the following lines:
|
480 |
+
echo "LABEL: ".cimy_uef_sanitize_content(cimy_wpml_translate_string($field['NAME']."_label", $field['LABEL']))." \n";
|
481 |
+
echo "DESCRIPTION: ".cimy_uef_sanitize_content(cimy_wpml_translate_string($field['NAME']."_desc", $field['DESCRIPTION']))." \n";
|
482 |
|
483 |
|
484 |
KNOWN ISSUES:
|
626 |
|
627 |
|
628 |
CHANGELOG:
|
629 |
+
v2.4.1 - 11/02/2013
|
630 |
+
- Added support for welcome email, extra fields title and fieldset titles under the WordPress Multilingual plug-in (thanks to Piet for testing it)
|
631 |
+
- Added Arabic translation (Mamoun Elkheir)
|
632 |
+
- Fixed tabindex is no longer needed for WordPress 3.5 and Theme My Login users
|
633 |
+
- Fixed PHP files inclusion, do not include the admin's files if not in the admin area
|
634 |
+
- Fixed cursor doesn't appear at the end of the text edit under 'Users Extended'
|
635 |
+
|
636 |
v2.4.0 - 27/12/2012
|
637 |
- Added support for the WordPress Multilingual plug-in.
|
638 |
- Fixed plain text password was staying in the DataBase for registered users (WordPress MS and WordPress + confirmation email only)
|
639 |
- Fixed (better) background logo was stretched under Safari (thanks to DarioDN)
|
640 |
- Fixed PHP warnings wpdb::supports_collation usage on WordPress 3.5
|
641 |
- Fixed PHP warnings wpdb::prepare usage on WordPress 3.5
|
642 |
+
- Fixed PHP warnings on 'Users Extended' page on WordPress 3.5
|
643 |
|
644 |
v2.3.11 - 29/10/2012
|
645 |
- Fixed reCAPTCHA was not working on secure webservers (thanks to invisnet for the patch)
|
cimy_uef_admin.php
CHANGED
@@ -661,8 +661,8 @@ function cimy_admin_define_extra_fields() {
|
|
661 |
</td>
|
662 |
<td align="center" style="vertical-align: middle;">
|
663 |
<p class="submit" style="border-width: 0px;">
|
664 |
-
<input name="reset" type="reset" value="<?php _e("Clear", $cimy_uef_domain); ?>" /><br /><br />
|
665 |
-
<input class="button-primary" name="submit_add[0]" type="submit" value="<?php echo $add_caption ?>" />
|
666 |
</p>
|
667 |
</td>
|
668 |
</tr>
|
@@ -762,11 +762,11 @@ function cimy_admin_show_extra_fields($allFields, $submit_msgs, $wp_fields, $err
|
|
762 |
else {
|
763 |
?>
|
764 |
<p class="submit" style="border-width: 0px; margin-top: 0px; margin-bottom: 0px; padding: 0px;">
|
765 |
-
<input type="button" value="<?php echo $invert_selection_label; ?>" onclick="this.value=invert_sel('<?php echo $form_id; ?>', 'check', '<?php echo $invert_selection_label; ?>')" />
|
766 |
-
<input name="submit_order" type="submit" value="<?php echo $order_caption ?>" />
|
767 |
|
768 |
<?php if (!$wp_fields) { ?>
|
769 |
-
<input name="submit_del_sel" type="submit" value="<?php echo $delSel_caption ?>" onclick="return confirm('<?php echo $delete_fields_label; ?>');" />
|
770 |
<?php } ?>
|
771 |
</p>
|
772 |
|
@@ -976,11 +976,11 @@ function cimy_admin_show_extra_fields($allFields, $submit_msgs, $wp_fields, $err
|
|
976 |
</td>
|
977 |
<td align="center" style="vertical-align: middle;">
|
978 |
<p class="submit" style="border-width: 0px;">
|
979 |
-
<input name="reset" type="reset" value="<?php _e("Reset", $cimy_uef_domain); ?>" /><br /><br />
|
980 |
-
<input class="button-primary" name="submit_edit[<?php echo $order ?>]" type="submit" value="<?php echo $edit_caption." #".$order ?>" onclick="changeFormAction('<?php echo $form_id; ?>', '<?php echo $field_anchor.$order; ?>')" /><br /><br />
|
981 |
|
982 |
<?php if (!$wp_fields) { ?>
|
983 |
-
<input name="submit_del[<?php echo $order ?>]" type="submit" value="<?php echo $del_caption." #".$order ?>" onclick="return confirm('<?php echo $delete_fields_label; ?>');" />
|
984 |
<?php } ?>
|
985 |
</p>
|
986 |
</td>
|
@@ -991,11 +991,11 @@ function cimy_admin_show_extra_fields($allFields, $submit_msgs, $wp_fields, $err
|
|
991 |
</tbody>
|
992 |
</table>
|
993 |
<p class="submit" style="border-width: 0px; margin-top: 0px; margin-bottom: 0px; padding: 0px;">
|
994 |
-
<input type="button" value="<?php echo $invert_selection_label; ?>" onclick="this.value=invert_sel('<?php echo $form_id; ?>', 'check', '<?php echo $invert_selection_label; ?>')" />
|
995 |
-
<input name="submit_order" type="submit" value="<?php echo $order_caption ?>" />
|
996 |
|
997 |
<?php if (!$wp_fields) { ?>
|
998 |
-
<input name="submit_del_sel" type="submit" value="<?php echo $delSel_caption ?>" onclick="return confirm('<?php echo $delete_fields_label; ?>');" />
|
999 |
<?php } ?>
|
1000 |
</p>
|
1001 |
<br />
|
@@ -1355,9 +1355,9 @@ function cimy_admin_users_list_page() {
|
|
1355 |
_e("Users Extended", $cimy_uef_domain);
|
1356 |
|
1357 |
if (current_user_can('create_users')) { ?>
|
1358 |
-
<a href="user-new.php" class="
|
1359 |
<?php } elseif (is_multisite() && current_user_can('promote_users')) { ?>
|
1360 |
-
<a href="user-new.php" class="
|
1361 |
<?php }
|
1362 |
if (!empty($usersearch))
|
1363 |
printf('<span class="subtitle">'.__('Search results for “%s”')." (%s)</span>", esc_html($usersearch), $users_found);
|
@@ -1467,13 +1467,11 @@ function cimy_admin_users_list_page() {
|
|
1467 |
foreach ($extra_fields as $thisField) {
|
1468 |
$rules = $thisField['RULES'];
|
1469 |
if ($rules['show_in_aeu']) {
|
1470 |
-
|
1471 |
$i++;
|
1472 |
-
|
1473 |
-
$label = cimy_uef_sanitize_content($thisField['LABEL']);
|
1474 |
$id = $thisField['ID'];
|
1475 |
$name = $thisField['NAME'];
|
1476 |
$name_esc_attr = esc_attr($thisField['NAME']);
|
|
|
1477 |
$type = $thisField['TYPE'];
|
1478 |
$fieldset = $thisField["FIELDSET"];
|
1479 |
|
661 |
</td>
|
662 |
<td align="center" style="vertical-align: middle;">
|
663 |
<p class="submit" style="border-width: 0px;">
|
664 |
+
<input class="button button-secondary" name="reset" type="reset" value="<?php _e("Clear", $cimy_uef_domain); ?>" /><br /><br />
|
665 |
+
<input class="button button-primary" name="submit_add[0]" type="submit" value="<?php echo $add_caption ?>" />
|
666 |
</p>
|
667 |
</td>
|
668 |
</tr>
|
762 |
else {
|
763 |
?>
|
764 |
<p class="submit" style="border-width: 0px; margin-top: 0px; margin-bottom: 0px; padding: 0px;">
|
765 |
+
<input class="button" type="button" value="<?php echo $invert_selection_label; ?>" onclick="this.value=invert_sel('<?php echo $form_id; ?>', 'check', '<?php echo $invert_selection_label; ?>')" />
|
766 |
+
<input class="button action" name="submit_order" type="submit" value="<?php echo $order_caption ?>" />
|
767 |
|
768 |
<?php if (!$wp_fields) { ?>
|
769 |
+
<input class="button" name="submit_del_sel" type="submit" value="<?php echo $delSel_caption ?>" onclick="return confirm('<?php echo $delete_fields_label; ?>');" />
|
770 |
<?php } ?>
|
771 |
</p>
|
772 |
|
976 |
</td>
|
977 |
<td align="center" style="vertical-align: middle;">
|
978 |
<p class="submit" style="border-width: 0px;">
|
979 |
+
<input class="button button-secondary" name="reset" type="reset" value="<?php _e("Reset", $cimy_uef_domain); ?>" /><br /><br />
|
980 |
+
<input class="button button-primary" name="submit_edit[<?php echo $order ?>]" type="submit" value="<?php echo $edit_caption." #".$order ?>" onclick="changeFormAction('<?php echo $form_id; ?>', '<?php echo $field_anchor.$order; ?>')" /><br /><br />
|
981 |
|
982 |
<?php if (!$wp_fields) { ?>
|
983 |
+
<input class="button button-secondary" name="submit_del[<?php echo $order ?>]" type="submit" value="<?php echo $del_caption." #".$order ?>" onclick="return confirm('<?php echo $delete_fields_label; ?>');" />
|
984 |
<?php } ?>
|
985 |
</p>
|
986 |
</td>
|
991 |
</tbody>
|
992 |
</table>
|
993 |
<p class="submit" style="border-width: 0px; margin-top: 0px; margin-bottom: 0px; padding: 0px;">
|
994 |
+
<input class="button" type="button" value="<?php echo $invert_selection_label; ?>" onclick="this.value=invert_sel('<?php echo $form_id; ?>', 'check', '<?php echo $invert_selection_label; ?>')" />
|
995 |
+
<input class="button action" name="submit_order" type="submit" value="<?php echo $order_caption ?>" />
|
996 |
|
997 |
<?php if (!$wp_fields) { ?>
|
998 |
+
<input class="button" name="submit_del_sel" type="submit" value="<?php echo $delSel_caption ?>" onclick="return confirm('<?php echo $delete_fields_label; ?>');" />
|
999 |
<?php } ?>
|
1000 |
</p>
|
1001 |
<br />
|
1355 |
_e("Users Extended", $cimy_uef_domain);
|
1356 |
|
1357 |
if (current_user_can('create_users')) { ?>
|
1358 |
+
<a href="user-new.php" class="add-new-h2"><?php echo esc_html_x('Add New', 'user'); ?></a>
|
1359 |
<?php } elseif (is_multisite() && current_user_can('promote_users')) { ?>
|
1360 |
+
<a href="user-new.php" class="add-new-h2"><?php echo esc_html_x('Add Existing', 'user'); ?></a>
|
1361 |
<?php }
|
1362 |
if (!empty($usersearch))
|
1363 |
printf('<span class="subtitle">'.__('Search results for “%s”')." (%s)</span>", esc_html($usersearch), $users_found);
|
1467 |
foreach ($extra_fields as $thisField) {
|
1468 |
$rules = $thisField['RULES'];
|
1469 |
if ($rules['show_in_aeu']) {
|
|
|
1470 |
$i++;
|
|
|
|
|
1471 |
$id = $thisField['ID'];
|
1472 |
$name = $thisField['NAME'];
|
1473 |
$name_esc_attr = esc_attr($thisField['NAME']);
|
1474 |
+
$label = cimy_uef_sanitize_content(cimy_wpml_translate_string($name."_label", $thisField["LABEL"]));
|
1475 |
$type = $thisField['TYPE'];
|
1476 |
$fieldset = $thisField["FIELDSET"];
|
1477 |
|
cimy_uef_db.php
CHANGED
@@ -278,6 +278,17 @@ function cimy_plugin_install () {
|
|
278 |
}
|
279 |
}
|
280 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
281 |
$options['version'] = $cimy_uef_version;
|
282 |
|
283 |
cimy_set_options($options);
|
278 |
}
|
279 |
}
|
280 |
|
281 |
+
if (version_compare($options['version'], "2.4.0", "<=") === true) {
|
282 |
+
cimy_wpml_register_string("a_opt_welcome_email", $options['welcome_email']);
|
283 |
+
cimy_wpml_register_string("a_opt_extra_fields_title", $options['extra_fields_title']);
|
284 |
+
$fieldset_titles = explode(",", $options['fieldset_title']);
|
285 |
+
if (!empty($fieldset_titles)) {
|
286 |
+
foreach ($fieldset_titles as $fset_key => $fieldset) {
|
287 |
+
cimy_wpml_register_string("a_opt_fieldset_title_".$fset_key, $fieldset);
|
288 |
+
}
|
289 |
+
}
|
290 |
+
}
|
291 |
+
|
292 |
$options['version'] = $cimy_uef_version;
|
293 |
|
294 |
cimy_set_options($options);
|
cimy_uef_email_handler.php
CHANGED
@@ -14,7 +14,7 @@ function wp_new_user_notification($user_id, $plaintext_pass = '') {
|
|
14 |
$options = cimy_get_options();
|
15 |
if (!is_multisite()) {
|
16 |
if (!$options["confirm_email"])
|
17 |
-
wp_new_user_notification_original($user_id, $plaintext_pass, $options["mail_include_fields"], false, $options["welcome_email"]);
|
18 |
// if confirmation email is enabled delete the default_password_nag but checks first if has not been done on top of this function!
|
19 |
else if (!isset($_POST["cimy_uef_wp_PASSWORD"]))
|
20 |
delete_user_meta($user_id, 'default_password_nag');
|
@@ -285,7 +285,7 @@ function cimy_uef_activate_signup($key) {
|
|
285 |
return new WP_Error( 'user_already_exists', __( 'That username is already activated.', $cimy_uef_domain), $signup);
|
286 |
|
287 |
$options = cimy_get_options();
|
288 |
-
wp_new_user_notification_original($user_id, $password, $options["mail_include_fields"], $meta, $options["welcome_email"]);
|
289 |
return array('user_id' => $user_id, 'password' => $password, 'meta' => $meta);
|
290 |
}
|
291 |
|
14 |
$options = cimy_get_options();
|
15 |
if (!is_multisite()) {
|
16 |
if (!$options["confirm_email"])
|
17 |
+
wp_new_user_notification_original($user_id, $plaintext_pass, $options["mail_include_fields"], false, cimy_wpml_translate_string("a_opt_welcome_email", $options["welcome_email"]));
|
18 |
// if confirmation email is enabled delete the default_password_nag but checks first if has not been done on top of this function!
|
19 |
else if (!isset($_POST["cimy_uef_wp_PASSWORD"]))
|
20 |
delete_user_meta($user_id, 'default_password_nag');
|
285 |
return new WP_Error( 'user_already_exists', __( 'That username is already activated.', $cimy_uef_domain), $signup);
|
286 |
|
287 |
$options = cimy_get_options();
|
288 |
+
wp_new_user_notification_original($user_id, $password, $options["mail_include_fields"], $meta, cimy_wpml_translate_string("a_opt_welcome_email", $options["welcome_email"]));
|
289 |
return array('user_id' => $user_id, 'password' => $password, 'meta' => $meta);
|
290 |
}
|
291 |
|
cimy_uef_init.php
CHANGED
@@ -43,7 +43,13 @@ function cimy_admin_menu_custom() {
|
|
43 |
}
|
44 |
|
45 |
function cimy_uef_admin_init() {
|
46 |
-
global $cuef_js_webpath;
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
wp_register_script("cimy_uef_invert_sel", $cuef_js_webpath."/invert_sel.js", array(), false);
|
48 |
wp_register_script("cimy_uef_ajax_new_value", $cuef_js_webpath."/ajax_new_value.js", array(), false);
|
49 |
}
|
43 |
}
|
44 |
|
45 |
function cimy_uef_admin_init() {
|
46 |
+
global $cuef_js_webpath, $cuef_plugin_dir;
|
47 |
+
require_once($cuef_plugin_dir.'/cimy_uef_admin.php');
|
48 |
+
require_once($cuef_plugin_dir.'/cimy_uef_options.php');
|
49 |
+
require_once($cuef_plugin_dir.'/cimy_uef_profile.php');
|
50 |
+
// add code to handle new value from ajax code in A&U Extended
|
51 |
+
add_action('wp_ajax_save-extra-field-new-value', 'cimy_uef_admin_ajax_save_ef_new_value');
|
52 |
+
|
53 |
wp_register_script("cimy_uef_invert_sel", $cuef_js_webpath."/invert_sel.js", array(), false);
|
54 |
wp_register_script("cimy_uef_ajax_new_value", $cuef_js_webpath."/ajax_new_value.js", array(), false);
|
55 |
}
|
cimy_uef_options.php
CHANGED
@@ -25,11 +25,19 @@ function cimy_save_options() {
|
|
25 |
$options['wp_hidden_fields'] = array();
|
26 |
|
27 |
$options['welcome_email'] = stripslashes($_POST['welcome_email']);
|
|
|
28 |
$options['extra_fields_title'] = stripslashes($_POST['extra_fields_title']);
|
29 |
$options['extra_fields_title'] = substr($options['extra_fields_title'], 0, $max_length_extra_fields_title);
|
|
|
30 |
|
31 |
$options['fieldset_title'] = stripslashes($_POST['fieldset_title']);
|
32 |
$options['fieldset_title'] = substr($options['fieldset_title'], 0, $max_length_fieldset_value);
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
|
34 |
$old_reg_log = $options['registration-logo'];
|
35 |
$registration_logo = cimy_manage_upload("registration_logo", "", array(), empty($old_reg_log) ? false : basename($old_reg_log), isset($_POST['registration_logo_del']), "registration-logo");
|
25 |
$options['wp_hidden_fields'] = array();
|
26 |
|
27 |
$options['welcome_email'] = stripslashes($_POST['welcome_email']);
|
28 |
+
cimy_wpml_register_string("a_opt_welcome_email", $options['welcome_email']);
|
29 |
$options['extra_fields_title'] = stripslashes($_POST['extra_fields_title']);
|
30 |
$options['extra_fields_title'] = substr($options['extra_fields_title'], 0, $max_length_extra_fields_title);
|
31 |
+
cimy_wpml_register_string("a_opt_extra_fields_title", $options['extra_fields_title']);
|
32 |
|
33 |
$options['fieldset_title'] = stripslashes($_POST['fieldset_title']);
|
34 |
$options['fieldset_title'] = substr($options['fieldset_title'], 0, $max_length_fieldset_value);
|
35 |
+
$fieldset_titles = explode(",", $options['fieldset_title']);
|
36 |
+
if (!empty($fieldset_titles)) {
|
37 |
+
foreach ($fieldset_titles as $fset_key => $fieldset) {
|
38 |
+
cimy_wpml_register_string("a_opt_fieldset_title_".$fset_key, $fieldset);
|
39 |
+
}
|
40 |
+
}
|
41 |
|
42 |
$old_reg_log = $options['registration-logo'];
|
43 |
$registration_logo = cimy_manage_upload("registration_logo", "", array(), empty($old_reg_log) ? false : basename($old_reg_log), isset($_POST['registration_logo_del']), "registration-logo");
|
cimy_uef_profile.php
CHANGED
@@ -36,7 +36,7 @@ function cimy_extract_ExtraFields() {
|
|
36 |
|
37 |
if ($options['extra_fields_title'] != "") {
|
38 |
echo "<br clear=\"all\" />\n";
|
39 |
-
echo "<h2>".esc_html($options['extra_fields_title'])."</h2>\n";
|
40 |
}
|
41 |
|
42 |
foreach ($extra_fields as $thisField) {
|
@@ -120,7 +120,7 @@ function cimy_extract_ExtraFields() {
|
|
120 |
$close_table = true;
|
121 |
|
122 |
if (isset($fieldset_titles[$current_fieldset]))
|
123 |
-
echo "\n\t<h3>".esc_html($fieldset_titles[$current_fieldset])."</h3>\n";
|
124 |
|
125 |
echo '<table class="form-table">';
|
126 |
echo "\n";
|
36 |
|
37 |
if ($options['extra_fields_title'] != "") {
|
38 |
echo "<br clear=\"all\" />\n";
|
39 |
+
echo "<h2>".esc_html(cimy_wpml_translate_string("a_opt_extra_fields_title", $options['extra_fields_title']))."</h2>\n";
|
40 |
}
|
41 |
|
42 |
foreach ($extra_fields as $thisField) {
|
120 |
$close_table = true;
|
121 |
|
122 |
if (isset($fieldset_titles[$current_fieldset]))
|
123 |
+
echo "\n\t<h3>".esc_html(cimy_wpml_translate_string("a_opt_fieldset_title_".$current_fieldset, $fieldset_titles[$current_fieldset]))."</h3>\n";
|
124 |
|
125 |
echo '<table class="form-table">';
|
126 |
echo "\n";
|
cimy_uef_register.php
CHANGED
@@ -817,7 +817,7 @@ function cimy_registration_form($errors=null, $show_type=0) {
|
|
817 |
$current_fieldset = $fieldset;
|
818 |
|
819 |
if (isset($fieldset_titles[$current_fieldset]))
|
820 |
-
echo "\n\t<h2>".esc_html($fieldset_titles[$current_fieldset])."</h2>\n";
|
821 |
}
|
822 |
|
823 |
if ((!empty($description)) && ($type != "registration-date")) {
|
@@ -1024,8 +1024,8 @@ function cimy_registration_form($errors=null, $show_type=0) {
|
|
1024 |
|
1025 |
$obj_id = ' id="'.$unique_id.'"';
|
1026 |
|
1027 |
-
// tabindex not used in MU, dropping...
|
1028 |
-
if (is_multisite())
|
1029 |
$obj_tabindex = "";
|
1030 |
else {
|
1031 |
$obj_tabindex = ' tabindex="'.strval($tabindex).'"';
|
@@ -1165,7 +1165,7 @@ function cimy_registration_form($errors=null, $show_type=0) {
|
|
1165 |
<img id="captcha" align="left" style="padding-right: 5px; border: 0" src="<?php echo $cuef_securimage_webpath; ?>/securimage_show_captcha.php" alt="CAPTCHA Image" />
|
1166 |
<object type="application/x-shockwave-flash" data="<?php echo $cuef_securimage_webpath; ?>/securimage_play.swf?audio_file=<?php echo $cuef_securimage_webpath; ?>/securimage_play.php&bgColor1=#fff&bgColor2=#fff&iconColor=#777&borderWidth=1&borderColor=#000" height="19" width="19"><param name="movie" value="<?php echo $cuef_securimage_webpath; ?>/securimage_play.swf?audio_file=<?php echo $cuef_securimage_webpath; ?>/securimage_play.php&bgColor1=#fff&bgColor2=#fff&iconColor=#777&borderWidth=1&borderColor=#000" /></object>
|
1167 |
<br /><br /><br />
|
1168 |
-
<a align="right"
|
1169 |
</div>
|
1170 |
<div style="width: <?php echo $width; ?>px; float: left; height: 50px; vertical-align: bottom; padding: 5px;">
|
1171 |
<?php _e("Insert the code:", $cimy_uef_domain); ?> <input type="text" name="securimage_response_field" size="10" maxlength="6" tabindex="<?php echo $tabindex; $tabindex++; ?>" />
|
@@ -1181,8 +1181,8 @@ function cimy_registration_form($errors=null, $show_type=0) {
|
|
1181 |
?>
|
1182 |
<script type='text/javascript'>
|
1183 |
var RecaptchaOptions = {
|
1184 |
-
lang: '<?php echo substr(get_locale(), 0, 2); ?>'
|
1185 |
-
|
1186 |
};
|
1187 |
</script>
|
1188 |
<?php
|
817 |
$current_fieldset = $fieldset;
|
818 |
|
819 |
if (isset($fieldset_titles[$current_fieldset]))
|
820 |
+
echo "\n\t<h2>".esc_html(cimy_wpml_translate_string("a_opt_fieldset_title_".$current_fieldset, $fieldset_titles[$current_fieldset]))."</h2>\n";
|
821 |
}
|
822 |
|
823 |
if ((!empty($description)) && ($type != "registration-date")) {
|
1024 |
|
1025 |
$obj_id = ' id="'.$unique_id.'"';
|
1026 |
|
1027 |
+
// tabindex not used in MU, WordPress 3.5+ and Theme My Login dropping...
|
1028 |
+
if (is_multisite() || version_compare(get_bloginfo('version'), '3.5') >= 0 || (!empty($GLOBALS['theme_my_login']) && $GLOBALS['theme_my_login']->is_login_page()))
|
1029 |
$obj_tabindex = "";
|
1030 |
else {
|
1031 |
$obj_tabindex = ' tabindex="'.strval($tabindex).'"';
|
1165 |
<img id="captcha" align="left" style="padding-right: 5px; border: 0" src="<?php echo $cuef_securimage_webpath; ?>/securimage_show_captcha.php" alt="CAPTCHA Image" />
|
1166 |
<object type="application/x-shockwave-flash" data="<?php echo $cuef_securimage_webpath; ?>/securimage_play.swf?audio_file=<?php echo $cuef_securimage_webpath; ?>/securimage_play.php&bgColor1=#fff&bgColor2=#fff&iconColor=#777&borderWidth=1&borderColor=#000" height="19" width="19"><param name="movie" value="<?php echo $cuef_securimage_webpath; ?>/securimage_play.swf?audio_file=<?php echo $cuef_securimage_webpath; ?>/securimage_play.php&bgColor1=#fff&bgColor2=#fff&iconColor=#777&borderWidth=1&borderColor=#000" /></object>
|
1167 |
<br /><br /><br />
|
1168 |
+
<a align="right" <?php if (!empty($obj_tabindex)) echo "tabindex=\"".$tabindex."\""; $tabindex++; ?> style="border-style: none" href="#" onclick="document.getElementById('captcha').src = '<?php echo $cuef_securimage_webpath; ?>/securimage_show_captcha.php?' + Math.random(); return false"><img src="<?php echo $cuef_securimage_webpath; ?>/images/refresh.gif" alt="<?php _e("Change image", $cimy_uef_domain); ?>" border="0" onclick="this.blur()" align="bottom" /></a>
|
1169 |
</div>
|
1170 |
<div style="width: <?php echo $width; ?>px; float: left; height: 50px; vertical-align: bottom; padding: 5px;">
|
1171 |
<?php _e("Insert the code:", $cimy_uef_domain); ?> <input type="text" name="securimage_response_field" size="10" maxlength="6" tabindex="<?php echo $tabindex; $tabindex++; ?>" />
|
1181 |
?>
|
1182 |
<script type='text/javascript'>
|
1183 |
var RecaptchaOptions = {
|
1184 |
+
lang: '<?php echo substr(get_locale(), 0, 2); ?>'
|
1185 |
+
<?php if (!empty($obj_tabindex)) echo ", tabindex: ".$tabindex; $tabindex++; ?>
|
1186 |
};
|
1187 |
</script>
|
1188 |
<?php
|
cimy_user_extra_fields.php
CHANGED
@@ -3,13 +3,13 @@
|
|
3 |
Plugin Name: Cimy User Extra Fields
|
4 |
Plugin URI: http://www.marcocimmino.net/cimy-wordpress-plugins/cimy-user-extra-fields/
|
5 |
Description: Add some useful fields to registration and user's info
|
6 |
-
Version: 2.4.
|
7 |
Author: Marco Cimmino
|
8 |
Author URI: mailto:cimmino.marco@gmail.com
|
9 |
License: GPL2
|
10 |
|
11 |
Cimy User Extra Fields - Allows adding mySQL Data fields to store/add more user info
|
12 |
-
Copyright (c) 2006-
|
13 |
|
14 |
Code for drop-down support is in part from Raymond Elferink raymond@raycom.com
|
15 |
Code for regular expression under equalTo rule is in part from Shane Hartman shane@shanehartman.com
|
@@ -154,21 +154,18 @@ require_once($cuef_plugin_dir.'/cimy_uef_init.php');
|
|
154 |
require_once($cuef_plugin_dir.'/cimy_uef_email_handler.php');
|
155 |
require_once($cuef_plugin_dir.'/cimy_uef_db.php');
|
156 |
require_once($cuef_plugin_dir.'/cimy_uef_register.php');
|
157 |
-
require_once($cuef_plugin_dir.'/cimy_uef_profile.php');
|
158 |
require_once($cuef_plugin_dir.'/cimy_uef_functions.php');
|
159 |
-
require_once($cuef_plugin_dir.'/cimy_uef_options.php');
|
160 |
-
require_once($cuef_plugin_dir.'/cimy_uef_admin.php');
|
161 |
|
162 |
add_action('admin_init', 'cimy_uef_admin_init');
|
163 |
|
164 |
$cimy_uef_name = "Cimy User Extra Fields";
|
165 |
-
$cimy_uef_version = "2.4.
|
166 |
$cimy_uef_url = "http://www.marcocimmino.net/cimy-wordpress-plugins/cimy-user-extra-fields/";
|
167 |
$cimy_project_url = "http://www.marcocimmino.net/cimy-wordpress-plugins/support-the-cimy-project-paypal/";
|
168 |
|
169 |
$start_cimy_uef_comment = "<!--\n";
|
170 |
$start_cimy_uef_comment .= "\tStart code from ".$cimy_uef_name." ".$cimy_uef_version."\n";
|
171 |
-
$start_cimy_uef_comment .= "\tCopyright (c) 2006-
|
172 |
$start_cimy_uef_comment .= "\t".$cimy_uef_url."\n";
|
173 |
$start_cimy_uef_comment .= "-->\n";
|
174 |
|
@@ -579,6 +576,3 @@ add_action('delete_user', 'cimy_delete_user_info');
|
|
579 |
|
580 |
// add avatar filter
|
581 |
add_filter('get_avatar', 'cimy_uef_avatar_filter', 1, 5);
|
582 |
-
|
583 |
-
// add code to handle new value from ajax code in A&U Extended
|
584 |
-
add_action('wp_ajax_save-extra-field-new-value', 'cimy_uef_admin_ajax_save_ef_new_value');
|
3 |
Plugin Name: Cimy User Extra Fields
|
4 |
Plugin URI: http://www.marcocimmino.net/cimy-wordpress-plugins/cimy-user-extra-fields/
|
5 |
Description: Add some useful fields to registration and user's info
|
6 |
+
Version: 2.4.1
|
7 |
Author: Marco Cimmino
|
8 |
Author URI: mailto:cimmino.marco@gmail.com
|
9 |
License: GPL2
|
10 |
|
11 |
Cimy User Extra Fields - Allows adding mySQL Data fields to store/add more user info
|
12 |
+
Copyright (c) 2006-2013 Marco Cimmino
|
13 |
|
14 |
Code for drop-down support is in part from Raymond Elferink raymond@raycom.com
|
15 |
Code for regular expression under equalTo rule is in part from Shane Hartman shane@shanehartman.com
|
154 |
require_once($cuef_plugin_dir.'/cimy_uef_email_handler.php');
|
155 |
require_once($cuef_plugin_dir.'/cimy_uef_db.php');
|
156 |
require_once($cuef_plugin_dir.'/cimy_uef_register.php');
|
|
|
157 |
require_once($cuef_plugin_dir.'/cimy_uef_functions.php');
|
|
|
|
|
158 |
|
159 |
add_action('admin_init', 'cimy_uef_admin_init');
|
160 |
|
161 |
$cimy_uef_name = "Cimy User Extra Fields";
|
162 |
+
$cimy_uef_version = "2.4.1";
|
163 |
$cimy_uef_url = "http://www.marcocimmino.net/cimy-wordpress-plugins/cimy-user-extra-fields/";
|
164 |
$cimy_project_url = "http://www.marcocimmino.net/cimy-wordpress-plugins/support-the-cimy-project-paypal/";
|
165 |
|
166 |
$start_cimy_uef_comment = "<!--\n";
|
167 |
$start_cimy_uef_comment .= "\tStart code from ".$cimy_uef_name." ".$cimy_uef_version."\n";
|
168 |
+
$start_cimy_uef_comment .= "\tCopyright (c) 2006-2013 Marco Cimmino\n";
|
169 |
$start_cimy_uef_comment .= "\t".$cimy_uef_url."\n";
|
170 |
$start_cimy_uef_comment .= "-->\n";
|
171 |
|
576 |
|
577 |
// add avatar filter
|
578 |
add_filter('get_avatar', 'cimy_uef_avatar_filter', 1, 5);
|
|
|
|
|
|
js/ajax_new_value.js
CHANGED
@@ -35,12 +35,13 @@ jQuery(document).ready(function($) {
|
|
35 |
}
|
36 |
});
|
37 |
|
|
|
|
|
38 |
if (extra_field_type == 'select-multiple')
|
39 |
$('#ef-new-value-'+user_id+'-'+field_name).val(old_value.split(','));
|
40 |
else
|
41 |
$('#ef-new-value-'+user_id+'-'+field_name).val(old_value);
|
42 |
|
43 |
-
$('#ef-new-value-'+user_id+'-'+field_name).focus();
|
44 |
if (extra_field_type == 'checkbox' && old_value == "YES")
|
45 |
$('#ef-new-value-'+user_id+'-'+field_name).attr("checked", true);
|
46 |
|
35 |
}
|
36 |
});
|
37 |
|
38 |
+
// focus first, then feed the value, so cursor will be at the end
|
39 |
+
$('#ef-new-value-'+user_id+'-'+field_name).focus();
|
40 |
if (extra_field_type == 'select-multiple')
|
41 |
$('#ef-new-value-'+user_id+'-'+field_name).val(old_value.split(','));
|
42 |
else
|
43 |
$('#ef-new-value-'+user_id+'-'+field_name).val(old_value);
|
44 |
|
|
|
45 |
if (extra_field_type == 'checkbox' && old_value == "YES")
|
46 |
$('#ef-new-value-'+user_id+'-'+field_name).attr("checked", true);
|
47 |
|
langs/cimy_uef-ar.mo
ADDED
Binary file
|
langs/cimy_uef-ar.po
ADDED
@@ -0,0 +1,1210 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Cimy User Extra Fields\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-07-29 00:34-0800\n"
|
6 |
+
"PO-Revision-Date: 2013-01-26 14:47-0800\n"
|
7 |
+
"Last-Translator: Mamoun Elkheir <krikabat@hotmail.com>\n"
|
8 |
+
"Language-Team: Mamoun Elkheir <krikabat@hotmail.com>\n"
|
9 |
+
"Language: \n"
|
10 |
+
"MIME-Version: 1.0\n"
|
11 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
+
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
+
"X-Poedit-Language: Arabic\n"
|
15 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Poedit-Basepath: .\n"
|
17 |
+
"X-Poedit-SearchPath-0: /var/www/wp-content/plugins/cimy-user-extra-fields\n"
|
18 |
+
|
19 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:440
|
20 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:444
|
21 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:458
|
22 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:478
|
23 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:490
|
24 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:503
|
25 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:514
|
26 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:525
|
27 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:531
|
28 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:543
|
29 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:549
|
30 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:560
|
31 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:565
|
32 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:606
|
33 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:614
|
34 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1014
|
35 |
+
msgid "ERROR"
|
36 |
+
msgstr "خطأ"
|
37 |
+
|
38 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:440
|
39 |
+
msgid "does not match."
|
40 |
+
msgstr "غير متفقة."
|
41 |
+
|
42 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:444
|
43 |
+
msgid "hasn’t a correct email syntax."
|
44 |
+
msgstr "صيغة البريد اللإلكتروني غير صحيحة."
|
45 |
+
|
46 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:458
|
47 |
+
msgid "couldn’t be empty."
|
48 |
+
msgstr "لا يمكن أن تكون فارغة."
|
49 |
+
|
50 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:477
|
51 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:486
|
52 |
+
msgid "isn’t correct"
|
53 |
+
msgstr "غير صحيحة"
|
54 |
+
|
55 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:483
|
56 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:957
|
57 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:960
|
58 |
+
msgid "YES"
|
59 |
+
msgstr "نعم"
|
60 |
+
|
61 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:483
|
62 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:957
|
63 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:960
|
64 |
+
msgid "NO"
|
65 |
+
msgstr "لا"
|
66 |
+
|
67 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:488
|
68 |
+
msgid "should be"
|
69 |
+
msgstr "يجب أن"
|
70 |
+
|
71 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:503
|
72 |
+
msgid "should be an image."
|
73 |
+
msgstr "يجب أن تكون صورة."
|
74 |
+
|
75 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:514
|
76 |
+
msgid "does not accept this file type."
|
77 |
+
msgstr ""
|
78 |
+
|
79 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:525
|
80 |
+
msgid "couldn’t have size less than"
|
81 |
+
msgstr "لا يمكن أن يكون حجمها أقل من"
|
82 |
+
|
83 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:531
|
84 |
+
msgid "couldn’t have length less than"
|
85 |
+
msgstr "لا يمكن أن يكون طولها أقل من"
|
86 |
+
|
87 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:543
|
88 |
+
msgid "couldn’t have size different than"
|
89 |
+
msgstr "لا يمكن أن يختلف حجمها عن"
|
90 |
+
|
91 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:549
|
92 |
+
msgid "couldn’t have length different than"
|
93 |
+
msgstr "لا يمكن أن يختلف طولها عن"
|
94 |
+
|
95 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:560
|
96 |
+
msgid "couldn’t have size more than"
|
97 |
+
msgstr "لا يمكن أن يزيد حجمها عن"
|
98 |
+
|
99 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:565
|
100 |
+
msgid "couldn’t have length more than"
|
101 |
+
msgstr "لا يمكن أن يزيد طولها عن"
|
102 |
+
|
103 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:606
|
104 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:614
|
105 |
+
msgid "Typed code is not correct."
|
106 |
+
msgstr "الشفرة المكتوبة غير صحيحة."
|
107 |
+
|
108 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:680
|
109 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1421
|
110 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1422
|
111 |
+
msgid "Username"
|
112 |
+
msgstr "اسم المستخدم"
|
113 |
+
|
114 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:683
|
115 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1431
|
116 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1432
|
117 |
+
msgid "E-mail"
|
118 |
+
msgstr "البريد الإلكتروني"
|
119 |
+
|
120 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:931
|
121 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:304
|
122 |
+
msgid "Please upload a file with one of the following extensions"
|
123 |
+
msgstr "الرجاء تحميل ملف بأحد الامتدادات الآتية"
|
124 |
+
|
125 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:937
|
126 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:310
|
127 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:274
|
128 |
+
msgid "Please upload an image with one of the following extensions"
|
129 |
+
msgstr "الرجاء تحميل صورة بأحد الامتدادات الآتية"
|
130 |
+
|
131 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1110
|
132 |
+
msgid "Strength indicator"
|
133 |
+
msgstr "مؤشر القوة"
|
134 |
+
|
135 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1111
|
136 |
+
msgid "Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers and symbols like ! \" ? $ % ^ & )."
|
137 |
+
msgstr "تلميح: كلمة المرور يجب أن يكون طولها على الأقل 7 أحرف. ولجعلها أقوى، استخدم حروفاً متنوعة وأرقاماً ورموزاً مثل ! \" ? $ % ^ & )."
|
138 |
+
|
139 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1150
|
140 |
+
msgid "Change image"
|
141 |
+
msgstr "تغيير الصورة"
|
142 |
+
|
143 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1153
|
144 |
+
msgid "Insert the code:"
|
145 |
+
msgstr "أدخل الشفرة:"
|
146 |
+
|
147 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1225
|
148 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1227
|
149 |
+
msgid "Confirm your registration"
|
150 |
+
msgstr "تأكيد تسجيلك"
|
151 |
+
|
152 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1233
|
153 |
+
msgid "A password will be e-mailed to you."
|
154 |
+
msgstr "سيتم إرسال كلمة المرور على بريدك الإلكتروني."
|
155 |
+
|
156 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1241
|
157 |
+
msgid "← Back"
|
158 |
+
msgstr "← إلى الخلف"
|
159 |
+
|
160 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:17
|
161 |
+
msgid "Add field"
|
162 |
+
msgstr "إضافة حقل"
|
163 |
+
|
164 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:18
|
165 |
+
msgid "Update field"
|
166 |
+
msgstr "تحديث الحقل"
|
167 |
+
|
168 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:19
|
169 |
+
msgid "Delete field"
|
170 |
+
msgstr "حذف الحقل"
|
171 |
+
|
172 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:20
|
173 |
+
msgid "Delete selected fields"
|
174 |
+
msgstr "حذف الحقول المختارة"
|
175 |
+
|
176 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:21
|
177 |
+
msgid "Change order"
|
178 |
+
msgstr "تغيير الترتيب"
|
179 |
+
|
180 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:30
|
181 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:834
|
182 |
+
msgid "Min length"
|
183 |
+
msgstr "أقل طول"
|
184 |
+
|
185 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:31
|
186 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:835
|
187 |
+
msgid "Exact length"
|
188 |
+
msgstr "الطول بالتحديد"
|
189 |
+
|
190 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:32
|
191 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:836
|
192 |
+
msgid "Max length"
|
193 |
+
msgstr "أقصى طول"
|
194 |
+
|
195 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:33
|
196 |
+
msgid "Exact or Max length"
|
197 |
+
msgstr "الطول الدقيق أو الأقصى"
|
198 |
+
|
199 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:133
|
200 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init.php:22
|
201 |
+
msgid "Fields"
|
202 |
+
msgstr "الحقول"
|
203 |
+
|
204 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:133
|
205 |
+
msgid "changed to"
|
206 |
+
msgstr "تم تغييرها إلى"
|
207 |
+
|
208 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:136
|
209 |
+
msgid "You cannot give an order that misses some numbers"
|
210 |
+
msgstr "لا يمكن إعطاء ترتيب يفقد بعد الأعداد"
|
211 |
+
|
212 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:139
|
213 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:210
|
214 |
+
msgid "Nothing selected"
|
215 |
+
msgstr "لم يتم اختيار شيء"
|
216 |
+
|
217 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:207
|
218 |
+
msgid "Field(s)"
|
219 |
+
msgstr "الحقل أو الحقول"
|
220 |
+
|
221 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:207
|
222 |
+
msgid "deleted correctly"
|
223 |
+
msgstr "تم حذفها بشكل صحيح"
|
224 |
+
|
225 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:238
|
226 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:826
|
227 |
+
msgid "Min size"
|
228 |
+
msgstr "أقل حجم"
|
229 |
+
|
230 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:239
|
231 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:827
|
232 |
+
msgid "Exact size"
|
233 |
+
msgstr "الحجم بالتحديد"
|
234 |
+
|
235 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:240
|
236 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:828
|
237 |
+
msgid "Max size"
|
238 |
+
msgstr "أقصى حجم"
|
239 |
+
|
240 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:242
|
241 |
+
msgid "Exact or Max size"
|
242 |
+
msgstr "الحجم بالتحديد أو الأقصى"
|
243 |
+
|
244 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:281
|
245 |
+
msgid "Name not specified"
|
246 |
+
msgstr "لم يتم تحديد الاسم"
|
247 |
+
|
248 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:283
|
249 |
+
msgid "Name cannot contains spaces"
|
250 |
+
msgstr "لا يمكن أن يحتوي الاسم على فراغات"
|
251 |
+
|
252 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:286
|
253 |
+
msgid "Label not specified"
|
254 |
+
msgstr "لم يتم تحديد العنوان"
|
255 |
+
|
256 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:291
|
257 |
+
msgid "not selected (with this type is necessary)"
|
258 |
+
msgstr "لم يتم تحديده (ضروري لهذا النوع)"
|
259 |
+
|
260 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:297
|
261 |
+
msgid "If you select"
|
262 |
+
msgstr "إذا اخترت"
|
263 |
+
|
264 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:297
|
265 |
+
msgid "you cannot select Min or Max"
|
266 |
+
msgstr "لا يمكنك اختيار أقل أو أقصى"
|
267 |
+
|
268 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:302
|
269 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:307
|
270 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:312
|
271 |
+
msgid "should be in the range of"
|
272 |
+
msgstr "يجب أن يكون في المدى"
|
273 |
+
|
274 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:322
|
275 |
+
msgid "Equal TO not specified"
|
276 |
+
msgstr "لم يتم تحديد القيمة المساواة"
|
277 |
+
|
278 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:325
|
279 |
+
msgid "With checkbox type Equal TO can only be"
|
280 |
+
msgstr "لنوع مربعات التأشير المساواة يمكن فقط أن تكون"
|
281 |
+
|
282 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:328
|
283 |
+
msgid "With radio type Equal TO can only be"
|
284 |
+
msgstr "لنوع اختيار الدوائر المساواة يمكن فقط أن تكون"
|
285 |
+
|
286 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:344
|
287 |
+
msgid "With checkbox type Value can only be"
|
288 |
+
msgstr "لنوع مربعات التأشير القيمة يمكن فقط أن تكون"
|
289 |
+
|
290 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:347
|
291 |
+
msgid "With radio type Value can only be"
|
292 |
+
msgstr "لنوع اختيار الدوائر القيمة يمكن فقط أن تكون"
|
293 |
+
|
294 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:403
|
295 |
+
msgid "Field inserted correctly"
|
296 |
+
msgstr "تم إدخال الحقل بشكل صحيح"
|
297 |
+
|
298 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:405
|
299 |
+
msgid "Field #"
|
300 |
+
msgstr "رقم الحقل"
|
301 |
+
|
302 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:405
|
303 |
+
msgid "updated correctly"
|
304 |
+
msgstr "تم تحديثه بشكل صحيح"
|
305 |
+
|
306 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:408
|
307 |
+
msgid "Name inserted is just in the database, change to another one"
|
308 |
+
msgstr "الاسم المدخل موجود في قاعدة البيانات، اختر اسماً غيره"
|
309 |
+
|
310 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:423
|
311 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:359
|
312 |
+
msgid "Add a new Field"
|
313 |
+
msgstr "إضافة حقل جديد"
|
314 |
+
|
315 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:539
|
316 |
+
msgid "To add a new field you have to choose a name, type and label; optional are value and description. Rules are applied during user registration."
|
317 |
+
msgstr "لإضافة حقل جديد يجب اختيار اسم ونوع وعنوان له؛ أما النوع والوصف فاختياريان. يتم تطبيق القواعد عند تسجيل المستخدمين."
|
318 |
+
|
319 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:541
|
320 |
+
msgid "With <strong>radio</strong> and <strong>checkbox</strong>: <em>Value</em> and <em>equal TO</em> can only be 'Yes' or 'No' that means 'selected' or 'not selected'"
|
321 |
+
msgstr "بخصوص <strong>دوائر الاختيار</strong> و<strong>مربعات التأشير</strong>: <em>القيمة</em> і <em>والمساواة</em> يمكن فقط أن تكون 'نعم' أو 'لا' بما يعني 'مختار' أو 'غير مختار'"
|
322 |
+
|
323 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:542
|
324 |
+
msgid "With <strong>drop-down</strong>: you have to add all options into label for example: label/item1,item2,item3"
|
325 |
+
msgstr "بخصوص <strong>القائمة المنسدلة</strong>: يجب أن تكتب كل الخيارات في العنوان، مثلاً: العنوان/الخيار الأول,الخيار الثاني,الخيار الثالث"
|
326 |
+
|
327 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:543
|
328 |
+
msgid "With <strong>picture</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> means max pixel size (width or height) for thumbnail"
|
329 |
+
msgstr "بخصوص <strong>الصورة</strong>: يجب تزويد صورة افتراضية بوضع رابط في <em>القيمة</em>؛ 'أقل وبالتحديد وأقصى حجم' بوحدة KB؛ <em>المساواة</em> تعني أقصى حجم بيكسل (طول أو عرض) للصور المصغرة"
|
330 |
+
|
331 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:544
|
332 |
+
msgid "With <strong>picture-url</strong>: you can preload a default image putting url in <em>Value</em>; <em>equal TO</em> means max width pixel size (height will be proportional)"
|
333 |
+
msgstr "بخصوص <strong>رابط الصورة</strong>: يمكنك تزويد صورة افتراضية بوضع الرابط في <em>القيمة</em>؛ <em>المساواة</em> تعني أقصى عرض للحجم بالبيكسل (الطول متناسب)"
|
334 |
+
|
335 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:545
|
336 |
+
msgid "With <strong>registration-date</strong>: <em>equal TO</em> means date and time format"
|
337 |
+
msgstr "بخصوص <strong>تاريخ التسجيل</strong>: <em>المساواة</em> تعني صيغة التاريخ والوقت"
|
338 |
+
|
339 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:546
|
340 |
+
msgid "With <strong>avatar</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> is automatically set to 512 pixels"
|
341 |
+
msgstr "بخصوص <strong>الأفاتار</strong>: يمكن تزويد صورة افتراضية بوضع الرابط في <em>القيمة</em>؛ 'أقل وبالتحديد وأقصى حجم' بوحدة KB؛ <em>المساواة</em> يتم ضيطها تلقائياً على 512 بيكسل"
|
342 |
+
|
343 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:547
|
344 |
+
msgid "With <strong>file</strong>: you can preload a default file putting url in <em>Value</em>; 'min,exact,max size' are in KB; under <em>equal TO</em> can be specified allowed extensions separated by comma, example: zip,pdf,doc"
|
345 |
+
msgstr "بخصوص <strong>ملف</strong>: يمكن تزويد ملف افتراضي بوضع الرابط <em>القيمة</em>؛ 'أقل وبالتحديد وأكبر حجم' بوحدة KB؛ في <em>المساواة</em> يمكن تحديد الامتدادات المسموحة مفصولة بفاصلة لاتينية، مثلاً:: zip, pdf, doc"
|
346 |
+
|
347 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:554
|
348 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:564
|
349 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:765
|
350 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:859
|
351 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1426
|
352 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1427
|
353 |
+
msgid "Name"
|
354 |
+
msgstr "الاسم"
|
355 |
+
|
356 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:554
|
357 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:565
|
358 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:765
|
359 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:862
|
360 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1738
|
361 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1743
|
362 |
+
msgid "Value"
|
363 |
+
msgstr "القيمة"
|
364 |
+
|
365 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:555
|
366 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:568
|
367 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:765
|
368 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:865
|
369 |
+
msgid "Type"
|
370 |
+
msgstr "النوع"
|
371 |
+
|
372 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:556
|
373 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:584
|
374 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:766
|
375 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:882
|
376 |
+
msgid "Label"
|
377 |
+
msgstr "العنوان"
|
378 |
+
|
379 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:556
|
380 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:585
|
381 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:766
|
382 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:885
|
383 |
+
msgid "Description"
|
384 |
+
msgstr "الوصف"
|
385 |
+
|
386 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:557
|
387 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:767
|
388 |
+
msgid "Rules"
|
389 |
+
msgstr "القواعد"
|
390 |
+
|
391 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:558
|
392 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:768
|
393 |
+
msgid "Actions"
|
394 |
+
msgstr "الإجراءات"
|
395 |
+
|
396 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:579
|
397 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:876
|
398 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1180
|
399 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1263
|
400 |
+
msgid "Fieldset"
|
401 |
+
msgstr "Fieldset"
|
402 |
+
|
403 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:597
|
404 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:899
|
405 |
+
msgid "Can be empty"
|
406 |
+
msgstr "يمكن أن يكون فارغاً"
|
407 |
+
|
408 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:598
|
409 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:900
|
410 |
+
msgid "Check for E-mail syntax"
|
411 |
+
msgstr "التأكد من صيغة البريد الإلكتروني"
|
412 |
+
|
413 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:601
|
414 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:903
|
415 |
+
msgid "Can be modified"
|
416 |
+
msgstr "يمكن تعديلها"
|
417 |
+
|
418 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:602
|
419 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:904
|
420 |
+
msgid "Can be modified only if empty"
|
421 |
+
msgstr "يمكن تعديلها فقط في حالة كونها فارغة"
|
422 |
+
|
423 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:603
|
424 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:905
|
425 |
+
msgid "Can be modified only by admin"
|
426 |
+
msgstr "يمكن تعديلها فقط بواسطة المدير"
|
427 |
+
|
428 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:604
|
429 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:906
|
430 |
+
msgid "Can be modified only by admin or if empty"
|
431 |
+
msgstr "يمكن تعديلها فقط بواسطة المدير في حالة كونها فارغة"
|
432 |
+
|
433 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:605
|
434 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:907
|
435 |
+
msgid "Cannot be modified"
|
436 |
+
msgstr "لا يمكن تعديلها"
|
437 |
+
|
438 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:609
|
439 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:912
|
440 |
+
msgid "Should be equal TO"
|
441 |
+
msgstr "يجب أن تساوي"
|
442 |
+
|
443 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:611
|
444 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:914
|
445 |
+
msgid "Case sensitive"
|
446 |
+
msgstr "حساسة لحجم الحروف"
|
447 |
+
|
448 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:614
|
449 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:916
|
450 |
+
msgid "Regular Expression"
|
451 |
+
msgstr "تعبير اعتيادي"
|
452 |
+
|
453 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:617
|
454 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:921
|
455 |
+
msgid "Show the field in the registration"
|
456 |
+
msgstr "إظهار الحقل عند التسجيل"
|
457 |
+
|
458 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:620
|
459 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:924
|
460 |
+
msgid "Show the field in User's profile"
|
461 |
+
msgstr "إظهار الحقل في الملف الشخصي للمستخدم"
|
462 |
+
|
463 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:623
|
464 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:933
|
465 |
+
msgid "Show the field in Users Extended section"
|
466 |
+
msgstr "إظهار الحقل في قائمة المستخدمين الممتدة (Users Extneded)"
|
467 |
+
|
468 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:626
|
469 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:936
|
470 |
+
msgid "Show the field in the search engine"
|
471 |
+
msgstr "إظهار الحقل في محرك البحث"
|
472 |
+
|
473 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:629
|
474 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:939
|
475 |
+
msgid "Show the field in the blog"
|
476 |
+
msgstr "إظهار الحقل في الموقع"
|
477 |
+
|
478 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:632
|
479 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:942
|
480 |
+
msgid "Show the field if the role is at least:"
|
481 |
+
msgstr "إظهار الحقل فقط إذا كانت الوظيفة على الأقل:"
|
482 |
+
|
483 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:634
|
484 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:944
|
485 |
+
msgid "Anonymous"
|
486 |
+
msgstr "مجهول"
|
487 |
+
|
488 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
489 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:950
|
490 |
+
msgid "User has 'view_cimy_extra_fields' capability"
|
491 |
+
msgstr "المستخدم يمتلك صلاحية 'view_cimy_extra_fields'"
|
492 |
+
|
493 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:645
|
494 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:958
|
495 |
+
msgid "Send an email to the admin if the user changes its value"
|
496 |
+
msgstr "إرسال بريد إلكتروني للمدير إذا غير المستخدم قيمتها"
|
497 |
+
|
498 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:647
|
499 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:963
|
500 |
+
msgid "Advanced options"
|
501 |
+
msgstr "خيارات متقدمة"
|
502 |
+
|
503 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
504 |
+
msgid "Clear"
|
505 |
+
msgstr "تفريغ"
|
506 |
+
|
507 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:729
|
508 |
+
msgid "Invert selection"
|
509 |
+
msgstr "عكس التحديد"
|
510 |
+
|
511 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:730
|
512 |
+
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
513 |
+
msgstr "هل أنت متأكد أنك تريد حذف الحقل/الحقول وكل البيانات فيها المدخلة بواسطة المستخدمين؟"
|
514 |
+
|
515 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:736
|
516 |
+
msgid "WordPress Fields"
|
517 |
+
msgstr "حقول WordPress"
|
518 |
+
|
519 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:738
|
520 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1738
|
521 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1743
|
522 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:359
|
523 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:115
|
524 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:335
|
525 |
+
msgid "Extra Fields"
|
526 |
+
msgstr "الحقول الإضافية (Extra Fields)"
|
527 |
+
|
528 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:749
|
529 |
+
msgid "None!"
|
530 |
+
msgstr "لا يوجد!"
|
531 |
+
|
532 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:764
|
533 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:847
|
534 |
+
msgid "Order"
|
535 |
+
msgstr "الترتيب"
|
536 |
+
|
537 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:967
|
538 |
+
msgid "Reset"
|
539 |
+
msgstr "استعادة"
|
540 |
+
|
541 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1032
|
542 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:383
|
543 |
+
msgid "SUCCESSFUL"
|
544 |
+
msgstr "تم بنجاح"
|
545 |
+
|
546 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1051
|
547 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1765
|
548 |
+
msgid "select"
|
549 |
+
msgstr "اختيار"
|
550 |
+
|
551 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1184
|
552 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1267
|
553 |
+
msgid "Users per page"
|
554 |
+
msgstr "عدد المستخدمين في الصحفة"
|
555 |
+
|
556 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1186
|
557 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1269
|
558 |
+
msgid "Apply"
|
559 |
+
msgstr "تنفيذ"
|
560 |
+
|
561 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1343
|
562 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init.php:23
|
563 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init.php:31
|
564 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init.php:36
|
565 |
+
msgid "Users Extended"
|
566 |
+
msgstr "Users Extneded"
|
567 |
+
|
568 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1351
|
569 |
+
#, php-format
|
570 |
+
msgid "Search results for “%s”"
|
571 |
+
msgstr "البحث عن نتائج تخص “%s”"
|
572 |
+
|
573 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1389
|
574 |
+
#, php-format
|
575 |
+
msgid "%1$s <span class=\"count\">(%2$s)</span>"
|
576 |
+
msgstr "%1$s <span class=\"count\">(%2$s)</span>"
|
577 |
+
|
578 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1398
|
579 |
+
msgid "Search Users"
|
580 |
+
msgstr "البحث في المستخدمين"
|
581 |
+
|
582 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1436
|
583 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1437
|
584 |
+
msgid "Role"
|
585 |
+
msgstr "الوظيفة"
|
586 |
+
|
587 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1441
|
588 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1442
|
589 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:298
|
590 |
+
msgid "Website"
|
591 |
+
msgstr "الموقع"
|
592 |
+
|
593 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1446
|
594 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1447
|
595 |
+
msgid "Posts"
|
596 |
+
msgstr "المقالات"
|
597 |
+
|
598 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1571
|
599 |
+
msgid "View posts by this author"
|
600 |
+
msgstr "مشاهدة المقالات بواسطة هذا الكاتب"
|
601 |
+
|
602 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1596
|
603 |
+
msgid "Super Admin"
|
604 |
+
msgstr "المدير الشامل"
|
605 |
+
|
606 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1607
|
607 |
+
#, php-format
|
608 |
+
msgid "e-mail: %s"
|
609 |
+
msgstr "البريد الإلكتروني: %s"
|
610 |
+
|
611 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1718
|
612 |
+
msgid "Change"
|
613 |
+
msgstr "تغيير"
|
614 |
+
|
615 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1734
|
616 |
+
msgid "Update selected users"
|
617 |
+
msgstr "تحديث المستخدمين المختارين"
|
618 |
+
|
619 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1755
|
620 |
+
msgid "Update"
|
621 |
+
msgstr "تحديث"
|
622 |
+
|
623 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1770
|
624 |
+
msgid "OK"
|
625 |
+
msgstr "إمضاء"
|
626 |
+
|
627 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1771
|
628 |
+
msgid "Cancel"
|
629 |
+
msgstr "إلغاء"
|
630 |
+
|
631 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:45
|
632 |
+
#, php-format
|
633 |
+
msgid "New user registration on your site %s:"
|
634 |
+
msgstr "تسجيل مستخدم جديد في موقعك %s:"
|
635 |
+
|
636 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:46
|
637 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:223
|
638 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:214
|
639 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:330
|
640 |
+
#, php-format
|
641 |
+
msgid "Username: %s"
|
642 |
+
msgstr "اسم المستخدم: %s"
|
643 |
+
|
644 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:47
|
645 |
+
#, php-format
|
646 |
+
msgid "E-mail: %s"
|
647 |
+
msgstr "البريد الإلكتروني: %s."
|
648 |
+
|
649 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:52
|
650 |
+
#, php-format
|
651 |
+
msgid "[%s] New User Registration"
|
652 |
+
msgstr "[%s] تسجيل مستخدم جديد"
|
653 |
+
|
654 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:64
|
655 |
+
#, php-format
|
656 |
+
msgid "[%s] Your username and password"
|
657 |
+
msgstr "[%s] اسم المستخدم وكلمة المرور خاصتك"
|
658 |
+
|
659 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:100
|
660 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:106
|
661 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:118
|
662 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:124
|
663 |
+
#, php-format
|
664 |
+
msgid "%s: %s"
|
665 |
+
msgstr "%s: %s"
|
666 |
+
|
667 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:198
|
668 |
+
#, php-format
|
669 |
+
msgid ""
|
670 |
+
"To activate your user, please click the following link:\n"
|
671 |
+
"\n"
|
672 |
+
"%s\n"
|
673 |
+
"\n"
|
674 |
+
"After you activate, you will receive *another email* with your login.\n"
|
675 |
+
"\n"
|
676 |
+
msgstr ""
|
677 |
+
"لتفعيل تسجيلك، اضغط على الرابط الآتي: \n"
|
678 |
+
"\n"
|
679 |
+
"%s\n"
|
680 |
+
"\n"
|
681 |
+
"بعد التفعيل، ستصلك رسالة أخرى فيها بيانات الدخول.\n"
|
682 |
+
"\n"
|
683 |
+
|
684 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:214
|
685 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:223
|
686 |
+
msgid "Your account is now active!"
|
687 |
+
msgstr "حسابك الآن فعال!"
|
688 |
+
|
689 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:215
|
690 |
+
#, php-format
|
691 |
+
msgid "Your site at <a href=\"%1$s\">%2$s</a> is active. You may now log in to your site using your chosen username of “%3$s”. Please check your email inbox at %4$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href=\"%5$s\">reset your password</a></p>."
|
692 |
+
msgstr "موقعك في <a href=\"%1$s\">%2$s</a> الآن مفعل. يمكنك الآن تسجيل الدخول في موقعك باستخدام اسم المستخدم المختار “%3$s”. الرجاء مراجعة بريدك الوارد في %4$s لمعرفة كلمة المرور وتعليمات الدخول. إذا لم تستلم رسالة الرجاء مراجعة مجلد البريد المزعج. إذا لم تستلم أيضاً رسالة فيه خلال ساعة، يمكنك <a href=\"%5$s\">استرجاع كلمة المرور</a></p>."
|
693 |
+
|
694 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:217
|
695 |
+
msgid "An error occurred during the activation"
|
696 |
+
msgstr "حدث خطأ خلال التفعيل"
|
697 |
+
|
698 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:223
|
699 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:215
|
700 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:331
|
701 |
+
#, php-format
|
702 |
+
msgid "Password: %s"
|
703 |
+
msgstr "كلمة المرور: %s"
|
704 |
+
|
705 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:237
|
706 |
+
msgid "Invalid activation key."
|
707 |
+
msgstr "مفتاح التفعيل غير صالح."
|
708 |
+
|
709 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:240
|
710 |
+
msgid "The site is already active."
|
711 |
+
msgstr "الموقع مفعل سلفاً."
|
712 |
+
|
713 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:259
|
714 |
+
msgid "Could not create user"
|
715 |
+
msgstr "لم يمكن إنشاء المستخدم"
|
716 |
+
|
717 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:271
|
718 |
+
msgid "That username is already activated."
|
719 |
+
msgstr "اسم المستخدم هذا مفعل سلفاً."
|
720 |
+
|
721 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:291
|
722 |
+
msgid "That username is currently reserved but may be available in a couple of days."
|
723 |
+
msgstr "اسم المستخدم هذا حالياً محجوز لكن ربما يصبح متوفراً خلال يومين."
|
724 |
+
|
725 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:294
|
726 |
+
msgid "username and email used"
|
727 |
+
msgstr "اسم المستخدم والبريد الإلكتروني مستخدمان"
|
728 |
+
|
729 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:304
|
730 |
+
msgid "That email address has already been used. Please check your inbox for an activation email. It will become available in a couple of days if you do nothing."
|
731 |
+
msgstr "هذا البريد الإلكتروني مستخدم سلفاً. الرجاء مراجعة بريدك الإلكتروني لرسالة التفعليل. إذا لم تفعل شيئاً ستصبح متوفرة خلال يومين."
|
732 |
+
|
733 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:141
|
734 |
+
msgid "(required)"
|
735 |
+
msgstr "(مطلوب)"
|
736 |
+
|
737 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:448
|
738 |
+
msgid "Delete the file"
|
739 |
+
msgstr "حذف الملف"
|
740 |
+
|
741 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:449
|
742 |
+
msgid "Update the file"
|
743 |
+
msgstr "تحديث الملف"
|
744 |
+
|
745 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:452
|
746 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:537
|
747 |
+
msgid "Delete the picture"
|
748 |
+
msgstr "حذف الصورة"
|
749 |
+
|
750 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:453
|
751 |
+
msgid "Update the picture"
|
752 |
+
msgstr "تفعيل الصورة"
|
753 |
+
|
754 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:473
|
755 |
+
msgid "Picture URL:"
|
756 |
+
msgstr "رابط الصورة:"
|
757 |
+
|
758 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:722
|
759 |
+
#, php-format
|
760 |
+
msgid "%s previous value: %s new value: %s"
|
761 |
+
msgstr "%s القيمة السابقة: %s القيمة الجديدة: %s"
|
762 |
+
|
763 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:737
|
764 |
+
#, php-format
|
765 |
+
msgid "%s (%s) has changed one or more fields"
|
766 |
+
msgstr "%s (%s) قد غير واحداً أو أكثر من الحقول"
|
767 |
+
|
768 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init.php:21
|
769 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:356
|
770 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:549
|
771 |
+
msgid "Options"
|
772 |
+
msgstr "الخيارات"
|
773 |
+
|
774 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:44
|
775 |
+
msgid "WordPress Fields table emptied"
|
776 |
+
msgstr "جدول حقول WordPress تم تفريغه"
|
777 |
+
|
778 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:49
|
779 |
+
msgid "WordPress Fields table deleted"
|
780 |
+
msgstr "جدول حقول WordPress Fields تم حذفه"
|
781 |
+
|
782 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:58
|
783 |
+
msgid "Extra Fields table emptied"
|
784 |
+
msgstr "جدول حقول Extra Fields تم تفريغه"
|
785 |
+
|
786 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:63
|
787 |
+
msgid "Extra Fields table deleted"
|
788 |
+
msgstr "جدول حقول Extra Fields تم حذفه"
|
789 |
+
|
790 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:72
|
791 |
+
msgid "Users Data table emptied"
|
792 |
+
msgstr "جدول بيانات المستخدمين تم تفريغه"
|
793 |
+
|
794 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:77
|
795 |
+
msgid "Users Data table deleted"
|
796 |
+
msgstr "جدول بيانات المستخدمين تم حذفه"
|
797 |
+
|
798 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:88
|
799 |
+
msgid "Options set to default values"
|
800 |
+
msgstr "تم وضع الخيارات في القيم الافتراضية"
|
801 |
+
|
802 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:94
|
803 |
+
msgid "Options deleted"
|
804 |
+
msgstr "تم حذف الخيارات"
|
805 |
+
|
806 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:248
|
807 |
+
msgid "Options changed"
|
808 |
+
msgstr "تم تغيير الخيارات"
|
809 |
+
|
810 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:347
|
811 |
+
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
812 |
+
msgstr "هذه العملية ستعمل على إنشاء/تحديث كل الجداول/الخيارات المفقودة، هل تريد الاستمرار؟"
|
813 |
+
|
814 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:365
|
815 |
+
msgid "Support the Cimy Project"
|
816 |
+
msgstr "ادعم Cimy Project"
|
817 |
+
|
818 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:373
|
819 |
+
msgid "This plug-in is the results of hours of development to add new features, support new WordPress versions and fix bugs, please donate money if saved you from spending all these hours!"
|
820 |
+
msgstr "هذه الإضافة نتاج ساعات من التطوير لإضافة مزيد من الخصائص، دعم إصدارات WordPress الجديدة، ومعالجة الشوائب. الرجاء التبرع بالمال إذا ساعدتك في توفير كل هذه الساعات!"
|
821 |
+
|
822 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:397
|
823 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:720
|
824 |
+
msgid "Save Changes"
|
825 |
+
msgstr "حفظ التغييرات"
|
826 |
+
|
827 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:398
|
828 |
+
msgid "General"
|
829 |
+
msgstr "عام"
|
830 |
+
|
831 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:406
|
832 |
+
msgid "installed is"
|
833 |
+
msgstr "المنصب هو"
|
834 |
+
|
835 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:410
|
836 |
+
msgid "OPTIONS DELETED!"
|
837 |
+
msgstr "تم حذف الخيارات!"
|
838 |
+
|
839 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:413
|
840 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:418
|
841 |
+
msgid "Fix the problem"
|
842 |
+
msgstr "معالجة المشكلة"
|
843 |
+
|
844 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:416
|
845 |
+
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
846 |
+
msgstr "الإصدار غير متوافق! وهذا لأنك لم تلغ ثم تجدد تفعيل الإضافة بعد التحديث! هذا قد يسبب مشاكل ..."
|
847 |
+
|
848 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:424
|
849 |
+
msgid "Picture/Avatar upload"
|
850 |
+
msgstr "تحميل صورة/أفاتار "
|
851 |
+
|
852 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:428
|
853 |
+
msgid "is created and writable"
|
854 |
+
msgstr "تم إنشاؤه وهو قابل للكتابة"
|
855 |
+
|
856 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:430
|
857 |
+
msgid "is NOT created or webserver does NOT have permission to write on it"
|
858 |
+
msgstr "لم يتم إنشاؤه أو إن الخادم لا يملك صلاحيات الكتابة عليه"
|
859 |
+
|
860 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:437
|
861 |
+
msgid "Show all fields in the welcome email"
|
862 |
+
msgstr "إظهار كل الحقول في رسالة الترحيب"
|
863 |
+
|
864 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:441
|
865 |
+
msgid "the email sent to the admin and to the user upon registration will have all fields"
|
866 |
+
msgstr "تم إرسال رسالة إلى المدير وستظهر كل الحقول للمستخدم عند التسجيل"
|
867 |
+
|
868 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:449
|
869 |
+
msgid "Enable email confirmation"
|
870 |
+
msgstr "تمكين تأكيد البريد الإلكتروني"
|
871 |
+
|
872 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:453
|
873 |
+
msgid "user that registers should confirm its email address via a link click"
|
874 |
+
msgstr "المستخدم الذي يسجل يجب عليه تأكيد عنوان بريده الإلكتروني عن طريق ضغط رابط"
|
875 |
+
|
876 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:455
|
877 |
+
msgid "<strong>note:</strong> this option turned on will automatically disable (only during the registration) all upload fields: file, picture, avatar"
|
878 |
+
msgstr "<strong>تنبيه:</strong> عند تفعيل هذا الخيار سيعطل (خلال فترة التسجيل فقط) كل حقول التحميل: للملفات والصور والأفاتار"
|
879 |
+
|
880 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:462
|
881 |
+
msgid "Enable form confirmation"
|
882 |
+
msgstr "تفعيل تأكيد شاشة الإدخال"
|
883 |
+
|
884 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:466
|
885 |
+
msgid "a summary of the registration form will be presented to the user"
|
886 |
+
msgstr "سيتم عرض ملخص لشاشة إدخال التسجيل للمستخدم"
|
887 |
+
|
888 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:472
|
889 |
+
msgid "Customize welcome email sent to the new user"
|
890 |
+
msgstr "تخصيص رسالة الترحيب المرسلة للمستخدمين الجدد"
|
891 |
+
|
892 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:476
|
893 |
+
msgid "if you change or remove the placeholders then the email won't have the correct information"
|
894 |
+
msgstr "إذا غيرت أو حذفت حوامل القيم فإن البريد لن يمتلك المعلومات الصحيحة"
|
895 |
+
|
896 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:482
|
897 |
+
msgid "Redirect to the source"
|
898 |
+
msgstr "إعادة التوجيه للمصدر"
|
899 |
+
|
900 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:486
|
901 |
+
msgid "after the registration or confirmation the user will be redirected to the address where was exactly before clicking on the registration link"
|
902 |
+
msgstr "بعد التسجيل أو التأكيد فإن المستخدم سيتم تحويله إلى العنوان الذي كان عنده مباشرة قبل الضغط على رابط التسجيل"
|
903 |
+
|
904 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:494
|
905 |
+
msgid "No captcha"
|
906 |
+
msgstr "بدون كابتشا"
|
907 |
+
|
908 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:502
|
909 |
+
msgid "Enable <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
910 |
+
msgstr "تفعيل <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
911 |
+
|
912 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:506
|
913 |
+
msgid "Public KEY"
|
914 |
+
msgstr "المفتاح العام"
|
915 |
+
|
916 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:510
|
917 |
+
msgid "Private KEY"
|
918 |
+
msgstr "المفتاح الخاص"
|
919 |
+
|
920 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:518
|
921 |
+
msgid "Enable <a href=\"http://www.phpcaptcha.org/\" target=\"_blank\">Securimage Captcha</a>"
|
922 |
+
msgstr "تفعيل <a href=\"http://www.phpcaptcha.org/\" target=\"_blank\">Securimage Captcha</a>"
|
923 |
+
|
924 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:521
|
925 |
+
msgid "This captcha is probably weaker, but is easier for users"
|
926 |
+
msgstr "هذه الكابتشا ربما كانت أضعف، لكنها أسهل على المستخدمين"
|
927 |
+
|
928 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:525
|
929 |
+
#, php-format
|
930 |
+
msgid "<strong>WARNING: to activate this captcha download <a href=\"http://www.phpcaptcha.org/latest.zip\" target=\"_blank\">this package</a> and unpack it under %s</strong>"
|
931 |
+
msgstr "<strong>تحذير: لتفعيل هذه الكابتشا قم بتحميل <a href=\"http://www.phpcaptcha.org/latest.zip\" target=\"_blank\">هذه الحزمة</a> ثم فك ضغطها تحت %s</strong>"
|
932 |
+
|
933 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:532
|
934 |
+
msgid "Change login/registration page logo"
|
935 |
+
msgstr "تغيير شعار صحفة الدخول/ التسجيل"
|
936 |
+
|
937 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:540
|
938 |
+
msgid "Maximum recommended logo width is 328px, but any height should work."
|
939 |
+
msgstr "أكبر عرض محبذ للشعار هو 328px، لكن أي ارتفاع ممكن."
|
940 |
+
|
941 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:546
|
942 |
+
msgid "Database"
|
943 |
+
msgstr "قاعدة البيانات"
|
944 |
+
|
945 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:555
|
946 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:572
|
947 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:589
|
948 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:606
|
949 |
+
msgid "select action"
|
950 |
+
msgstr "اختيار الإجراء"
|
951 |
+
|
952 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:556
|
953 |
+
msgid "Default values"
|
954 |
+
msgstr "القيم الافتراضية"
|
955 |
+
|
956 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:557
|
957 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:574
|
958 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:591
|
959 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:608
|
960 |
+
msgid "Delete"
|
961 |
+
msgstr "حذف"
|
962 |
+
|
963 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:561
|
964 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:578
|
965 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:595
|
966 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:613
|
967 |
+
msgid "NOT PRESENT"
|
968 |
+
msgstr "غير موجود"
|
969 |
+
|
970 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:566
|
971 |
+
msgid "WordPress Fields table"
|
972 |
+
msgstr "جدول حقول WordPress"
|
973 |
+
|
974 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:573
|
975 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:590
|
976 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:607
|
977 |
+
msgid "Empty"
|
978 |
+
msgstr "تفريغ"
|
979 |
+
|
980 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:583
|
981 |
+
msgid "Extra Fields table"
|
982 |
+
msgstr "جدول حقول Extra Fields"
|
983 |
+
|
984 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:600
|
985 |
+
msgid "Users Data table"
|
986 |
+
msgstr "جدول بيانات المستخدمين"
|
987 |
+
|
988 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:610
|
989 |
+
msgid "all data inserted by users in all and only extra fields"
|
990 |
+
msgstr "كل البيانات المدخلة بواسطة المستخدمين في كل الحقول الإضافية وفقط فيها"
|
991 |
+
|
992 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:618
|
993 |
+
msgid "Force tables creation"
|
994 |
+
msgstr "إجبار إنشاء الجداول"
|
995 |
+
|
996 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:621
|
997 |
+
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
998 |
+
msgstr "مكافئ لإلغاء الإضافة وتفعيلها؛ لن يتم اتخاذ أي إجراء آخر"
|
999 |
+
|
1000 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:627
|
1001 |
+
msgid "User Profile"
|
1002 |
+
msgstr "الملف الشخصي للمستخدم"
|
1003 |
+
|
1004 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:630
|
1005 |
+
msgid "Extra Fields section title"
|
1006 |
+
msgstr "عنوان قسم الحقول الإضافية "
|
1007 |
+
|
1008 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:634
|
1009 |
+
msgid "Fieldset's titles, separates with comma"
|
1010 |
+
msgstr "عناوين Fieldset، مفصولة بفاصلة لاتينية"
|
1011 |
+
|
1012 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:634
|
1013 |
+
msgid "example: title1,title2,title3"
|
1014 |
+
msgstr "مثلاً: عنوان1,عنوان2,عنوان3"
|
1015 |
+
|
1016 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:635
|
1017 |
+
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
1018 |
+
msgstr "<strong>تنبيه:</strong> إذا غيرت ترتيب fieldsets أو حذفتها ربما تحتاج لتعيين كل الـ fieldsets للحقول الإضافية مجدداً"
|
1019 |
+
|
1020 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:640
|
1021 |
+
msgid "Authors & Users Extended"
|
1022 |
+
msgstr "المستخدمون وقائمة المستخدمين الممتدة (Users Extended)"
|
1023 |
+
|
1024 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:644
|
1025 |
+
msgid "Hide username field"
|
1026 |
+
msgstr "إخفاء حقل اسم المستخدم"
|
1027 |
+
|
1028 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:650
|
1029 |
+
msgid "Hide name field"
|
1030 |
+
msgstr "إخفاء حقل الاسم"
|
1031 |
+
|
1032 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:655
|
1033 |
+
msgid "Hide email field"
|
1034 |
+
msgstr "إخفاء حقل البريد الإلكتروني"
|
1035 |
+
|
1036 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:659
|
1037 |
+
msgid "Hide role field"
|
1038 |
+
msgstr "إخفاء حقل الوظيفة"
|
1039 |
+
|
1040 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:663
|
1041 |
+
msgid "Hide website field"
|
1042 |
+
msgstr "إخفاء حقل الموقع الإلكتروني"
|
1043 |
+
|
1044 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:667
|
1045 |
+
msgid "Hide n. posts field"
|
1046 |
+
msgstr "إخفاء حقل عدد المقالات"
|
1047 |
+
|
1048 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:672
|
1049 |
+
msgid "WordPress hidden fields"
|
1050 |
+
msgstr "حقول WordPress المخفاة"
|
1051 |
+
|
1052 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:675
|
1053 |
+
msgid "Show password"
|
1054 |
+
msgstr "إظهار كلمة المرور"
|
1055 |
+
|
1056 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:679
|
1057 |
+
msgid "Show confirmation password"
|
1058 |
+
msgstr "إظهار تأكيد كلمة المرور"
|
1059 |
+
|
1060 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:683
|
1061 |
+
msgid "Show password strength meter"
|
1062 |
+
msgstr "إظهار مؤشر قوة كلمة المرور"
|
1063 |
+
|
1064 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:687
|
1065 |
+
msgid "Show first name"
|
1066 |
+
msgstr "إظهار الاسم الأول"
|
1067 |
+
|
1068 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:691
|
1069 |
+
msgid "Show last name"
|
1070 |
+
msgstr "إظهار الاسم الثاني"
|
1071 |
+
|
1072 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:695
|
1073 |
+
msgid "Show nickname"
|
1074 |
+
msgstr "إظهار الاسم المختصر"
|
1075 |
+
|
1076 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:699
|
1077 |
+
msgid "Show website"
|
1078 |
+
msgstr "إظهار الموقع الإلكتروني"
|
1079 |
+
|
1080 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:703
|
1081 |
+
msgid "Show AIM"
|
1082 |
+
msgstr "إظهار AIM"
|
1083 |
+
|
1084 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:707
|
1085 |
+
msgid "Show Yahoo IM"
|
1086 |
+
msgstr "إظهار Yahoo IM"
|
1087 |
+
|
1088 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:711
|
1089 |
+
msgid "Show Jabber / Google Talk"
|
1090 |
+
msgstr "إظهار Jabber / Google Talk"
|
1091 |
+
|
1092 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:715
|
1093 |
+
msgid "Show Biographical Info"
|
1094 |
+
msgstr "إظهار النبذة التعريفية"
|
1095 |
+
|
1096 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:16
|
1097 |
+
#, php-format
|
1098 |
+
msgid "File '%s' doesn't exist?"
|
1099 |
+
msgstr "الملف '%s' غير موجود؟"
|
1100 |
+
|
1101 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:19
|
1102 |
+
msgid "The GD image library is not installed."
|
1103 |
+
msgstr "مكتبة الصور GD غير منصبة."
|
1104 |
+
|
1105 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:26
|
1106 |
+
#, php-format
|
1107 |
+
msgid "File '%s' is not an image."
|
1108 |
+
msgstr "الملف '%s' ليس بصورة."
|
1109 |
+
|
1110 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:207
|
1111 |
+
msgid "<strong>Note:</strong> this website let you personalize your password; after the registration you will receive an e-mail with another password, do not care about that!"
|
1112 |
+
msgstr "<strong>تنبيه:</strong> هذا الموقع يمكنك من تخصيص كلمة المرور خاصتك؛ بعد التسجيل ستصلك رسالة بريد إلكتروني فيها كلمة مرور أخرى، لا تلق لها بالاً!"
|
1113 |
+
|
1114 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:193
|
1115 |
+
msgid "Password"
|
1116 |
+
msgstr "كلمة المرور"
|
1117 |
+
|
1118 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:214
|
1119 |
+
msgid "Password confirmation"
|
1120 |
+
msgstr "تأكيد كلمة المرور"
|
1121 |
+
|
1122 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:235
|
1123 |
+
msgid "First name"
|
1124 |
+
msgstr "الاسم الأول"
|
1125 |
+
|
1126 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:256
|
1127 |
+
msgid "Last name"
|
1128 |
+
msgstr "الاس الأخير"
|
1129 |
+
|
1130 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:277
|
1131 |
+
msgid "Nickname"
|
1132 |
+
msgstr "الاسم المختصر"
|
1133 |
+
|
1134 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:319
|
1135 |
+
msgid "AIM"
|
1136 |
+
msgstr "AIM"
|
1137 |
+
|
1138 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:340
|
1139 |
+
msgid "Yahoo IM"
|
1140 |
+
msgstr "Yahoo IM"
|
1141 |
+
|
1142 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:361
|
1143 |
+
msgid "Jabber / Google Talk"
|
1144 |
+
msgstr "Jabber / Google Talk"
|
1145 |
+
|
1146 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:382
|
1147 |
+
msgid "Biographical Info"
|
1148 |
+
msgstr "نبذة تعريفية"
|
1149 |
+
|
1150 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:431
|
1151 |
+
msgid "no fieldset"
|
1152 |
+
msgstr "لا يوجد fieldset"
|
1153 |
+
|
1154 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:435
|
1155 |
+
msgid "All"
|
1156 |
+
msgstr "الكل"
|
1157 |
+
|
1158 |
+
#~ msgid ""
|
1159 |
+
#~ "You are about to permanently delete the selected items.\n"
|
1160 |
+
#~ " 'Cancel' to stop, 'OK' to delete."
|
1161 |
+
#~ msgstr ""
|
1162 |
+
#~ "Ви збираєтеся видалити вибрані елементи назавжди.\n"
|
1163 |
+
#~ "'Скасувати', щоб зупинити, 'OK', щоб видалити."
|
1164 |
+
|
1165 |
+
#~ msgid "Very weak"
|
1166 |
+
#~ msgstr "Дуже слабкий"
|
1167 |
+
|
1168 |
+
#~ msgid "Weak"
|
1169 |
+
#~ msgstr "Слабкий"
|
1170 |
+
|
1171 |
+
#~ msgid "Strong"
|
1172 |
+
#~ msgstr "Сильний"
|
1173 |
+
|
1174 |
+
#~ msgid "Mismatch"
|
1175 |
+
#~ msgstr "Неузгодженість"
|
1176 |
+
|
1177 |
+
#~ msgid "A&U Extended"
|
1178 |
+
#~ msgstr "A и продвинутые П "
|
1179 |
+
|
1180 |
+
#, fuzzy
|
1181 |
+
#~ msgid "Users Extended List"
|
1182 |
+
#~ msgstr "Список Авторов и продвинутых пользователей"
|
1183 |
+
|
1184 |
+
#~ msgid "Authors & Users Extended List"
|
1185 |
+
#~ msgstr "Список Авторов и продвинутых пользователей"
|
1186 |
+
|
1187 |
+
#, fuzzy
|
1188 |
+
#~ msgid "Username:"
|
1189 |
+
#~ msgstr "Имя пользователя"
|
1190 |
+
|
1191 |
+
#~ msgid "Disable get_cimyFieldValue function"
|
1192 |
+
#~ msgstr "Отключить функцию get_cimyFieldValue"
|
1193 |
+
|
1194 |
+
#~ msgid "leave disabled if you don't know what to do"
|
1195 |
+
#~ msgstr "оставьте отключенной, если не знаете, что делать"
|
1196 |
+
|
1197 |
+
#~ msgid "Update Options »"
|
1198 |
+
#~ msgstr "Обновление настроек »"
|
1199 |
+
|
1200 |
+
#~ msgid "Hide actions button"
|
1201 |
+
#~ msgstr "Скрыть кнопку действия"
|
1202 |
+
|
1203 |
+
#~ msgid "User ID"
|
1204 |
+
#~ msgstr "ID пользователя"
|
1205 |
+
|
1206 |
+
#~ msgid "Edit"
|
1207 |
+
#~ msgstr "Редактировать"
|
1208 |
+
|
1209 |
+
#~ msgid "label"
|
1210 |
+
#~ msgstr "метка"
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Website link: http://www.marcocimmino.net/cimy-wordpress-plugins/cimy-user-extra
|
|
5 |
Tags: cimy, admin, registration, profile, extra fields, avatar, gravatar, recaptcha, captcha
|
6 |
Requires at least: 3.1
|
7 |
Tested up to: 3.5
|
8 |
-
Stable tag: 2.4.
|
9 |
|
10 |
Add some useful fields to registration and user's info
|
11 |
|
5 |
Tags: cimy, admin, registration, profile, extra fields, avatar, gravatar, recaptcha, captcha
|
6 |
Requires at least: 3.1
|
7 |
Tested up to: 3.5
|
8 |
+
Stable tag: 2.4.1
|
9 |
|
10 |
Add some useful fields to registration and user's info
|
11 |
|