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
  #: /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 "Cambiar orden"
123
 
124
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:957
125
  msgid "Insert the code:"
126
  msgstr ""
127
 
@@ -175,7 +176,7 @@ msgstr "Esta operaci&oacute;n crear&aacute;/actualizar&aacute; todas las opcione
175
 
176
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:483
177
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:656
178
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:749
179
  msgid "Options"
180
  msgstr "Opciones"
181
 
@@ -186,8 +187,8 @@ msgstr "Agregar un nuevo Campo"
186
 
187
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:486
188
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:795
189
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1863
190
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1868
191
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
192
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:283
193
  msgid "Extra Fields"
@@ -307,7 +308,7 @@ msgid "Change login/registration page logo"
307
  msgstr ""
308
 
309
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:644
310
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:435
311
  msgid "Delete the picture"
312
  msgstr "Borrar la imagen"
313
 
@@ -395,8 +396,6 @@ msgid "<strong>note:</strong> if you change order or remove fieldsets you may ne
395
  msgstr "<strong>nota:</strong> si cambia el orden o quita grupos de campos posiblemente deba reasignar todos los campos adicionales a su grupo correspondiente"
396
 
397
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:750
398
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:751
399
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:760
400
  msgid "Authors &amp; Users Extended"
401
  msgstr "Autores &amp; Usuarios Extendido"
402
 
@@ -474,6 +473,28 @@ msgstr "Mostrar Jabber / Google Talk"
474
  msgid "Show Biographical Info"
475
  msgstr "Mostrar informaci&oacute;n biogr&aacute;fica"
476
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
477
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:220
478
  msgid "Password"
479
  msgstr "Contrase&ntilde;a"
@@ -495,8 +516,8 @@ msgid "Nickname"
495
  msgstr "Sobrenombre"
496
 
497
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:320
498
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1540
499
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1541
500
  msgid "Website"
501
  msgstr "Sitio Web"
502
 
@@ -516,17 +537,15 @@ msgstr "Jabber / Google Talk"
516
  msgid "Biographical Info"
517
  msgstr "Informaci&oacute;n Biogr&aacute;fica"
518
 
519
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:750
520
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:130
521
  msgid "Fields"
522
  msgstr "Campos"
523
 
524
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:751
525
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:760
526
- msgid "A&amp;U Extended"
527
- msgstr "A&amp;U Extendido"
528
-
529
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:755
530
  #, fuzzy
531
  msgid "Users Extended"
532
  msgstr "Usuarios extendido"
@@ -545,30 +564,30 @@ msgstr "La librer&iacute;a GD image no est&aacute; instalada."
545
  msgid "File '%s' is not an image."
546
  msgstr "El archivo '%s' no es una imagen."
547
 
548
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:431
549
  #, fuzzy
550
  msgid "Delete the file"
551
  msgstr "Borrar la imagen"
552
 
553
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:432
554
  #, fuzzy
555
  msgid "Update the file"
556
  msgstr "Actualizar la imagen"
557
 
558
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:436
559
  msgid "Update the picture"
560
  msgstr "Actualizar la imagen"
561
 
562
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:456
563
  msgid "Picture URL:"
564
  msgstr "URL de la imagen:"
565
 
566
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:684
567
  #, php-format
568
  msgid "%s previous value: %s new value: %s"
569
  msgstr ""
570
 
571
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:699
572
  #, php-format
573
  msgid "%s (%s) has changed one or more fields"
574
  msgstr ""
@@ -850,8 +869,8 @@ msgstr "Con <strong>picture</strong>: puede precargar una imagen por default pon
850
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:637
851
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:822
852
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1069
853
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1525
854
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1526
855
  msgid "Name"
856
  msgstr "Nombre"
857
 
@@ -859,8 +878,8 @@ msgstr "Nombre"
859
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
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:1072
862
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1863
863
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1868
864
  msgid "Value"
865
  msgstr "Valor"
866
 
@@ -897,7 +916,7 @@ msgstr "Acciones"
897
 
898
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:655
899
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1091
900
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1488
901
  msgid "Fieldset"
902
  msgstr "Grupo de campos"
903
 
@@ -1024,94 +1043,86 @@ msgid "Reset"
1024
  msgstr "Reestablecer"
1025
 
1026
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1265
1027
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1893
1028
  #, fuzzy
1029
  msgid "select"
1030
  msgstr "Borrar"
1031
 
1032
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1398
1033
  #, php-format
1034
- msgid "Users Matching \"%s\""
1035
- msgstr "Usuarios que concuerdan con \"%s\""
1036
-
1037
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1402
1038
- msgid "Users Extended List"
1039
- msgstr "Lista de usuarios extendida"
1040
-
1041
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1404
1042
- msgid "Authors &amp; Users Extended List"
1043
- msgstr "Lista de autores y usuarios extendida"
1044
 
1045
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1444
1046
  #, php-format
1047
  msgid "%1$s <span class=\"count\">(%2$s)</span>"
1048
  msgstr ""
1049
 
1050
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1456
1051
  msgid "Search Users"
1052
  msgstr "Buscar Usuarios"
1053
 
1054
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1482
1055
  msgid "&laquo; Back to All Users"
1056
  msgstr "&laquo; Regresar a \"todos los usuarios\""
1057
 
1058
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1492
1059
  msgid "Users per page"
1060
  msgstr "Usuarios por p&aacute;gina"
1061
 
1062
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1507
1063
  msgid "Apply"
1064
  msgstr "Aplicar"
1065
 
1066
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1520
1067
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1521
1068
  msgid "Username"
1069
  msgstr "Nombre de usuario"
1070
 
1071
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1530
1072
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1531
1073
  msgid "E-mail"
1074
  msgstr "Correo electr&oacute;nico"
1075
 
1076
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1535
1077
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1536
1078
  msgid "Role"
1079
  msgstr "Rol"
1080
 
1081
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1545
1082
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1546
1083
  msgid "Posts"
1084
  msgstr "Entradas"
1085
 
1086
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1682
1087
  msgid "View posts by this author"
1088
  msgstr "Ver entradas de este autor"
1089
 
1090
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1713
1091
  #, php-format
1092
  msgid "e-mail: %s"
1093
  msgstr "correo electr&oacute;nico: %s"
1094
 
1095
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1834
1096
  #, fuzzy
1097
  msgid "Change"
1098
  msgstr "Cambiar orden"
1099
 
1100
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1859
1101
  #, fuzzy
1102
  msgid "Update selected users"
1103
  msgstr "Borrar campos seleccionados"
1104
 
1105
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1880
1106
  #, fuzzy
1107
  msgid "Update"
1108
  msgstr "Actualizar campo"
1109
 
1110
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1898
1111
  msgid "OK"
1112
  msgstr ""
1113
 
1114
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1899
1115
  msgid "Cancel"
1116
  msgstr ""
1117
 
@@ -1119,6 +1130,15 @@ msgstr ""
1119
  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!"
1120
  msgstr "<strong>Nota:</strong> este sitio permite la personalizaci&oacute;n de contrase&ntilde;a. Despues de registrarse recibir&aacute; un correo con otra contrase&ntilde;a, haga caso omiso!"
1121
 
 
 
 
 
 
 
 
 
 
1122
  #, fuzzy
1123
  #~ msgid "Username:"
1124
  #~ msgstr "Nombre de usuario"
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 "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:299
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
+ #: /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 "Cambiar orden"
124
 
125
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:955
126
  msgid "Insert the code:"
127
  msgstr ""
128
 
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:750
180
  msgid "Options"
181
  msgstr "Opciones"
182
 
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:1852
191
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1857
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
  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:424
312
  msgid "Delete the picture"
313
  msgstr "Borrar la imagen"
314
 
396
  msgstr "<strong>nota:</strong> si cambia el orden o quita grupos de campos posiblemente deba reasignar todos los campos adicionales a su grupo correspondiente"
397
 
398
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:750
 
 
399
  msgid "Authors &amp; Users Extended"
400
  msgstr "Autores &amp; Usuarios Extendido"
401
 
473
  msgid "Show Biographical Info"
474
  msgstr "Mostrar informaci&oacute;n biogr&aacute;fica"
475
 
476
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:43
477
+ msgid ""
478
+ "You are about to permanently delete the selected items.\n"
479
+ " 'Cancel' to stop, 'OK' to delete."
480
+ msgstr ""
481
+
482
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:48
483
+ msgid "Very weak"
484
+ msgstr ""
485
+
486
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:49
487
+ msgid "Weak"
488
+ msgstr ""
489
+
490
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:51
491
+ msgid "Strong"
492
+ msgstr ""
493
+
494
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:52
495
+ msgid "Mismatch"
496
+ msgstr ""
497
+
498
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:220
499
  msgid "Password"
500
  msgstr "Contrase&ntilde;a"
516
  msgstr "Sobrenombre"
517
 
518
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:320
519
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1525
520
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1526
521
  msgid "Website"
522
  msgstr "Sitio Web"
523
 
537
  msgid "Biographical Info"
538
  msgstr "Informaci&oacute;n Biogr&aacute;fica"
539
 
540
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:751
541
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:130
542
  msgid "Fields"
543
  msgstr "Campos"
544
 
545
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:752
546
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:756
547
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:761
548
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1398
 
 
549
  #, fuzzy
550
  msgid "Users Extended"
551
  msgstr "Usuarios extendido"
564
  msgid "File '%s' is not an image."
565
  msgstr "El archivo '%s' no es una imagen."
566
 
567
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:420
568
  #, fuzzy
569
  msgid "Delete the file"
570
  msgstr "Borrar la imagen"
571
 
572
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:421
573
  #, fuzzy
574
  msgid "Update the file"
575
  msgstr "Actualizar la imagen"
576
 
577
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:425
578
  msgid "Update the picture"
579
  msgstr "Actualizar la imagen"
580
 
581
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:445
582
  msgid "Picture URL:"
583
  msgstr "URL de la imagen:"
584
 
585
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:669
586
  #, php-format
587
  msgid "%s previous value: %s new value: %s"
588
  msgstr ""
589
 
590
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:684
591
  #, php-format
592
  msgid "%s (%s) has changed one or more fields"
593
  msgstr ""
869
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:637
870
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:822
871
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1069
872
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1510
873
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1511
874
  msgid "Name"
875
  msgstr "Nombre"
876
 
878
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
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:1072
881
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1852
882
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1857
883
  msgid "Value"
884
  msgstr "Valor"
885
 
916
 
917
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:655
918
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1091
919
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1474
920
  msgid "Fieldset"
921
  msgstr "Grupo de campos"
922
 
1043
  msgstr "Reestablecer"
1044
 
1045
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1265
1046
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1879
1047
  #, fuzzy
1048
  msgid "select"
1049
  msgstr "Borrar"
1050
 
1051
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1406
1052
  #, php-format
1053
+ msgid "Search results for &#8220;%s&#8221;"
1054
+ msgstr ""
 
 
 
 
 
 
 
 
1055
 
1056
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1432
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:1442
1062
  msgid "Search Users"
1063
  msgstr "Buscar Usuarios"
1064
 
1065
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1467
1066
  msgid "&laquo; Back to All Users"
1067
  msgstr "&laquo; Regresar a \"todos los usuarios\""
1068
 
1069
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1478
1070
  msgid "Users per page"
1071
  msgstr "Usuarios por p&aacute;gina"
1072
 
1073
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1493
1074
  msgid "Apply"
1075
  msgstr "Aplicar"
1076
 
1077
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1505
1078
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1506
1079
  msgid "Username"
1080
  msgstr "Nombre de usuario"
1081
 
1082
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1515
1083
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1516
1084
  msgid "E-mail"
1085
  msgstr "Correo electr&oacute;nico"
