Cimy User Extra Fields - Version 2.0.5

Version Description

Download this release

Release Info

Developer Cimmo
Plugin Icon wp plugin Cimy User Extra Fields
Version 2.0.5
Comparing to
See all releases

Code changes from version 2.0.4 to 2.0.5

README_OFFICIAL.txt CHANGED
@@ -46,7 +46,7 @@ The plug-in adds two new menu voices in the admin for the administrator and two
46
  Two new menus are:
47
 
48
  WordPress and WordPress MultiSite per-blog registration:
49
- 1. "Users -> A&U Extended" - lets you show users lists with the new fields that are created
50
  2. "Settings -> Cimy User Extra Fields" - lets administrators add as many new fields as are needed to the users' profile, giving the possibility to set some interesting rules.
51
 
52
  Wordpress MultiSite unique registration:
@@ -81,7 +81,7 @@ Visualization rules
81
  * field can be hidden in user's profile
82
  [all]
83
 
84
- * field can be hidden in A&U Extended page
85
  [all]
86
 
87
  * field can be hidden in Search Engine (only if you installed the template)
@@ -459,7 +459,7 @@ Create the same directory needed for PICTURE support, avatars will be stored in
459
 
460
 
461
  KNOWN ISSUES:
462
- - if you add too many fields in the "A&U Extended" menu they will go out of frame
463
  - some rules are never applied if you are using PHP 4.x please update to PHP 5.x as stated in the REQUIREMENTS
464
  - registration date cannot be modified
465
  - picture and avatar upload is disabled during registration under WordPress MultiSite, will be possible once user is activated
@@ -470,6 +470,24 @@ KNOWN ISSUES:
470
 
471
 
472
  FAQ:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
473
  Q: Cimy User Extra Fields is not compatible with "Themed Login", how can I do?
474
 
475
  A: The reality is this plug-in IS compatible with WordPress 2.1 or greater and "Themed Login" NOT, so it's NOT a Cimy User Extra Field's bug! However I have tried with a little success a workaround to make it works, but first please understand that this is totally untested and unsupported hack, if you want a better one ask the author of that plug-in to support new WordPress!
@@ -520,7 +538,7 @@ A: Because you missed to move cimy_uef_mu_activation.php file please check caref
520
 
521
  Q: I'm using your plug-in on WordPress MultiSite per-blog installation, I'm registering users on one blog but they appear on the main blog too, why?
522
 
523
- A: Because WordPress MultiSite is designed like that and I can't do anything about, however all extra fields and relative data are saved per-blog.
524
  Since I had already a long discussion with an user that didn't believe this, don't bother me to insist on this topic until you prove I'm wrong.
525
 
526
 
@@ -569,6 +587,14 @@ A lot of times I cannot reproduce the problem and I need more details, so if you
569
 
570
 
571
  CHANGELOG:
 
 
 
 
 
 
 
 
572
  v2.0.4 - 12/04/2011
573
  - Fixed password strength meter was not translated (thanks to Jonas for the patch)
574
  - Fixed tinyMCE was not working anymore since WP 3.1 (thanks to Jeremiah Tolbert)
46
  Two new menus are:
47
 
48
  WordPress and WordPress MultiSite per-blog registration:
49
+ 1. "Users -> Users Extended" - lets you show users lists with the new fields that are created
50
  2. "Settings -> Cimy User Extra Fields" - lets administrators add as many new fields as are needed to the users' profile, giving the possibility to set some interesting rules.
51
 
52
  Wordpress MultiSite unique registration:
81
  * field can be hidden in user's profile
82
  [all]
83
 
84
+ * field can be hidden in Users Extended page
85
  [all]
86
 
87
  * field can be hidden in Search Engine (only if you installed the template)
459
 
460
 
461
  KNOWN ISSUES:
462
+ - if you add too many fields in the "Users Extended" menu they will go out of frame
463
  - some rules are never applied if you are using PHP 4.x please update to PHP 5.x as stated in the REQUIREMENTS
464
  - registration date cannot be modified
465
  - picture and avatar upload is disabled during registration under WordPress MultiSite, will be possible once user is activated
470
 
471
 
472
  FAQ:
473
+ Q: When will be supported mandatory accept of terms and conditions field?
474
+
475
+ A: Has been always there: is as easy as adding a checkbox and setting "equal to" rule to YES.
476
+
477
+
478
+ Q: What the Database options do exactly?
479
+
480
+ A: Basically you can:
481
+ - empty or drop extra fields or extra fields data (inserted by users)
482
+ - reset or drop plug-in's options
483
+
484
+
485
+ Q: Yes but will this affect other data? It says "WordPress Fields table", this is scary.
486
+
487
+ A: No, it will affect _only_ the data produced by the plug-in. Really.
488
+ Also keep in mind that if you do NOT have to restore default values or uninstall the plug-in, then you do not need to touch them.
489
+
490
+
491
  Q: Cimy User Extra Fields is not compatible with "Themed Login", how can I do?
492
 
493
  A: The reality is this plug-in IS compatible with WordPress 2.1 or greater and "Themed Login" NOT, so it's NOT a Cimy User Extra Field's bug! However I have tried with a little success a workaround to make it works, but first please understand that this is totally untested and unsupported hack, if you want a better one ask the author of that plug-in to support new WordPress!
538
 
539
  Q: I'm using your plug-in on WordPress MultiSite per-blog installation, I'm registering users on one blog but they appear on the main blog too, why?
540
 
541
+ A: Because WordPress MS is designed like that and I can't do anything about, however all extra fields and relative data are saved per-blog.
542
  Since I had already a long discussion with an user that didn't believe this, don't bother me to insist on this topic until you prove I'm wrong.
543
 
544
 
587
 
588
 
589
  CHANGELOG:
590
+ v2.0.5 - 11/05/2011
591
+ - Added 'view_cimy_extra_fields' capability and rule to Show field if user has this cap (thanks to Matt)
592
+ - A&U Extended is now renamed to Users Extended
593
+ - Updated Users Extended page to use newer functions and to show # of search results
594
+ - Updated equalTo field can now accomodate up to 500 characters string
595
+ - Fixed several html bugs in Users Extended page
596
+ - Fixed several (but minor) security issues
597
+
598
  v2.0.4 - 12/04/2011
599
  - Fixed password strength meter was not translated (thanks to Jonas for the patch)
600
  - Fixed tinyMCE was not working anymore since WP 3.1 (thanks to Jeremiah Tolbert)