1086
 
1087
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1520
1088
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1521
1089
  msgid "Role"
1090
  msgstr "Rol"
1091
 
1092
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1530
1093
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1531
1094
  msgid "Posts"
1095
  msgstr "Entradas"
1096
 
1097
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1668
1098
  msgid "View posts by this author"
1099
  msgstr "Ver entradas de este autor"
1100
 
1101
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1702
1102
  #, php-format
1103
  msgid "e-mail: %s"
1104
  msgstr "correo electr&oacute;nico: %s"
1105
 
1106
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1823
1107
  #, fuzzy
1108
  msgid "Change"
1109
  msgstr "Cambiar orden"
1110
 
1111
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1848
1112
  #, fuzzy
1113
  msgid "Update selected users"
1114
  msgstr "Borrar campos seleccionados"
1115
 
1116
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1869
1117
  #, fuzzy
1118
  msgid "Update"
1119
  msgstr "Actualizar campo"
1120
 
1121
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1884
1122
  msgid "OK"
1123
  msgstr ""
1124
 
1125
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1885
1126
  msgid "Cancel"
1127
  msgstr ""
1128
 
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 "<strong>Nota:</strong> este sitio permite la personalizaci&oacute;n de contrase&ntilde;a. Despues de registrarse recibir&aacute; un correo con otra contrase&ntilde;a, haga caso omiso!"
1132
 
1133
+ #~ msgid "A&amp;U Extended"
1134
+ #~ msgstr "A&amp;U Extendido"
1135
+ #~ msgid "Users Matching \"%s\""
1136
+ #~ msgstr "Usuarios que concuerdan con \"%s\""
1137
+ #~ msgid "Users Extended List"
1138
+ #~ msgstr "Lista de usuarios extendida"
1139
+ #~ msgid "Authors &amp; Users Extended List"
1140
+ #~ msgstr "Lista de autores y usuarios extendida"
1141
+
1142
  #, fuzzy
1143
  #~ msgid "Username:"
1144
  #~ msgstr "Nombre de usuario"
langs/cimy_uef-fr_FR.mo CHANGED
Binary file
langs/cimy_uef-fr_FR.po CHANGED
@@ -2,9 +2,9 @@ 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:08+0300\n"
6
- "PO-Revision-Date: 2011-01-30 10:10-0500\n"
7
- "Last-Translator: Bruno PS <sharkkiller0@gmail.com>\n"
8
  "Language-Team: <cimmino.marco@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -98,29 +98,31 @@ msgid "Typed code is not correct."
98
  msgstr "Le code saisi est incorrect."
99
 
100
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:830
101
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:299
102
  msgid "Please upload a file with one of the following extensions"
103
  msgstr "Veuillez t&#233;l&#233;chargez un fichier avec l'une des extensions suivantes"
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 "S'il vous plait, t&#233;l&#233;chargez une image avec l'une des extensions suivantes"
110
 
111
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:916
 
112
  msgid "Strength indicator"
113
  msgstr "Indicateur de s&#251;ret&#233;"
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 "Suggestion: Le mot de passe devrait contenir au moins sept caract&#232;res. Pour le s&#233;curiser encore plus, utilisez une combinaison de minuscules, de majuscules, de chiffres et de symboles tels que ! \\\" ? $ % ^ & )."
118
 
119
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:954
120
  msgid "Change image"
121
  msgstr "Changer l'image"
122
 
123
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:957
124
  msgid "Insert the code:"
125
  msgstr "Ins&#233;rer le code :"
126
 
@@ -174,7 +176,7 @@ msgstr "Cette op&#233;ration cr&#233;era ou mettra &#224; jour toutes les tables
174
 
175
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:483
176
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:656
177
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:749
178
  msgid "Options"
179
  msgstr "Options"
180
 
@@ -185,8 +187,8 @@ msgstr "Ajouter un nouveau champ"
185
 
186
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:486
187
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:795
188
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1863
189
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1868
190
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
191
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:283
192
  msgid "Extra Fields"
@@ -306,7 +308,7 @@ msgid "Change login/registration page logo"
306
  msgstr "Changer le logo de la page de connexion et d'inscription"
307
 
308
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:644
309
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:435
310
  msgid "Delete the picture"
311
  msgstr "Supprimer l'image"
312
 
@@ -394,8 +396,6 @@ msgid "<strong>note:</strong> if you change order or remove fieldsets you may ne
394
  msgstr "<strong>note</strong> : si vous changez l'ordre ou retirez des regroupements, vous pourriez devoir refaire l'affection des fieldsets aux champs suppl&#233;mentaires"
395
 
396
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:750
397
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:751
398
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:760
399
  msgid "Authors &amp; Users Extended"
400
  msgstr "Auteurs & Utilisateurs &#201;tendus"
401
 
@@ -471,6 +471,28 @@ msgstr "Montrer Jabber / Google Talk"
471
  msgid "Show Biographical Info"
472
  msgstr "Afficher les renseignements biographiques"
473
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
474
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:220
475
  msgid "Password"
476
  msgstr "Mot de passe"
@@ -492,8 +514,8 @@ msgid "Nickname"
492
  msgstr "Pseudonyme"
493
 
494
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:320
495
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1540
496
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1541
497
  msgid "Website"
498
  msgstr "Site Web"
499
 
@@ -513,17 +535,15 @@ msgstr "Jabber / Google Talk"
513
  msgid "Biographical Info"
514
  msgstr "Renseignements biographiques"
515
 
516
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:750
517
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:130
518
  msgid "Fields"
519
  msgstr "Champs"
520
 
521
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:751
522
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:760
523
- msgid "A&amp;U Extended"
524
- msgstr "A&U &#201;tendu"
525
-
526
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:755
527
  msgid "Users Extended"
528
  msgstr "Utilisateurs &#201;tendus"
529
 
@@ -541,28 +561,28 @@ msgstr "La biblioth&#232;que GD n'est pas install&#233;e."
541
  msgid "File '%s' is not an image."
542
  msgstr "Le fichier '%s' n'est pas une image."
543
 
544
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:431
545
  msgid "Delete the file"
546
  msgstr "Supprimer le fichier"
547
 
548
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:432
549
  msgid "Update the file"
550
  msgstr "Mettre &#224; jour le fichier"
551
 
552
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:436
553
  msgid "Update the picture"
554
  msgstr "Mettre &#224; jour la photo"
555
 
556
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:456
557
  msgid "Picture URL:"
558
  msgstr "URL de la photo :"
559
 
560
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:684
561
  #, php-format
562
  msgid "%s previous value: %s new value: %s"
563
  msgstr "%s ancienne valeur : %s; nouvelle valeur : %s"
564
 
565
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:699
566
  #, php-format
567
  msgid "%s (%s) has changed one or more fields"
568
  msgstr "%s (%s) a modifi&#233; un ou plusieurs champs"
@@ -848,8 +868,8 @@ msgstr "Avec le type <strong>picture</strong> : vous pouvez pr&#233;charger un f
848
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:637
849
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:822
850
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1069
851
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1525
852
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1526
853
  msgid "Name"
854
  msgstr "Nom"
855
 
@@ -857,8 +877,8 @@ msgstr "Nom"
857
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
858
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:822
859
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1072
860
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1863
861
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1868
862
  msgid "Value"
863
  msgstr "Valeur"
864
 
@@ -895,7 +915,7 @@ msgstr "Actions"
895
 
896
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:655
897
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1091
898
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1488
899
  msgid "Fieldset"
900
  msgstr "Regroupements"
901
 
@@ -1019,92 +1039,84 @@ msgid "Reset"
1019
  msgstr "R&#233;initialiser"
1020
 
1021
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1265
1022
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1893
1023
  #, fuzzy
1024
  msgid "select"
1025
  msgstr "s&#233;lectionnez"
1026
 
1027
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1398
1028
  #, php-format
1029
- msgid "Users Matching \"%s\""
1030
- msgstr "Utilisateurs correspondant &#224; \"%s\""
1031
-
1032
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1402
1033
- msgid "Users Extended List"
1034
- msgstr "Liste &#233;tendue des auteurs & des utilisateurs"
1035
-
1036
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1404
1037
- msgid "Authors &amp; Users Extended List"
1038
- msgstr "Liste &#233;tendue des auteurs & des utilisateurs"
1039
 
1040
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1444
1041
  #, php-format
1042
  msgid "%1$s <span class=\"count\">(%2$s)</span>"
1043
  msgstr "%1$s <span class=\"count\">(%2$s)</span>"
1044
 
1045
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1456
1046
  msgid "Search Users"
1047
  msgstr "Chercher des utilisateurs"
1048
 
1049
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1482
1050
  msgid "&laquo; Back to All Users"
1051
  msgstr "&laquo; Retour &#224; tous les utilisateurs"
1052
 
1053
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1492
1054
  msgid "Users per page"
1055
  msgstr "Utilisateurs par page"
1056
 
1057
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1507
1058
  msgid "Apply"
1059
  msgstr "Appliquer"
1060
 
1061
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1520
1062
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1521
1063
  msgid "Username"
1064
  msgstr "Identifiant"
1065
 
1066
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1530
1067
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1531
1068
  msgid "E-mail"
1069
  msgstr "Courriel"
1070
 
1071
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1535
1072
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1536
1073
  msgid "Role"
1074
  msgstr "R&#244;le"
1075
 
1076
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1545
1077
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1546
1078
  msgid "Posts"
1079
  msgstr "Articles"
1080
 
1081
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1682
1082
  msgid "View posts by this author"
1083
  msgstr "Voir les articles de cet auteur"
1084
 
1085
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1713
1086
  #, php-format
1087
  msgid "e-mail: %s"
1088
  msgstr "courriel : %s"
1089
 
1090
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1834
1091
  #, fuzzy
1092
  msgid "Change"
1093
  msgstr "Changer l'image"
1094
 
1095
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1859
1096
  msgid "Update selected users"
1097
  msgstr "Mettre &#224; jour les utilisateurs s&#233;lectionn&#233;s"
1098
 
1099
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1880
1100
  msgid "Update"
1101
  msgstr "Mettre &#224; jour"
1102
 
1103
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1898
1104
  msgid "OK"
1105
  msgstr "OK"
1106
 
1107
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1899
1108
  msgid "Cancel"
1109
  msgstr "Annuler"
1110
 
@@ -1112,20 +1124,24 @@ msgstr "Annuler"
1112
  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!"
1113
  msgstr "<strong>Note :</strong> ce site Web vous permet de personnaliser votre mot de passe. Apr&#232;s l'inscription, vous recevrez un courriel avec un autre mot de passe, ne vous en pr&#233;occupez pas!"
1114
 
 
 
 
 
 
 
 
 
1115
  #~ msgid "Disable get_cimyFieldValue function"
1116
  #~ msgstr "D&#233;sactiver la fonction get_cimyFieldValue"
1117
-
1118
  #~ msgid "leave disabled if you don't know what to do"
1119
  #~ msgstr "Laisser d&#233;sactiv&#233; si vous ne savez pas quoi faire"
1120
-
1121
  #~ msgid "Update Options &raquo;"
1122
  #~ msgstr "Mettre &agrave; jour les options &raquo;"
1123
-
1124
  #~ msgid "Hide actions button"
1125
  #~ msgstr "Cacher le bouton actions"
1126
-
1127
  #~ msgid "User ID"
1128
  #~ msgstr "ID Utilisateur"
1129
-
1130
  #~ msgid "label"
1131
  #~ msgstr "label"
 
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"
10
  "Content-Type: text/plain; charset=UTF-8\n"
98
  msgstr "Le code saisi est incorrect."
99
 
100
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:830
101
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:293
102
  msgid "Please upload a file with one of the following extensions"
103
  msgstr "Veuillez t&#233;l&#233;chargez un fichier avec l'une des extensions suivantes"
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 "S'il vous plait, t&#233;l&#233;chargez une image avec l'une des extensions suivantes"
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 "Indicateur de s&#251;ret&#233;"
115
 
116
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:917
117
+ #, fuzzy
118
+ 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; )."
119
  msgstr "Suggestion: Le mot de passe devrait contenir au moins sept caract&#232;res. Pour le s&#233;curiser encore plus, utilisez une combinaison de minuscules, de majuscules, de chiffres et de symboles tels que ! \\\" ? $ % ^ & )."
120
 
121
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:952
122
  msgid "Change image"
123
  msgstr "Changer l'image"
124
 
125
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:955
126
  msgid "Insert the code:"
127
  msgstr "Ins&#233;rer le code :"
128
 
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:750
180
  msgid "Options"
181
  msgstr "Options"
182
 
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:1852
191
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1857
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
  msgstr "Changer le logo de la page de connexion et d'inscription"
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:424
312
  msgid "Delete the picture"
313
  msgstr "Supprimer l'image"
314
 
396
  msgstr "<strong>note</strong> : si vous changez l'ordre ou retirez des regroupements, vous pourriez devoir refaire l'affection des fieldsets aux champs suppl&#233;mentaires"
397
 
398
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:750
 
 
399
  msgid "Authors &amp; Users Extended"
400
  msgstr "Auteurs & Utilisateurs &#201;tendus"
401
 
471
  msgid "Show Biographical Info"
472
  msgstr "Afficher les renseignements biographiques"
473
 
474
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:43
475
+ msgid ""
476
+ "You are about to permanently delete the selected items.\n"
477
+ " 'Cancel' to stop, 'OK' to delete."
478
+ msgstr ""
479
+
480
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:48
481
+ msgid "Very weak"
482
+ msgstr ""
483
+
484
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:49
485
+ msgid "Weak"
486
+ msgstr ""
487
+
488
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:51
489
+ msgid "Strong"
490
+ msgstr ""
491
+
492
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:52
493
+ msgid "Mismatch"
494
+ msgstr ""
495
+
496
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:220
497
  msgid "Password"
498
  msgstr "Mot de passe"
514
  msgstr "Pseudonyme"
515
 
516
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:320
517
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1525
518
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1526
519
  msgid "Website"
520
  msgstr "Site Web"
521
 
535
  msgid "Biographical Info"
536
  msgstr "Renseignements biographiques"
537
 
538
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:751
539
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:130
540
  msgid "Fields"
541
  msgstr "Champs"
542
 
543
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:752
544
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:756
545
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:761
546
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1398
 
 
547
  msgid "Users Extended"
548
  msgstr "Utilisateurs &#201;tendus"
549
 
561
  msgid "File '%s' is not an image."
562
  msgstr "Le fichier '%s' n'est pas une image."
563
 
564
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:420
565
  msgid "Delete the file"
566
  msgstr "Supprimer le fichier"
567
 
568
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:421
569
  msgid "Update the file"
570
  msgstr "Mettre &#224; jour le fichier"
571
 
572
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:425
573
  msgid "Update the picture"
574
  msgstr "Mettre &#224; jour la photo"
575
 
576
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:445
577
  msgid "Picture URL:"
578
  msgstr "URL de la photo :"
579
 
580
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:669
581
  #, php-format
582
  msgid "%s previous value: %s new value: %s"
583
  msgstr "%s ancienne valeur : %s; nouvelle valeur : %s"
584
 
585
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:684
586
  #, php-format
587
  msgid "%s (%s) has changed one or more fields"
588
  msgstr "%s (%s) a modifi&#233; un ou plusieurs champs"
868
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:637
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:1069
871
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1510
872
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1511
873
  msgid "Name"
874
  msgstr "Nom"
875
 
877
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
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:1072
880
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1852
881
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1857
882
  msgid "Value"
883
  msgstr "Valeur"
884
 
915
 
916
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:655
917
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1091
918
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1474
919
  msgid "Fieldset"
920
  msgstr "Regroupements"
921
 
1039
  msgstr "R&#233;initialiser"
1040
 
1041
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1265
1042
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1879
1043
  #, fuzzy
1044
  msgid "select"
1045
  msgstr "s&#233;lectionnez"
1046
 
1047
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1406
1048
  #, php-format
1049
+ msgid "Search results for &#8220;%s&#8221;"
1050
+ msgstr ""
 
 
 
 
 
 
 
 
1051
 
1052
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1432
1053
  #, php-format
1054
  msgid "%1$s <span class=\"count\">(%2$s)</span>"
1055
  msgstr "%1$s <span class=\"count\">(%2$s)</span>"
1056
 
1057
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1442
1058
  msgid "Search Users"
1059
  msgstr "Chercher des utilisateurs"
1060
 
1061
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1467
1062
  msgid "&laquo; Back to All Users"
1063
  msgstr "&laquo; Retour &#224; tous les utilisateurs"
1064
 
1065
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1478
1066
  msgid "Users per page"
1067
  msgstr "Utilisateurs par page"
1068
 
1069
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1493
1070
  msgid "Apply"
1071
  msgstr "Appliquer"
1072
 
1073
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1505
1074
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1506
1075
  msgid "Username"
1076
  msgstr "Identifiant"
1077
 
1078
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1515
1079
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1516
1080
  msgid "E-mail"
1081
  msgstr "Courriel"
1082
 
1083
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1520
1084
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1521
1085
  msgid "Role"
1086
  msgstr "R&#244;le"
1087
 
1088
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1530
1089
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1531
1090
  msgid "Posts"
1091
  msgstr "Articles"
1092
 
1093
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1668
1094
  msgid "View posts by this author"
1095
  msgstr "Voir les articles de cet auteur"
1096
 
1097
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1702
1098
  #, php-format
1099
  msgid "e-mail: %s"
1100
  msgstr "courriel : %s"
1101
 
1102
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1823
1103
  #, fuzzy
1104
  msgid "Change"
1105
  msgstr "Changer l'image"
1106
 
1107
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1848
1108
  msgid "Update selected users"
1109
  msgstr "Mettre &#224; jour les utilisateurs s&#233;lectionn&#233;s"
1110
 
1111
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1869
1112
  msgid "Update"
1113
  msgstr "Mettre &#224; jour"
1114
 
1115
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1884
1116
  msgid "OK"
1117
  msgstr "OK"
1118
 
1119
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1885
1120
  msgid "Cancel"
1121
  msgstr "Annuler"
1122
 
1124
  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!"
1125
  msgstr "<strong>Note :</strong> ce site Web vous permet de personnaliser votre mot de passe. Apr&#232;s l'inscription, vous recevrez un courriel avec un autre mot de passe, ne vous en pr&#233;occupez pas!"
1126
 
1127
+ #~ msgid "A&amp;U Extended"
1128
+ #~ msgstr "A&U &#201;tendu"
1129
+ #~ msgid "Users Matching \"%s\""
1130
+ #~ msgstr "Utilisateurs correspondant &#224; \"%s\""
1131
+ #~ msgid "Users Extended List"
1132
+ #~ msgstr "Liste &#233;tendue des auteurs & des utilisateurs"
1133
+ #~ msgid "Authors &amp; Users Extended List"
1134
+ #~ msgstr "Liste &#233;tendue des auteurs & des utilisateurs"
1135
  #~ msgid "Disable get_cimyFieldValue function"
1136
  #~ msgstr "D&#233;sactiver la fonction get_cimyFieldValue"
 
1137
  #~ msgid "leave disabled if you don't know what to do"
1138
  #~ msgstr "Laisser d&#233;sactiv&#233; si vous ne savez pas quoi faire"
 
1139
  #~ msgid "Update Options &raquo;"
1140
  #~ msgstr "Mettre &agrave; jour les options &raquo;"
 
1141
  #~ msgid "Hide actions button"
1142
  #~ msgstr "Cacher le bouton actions"
 
1143
  #~ msgid "User ID"
1144
  #~ msgstr "ID Utilisateur"
 
1145
  #~ msgid "label"
1146
  #~ msgstr "label"
1147
+
langs/cimy_uef-it_IT.mo CHANGED
Binary file
langs/cimy_uef-it_IT.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:00+0300\n"
6
- "PO-Revision-Date: 2011-03-26 18:09+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,30 +97,31 @@ msgid "Typed code is not correct."
97
  msgstr "Il codice inserito non è corretto."
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
  msgid "Please upload a file with one of the following extensions"
102
  msgstr "Per favore spedisci un file con una delle seguenti estensioni"
103
 
104
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:836
105
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:371
106
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:305
107
  msgid "Please upload an image with one of the following extensions"
108
  msgstr "Per favore spedisci una immagine con una delle seguenti estensioni"
109
 
110
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:916
 
111
  msgid "Strength indicator"
112
  msgstr ""
113
 
114
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:917
115
- 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; )."
116
  msgstr ""
117
 
118
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:954
119
  #, fuzzy
120
  msgid "Change image"
121
  msgstr "Cambia ordine"
122
 
123
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:957
124
  msgid "Insert the code:"
125
  msgstr ""
126
 
@@ -174,7 +175,7 @@ msgstr "Questa operazione creer&agrave;/aggiorner&agrave; tutte le tabelle/opzio
174
 
175
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:483
176
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:656
177
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:749
178
  msgid "Options"
179
  msgstr ""
180
 
@@ -185,8 +186,8 @@ msgstr "Aggiungi un campo"
185
 
186
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:486
187
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:795
188
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1863
189
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1868
190
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
191
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:283
192
  msgid "Extra Fields"
@@ -305,7 +306,7 @@ msgid "Change login/registration page logo"
305
  msgstr "Cambia il logo nella pagina di login/registrazione"
306
 
307
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:644
308
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:435
309
  msgid "Delete the picture"
310
  msgstr "Cancella l'immagine"
311
 
@@ -393,8 +394,6 @@ msgid "<strong>note:</strong> if you change order or remove fieldsets you may ne
393
  msgstr "<strong>nota:</strong> se si cambia l'ordine o si rimuovono dei raggruppamenti potrebbe essere necessario settare nuovamente i raggruppamenti per i campi extra"
394
 
395
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:750
396
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:751
397
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:760
398
  msgid "Authors &amp; Users Extended"
399
  msgstr "Autori &amp; Utenti Estesa"
400
 
@@ -470,6 +469,28 @@ msgstr "Mostra Jabber / Google Talk"
470
  msgid "Show Biographical Info"
471
  msgstr "Mostra informazioni biografiche"
472
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
473
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:220
474
  #, fuzzy
475
  msgid "Password"
@@ -495,8 +516,8 @@ msgid "Nickname"
495
  msgstr "Mostra nickname"
496
 
497
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:320
498
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1540
499
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1541
500
  msgid "Website"
501
  msgstr ""
502
 
@@ -518,19 +539,17 @@ msgstr "Mostra Jabber / Google Talk"
518
  msgid "Biographical Info"
519
  msgstr ""
520
 
521
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:750
522
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:130
523
  msgid "Fields"
524
  msgstr "Campi"
525
 
526
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:751
527
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:760
528
- msgid "A&amp;U Extended"
529
- msgstr "A&amp;U Estesa"
530
-
531
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:755
532
  msgid "Users Extended"
533
- msgstr "Lista Utenti Estesa"
534
 
535
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:16
536
  #, php-format
@@ -546,28 +565,28 @@ msgstr ""
546
  msgid "File '%s' is not an image."
547
  msgstr ""
548
 
549
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:431
550
  msgid "Delete the file"
551
  msgstr "Cancella il file"
552
 