cimy_uef_admin.php CHANGED
@@ -8,6 +8,9 @@ function cimy_admin_define_extra_fields() {
8
  // if (!empty($_POST))
9
  // print_r($_POST);
10
 
 
 
 
11
  $errors = Array();
12
  $results = Array();
13
 
@@ -460,6 +463,7 @@ function cimy_admin_define_extra_fields() {
460
  $show_author = '';
461
  $show_editor = '';
462
  $show_admin = '';
 
463
 
464
  (empty($label)) ? $selected_input["label"] = '' : $selected_input["label"] = $label;
465
  (empty($value)) ? $selected_input["value"] = '' : $selected_input["value"] = $value;
@@ -554,6 +558,9 @@ function cimy_admin_define_extra_fields() {
554
  case '8':
555
  $show_admin = ' selected="selected"';
556
  break;
 
 
 
557
  }
558
 
559
  // EMAIL ADMIN
@@ -686,7 +693,7 @@ function cimy_admin_define_extra_fields() {
686
  </select>
687
  <br />
688
  <!-- EQUAL TO -->
689
- <input type="checkbox" name="equal[0]" value="1"<?php echo $selected_input["equal"]; ?> /> <?php _e("Should be equal TO", $cimy_uef_domain); ?>: <input type="text" name="equalto[0]" maxlength="100" value="<?php echo $selected_input["equal_to"]; ?>"/><br />
690
  <!-- CASE SENSITIVE -->
691
  &nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" name="equalto_casesens[0]" value="1"<?php echo $selected_input["equal_to_case_sensitive"]; ?> /> <?php _e("Case sensitive", $cimy_uef_domain); ?><br />
692
 
@@ -717,6 +724,7 @@ function cimy_admin_define_extra_fields() {
717
  <option value="2"<?php echo $show_author ?>><?php echo translate_user_role("Author"); ?></option>
718
  <option value="5"<?php echo $show_editor ?>><?php echo translate_user_role("Editor"); ?></option>
719
  <option value="8"<?php echo $show_admin ?>><?php echo translate_user_role("Administrator"); ?></option>
 
720
  </select>
721
  <br />
722
 
@@ -1010,6 +1018,7 @@ function cimy_admin_show_extra_fields($allFields, $submit_msgs, $wp_fields, $err
1010
  $show_author = '';
1011
  $show_editor = '';
1012
  $show_admin = '';
 
1013
 
1014
  switch ($rules['show_level']) {
1015
  case '-1':
@@ -1030,6 +1039,9 @@ function cimy_admin_show_extra_fields($allFields, $submit_msgs, $wp_fields, $err
1030
  case '8':
1031
  $show_admin = ' selected="selected"';
1032
  break;
 
 
 
1033
  }
1034
 
1035
  if (in_array($type, $cimy_uef_file_types)) {
@@ -1124,7 +1136,7 @@ function cimy_admin_show_extra_fields($allFields, $submit_msgs, $wp_fields, $err
1124
  <br />
1125
 
1126
  <!-- EQUAL TO -->
1127
- <input type="checkbox" name="equal[<?php echo $order ?>]" value="1"<?php echo $equal.$dis_equalto ?> /> <?php _e("Should be equal TO", $cimy_uef_domain); ?>: <input type="text" name="equalto[<?php echo $order ?>]" maxlength="100" value="<?php echo $equalTo ?>"<?php echo $dis_equalto ?> /><br />
1128
  <!-- CASE SENSITIVE -->
1129
  &nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" name="equalto_casesens[<?php echo $order ?>]" value="1"<?php echo $equalto_casesens.$dis_equalto_casesens; ?> /> <?php _e("Case sensitive", $cimy_uef_domain); ?><br />
1130
  <!-- REGEX -->
@@ -1161,6 +1173,7 @@ function cimy_admin_show_extra_fields($allFields, $submit_msgs, $wp_fields, $err
1161
  <option value="2"<?php echo $show_author ?>><?php echo translate_user_role("Author"); ?></option>
1162
  <option value="5"<?php echo $show_editor ?>><?php echo translate_user_role("Editor"); ?></option>
1163
  <option value="8"<?php echo $show_admin ?>><?php echo translate_user_role("Administrator"); ?></option>
 
1164
  </select>
1165
  <br />
1166
 
@@ -1321,7 +1334,7 @@ function cimy_admin_users_list_page() {
1321
  }
1322
 
1323
  // Query the users
1324
- $wp_user_search = new Cimy_User_Search($_POST['usersearch'], $_GET['userspage'], $_GET['role'], $users_per_page);
1325
  $search_result = $wp_user_search->get_results();
1326
 
1327
  // search into extra field engine
@@ -1394,35 +1407,23 @@ function cimy_admin_users_list_page() {
1394
  if (function_exists("screen_icon"))
1395
  screen_icon("users");
1396
  ?>
1397
- <?php if ( $wp_user_search->is_search() ) : ?>
1398
- <h2><?php printf(__('Users Matching "%s"'), wp_specialchars($wp_user_search->search_term)); ?></h2>
1399
- <?php else : ?>
1400
  <h2><?php
1401
- if (is_multisite())
1402
- _e("Users Extended List", $cimy_uef_domain);
1403
- else
1404
- _e("Authors &amp; Users Extended List", $cimy_uef_domain);
 
 
 
 
 
1405
  ?></h2>
1406
- <?php endif; ?>
1407
- <form id="posts-filter" action="" method="post">
1408
- <ul class="subsubsub">
1409
- <?php
1410
  wp_nonce_field('extrafieldnewvalue', 'extrafieldnewvaluenonce', false);
1411
  $role_links = array();
1412
- $avail_roles = array();
1413
- $users_of_blog = get_users_of_blog();
1414
- $total_users = count( $users_of_blog );
1415
-
1416
- //var_dump($users_of_blog);
1417
- foreach ( (array) $users_of_blog as $b_user ) {
1418
- $b_roles = unserialize($b_user->meta_value);
1419
- foreach ( (array) $b_roles as $b_role => $val ) {
1420
- if ( !isset($avail_roles[$b_role]) )
1421
- $avail_roles[$b_role] = 0;
1422
- $avail_roles[$b_role]++;
1423
- }
1424
- }
1425
-
1426
  unset($users_of_blog);
1427
 
1428
  $current_role = false;
@@ -1435,7 +1436,7 @@ function cimy_admin_users_list_page() {
1435
 
1436
  $class = '';
1437
 
1438
- if ( $this_role == $_GET['role'] ) {
1439
  $current_role = $_GET['role'];
1440
  $class = ' class="current"';
1441
  }
@@ -1446,11 +1447,9 @@ function cimy_admin_users_list_page() {
1446
  $role_links[] = "<li><a href=\"$tmp_link\"$class>" . $name . '</a>';
1447
  }
1448
 
1449
- echo implode(' |</li>', $role_links) . '</li>';
1450
  unset($role_links);
1451
  ?>
1452
- </ul>
1453
-
1454
  <p id="post-search" class="search-box">
1455
  <input type="text" class="search-input" id="post-search-input" name="usersearch" value="<?php echo esc_attr($wp_user_search->search_term); ?>" />
1456
  <input type="submit" value="<?php _e( 'Search Users' ); ?>" class="button" />
@@ -1477,11 +1476,11 @@ function cimy_admin_users_list_page() {
1477
  <?php endif; ?>
1478
 
1479
 
1480
- <?php if ( $wp_user_search->get_results() ) : ?>
1481
  <?php if ( $wp_user_search->is_search() ) : ?>
1482
  <p><a href="users.php?page=au_extended"><?php _e('&laquo; Back to All Users'); ?></a></p>
1483
- <?php endif;
1484
-
 
1485
  wp_print_scripts('admin-forms');
1486
  ?>
1487
  <div class="alignleft actions">
@@ -1506,7 +1505,6 @@ function cimy_admin_users_list_page() {
1506
  </select>
1507
  <input class="button" type="submit" name="submit" value="<?php _e("Apply"); ?>" />
1508
  </div>
1509
- </div>
1510
 
1511
  <table class="widefat" cellpadding="3" cellspacing="3" width="100%">
1512
  <?php
@@ -1557,9 +1555,10 @@ function cimy_admin_users_list_page() {
1557
 
1558
  $i++;
1559
 
1560
- $label = $thisField['LABEL'];
1561
  $id = $thisField['ID'];
1562
  $name = $thisField['NAME'];
 
1563
  $type = $thisField['TYPE'];
1564
  $fieldset = $thisField["FIELDSET"];
1565
 
@@ -1588,27 +1587,27 @@ function cimy_admin_users_list_page() {
1588
  $ret2 = str_ireplace(' selected="selected"', '', $ret['html']);
1589
  $label = $ret['label'];
1590
 
1591
- $search_input = '<select name="ef_search['.$name.']"><option>'.$dropdown_first_item.'</option>'.$ret['html'].'</select>';
1592
- $write_input[$i] = '<td>'.$label.'</td><td id="ef-new-value-'.$name.'"><select name="ef_write['.$name.']"><option>'.$dropdown_first_item.'</option>'.$ret2.'</select>';
1593
  break;
1594
  case "dropdown-multi":
1595
  $ret = cimy_dropDownOptions($label, $search_value);
1596
  $ret2 = str_ireplace(' selected="selected"', '', $ret['html']);
1597
  $label = $ret['label'];
1598
 
1599
- $search_input = '<select name="ef_search['.$name.'][]" multiple="multiple" style="height: 6em;"><option>'.$dropdown_first_item.'</option>'.$ret['html'].'</select>';
1600
- $write_input[$i] = '<td>'.$label.'</td><td id="ef-new-value-'.$name.'"><select name="ef_write['.$name.'][]" multiple="multiple" style="height: 6em;"><option>'.$dropdown_first_item.'</option>'.$ret2.'</select>';
1601
  break;
1602
  case "text":
1603
  case "textarea":
1604
  case "textarea-rich":
1605
  case "picture-url":
1606
- $search_input = '<input type="text" name="ef_search['.$name.']" value="'.$search_value.'" size="6" />';
1607
- $write_input[$i] = '<td>'.$label.'</td><td id="ef-new-value-'.$name.'"><input type="text" name="ef_write['.$name.']" value="" size="40" />';
1608
  break;
1609
  case "picture":
1610
  case "file":
1611
- $search_input = '<input type="text" name="ef_search['.$name.']" value="'.$search_value.'" size="6" />';
1612
  break;
1613
  case "checkbox":
1614
  if ($search_value != "")
@@ -1616,8 +1615,8 @@ function cimy_admin_users_list_page() {
1616
  else
1617
  $checkbox_selected = "";
1618
 
1619
- $search_input = '<input type="checkbox" name="ef_search['.$name.']" value="1"'.$checkbox_selected.' />';
1620
- $write_input[$i] = '<td>'.$label.'</td><td id="ef-new-value-'.$name.'"><input type="checkbox" name="ef_write['.$name.']" value="1" />';
1621
  break;
1622
 
1623
  case "radio":
@@ -1626,20 +1625,20 @@ function cimy_admin_users_list_page() {
1626
  else
1627
  $radio_selected = "";
1628
 
1629
- $search_input = '<input type="radio" name="ef_search['.$name.']" value="'.$id.'"'.$radio_selected.' />';
1630
- $write_input[$i] = '<td>'.$label.'</td><td><input type="radio" name="ef_write['.$name.']" value="'.$label.'" />';
1631
  break;
1632
  }
1633
 
1634
  if (isset($write_input[$i])) {
1635
  if (empty($write_input_checkbox[$name])) {
1636
- $write_input[$i] = '<td><input type="checkbox" name="ef_write_sel['.$name.']" value="1" /></td>'.$write_input[$i];
1637
  $write_input_checkbox[$name] = true;
1638
  }
1639
  else
1640
  $write_input[$i] = '<td>&nbsp;</td>'.$write_input[$i];
1641
 
1642
- $write_input[$i].= '<input type="hidden" name="ef_write_type['.$name.']" value="'.$type.'" /></td>';
1643
  }
1644
 
1645
  $thead_str.= "$label<br />$search_input</th>";
@@ -1746,6 +1745,7 @@ function cimy_admin_users_list_page() {
1746
 
1747
  foreach ($extra_fields as $thisField) {
1748
  $name = $thisField['NAME'];
 
1749
  $rules = $thisField['RULES'];
1750
  $type = $thisField['TYPE'];
1751
  $value = $thisField['VALUE'];
@@ -1768,8 +1768,8 @@ function cimy_admin_users_list_page() {
1768
  }
1769
 
1770
  echo "<td>";
1771
- echo "<span id=\"edit-".$user_object->ID."-".$name."\">";
1772
- echo "<div id=\"value-".$user_object->ID."-".$name."\">";
1773
 
1774
  if ($type == "picture-url") {
1775
  if ($field == "")
@@ -1834,9 +1834,9 @@ function cimy_admin_users_list_page() {
1834
 
1835
  echo "</div>";
1836
  if ((!in_array($type, $cimy_uef_file_types)) && ($type != "radio") && ($type != "registration-date") && (current_user_can('edit_user', $user_object->ID)))
1837
- echo "[<a href=\"#\" onclick=\"editExtraField(".$user_object->ID.", '".$name."'); return false;\">".__("Change")."</a>]";
1838
 
1839
- echo "&nbsp;</span></td>";
1840
  }
1841
  }
1842
  }
@@ -1882,11 +1882,8 @@ function cimy_admin_users_list_page() {
1882
  <br />
1883
  <input class="button" type="submit" name="submit_new_values" value="<?php _e("Update"); ?>" />
1884
  <?php endif; ?>
1885
-
1886
  </form>
1887
-
1888
  </div>
1889
-
1890
  <?php
1891
  }
1892
 
8
  // if (!empty($_POST))
9
  // print_r($_POST);
10
 
11
+ $role = & get_role('administrator');
12
+ $role->add_cap('view_cimy_extra_fields');
13
+
14
  $errors = Array();
15
  $results = Array();
16
 
463
  $show_author = '';
464
  $show_editor = '';
465
  $show_admin = '';
466
+ $show_view_cimy_extra_fields = '';
467
 
468
  (empty($label)) ? $selected_input["label"] = '' : $selected_input["label"] = $label;
469
  (empty($value)) ? $selected_input["value"] = '' : $selected_input["value"] = $value;
558
  case '8':
559
  $show_admin = ' selected="selected"';
560
  break;
561
+ case 'view_cimy_extra_fields':
562
+ $show_view_cimy_extra_fields = ' selected="selected"';
563
+ break;
564
  }
565
 
566
  // EMAIL ADMIN
693
  </select>
694
  <br />
695
  <!-- EQUAL TO -->
696
+ <input type="checkbox" name="equal[0]" value="1"<?php echo $selected_input["equal"]; ?> /> <?php _e("Should be equal TO", $cimy_uef_domain); ?>: <input type="text" name="equalto[0]" maxlength="500" value="<?php echo $selected_input["equal_to"]; ?>"/><br />
697
  <!-- CASE SENSITIVE -->
698
  &nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" name="equalto_casesens[0]" value="1"<?php echo $selected_input["equal_to_case_sensitive"]; ?> /> <?php _e("Case sensitive", $cimy_uef_domain); ?><br />
699
 
724
  <option value="2"<?php echo $show_author ?>><?php echo translate_user_role("Author"); ?></option>
725
  <option value="5"<?php echo $show_editor ?>><?php echo translate_user_role("Editor"); ?></option>
726
  <option value="8"<?php echo $show_admin ?>><?php echo translate_user_role("Administrator"); ?></option>
727
+ <option value="view_cimy_extra_fields"<?php echo $show_view_cimy_extra_fields ?>><?php _e("User has 'view_cimy_extra_fields' capability", $cimy_uef_domain); ?></option>
728
  </select>
729
  <br />
730
 
1018
  $show_author = '';
1019
  $show_editor = '';
1020
  $show_admin = '';
1021
+ $show_view_cimy_extra_fields = '';
1022
 
1023
  switch ($rules['show_level']) {
1024
  case '-1':
1039
  case '8':
1040
  $show_admin = ' selected="selected"';
1041
  break;
1042
+ case 'view_cimy_extra_fields':
1043
+ $show_view_cimy_extra_fields = ' selected="selected"';
1044
+ break;
1045
  }
1046
 
1047
  if (in_array($type, $cimy_uef_file_types)) {
1136
  <br />
1137
 
1138
  <!-- EQUAL TO -->
1139
+ <input type="checkbox" name="equal[<?php echo $order ?>]" value="1"<?php echo $equal.$dis_equalto ?> /> <?php _e("Should be equal TO", $cimy_uef_domain); ?>: <input type="text" name="equalto[<?php echo $order ?>]" maxlength="500" value="<?php echo $equalTo ?>"<?php echo $dis_equalto ?> /><br />
1140
  <!-- CASE SENSITIVE -->
1141
  &nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" name="equalto_casesens[<?php echo $order ?>]" value="1"<?php echo $equalto_casesens.$dis_equalto_casesens; ?> /> <?php _e("Case sensitive", $cimy_uef_domain); ?><br />
1142
  <!-- REGEX -->
1173
  <option value="2"<?php echo $show_author ?>><?php echo translate_user_role("Author"); ?></option>
1174
  <option value="5"<?php echo $show_editor ?>><?php echo translate_user_role("Editor"); ?></option>
1175
  <option value="8"<?php echo $show_admin ?>><?php echo translate_user_role("Administrator"); ?></option>
1176
+ <option value="view_cimy_extra_fields"<?php echo $show_view_cimy_extra_fields ?>><?php _e("User has 'view_cimy_extra_fields' capability", $cimy_uef_domain); ?></option>
1177
  </select>
1178
  <br />
1179
 
1334
  }
1335
 
1336
  // Query the users
1337
+ $wp_user_search = new Cimy_User_Search(empty($_POST['usersearch']) ? "" : $_POST['usersearch'], empty($_GET['userspage']) ? "" : $_GET['userspage'], empty($_GET['role']) ? "" : $_GET['role'], $users_per_page);
1338
  $search_result = $wp_user_search->get_results();
1339
 
1340
  // search into extra field engine
1407
  if (function_exists("screen_icon"))
1408
  screen_icon("users");
1409
  ?>
 
 
 
1410
  <h2><?php
1411
+ _e("Users Extended", $cimy_uef_domain);
1412
+
1413
+ if ( current_user_can( 'create_users' ) ) { ?>
1414
+ <a href="user-new.php" class="button add-new-h2"><?php echo esc_html_x( 'Add New', 'user' ); ?></a>
1415
+ <?php } elseif ( is_multisite() && current_user_can( 'promote_users' ) ) { ?>
1416
+ <a href="user-new.php" class="button add-new-h2"><?php echo esc_html_x( 'Add Existing', 'user' ); ?></a>
1417
+ <?php }
1418
+ if ( $wp_user_search->is_search() )
1419
+ printf('<span class="subtitle">'.__('Search results for &#8220;%s&#8221;')." (%s)</span>", esc_html($wp_user_search->search_term), $wp_user_search->total_users_for_query);
1420
  ?></h2>
1421
+ <form id="posts-filter" action="" method="post"><?php
 
 
 
1422
  wp_nonce_field('extrafieldnewvalue', 'extrafieldnewvaluenonce', false);
1423
  $role_links = array();
1424
+ $users_of_blog = count_users();
1425
+ $total_users = $users_of_blog['total_users'];
1426
+ $avail_roles =& $users_of_blog['avail_roles'];
 
 
 
 
 
 
 
 
 
 
 
1427
  unset($users_of_blog);
1428
 
1429
  $current_role = false;
1436
 
1437
  $class = '';
1438
 
1439
+ if (!empty($_GET['role']) && $this_role == $_GET['role']) {
1440
  $current_role = $_GET['role'];
1441
  $class = ' class="current"';
1442
  }
1447
  $role_links[] = "<li><a href=\"$tmp_link\"$class>" . $name . '</a>';
1448
  }
1449
 
1450
+ echo '<ul class="subsubsub">'.implode(' |</li>', $role_links) . '</li></ul>';
1451
  unset($role_links);
1452
  ?>
 
 
1453
  <p id="post-search" class="search-box">
1454
  <input type="text" class="search-input" id="post-search-input" name="usersearch" value="<?php echo esc_attr($wp_user_search->search_term); ?>" />
1455
  <input type="submit" value="<?php _e( 'Search Users' ); ?>" class="button" />
1476
  <?php endif; ?>
1477
 
1478
 
 
1479
  <?php if ( $wp_user_search->is_search() ) : ?>
1480
  <p><a href="users.php?page=au_extended"><?php _e('&laquo; Back to All Users'); ?></a></p>
1481
+ <?php endif; ?>
1482
+ </div>
1483
+ <?php if ( $wp_user_search->get_results() ) :
1484
  wp_print_scripts('admin-forms');
1485
  ?>
1486
  <div class="alignleft actions">
1505
  </select>
1506
  <input class="button" type="submit" name="submit" value="<?php _e("Apply"); ?>" />
1507
  </div>
 
1508
 
1509
  <table class="widefat" cellpadding="3" cellspacing="3" width="100%">
1510
  <?php
1555
 
1556
  $i++;
1557
 
1558
+ $label = cimy_uef_sanitize_content($thisField['LABEL']);
1559
  $id = $thisField['ID'];
1560
  $name = $thisField['NAME'];
1561
+ $name_esc_attr = esc_attr($thisField['NAME']);
1562
  $type = $thisField['TYPE'];
1563
  $fieldset = $thisField["FIELDSET"];
1564
 
1587
  $ret2 = str_ireplace(' selected="selected"', '', $ret['html']);
1588
  $label = $ret['label'];
1589
 
1590
+ $search_input = '<select name="ef_search['.$name_esc_attr.']"><option>'.$dropdown_first_item.'</option>'.$ret['html'].'</select>';
1591
+ $write_input[$i] = '<td>'.$label.'</td><td id="ef-new-value-'.$name_esc_attr.'"><select name="ef_write['.$name_esc_attr.']"><option>'.$dropdown_first_item.'</option>'.$ret2.'</select>';
1592
  break;
1593
  case "dropdown-multi":
1594
  $ret = cimy_dropDownOptions($label, $search_value);
1595
  $ret2 = str_ireplace(' selected="selected"', '', $ret['html']);
1596
  $label = $ret['label'];
1597
 
1598
+ $search_input = '<select name="ef_search['.$name_esc_attr.'][]" multiple="multiple" style="height: 6em;"><option>'.$dropdown_first_item.'</option>'.$ret['html'].'</select>';
1599
+ $write_input[$i] = '<td>'.$label.'</td><td id="ef-new-value-'.$name_esc_attr.'"><select name="ef_write['.$name_esc_attr.'][]" multiple="multiple" style="height: 6em;"><option>'.$dropdown_first_item.'</option>'.$ret2.'</select>';
1600
  break;
1601
  case "text":
1602
  case "textarea":
1603
  case "textarea-rich":
1604
  case "picture-url":
1605
+ $search_input = '<input type="text" name="ef_search['.$name_esc_attr.']" value="'.$search_value.'" size="6" />';
1606
+ $write_input[$i] = '<td>'.$label.'</td><td id="ef-new-value-'.$name_esc_attr.'"><input type="text" name="ef_write['.$name_esc_attr.']" value="" size="40" />';
1607
  break;
1608
  case "picture":
1609
  case "file":
1610
+ $search_input = '<input type="text" name="ef_search['.$name_esc_attr.']" value="'.$search_value.'" size="6" />';
1611
  break;
1612
  case "checkbox":
1613
  if ($search_value != "")
1615
  else
1616
  $checkbox_selected = "";
1617
 
1618
+ $search_input = '<input type="checkbox" name="ef_search['.$name_esc_attr.']" value="1"'.$checkbox_selected.' />';
1619
+ $write_input[$i] = '<td>'.$label.'</td><td id="ef-new-value-'.$name_esc_attr.'"><input type="checkbox" name="ef_write['.$name_esc_attr.']" value="1" />';
1620
  break;
1621
 
1622
  case "radio":
1625
  else
1626
  $radio_selected = "";
1627
 
1628
+ $search_input = '<input type="radio" name="ef_search['.$name_esc_attr.']" value="'.$id.'"'.$radio_selected.' />';
1629
+ $write_input[$i] = '<td>'.$label.'</td><td><input type="radio" name="ef_write['.$name_esc_attr.']" value="'.$label.'" />';
1630
  break;
1631
  }
1632
 
1633
  if (isset($write_input[$i])) {
1634
  if (empty($write_input_checkbox[$name])) {
1635
+ $write_input[$i] = '<td><input type="checkbox" name="ef_write_sel['.$name_esc_attr.']" value="1" /></td>'.$write_input[$i];
1636
  $write_input_checkbox[$name] = true;
1637
  }
1638
  else
1639
  $write_input[$i] = '<td>&nbsp;</td>'.$write_input[$i];
1640
 
1641
+ $write_input[$i].= '<input type="hidden" name="ef_write_type['.$name_esc_attr.']" value="'.$type.'" /></td>';
1642
  }
1643
 
1644
  $thead_str.= "$label<br />$search_input</th>";
1745
 
1746
  foreach ($extra_fields as $thisField) {
1747
  $name = $thisField['NAME'];
1748
+ $name_esc_attr = esc_attr($thisField['NAME']);
1749
  $rules = $thisField['RULES'];
1750
  $type = $thisField['TYPE'];
1751
  $value = $thisField['VALUE'];
1768
  }
1769
 
1770
  echo "<td>";
1771
+ echo "<div id=\"edit-".$user_object->ID."-".$name_esc_attr."\">";
1772
+ echo "<div id=\"value-".$user_object->ID."-".$name_esc_attr."\">";
1773
 
1774
  if ($type == "picture-url") {
1775
  if ($field == "")
1834
 
1835
  echo "</div>";
1836
  if ((!in_array($type, $cimy_uef_file_types)) && ($type != "radio") && ($type != "registration-date") && (current_user_can('edit_user', $user_object->ID)))
1837
+ echo "[<a href=\"#\" onclick=\"editExtraField(".$user_object->ID.", '".$name_esc_attr."'); return false;\">".__("Change")."</a>]";
1838
 
1839
+ echo "&nbsp;</div></td>";
1840
  }
1841
  }
1842
  }
1882
  <br />
1883
  <input class="button" type="submit" name="submit_new_values" value="<?php _e("Update"); ?>" />
1884
  <?php endif; ?>
 
1885
  </form>
 
1886
  </div>
 
1887
  <?php
1888
  }
1889
 
cimy_uef_init_mce.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  // needed only in the registration page
3
- if ($cimy_uef_register_page) {
4
  $userid = isset($current_user) ? $current_user->ID : 0;
5
  ?>
6
  <script type='text/javascript'>
1
  <?php
2
  // needed only in the registration page
3
+ if (!empty($cimy_uef_register_page)) {
4
  $userid = isset($current_user) ? $current_user->ID : 0;
5
  ?>
6
  <script type='text/javascript'>
cimy_uef_profile.php CHANGED
@@ -70,14 +70,19 @@ function cimy_extract_ExtraFields() {
70
  $name = $thisField['NAME'];
71
  $rules = $thisField['RULES'];
72
  $type = $thisField['TYPE'];
73
- $label = $thisField['LABEL'];
74
- $description = $thisField['DESCRIPTION'];
75
  $fieldset = $thisField['FIELDSET'];
76
  $input_name = $fields_name_prefix.esc_attr($name);
77
 
78
  // if the current user LOGGED IN has not enough permissions to see the field, skip it
79
  // apply only for EXTRA FIELDS
80
- if ($user_level < $rules['show_level'])
 
 
 
 
 
81
  continue;
82
 
83
  // if show_level == anonymous then do NOT ovverride other show_xyz rules
@@ -519,7 +524,12 @@ function cimy_update_ExtraFields() {
519
 
520
  // if the current user LOGGED IN has not enough permissions to see the field, skip it
521
  // apply only for EXTRA FIELDS
522
- if ($user_level < $rules['show_level'])
 
 
 
 
 
523
  continue;
524
 
525
  // if show_level == anonymous then do NOT ovverride other show_xyz rules
70
  $name = $thisField['NAME'];
71
  $rules = $thisField['RULES'];
72
  $type = $thisField['TYPE'];
73
+ $label = cimy_uef_sanitize_content($thisField['LABEL']);
74
+ $description = cimy_uef_sanitize_content($thisField['DESCRIPTION']);
75
  $fieldset = $thisField['FIELDSET'];
76
  $input_name = $fields_name_prefix.esc_attr($name);
77
 
78
  // if the current user LOGGED IN has not enough permissions to see the field, skip it
79
  // apply only for EXTRA FIELDS
80
+ if ($rules['show_level'] == 'view_cimy_extra_fields')
81
+ {
82
+ if (!current_user_can($rules['show_level']))
83
+ continue;
84
+ }
85
+ else if ($user_level < $rules['show_level'])
86
  continue;
87
 
88
  // if show_level == anonymous then do NOT ovverride other show_xyz rules
524
 
525
  // if the current user LOGGED IN has not enough permissions to see the field, skip it
526
  // apply only for EXTRA FIELDS
527
+ if ($rules['show_level'] == 'view_cimy_extra_fields')
528
+ {
529
+ if (!current_user_can($rules['show_level']))
530
+ continue;
531
+ }
532
+ else if ($user_level < $rules['show_level'])
533
  continue;
534
 
535
  // if show_level == anonymous then do NOT ovverride other show_xyz rules
cimy_uef_register.php CHANGED
@@ -116,8 +116,6 @@ function cimy_register_user_extra_fields($user_id, $password="", $meta=array())
116
  $fields = $extra_fields;
117
  $prefix = $fields_name_prefix;
118
  }
119
-
120
- $i++;
121
 
122
  foreach ($fields as $thisField) {
123
 
@@ -129,8 +127,12 @@ function cimy_register_user_extra_fields($user_id, $password="", $meta=array())
129
  $input_name = $prefix.$wpdb->escape($name);
130
 
131
  // if the current user LOGGED IN has not enough permissions to see the field, skip it
132
- // apply only for EXTRA FIELDS
133
- if ($my_user_level < $rules['show_level'])
 
 
 
 
134
  continue;
135
 
136
  // if show_level == anonymous then do NOT ovverride other show_xyz rules
@@ -220,6 +222,7 @@ function cimy_register_user_extra_fields($user_id, $password="", $meta=array())
220
  wp_update_user($userdata);
221
  }
222
  }
 
223
  }
224
 
225
  if ($user_signups) {
@@ -304,8 +307,6 @@ function cimy_registration_check($user_login, $user_email, $errors) {
304
  $fields = $extra_fields;
305
  $prefix = $fields_name_prefix;
306
  }
307
-
308
- $i++;
309
 
310
  foreach ($fields as $thisField) {
311
  $field_id = $thisField['ID'];
@@ -318,8 +319,12 @@ function cimy_registration_check($user_login, $user_email, $errors) {
318
  $unique_id = $prefix.$field_id;
319
 
320
  // if the current user LOGGED IN has not enough permissions to see the field, skip it
321
- // apply only for EXTRA FIELDS
322
- if ($my_user_level < $rules['show_level'])
 
 
 
 
323
  continue;
324
 
325
  // if show_level == anonymous then do NOT ovverride other show_xyz rules
@@ -341,29 +346,10 @@ function cimy_registration_check($user_login, $user_email, $errors) {
341
  continue;
342
 
343
  if ($_POST["from"] == "profile") {
344
- // if editing a different user (only admin)
345
- if (isset($_GET['user_id']))
346
- $get_user_id = $_GET['user_id'];
347
- else if (isset($_POST['user_id']))
348
- $get_user_id = $_POST['user_id'];
349
- // editing own profile
350
- else
351
- $get_user_id = $user_ID;
352
-
353
- if (!empty($get_user_id)) {
354
- global $wpdb_data_table;
355
- $get_user_id = intval($get_user_id);
356
-
357
- // we need the freaking old value
358
- $old_value = $wpdb->get_var($wpdb->prepare("SELECT VALUE FROM ".$wpdb_data_table." WHERE USER_ID=".$get_user_id." AND FIELD_ID=".$field_id));
359
-
360
- // Hey, no need to check for rules if anyway I can't edit due to low permissions, neeeext!
361
- if ((($old_value != "") && ($rules['edit'] == 'edit_only_if_empty'))
362
- || (($old_value != "") && (!current_user_can('edit_users')) && ($rules['edit'] == 'edit_only_by_admin_or_if_empty'))
363
- || ($rules['edit'] == 'no_edit')
364
- || (($rules['edit'] == 'edit_only_by_admin') && (!current_user_can('edit_users'))))
365
- continue;
366
- }
367
  }
368
 
369
  if (isset($_POST[$input_name])) {
@@ -401,8 +387,7 @@ function cimy_registration_check($user_login, $user_email, $errors) {
401
 
402
  // if the flag can be empty is NOT set OR the field is not empty then other check can be useful, otherwise skip all
403
  if ((!$rules['can_be_empty']) || ($value != "")) {
404
- // yea $i should be == 1 but ++ already so == 2 :)
405
- if (($i == 2) && ($input_name == ($prefix."PASSWORD2"))) {
406
  if ($value != $_POST[$prefix."PASSWORD"])
407
  $errors->add($unique_id, '<strong>'.__("ERROR", $cimy_uef_domain).'</strong>: '.$label.' '.__('does not match.', $cimy_uef_domain));
408
  }
@@ -521,6 +506,7 @@ function cimy_registration_check($user_login, $user_email, $errors) {
521
  }
522
  }
523
  }
 
524
  }
525
 
526
  if (isset($_POST["securimage_response_field"])) {
@@ -556,6 +542,8 @@ function cimy_registration_check($user_login, $user_email, $errors) {
556
  return $errors;
557
  }
558
 
 
 
559
  function cimy_registration_form($errors=null, $show_type=0) {
560
  global $wpdb, $start_cimy_uef_comment, $end_cimy_uef_comment, $rule_maxlen_needed, $fields_name_prefix, $wp_fields_name_prefix, $cuef_plugin_dir, $cimy_uef_file_types, $cimy_uef_textarea_types, $user_level, $cimy_uef_domain;
561
 
@@ -616,8 +604,8 @@ function cimy_registration_form($errors=null, $show_type=0) {
616
  $name = $thisField['NAME'];
617
  $rules = $thisField['RULES'];
618
  $type = $thisField['TYPE'];
619
- $label = $thisField['LABEL'];
620
- $description = $thisField['DESCRIPTION'];
621
  $fieldset = empty($thisField['FIELDSET']) ? 0 : $thisField['FIELDSET'];
622
  $input_name = $prefix.esc_attr($name);
623
  $post_input_name = $prefix.$wpdb->escape($name);
@@ -634,8 +622,12 @@ function cimy_registration_form($errors=null, $show_type=0) {
634
  }
635
 
636
  // if the current user LOGGED IN has not enough permissions to see the field, skip it
637
- // apply only for EXTRA FIELDS
638
- if (($my_user_level < $rules['show_level']) && ($i == 2))
 
 
 
 
639
  continue;
640
 
641
  // if show_level == anonymous then do NOT ovverride other show_xyz rules
116
  $fields = $extra_fields;
117
  $prefix = $fields_name_prefix;
118
  }
 
 
119
 
120
  foreach ($fields as $thisField) {
121
 
127
  $input_name = $prefix.$wpdb->escape($name);
128
 
129
  // if the current user LOGGED IN has not enough permissions to see the field, skip it
130
+ if ($rules['show_level'] == 'view_cimy_extra_fields')
131
+ {
132
+ if (!current_user_can($rules['show_level']))
133
+ continue;
134
+ }
135
+ else if ($my_user_level < $rules['show_level'])
136
  continue;
137
 
138
  // if show_level == anonymous then do NOT ovverride other show_xyz rules
222
  wp_update_user($userdata);
223
  }
224
  }
225
+ $i++;
226
  }
227
 
228
  if ($user_signups) {
307
  $fields = $extra_fields;
308
  $prefix = $fields_name_prefix;
309
  }
 
 
310
 
311
  foreach ($fields as $thisField) {
312
  $field_id = $thisField['ID'];
319
  $unique_id = $prefix.$field_id;
320
 
321
  // if the current user LOGGED IN has not enough permissions to see the field, skip it
322
+ if ($rules['show_level'] == 'view_cimy_extra_fields')
323
+ {
324
+ if (!current_user_can($rules['show_level']))
325
+ continue;
326
+ }
327
+ else if ($my_user_level < $rules['show_level'])
328
  continue;
329
 
330
  // if show_level == anonymous then do NOT ovverride other show_xyz rules
346
  continue;
347
 
348
  if ($_POST["from"] == "profile") {
349
+ $old_value = $_POST[$input_name."_".$field_id."_prev_value"];
350
+ // Hey, no need to check for rules if anyway I can't edit due to low permissions, neeeext!
351
+ if (cimy_uef_is_field_disabled($type, $rules['edit'], $old_value))
352
+ continue;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
353
  }
354
 
355
  if (isset($_POST[$input_name])) {
387
 
388
  // if the flag can be empty is NOT set OR the field is not empty then other check can be useful, otherwise skip all
389
  if ((!$rules['can_be_empty']) || ($value != "")) {
390
+ if (($i == 1) && ($input_name == ($prefix."PASSWORD2"))) {
 
391
  if ($value != $_POST[$prefix."PASSWORD"])
392
  $errors->add($unique_id, '<strong>'.__("ERROR", $cimy_uef_domain).'</strong>: '.$label.' '.__('does not match.', $cimy_uef_domain));
393
  }
506
  }
507
  }
508
  }
509
+ $i++;
510
  }
511
 
512
  if (isset($_POST["securimage_response_field"])) {
542
  return $errors;
543
  }
544
 
545
+ // show_type == 0 - normal form
546
+ // show_type == 1 - search form, all fields are text, password fields are skipped
547
  function cimy_registration_form($errors=null, $show_type=0) {
548
  global $wpdb, $start_cimy_uef_comment, $end_cimy_uef_comment, $rule_maxlen_needed, $fields_name_prefix, $wp_fields_name_prefix, $cuef_plugin_dir, $cimy_uef_file_types, $cimy_uef_textarea_types, $user_level, $cimy_uef_domain;
549
 
604
  $name = $thisField['NAME'];
605
  $rules = $thisField['RULES'];
606
  $type = $thisField['TYPE'];
607
+ $label = cimy_uef_sanitize_content($thisField['LABEL']);
608
+ $description = cimy_uef_sanitize_content($thisField['DESCRIPTION']);
609
  $fieldset = empty($thisField['FIELDSET']) ? 0 : $thisField['FIELDSET'];
610
  $input_name = $prefix.esc_attr($name);
611
  $post_input_name = $prefix.$wpdb->escape($name);
622
  }
623
 
624
  // if the current user LOGGED IN has not enough permissions to see the field, skip it
625
+ if ($rules['show_level'] == 'view_cimy_extra_fields')
626
+ {
627
+ if (!current_user_can($rules['show_level']))
628
+ continue;
629
+ }
630
+ else if ($my_user_level < $rules['show_level'])
631
  continue;
632
 
633
  // if show_level == anonymous then do NOT ovverride other show_xyz rules
cimy_user_extra_fields.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Cimy User Extra Fields
4
  Plugin URI: http://www.marcocimmino.net/cimy-wordpress-plugins/cimy-user-extra-fields/
5
  Plugin Description: Add some useful fields to registration and user's info
6
- Version: 2.0.4
7
  Author: Marco Cimmino
8
  Author URI: mailto:cimmino.marco@gmail.com
9
  */
@@ -749,7 +749,7 @@ function cimy_admin_menu_custom() {
749
  if (isset($cimy_top_menu) && (!is_multisite())) {
750
  add_submenu_page('cimy_series.php', $cimy_uef_name.": ".__("Options"), "UEF: ".__("Options"), 'manage_options', "user_extra_fields_options", 'cimy_show_options_notembedded');
751
  add_submenu_page('cimy_series.php', $cimy_uef_name.": ".__("Fields", $cimy_uef_domain), "UEF: ".__("Fields", $cimy_uef_domain), 'manage_options', "user_extra_fields", 'cimy_admin_define_extra_fields');
752
- $aue_page = add_submenu_page('profile.php', __('Authors &amp; Users Extended', $cimy_uef_domain), __('A&amp;U Extended', $cimy_uef_domain), 'list_users', "au_extended", 'cimy_admin_users_list_page');
753
  }
754
  else {
755
  if ((is_multisite()) && ($cimy_uef_plugins_dir == "mu-plugins")) {
@@ -758,7 +758,7 @@ function cimy_admin_menu_custom() {
758
  }
759
  else {
760
  add_options_page($cimy_uef_name, $cimy_uef_name, 'manage_options', "user_extra_fields", 'cimy_admin_define_extra_fields');
761
- $aue_page = add_submenu_page('profile.php', __('Authors &amp; Users Extended', $cimy_uef_domain), __('A&amp;U Extended', $cimy_uef_domain), 'list_users', "au_extended", 'cimy_admin_users_list_page');
762
  }
763
  }
764
  if (!empty($aue_page))
3
  Plugin Name: Cimy User Extra Fields
4
  Plugin URI: http://www.marcocimmino.net/cimy-wordpress-plugins/cimy-user-extra-fields/
5
  Plugin Description: Add some useful fields to registration and user's info
6
+ Version: 2.0.5
7
  Author: Marco Cimmino
8
  Author URI: mailto:cimmino.marco@gmail.com
9
  */
749
  if (isset($cimy_top_menu) && (!is_multisite())) {
750
  add_submenu_page('cimy_series.php', $cimy_uef_name.": ".__("Options"), "UEF: ".__("Options"), 'manage_options', "user_extra_fields_options", 'cimy_show_options_notembedded');
751
  add_submenu_page('cimy_series.php', $cimy_uef_name.": ".__("Fields", $cimy_uef_domain), "UEF: ".__("Fields", $cimy_uef_domain), 'manage_options', "user_extra_fields", 'cimy_admin_define_extra_fields');
752
+ $aue_page = add_submenu_page('profile.php', __('Users Extended', $cimy_uef_domain), __('Users Extended', $cimy_uef_domain), 'list_users', "au_extended", 'cimy_admin_users_list_page');
753
  }
754
  else {
755
  if ((is_multisite()) && ($cimy_uef_plugins_dir == "mu-plugins")) {
758
  }
759
  else {
760
  add_options_page($cimy_uef_name, $cimy_uef_name, 'manage_options', "user_extra_fields", 'cimy_admin_define_extra_fields');
761
+ $aue_page = add_submenu_page('profile.php', __('Users Extended', $cimy_uef_domain), __('Users Extended', $cimy_uef_domain), 'list_users', "au_extended", 'cimy_admin_users_list_page');
762
  }
763
  }
764
  if (!empty($aue_page))
langs/cimy_uef-bg_BG.mo CHANGED
Binary file
langs/cimy_uef-bg_BG.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Cimy User Extra Fields\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2011-01-30 14:07+0300\n"
6
- "PO-Revision-Date: 2011-01-30 14:07+0300\n"
7
  "Last-Translator: Marco Cimmino <cimmino.marco@gmail.com>\n"
8
  "Language-Team: <cimmino.marco@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -97,31 +97,32 @@ msgid "Typed code is not correct."
97
  msgstr ""
98
 
99
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:830
100
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:299
101
  #, fuzzy
102
  msgid "Please upload a file with one of the following extensions"
103
  msgstr "Моля качете снимка с някое от тези разширения"
104
 
105
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:836
106
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:371
107
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:305
108
  msgid "Please upload an image with one of the following extensions"
109
  msgstr "Моля качете снимка с някое от тези разширения"
110
 
111
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:916
 
112
  msgid "Strength indicator"
113
  msgstr ""
114
 
115
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:917
116
- 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 ! \\\" ? $ % ^ &amp; )."
117
  msgstr ""
118
 
119
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:954
120
  #, fuzzy
121
  msgid "Change image"
122
  msgstr "Смени реда"
123
 
124
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:957
125
  msgid "Insert the code:"
126
  msgstr ""
127
 
@@ -176,7 +177,7 @@ msgstr ""
176
 
177
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:483
178
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:656
179
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:749
180
  msgid "Options"
181
  msgstr "Настройки"
182
 
@@ -187,8 +188,8 @@ msgstr "Добави друго поле"
187
 
188
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:486
189
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:795
190
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1863
191
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1868
192
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
193
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:283
194
  msgid "Extra Fields"
@@ -308,7 +309,7 @@ msgid "Change login/registration page logo"
308
  msgstr ""
309
 
310
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:644
311
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:435
312
  #, fuzzy
313
  msgid "Delete the picture"
314
  msgstr "Изтрий поле"
@@ -398,8 +399,6 @@ msgid "<strong>note:</strong> if you change order or remove fieldsets you may ne
398
  msgstr ""
399
 
400
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:750
401
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:751
402
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:760
403
  msgid "Authors &amp; Users Extended"
404
  msgstr "Автори &amp; Потребители с разширения"
405
 
@@ -475,6 +474,28 @@ msgstr "Покажи Jabber / Google Talk"
475
  msgid "Show Biographical Info"
476
  msgstr ""
477
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
478
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:220
479
  msgid "Password"
480
  msgstr ""
@@ -499,8 +520,8 @@ msgid "Nickname"
499
  msgstr "Име"
500
 
501
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:320
502
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1540
503
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1541
504
  msgid "Website"
505
  msgstr "Интернет сайт"
506
 
@@ -522,17 +543,15 @@ msgstr "Покажи Jabber / Google Talk"
522
  msgid "Biographical Info"
523
  msgstr ""
524
 
525
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:750
526
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:130
527
  msgid "Fields"
528
  msgstr "Полета"
529
 
530
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:751
531
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:760
532
- msgid "A&amp;U Extended"
533
- msgstr "А&amp;П с разширения"
534
-
535
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:755
536
  #, fuzzy
537
  msgid "Users Extended"
538
  msgstr "Разширен списък с Автори &amp; Потребители"
@@ -551,31 +570,31 @@ msgstr ""
551
  msgid "File '%s' is not an image."
552
  msgstr ""
553
 
554
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:431
555
  #, fuzzy
556
  msgid "Delete the file"
557
  msgstr "Изтрий поле"
558
 
559
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:432
560
  #, fuzzy
561
  msgid "Update the file"
562
  msgstr "Поднови поле"
563
 
564
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:436
565
  #, fuzzy
566
  msgid "Update the picture"
567
  msgstr "Поднови поле"
568
 
569
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:456
570
  msgid "Picture URL:"
571
  msgstr ""
572
 
573
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:684
574
  #, php-format
575
  msgid "%s previous value: %s new value: %s"
576
  msgstr ""
577
 
578
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:699
579
  #, php-format
580
  msgid "%s (%s) has changed one or more fields"
581
  msgstr ""
@@ -858,8 +877,8 @@ msgstr "Със <strong>picture</strong>: вие може да заместите
858
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:637
859
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:822
860
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1069
861
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1525
862
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1526
863
  msgid "Name"
864
  msgstr "Име"
865
 
@@ -867,8 +886,8 @@ msgstr "Име"
867
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
868
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:822
869
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1072
870
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1863
871
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1868
872
  msgid "Value"
873
  msgstr "Стойност"
874
 
@@ -905,7 +924,7 @@ msgstr "Действия"
905
 
906
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:655
907
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1091
908
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1488
909
  #, fuzzy
910
  msgid "Fieldset"
911
  msgstr "Полета"
@@ -1033,96 +1052,87 @@ msgid "Reset"
1033
  msgstr "Отмени"
1034
 
1035
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1265
1036
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1893
1037
  #, fuzzy
1038
  msgid "select"
1039
  msgstr "Изтрий"
1040
 
1041
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1398
1042
  #, php-format
1043
- msgid "Users Matching \"%s\""
1044
- msgstr "Потребители отговарящи на \"%s\""
1045
-
1046
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1402
1047
- #, fuzzy
1048
- msgid "Users Extended List"
1049
- msgstr "Разширен списък с Автори &amp; Потребители"
1050
-
1051
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1404
1052
- msgid "Authors &amp; Users Extended List"
1053
- msgstr "Разширен списък с Автори &amp; Потребители"
1054
 
1055
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1444
1056
  #, php-format
1057
  msgid "%1$s <span class=\"count\">(%2$s)</span>"
1058
  msgstr ""
1059
 
1060
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1456
1061
  msgid "Search Users"
1062
  msgstr "Търсене на потребители"
1063
 
1064
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1482
1065
  msgid "&laquo; Back to All Users"
1066
  msgstr "&laquo; Назад към Всички потребители"
1067
 
1068
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1492
1069
  #, fuzzy
1070
  msgid "Users per page"
1071
  msgstr "Таблица с потребителски данни"
1072
 
1073
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1507
1074
  msgid "Apply"
1075
  msgstr ""
1076
 
1077
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1520
1078
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1521
1079
  msgid "Username"
1080
  msgstr "Потребителско име"
1081
 
1082
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1530
1083
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1531
1084
  msgid "E-mail"
1085
  msgstr "E-mail"
1086
 
1087
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1535
1088
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1536
1089
  msgid "Role"
1090
  msgstr "Роля"
1091
 
1092
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1545
1093
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1546
1094
  msgid "Posts"
1095
  msgstr "Постове"
1096
 
1097
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1682
1098
  msgid "View posts by this author"
1099
  msgstr "Виж постовете на този автор"
1100
 
1101
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1713
1102
  #, php-format
1103
  msgid "e-mail: %s"
1104
  msgstr "e-mail: %s"
1105
 
1106
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1834
1107
  #, fuzzy
1108
  msgid "Change"
1109
  msgstr "Смени реда"
1110
 
1111
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1859
1112
  #, fuzzy
1113
  msgid "Update selected users"
1114
  msgstr "Изтрий маркираните полета"
1115
 
1116
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1880
1117
  #, fuzzy
1118
  msgid "Update"
1119
  msgstr "Поднови поле"
1120
 
1121
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1898
1122
  msgid "OK"
1123
  msgstr ""
1124
 
1125
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1899
1126
  msgid "Cancel"
1127
  msgstr ""
1128
 
@@ -1130,6 +1140,17 @@ msgstr ""
1130
  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!"
1131
  msgstr ""
1132
 
 
 
 
 
 
 
 
 
 
 
 
1133
  #, fuzzy
1134
  #~ msgid "Username:"
1135
  #~ msgstr "Потребителско име"
2
  msgstr ""
3
  "Project-Id-Version: Cimy User Extra Fields\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-05-06 19:50+0300\n"
6
+ "PO-Revision-Date: 2011-05-06 19:50+0300\n"
7
  "Last-Translator: Marco Cimmino <cimmino.marco@gmail.com>\n"
8
  "Language-Team: <cimmino.marco@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
97
  msgstr ""
98
 
99
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:830
100
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:293
101
  #, fuzzy
102
  msgid "Please upload a file with one of the following extensions"
103
  msgstr "Моля качете снимка с някое от тези разширения"
104
 
105
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:836
106
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:371
107
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:299
108
  msgid "Please upload an image with one of the following extensions"
109
  msgstr "Моля качете снимка с някое от тези разширения"
110
 
111
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:916
112
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:47
113
  msgid "Strength indicator"
114
  msgstr ""
115
 
116
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:917
117
+ 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 ! \" ? $ % ^ &amp; )."
118
  msgstr ""
119
 
120
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:952
121
  #, fuzzy
122
  msgid "Change image"
123
  msgstr "Смени реда"
124
 
125
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:955
126
  msgid "Insert the code:"
127
  msgstr ""
128
 
177
 
178
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:483
179
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:656
180
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:750
181
  msgid "Options"
182
  msgstr "Настройки"
183
 
188
 
189
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:486
190
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:795
191
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1852
192
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1857
193
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
194
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:283
195
  msgid "Extra Fields"
309
  msgstr ""
310
 
311
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:644
312
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:424
313
  #, fuzzy
314
  msgid "Delete the picture"
315
  msgstr "Изтрий поле"
399
  msgstr ""
400
 
401
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:750
 
 
402
  msgid "Authors &amp; Users Extended"
403
  msgstr "Автори &amp; Потребители с разширения"
404
 
474
  msgid "Show Biographical Info"
475
  msgstr ""
476
 
477
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:43
478
+ msgid ""
479
+ "You are about to permanently delete the selected items.\n"
480
+ " 'Cancel' to stop, 'OK' to delete."
481
+ msgstr ""
482
+
483
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:48
484
+ msgid "Very weak"
485
+ msgstr ""
486
+
487
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:49
488
+ msgid "Weak"
489
+ msgstr ""
490
+
491
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:51
492
+ msgid "Strong"
493
+ msgstr ""
494
+
495
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:52
496
+ msgid "Mismatch"
497
+ msgstr ""
498
+
499
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:220
500
  msgid "Password"
501
  msgstr ""
520
  msgstr "Име"
521
 
522
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:320
523
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1525
524
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1526
525
  msgid "Website"
526
  msgstr "Интернет сайт"
527
 
543
  msgid "Biographical Info"
544
  msgstr ""
545
 
546
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:751
547
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:130
548
  msgid "Fields"
549
  msgstr "Полета"
550
 
551
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:752
552
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:756
553
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:761
554
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1398
 
 
555
  #, fuzzy
556
  msgid "Users Extended"
557
  msgstr "Разширен списък с Автори &amp; Потребители"
570
  msgid "File '%s' is not an image."
571
  msgstr ""
572
 
573
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:420
574
  #, fuzzy
575
  msgid "Delete the file"
576
  msgstr "Изтрий поле"
577
 
578
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:421
579
  #, fuzzy
580
  msgid "Update the file"
581
  msgstr "Поднови поле"
582
 
583
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:425
584
  #, fuzzy
585
  msgid "Update the picture"
586
  msgstr "Поднови поле"
587
 
588
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:445
589
  msgid "Picture URL:"
590
  msgstr ""
591
 
592
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:669
593
  #, php-format
594
  msgid "%s previous value: %s new value: %s"
595
  msgstr ""
596
 
597
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:684
598
  #, php-format
599
  msgid "%s (%s) has changed one or more fields"
600
  msgstr ""
877
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:637
878
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:822
879
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1069
880
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1510
881
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1511
882
  msgid "Name"
883
  msgstr "Име"
884
 
886
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
887
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:822
888
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1072
889
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1852
890
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1857
891
  msgid "Value"
892
  msgstr "Стойност"
893
 
924
 
925
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:655
926
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1091
927
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1474
928
  #, fuzzy
929
  msgid "Fieldset"
930
  msgstr "Полета"
1052
  msgstr "Отмени"
1053
 
1054
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1265
1055
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1879
1056
  #, fuzzy
1057
  msgid "select"
1058
  msgstr "Изтрий"
1059
 
1060
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1406
1061
  #, php-format
1062
+ msgid "Search results for &#8220;%s&#8221;"
1063
+ msgstr ""
 
 
 
 
 
 
 
 
 
1064
 
1065
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1432
1066
  #, php-format
1067
  msgid "%1$s <span class=\"count\">(%2$s)</span>"
1068
  msgstr ""
1069
 
1070
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1442
1071
  msgid "Search Users"
1072
  msgstr "Търсене на потребители"
1073
 
1074
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1467
1075
  msgid "&laquo; Back to All Users"
1076
  msgstr "&laquo; Назад към Всички потребители"
1077
 
1078
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1478
1079
  #, fuzzy
1080
  msgid "Users per page"
1081
  msgstr "Таблица с потребителски данни"
1082
 
1083
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1493
1084
  msgid "Apply"
1085
  msgstr ""
1086
 
1087
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1505
1088
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1506
1089
  msgid "Username"
1090
  msgstr "Потребителско име"
1091
 
1092
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1515
1093
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1516
1094
  msgid "E-mail"
1095
  msgstr "E-mail"
1096
 
1097
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1520
1098
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1521
1099
  msgid "Role"
1100
  msgstr "Роля"
1101
 
1102
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1530
1103
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1531
1104
  msgid "Posts"
1105
  msgstr "Постове"
1106
 
1107
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1668
1108
  msgid "View posts by this author"
1109
  msgstr "Виж постовете на този автор"
1110
 
1111
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1702
1112
  #, php-format
1113
  msgid "e-mail: %s"
1114
  msgstr "e-mail: %s"
1115
 
1116
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1823
1117
  #, fuzzy
1118
  msgid "Change"
1119
  msgstr "Смени реда"
1120
 
1121
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1848
1122
  #, fuzzy
1123
  msgid "Update selected users"
1124
  msgstr "Изтрий маркираните полета"
1125
 
1126
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1869
1127
  #, fuzzy
1128
  msgid "Update"
1129
  msgstr "Поднови поле"
1130
 
1131
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1884
1132
  msgid "OK"
1133
  msgstr ""
1134
 
1135
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1885
1136
  msgid "Cancel"
1137
  msgstr ""
1138
 
1140
  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!"
1141
  msgstr ""
1142
 
1143
+ #~ msgid "A&amp;U Extended"
1144
+ #~ msgstr "А&amp;П с разширения"
1145
+ #~ msgid "Users Matching \"%s\""
1146
+ #~ msgstr "Потребители отговарящи на \"%s\""
1147
+
1148
+ #, fuzzy
1149
+ #~ msgid "Users Extended List"
1150
+ #~ msgstr "Разширен списък с Автори &amp; Потребители"
1151
+ #~ msgid "Authors &amp; Users Extended List"
1152
+ #~ msgstr "Разширен списък с Автори &amp; Потребители"
1153
+
1154
  #, fuzzy
1155
  #~ msgid "Username:"
1156
  #~ msgstr "Потребителско име"
langs/cimy_uef-da_DK.mo CHANGED
Binary file
langs/cimy_uef-da_DK.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Cimy User Extra Fields\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2011-01-30 14:07+0300\n"
6
- "PO-Revision-Date: 2011-01-30 14:07+0300\n"
7
  "Last-Translator: Marco Cimmino <cimmino.marco@gmail.com>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
@@ -97,31 +97,32 @@ msgid "Typed code is not correct."
97
  msgstr ""
98
 
99
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:830
100
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:299
101
  #, fuzzy
102
  msgid "Please upload a file with one of the following extensions"
103
  msgstr "Upload venligst et billede af en af følgende filtyper"
104
 
105
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:836
106
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:371
107
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:305
108
  msgid "Please upload an image with one of the following extensions"
109
  msgstr "Upload venligst et billede af en af følgende filtyper"
110
 
111
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:916
 
112
  msgid "Strength indicator"
113
  msgstr ""
114
 
115
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:917
116
- 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 ! \\\" ? $ % ^ &amp; )."
117
  msgstr ""
118
 
119
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:954
120
  #, fuzzy
121
  msgid "Change image"
122
  msgstr "Ændre rækkefølge"
123
 
124
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:957
125
  msgid "Insert the code:"
126
  msgstr ""
127
 
@@ -176,7 +177,7 @@ msgstr ""
176
 
177
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:483
178
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:656
179
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:749
180
  msgid "Options"
181
  msgstr "Indstillinger"
182
 
@@ -187,8 +188,8 @@ msgstr "Tilføj et nyt felt"
187
 
188
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:486
189
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:795
190
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1863
191
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1868
192
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
193
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:283
194
  msgid "Extra Fields"
@@ -308,7 +309,7 @@ msgid "Change login/registration page logo"
308
  msgstr ""
309
 
310
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:644
311
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:435
312
  #, fuzzy
313
  msgid "Delete the picture"
314
  msgstr "Slet felt"
@@ -398,8 +399,6 @@ msgid "<strong>note:</strong> if you change order or remove fieldsets you may ne
398
  msgstr ""
399
 
400
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:750
401
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:751
402
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:760
403
  msgid "Authors &amp; Users Extended"
404
  msgstr "Bruger liste"
405
 
@@ -476,6 +475,28 @@ msgstr "Vis Jabber / Google Talk"
476
  msgid "Show Biographical Info"
477
  msgstr ""
478
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
479
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:220
480
  msgid "Password"
481
  msgstr ""
@@ -500,8 +521,8 @@ msgid "Nickname"
500
  msgstr "Navn"
501
 
502
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:320
503
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1540
504
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1541
505
  msgid "Website"
506
  msgstr "Website"
507
 
@@ -523,17 +544,15 @@ msgstr "Vis Jabber / Google Talk"
523
  msgid "Biographical Info"
524
  msgstr ""
525
 
526
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:750
527
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:130
528
  msgid "Fields"
529
  msgstr "Felter"
530
 
531
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:751
532
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:760
533
- msgid "A&amp;U Extended"
534
- msgstr "Bruger liste"
535
-
536
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:755
537
  #, fuzzy
538
  msgid "Users Extended"
539
  msgstr "Vis alle brugere"
@@ -552,31 +571,31 @@ msgstr ""
552
  msgid "File '%s' is not an image."
553
  msgstr ""
554
 
555
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:431
556
  #, fuzzy
557
  msgid "Delete the file"
558
  msgstr "Slet felt"
559
 
560
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:432
561
  #, fuzzy
562
  msgid "Update the file"
563
  msgstr "Opdater felt"
564
 
565
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:436
566
  #, fuzzy
567
  msgid "Update the picture"
568
  msgstr "Opdater felt"
569
 
570
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:456
571
  msgid "Picture URL:"
572
  msgstr ""
573
 
574
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:684
575
  #, php-format
576
  msgid "%s previous value: %s new value: %s"
577
  msgstr ""
578
 
579
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:699
580
  #, php-format
581
  msgid "%s (%s) has changed one or more fields"
582
  msgstr ""
@@ -859,8 +878,8 @@ msgstr "<strong>picture</strong>: Du kan anvende et standardbillede ved angivels
859
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:637
860
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:822
861
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1069
862
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1525
863
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1526
864
  msgid "Name"
865
  msgstr "Navn"
866
 
@@ -868,8 +887,8 @@ msgstr "Navn"
868
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
869
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:822
870
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1072
871
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1863
872
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1868
873
  msgid "Value"
874
  msgstr "Værdi"
875
 
@@ -906,7 +925,7 @@ msgstr "Handlinger"
906
 
907
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:655
908
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1091
909
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1488
910
  #, fuzzy
911
  msgid "Fieldset"
912
  msgstr "Felter"
@@ -1034,97 +1053,88 @@ msgid "Reset"
1034
  msgstr "Nulstil"
1035
 
1036
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1265
1037
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1893
1038
  #, fuzzy
1039
  msgid "select"
1040
  msgstr "Slet"
1041
 
1042
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1398
1043
  #, php-format
1044
- msgid "Users Matching \"%s\""
1045
  msgstr ""
1046
 
1047
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1402
1048
- #, fuzzy
1049
- msgid "Users Extended List"
1050
- msgstr "Vis alle brugere"
1051
-
1052
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1404
1053
- msgid "Authors &amp; Users Extended List"
1054
- msgstr "Vis alle brugere"
1055
-
1056
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1444
1057
  #, php-format
1058
  msgid "%1$s <span class=\"count\">(%2$s)</span>"
1059
  msgstr ""
1060
 
1061
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1456
1062
  msgid "Search Users"
1063
  msgstr ""
1064
 
1065
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1482
1066
  msgid "&laquo; Back to All Users"
1067
  msgstr ""
1068
 
1069
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1492
1070
  #, fuzzy
1071
  msgid "Users per page"
1072
  msgstr "Tabel for brugerdata"
1073
 
1074
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1507
1075
  msgid "Apply"
1076
  msgstr ""
1077
 
1078
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1520
1079
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1521
1080
  msgid "Username"
1081
  msgstr "Brugernavn"
1082
 
1083
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1530
1084
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1531
1085
  msgid "E-mail"
1086
  msgstr "E-mail"
1087
 
1088
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1535
1089
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1536
1090
  #, fuzzy
1091
  msgid "Role"
1092
  msgstr "Regler"
1093
 
1094
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1545
1095
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1546
1096
  msgid "Posts"
1097
  msgstr "Indlæg"
1098
 
1099
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1682
1100
  msgid "View posts by this author"
1101
  msgstr "Vis denne brugers indlæg"
1102
 
1103
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1713
1104
  #, php-format
1105
  msgid "e-mail: %s"
1106
  msgstr "e-mail: %s"
1107
 
1108
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1834
1109
  #, fuzzy
1110
  msgid "Change"
1111
  msgstr "Ændre rækkefølge"
1112
 
1113
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1859
1114
  #, fuzzy
1115
  msgid "Update selected users"
1116
  msgstr "Slet valgte felter"
1117
 
1118
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1880
1119
  #, fuzzy
1120
  msgid "Update"
1121
  msgstr "Opdater felt"
1122
 
1123
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1898
1124
  msgid "OK"
1125
  msgstr ""
1126
 
1127
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1899
1128
  msgid "Cancel"
1129
  msgstr ""
1130
 
@@ -1132,6 +1142,15 @@ msgstr ""
1132
  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!"
1133
  msgstr ""
1134
 
 
 
 
 
 
 
 
 
 
1135
  #, fuzzy
1136
  #~ msgid "Username:"
1137
  #~ msgstr "Brugernavn"
2
  msgstr ""
3
  "Project-Id-Version: Cimy User Extra Fields\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-05-06 19:50+0300\n"
6
+ "PO-Revision-Date: 2011-05-06 19:50+0300\n"
7
  "Last-Translator: Marco Cimmino <cimmino.marco@gmail.com>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
97
  msgstr ""
98
 
99
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:830
100
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:293
101
  #, fuzzy
102
  msgid "Please upload a file with one of the following extensions"
103
  msgstr "Upload venligst et billede af en af følgende filtyper"
104
 
105
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:836
106
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:371
107
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:299
108
  msgid "Please upload an image with one of the following extensions"
109
  msgstr "Upload venligst et billede af en af følgende filtyper"
110
 
111
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:916
112
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:47
113
  msgid "Strength indicator"
114
  msgstr ""
115
 
116
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:917
117
+ 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 ! \" ? $ % ^ &amp; )."
118
  msgstr ""
119
 
120
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:952
121
  #, fuzzy
122
  msgid "Change image"
123
  msgstr "Ændre rækkefølge"
124
 
125
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:955
126
  msgid "Insert the code:"
127
  msgstr ""
128
 
177
 
178
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:483
179
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:656
180
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:750
181
  msgid "Options"
182
  msgstr "Indstillinger"
183
 
188
 
189
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:486
190
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:795
191
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1852
192
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1857
193
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
194
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:283
195
  msgid "Extra Fields"
309
  msgstr ""
310
 
311
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:644
312
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:424
313
  #, fuzzy
314
  msgid "Delete the picture"
315
  msgstr "Slet felt"
399
  msgstr ""
400
 
401
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:750
 
 
402
  msgid "Authors &amp; Users Extended"
403
  msgstr "Bruger liste"
404
 
475
  msgid "Show Biographical Info"
476
  msgstr ""
477
 
478
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:43
479
+ msgid ""
480
+ "You are about to permanently delete the selected items.\n"
481
+ " 'Cancel' to stop, 'OK' to delete."
482
+ msgstr ""
483
+
484
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:48
485
+ msgid "Very weak"
486
+ msgstr ""
487
+
488
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:49
489
+ msgid "Weak"
490
+ msgstr ""
491
+
492
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:51
493
+ msgid "Strong"
494
+ msgstr ""
495
+
496
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:52
497
+ msgid "Mismatch"
498
+ msgstr ""
499
+
500
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:220
501
  msgid "Password"
502
  msgstr ""
521
  msgstr "Navn"
522
 
523
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:320
524
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1525
525
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1526
526
  msgid "Website"
527
  msgstr "Website"
528
 
544
  msgid "Biographical Info"
545
  msgstr ""
546
 
547
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:751
548
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:130
549
  msgid "Fields"
550
  msgstr "Felter"
551
 
552
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:752
553
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:756
554
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:761
555
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1398
 
 
556
  #, fuzzy
557
  msgid "Users Extended"
558
  msgstr "Vis alle brugere"
571
  msgid "File '%s' is not an image."
572
  msgstr ""
573
 
574
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:420
575
  #, fuzzy
576
  msgid "Delete the file"
577
  msgstr "Slet felt"
578
 
579
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:421
580
  #, fuzzy
581
  msgid "Update the file"
582
  msgstr "Opdater felt"
583
 
584
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:425
585
  #, fuzzy
586
  msgid "Update the picture"
587
  msgstr "Opdater felt"
588
 
589
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:445
590
  msgid "Picture URL:"
591
  msgstr ""
592
 
593
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:669
594
  #, php-format
595
  msgid "%s previous value: %s new value: %s"
596
  msgstr ""
597
 
598
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:684
599
  #, php-format
600
  msgid "%s (%s) has changed one or more fields"
601
  msgstr ""
878
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:637
879
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:822
880
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1069
881
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1510
882
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1511
883
  msgid "Name"
884
  msgstr "Navn"
885
 
887
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
888
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:822
889
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1072
890
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1852
891
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1857
892
  msgid "Value"
893
  msgstr "Værdi"
894
 
925
 
926
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:655
927
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1091
928
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1474
929
  #, fuzzy
930
  msgid "Fieldset"
931
  msgstr "Felter"
1053
  msgstr "Nulstil"
1054
 
1055
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1265
1056
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1879
1057
  #, fuzzy
1058
  msgid "select"
1059
  msgstr "Slet"
1060
 
1061
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1406
1062
  #, php-format
1063
+ msgid "Search results for &#8220;%s&#8221;"
1064
  msgstr ""
1065
 
1066
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1432
 
 
 
 
 
 
 
 
 
1067
  #, php-format
1068
  msgid "%1$s <span class=\"count\">(%2$s)</span>"
1069
  msgstr ""
1070
 
1071
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1442
1072
  msgid "Search Users"
1073
  msgstr ""
1074
 
1075
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1467
1076
  msgid "&laquo; Back to All Users"
1077
  msgstr ""
1078
 
1079
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1478
1080
  #, fuzzy
1081
  msgid "Users per page"
1082
  msgstr "Tabel for brugerdata"
1083
 
1084
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1493
1085
  msgid "Apply"
1086
  msgstr ""
1087
 
1088
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1505
1089
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1506
1090
  msgid "Username"
1091
  msgstr "Brugernavn"
1092
 
1093
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1515
1094
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1516
1095
  msgid "E-mail"
1096
  msgstr "E-mail"
1097
 
1098
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1520
1099
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1521
1100
  #, fuzzy
1101
  msgid "Role"
1102
  msgstr "Regler"
1103
 
1104
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1530
1105
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1531
1106
  msgid "Posts"
1107
  msgstr "Indlæg"
1108
 
1109
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1668
1110
  msgid "View posts by this author"
1111
  msgstr "Vis denne brugers indlæg"
1112
 
1113
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1702
1114
  #, php-format
1115
  msgid "e-mail: %s"
1116
  msgstr "e-mail: %s"
1117
 
1118
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1823
1119
  #, fuzzy
1120
  msgid "Change"
1121
  msgstr "Ændre rækkefølge"
1122
 
1123
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1848
1124
  #, fuzzy
1125
  msgid "Update selected users"
1126
  msgstr "Slet valgte felter"
1127
 
1128
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1869
1129
  #, fuzzy
1130
  msgid "Update"
1131
  msgstr "Opdater felt"
1132
 
1133
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1884
1134
  msgid "OK"
1135
  msgstr ""
1136
 
1137
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1885
1138
  msgid "Cancel"
1139
  msgstr ""
1140
 
1142
  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!"
1143
  msgstr ""
1144
 
1145
+ #~ msgid "A&amp;U Extended"
1146
+ #~ msgstr "Bruger liste"
1147
+
1148
+ #, fuzzy
1149
+ #~ msgid "Users Extended List"
1150
+ #~ msgstr "Vis alle brugere"
1151
+ #~ msgid "Authors &amp; Users Extended List"
1152
+ #~ msgstr "Vis alle brugere"
1153
+
1154
  #, fuzzy
1155
  #~ msgid "Username:"
1156
  #~ msgstr "Brugernavn"
langs/cimy_uef-de_DE.mo CHANGED
Binary file
langs/cimy_uef-de_DE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Cimy User Extra Fields\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2011-01-30 14:07+0300\n"
6
- "PO-Revision-Date: 2011-01-30 14:07+0300\n"
7
  "Last-Translator: Marco Cimmino <cimmino.marco@gmail.com>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
@@ -97,31 +97,32 @@ msgid "Typed code is not correct."
97
  msgstr ""
98
 
99
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:830
100
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:299
101
  #, fuzzy
102
  msgid "Please upload a file with one of the following extensions"
103
  msgstr "Bitte lade ein Bild mit einer der folgenden Dateiendungen hoch"
104
 
105
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:836
106
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:371
107
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:305
108
  msgid "Please upload an image with one of the following extensions"
109
  msgstr "Bitte lade ein Bild mit einer der folgenden Dateiendungen hoch"
110
 
111
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:916
 
112
  msgid "Strength indicator"
113
  msgstr ""
114
 
115
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:917
116
- 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 ! \\\" ? $ % ^ &amp; )."
117
  msgstr ""
118
 
119
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:954
120
  #, fuzzy
121
  msgid "Change image"
122
  msgstr "Reihenfolge ändern "
123
 
124
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:957
125
  msgid "Insert the code:"
126
  msgstr ""
127
 
@@ -176,7 +177,7 @@ msgstr ""
176
 
177
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:483
178
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:656
179
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:749
180
  msgid "Options"
181
  msgstr "Einstellungen"
182
 
@@ -187,8 +188,8 @@ msgstr "Ein neues Feld hinzufügen"
187
 
188
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:486
189
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:795
190
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1863
191
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1868
192
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
193
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:283
194
  msgid "Extra Fields"
@@ -308,7 +309,7 @@ msgid "Change login/registration page logo"
308
  msgstr ""
309
 
310
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:644
311
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:435
312
  msgid "Delete the picture"
313
  msgstr "Bild löschen"
314
 
@@ -396,8 +397,6 @@ msgid "<strong>note:</strong> if you change order or remove fieldsets you may ne
396
  msgstr ""
397
 
398
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:750
399
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:751
400
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:760
401
  msgid "Authors &amp; Users Extended"
402
  msgstr "\"Autoren &amp; Benutzer\" erweitert"
403
 
@@ -475,6 +474,28 @@ msgstr "Zeige \"Jabber / Google Talk\""
475
  msgid "Show Biographical Info"
476
  msgstr "\"Weitere Informationen\" anzeigen"
477
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
478
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:220
479
  msgid "Password"
480
  msgstr "Passwort"
@@ -496,8 +517,8 @@ msgid "Nickname"
496
  msgstr "Spitzname"
497
 
498
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:320
499
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1540
500
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1541
501
  msgid "Website"
502
  msgstr "Webseite"
503
 
@@ -517,17 +538,15 @@ msgstr "Jabber / Google Talk"
517
  msgid "Biographical Info"
518
  msgstr "Weitere Informationen"
519
 
520
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:750
521
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:130
522
  msgid "Fields"
523
  msgstr "Felder"
524
 
525
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:751
526
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:760
527
- msgid "A&amp;U Extended"
528
- msgstr "\"Autoren &amp; Benutzer\" erweitert"
529
-
530
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:755
531
  #, fuzzy
532
  msgid "Users Extended"
533
  msgstr "Liste aller \"Benutzer\""
@@ -546,30 +565,30 @@ msgstr "Die \"GD image library\" ist nicht installiert"
546
  msgid "File '%s' is not an image."
547
  msgstr "Datei '%s' muss Bild-Datei sein"
548
 
549
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:431
550
  #, fuzzy
551
  msgid "Delete the file"
552
  msgstr "Bild löschen"
553
 
554
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:432
555
  #, fuzzy
556
  msgid "Update the file"
557
  msgstr "Bild aktualisieren"
558
 
559
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:436
560
  msgid "Update the picture"
561
  msgstr "Bild aktualisieren"
562
 
563
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:456
564
  msgid "Picture URL:"
565
  msgstr "URL für Bild:"
566
 
567
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:684
568
  #, php-format
569
  msgid "%s previous value: %s new value: %s"
570
  msgstr ""
571
 
572
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:699
573
  #, php-format
574
  msgid "%s (%s) has changed one or more fields"
575
  msgstr ""
@@ -851,8 +870,8 @@ msgstr "Bei <strong>picture</strong> gilt: Du kannst ein Bild hochladen, indem D
851
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:637
852
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:822
853
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1069
854
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1525
855
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1526
856
  msgid "Name"
857
  msgstr "Name"
858
 
@@ -860,8 +879,8 @@ msgstr "Name"
860
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
861
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:822
862
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1072
863
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1863
864
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1868
865
  msgid "Value"
866
  msgstr "Wert/$value"
867
 
@@ -898,7 +917,7 @@ msgstr "Aktion"
898
 
899
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:655
900
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1091
901
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1488
902
  #, fuzzy
903
  msgid "Fieldset"
904
  msgstr "Felder"
@@ -1026,95 +1045,86 @@ msgid "Reset"
1026
  msgstr "Reset"
1027
 
1028
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1265
1029
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1893
1030
  #, fuzzy
1031
  msgid "select"
1032
  msgstr "Löschen"
1033
 
1034
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1398
1035
  #, php-format
1036
- msgid "Users Matching \"%s\""
1037
- msgstr "Benutzer Matching \"%s\""
1038
-
1039
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1402
1040
- #, fuzzy
1041
- msgid "Users Extended List"
1042
- msgstr "Liste aller \"Benutzer\""
1043
-
1044
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1404
1045
- msgid "Authors &amp; Users Extended List"
1046
- msgstr "Liste aller \"Benutzer\""
1047
 
1048
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1444
1049
  #, php-format
1050
  msgid "%1$s <span class=\"count\">(%2$s)</span>"
1051
  msgstr ""
1052
 
1053
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1456
1054
  msgid "Search Users"
1055
  msgstr "Suche \"Benutzer\""
1056
 
1057
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1482
1058
  msgid "&laquo; Back to All Users"
1059
  msgstr "&laquo; Zurück zu \"Alle Benutzer\""
1060
 
1061
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1492
1062
  msgid "Users per page"
1063
  msgstr "anzuzeigende \"Benutzer\" pro \"Seite/page\""
1064
 
1065
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1507
1066
  msgid "Apply"
1067
  msgstr "anwenden"
1068
 
1069
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1520
1070
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1521
1071
  msgid "Username"
1072
  msgstr "\"Benutzer\"name"
1073
 
1074
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1530
1075
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1531
1076
  msgid "E-mail"
1077
  msgstr "E-Mail"
1078
 
1079
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1535
1080
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1536
1081
  msgid "Role"
1082
  msgstr "\"Benutzer\"-Rollen"
1083
 
1084
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1545
1085
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1546
1086
  msgid "Posts"
1087
  msgstr "Artikel"
1088
 
1089
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1682
1090
  msgid "View posts by this author"
1091
  msgstr "Zeige Artikel dieses Autors"
1092
 
1093
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1713
1094
  #, php-format
1095
  msgid "e-mail: %s"
1096
  msgstr "E-Mail: %s"
1097
 
1098
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1834
1099
  #, fuzzy
1100
  msgid "Change"
1101
  msgstr "Reihenfolge ändern "
1102
 
1103
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1859
1104
  #, fuzzy
1105
  msgid "Update selected users"
1106
  msgstr "Ausgewählte Felder löschen"
1107
 
1108
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1880
1109
  #, fuzzy
1110
  msgid "Update"
1111
  msgstr "Feld aktualisieren"
1112
 
1113
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1898
1114
  msgid "OK"
1115
  msgstr ""
1116
 
1117
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1899
1118
  msgid "Cancel"
1119
  msgstr ""
1120
 
@@ -1122,6 +1132,17 @@ msgstr ""
1122
  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!"
1123
  msgstr "<strong>Anm.:</strong> Diese Webseite lässt Sie Ihr Passwort frei wählen. Nach der Registrierung erhalten Sie eine E-Mail mit einem anderen Passwort. Bitte löschen Sie diese ungesehen."
1124
 
 
 
 
 
 
 
 
 
 
 
 
1125
  #, fuzzy
1126
  #~ msgid "Username:"
1127
  #~ msgstr "\"Benutzer\"name"
2
  msgstr ""
3
  "Project-Id-Version: Cimy User Extra Fields\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-05-06 19:50+0300\n"
6
+ "PO-Revision-Date: 2011-05-06 19:50+0300\n"
7
  "Last-Translator: Marco Cimmino <cimmino.marco@gmail.com>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
97
  msgstr ""
98
 
99
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:830
100
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:293
101
  #, fuzzy
102
  msgid "Please upload a file with one of the following extensions"
103
  msgstr "Bitte lade ein Bild mit einer der folgenden Dateiendungen hoch"
104
 
105
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:836
106
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:371
107
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:299
108
  msgid "Please upload an image with one of the following extensions"
109
  msgstr "Bitte lade ein Bild mit einer der folgenden Dateiendungen hoch"
110
 
111
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:916
112
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:47
113
  msgid "Strength indicator"
114
  msgstr ""
115
 
116
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:917
117
+ 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 ! \" ? $ % ^ &amp; )."
118
  msgstr ""
119
 
120
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:952
121
  #, fuzzy
122
  msgid "Change image"
123
  msgstr "Reihenfolge ändern "
124
 
125
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:955
126
  msgid "Insert the code:"
127
  msgstr ""
128
 
177
 
178
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:483
179
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:656
180
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:750
181
  msgid "Options"
182
  msgstr "Einstellungen"
183
 
188
 
189
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:486
190
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:795
191
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1852
192
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1857
193
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
194
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:283
195
  msgid "Extra Fields"
309
  msgstr ""
310
 
311
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:644
312
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:424
313
  msgid "Delete the picture"
314
  msgstr "Bild löschen"
315
 
397
  msgstr ""
398
 
399
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:750
 
 
400
  msgid "Authors &amp; Users Extended"
401
  msgstr "\"Autoren &amp; Benutzer\" erweitert"
402
 
474
  msgid "Show Biographical Info"
475
  msgstr "\"Weitere Informationen\" anzeigen"
476
 
477
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:43
478
+ msgid ""
479
+ "You are about to permanently delete the selected items.\n"
480
+ " 'Cancel' to stop, 'OK' to delete."
481
+ msgstr ""
482
+
483
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:48
484
+ msgid "Very weak"
485
+ msgstr ""
486
+
487
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:49
488
+ msgid "Weak"
489
+ msgstr ""
490
+
491
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:51
492
+ msgid "Strong"
493
+ msgstr ""
494
+
495
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:52
496
+ msgid "Mismatch"
497
+ msgstr ""
498
+
499
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:220
500
  msgid "Password"
501
  msgstr "Passwort"
517
  msgstr "Spitzname"
518
 
519
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:320
520
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1525
521
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1526
522
  msgid "Website"
523
  msgstr "Webseite"
524
 
538
  msgid "Biographical Info"
539
  msgstr "Weitere Informationen"
540
 
541
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:751
542
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:130
543
  msgid "Fields"
544
  msgstr "Felder"
545
 
546
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:752
547
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:756
548
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:761
549
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1398
 
 
550
  #, fuzzy
551
  msgid "Users Extended"
552
  msgstr "Liste aller \"Benutzer\""
565
  msgid "File '%s' is not an image."
566
  msgstr "Datei '%s' muss Bild-Datei sein"
567
 
568
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:420
569
  #, fuzzy
570
  msgid "Delete the file"
571
  msgstr "Bild löschen"
572
 
573
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:421
574
  #, fuzzy
575
  msgid "Update the file"
576
  msgstr "Bild aktualisieren"
577
 
578
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:425
579
  msgid "Update the picture"
580
  msgstr "Bild aktualisieren"
581
 
582
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:445
583
  msgid "Picture URL:"
584
  msgstr "URL für Bild:"
585
 
586
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:669
587
  #, php-format
588
  msgid "%s previous value: %s new value: %s"
589
  msgstr ""
590
 
591
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:684
592
  #, php-format
593
  msgid "%s (%s) has changed one or more fields"
594
  msgstr ""
870
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:637
871
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:822
872
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1069
873
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1510
874
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1511
875
  msgid "Name"
876
  msgstr "Name"
877
 
879
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
880
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:822
881
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1072
882
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1852
883
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1857
884
  msgid "Value"
885
  msgstr "Wert/$value"
886
 
917
 
918
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:655
919
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1091
920
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1474
921
  #, fuzzy
922
  msgid "Fieldset"
923
  msgstr "Felder"
1045
  msgstr "Reset"
1046
 
1047
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1265
1048
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1879
1049
  #, fuzzy
1050
  msgid "select"
1051
  msgstr "Löschen"
1052
 
1053
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1406
1054
  #, php-format
1055
+ msgid "Search results for &#8220;%s&#8221;"
1056
+ msgstr ""
 
 
 
 
 
 
 
 
 
1057
 
1058
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1432
1059
  #, php-format
1060
  msgid "%1$s <span class=\"count\">(%2$s)</span>"
1061
  msgstr ""
1062
 
1063
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1442
1064
  msgid "Search Users"
1065
  msgstr "Suche \"Benutzer\""
1066
 
1067
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1467
1068
  msgid "&laquo; Back to All Users"
1069
  msgstr "&laquo; Zurück zu \"Alle Benutzer\""
1070
 
1071
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1478
1072
  msgid "Users per page"
1073
  msgstr "anzuzeigende \"Benutzer\" pro \"Seite/page\""
1074
 
1075
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1493
1076
  msgid "Apply"
1077
  msgstr "anwenden"
1078
 
1079
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1505
1080
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1506
1081
  msgid "Username"
1082
  msgstr "\"Benutzer\"name"
1083
 
1084
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1515
1085
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1516
1086
  msgid "E-mail"
1087
  msgstr "E-Mail"
1088
 
1089
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1520
1090
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1521
1091
  msgid "Role"
1092
  msgstr "\"Benutzer\"-Rollen"
1093
 
1094
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1530
1095
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1531
1096
  msgid "Posts"
1097
  msgstr "Artikel"
1098
 
1099
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1668
1100
  msgid "View posts by this author"
1101
  msgstr "Zeige Artikel dieses Autors"
1102
 
1103
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1702
1104
  #, php-format
1105
  msgid "e-mail: %s"
1106
  msgstr "E-Mail: %s"
1107
 
1108
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1823
1109
  #, fuzzy
1110
  msgid "Change"
1111
  msgstr "Reihenfolge ändern "
1112
 
1113
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1848
1114
  #, fuzzy
1115
  msgid "Update selected users"
1116
  msgstr "Ausgewählte Felder löschen"
1117
 
1118
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1869
1119
  #, fuzzy
1120
  msgid "Update"
1121
  msgstr "Feld aktualisieren"
1122
 
1123
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1884
1124
  msgid "OK"
1125
  msgstr ""
1126
 
1127
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1885
1128
  msgid "Cancel"
1129
  msgstr ""
1130
 
1132
  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!"
1133
  msgstr "<strong>Anm.:</strong> Diese Webseite lässt Sie Ihr Passwort frei wählen. Nach der Registrierung erhalten Sie eine E-Mail mit einem anderen Passwort. Bitte löschen Sie diese ungesehen."
1134
 
1135
+ #~ msgid "A&amp;U Extended"
1136
+ #~ msgstr "\"Autoren &amp; Benutzer\" erweitert"
1137
+ #~ msgid "Users Matching \"%s\""
1138
+ #~ msgstr "Benutzer Matching \"%s\""
1139
+
1140
+ #, fuzzy
1141
+ #~ msgid "Users Extended List"
1142
+ #~ msgstr "Liste aller \"Benutzer\""
1143
+ #~ msgid "Authors &amp; Users Extended List"
1144
+ #~ msgstr "Liste aller \"Benutzer\""
1145
+
1146
  #, fuzzy
1147
  #~ msgid "Username:"
1148
  #~ msgstr "\"Benutzer\"name"
langs/cimy_uef-es_ES.mo CHANGED
Binary file
langs/cimy_uef-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Cimy User Extra Fields\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2011-01-30 14:07+0300\n"
6
- "PO-Revision-Date: 2011-01-30 14:07+0300\n"
7
  "Last-Translator: Marco Cimmino <cimmino.marco@gmail.com>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
@@ -97,31 +97,32 @@ msgid "Typed code is not correct."
97
  msgstr ""
98
 
99
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:830
100
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:299
101
  #, fuzzy
102
  msgid "Please upload a file with one of the following extensions"
103
  msgstr "Por favor suba la imagen con alguna de las siguientes extensiones"
104
 
105
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:836
106
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:371
107
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:305
108
  msgid "Please upload an image with one of the following extensions"
109
  msgstr "Por favor suba la imagen con alguna de las siguientes extensiones"
110
 
111
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:916
 
112
  msgid "Strength indicator"
113
  msgstr ""
114
 
115