553
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:432
554
  msgid "Update the file"
555
  msgstr "Aggiorna il file"
556
 
557
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:436
558
  msgid "Update the picture"
559
  msgstr "Aggiorna l'immagine"
560
 
561
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:456
562
  msgid "Picture URL:"
563
  msgstr "URL dell'immagine:"
564
 
565
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:684
566
  #, php-format
567
  msgid "%s previous value: %s new value: %s"
568
  msgstr "%s precedente valore: %s nuovo valore: %s"
569
 
570
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:699
571
  #, php-format
572
  msgid "%s (%s) has changed one or more fields"
573
  msgstr "%s (%s) ha cambiato uno o più campi"
@@ -854,8 +873,8 @@ msgstr "Con <strong>file</strong>: puoi precaricare un file di default mettendo
854
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:637
855
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:822
856
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1069
857
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1525
858
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1526
859
  msgid "Name"
860
  msgstr ""
861
 
@@ -863,8 +882,8 @@ msgstr ""
863
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
864
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:822
865
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1072
866
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1863
867
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1868
868
  msgid "Value"
869
  msgstr ""
870
 
@@ -901,7 +920,7 @@ msgstr ""
901
 
902
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:655
903
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1091
904
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1488
905
  msgid "Fieldset"
906
  msgstr "Raggruppamento"
907
 
@@ -1025,94 +1044,85 @@ msgid "Reset"
1025
  msgstr "Reset"
1026
 
1027
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1265
1028
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1893
1029
  msgid "select"
1030
  msgstr "seleziona"
1031
 
1032
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1398
1033
  #, php-format
1034
- msgid "Users Matching \"%s\""
1035
  msgstr ""
1036
 
1037
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1402
1038
- #, fuzzy
1039
- msgid "Users Extended List"
1040
- msgstr "Lista Autori &amp; Utenti Estesa"
1041
-
1042
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1404
1043
- msgid "Authors &amp; Users Extended List"
1044
- msgstr "Lista Autori &amp; Utenti Estesa"
1045
-
1046
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1444
1047
  #, php-format
1048
  msgid "%1$s <span class=\"count\">(%2$s)</span>"
1049
  msgstr ""
1050
 
1051
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1456
1052
  msgid "Search Users"
1053
  msgstr ""
1054
 
1055
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1482
1056
  msgid "&laquo; Back to All Users"
1057
  msgstr ""
1058
 
1059
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1492
1060
  msgid "Users per page"
1061
  msgstr "Utenti per pagina"
1062
 
1063
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1507
1064
  msgid "Apply"
1065
  msgstr ""
1066
 
1067
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1520
1068
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1521
1069
  msgid "Username"
1070
  msgstr ""
1071
 
1072
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1530
1073
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1531
1074
  msgid "E-mail"
1075
  msgstr ""
1076
 
1077
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1535
1078
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1536
1079
  #, fuzzy
1080
  msgid "Role"
1081
  msgstr "Regole"
1082
 
1083
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1545
1084
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1546
1085
  msgid "Posts"
1086
  msgstr ""
1087
 
1088
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1682
1089
  msgid "View posts by this author"
1090
  msgstr ""
1091
 
1092
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1713
1093
  #, php-format
1094
  msgid "e-mail: %s"
1095
  msgstr ""
1096
 
1097
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1834
1098
  #, fuzzy
1099
  msgid "Change"
1100
  msgstr "Cambia ordine"
1101
 
1102
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1859
1103
  msgid "Update selected users"
1104
  msgstr "Aggiorna gli utenti selezionati"
1105
 
1106
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1880
1107
  #, fuzzy
1108
  msgid "Update"
1109
  msgstr "Aggiorna campo"
1110
 
1111
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1898
1112
  msgid "OK"
1113
  msgstr ""
1114
 
1115
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1899
1116
  msgid "Cancel"
1117
  msgstr ""
1118
 
@@ -1120,6 +1130,13 @@ msgstr ""
1120
  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!"
1121
  msgstr "<strong>Nota:</strong> questo sito ti permette di personalizzare la tua password; dopo la registrazione riceverai una e-mail con un'altra password, non farci caso!"
1122
 
 
 
 
 
 
 
 
1123
  #, fuzzy
1124
  #~ msgid "Password:"
1125
  #~ msgstr "Mostra password"
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 "Il codice inserito non è corretto."
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
  msgid "Please upload a file with one of the following extensions"
102
  msgstr "Per favore spedisci un file con una delle seguenti estensioni"
103
 
104
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:836
105
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:371
106
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:299
107
  msgid "Please upload an image with one of the following extensions"
108
  msgstr "Per favore spedisci una immagine con una delle seguenti estensioni"
109
 
110
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:916
111
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:47
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:952
120
  #, fuzzy
121
  msgid "Change image"
122
  msgstr "Cambia ordine"
123
 
124
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:955
125
  msgid "Insert the code:"
126
  msgstr ""
127
 
175
 
176
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:483
177
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:656
178
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:750
179
  msgid "Options"
180
  msgstr ""
181
 
186
 
187
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:486
188
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:795
189
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1852
190
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1857
191
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
192
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:283
193
  msgid "Extra Fields"
306
  msgstr "Cambia il logo nella pagina di login/registrazione"
307
 
308
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:644
309
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:424
310
  msgid "Delete the picture"
311
  msgstr "Cancella l'immagine"
312
 
394
  msgstr "<strong>nota:</strong> se si cambia l'ordine o si rimuovono dei raggruppamenti potrebbe essere necessario settare nuovamente i raggruppamenti per i campi extra"
395
 
396
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:750
 
 
397
  msgid "Authors &amp; Users Extended"
398
  msgstr "Autori &amp; Utenti Estesa"
399
 
469
  msgid "Show Biographical Info"
470
  msgstr "Mostra informazioni biografiche"
471
 
472
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:43
473
+ msgid ""
474
+ "You are about to permanently delete the selected items.\n"
475
+ " 'Cancel' to stop, 'OK' to delete."
476
+ msgstr ""
477
+
478
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:48
479
+ msgid "Very weak"
480
+ msgstr ""
481
+
482
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:49
483
+ msgid "Weak"
484
+ msgstr ""
485
+
486
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:51
487
+ msgid "Strong"
488
+ msgstr ""
489
+
490
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:52
491
+ msgid "Mismatch"
492
+ msgstr ""
493
+
494
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:220
495
  #, fuzzy
496
  msgid "Password"
516
  msgstr "Mostra nickname"
517
 
518
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:320
519
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1525
520
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1526
521
  msgid "Website"
522
  msgstr ""
523
 
539
  msgid "Biographical Info"
540
  msgstr ""
541
 
542
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:751
543
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:130
544
  msgid "Fields"
545
  msgstr "Campi"
546
 
547
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:752
548
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:756
549
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:761
550
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1398
 
 
551
  msgid "Users Extended"
552
+ msgstr "Utenti Estesa"
553
 
554
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:16
555
  #, php-format
565
  msgid "File '%s' is not an image."
566
  msgstr ""
567
 
568
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:420
569
  msgid "Delete the file"
570
  msgstr "Cancella il file"
571
 
572
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:421
573
  msgid "Update the file"
574
  msgstr "Aggiorna il file"
575
 
576
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:425
577
  msgid "Update the picture"
578
  msgstr "Aggiorna l'immagine"
579
 
580
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:445
581
  msgid "Picture URL:"
582
  msgstr "URL dell'immagine:"
583
 
584
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:669
585
  #, php-format
586
  msgid "%s previous value: %s new value: %s"
587
  msgstr "%s precedente valore: %s nuovo valore: %s"
588
 
589
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:684
590
  #, php-format
591
  msgid "%s (%s) has changed one or more fields"
592
  msgstr "%s (%s) ha cambiato uno o più campi"
873
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:637
874
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:822
875
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1069
876
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1510
877
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1511
878
  msgid "Name"
879
  msgstr ""
880
 
882
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
883
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:822
884
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1072
885
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1852
886
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1857
887
  msgid "Value"
888
  msgstr ""
889
 
920
 
921
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:655
922
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1091
923
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1474
924
  msgid "Fieldset"
925
  msgstr "Raggruppamento"
926
 
1044
  msgstr "Reset"
1045
 
1046
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1265
1047
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1879
1048
  msgid "select"
1049
  msgstr "seleziona"
1050
 
1051
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1406
1052
  #, php-format
1053
+ msgid "Search results for &#8220;%s&#8221;"
1054
  msgstr ""
1055
 
1056
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1432
 
 
 
 
 
 
 
 
 
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:1442
1062
  msgid "Search Users"
1063
  msgstr ""
1064
 
1065
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1467
1066
  msgid "&laquo; Back to All Users"
1067
  msgstr ""
1068
 
1069
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1478
1070
  msgid "Users per page"
1071
  msgstr "Utenti per pagina"
1072
 
1073
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1493
1074
  msgid "Apply"
1075
  msgstr ""
1076
 
1077
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1505
1078
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1506
1079
  msgid "Username"
1080
  msgstr ""
1081
 
1082
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1515
1083
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1516
1084
  msgid "E-mail"
1085
  msgstr ""
1086
 
1087
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1520
1088
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1521
1089
  #, fuzzy
1090
  msgid "Role"
1091
  msgstr "Regole"
1092
 
1093
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1530
1094
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1531
1095
  msgid "Posts"
1096
  msgstr ""
1097
 
1098
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1668
1099
  msgid "View posts by this author"
1100
  msgstr ""
1101
 
1102
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1702
1103
  #, php-format
1104
  msgid "e-mail: %s"
1105
  msgstr ""
1106
 
1107
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1823
1108
  #, fuzzy
1109
  msgid "Change"
1110
  msgstr "Cambia ordine"
1111
 
1112
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1848
1113
  msgid "Update selected users"
1114
  msgstr "Aggiorna gli utenti selezionati"
1115
 
1116
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1869
1117
  #, fuzzy
1118
  msgid "Update"
1119
  msgstr "Aggiorna campo"
1120
 
1121
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1884
1122
  msgid "OK"
1123
  msgstr ""
1124
 
1125
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1885
1126
  msgid "Cancel"
1127
  msgstr ""
1128
 
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 "<strong>Nota:</strong> questo sito ti permette di personalizzare la tua password; dopo la registrazione riceverai una e-mail con un'altra password, non farci caso!"
1132
 
1133
+ #~ msgid "A&amp;U Extended"
1134
+ #~ msgstr "A&amp;U Estesa"
1135
+ #~ msgid "Users Extended List"
1136
+ #~ msgstr "Utenti Estesa"
1137
+ #~ msgid "Authors &amp; Users Extended List"
1138
+ #~ msgstr "Lista Autori &amp; Utenti Estesa"
1139
+
1140
  #, fuzzy
1141
  #~ msgid "Password:"
1142
  #~ msgstr "Mostra password"
langs/cimy_uef-pl_PL.mo CHANGED
Binary file
langs/cimy_uef-pl_PL.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:08+0300\n"
6
- "PO-Revision-Date: 2011-01-30 14:08+0300\n"
7
  "Last-Translator: Marco Cimmino <cimmino.marco@gmail.com>\n"
8
  "Language-Team: <pik256@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -97,30 +97,31 @@ 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
  msgid "Please upload a file with one of the following extensions"
102
  msgstr "Wgraj plik w jednym z następujących formatów"
103
 
104
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:836
105
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:371
106
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:305
107
  msgid "Please upload an image with one of the following extensions"
108
  msgstr "Wgraj obrazek w jednym z następujących formatów"
109
 
110
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:916
 
111
  msgid "Strength indicator"
112
  msgstr ""
113
 
114
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:917
115
- 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; )."
116
  msgstr ""
117
 
118
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:954
119
  #, fuzzy
120
  msgid "Change image"
121
  msgstr "Zmień kolejność"
122
 
123
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:957
124
  msgid "Insert the code:"
125
  msgstr ""
126
 
@@ -174,7 +175,7 @@ msgstr "Ta operacja stworzy/zaktualizuje wszystkie brakujące tabele/opcje, kont
174
 
175
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:483
176
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:656
177
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:749
178
  msgid "Options"
179
  msgstr "Opcje"
180
 
@@ -185,8 +186,8 @@ msgstr "Dodaj nowe pole"
185
 
186
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:486
187
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:795
188
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1863
189
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1868
190
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
191
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:283
192
  msgid "Extra Fields"
@@ -306,7 +307,7 @@ msgid "Change login/registration page logo"
306
  msgstr ""
307
 
308
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:644
309
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:435
310
  msgid "Delete the picture"
311
  msgstr "Usuń obrazek"
312
 
@@ -394,8 +395,6 @@ msgid "<strong>note:</strong> if you change order or remove fieldsets you may ne
394
  msgstr "<strong>uwaga:</strong> jeśli zmienisz kolejność lub usuniesz grupy pól powinieneś ustawić przypisanie wszystkich pól dodatkowych do grup pól ponownie"
395
 
396
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:750
397
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:751
398
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:760
399
  msgid "Authors &amp; Users Extended"
400
  msgstr "Rozszerzenia kont"
401
 
@@ -473,6 +472,28 @@ msgstr "Pokaż \"Jabber / Google Talk\""
473
  msgid "Show Biographical Info"
474
  msgstr "Pokaż informacje dodatkowe"
475
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
476
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:220
477
  msgid "Password"
478
  msgstr "Hasło"
@@ -494,8 +515,8 @@ msgid "Nickname"
494
  msgstr "Pseudonim"
495
 
496
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:320
497
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1540
498
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1541
499
  msgid "Website"
500
  msgstr "Strona internetowa"
501
 
@@ -515,17 +536,15 @@ msgstr "Jabber / Google Talk"
515
  msgid "Biographical Info"
516
  msgstr "Biografia"
517
 
518
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:750
519
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:130
520
  msgid "Fields"
521
  msgstr "Pola"
522
 
523
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:751
524
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:760
525
- msgid "A&amp;U Extended"
526
- msgstr "Rozszerzenia"
527
-
528
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:755
529
  msgid "Users Extended"
530
  msgstr "Lista rozszerzona"
531
 
@@ -543,28 +562,28 @@ msgstr "Biblioteka GD nie jest zainstalowana."
543
  msgid "File '%s' is not an image."
544
  msgstr "Plik '%s' musi być obrazkiem"
545
 
546
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:431
547
  msgid "Delete the file"
548
  msgstr "Usuń plik"
549
 
550
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:432
551
  msgid "Update the file"
552
  msgstr "Zaktualizuj plik"
553
 
554
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:436
555
  msgid "Update the picture"
556
  msgstr "Wgraj obrazek"
557
 
558
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:456
559
  msgid "Picture URL:"
560
  msgstr "URL obrazka:"
561
 
562
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:684
563
  #, php-format
564
  msgid "%s previous value: %s new value: %s"
565
  msgstr ""
566
 
567
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:699
568
  #, php-format
569
  msgid "%s (%s) has changed one or more fields"
570
  msgstr ""
@@ -845,8 +864,8 @@ msgstr "Dla <strong>Pliku</strong>: możesz wgrać plik domyślny podająć URL
845
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:637
846
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:822
847
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1069
848
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1525
849
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1526
850
  msgid "Name"
851
  msgstr "Nazwa"
852
 
@@ -854,8 +873,8 @@ msgstr "Nazwa"
854
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
855
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:822
856
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1072
857
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1863
858
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1868
859
  msgid "Value"
860
  msgstr "Wartość"
861
 
@@ -892,7 +911,7 @@ msgstr "Działania"
892
 
893
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:655
894
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1091
895
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1488
896
  msgid "Fieldset"
897
  msgstr "Grupa pól"
898
 
@@ -1016,93 +1035,85 @@ msgid "Reset"
1016
  msgstr "Wyczyść"
1017
 
1018
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1265
1019
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1893
1020
  msgid "select"
1021
  msgstr "- Wybierz -"
1022
 
1023
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1398
1024
  #, php-format
1025
- msgid "Users Matching \"%s\""
1026
- msgstr "Użytkownicy pasujący do wzorca \"%s\""
1027
-
1028
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1402
1029
- msgid "Users Extended List"
1030
- msgstr "Rozszerzona lista użytkowników"
1031
-
1032
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1404
1033
- msgid "Authors &amp; Users Extended List"
1034
- msgstr "Rozszerzona lista użytkowników i autorów"
1035
 
1036
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1444
1037
  #, php-format
1038
  msgid "%1$s <span class=\"count\">(%2$s)</span>"
1039
  msgstr ""
1040
 
1041
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1456
1042
  msgid "Search Users"
1043
  msgstr "Szukaj użytkowników"
1044
 
1045
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1482
1046
  msgid "&laquo; Back to All Users"
1047
  msgstr "&laquo; Powrót do wszystkich"
1048
 
1049
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1492
1050
  msgid "Users per page"
1051
  msgstr "Użytkowników na stronie"
1052
 
1053
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1507
1054
  msgid "Apply"
1055
  msgstr "Zastosuj"
1056
 
1057
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1520
1058
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1521
1059
  msgid "Username"
1060
  msgstr "Nazwa użytkownika"
1061
 
1062
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1530
1063
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1531
1064
  msgid "E-mail"
1065
  msgstr "E-mail"
1066
 
1067
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1535
1068
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1536
1069
  msgid "Role"
1070
  msgstr "Rola"
1071
 
1072
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1545
1073
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1546
1074
  msgid "Posts"
1075
  msgstr "Wpisy"
1076
 
1077
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1682
1078
  msgid "View posts by this author"
1079
  msgstr "Zobacz wpisy tego autora"
1080
 
1081
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1713
1082
  #, php-format
1083
  msgid "e-mail: %s"
1084
  msgstr "e-mail: %s"
1085
 
1086
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1834
1087
  #, fuzzy
1088
  msgid "Change"
1089
  msgstr "Zmień kolejność"
1090
 
1091
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1859
1092
  #, fuzzy
1093
  msgid "Update selected users"
1094
  msgstr "Usuń wybrane pola"
1095
 
1096
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1880
1097
  #, fuzzy
1098
  msgid "Update"
1099
  msgstr "Zaktualizuj pole"
1100
 
1101
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1898
1102
  msgid "OK"
1103
  msgstr ""
1104
 
1105
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1899
1106
  msgid "Cancel"
1107
  msgstr ""
1108
 
@@ -1110,6 +1121,15 @@ msgstr ""
1110
  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!"
1111
  msgstr "<strong>Uwaga:</strong> ta witryna umożliwi ci ustawienie własnego hasła. Po rejestracji otrzymasz email z innym hasłem, zignoruj to pole."
1112
 
 
 
 
 
 
 
 
 
 
1113
  #, fuzzy
1114
  #~ msgid "Username:"
1115
  #~ msgstr "Nazwa użytkownika"
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:51+0300\n"
7
  "Last-Translator: Marco Cimmino <cimmino.marco@gmail.com>\n"
8
  "Language-Team: <pik256@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
  msgid "Please upload a file with one of the following extensions"
102
  msgstr "Wgraj plik w jednym z następujących formatów"
103
 
104
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:836
105
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:371
106
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:299
107
  msgid "Please upload an image with one of the following extensions"
108
  msgstr "Wgraj obrazek w jednym z następujących formatów"
109
 
110
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:916
111
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:47
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:952
120
  #, fuzzy
121
  msgid "Change image"
122
  msgstr "Zmień kolejność"
123
 
124
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:955
125
  msgid "Insert the code:"
126
  msgstr ""
127
 
175
 
176
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:483
177
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:656
178
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:750
179
  msgid "Options"
180
  msgstr "Opcje"
181
 
186
 
187
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:486
188
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:795
189
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1852
190
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1857
191
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
192
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:283
193
  msgid "Extra Fields"
307
  msgstr ""
308
 
309
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:644
310
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:424
311
  msgid "Delete the picture"
312
  msgstr "Usuń obrazek"
313
 
395
  msgstr "<strong>uwaga:</strong> jeśli zmienisz kolejność lub usuniesz grupy pól powinieneś ustawić przypisanie wszystkich pól dodatkowych do grup pól ponownie"
396
 
397
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:750
 
 
398
  msgid "Authors &amp; Users Extended"
399
  msgstr "Rozszerzenia kont"
400
 
472
  msgid "Show Biographical Info"
473
  msgstr "Pokaż informacje dodatkowe"
474
 
475
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:43
476
+ msgid ""
477
+ "You are about to permanently delete the selected items.\n"
478
+ " 'Cancel' to stop, 'OK' to delete."
479
+ msgstr ""
480
+
481
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:48
482
+ msgid "Very weak"
483
+ msgstr ""
484
+
485
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:49
486
+ msgid "Weak"
487
+ msgstr ""
488
+
489
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:51
490
+ msgid "Strong"
491
+ msgstr ""
492
+
493
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:52
494
+ msgid "Mismatch"
495
+ msgstr ""
496
+
497
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:220
498
  msgid "Password"
499
  msgstr "Hasło"
515
  msgstr "Pseudonim"
516
 
517
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:320
518
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1525
519
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1526
520
  msgid "Website"
521
  msgstr "Strona internetowa"
522
 
536
  msgid "Biographical Info"
537
  msgstr "Biografia"
538
 
539
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:751
540
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:130
541
  msgid "Fields"
542
  msgstr "Pola"
543
 
544
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:752
545
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:756
546
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:761
547
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1398
 
 
548
  msgid "Users Extended"
549
  msgstr "Lista rozszerzona"
550
 
562
  msgid "File '%s' is not an image."
563
  msgstr "Plik '%s' musi być obrazkiem"
564
 
565
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:420
566
  msgid "Delete the file"
567
  msgstr "Usuń plik"
568
 
569
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:421
570
  msgid "Update the file"
571
  msgstr "Zaktualizuj plik"
572
 
573
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:425
574
  msgid "Update the picture"
575
  msgstr "Wgraj obrazek"
576
 
577
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:445
578
  msgid "Picture URL:"
579
  msgstr "URL obrazka:"
580
 
581
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:669
582
  #, php-format
583
  msgid "%s previous value: %s new value: %s"
584
  msgstr ""
585
 
586
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:684
587
  #, php-format
588
  msgid "%s (%s) has changed one or more fields"
589
  msgstr ""
864
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:637
865
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:822
866
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1069
867
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1510
868
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1511
869
  msgid "Name"
870
  msgstr "Nazwa"
871
 
873
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
874
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:822
875
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1072
876
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1852
877
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1857
878
  msgid "Value"
879
  msgstr "Wartość"
880
 
911
 
912
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:655
913
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1091
914
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1474
915
  msgid "Fieldset"
916
  msgstr "Grupa pól"
917
 
1035
  msgstr "Wyczyść"
1036
 
1037
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1265
1038
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1879
1039
  msgid "select"
1040
  msgstr "- Wybierz -"
1041
 
1042
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1406
1043
  #, php-format
1044
+ msgid "Search results for &#8220;%s&#8221;"
1045
+ msgstr ""
 
 
 
 
 
 
 
 
1046
 
1047
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1432
1048
  #, php-format
1049
  msgid "%1$s <span class=\"count\">(%2$s)</span>"
1050
  msgstr ""
1051
 
1052
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1442
1053
  msgid "Search Users"
1054
  msgstr "Szukaj użytkowników"
1055
 
1056
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1467
1057
  msgid "&laquo; Back to All Users"
1058
  msgstr "&laquo; Powrót do wszystkich"
1059
 
1060
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1478
1061
  msgid "Users per page"
1062
  msgstr "Użytkowników na stronie"
1063
 
1064
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1493
1065
  msgid "Apply"
1066
  msgstr "Zastosuj"
1067
 
1068
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1505
1069
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1506
1070
  msgid "Username"
1071
  msgstr "Nazwa użytkownika"
1072
 
1073
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1515
1074
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1516
1075
  msgid "E-mail"
1076
  msgstr "E-mail"
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 "Role"
1081
  msgstr "Rola"
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 "Posts"
1086
  msgstr "Wpisy"
1087
 
1088
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1668
1089
  msgid "View posts by this author"
1090
  msgstr "Zobacz wpisy tego autora"
1091
 
1092
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1702
1093
  #, php-format
1094
  msgid "e-mail: %s"
1095
  msgstr "e-mail: %s"
1096
 
1097
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1823
1098
  #, fuzzy
1099
  msgid "Change"
1100
  msgstr "Zmień kolejność"
1101
 
1102
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1848
1103
  #, fuzzy
1104
  msgid "Update selected users"
1105
  msgstr "Usuń wybrane pola"
1106
 
1107
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1869
1108
  #, fuzzy
1109
  msgid "Update"
1110
  msgstr "Zaktualizuj pole"
1111
 
1112
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1884
1113
  msgid "OK"
1114
  msgstr ""
1115
 
1116
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1885
1117
  msgid "Cancel"
1118
  msgstr ""
1119
 
1121
  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!"
1122
  msgstr "<strong>Uwaga:</strong> ta witryna umożliwi ci ustawienie własnego hasła. Po rejestracji otrzymasz email z innym hasłem, zignoruj to pole."
1123
 
1124
+ #~ msgid "A&amp;U Extended"
1125
+ #~ msgstr "Rozszerzenia"
1126
+ #~ msgid "Users Matching \"%s\""
1127
+ #~ msgstr "Użytkownicy pasujący do wzorca \"%s\""
1128
+ #~ msgid "Users Extended List"
1129
+ #~ msgstr "Rozszerzona lista użytkowników"
1130
+ #~ msgid "Authors &amp; Users Extended List"
1131
+ #~ msgstr "Rozszerzona lista użytkowników i autorów"
1132
+
1133
  #, fuzzy
1134
  #~ msgid "Username:"
1135
  #~ msgstr "Nazwa użytkownika"
langs/cimy_uef-pt_BR.mo CHANGED
Binary file
langs/cimy_uef-pt_BR.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-03-26 17:56+0300\n"
6
- "PO-Revision-Date: 2011-03-26 17:57+0300\n"
7
  "Last-Translator: Marco Cimmino <cimmino.marco@gmail.com>\n"
8
  "Language-Team: Diana K. Cury <dianakac@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -97,29 +97,31 @@ msgid "Typed code is not correct."
97
  msgstr "Código digitado não está correto."
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:291
101
  msgid "Please upload a file with one of the following extensions"
102
  msgstr "Por favor envie um arquivo com uma das seguintes extensões"
103
 
104
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:836
105
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:371
106
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:297
107
  msgid "Please upload an image with one of the following extensions"
108
  msgstr "Por favor envie uma imagem com uma das seguintes extensões"
109
 
110
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:916
 
111
  msgid "Strength indicator"
112
  msgstr "Indicador de força"
113
 
114
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:917
115
- 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; )."
 
116
  msgstr "Dica: A senha deve ter ao menos sete caracteres. Para torná-la mais segura, use maiúsculas, minúsculas, números e simbolos como ! \\\" ? $ % ^ &amp; )."
117
 
118
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:954
119
  msgid "Change image"
120
  msgstr "Mudar imagem"
121
 
122
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:957
123
  msgid "Insert the code:"
124
  msgstr "Inserir o código:"
125
 
@@ -184,8 +186,8 @@ msgstr "Adicionar Novo Campo"
184
 
185
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:486
186
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:795
187
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1863
188
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1868
189
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
190
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:283
191
  msgid "Extra Fields"
@@ -392,8 +394,6 @@ msgid "<strong>note:</strong> if you change order or remove fieldsets you may ne
392
  msgstr "<strong>Nota:</strong> ao mudar a ordem ou remover qualquer campo adicional, é preciso definir onde os campos aparecem novamente"
393
 
394
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:750
395
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:752
396
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:761
397
  msgid "Authors &amp; Users Extended"
398
  msgstr "Autores & Usuários Extendidos"
399
 
@@ -469,6 +469,28 @@ msgstr "Mostrar Jabber/ Google Talk"
469
  msgid "Show Biographical Info"
470
  msgstr "Mostrar Biografia"
471
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
472
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:220
473
  msgid "Password"
474
  msgstr "Senha"
@@ -490,8 +512,8 @@ msgid "Nickname"
490
  msgstr "Apelido"
491
 
492
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:320
493
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1540
494
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1541
495
  msgid "Website"
496
  msgstr "Website"
497
 
@@ -517,11 +539,9 @@ msgid "Fields"
517
  msgstr "Campos"
518
 
519
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:752
520
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:761
521
- msgid "A&amp;U Extended"
522
- msgstr "Autores & Usuários"
523
-
524
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:756
 
 
525
  msgid "Users Extended"
526
  msgstr "Usuários Extendidos"
527
 
@@ -555,12 +575,12 @@ msgstr "Atualizar figura"
555
  msgid "Picture URL:"
556
  msgstr "URL da figura:"
557
 
558
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:671
559
  #, php-format
560
  msgid "%s previous value: %s new value: %s"
561
  msgstr ""
562
 
563
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:686
564
  #, php-format
565
  msgid "%s (%s) has changed one or more fields"
566
  msgstr ""
@@ -847,8 +867,8 @@ msgstr "<strong>file</strong>: Permite carregar um arquivo informando sua URL em
847
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:637
848
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:822
849
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1069
850
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1525
851
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1526
852
  msgid "Name"
853
  msgstr "Nome"
854
 
@@ -856,8 +876,8 @@ msgstr "Nome"
856
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
857
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:822
858
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1072
859
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1863
860
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1868
861
  msgid "Value"
862
  msgstr "Valor"
863
 
@@ -894,7 +914,7 @@ msgstr "Ações"
894
 
895
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:655
896
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1091
897
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1488
898
  msgid "Fieldset"
899
  msgstr "Área do Campo"
900
 
@@ -1018,91 +1038,83 @@ msgid "Reset"
1018
  msgstr "Redefinir"
1019
 
1020
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1265
1021
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1893
1022
  msgid "select"
1023
  msgstr "Selecionar"
1024
 
1025
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1398
1026
  #, php-format
1027
- msgid "Users Matching \"%s\""
1028
- msgstr "Usuários que coincidem \"%s\""
1029
-
1030
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1402
1031
- msgid "Users Extended List"
1032
- msgstr "Lista de Usuários"
1033
-
1034
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1404
1035
- msgid "Authors &amp; Users Extended List"
1036
- msgstr "Lista de Autores & Usuários"
1037
 
1038
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1444
1039
  #, php-format
1040
  msgid "%1$s <span class=\"count\">(%2$s)</span>"
1041
  msgstr "%1$s <span class=\"count\">(%2$s)</span>"
1042
 
1043
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1456
1044
  msgid "Search Users"
1045
  msgstr "Pesquisar por Usuários"
1046
 
1047
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1482
1048
  msgid "&laquo; Back to All Users"
1049
  msgstr "&laquo; Voltar para Todos os Usuários"
1050
 
1051
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1492
1052
  msgid "Users per page"
1053
  msgstr "Usuários por Páginas"
1054
 
1055
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1507
1056
  msgid "Apply"
1057
  msgstr "Aplicar"
1058
 
1059
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1520
1060
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1521
1061
  msgid "Username"
1062
  msgstr "Nome de Usuário"
1063
 
1064
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1530
1065
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1531
1066
  msgid "E-mail"
1067
  msgstr "E-mail"
1068
 
1069
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1535
1070
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1536
1071
  msgid "Role"
1072
  msgstr "Função"
1073
 
1074
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1545
1075
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1546
1076
  msgid "Posts"
1077
  msgstr "Postagens"
1078
 
1079
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1682
1080
  msgid "View posts by this author"
1081
  msgstr "Ver postagens desse autor"
1082
 
1083
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1713
1084
  #, php-format
1085
  msgid "e-mail: %s"
1086
  msgstr "e-mail: %s"
1087
 
1088
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1834
1089
  #, fuzzy
1090
  msgid "Change"
1091
  msgstr "Mudar imagem"
1092
 
1093
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1859
1094
  msgid "Update selected users"
1095
  msgstr "Atualizar Usuários selecionados"
1096
 
1097
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1880
1098
  msgid "Update"
1099
  msgstr "Atualizar"
1100
 
1101
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1898
1102
  msgid "OK"
1103
  msgstr ""
1104
 
1105
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1899
1106
  msgid "Cancel"
1107
  msgstr ""
1108
 
@@ -1110,3 +1122,12 @@ msgstr ""
1110
  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!"
1111
  msgstr "<strong>Nota:</strong> este site permite personalizar sua senha. Depois do registro, você receberá um e-mail com outra senha!"
1112
 
 
 
 
 
 
 
 
 
 
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:51+0300\n"
6
+ "PO-Revision-Date: 2011-05-06 19:51+0300\n"
7
  "Last-Translator: Marco Cimmino <cimmino.marco@gmail.com>\n"
8
  "Language-Team: Diana K. Cury <dianakac@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
97
  msgstr "Código digitado não está correto."
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
  msgid "Please upload a file with one of the following extensions"
102
  msgstr "Por favor envie um arquivo com uma das seguintes extensões"
103
 
104
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:836
105
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:371
106
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:299
107
  msgid "Please upload an image with one of the following extensions"
108
  msgstr "Por favor envie uma imagem com uma das seguintes extensões"
109
 
110
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:916
111
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:47
112
  msgid "Strength indicator"
113
  msgstr "Indicador de força"
114
 
115
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:917
116
+ #, fuzzy
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 "Dica: A senha deve ter ao menos sete caracteres. Para torná-la mais segura, use maiúsculas, minúsculas, números e simbolos como ! \\\" ? $ % ^ &amp; )."
119
 
120
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:952
121
  msgid "Change image"
122
  msgstr "Mudar imagem"
123
 
124
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:955
125
  msgid "Insert the code:"
126
  msgstr "Inserir o código:"
127
 
186
 
187
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:486
188
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:795
189
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1852
190
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1857
191
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
192
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:283
193
  msgid "Extra Fields"
394
  msgstr "<strong>Nota:</strong> ao mudar a ordem ou remover qualquer campo adicional, é preciso definir onde os campos aparecem novamente"
395
 
396
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:750
 
 
397
  msgid "Authors &amp; Users Extended"
398
  msgstr "Autores & Usuários Extendidos"
399
 
469
  msgid "Show Biographical Info"
470
  msgstr "Mostrar Biografia"
471
 
472
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:43
473
+ msgid ""
474
+ "You are about to permanently delete the selected items.\n"
475
+ " 'Cancel' to stop, 'OK' to delete."
476
+ msgstr ""
477
+
478
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:48
479
+ msgid "Very weak"
480
+ msgstr ""
481
+
482
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:49
483
+ msgid "Weak"
484
+ msgstr ""
485
+
486
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:51
487
+ msgid "Strong"
488
+ msgstr ""
489
+
490
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:52
491
+ msgid "Mismatch"
492
+ msgstr ""
493
+
494
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:220
495
  msgid "Password"
496
  msgstr "Senha"
512
  msgstr "Apelido"
513
 
514
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:320
515
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1525
516
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1526
517
  msgid "Website"
518
  msgstr "Website"
519
 
539
  msgstr "Campos"
540
 
541
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:752
 
 
 
 
542
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:756
543
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:761
544
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1398
545
  msgid "Users Extended"
546
  msgstr "Usuários Extendidos"
547
 
575
  msgid "Picture URL:"
576
  msgstr "URL da figura:"
577
 
578
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:669
579
  #, php-format
580
  msgid "%s previous value: %s new value: %s"
581
  msgstr ""
582
 
583
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:684
584
  #, php-format
585
  msgid "%s (%s) has changed one or more fields"
586
  msgstr ""
867
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:637
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:1069
870
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1510
871
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1511
872
  msgid "Name"
873
  msgstr "Nome"
874
 
876
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
877
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:822
878
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1072
879
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1852
880
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1857
881
  msgid "Value"
882
  msgstr "Valor"
883
 
914
 
915
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:655
916
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1091
917
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1474
918
  msgid "Fieldset"
919
  msgstr "Área do Campo"
920
 
1038
  msgstr "Redefinir"
1039
 
1040
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1265
1041
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1879
1042
  msgid "select"
1043
  msgstr "Selecionar"
1044
 
1045
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1406
1046
  #, php-format
1047
+ msgid "Search results for &#8220;%s&#8221;"
1048
+ msgstr ""
 
 
 
 
 
 
 
 
1049
 
1050
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1432
1051
  #, php-format
1052
  msgid "%1$s <span class=\"count\">(%2$s)</span>"
1053
  msgstr "%1$s <span class=\"count\">(%2$s)</span>"
1054
 
1055
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1442
1056
  msgid "Search Users"
1057
  msgstr "Pesquisar por Usuários"
1058
 
1059
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1467
1060
  msgid "&laquo; Back to All Users"
1061
  msgstr "&laquo; Voltar para Todos os Usuários"
1062
 
1063
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1478
1064
  msgid "Users per page"
1065
  msgstr "Usuários por Páginas"
1066
 
1067
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1493
1068
  msgid "Apply"
1069
  msgstr "Aplicar"
1070
 
1071
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1505
1072
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1506
1073
  msgid "Username"
1074
  msgstr "Nome de Usuário"
1075
 
1076
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1515
1077
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1516
1078
  msgid "E-mail"
1079
  msgstr "E-mail"
1080
 
1081
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1520
1082
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1521
1083
  msgid "Role"
1084
  msgstr "Função"
1085
 
1086
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1530
1087
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1531
1088
  msgid "Posts"
1089
  msgstr "Postagens"
1090
 
1091
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1668
1092
  msgid "View posts by this author"
1093
  msgstr "Ver postagens desse autor"
1094
 
1095
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1702
1096
  #, php-format
1097
  msgid "e-mail: %s"
1098
  msgstr "e-mail: %s"
1099
 
1100
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1823
1101
  #, fuzzy
1102
  msgid "Change"
1103
  msgstr "Mudar imagem"
1104
 
1105
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1848
1106
  msgid "Update selected users"
1107
  msgstr "Atualizar Usuários selecionados"
1108
 
1109
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1869
1110
  msgid "Update"
1111
  msgstr "Atualizar"
1112
 
1113
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1884
1114
  msgid "OK"
1115
  msgstr ""
1116
 
1117
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1885
1118
  msgid "Cancel"
1119
  msgstr ""
1120
 
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>Nota:</strong> este site permite personalizar sua senha. Depois do registro, você receberá um e-mail com outra senha!"
1124
 
1125
+ #~ msgid "A&amp;U Extended"
1126
+ #~ msgstr "Autores & Usuários"
1127
+ #~ msgid "Users Matching \"%s\""
1128
+ #~ msgstr "Usuários que coincidem \"%s\""
1129
+ #~ msgid "Users Extended List"
1130
+ #~ msgstr "Lista de Usuários"
1131
+ #~ msgid "Authors &amp; Users Extended List"
1132
+ #~ msgstr "Lista de Autores & Usuários"
1133
+
langs/cimy_uef-ru_RU.mo CHANGED
Binary file
langs/cimy_uef-ru_RU.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:08+0300\n"
6
- "PO-Revision-Date: 2011-01-30 14:08+0300\n"
7
  "Last-Translator: Marco Cimmino <cimmino.marco@gmail.com>\n"
8
  "Language-Team: mikolka <mikolka.info@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 "Авторы и Продвинутые пользователи"
405
 
@@ -476,6 +475,28 @@ msgstr "Показать 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 "Имя"
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 "Адрес сайта"
507
 
@@ -523,17 +544,15 @@ msgstr "Показать 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 "Поля"
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 "A и продвинутые П "
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 "Список Авторов и продвинутых пользователей"
@@ -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 "Удалить поле"
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 "Обновить поле"
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 "Обновить поле"
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>: вы можете
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 "Имя"
866
 
@@ -868,8 +887,8 @@ msgstr "Имя"
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 "Значение"
875
 
@@ -906,7 +925,7 @@ msgstr "Действия"
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 "Поля"
@@ -1034,97 +1053,88 @@ msgid "Reset"
1034
  msgstr "Сброс"
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 "Удалить"
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 "Список Авторов и продвинутых пользователей"
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 "Список Авторов и продвинутых пользователей"
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 "Таблица данных пользователей"
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 "Имя пользователя"
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 "Правила"
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 "Сообщения"
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 "Просмотреть сообщения этого автора"
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 "Изменить порядок"
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 "Удалить выбранные поля"
1117
 
1118
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1880
1119
  #, fuzzy
1120
  msgid "Update"
1121
  msgstr "Обновить поле"
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 "Имя пользователя"
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:51+0300\n"
6
+ "PO-Revision-Date: 2011-05-06 19:51+0300\n"
7
  "Last-Translator: Marco Cimmino <cimmino.marco@gmail.com>\n"
8
  "Language-Team: mikolka <mikolka.info@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 "Авторы и Продвинутые пользователи"
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 "Имя"
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 "Адрес сайта"
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 "Поля"
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 "Список Авторов и продвинутых пользователей"
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 "Удалить поле"
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 "Обновить поле"
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 "Обновить поле"
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 "Имя"
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 "Значение"
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 "Поля"
1053
  msgstr "Сброс"
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 "Удалить"
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 "Таблица данных пользователей"
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 "Имя пользователя"
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 "Правила"
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 "Сообщения"
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 "Просмотреть сообщения этого автора"
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 "Изменить порядок"
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 "Удалить выбранные поля"
1127
 
1128
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1869
1129
  #, fuzzy
1130
  msgid "Update"
1131
  msgstr "Обновить поле"
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 "A и продвинутые П "
1147
+
1148
+ #, fuzzy
1149
+ #~ msgid "Users Extended List"
1150
+ #~ msgstr "Список Авторов и продвинутых пользователей"
1151
+ #~ msgid "Authors &amp; Users Extended List"
1152
+ #~ msgstr "Список Авторов и продвинутых пользователей"
1153
+
1154
  #, fuzzy
1155
  #~ msgid "Username:"
1156
  #~ msgstr "Имя пользователя"
langs/cimy_uef-sv_SE.mo CHANGED
Binary file
langs/cimy_uef-sv_SE.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:08+0300\n"
6
- "PO-Revision-Date: 2011-01-30 14:08+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 "Ladda upp en bild med en av f&ouml;ljlande fil&auml;ndelser"
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 "Ladda upp en bild med en av f&ouml;ljlande fil&auml;ndelser"
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 "&Auml;ndra ordning"
123
 
124
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:957
125
  msgid "Insert the code:"
126
  msgstr ""
127
 
@@ -175,7 +176,7 @@ msgstr ""
175
 
176
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:483
177
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:656
178
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:749
179
  msgid "Options"
180
  msgstr "Inst&auml;llningar"
181
 
@@ -186,8 +187,8 @@ msgstr "L&auml;gg till ett f&auml;lt"
186
 
187
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:486
188
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:795
189
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1863
190
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1868
191
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
192
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:283
193
  msgid "Extra Fields"
@@ -307,7 +308,7 @@ msgid "Change login/registration page logo"
307
  msgstr ""
308
 
309
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:644
310
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:435
311
  msgid "Delete the picture"
312
  msgstr "Ta bort bild"
313
 
@@ -395,8 +396,6 @@ msgid "<strong>note:</strong> if you change order or remove fieldsets you may ne
395
  msgstr ""
396
 
397
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:750
398
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:751
399
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:760
400
  msgid "Authors &amp; Users Extended"
401
  msgstr "Ut&ouml;kad f&ouml;rfattar- och anv&auml;ndarhantering"
402
 
@@ -472,6 +471,28 @@ msgstr "Visa Jabber / Google Talk"
472
  msgid "Show Biographical Info"
473
  msgstr ""
474
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
475
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:220
476
  msgid "Password"
477
  msgstr ""
@@ -493,8 +514,8 @@ msgid "Nickname"
493
  msgstr "Smeknamn"
494
 
495
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:320
496
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1540
497
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1541
498
  msgid "Website"
499
  msgstr "Webbsajt"
500
 
@@ -514,17 +535,15 @@ msgstr "Jabber / Google Talk"
514
  msgid "Biographical Info"
515
  msgstr ""
516
 
517
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:750
518
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:130
519
  msgid "Fields"
520
  msgstr "F&auml;lt"
521
 
522
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:751
523
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:760
524
- msgid "A&amp;U Extended"
525
- msgstr "F&A Ut&ouml;kat"
526
-
527
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:755
528
  msgid "Users Extended"
529
  msgstr "Extra f&auml;lt f&ouml;r anv&auml;ndare"
530
 
@@ -542,30 +561,30 @@ msgstr ""
542
  msgid "File '%s' is not an image."
543
  msgstr ""
544
 
545
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:431
546
  #, fuzzy
547
  msgid "Delete the file"
548
  msgstr "Ta bort bild"
549
 
550
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:432
551
  #, fuzzy
552
  msgid "Update the file"
553
  msgstr "Uppdatra bild"
554
 
555
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:436
556
  msgid "Update the picture"
557
  msgstr "Uppdatra bild"
558
 
559
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:456
560
  msgid "Picture URL:"
561
  msgstr ""
562
 
563
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:684
564
  #, php-format
565
  msgid "%s previous value: %s new value: %s"
566
  msgstr ""
567
 
568
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:699
569
  #, php-format
570
  msgid "%s (%s) has changed one or more fields"
571
  msgstr ""
@@ -847,8 +866,8 @@ msgstr "Med <strong>bild</strong>: Du kan anv&auml;nde en standard bild med (URL
847
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:637
848
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:822
849
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1069
850
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1525
851
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1526
852
  msgid "Name"
853
  msgstr "Namn"
854
 
@@ -856,8 +875,8 @@ msgstr "Namn"
856
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
857
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:822
858
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1072
859
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1863
860
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1868
861
  msgid "Value"
862
  msgstr "V&auml;rde"
863
 
@@ -894,7 +913,7 @@ msgstr "Åtg&auml;rder"
894
 
895
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:655
896
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1091
897
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1488
898
  msgid "Fieldset"
899
  msgstr "F&auml;ltsektion"
900
 
@@ -1021,94 +1040,86 @@ msgid "Reset"
1021
  msgstr "Nollst&auml;ll"
1022
 
1023
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1265
1024
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1893
1025
  #, fuzzy
1026
  msgid "select"
1027
  msgstr "Ta bort"
1028
 
1029
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1398
1030
  #, php-format
1031
- msgid "Users Matching \"%s\""
1032
- msgstr "Anv&auml;ndare som Matchar \"%s\""
1033
-
1034
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1402
1035
- msgid "Users Extended List"
1036
- msgstr "Lista med extra f&auml;lt f&ouml;r anv&auml;ndaren"
1037
-
1038
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1404
1039
- msgid "Authors &amp; Users Extended List"
1040
- msgstr "Lista &ouml;ver f&ouml;rfattare & anv&auml;ndare (ut&ouml;kat)"
1041
 
1042
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1444
1043
  #, php-format
1044
  msgid "%1$s <span class=\"count\">(%2$s)</span>"
1045
  msgstr ""
1046
 
1047
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1456
1048
  msgid "Search Users"
1049
  msgstr "S&ouml;k Anv&auml;ndare"
1050
 
1051
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1482
1052
  msgid "&laquo; Back to All Users"
1053
  msgstr "&laquo; Tillbaka till Alla Anv&auml;ndare"
1054
 
1055
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1492
1056
  msgid "Users per page"
1057
  msgstr "Anv&auml;ndare per sida"
1058
 
1059
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1507
1060
  msgid "Apply"
1061
  msgstr ""
1062
 
1063
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1520
1064
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1521
1065
  msgid "Username"
1066
  msgstr "Anv&auml;ndarnamn"
1067
 
1068
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1530
1069
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1531
1070
  msgid "E-mail"
1071
  msgstr "E-post"
1072
 
1073
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1535
1074
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1536
1075
  msgid "Role"
1076
  msgstr "Roll"
1077
 
1078
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1545
1079
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1546
1080
  msgid "Posts"
1081
  msgstr "Postningar"
1082
 
1083
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1682
1084
  msgid "View posts by this author"
1085
  msgstr "Visa postningar av dessa skribent"
1086
 
1087
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1713
1088
  #, php-format
1089
  msgid "e-mail: %s"
1090
  msgstr "e-post: %s"
1091
 
1092
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1834
1093
  #, fuzzy
1094
  msgid "Change"
1095
  msgstr "&Auml;ndra ordning"
1096
 
1097
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1859
1098
  #, fuzzy
1099
  msgid "Update selected users"
1100
  msgstr "Ta bort valda f&auml;lter"
1101
 
1102
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1880
1103
  #, fuzzy
1104
  msgid "Update"
1105
  msgstr "Uppdatera f&auml;lt"
1106
 
1107
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1898
1108
  msgid "OK"
1109
  msgstr ""
1110
 
1111
- #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1899
1112
  msgid "Cancel"
1113
  msgstr ""
1114
 
@@ -1116,6 +1127,15 @@ msgstr ""
1116
  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!"
1117
  msgstr ""
1118
 
 
 
 
 
 
 
 
 
 
1119
  #, fuzzy
1120
  #~ msgid "Username:"
1121
  #~ msgstr "Anv&auml;ndarnamn"
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:51+0300\n"
6
+ "PO-Revision-Date: 2011-05-06 19:51+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 "Ladda upp en bild med en av f&ouml;ljlande fil&auml;ndelser"
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 "Ladda upp en bild med en av f&ouml;ljlande fil&auml;ndelser"
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 "&Auml;ndra ordning"
124
 
125
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:955
126
  msgid "Insert the code:"
127
  msgstr ""
128
 
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:750
180
  msgid "Options"
181
  msgstr "Inst&auml;llningar"
182
 
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:1852
191
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1857
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
  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:424
312
  msgid "Delete the picture"
313
  msgstr "Ta bort bild"
314
 
396
  msgstr ""
397
 
398
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:750
 
 
399
  msgid "Authors &amp; Users Extended"
400
  msgstr "Ut&ouml;kad f&ouml;rfattar- och anv&auml;ndarhantering"
401
 
471
  msgid "Show Biographical Info"
472
  msgstr ""
473
 
474
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:43
475
+ msgid ""
476
+ "You are about to permanently delete the selected items.\n"
477
+ " 'Cancel' to stop, 'OK' to delete."
478
+ msgstr ""
479
+
480
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:48
481
+ msgid "Very weak"
482
+ msgstr ""
483
+
484
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:49
485
+ msgid "Weak"
486
+ msgstr ""
487
+
488
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:51
489
+ msgid "Strong"
490
+ msgstr ""
491
+
492
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:52
493
+ msgid "Mismatch"
494
+ msgstr ""
495
+
496
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:220
497
  msgid "Password"
498
  msgstr ""
514
  msgstr "Smeknamn"
515
 
516
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:320
517
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1525
518
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1526
519
  msgid "Website"
520
  msgstr "Webbsajt"
521
 
535
  msgid "Biographical Info"
536
  msgstr ""
537
 
538
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:751
539
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:130
540
  msgid "Fields"
541
  msgstr "F&auml;lt"
542
 
543
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:752
544
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:756
545
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:761
546
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1398
 
 
547
  msgid "Users Extended"
548
  msgstr "Extra f&auml;lt f&ouml;r anv&auml;ndare"
549
 
561
  msgid "File '%s' is not an image."
562
  msgstr ""
563
 
564
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:420
565
  #, fuzzy
566
  msgid "Delete the file"
567
  msgstr "Ta bort bild"
568
 
569
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:421
570
  #, fuzzy
571
  msgid "Update the file"
572
  msgstr "Uppdatra bild"
573
 
574
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:425
575
  msgid "Update the picture"
576
  msgstr "Uppdatra bild"
577
 
578
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:445
579
  msgid "Picture URL:"
580
  msgstr ""
581
 
582
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:669
583
  #, php-format
584
  msgid "%s previous value: %s new value: %s"
585
  msgstr ""
586
 
587
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:684
588
  #, php-format
589
  msgid "%s (%s) has changed one or more fields"
590
  msgstr ""
866
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:637
867
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:822
868
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1069
869
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1510
870
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1511
871
  msgid "Name"
872
  msgstr "Namn"
873
 
875
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
876
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:822
877
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1072
878
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1852
879
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1857
880
  msgid "Value"
881
  msgstr "V&auml;rde"
882
 
913
 
914
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:655
915
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1091
916
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1474
917
  msgid "Fieldset"
918
  msgstr "F&auml;ltsektion"
919
 
1040
  msgstr "Nollst&auml;ll"
1041
 
1042
  #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1265
1043
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1879
1044
  #, fuzzy
1045
  msgid "select"
1046
  msgstr "Ta bort"
1047
 
1048
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1406
1049
  #, php-format
1050
+ msgid "Search results for &#8220;%s&#8221;"
1051
+ msgstr ""
 
 
 
 
 
 
 
 
1052
 
1053
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1432
1054
  #, php-format
1055
  msgid "%1$s <span class=\"count\">(%2$s)</span>"
1056
  msgstr ""
1057
 
1058
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1442
1059
  msgid "Search Users"
1060
  msgstr "S&ouml;k Anv&auml;ndare"
1061
 
1062
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1467
1063
  msgid "&laquo; Back to All Users"
1064
  msgstr "&laquo; Tillbaka till Alla Anv&auml;ndare"
1065
 
1066
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1478
1067
  msgid "Users per page"
1068
  msgstr "Anv&auml;ndare per sida"
1069
 
1070
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1493
1071
  msgid "Apply"
1072
  msgstr ""
1073
 
1074
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1505
1075
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1506
1076
  msgid "Username"
1077
  msgstr "Anv&auml;ndarnamn"
1078
 
1079
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1515
1080
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1516
1081
  msgid "E-mail"
1082
  msgstr "E-post"
1083
 
1084
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1520
1085
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1521
1086
  msgid "Role"
1087
  msgstr "Roll"
1088
 
1089
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1530
1090
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1531
1091
  msgid "Posts"
1092
  msgstr "Postningar"
1093
 
1094
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1668
1095
  msgid "View posts by this author"
1096
  msgstr "Visa postningar av dessa skribent"
1097
 
1098
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1702
1099
  #, php-format
1100
  msgid "e-mail: %s"
1101
  msgstr "e-post: %s"
1102
 
1103
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1823
1104
  #, fuzzy
1105
  msgid "Change"
1106
  msgstr "&Auml;ndra ordning"
1107
 
1108
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1848
1109
  #, fuzzy
1110
  msgid "Update selected users"
1111
  msgstr "Ta bort valda f&auml;lter"
1112
 
1113
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1869
1114
  #, fuzzy
1115
  msgid "Update"
1116
  msgstr "Uppdatera f&auml;lt"
1117
 
1118
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1884
1119
  msgid "OK"
1120
  msgstr ""
1121
 
1122
+ #: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1885
1123
  msgid "Cancel"
1124
  msgstr ""
1125
 
1127
  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!"
1128
  msgstr ""
1129
 
1130
+ #~ msgid "A&amp;U Extended"
1131
+ #~ msgstr "F&A Ut&ouml;kat"
1132
+ #~ msgid "Users Matching \"%s\""
1133
+ #~ msgstr "Anv&auml;ndare som Matchar \"%s\""
1134
+ #~ msgid "Users Extended List"
1135
+ #~ msgstr "Lista med extra f&auml;lt f&ouml;r anv&auml;ndaren"
1136
+ #~ msgid "Authors &amp; Users Extended List"
1137
+ #~ msgstr "Lista &ouml;ver f&ouml;rfattare & anv&auml;ndare (ut&ouml;kat)"
1138
+
1139
  #, fuzzy
1140
  #~ msgid "Username:"
1141
  #~ msgstr "Anv&auml;ndarnamn"
readme.txt CHANGED
@@ -5,7 +5,7 @@ Website link: http://www.marcocimmino.net/cimy-wordpress-plugins/cimy-user-extra
5
  Tags: cimy, admin, registration, profile, extra fields, avatar, gravatar, recaptcha, captcha
6
  Requires at least: 3.0
7
  Tested up to: 3.1
8
- Stable tag: 2.0.4
9
 
10
  Add some useful fields to registration and user's info
11
 
@@ -52,11 +52,11 @@ The plug-in adds two new menu voices in the admin for the administrator and two
52
 
53
  = Two new menus are: =
54
 
55
- WordPress and WordPress MultiSite per-blog registration:
56
- 1. "Users -> A&U Extended" - lets you show users lists with the new fields that are created
57
  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.
58
 
59
- Wordpress MultiSite unique registration:
60
  1. "Super Admin -> Users Extended" - lets you show users lists with the new fields that are created
61
  2. "Super Admin -> 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.
62
 
@@ -88,7 +88,7 @@ Wordpress MultiSite unique registration:
88
  * field can be hidden in user's profile
89
  [all]
90
 
91
- * field can be hidden in A&U Extended page
92
  [all]
93
 
94
  * field can be hidden in Search Engine (only if you installed the template)
5
  Tags: cimy, admin, registration, profile, extra fields, avatar, gravatar, recaptcha, captcha
6
  Requires at least: 3.0
7
  Tested up to: 3.1
8
+ Stable tag: 2.0.5
9
 
10
  Add some useful fields to registration and user's info
11
 
52
 
53
  = Two new menus are: =
54
 
55
+ = WordPress and WordPress MultiSite per-blog registration: =
56
+ 1. "Users -> Users Extended" - lets you show users lists with the new fields that are created
57
  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.
58
 
59
+ = Wordpress MultiSite unique registration: =
60
  1. "Super Admin -> Users Extended" - lets you show users lists with the new fields that are created
61
  2. "Super Admin -> 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.
62
 
88
  * field can be hidden in user's profile
89
  [all]
90
 
91
+ * field can be hidden in Users Extended page
92
  [all]
93
 
94
  * field can be hidden in Search Engine (only if you installed the template)